From 0591f54ce8f69458f1b68d33d8c74b95ff436ead Mon Sep 17 00:00:00 2001 From: polos Date: Fri, 25 Nov 2016 23:30:38 +0100 Subject: [PATCH] port of EQL/Qt4 to Qt5 --- .gitignore | 39 + LICENSE-1.MIT | 20 + LICENSE-2-MAKE-QIMAGE.txt | 25 + Qt_EQL/README.txt | 27 + Qt_EQL/auto-reload.lisp | 21 + Qt_EQL/cpp/eql_cpp.pro | 12 + Qt_EQL/cpp/lib.cpp | 32 + Qt_EQL/cpp/lib.h | 26 + Qt_EQL/cpp_calling_lisp/eql_cpp.pro | 13 + Qt_EQL/cpp_calling_lisp/lib.cpp | 62 + Qt_EQL/cpp_calling_lisp/lib.h | 26 + Qt_EQL/looping.lisp | 15 + Qt_EQL/make.bat | 4 + Qt_EQL/reload.lisp | 30 + Qt_EQL/test.lisp | 17 + Qt_EQL/trafficlight/README.txt | 32 + Qt_EQL/trafficlight/lib.cpp | 19 + Qt_EQL/trafficlight/lib.h | 18 + Qt_EQL/trafficlight/run.lisp | 23 + Qt_EQL/trafficlight/trafficlight.cpp | 18 + Qt_EQL/trafficlight/trafficlight.h | 134 + Qt_EQL/trafficlight/trafficlight.pro | 15 + Qt_EQL_plugin/Qt/main.cpp | 14 + Qt_EQL_plugin/Qt/qt_application.cpp | 64 + Qt_EQL_plugin/Qt/qt_application.h | 24 + Qt_EQL_plugin/Qt/qt_application.pro | 10 + Qt_EQL_plugin/README.txt | 34 + Qt_EQL_plugin/ini.lisp | 49 + Qt_EQL_plugin/qt_plugin.cpp | 19 + Qt_EQL_plugin/qt_plugin.h | 23 + Qt_EQL_plugin/qt_plugin.pro | 13 + README-1.txt | 157 + README-2-REBUILD.txt | 47 + README-3-OPTIONAL.txt | 51 + doc/Debugging.htm | 139 + doc/Deploy.htm | 14 + doc/EQL-Slime-Integration.htm | 64 + doc/EQL.png | Bin 0 -> 2866 bytes doc/Notes.htm | 71 + doc/QtDesigner.htm | 23 + doc/QtLinguist.htm | 21 + doc/Slime-REPL-hook.htm | 102 + doc/Slime.htm | 57 + doc/auto-doc.htm | 529 ++ doc/auto-doc.lisp | 78 + doc/debug-dialog.png | Bin 0 -> 19599 bytes doc/index.html | 18 + doc/style.css | 5 + examples/0-Tutorial/0.lisp | 8 + examples/0-Tutorial/1.lisp | 11 + examples/0-Tutorial/2.lisp | 15 + examples/0-Tutorial/3.lisp | 17 + examples/0-Tutorial/4.lisp | 44 + examples/1-hello-world.lisp | 10 + examples/2-clock.lisp | 94 + examples/3-main-window.lisp | 55 + examples/4-wiggly-widget.lisp | 70 + examples/5-colliding-mice.lisp | 248 + examples/6-download.lisp | 48 + examples/7-Sokoban/3rd-party/CONTRIBUTORS | 6 + examples/7-Sokoban/3rd-party/COPYING | 3 + examples/7-Sokoban/3rd-party/README.txt | 1 + examples/7-Sokoban/3rd-party/levels.lisp | 816 +++ examples/7-Sokoban/3rd-party/sokoban.lisp | 101 + examples/7-Sokoban/eql-sokoban.lisp | 197 + examples/7-Sokoban/pics/goal.png | Bin 0 -> 284 bytes examples/7-Sokoban/pics/object.png | Bin 0 -> 469 bytes examples/7-Sokoban/pics/object2.png | Bin 0 -> 478 bytes examples/7-Sokoban/pics/player.png | Bin 0 -> 841 bytes examples/7-Sokoban/pics/player2.png | Bin 0 -> 841 bytes examples/7-Sokoban/pics/wall.png | Bin 0 -> 165 bytes examples/8-OpenGL/README.txt | 3 + examples/8-OpenGL/gl-widget.lisp | 201 + examples/8-OpenGL/main-window.lisp | 136 + examples/8-OpenGL/run.lisp | 11 + examples/9-simple-lisp-editor/README.txt | 83 + .../data/auto-indent.lisp | 42 + examples/9-simple-lisp-editor/data/editor.ui | 246 + .../data/eql-keywords.lisp | 97 + .../data/lisp-keywords.lisp | 769 ++ .../data/local_server.png | Bin 0 -> 1548 bytes .../9-simple-lisp-editor/debug-dialog.lisp | 43 + examples/9-simple-lisp-editor/editor.lisp | 1387 ++++ examples/9-simple-lisp-editor/exe/README.txt | 23 + .../9-simple-lisp-editor/exe/local_server.pro | 13 + examples/9-simple-lisp-editor/exe/main.cpp | 27 + examples/9-simple-lisp-editor/exe/make.lisp | 30 + examples/9-simple-lisp-editor/input-hook.lisp | 59 + .../9-simple-lisp-editor/local-client.lisp | 61 + .../9-simple-lisp-editor/local-server.lisp | 328 + .../9-simple-lisp-editor/make-client.lisp | 21 + .../9-simple-lisp-editor/make-editor.lisp | 23 + .../9-simple-lisp-editor/make-server.lisp | 26 + examples/9-simple-lisp-editor/my.lisp | 29 + examples/9-simple-lisp-editor/new.lisp | 6 + .../9-simple-lisp-editor/query-dialog.lisp | 25 + examples/9-simple-lisp-editor/send.lisp | 76 + examples/9-simple-lisp-editor/send/send | Bin 0 -> 20184 bytes examples/9-simple-lisp-editor/send/send.cpp | 31 + examples/9-simple-lisp-editor/send/send.pro | 9 + examples/9-simple-lisp-editor/settings.lisp | 6 + examples/9-simple-lisp-editor/top-level.lisp | 125 + examples/M-modules/sql/sqlite.lisp | 57 + .../Examples-Browser/README-GLUE-CODE.txt | 15 + .../Examples-Browser/examples-browser.htm | 30 + .../Examples-Browser/examples-browser.lisp | 131 + .../webkit/Examples-Browser/lib/_invokables.h | 12 + .../Examples-Browser/lib/webkit_bridge.cpp | 0 .../Examples-Browser/lib/webkit_bridge.h | 31 + .../Examples-Browser/lib/webkit_bridge.pro | 18 + .../M-modules/webkit/Examples-Browser/qt.lisp | 9 + .../M-modules/webkit/README-GLUE-CODE.txt | 15 + examples/M-modules/webkit/README.txt | 33 + .../Tic-Tac-Toe/README-JS-CALLBACKS.txt | 33 + .../M-modules/webkit/Tic-Tac-Toe/README.txt | 42 + .../M-modules/webkit/Tic-Tac-Toe/h-utils.lisp | 481 ++ .../webkit/Tic-Tac-Toe/inspector.lisp | 13 + .../webkit/Tic-Tac-Toe/lib/_invokables.h | 22 + .../webkit/Tic-Tac-Toe/lib/webkit_bridge.cpp | 0 .../webkit/Tic-Tac-Toe/lib/webkit_bridge.h | 31 + .../webkit/Tic-Tac-Toe/lib/webkit_bridge.pro | 18 + examples/M-modules/webkit/Tic-Tac-Toe/qt.lisp | 9 + .../M-modules/webkit/Tic-Tac-Toe/template.htm | 8 + .../webkit/Tic-Tac-Toe/template.lisp | 23 + .../webkit/Tic-Tac-Toe/tic-tac-toe.htm | 39 + .../webkit/Tic-Tac-Toe/tic-tac-toe.lisp | 260 + examples/M-modules/webkit/dom.lisp | 42 + examples/M-modules/webkit/inspector.lisp | 11 + examples/M-modules/webkit/lib/_invokables.h | 24 + .../M-modules/webkit/lib/webkit_bridge.cpp | 0 examples/M-modules/webkit/lib/webkit_bridge.h | 31 + .../M-modules/webkit/lib/webkit_bridge.pro | 18 + examples/M-modules/webkit/plugin-widget.htm | 24 + examples/M-modules/webkit/plugin-widget.lisp | 57 + examples/M-modules/webkit/qt.lisp | 11 + examples/M-modules/webkit/strip-html.lisp | 147 + examples/M-modules/webkit/ui/README.txt | 1 + examples/M-modules/webkit/ui/dom.ui | 80 + examples/M-modules/webkit/ui/ui-dom.lisp | 78 + examples/M-modules/webkit/webkit-bridge.htm | 59 + examples/M-modules/webkit/webkit-bridge.lisp | 77 + examples/X-extras/CLOS-encapsulation.lisp | 45 + examples/X-extras/calculator.lisp | 227 + examples/X-extras/cpp-move-blocks/lib.cpp | 24 + examples/X-extras/cpp-move-blocks/lib.h | 25 + examples/X-extras/cpp-move-blocks/lib.pro | 13 + examples/X-extras/cpp-qimage/lib.cpp | 31 + examples/X-extras/cpp-qimage/lib.h | 26 + examples/X-extras/cpp-qimage/lib.pro | 13 + examples/X-extras/lcd.lisp | 24 + examples/X-extras/make-qimage.lisp | 547 ++ examples/X-extras/move-blocks.lisp | 393 + examples/X-extras/palindrome/README.txt | 27 + examples/X-extras/palindrome/definitions.lisp | 99 + examples/X-extras/palindrome/exe/README.txt | 6 + examples/X-extras/palindrome/exe/main.cpp | 46 + examples/X-extras/palindrome/exe/main.h | 20 + examples/X-extras/palindrome/exe/main.pro | 14 + examples/X-extras/palindrome/exe/make.lisp | 26 + .../X-extras/palindrome/meta/generate.lisp | 84 + examples/X-extras/palindrome/palindrome.lisp | 389 + examples/X-extras/primes-thread.lisp | 77 + examples/X-extras/qimage.lisp | 169 + examples/X-extras/screenshot.lisp | 30 + examples/data/camera.png | Bin 0 -> 4221 bytes examples/data/icons/cheese.jpg | Bin 0 -> 3029 bytes examples/data/icons/open.png | Bin 0 -> 904 bytes examples/data/icons/save.png | Bin 0 -> 1206 bytes examples/data/image-manipulation.ui | 330 + examples/data/main-window.ui | 59 + examples/data/move-blocks.ui | 133 + examples/data/utf8.htm | 84 + examples/data/vernazza.jpg | Bin 0 -> 45837 bytes gui/gui.lisp | 375 + gui/gui.ui | 347 + gui/properties.lisp | 63 + gui/properties.ui | 51 + helper/README.txt | 19 + helper/generate.lisp | 1210 +++ helper/html2text.lisp | 52 + helper/load-modules.lisp | 21 + helper/missing-types.txt | 85 + helper/modules.lisp | 1 + helper/multiple-inheritance.txt | 5 + helper/my-class-lists/gui/n-names.lisp | 169 + helper/my-class-lists/gui/q-names.lisp | 186 + helper/my-class-lists/help/n-names.lisp | 7 + helper/my-class-lists/help/q-names.lisp | 13 + helper/my-class-lists/network/n-names.lisp | 21 + helper/my-class-lists/network/q-names.lisp | 16 + helper/my-class-lists/opengl/n-names.lisp | 11 + helper/my-class-lists/opengl/q-names.lisp | 8 + helper/my-class-lists/sql/n-names.lisp | 13 + helper/my-class-lists/sql/q-names.lisp | 10 + helper/my-class-lists/svg/n-names.lisp | 6 + helper/my-class-lists/svg/q-names.lisp | 8 + helper/my-class-lists/webkit/n-names.lisp | 13 + helper/my-class-lists/webkit/q-names.lisp | 12 + helper/no-static-meta-object.lisp | 148 + helper/parse-enums.lisp | 55 + helper/parse.lisp | 276 + helper/parsed/n-methods.lisp | 4448 +++++++++++ helper/parsed/n-override.lisp | 459 ++ helper/parsed/q-methods.lisp | 4889 +++++++++++++ helper/parsed/q-override.lisp | 1791 +++++ helper/share.lisp | 17 + my_app/README.txt | 21 + my_app/eql-lrelease | 1 + my_app/eql-lrelease.bat | 1 + my_app/eql-lupdate | 1 + my_app/eql-lupdate.bat | 1 + my_app/lisp/my.lisp | 17 + my_app/lisp/my.ui | 18 + my_app/main.cpp | 41 + my_app/make.lisp | 26 + my_app/my_app.pro | 13 + my_app/tr.lisp | 26 + slime/README.txt | 5 + slime/eql-start-swank.lisp | 24 + slime/old/process-qt-events.lisp | 18 + slime/repl-hook.lisp | 31 + slime/thread-safe.lisp | 118 + src/dyn_object.cpp | 79 + src/dyn_object.h | 43 + src/ecl_fun.cpp | 2810 +++++++ src/ecl_fun.h | 317 + src/eql.cpp | 181 + src/eql.h | 52 + src/eql_exe.pro | 18 + src/eql_fun.h | 60 + src/eql_global.h | 7 + src/eql_lib.pro | 33 + src/extras.cpp | 77 + src/extras.h | 20 + src/gen/_lobjects.cpp | 3276 +++++++++ src/gen/_lobjects.h | 149 + src/gen/_main_n_classes.h | 2040 ++++++ src/gen/_main_n_methods.h | 4227 +++++++++++ src/gen/_main_q_classes.h | 6473 +++++++++++++++++ src/gen/_main_q_methods.h | 4864 +++++++++++++ src/gen/help/_ini.cpp | 70 + src/gen/help/_ini.h | 24 + src/gen/help/_ini2.h | 12 + src/gen/help/_n_classes.h | 34 + src/gen/help/_n_methods.h | 35 + src/gen/help/_q_classes.h | 340 + src/gen/help/_q_methods.h | 106 + src/gen/my/_ini.cpp | 1 + src/gen/my/_ini.h | 29 + src/gen/my/_ini2.h | 31 + src/gen/my/_n_classes.h | 1 + src/gen/my/_n_methods.h | 1 + src/gen/my/_q_classes.h | 1 + src/gen/my/_q_methods.h | 1 + src/gen/network/_ini.cpp | 136 + src/gen/network/_ini.h | 30 + src/gen/network/_ini2.h | 66 + src/gen/network/_n_classes.h | 195 + src/gen/network/_n_methods.h | 379 + src/gen/network/_q_classes.h | 255 + src/gen/network/_q_methods.h | 246 + src/gen/opengl/_ini.cpp | 68 + src/gen/opengl/_ini.h | 27 + src/gen/opengl/_ini2.h | 78 + src/gen/opengl/_n_classes.h | 90 + src/gen/opengl/_n_methods.h | 204 + src/gen/opengl/_q_classes.h | 108 + src/gen/opengl/_q_methods.h | 208 + src/gen/sql/_ini.cpp | 84 + src/gen/sql/_ini.h | 32 + src/gen/sql/_ini2.h | 54 + src/gen/sql/_n_classes.h | 120 + src/gen/sql/_n_methods.h | 241 + src/gen/sql/_q_classes.h | 237 + src/gen/sql/_q_methods.h | 130 + src/gen/svg/_ini.cpp | 48 + src/gen/svg/_ini.h | 24 + src/gen/svg/_ini2.h | 12 + src/gen/svg/_n_classes.h | 27 + src/gen/svg/_n_methods.h | 36 + src/gen/svg/_q_classes.h | 102 + src/gen/svg/_q_methods.h | 61 + src/gen/webkit/_ini.cpp | 84 + src/gen/webkit/_ini.h | 29 + src/gen/webkit/_ini2.h | 39 + src/gen/webkit/_n_classes.h | 77 + src/gen/webkit/_n_methods.h | 238 + src/gen/webkit/_q_classes.h | 238 + src/gen/webkit/_q_methods.h | 223 + src/link-wrappers.lisp | 23 + src/link.lisp | 17 + src/lisp/COPYING-ECL-READLINE | 481 ++ src/lisp/all-wrappers-1.lisp | 1213 +++ src/lisp/all-wrappers-10.lisp | 2260 ++++++ src/lisp/all-wrappers-2.lisp | 1202 +++ src/lisp/all-wrappers-3.lisp | 1202 +++ src/lisp/all-wrappers-4.lisp | 1202 +++ src/lisp/all-wrappers-5.lisp | 755 ++ src/lisp/all-wrappers-6.lisp | 3601 +++++++++ src/lisp/all-wrappers-7.lisp | 3601 +++++++++ src/lisp/all-wrappers-8.lisp | 3601 +++++++++ src/lisp/all-wrappers-9.lisp | 3601 +++++++++ src/lisp/all-wrappers.lisp | 3 + src/lisp/define-all-wrappers.lisp | 176 + src/lisp/ecl-readline.lisp | 246 + src/lisp/enum-lists/dynamic-enums.lisp | 3167 ++++++++ src/lisp/enum-lists/parsed-enums.lisp | 3288 +++++++++ src/lisp/enums1.lisp | 1263 ++++ src/lisp/enums2.lisp | 1263 ++++ src/lisp/enums3.lisp | 1263 ++++ src/lisp/enums4.lisp | 1167 +++ src/lisp/get-dynamic-enums.lisp | 37 + src/lisp/ini.lisp | 956 +++ src/lisp/invokables.lisp | 100 + src/lisp/mark.lisp | 16 + src/lisp/merge-enums.lisp | 24 + src/lisp/merged-enums.lisp | 4904 +++++++++++++ src/lisp/package.lisp | 113 + src/lisp/profile.lisp | 10 + src/lisp/qselect.lisp | 95 + src/lisp/quic.lisp | 494 ++ src/lisp/restart-dialog.lisp | 140 + src/lisp/special-extensions.lisp | 171 + src/lisp/x.lisp | 161 + src/main.cpp | 37 + src/make-eql-lib-wrappers.lisp | 26 + src/make-eql-lib.lisp | 23 + src/module_help.pro | 19 + src/module_network.pro | 19 + src/module_opengl.pro | 19 + src/module_sql.pro | 19 + src/module_svg.pro | 19 + src/module_webkit.pro | 21 + src/qt_eql.cpp | 78 + src/qt_eql.h | 44 + src/rebuild | 29 + src/single_shot.h | 31 + src/ui_loader.h | 41 + src/windows.pri | 4 + 339 files changed, 99935 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE-1.MIT create mode 100644 LICENSE-2-MAKE-QIMAGE.txt create mode 100644 Qt_EQL/README.txt create mode 100644 Qt_EQL/auto-reload.lisp create mode 100644 Qt_EQL/cpp/eql_cpp.pro create mode 100644 Qt_EQL/cpp/lib.cpp create mode 100644 Qt_EQL/cpp/lib.h create mode 100644 Qt_EQL/cpp_calling_lisp/eql_cpp.pro create mode 100644 Qt_EQL/cpp_calling_lisp/lib.cpp create mode 100644 Qt_EQL/cpp_calling_lisp/lib.h create mode 100644 Qt_EQL/looping.lisp create mode 100644 Qt_EQL/make.bat create mode 100644 Qt_EQL/reload.lisp create mode 100644 Qt_EQL/test.lisp create mode 100644 Qt_EQL/trafficlight/README.txt create mode 100644 Qt_EQL/trafficlight/lib.cpp create mode 100644 Qt_EQL/trafficlight/lib.h create mode 100644 Qt_EQL/trafficlight/run.lisp create mode 100644 Qt_EQL/trafficlight/trafficlight.cpp create mode 100644 Qt_EQL/trafficlight/trafficlight.h create mode 100644 Qt_EQL/trafficlight/trafficlight.pro create mode 100644 Qt_EQL_plugin/Qt/main.cpp create mode 100644 Qt_EQL_plugin/Qt/qt_application.cpp create mode 100644 Qt_EQL_plugin/Qt/qt_application.h create mode 100644 Qt_EQL_plugin/Qt/qt_application.pro create mode 100644 Qt_EQL_plugin/README.txt create mode 100644 Qt_EQL_plugin/ini.lisp create mode 100644 Qt_EQL_plugin/qt_plugin.cpp create mode 100644 Qt_EQL_plugin/qt_plugin.h create mode 100644 Qt_EQL_plugin/qt_plugin.pro create mode 100644 README-1.txt create mode 100644 README-2-REBUILD.txt create mode 100644 README-3-OPTIONAL.txt create mode 100644 doc/Debugging.htm create mode 100644 doc/Deploy.htm create mode 100644 doc/EQL-Slime-Integration.htm create mode 100644 doc/EQL.png create mode 100644 doc/Notes.htm create mode 100644 doc/QtDesigner.htm create mode 100644 doc/QtLinguist.htm create mode 100644 doc/Slime-REPL-hook.htm create mode 100644 doc/Slime.htm create mode 100644 doc/auto-doc.htm create mode 100644 doc/auto-doc.lisp create mode 100644 doc/debug-dialog.png create mode 100644 doc/index.html create mode 100644 doc/style.css create mode 100644 examples/0-Tutorial/0.lisp create mode 100644 examples/0-Tutorial/1.lisp create mode 100644 examples/0-Tutorial/2.lisp create mode 100644 examples/0-Tutorial/3.lisp create mode 100644 examples/0-Tutorial/4.lisp create mode 100644 examples/1-hello-world.lisp create mode 100644 examples/2-clock.lisp create mode 100644 examples/3-main-window.lisp create mode 100644 examples/4-wiggly-widget.lisp create mode 100644 examples/5-colliding-mice.lisp create mode 100644 examples/6-download.lisp create mode 100644 examples/7-Sokoban/3rd-party/CONTRIBUTORS create mode 100644 examples/7-Sokoban/3rd-party/COPYING create mode 100644 examples/7-Sokoban/3rd-party/README.txt create mode 100644 examples/7-Sokoban/3rd-party/levels.lisp create mode 100644 examples/7-Sokoban/3rd-party/sokoban.lisp create mode 100644 examples/7-Sokoban/eql-sokoban.lisp create mode 100644 examples/7-Sokoban/pics/goal.png create mode 100644 examples/7-Sokoban/pics/object.png create mode 100644 examples/7-Sokoban/pics/object2.png create mode 100644 examples/7-Sokoban/pics/player.png create mode 100644 examples/7-Sokoban/pics/player2.png create mode 100644 examples/7-Sokoban/pics/wall.png create mode 100644 examples/8-OpenGL/README.txt create mode 100644 examples/8-OpenGL/gl-widget.lisp create mode 100644 examples/8-OpenGL/main-window.lisp create mode 100644 examples/8-OpenGL/run.lisp create mode 100644 examples/9-simple-lisp-editor/README.txt create mode 100644 examples/9-simple-lisp-editor/data/auto-indent.lisp create mode 100644 examples/9-simple-lisp-editor/data/editor.ui create mode 100644 examples/9-simple-lisp-editor/data/eql-keywords.lisp create mode 100644 examples/9-simple-lisp-editor/data/lisp-keywords.lisp create mode 100644 examples/9-simple-lisp-editor/data/local_server.png create mode 100644 examples/9-simple-lisp-editor/debug-dialog.lisp create mode 100644 examples/9-simple-lisp-editor/editor.lisp create mode 100644 examples/9-simple-lisp-editor/exe/README.txt create mode 100644 examples/9-simple-lisp-editor/exe/local_server.pro create mode 100644 examples/9-simple-lisp-editor/exe/main.cpp create mode 100644 examples/9-simple-lisp-editor/exe/make.lisp create mode 100644 examples/9-simple-lisp-editor/input-hook.lisp create mode 100644 examples/9-simple-lisp-editor/local-client.lisp create mode 100644 examples/9-simple-lisp-editor/local-server.lisp create mode 100644 examples/9-simple-lisp-editor/make-client.lisp create mode 100644 examples/9-simple-lisp-editor/make-editor.lisp create mode 100644 examples/9-simple-lisp-editor/make-server.lisp create mode 100644 examples/9-simple-lisp-editor/my.lisp create mode 100644 examples/9-simple-lisp-editor/new.lisp create mode 100644 examples/9-simple-lisp-editor/query-dialog.lisp create mode 100644 examples/9-simple-lisp-editor/send.lisp create mode 100755 examples/9-simple-lisp-editor/send/send create mode 100644 examples/9-simple-lisp-editor/send/send.cpp create mode 100644 examples/9-simple-lisp-editor/send/send.pro create mode 100644 examples/9-simple-lisp-editor/settings.lisp create mode 100644 examples/9-simple-lisp-editor/top-level.lisp create mode 100644 examples/M-modules/sql/sqlite.lisp create mode 100644 examples/M-modules/webkit/Examples-Browser/README-GLUE-CODE.txt create mode 100644 examples/M-modules/webkit/Examples-Browser/examples-browser.htm create mode 100644 examples/M-modules/webkit/Examples-Browser/examples-browser.lisp create mode 100644 examples/M-modules/webkit/Examples-Browser/lib/_invokables.h create mode 100644 examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.cpp create mode 100644 examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.h create mode 100644 examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.pro create mode 100644 examples/M-modules/webkit/Examples-Browser/qt.lisp create mode 100644 examples/M-modules/webkit/README-GLUE-CODE.txt create mode 100644 examples/M-modules/webkit/README.txt create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/README-JS-CALLBACKS.txt create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/README.txt create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/h-utils.lisp create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/inspector.lisp create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/lib/_invokables.h create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.cpp create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.h create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.pro create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/qt.lisp create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/template.htm create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/template.lisp create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.htm create mode 100644 examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.lisp create mode 100644 examples/M-modules/webkit/dom.lisp create mode 100644 examples/M-modules/webkit/inspector.lisp create mode 100644 examples/M-modules/webkit/lib/_invokables.h create mode 100644 examples/M-modules/webkit/lib/webkit_bridge.cpp create mode 100644 examples/M-modules/webkit/lib/webkit_bridge.h create mode 100644 examples/M-modules/webkit/lib/webkit_bridge.pro create mode 100644 examples/M-modules/webkit/plugin-widget.htm create mode 100644 examples/M-modules/webkit/plugin-widget.lisp create mode 100644 examples/M-modules/webkit/qt.lisp create mode 100644 examples/M-modules/webkit/strip-html.lisp create mode 100644 examples/M-modules/webkit/ui/README.txt create mode 100644 examples/M-modules/webkit/ui/dom.ui create mode 100644 examples/M-modules/webkit/ui/ui-dom.lisp create mode 100644 examples/M-modules/webkit/webkit-bridge.htm create mode 100644 examples/M-modules/webkit/webkit-bridge.lisp create mode 100644 examples/X-extras/CLOS-encapsulation.lisp create mode 100644 examples/X-extras/calculator.lisp create mode 100644 examples/X-extras/cpp-move-blocks/lib.cpp create mode 100644 examples/X-extras/cpp-move-blocks/lib.h create mode 100644 examples/X-extras/cpp-move-blocks/lib.pro create mode 100644 examples/X-extras/cpp-qimage/lib.cpp create mode 100644 examples/X-extras/cpp-qimage/lib.h create mode 100644 examples/X-extras/cpp-qimage/lib.pro create mode 100644 examples/X-extras/lcd.lisp create mode 100644 examples/X-extras/make-qimage.lisp create mode 100644 examples/X-extras/move-blocks.lisp create mode 100644 examples/X-extras/palindrome/README.txt create mode 100644 examples/X-extras/palindrome/definitions.lisp create mode 100644 examples/X-extras/palindrome/exe/README.txt create mode 100644 examples/X-extras/palindrome/exe/main.cpp create mode 100644 examples/X-extras/palindrome/exe/main.h create mode 100644 examples/X-extras/palindrome/exe/main.pro create mode 100644 examples/X-extras/palindrome/exe/make.lisp create mode 100644 examples/X-extras/palindrome/meta/generate.lisp create mode 100644 examples/X-extras/palindrome/palindrome.lisp create mode 100644 examples/X-extras/primes-thread.lisp create mode 100644 examples/X-extras/qimage.lisp create mode 100644 examples/X-extras/screenshot.lisp create mode 100644 examples/data/camera.png create mode 100644 examples/data/icons/cheese.jpg create mode 100644 examples/data/icons/open.png create mode 100644 examples/data/icons/save.png create mode 100644 examples/data/image-manipulation.ui create mode 100644 examples/data/main-window.ui create mode 100644 examples/data/move-blocks.ui create mode 100644 examples/data/utf8.htm create mode 100644 examples/data/vernazza.jpg create mode 100644 gui/gui.lisp create mode 100644 gui/gui.ui create mode 100644 gui/properties.lisp create mode 100644 gui/properties.ui create mode 100644 helper/README.txt create mode 100644 helper/generate.lisp create mode 100644 helper/html2text.lisp create mode 100644 helper/load-modules.lisp create mode 100644 helper/missing-types.txt create mode 100644 helper/modules.lisp create mode 100644 helper/multiple-inheritance.txt create mode 100644 helper/my-class-lists/gui/n-names.lisp create mode 100644 helper/my-class-lists/gui/q-names.lisp create mode 100644 helper/my-class-lists/help/n-names.lisp create mode 100644 helper/my-class-lists/help/q-names.lisp create mode 100644 helper/my-class-lists/network/n-names.lisp create mode 100644 helper/my-class-lists/network/q-names.lisp create mode 100644 helper/my-class-lists/opengl/n-names.lisp create mode 100644 helper/my-class-lists/opengl/q-names.lisp create mode 100644 helper/my-class-lists/sql/n-names.lisp create mode 100644 helper/my-class-lists/sql/q-names.lisp create mode 100644 helper/my-class-lists/svg/n-names.lisp create mode 100644 helper/my-class-lists/svg/q-names.lisp create mode 100644 helper/my-class-lists/webkit/n-names.lisp create mode 100644 helper/my-class-lists/webkit/q-names.lisp create mode 100644 helper/no-static-meta-object.lisp create mode 100644 helper/parse-enums.lisp create mode 100644 helper/parse.lisp create mode 100644 helper/parsed/n-methods.lisp create mode 100644 helper/parsed/n-override.lisp create mode 100644 helper/parsed/q-methods.lisp create mode 100644 helper/parsed/q-override.lisp create mode 100644 helper/share.lisp create mode 100644 my_app/README.txt create mode 100755 my_app/eql-lrelease create mode 100755 my_app/eql-lrelease.bat create mode 100755 my_app/eql-lupdate create mode 100755 my_app/eql-lupdate.bat create mode 100644 my_app/lisp/my.lisp create mode 100644 my_app/lisp/my.ui create mode 100644 my_app/main.cpp create mode 100644 my_app/make.lisp create mode 100644 my_app/my_app.pro create mode 100644 my_app/tr.lisp create mode 100644 slime/README.txt create mode 100644 slime/eql-start-swank.lisp create mode 100644 slime/old/process-qt-events.lisp create mode 100644 slime/repl-hook.lisp create mode 100644 slime/thread-safe.lisp create mode 100644 src/dyn_object.cpp create mode 100644 src/dyn_object.h create mode 100644 src/ecl_fun.cpp create mode 100644 src/ecl_fun.h create mode 100644 src/eql.cpp create mode 100644 src/eql.h create mode 100644 src/eql_exe.pro create mode 100644 src/eql_fun.h create mode 100644 src/eql_global.h create mode 100644 src/eql_lib.pro create mode 100644 src/extras.cpp create mode 100644 src/extras.h create mode 100644 src/gen/_lobjects.cpp create mode 100644 src/gen/_lobjects.h create mode 100644 src/gen/_main_n_classes.h create mode 100644 src/gen/_main_n_methods.h create mode 100644 src/gen/_main_q_classes.h create mode 100644 src/gen/_main_q_methods.h create mode 100644 src/gen/help/_ini.cpp create mode 100644 src/gen/help/_ini.h create mode 100644 src/gen/help/_ini2.h create mode 100644 src/gen/help/_n_classes.h create mode 100644 src/gen/help/_n_methods.h create mode 100644 src/gen/help/_q_classes.h create mode 100644 src/gen/help/_q_methods.h create mode 100644 src/gen/my/_ini.cpp create mode 100644 src/gen/my/_ini.h create mode 100644 src/gen/my/_ini2.h create mode 100644 src/gen/my/_n_classes.h create mode 100644 src/gen/my/_n_methods.h create mode 100644 src/gen/my/_q_classes.h create mode 100644 src/gen/my/_q_methods.h create mode 100644 src/gen/network/_ini.cpp create mode 100644 src/gen/network/_ini.h create mode 100644 src/gen/network/_ini2.h create mode 100644 src/gen/network/_n_classes.h create mode 100644 src/gen/network/_n_methods.h create mode 100644 src/gen/network/_q_classes.h create mode 100644 src/gen/network/_q_methods.h create mode 100644 src/gen/opengl/_ini.cpp create mode 100644 src/gen/opengl/_ini.h create mode 100644 src/gen/opengl/_ini2.h create mode 100644 src/gen/opengl/_n_classes.h create mode 100644 src/gen/opengl/_n_methods.h create mode 100644 src/gen/opengl/_q_classes.h create mode 100644 src/gen/opengl/_q_methods.h create mode 100644 src/gen/sql/_ini.cpp create mode 100644 src/gen/sql/_ini.h create mode 100644 src/gen/sql/_ini2.h create mode 100644 src/gen/sql/_n_classes.h create mode 100644 src/gen/sql/_n_methods.h create mode 100644 src/gen/sql/_q_classes.h create mode 100644 src/gen/sql/_q_methods.h create mode 100644 src/gen/svg/_ini.cpp create mode 100644 src/gen/svg/_ini.h create mode 100644 src/gen/svg/_ini2.h create mode 100644 src/gen/svg/_n_classes.h create mode 100644 src/gen/svg/_n_methods.h create mode 100644 src/gen/svg/_q_classes.h create mode 100644 src/gen/svg/_q_methods.h create mode 100644 src/gen/webkit/_ini.cpp create mode 100644 src/gen/webkit/_ini.h create mode 100644 src/gen/webkit/_ini2.h create mode 100644 src/gen/webkit/_n_classes.h create mode 100644 src/gen/webkit/_n_methods.h create mode 100644 src/gen/webkit/_q_classes.h create mode 100644 src/gen/webkit/_q_methods.h create mode 100644 src/link-wrappers.lisp create mode 100644 src/link.lisp create mode 100644 src/lisp/COPYING-ECL-READLINE create mode 100644 src/lisp/all-wrappers-1.lisp create mode 100644 src/lisp/all-wrappers-10.lisp create mode 100644 src/lisp/all-wrappers-2.lisp create mode 100644 src/lisp/all-wrappers-3.lisp create mode 100644 src/lisp/all-wrappers-4.lisp create mode 100644 src/lisp/all-wrappers-5.lisp create mode 100644 src/lisp/all-wrappers-6.lisp create mode 100644 src/lisp/all-wrappers-7.lisp create mode 100644 src/lisp/all-wrappers-8.lisp create mode 100644 src/lisp/all-wrappers-9.lisp create mode 100644 src/lisp/all-wrappers.lisp create mode 100644 src/lisp/define-all-wrappers.lisp create mode 100644 src/lisp/ecl-readline.lisp create mode 100644 src/lisp/enum-lists/dynamic-enums.lisp create mode 100644 src/lisp/enum-lists/parsed-enums.lisp create mode 100644 src/lisp/enums1.lisp create mode 100644 src/lisp/enums2.lisp create mode 100644 src/lisp/enums3.lisp create mode 100644 src/lisp/enums4.lisp create mode 100644 src/lisp/get-dynamic-enums.lisp create mode 100644 src/lisp/ini.lisp create mode 100644 src/lisp/invokables.lisp create mode 100644 src/lisp/mark.lisp create mode 100644 src/lisp/merge-enums.lisp create mode 100644 src/lisp/merged-enums.lisp create mode 100644 src/lisp/package.lisp create mode 100644 src/lisp/profile.lisp create mode 100644 src/lisp/qselect.lisp create mode 100644 src/lisp/quic.lisp create mode 100644 src/lisp/restart-dialog.lisp create mode 100644 src/lisp/special-extensions.lisp create mode 100644 src/lisp/x.lisp create mode 100644 src/main.cpp create mode 100644 src/make-eql-lib-wrappers.lisp create mode 100644 src/make-eql-lib.lisp create mode 100644 src/module_help.pro create mode 100644 src/module_network.pro create mode 100644 src/module_opengl.pro create mode 100644 src/module_sql.pro create mode 100644 src/module_svg.pro create mode 100644 src/module_webkit.pro create mode 100644 src/qt_eql.cpp create mode 100644 src/qt_eql.h create mode 100755 src/rebuild create mode 100644 src/single_shot.h create mode 100644 src/ui_loader.h create mode 100644 src/windows.pri diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e7b0e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*.a +*.dll +*.dylib +*.exe +*.fas* +*.*history +*.lib +*.o +*.obj +*.so* +*.DS_Store +*.qm +*.ts +*~ +*.~ +#*.*# +.*.lisp +.*.ui +.*.txt +*.user +t.lisp +tr.h +moc_*.cpp +Makefile +eql +eql5 +eql.app +gui/.* +my_app/my_app +my_app/my_app.app/* +my_app/.* +src/ECL* +src/tmp +eql_profile* +eql_local_server +cache +tmp +palindrome.htm +positions.js diff --git a/LICENSE-1.MIT b/LICENSE-1.MIT new file mode 100644 index 0000000..bebf914 --- /dev/null +++ b/LICENSE-1.MIT @@ -0,0 +1,20 @@ +Copyright (c) 2010-2014 Polos (Paul) Ruetz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/LICENSE-2-MAKE-QIMAGE.txt b/LICENSE-2-MAKE-QIMAGE.txt new file mode 100644 index 0000000..3719562 --- /dev/null +++ b/LICENSE-2-MAKE-QIMAGE.txt @@ -0,0 +1,25 @@ +;; Copyright (c) 2012, Mark Cox +;; All rights reserved. + +;; Redistribution and use in source and binary forms, with or without +;; modification, are permitted provided that the following conditions are +;; met: + +;; - Redistributions of source code must retain the above copyright +;; notice, this list of conditions and the following disclaimer. + +;; - Redistributions in binary form must reproduce the above copyright +;; notice, this list of conditions and the following disclaimer in the +;; documentation and/or other materials provided with the distribution. + +;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +;; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +;; A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +;; HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +;; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +;; LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +;; DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +;; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +;; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Qt_EQL/README.txt b/Qt_EQL/README.txt new file mode 100644 index 0000000..a21fa0e --- /dev/null +++ b/Qt_EQL/README.txt @@ -0,0 +1,27 @@ +BUILD / RUN +=========== + +Build the plugins in "cpp/", "cpp_calling_lisp/" before running the examples. + +See "trafficlight/" for an example of integrating a Qt/C++ application. + + + +NOTES +===== + +This offers the same possibilities as found in the "Qt_EQL/" example, +but with a better, more dynamic workflow, and without the restriction of +"CONFIG += no_keywords" in your "*.pro" file. + +So, integrating any existing Qt/C++ project is straightforward, since you can +call any property/method/slot/signal of any Qt class (see QFIND-CHILD, +QFIND-CHILDREN, QFUN+). + +Calling Lisp from C++ through "eql_fun()" is easy, and you can use any Qt +class/type supported by EQL, see examples in "cpp_calling_lisp/lib.cpp". + +To automatically generate generic function wrappers for your Qt functions, +see function DEFINE-QT-WRAPPERS. + +Linux only: see also function QAUTO-RELOAD-C++. diff --git a/Qt_EQL/auto-reload.lisp b/Qt_EQL/auto-reload.lisp new file mode 100644 index 0000000..6013fc6 --- /dev/null +++ b/Qt_EQL/auto-reload.lisp @@ -0,0 +1,21 @@ +;;; +;;; Linux only! +;;; +;;; just edit/recompile "cpp/*" +;;; + +(in-package :eql-user) + +#+linux +(qauto-reload-c++ *lib* (in-home "Qt_EQL/eql_cpp")) + +#+linux +(setf *lib-reloaded* 'show-current-apropos) + +(defun show-current-apropos (variable plugin) + (qset (qapp) "quitOnLastWindowClosed" nil) + (let ((obj (symbol-value variable))) + (assert (qt-object-p obj)) + (qmsg (with-output-to-string (*standard-output*) + (format t "Plugin ~S currently offers:
" plugin)
+            (qapropos nil obj)))))
diff --git a/Qt_EQL/cpp/eql_cpp.pro b/Qt_EQL/cpp/eql_cpp.pro
new file mode 100644
index 0000000..172d93f
--- /dev/null
+++ b/Qt_EQL/cpp/eql_cpp.pro
@@ -0,0 +1,12 @@
+QT          += widgets
+TEMPLATE    = lib
+CONFIG      += plugin release
+DESTDIR     = ../
+TARGET      = eql_cpp
+OBJECTS_DIR = ./tmp/
+MOC_DIR     = ./tmp/
+
+include(../../src/windows.pri)
+
+HEADERS += lib.h
+SOURCES += lib.cpp
diff --git a/Qt_EQL/cpp/lib.cpp b/Qt_EQL/cpp/lib.cpp
new file mode 100644
index 0000000..2eacfc9
--- /dev/null
+++ b/Qt_EQL/cpp/lib.cpp
@@ -0,0 +1,32 @@
+#include "lib.h"
+
+QT_BEGIN_NAMESPACE
+
+QObject* ini()
+{
+    // any QObject inherited class will do (e.g. main window of a C++ application)
+    static QObject* cpp = 0;
+    if(!cpp) {
+        cpp = new CPP;
+        cpp->setObjectName("Qt_EQL_dynamic");
+    }
+    return cpp;
+}
+
+// insert here your function implementations
+
+QVariantList CPP::hello(const QVariantList& list)
+{
+    QString msg;
+    QDebug debug(&msg);
+    debug << list;
+    QMessageBox::information(0, "QVariantList", msg);
+
+    QVariantList ret(list);
+    if(!ret.isEmpty()) {
+        ret[0] = "hello from Lisp";
+    }
+    return ret;
+}
+
+QT_END_NAMESPACE
diff --git a/Qt_EQL/cpp/lib.h b/Qt_EQL/cpp/lib.h
new file mode 100644
index 0000000..dc3b5d4
--- /dev/null
+++ b/Qt_EQL/cpp/lib.h
@@ -0,0 +1,26 @@
+#ifndef LIB_H
+#define LIB_H
+
+#include 
+
+#ifdef Q_WS_WIN
+#define LIB_EXPORT __declspec(dllexport)
+#else
+#define LIB_EXPORT
+#endif
+
+QT_BEGIN_NAMESPACE
+
+extern "C" { LIB_EXPORT QObject* ini(); }
+
+class CPP : public QObject
+{
+    Q_OBJECT
+public:
+    // insert here your function declarations, prepended by Q_INVOKABLE
+    Q_INVOKABLE QVariantList hello(const QVariantList&);
+};
+
+QT_END_NAMESPACE
+
+#endif
diff --git a/Qt_EQL/cpp_calling_lisp/eql_cpp.pro b/Qt_EQL/cpp_calling_lisp/eql_cpp.pro
new file mode 100644
index 0000000..9e1ff96
--- /dev/null
+++ b/Qt_EQL/cpp_calling_lisp/eql_cpp.pro
@@ -0,0 +1,13 @@
+QT          += widgets
+TEMPLATE    = lib
+CONFIG      += plugin release
+LIBS        += -L../.. -leql5
+DESTDIR     = ../
+TARGET      = eql_fun_cpp
+OBJECTS_DIR = ./tmp/
+MOC_DIR     = ./tmp/
+
+include(../../src/windows.pri)
+
+HEADERS += lib.h
+SOURCES += lib.cpp
diff --git a/Qt_EQL/cpp_calling_lisp/lib.cpp b/Qt_EQL/cpp_calling_lisp/lib.cpp
new file mode 100644
index 0000000..06c8b55
--- /dev/null
+++ b/Qt_EQL/cpp_calling_lisp/lib.cpp
@@ -0,0 +1,62 @@
+#include "lib.h"
+#include "../../src/eql_fun.h" // for eql_fun()
+
+QT_BEGIN_NAMESPACE
+
+QObject* ini()
+{
+    // any QObject inherited class will do (e.g. main window of a C++ application)
+    static QObject* cpp = 0;
+    if(!cpp) {
+        cpp = new CPP;
+        cpp->setObjectName("Qt_EQL_dynamic");
+    }
+    return cpp;
+}
+
+// insert here your function implementations
+
+void CPP::runExamples()
+{
+    ulong n = 123;
+
+    // (1) call user defined function
+    {
+        QVariant ret = eql_fun("eql-user:say-number", QVariant::String, // see: ecl_fun.cpp:toQVariant()
+                               Q_ARG(ulong, n));                        // see: ecl_fun.cpp:to_lisp_arg()
+
+        QMessageBox::information(0, "Example 1",
+                                 "
eql_fun(\"eql-user:say-number\"...);

" + ret.toString()); + } + + // (2) call FORMAT directly + { + QVariant ret = eql_fun("format", QVariant::String, + Q_ARG(bool, false), // max. 10 Q_ARG() + Q_ARG(QString, "~R"), + Q_ARG(ulong, n)); + + QMessageBox::information(0, "Example 2", + "
eql_fun(\"format\"...);

" + ret.toString()); + } + + // (3) returning a pointer + { + QVariant ret = eql_fun("qnew", QMetaType::VoidStar, + Q_ARG(QString, "QLabel")); + + QLabel* object = Q_PTR(QLabel*, ret); // type checked at run time; 0 if check fails + if(object) { + // ... + } + + QString msg; + QDebug out(&msg); + out << "

Q_PTR returned:" << object << "

(type checked at run time)

"; + + QMessageBox::information(0, "Example 3", + "
eql_fun(\"qnew\"...);" + msg);
+    }
+}
+
+QT_END_NAMESPACE
diff --git a/Qt_EQL/cpp_calling_lisp/lib.h b/Qt_EQL/cpp_calling_lisp/lib.h
new file mode 100644
index 0000000..7062422
--- /dev/null
+++ b/Qt_EQL/cpp_calling_lisp/lib.h
@@ -0,0 +1,26 @@
+#ifndef LIB_H
+#define LIB_H
+
+#include 
+
+#ifdef Q_WS_WIN
+#define LIB_EXPORT __declspec(dllexport)
+#else
+#define LIB_EXPORT
+#endif
+
+QT_BEGIN_NAMESPACE
+
+extern "C" { LIB_EXPORT QObject* ini(); }
+
+class CPP : public QObject
+{
+    Q_OBJECT
+public:
+    // insert here your function declarations, prepended by Q_INVOKABLE
+    Q_INVOKABLE void runExamples();
+};
+
+QT_END_NAMESPACE
+
+#endif
diff --git a/Qt_EQL/looping.lisp b/Qt_EQL/looping.lisp
new file mode 100644
index 0000000..fa5a723
--- /dev/null
+++ b/Qt_EQL/looping.lisp
@@ -0,0 +1,15 @@
+;;; Lisp calling C++ calling Lisp
+
+(in-package :eql-user)
+
+(defvar *lib* (qload-c++ (in-home "Qt_EQL/eql_fun_cpp")))
+
+(defun say-number (n)
+  (format nil "~R" n))
+
+;; see examples in "cpp_calling_lisp/lib.cpp"
+
+(! "runExamples" (:qt *lib*)) ; note :qt
+
+(qq)
+
diff --git a/Qt_EQL/make.bat b/Qt_EQL/make.bat
new file mode 100644
index 0000000..e763415
--- /dev/null
+++ b/Qt_EQL/make.bat
@@ -0,0 +1,4 @@
+@echo off
+
+cd cpp
+nmake
\ No newline at end of file
diff --git a/Qt_EQL/reload.lisp b/Qt_EQL/reload.lisp
new file mode 100644
index 0000000..7114af1
--- /dev/null
+++ b/Qt_EQL/reload.lisp
@@ -0,0 +1,30 @@
+;;;
+;;; OSX note: unloading may not work!
+;;;
+;;; Simple demo:
+;;;
+;;;    0) do: eql reload.lisp -qtpl
+;;;
+;;;    1) make some changes in "cpp/lib.h", "cpp/lib.cpp"
+;;;    2) do: (recompile-c++)
+;;;    3) goto 1)
+;;;
+;;; Call plugin functions like this:
+;;;
+;;;     (qfun+ *lib* "myFunction")   ; a)
+;;;     (! "myFunction" (:qt *lib*)) ; b)
+;;;
+
+(in-package :eql-user)
+
+(defvar *lib* (qload-c++ (in-home "Qt_EQL/eql_cpp")))
+
+(defun recompile-c++ ()
+  (qload-c++ (in-home "Qt_EQL_dynamic/eql_cpp")
+             :unload)
+  (ext:run-program #+msvc "make.bat" #-msvc "make"
+                   #+msvc nil        #-msvc '("-C" "cpp/")
+                   :output t)
+  (setf *lib* (qload-c++ (in-home "Qt_EQL/eql_cpp")))
+  (assert (qt-object-p *lib*))
+  (qapropos nil *lib*))
diff --git a/Qt_EQL/test.lisp b/Qt_EQL/test.lisp
new file mode 100644
index 0000000..3080d42
--- /dev/null
+++ b/Qt_EQL/test.lisp
@@ -0,0 +1,17 @@
+(in-package :eql-user)
+
+(defvar *lib* (qload-c++ (in-home "Qt_EQL/eql_cpp")))
+
+(assert (qt-object-p *lib*))
+
+(qapropos nil *lib*)
+
+;; test call
+
+(qlet ((a "QVariant(QString)"    "hello from C++")
+       (b "QVariant(int)"        42)
+       (c "QVariant(double)"     pi)
+       (d "QVariant(QByteArray)" #(69 81 76)))
+  (qmsg (! "hello" (:qt *lib*) (list a b c d)))) ; note :qt
+
+(qq)
diff --git a/Qt_EQL/trafficlight/README.txt b/Qt_EQL/trafficlight/README.txt
new file mode 100644
index 0000000..d8b72e2
--- /dev/null
+++ b/Qt_EQL/trafficlight/README.txt
@@ -0,0 +1,32 @@
+This is a simple example of integrating an existing Qt/C++ application
+
+
+BUILD / RUN / CALL
+==================
+
+qmake
+make
+
+eql run.lisp -qtpl
+
+________________________________________
+
+Option 1:
+
+  (qfun+ *trafficlight* "stop")
+  (qfun+ *trafficlight* "start")
+________________________________________
+
+Option 2:
+
+  (! "stop"  (:qt *trafficlight*))
+  (! "start" (:qt *trafficlight*))
+________________________________________
+
+Option 3:
+
+  (define-qt-wrappers *trafficlight*)
+
+  (start *trafficlight*)
+  (stop *trafficlight*)
+________________________________________
diff --git a/Qt_EQL/trafficlight/lib.cpp b/Qt_EQL/trafficlight/lib.cpp
new file mode 100644
index 0000000..85a0161
--- /dev/null
+++ b/Qt_EQL/trafficlight/lib.cpp
@@ -0,0 +1,19 @@
+#include "lib.h"
+#include "trafficlight.h"
+
+QT_BEGIN_NAMESPACE
+
+QObject* ini()
+{
+    static QWidget* widget = 0;
+
+    if(!widget) {
+        widget = new TrafficLight;
+        widget->resize(110, 300);
+        widget->show();
+    }
+
+    return widget;
+}
+
+QT_END_NAMESPACE
diff --git a/Qt_EQL/trafficlight/lib.h b/Qt_EQL/trafficlight/lib.h
new file mode 100644
index 0000000..9728a28
--- /dev/null
+++ b/Qt_EQL/trafficlight/lib.h
@@ -0,0 +1,18 @@
+#ifndef LIB_H
+#define LIB_H
+
+#include 
+
+#ifdef Q_WS_WIN
+#define LIB_EXPORT __declspec(dllexport)
+#else
+#define LIB_EXPORT
+#endif
+
+QT_BEGIN_NAMESPACE
+
+extern "C" { LIB_EXPORT QObject* ini(); }
+
+QT_END_NAMESPACE
+
+#endif
diff --git a/Qt_EQL/trafficlight/run.lisp b/Qt_EQL/trafficlight/run.lisp
new file mode 100644
index 0000000..9a291fd
--- /dev/null
+++ b/Qt_EQL/trafficlight/run.lisp
@@ -0,0 +1,23 @@
+(in-package :eql-user)
+
+(defvar *trafficlight* (qload-c++ (in-home "Qt_EQL/trafficlight/trafficlight")))
+(defvar *lights*       (qfind-children *trafficlight* nil "LightWidget"))
+(defvar *red*          (first *lights*))
+(defvar *yellow*       (second *lights*))
+(defvar *green*        (third *lights*))
+
+(qapropos nil *trafficlight*)
+(qapropos nil *red*)
+
+;;; generate wrappers
+
+(define-qt-wrappers *trafficlight*)
+(define-qt-wrappers *red*)
+
+;;; now you can do:
+;;;
+;;; (start *trafficlight*)
+;;; (stop *trafficlight*)
+;;;
+;;; (turn-on *red*)
+;;; (turn-off *green*)
diff --git a/Qt_EQL/trafficlight/trafficlight.cpp b/Qt_EQL/trafficlight/trafficlight.cpp
new file mode 100644
index 0000000..be1112f
--- /dev/null
+++ b/Qt_EQL/trafficlight/trafficlight.cpp
@@ -0,0 +1,18 @@
+// original copyright:
+//
+// ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+// ** You may use this file under the terms of the BSD license
+
+#include "trafficlight.h"
+
+void LightWidget::paintEvent(QPaintEvent *)
+{
+    if (!m_on)
+        return;
+
+    QPainter painter(this);
+    painter.setRenderHint(QPainter::Antialiasing);
+    painter.setBrush(m_color);
+    painter.drawEllipse(0, 0, width(), height());
+}
+
diff --git a/Qt_EQL/trafficlight/trafficlight.h b/Qt_EQL/trafficlight/trafficlight.h
new file mode 100644
index 0000000..fd1535a
--- /dev/null
+++ b/Qt_EQL/trafficlight/trafficlight.h
@@ -0,0 +1,134 @@
+// original copyright:
+//
+// ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+// ** You may use this file under the terms of the BSD license
+
+#ifndef TRAFFICLIGHT_H
+#define TRAFFICLIGHT_H
+
+#include 
+
+class LightWidget : public QWidget
+{
+    Q_OBJECT
+    Q_PROPERTY(bool on READ isOn WRITE setOn)
+public:
+    LightWidget(const QColor &color, QWidget *parent = 0)
+        : QWidget(parent), m_color(color), m_on(false) {}
+
+    bool isOn() const
+        { return m_on; }
+    void setOn(bool on)
+    {
+        if (on == m_on)
+            return;
+        m_on = on;
+        update();
+    }
+
+public slots:
+    void turnOff() { setOn(false); }
+    void turnOn() { setOn(true); }
+
+protected:
+    virtual void paintEvent(QPaintEvent *);
+
+private:
+    QColor m_color;
+    bool m_on;
+};
+
+class TrafficLightWidget : public QWidget
+{
+public:
+    TrafficLightWidget(QWidget *parent = 0)
+        : QWidget(parent)
+    {
+        QVBoxLayout *vbox = new QVBoxLayout(this);
+        m_red = new LightWidget(Qt::red);
+        m_red->setObjectName("red");
+        vbox->addWidget(m_red);
+        m_yellow = new LightWidget(Qt::yellow);
+        m_yellow->setObjectName("yellow");
+        vbox->addWidget(m_yellow);
+        m_green = new LightWidget(Qt::green);
+        m_green->setObjectName("green");
+        vbox->addWidget(m_green);
+        QPalette pal = palette();
+        pal.setColor(QPalette::Background, Qt::black);
+        setPalette(pal);
+        setAutoFillBackground(true);
+    }
+
+    LightWidget *redLight() const
+        { return m_red; }
+    LightWidget *yellowLight() const
+        { return m_yellow; }
+    LightWidget *greenLight() const
+        { return m_green; }
+
+private:
+    LightWidget *m_red;
+    LightWidget *m_yellow;
+    LightWidget *m_green;
+};
+
+class TrafficLight : public QWidget
+{
+    Q_OBJECT
+public:
+    TrafficLight(QWidget *parent = 0)
+        : QWidget(parent)
+    {
+        QVBoxLayout *vbox = new QVBoxLayout(this);
+        TrafficLightWidget *widget = new TrafficLightWidget();
+        vbox->addWidget(widget);
+        vbox->setMargin(0);
+
+        machine = new QStateMachine(this);
+        QState *redGoingYellow = createLightState(widget->redLight(), 2000);
+        redGoingYellow->setObjectName("redGoingYellow");
+        QState *yellowGoingGreen = createLightState(widget->yellowLight(), 500);
+        yellowGoingGreen->setObjectName("yellowGoingGreen");
+        redGoingYellow->addTransition(redGoingYellow, SIGNAL(finished()), yellowGoingGreen);
+        QState *greenGoingYellow = createLightState(widget->greenLight(), 2000);
+        greenGoingYellow->setObjectName("greenGoingYellow");
+        yellowGoingGreen->addTransition(yellowGoingGreen, SIGNAL(finished()), greenGoingYellow);
+        QState *yellowGoingRed = createLightState(widget->yellowLight(), 500);
+        yellowGoingRed->setObjectName("yellowGoingRed");
+        greenGoingYellow->addTransition(greenGoingYellow, SIGNAL(finished()), yellowGoingRed);
+        yellowGoingRed->addTransition(yellowGoingRed, SIGNAL(finished()), redGoingYellow);
+
+        machine->addState(redGoingYellow);
+        machine->addState(yellowGoingGreen);
+        machine->addState(greenGoingYellow);
+        machine->addState(yellowGoingRed);
+        machine->setInitialState(redGoingYellow);
+        machine->start();
+    }
+
+    QState *createLightState(LightWidget *light, int duration, QState *parent = 0)
+    {
+        QState *lightState = new QState(parent);
+        QTimer *timer = new QTimer(lightState);
+        timer->setInterval(duration);
+        timer->setSingleShot(true);
+        QState *timing = new QState(lightState);
+        QObject::connect(timing, SIGNAL(entered()), light, SLOT(turnOn()));
+        QObject::connect(timing, SIGNAL(entered()), timer, SLOT(start()));
+        QObject::connect(timing, SIGNAL(exited()), light, SLOT(turnOff()));
+        QFinalState *done = new QFinalState(lightState);
+        timing->addTransition(timer, SIGNAL(timeout()), done);
+        lightState->setInitialState(timing);
+        return lightState;
+    }
+
+    Q_INVOKABLE void start() { machine->start(); }
+    Q_INVOKABLE void stop() { machine->stop(); }
+
+private:
+    QStateMachine *machine;
+
+};
+
+#endif
diff --git a/Qt_EQL/trafficlight/trafficlight.pro b/Qt_EQL/trafficlight/trafficlight.pro
new file mode 100644
index 0000000..2e18422
--- /dev/null
+++ b/Qt_EQL/trafficlight/trafficlight.pro
@@ -0,0 +1,15 @@
+QT          += widgets
+TEMPLATE    = lib
+CONFIG      += plugin release
+DESTDIR     = ./
+TARGET      = trafficlight
+OBJECTS_DIR = ./tmp/
+MOC_DIR     = ./tmp/
+
+include(../../src/windows.pri)
+
+HEADERS += lib.h \
+           trafficlight.h
+
+SOURCES += lib.cpp \
+           trafficlight.cpp
diff --git a/Qt_EQL_plugin/Qt/main.cpp b/Qt_EQL_plugin/Qt/main.cpp
new file mode 100644
index 0000000..83d8b7e
--- /dev/null
+++ b/Qt_EQL_plugin/Qt/main.cpp
@@ -0,0 +1,14 @@
+#include 
+#include 
+#include "qt_application.h"
+
+int main(int argc, char** argv)
+{
+    QApplication qapp(argc, argv);
+
+    MainWindow window;
+    window.setGeometry(50, 50, 500, 300);
+    window.show();
+
+    return qapp.exec();
+}
diff --git a/Qt_EQL_plugin/Qt/qt_application.cpp b/Qt_EQL_plugin/Qt/qt_application.cpp
new file mode 100644
index 0000000..1ada75f
--- /dev/null
+++ b/Qt_EQL_plugin/Qt/qt_application.cpp
@@ -0,0 +1,64 @@
+#include 
+#include 
+#include 
+
+#include "qt_application.h"
+
+typedef void (*OnShowPlugin)(QWidget*);
+typedef void (*OnHidePlugin)();
+
+static OnShowPlugin onShowPlugin = 0;
+static OnHidePlugin onHidePlugin = 0;
+
+MainWindow::MainWindow() : pluginWidget(0)
+{
+    setWindowTitle("Qt Application");
+
+    QWidget* central = new QWidget;
+    QLabel* label = new QLabel;
+    label->setText(tr("

QMainWindow with a dockable plugin widget.

")); + QPushButton* buttonShow = new QPushButton(tr("show plugin")); + QPushButton* buttonHide = new QPushButton(tr("hide plugin")); + setCentralWidget(central); + + QHBoxLayout* layout = new QHBoxLayout(central); + QVBoxLayout* buttonLayout = new QVBoxLayout; + buttonLayout->addWidget(buttonShow); + buttonLayout->addWidget(buttonHide); + buttonLayout->addStretch(); + layout->addWidget(label); + layout->addLayout(buttonLayout); + + connect(buttonShow, SIGNAL(clicked()), SLOT(showPlugin())); + connect(buttonHide, SIGNAL(clicked()), SLOT(hidePlugin())); +} + +void MainWindow::showPlugin() +{ + static bool loaded = false; + if(!loaded) { + loaded = true; + QLibrary plugin("./qt_plugin"); + onShowPlugin = (OnShowPlugin)plugin.resolve("onShowPlugin"); + onHidePlugin = (OnHidePlugin)plugin.resolve("onHidePlugin"); + pluginWidget = new QDockWidget(this); + addDockWidget(Qt::TopDockWidgetArea, pluginWidget); + } + + if(onShowPlugin) { + onShowPlugin(pluginWidget); + } + + pluginWidget->show(); +} + +void MainWindow::hidePlugin() +{ + if(pluginWidget) { + pluginWidget->hide(); + } + + if(onHidePlugin) { + onHidePlugin(); + } +} diff --git a/Qt_EQL_plugin/Qt/qt_application.h b/Qt_EQL_plugin/Qt/qt_application.h new file mode 100644 index 0000000..99b8481 --- /dev/null +++ b/Qt_EQL_plugin/Qt/qt_application.h @@ -0,0 +1,24 @@ +#ifndef QT_APPLICATION_H +#define QT_APPLICATION_H + +#include + +QT_BEGIN_NAMESPACE + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + MainWindow(); + + QDockWidget* pluginWidget; + +public slots: + void showPlugin(); + void hidePlugin(); +}; + +QT_END_NAMESPACE + +#endif diff --git a/Qt_EQL_plugin/Qt/qt_application.pro b/Qt_EQL_plugin/Qt/qt_application.pro new file mode 100644 index 0000000..916c790 --- /dev/null +++ b/Qt_EQL_plugin/Qt/qt_application.pro @@ -0,0 +1,10 @@ +QT += widgets +TEMPLATE = app +CONFIG += release +TARGET = qt_application +DESTDIR = ../ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +HEADERS = qt_application.h +SOURCES = qt_application.cpp main.cpp diff --git a/Qt_EQL_plugin/README.txt b/Qt_EQL_plugin/README.txt new file mode 100644 index 0000000..b4e7423 --- /dev/null +++ b/Qt_EQL_plugin/README.txt @@ -0,0 +1,34 @@ +*** N.B: MS folks: You'll need Windows >= 7 *** + + +INTRO / DESCRIPTION +=================== + +This is a very basic example of using EQL in a Qt plugin. +So, if some 3rd party Qt application offers a way to integrate Qt plugins, you +can use EQL for your plugin. + +We assume that the 3rd party application offers us a QWidget as parent for +our plugin. In this example it's a QDockWidget, which is bound to +eql:*qt-main* in Lisp. + + + +BUILD / RUN +=========== + +- build dummy application in "Qt/" +- build plugin in this directory +- run the "qt_application" executable + + + +NOTES +===== + +See also the function "set-data" in "ini.lisp": it shows a simple way for data +exchange between the application and the plugin. +It uses a dynamic Qt property, which can be accessed from both sides, C++ and +Lisp, since the property is added to the plugin parent widget of the application: +"pluginWidget" in C++, "*qt-main*" in Lisp. + diff --git a/Qt_EQL_plugin/ini.lisp b/Qt_EQL_plugin/ini.lisp new file mode 100644 index 0000000..8870c1b --- /dev/null +++ b/Qt_EQL_plugin/ini.lisp @@ -0,0 +1,49 @@ +(in-package :eql-user) + +(defvar *label* (qnew "QLabel")) +(defvar *edit* (qnew "QLineEdit")) +(defvar *font* (qnew "QFont(QString,int)" + #+darwin "Monaco" #+darwin 12 + #+linux "Monospace" #+linux 9 + #+windows "Courier New" #+windows 10)) + +(defun ini () + (let* ((widget (qnew "QWidget")) + (layout (qnew "QVBoxLayout(QWidget*)" widget))) + (dolist (w (list *label* *edit*)) + (qset w "font" *font*) + (! "addWidget" layout w)) + (! "setWidget" *qt-main* widget) + (qconnect *edit* "returnPressed()" 'eval-edit) + (qlater 'delayed-ini))) + +(defun delayed-ini () + (qset *edit* "text" "(in-package :eql-user)") + (eval-edit) + (qset *label* "text" "Enter Lisp expression and hit Return:")) + +(defun eval-edit () + (qset *label* "text" + (handler-case (let ((result (eval (read-from-string (qget *edit* "text"))))) + (! "clear" *edit*) + (princ-to-string result)) + (error (condition) + (x:cc "Error: " (qescape (princ-to-string condition))))))) + +(let (loaded) + (defun ? () + (unless loaded + (setf loaded t) + (load "../src/lisp/qselect.lisp")) + (eql::%qselect (lambda (widget) (qset *label* "text" (format nil "~A ; see qsel:*q*" widget)))))) + +(defun set-data (data) + "Example of using dynamic Qt properties for simple data exchange." + (! "setProperty" *qt-main* "data" + (typecase data + ;; 2 example cases + (string (qnew "QVariant(QString)" data)) ; string + (vector (qnew "QVariant(QByteArray)" data)))) ; binary data (vector of octets) + data) + +(ini) diff --git a/Qt_EQL_plugin/qt_plugin.cpp b/Qt_EQL_plugin/qt_plugin.cpp new file mode 100644 index 0000000..7c57b0d --- /dev/null +++ b/Qt_EQL_plugin/qt_plugin.cpp @@ -0,0 +1,19 @@ +#include "qt_plugin.h" +#include "eql.h" + +QT_BEGIN_NAMESPACE + +void onShowPlugin(QWidget* widget) +{ + static EQL* eql = 0; + if(!eql) { + eql = new EQL; + eql->exec(widget, "ini.lisp"); + } +} + +void onHidePlugin() +{ +} + +QT_END_NAMESPACE diff --git a/Qt_EQL_plugin/qt_plugin.h b/Qt_EQL_plugin/qt_plugin.h new file mode 100644 index 0000000..9a17dd4 --- /dev/null +++ b/Qt_EQL_plugin/qt_plugin.h @@ -0,0 +1,23 @@ +#ifndef QT_PLUGIN_H +#define QT_PLUGIN_H + +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +class QWidget; + +extern "C" { + LIB_EXPORT void onShowPlugin(QWidget*); + LIB_EXPORT void onHidePlugin(); +} + +QT_END_NAMESPACE + +#endif diff --git a/Qt_EQL_plugin/qt_plugin.pro b/Qt_EQL_plugin/qt_plugin.pro new file mode 100644 index 0000000..ec822c6 --- /dev/null +++ b/Qt_EQL_plugin/qt_plugin.pro @@ -0,0 +1,13 @@ +TEMPLATE = lib +CONFIG += dll no_keywords release +INCLUDEPATH += ../src +LIBS += -L.. -leql5 +TARGET = qt_plugin +DESTDIR = ./ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(../src/windows.pri) + +HEADERS = qt_plugin.h +SOURCES = qt_plugin.cpp diff --git a/README-1.txt b/README-1.txt new file mode 100644 index 0000000..da42339 --- /dev/null +++ b/README-1.txt @@ -0,0 +1,157 @@ +********************************* +* EQL5 is a Qt5 port of EQL/Qt4 * +********************************* + +# contact: gmail, polos.ruetz +# mailing list: http://groups.google.com/group/eql-user/topics +# +# MANY THANKS to the users of the eql-user mailing list for their contributions! + + + +TESTED WITH +=========== + +* ECL 16 +* Qt 5.5 +* Linux + + + +REQUIREMENTS +============ + +* ECL threads + unicode +* Qt5 +* /should/ run cross-platform + + + +BUILD +===== + +(N.B. for rebuilding, please see README-REBUILD.txt) + + [Windows] + You first need to adapt the file src/windows.pri (include & library paths). + + [MSVC] + substitute make with nmake + + [OSX] + To force creation of a Makefile (instead of an Xcode project), use this flag: + qmake -spec macx-g++ + +1) In src/ run: + + ecl -shell make-eql-lib.lisp + +2) Do: (use qmake-qt4 if you have Qt5 installed) + + qmake eql_lib.pro + make + + qmake eql_exe.pro + make + + This will build both the EQL executable and shared library. + +3) cd .. + + [Linux] + You need to create links to EQL, something like (note the "5"): + cd /usr/lib + sudo ln -s ~/eql5/libeql5.so.1 libeql5.so.1 + cd /usr/bin + sudo ln -s ~/eql5/eql5 eql5 + + [OSX] + You need to create links to EQL, something like (note the "5"): + cd /usr/lib + sudo ln -s ~/eql5/libeql5.1.dylib libeql5.1.dylib + cd /usr/bin + sudo ln -s ~/eql5/eql5.app/Contents/MacOS/eql5 eql5 + + [Windows] + Add your EQL directory to the Path environment variable, see: + + + + +RUN +=== + +PLEASE NOTE: +You will often need to "reset" (command) your console/shell after EQL finished +working, especially during development time or other exits than "(eql:qquit)". + + +You can run a simple interactive REPL UI doing: + eql5 -qgui + +To run a Lisp file without top-level, do: + eql5 examples/2-clock + +(If you don't see the application window, it might be in the background. +Use your taskbar to show it.) + +If you start the EQL executable without arguments, it will start the usual ECL top-level +(without processing Qt events). + +To _not_ load ~/.eclrc on startup, do: + eql5 -norc + +To quit the tool, do: + (eql:qquit) or + (eql:qq) + +In order to run (sort of) a top-level processing Qt events, do (requires ECL threads): + eql5 -qtpl + + Note: If you want to use "ecl-readline" together with "-qtpl", just compile + "eql5/src/lisp/ecl-readline.lisp" (which depends on the "readline" C library). + It will then be loaded automatically on startup. + + + +QT MODULES (network, sql, opengl) +========== + +To build an EQL module (corresponding to a Qt module), do the following in src/: + + qmake module_.pro (e.g. qmake module_network.pro) + make + + [Linux,OSX] + You need to create links to the modules, see EQL library above. + +In Lisp, use the function QREQUIRE to load a module: + (qrequire :network) + + + +TIP +=== + +You might want to put this in your ~/.eclrc file: + + #+eql + (setf eql:*qtpl* t ; same as -qtpl + eql:*break-on-errors* t) + + + +NOTES +===== + +For additional information see doc/index.html. + + + +LICENSE +======= + +MIT + +for MAKE-QIMAGE (contributed by Mark Cox), please see LICENSE-MAKE-QIMAGE.txt + diff --git a/README-2-REBUILD.txt b/README-2-REBUILD.txt new file mode 100644 index 0000000..6c7a4a7 --- /dev/null +++ b/README-2-REBUILD.txt @@ -0,0 +1,47 @@ +REBUILD STEPS (on every upgrade of: ECL, Qt, EQL) +============= + +Change to eql/src/ and do: + +1) remove directory tmp/ + remove slime/thread-safe.fas* + remove src/lisp/ecl-readline.fas* (only on upgrading ECL; to recompile manually) + +2) ecl -shell make-eql-lib.lisp + +3) qmake, make in this order: (MSVC: nmake; use qmake-qt4 if you have Qt5 installed) + + eql_lib.pro + eql_exe.pro + + module_network.pro + module_... + +Optionally (integrate wrapper functions): + +4) eql5 make-eql-lib-wrappers.lisp + +5) re-link EQL library: + + touch tmp/eql.o (or delete "tmp/eql.o*") + qmake eql_lib.pro + make + + +IMPORTANT NOTES +=============== + +C++: + +You always need to rebuild from any "*.pro" file (EQL modules, Qt_EQL...) after +upgrading EQL. + +The simplest way to clean everything is to remove the whole "tmp/" directory in +the respective build directory, since the Makefile generated by Qt not always +works correctly with "make clean" (e.g. on Windows). + +Lisp: + +It's also recommended to recompile any compiled EQL code (because of the tight +ECL/C++ integration). + diff --git a/README-3-OPTIONAL.txt b/README-3-OPTIONAL.txt new file mode 100644 index 0000000..3faf44f --- /dev/null +++ b/README-3-OPTIONAL.txt @@ -0,0 +1,51 @@ +Wrapper functions +================= + +If you want to use wrapper functions for all Qt functions, see: + + "src/lisp/all-wrappers.lisp" + +Examples: + + (|show| widget) + + (|toString| (|currentTime.QTime|)) ; static function + + (|begin(QWidget*)| painter) + + +Notes +===== + +If you want to add the wrappers permanently, build EQL as usual, then run + + eql5 make-eql-lib-wrappers.lisp + +Re-link EQL doing something like: + + touch tmp/eql.o* (or delete "tmp/eql.o*") + qmake eql_lib.pro + make + +(The resulting shared library will be considerably bigger than before). + +--- + +The convenience macro X:DO-WITH has been adapted to work with the wrappers: + + (x:do-with item + (|setTextAlignment| 0 |Qt.AlignRight|) + (|setText| 0 "123")) + +--- + +Normally not needed, but if you want to generate the wrappers for your +Qt version (much different from Qt 5.5) do: + + cd src/lisp + eql5 define-all-wrappers.lisp + +--- + +See also note in Sokoban example (no more casts needed). + diff --git a/doc/Debugging.htm b/doc/Debugging.htm new file mode 100644 index 0000000..79c7441 --- /dev/null +++ b/doc/Debugging.htm @@ -0,0 +1,139 @@ + + + + + +
+

Debugging

+This is a simple tutorial using the top-level processing Qt events: +
+  $ eql5 -qtpl
+
+
+

Example 1: Error on REPL (trivial)

+
+
+  EQL-USER[1]> (/ 0)
+
+  Condition of type: DIVISION-BY-ZERO
+
+  Available restarts:
+
+  1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
+  2. (RESTART-QT-EVENTS) Restart Qt event processing.
+
+  ** BREAK [LEVEL 2]>
+
+
+    +

Note that all debug input is handled in a debug dialog, not in the +console window.

+

So, either type the restart number in the dialog +

  :r1
+or just click Cancel / hit Escape, which will always choose :r1. +
Type :h for all available debug options. +

Both restarts will have the same effect here, see note at bottom.

+
  +

Example 2: Error during Qt event processing

+Start calculator example: +
+  $ eql5 -qtpl examples/X-extras/calculator
+
+
+Let's run this function: +
+  EQL-USER[1]> (clc:auto "42 ? blah")
+
+
+This will output 2 errors, without breaking into the debugger: +
+
+  [EQL:err] QFIND-CHILD #<QDialog "" 0x39737d0 [1]> "?"
+
+  [EQL:err] QINVOKE-METHOD NIL NIL "animateClick" (400)
+
+
+

Note: After eventual print output (like the above), you + won't see a fresh top-level prompt.
Don't get confused by this, as + you can continue to enter commands.

+
+Now make EQL errors break into the debugger: +
+  EQL-USER[2]> (setf eql:*break-on-errors* t)
+
+
+Run our function again: +
+
+  EQL-USER[3]> (clc:auto "42 ? blah")
+
+  Condition of type: SIMPLE-CONDITION
+
+  [EQL:err] QFIND-CHILD #<QDialog "" 0x39737d0 [1]> "?"
+
+  Available restarts:
+
+  1. (CONTINUE) Return from BREAK.
+  2. (RESTART-QT-EVENTS) Restart Qt event processing.
+
+  ** BREAK [LEVEL 1]>
+
+
+    +

Now there are 2 possible restarts:

+
  :r1
+(CONTINUE) will continue execution, which will break on +the next error, then finish our function. +
  :r2
+(RESTART-QT-EVENTS) will abort execution, returning to +the REPL immediately. +

+
+

+

Notes

+There is one situation where interactive debugging won't work, and +this is in code inside an (overridden) +
  "paintEvent(QPaintEvent*)"
function, as this may cause +recursive paint events and segfaults. +
  +
 
+To exit instantly from EQL during debugging (on nasty errors), just type +
  :qq / :exit
+in the debug dialog (or REPL). +
  +
 
+On simple read errors on the REPL (e.g. non-existing packages, non-external symbols), the debugger will not be entered (as this would cause an unrecoverable break, since read runs in its own thread here); instead, the erroneous input string will be returned as-is. +
  +
 
+The conflicting case +
  (RESTART-TOPLEVEL)
+  (RESTART-QT-EVENTS)
+is resolved automatically (RESTART-QT-EVENTS would block the REPL in this case). +
  +
  +
+

Tips

+You might want to put this in your ~/.eclrc file: +
+
+  #+eql
+  (setf eql:*qtpl*            t  ; same as -qtpl
+        eql:*break-on-errors* t)
+
+
+
+

In order to automatically switch the REPL to a given package after loading a file, add this line:

+
  (qlater (lambda () (in-package :my-package)))
+
+

If you use ECL readline (see ecl-readline.lisp in sources):
After entering :qq (quitting the top-level), the console/shell should always be reset (but you won't probably see the command while typing it; an alias might help):

+
+  $ reset
+
+
  +
  +
+ diff --git a/doc/Deploy.htm b/doc/Deploy.htm new file mode 100644 index 0000000..9765812 --- /dev/null +++ b/doc/Deploy.htm @@ -0,0 +1,14 @@ + + + + +

Deploy

+

Please follow the my_app/README.txt (which assumes that your lisp files are in my_app/lisp/)

+

The dependencies are:

+
    +
  • eql5, ecl, QtCore, QtGui, QtWidgets, QtPrintSupport shared libraries +
  • your *.ui files (if any) +
  • your *.qm translation files (if any) +
+A detailed description of deploying Qt applications can be found in Qt Assistant. + diff --git a/doc/EQL-Slime-Integration.htm b/doc/EQL-Slime-Integration.htm new file mode 100644 index 0000000..d61c297 --- /dev/null +++ b/doc/EQL-Slime-Integration.htm @@ -0,0 +1,64 @@ + + + + + +
+

EQL (ECL + Qt) in Slime -- how does it work?

+
    +
  • Start swank using the EQL executable, running the swank server in an ECL thread, and using the main thread for the Qt main event loop.

    +
  • Wrap every internal EQL function in a macro, which will call the function either directly (if called from GUI/main thread), or, if called from another ECL thread, will wrap the function call in a closure.

    +
  • This closure will be passed to a queued, blocking Qt function running in the GUI thread, which will in turn call the closure.

    +
+

The crucial part is passing a Lisp closure from an ECL thread to Qt and calling it from C++ in the GUI/main thread.

+

This is trivial in ECL/Qt, since both ECL and Qt use/wrap native C threads, and Qt offers a nice utility with Q_INVOKABLE.

+

First let's wrap the actual Lisp function, e.g. (foo x y) in a closure, so we only need to pass one ECL closure pointer to C++. +

No need to pass Lisp arguments to C++, they are in the closure; no return value needed from C++, Lisp return values will be assigned in the closure:

+
+
+  ;; in some ECL thread
+  (let (values)
+    (run-in-gui-thread
+
+      ;; in ECL main/GUI thread
+      (lambda ()
+        (setf values (multiple-value-list (foo x y)))))
+
+    ;; back in some ECL thread
+    (values-list values))
+
+
+

Here the implementation of the ECL function run-in-gui-thread (embedded in Qt):

+
+
+  cl_object run_in_gui_thread(cl_object closure) // define ECL function
+  {
+      QMetaObject::invokeMethod(
+          object,                       // any QObject from GUI thread
+          "runInGuiThread",             // see Q_INVOKABLE
+          Qt::BlockingQueuedConnection, // blocking for return values
+          Q_ARG(void*, closure));       // 'closure' is just a pointer
+
+      return Cnil;
+  }
+
+
+

Now the Lisp closure will run in the GUI/main thread, and the implementation of the Qt function runInGuiThread is as simple as:

+
+
+  Q_INVOKABLE void runInGuiThread(void* closure) // note Q_INVOKABLE
+  {
+      cl_funcall(1, (cl_object)closure); // ECL function call
+  }
+
+
+

After introducing a macro qrun*, and wrapping all EQL functions in it (see "slime/thread-safe.lisp"), we are done!

+

(Please note that the above code is a stripped down version, see sources for the actual implementation.)

+
+
+ + + diff --git a/doc/EQL.png b/doc/EQL.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f661b788d0c50c23ab16f3f66d70ba003dc64c GIT binary patch literal 2866 zcmeAS@N?(olHy`uVBq!ia0y~yU|7n)z!1p6#K6E{lasOCL{HU@d6s34Pl_xXs?wLRuV(nv*0g7#LcYcc zX)dfxtb!;?>z2D#ly}`yS*fR|p{1*-B^+|q8x#Z{D+DJWei~J{lxTLx9NCPDk5-D&F-=1ClmMCC7G1+k;Yi_7x^xp3$E_ue3b}6s@_xg+7{~u0EkC#X9OaIMf zp7sB=?r()SX~Ub@3q|*>UlMSVrDcJZ(oCOpgEP9hcb4f}2}spe+*UfuDwG*~eS5~b zb9c5M31^I!Fa7`T(#}-b!)y!!IWgk%I;{3qENSw;+q&Rvd!9|`atoEVuebceG^8hP z{{G4HN}Z(CSKk`Hn%~|s>A63yl^319e>C%EYzdQ5;k)N{|Iba>YZ#W|RB)q=yUN^F z!%1S>KaUsoI=7`B{oPP|Kc;fgxy=j1{GNG4|6_}(787J-`1EeB%(Jy~lUA@ZTv%N4 z@y?>lb-RmGa_3%Iu3pv?U>+m2>E-Rid{w#X>h5p$e_9bVSDW_(?>ff5{ie#n=lkz4 zFwF3{a>4V;MB(CZ(?6xv_}d@v`XzSNaoc^#9U}9EK0Yl^^=*DGEWwdl$fTwRr=Gn?`=IfL)H7k!&V#JKi{}d?Cx*t*RgiDWohWMP0M=| zx<}o7_SPfo)S2UN<>d4K`S@3UJ&%;Ie8K1JW&4)zg9uGZz*g0)w-0>+4HA_C?96MBdm7oQgwu8%Ilfy zcxt@vtX~=Q;(V#<$+e4bhvizvUAZtd_-yqDfqIYm1{b$HZ&o_=Lo)Bj<6X;FK5ag< zl%M0?qT}@aGt@@d&lgnkZ zPpJIyna4BVN$K0GWo$aZYKxx8ae1v)$dA>qQ(Cm|_T&w1QmWgPYL2?EES^Cl&3l~5L_lHZ;z;btIrN@-us9{KHkn+P=2GzN#|*e^d8xQ^t2M{i9kt1sS&a&Z|>Et2SvNHf3-fpY;L%;xykOu z=B-^0t>(F@7asQ9QsX^)NZ{E`qpKFZe_c;#KK+`%W@TVdXk=*6jDNu=j;^_7C&@8U zGDnMH*YmZpEURuxNiUU>&fIXxZB?PrQ2|xqlN@#n)Fua7HJjeKbS(GRozsl-W4zX1 ztK55ikH_Qhoyixqn*Pbpmp=FP(~EB^N`a|AT;F~5*=Xl!8CP6n*#6iswj=XtN~^-$ z){krbCOl49XA+~Qt9kvy7miMkmOZ7PI#RsVy=@szw5&UqSTrRp;FVUK`L}1wihPa) z&pVJ9z@v~a+iD=)wEpgn!ZYhu+j=_7teJZ1lgjMts~4`GFugT8inU|2Zo3gj#p+u< z3odPaQfkX6P;FV`+Tr_2ZPC)jcV?_AI&{y4kui9kmT^YXk zh|WX?2By0mmMx8C)8;PF5Vv2MZdLk@BlfN0buFf=Kc}s(F8_V2=fai6@zdBV`i(D@ zv|e$QwViNc`<=oB;X3*KXOCoFx%^#pf>dSUP0`cGH%9mF3!G8>@(h2VCaYKAyw1<7 zN>_{fZOh)jDd>kw=GNS8yC;8RV-hd>eVj}3wH^PA%AXY z?oMrM`Ln!pKDrn4)}8Y`p|@UePnuDntU|!t{K(Jqxu**Go>dVN-z*`ue!;4y`-0aU3(?)Se5%?H`QJ;Imb{yH+I^sg;)~}9bS#?*5Gj+p-I@v-S zUmqq0hK5PE6c^k+^S!8N$DFHKKh8dCxsiVQX8C#s1_q;t89(Z()tDG&7}tMPi;sKK zxnQ*>m-0G`O{Lt1Pxenfo=N!$13s$J6ztpPap_ zxv>1S$jW!p_R>eMOe;)2^yPJ=1jB&?hgug;t|(~u_)pt#S1S9et=+Zlw@-CCFR$DC zn0e}viE`O)o2^&)ZlButk9$qwTFvC^=ak*|{qht1a?x%5%{Pg6n-lwHdF`p$_cU%3 z+e)6k{h`(G4&CRQ=accZ`I4Wz_O;7q@^_#0`LA3rSi0?Y!LQ@&AM`hyews9?IO_WI zFM;15F!+~F+dF$T%b)FaZ-uHwWNVbRU7aX#J35d}JAdYq4~2^ROeb?b$+H7qPs_9J8y!`Ae{W^)Z~bZBRxU|9{=HVvcDeeiQ_a}FE!R9; z->3SYJ5Sw)b?%B~neQdu-@Mzv>&@g`AFi_TZ2OC6*~~1mNn)Z?!>2v9<>3DvzjBi4 zo(>!FOn3KN(rZGr)(M6^d6pu|ofTSVw4luR%Hv(X{`_C_`C@JSl254&3=b!-{vY*i z^X}!}??^sgW0}Ub_UW;#mP3z};;LWY`E~W$y7)`eJAYcTHqDX>e7D&8`lC%B>`gx{ za#sE-aq9D56{%i@sh>`N{@3GQd3W8zlO8UspoMoty<+PNkalvQZ%pDbR>_#zg`%~m7PtT0 z7JM&VP=KMq=a7GW)QX9ZP8b@z*}L(u+Q1uXyem+#S_*pR)k|9-&oNXwq8`d>Yn!7*ngnCnh6Ke@Z|^mLC6)AUdBEDLhH_kP-g?1B0ilpUXO@geCyPCxx5< literal 0 HcmV?d00001 diff --git a/doc/Notes.htm b/doc/Notes.htm new file mode 100644 index 0000000..6c0d676 --- /dev/null +++ b/doc/Notes.htm @@ -0,0 +1,71 @@ + + + + + +

Notes

+

Pass -norc on the command line to not load ~/.eclrc on startup.
Since :eql and :eql5 are in *features*, you can use e.g. #+eql / #-eql5.

+

To run a Lisp file directly, do e.g. eql5 + examples/5-colliding-mice -qtpl.

+

See the EQL UI (command eql -qgui) for a complete list of all + supported classes and functions.

+

In the above mentioned UI you find a "Select" button, allowing you + to select any Qt widget (even in other main widgets), if previously loaded + from the UI command line. After selecting a widget, the + parameter qsel:*q* will be set to it.

+

See command line option -qtpl for a top-level processing Qt + events (see also readline note in ../README.txt).
It uses a simple GUI dialog for + debug input (needed because read runs in its own thread).
On + eventual print output, you won't see a fresh prompt, but the REPL will + remain ready for input.
You can set this option permanently by adding this in ~./eclrc: +
#+eql (setf eql:*qtpl* t) +

+

If you want to use temporary Qt objects, you can use the qlet + convenience macro (see the function list). It's a let* variant + for Qt objects, deleting them when leaving its body.

+

No universal GC (garbage collection) for Qt objects: +

    +
  • Qt widgets always live inside an object hierarchy, so deleting a widget + will delete all its child widgets/objects. +
  • For local widgets/objects, you have the qlet macro, which are + deleted when leaving the qlet body. +
+
    +
  • So, always use qlet (instead of qnew) if you only + need a local Qt object inside a function (e.g. QDialog, QRegExp). +
  • GC is implemented (using the ECL finalizer) for Qt value types (like QFont) returned by the functions + qget and qfun.
    These types are printed adding GC: #<QFont 0x9243840 GC>. +
+

+

Enumeration example: |Qt.AlignCenter|.
So, all enumerations + are defined as constants, using case preserving symbol names (allowing + convenient tab completion in Emacs). +

+

Errors in EQL functions don't break into the debugger; if you want them to + do so, set the variable eql:*break-on-errors* + to T. +
(So the choice is left to you: depending on the situation, either option +may be more convenient than the other.) +

+

+The currently available Qt5 Modules (see qrequire) are: +
:network :opengl :sql +

+

If you want to use CLOS together with qt-object instances + (which are of type struct), see + examples X-extras/CLOS-encapsulation.lisp + and 5-colliding-mice.lisp.
So there's a simple way to + use either defclass or defstruct to + encapsulate a qt-object.

+
+

If you're interested in embedding EQL in existing Qt/C++ projects, + see example in directory Qt_EQL_dynamic/ (which can be used + together with Slime). +

+

See also plugin example in directory Qt_EQL_plugin/. +

+
+

The necessary parsing for generating the src/gen/* files is + done by parsing the Qt documentation. See helper/README.txt if you want do it yourself + + diff --git a/doc/QtDesigner.htm b/doc/QtDesigner.htm new file mode 100644 index 0000000..6fdf1e8 --- /dev/null +++ b/doc/QtDesigner.htm @@ -0,0 +1,23 @@ + + + + +

Qt Designer

+
    +
  • In Qt Designer, set a unique objectName to every object you want to use from Lisp. +
  • In Lisp, load the *.ui file using qload-ui (which will return the main widget of the UI). +
  • To get the single widgets from the UI, use qfind-child. +
+

For an example, see examples/3-main-window.lisp.

+
+

+If you want to translate your UI files to the corresponding EQL code, do the following +at the command line: +
  eql -quic file.ui +
which will generate a file named ui-file.lisp. See also function quic. +

+

+For a quick test of the generated file, try this: +
  eql ui-file.lisp +

+ diff --git a/doc/QtLinguist.htm b/doc/QtLinguist.htm new file mode 100644 index 0000000..cf415fb --- /dev/null +++ b/doc/QtLinguist.htm @@ -0,0 +1,21 @@ + + + + +

Qt Linguist

+For every new project: +
    +
  • In Lisp, wrap the strings you want to translate in the tr macro (as you would do in Qt), optionally passing a context and/or a plural indicator (see Qt Assistant). Both string and context can be Lisp forms evaluating to constant strings. +
  • Adapt the my_app/eql-lupdate file, adding your Qt Designer *.ui files (if any), and listing the respective *.ts files for all languages you want to support. +
  • Adapt the my_app/eql-lrelease file, simply listing all *.ts files (see above). +
+For every new release (in order to create the *.qm files): +
    +
  • In my_app/, run eql make.lisp (compiling all files). This will find all source strings to translate and save them in the file tr.h (only a dummy needed for the Qt lupdate function). This is done using a compiler macro, see my_app/tr.lisp. +
  • Run the my_app/eql-lupdate script; this will create/update the single *.ts files for every language. +
  • Use Qt Linguist on the *.ts files (as usual). +
  • Run the my_app/eql-lrelease script. +
+

Note: you may need to copy the respective qt_*.qm files (see translations/ in the Qt sources), in order to load the translated texts used by Qt itself.

+

See my_app/main.cpp for an example how to load your translation files.

+ diff --git a/doc/Slime-REPL-hook.htm b/doc/Slime-REPL-hook.htm new file mode 100644 index 0000000..cd5c5d0 --- /dev/null +++ b/doc/Slime-REPL-hook.htm @@ -0,0 +1,102 @@ + + + + +

Slime REPL Hook

+

+

Please note:

+

+You need to enable this mode manually by uncommenting this line in eql-start-swank.lisp in your Slime directory: +
  (setf eql:*slime-mode* :repl-hook) +

+

Requires ECL threads.

+

+This should work with any Slime version that plays together with ECL. +
Tested with ECL 12.7.1 (Windows: ECL 12.12.1) +

+
    +

    Prepare

    +
      +
    • Add to your ~/.emacs file: +
      +(add-to-list 'load-path "~/slime/")         ; slime path
      +(add-to-list 'load-path "~/slime/contrib/") ; slime/contrib path
      +(require 'slime)
      +(slime-require 'swank-listener-hooks)       ; EQL requires a listener hook
      +(slime-setup '(slime-fancy))
      +
      +
    • Add to your ~/.swank.lisp file (or copy file eql/slime/.swank.lisp in your home directory): +
      (Please note: this isn't really optional -- you need to set this option for a useful Slime + EQL.) +
      +(setf swank:*globally-redirect-io* t) ; show print output in Emacs
      +
      +
    • Copy file eql/slime/eql-start-swank.lisp in your slime/ directory +
    +
    +

    Run

    +
      +
    • Run the swank server (the command line option -slime can be omitted if the file name contains "start-swank"), optionally passing a Lisp file: +
      +eql <path-to-slime>/eql-start-swank.lisp [file.lisp]
      +
      +
    • Run Emacs and do: +Meta-X slime-connect (please note: +use slime-connect) and hit Return 2 times +(confirming the default values). +

      Please note: if :dont-close is set to T + in eql-start-swank.lisp, quitting/restarting Emacs will not + affect a running EQL program, that is: if you quit/restart Emacs, you can + connect to the same swank/EQL you left when quitting Emacs.

      +
    +
    +

    Notes

    +

    Eval Region

    +
      +
    • Load your Lisp file from the Slime REPL: (load "file.lisp") +
    • Run your program from the Slime REPL (not using Eval Region). +
    • Only at this point you may use Eval Region for re-defining functions etc. +
    +

    The point here is: if you directly try to Eval Region an expression containing an + EQL function, your swank server will crash, because it will not be + evaluated in the GUI thread (Qt GUI methods need to be called from the GUI thread). +

    +

    So, only run EQL functions directly from the Slime REPL. +
    If you want to use Eval Region containing EQL functions, use the +method described above. +

    +
    +

    You may use the macro qeval if you want to ensure evaluation + in the GUI thread (this is meant to be used together with Eval Region only). +
    It behaves like a progn, so you can do something like this: +

    +(qeval
    +  (defvar *label* (qnew "QLabel"))
    +  (defvar *edit*  (qnew "QLineEdit")))
    +
    +Wrapping forms in qeval will have no effect if you +run your code outside of Slime (so there's no need to +remove qeval in your final program).

    +
    +

    But note: the advantage using Eval Region + (without qeval) is that Lisp error conditions (not + driven by Qt events) will not stop/pause your EQL program (that is, Qt event + processing will continue).

    +

    Instead, if there is an error in code you either enter in the Slime REPL, or + run with Eval Region wrapped in qeval, the +program will always pause (Qt event processing will be stopped until you take some + action).

    +
    +

    Abort / Restart

    +

    Be careful after entering the Slime debugger. If you see this: +
    +
    [ABORT] Return to SLIME's top level. +
    [RESTART-QT-EVENTS] Last resort only - prefer "Return to SLIME's top level" +
    +
    Always choose the first one, otherwise you'll be stuck. +

    +
    +

    Help

    +

    For help see the qapropos and qgui functions.

    +
+
+ diff --git a/doc/Slime.htm b/doc/Slime.htm new file mode 100644 index 0000000..5e1ec85 --- /dev/null +++ b/doc/Slime.htm @@ -0,0 +1,57 @@ + + + + +

Slime

+Requires ECL threads. +

+This should work with any Slime version that plays together with ECL. +
Tested with ECL 12.7.1 (Windows: ECL 12.12.1) +

+
+

Prepare

+
    +
  • Add to your ~/.emacs file: +
    +(add-to-list 'load-path "~/slime/") ; slime path
    +(require 'slime)
    +(slime-setup '(slime-fancy))
    +
    +
  • Add to your ~/.swank.lisp file (or copy file eql/slime/.swank.lisp in your home directory): +
    (Please note: this isn't really optional -- you need to set this option for a useful Slime + EQL.) +
    +(setf swank:*globally-redirect-io* t) ; show print output in Emacs
    +
    +
  • Copy file eql/slime/eql-start-swank.lisp in your slime/ directory +
+
+

Run

+
    +
  • Run the swank server (the command line option -slime can be omitted if the file name contains "start-swank"), optionally passing a Lisp file: +
    +eql <path-to-slime>/eql-start-swank.lisp [file.lisp]
    +
    +
  • Run Emacs and do: +Meta-X slime-connect (please note: +use slime-connect) and hit Return 2 times +(confirming the default values). +

    Please note: if :dont-close is set to T + in eql-start-swank.lisp, quitting/restarting Emacs will not + affect a running EQL program, that is: if you quit/restart Emacs, you can + connect to the same swank/EQL you left when quitting Emacs.

    +
+
+

Loading files

+

If you experience slow loading of files (compared to direct loading), use qload instead of load, which will reduce all thread switches during the load process to a single one.

+

Another case where you need to use qload is when you use Qt classes which use threads internally (see e.g. examples/X-extras/move-blocks.lisp).

+
+

Help

+

For help see the qapropos and qgui functions.

+

To kill the swank process (Slime), use function qquit / qq (since quitting Emacs will not kill it).

+
+

Notes

+

All EQL functions are wrapped in qrun* (see eql/slime/thread-safe.lisp), so it's safe to call them either directly from the REPL or using 'eval region' (or from any other ECL thread).

+

This Slime mode is both convenient and simple to use, but conses a little more for every EQL function call. +
If you absolutely want direct EQL function calls, please see the less convenient Slime REPL Hook mode.

+
+ diff --git a/doc/auto-doc.htm b/doc/auto-doc.htm new file mode 100644 index 0000000..8bb2778 --- /dev/null +++ b/doc/auto-doc.htm @@ -0,0 +1,529 @@ +

+DEFINE-QT-WRAPPERS (qt-library &rest what) +

Defines Lisp methods for all Qt methods/signals/slots of given library.
(See example Qt_EQL_dynamic/trafficlight/).

+
+  (define-qt-wrappers *c++*)        ; generate wrappers (see "Qt_EQL_dynamic/")
+  (define-qt-wrappers *c++* :slots) ; Qt slots only (any of :methods :slots :signals)
+  
+  (my-qt-function *c++* x y) ; instead of: (! "myQtFunction" (:qt *c++*) x y)
+
+


+

+DEFVAR-UI (main-widget &rest variables) +

This macro simplifies the definition of UI variables:

+
+  (defvar-ui *main* *label* *line-edit*...)
+  
+  ;; the above will expand to:
+  
+  (progn
+    (defvar *label*     (qfind-child *main* "label"))
+    (defvar *line-edit* (qfind-child *main* "line_edit"))
+    ...)
+
+


+

+ENSURE-QT-OBJECT (object) +

Returns the qt-object of the given class/struct (see method the-qt-object in example X-extras/CLOS-encapsulation.lisp).
This function is used internally whenever a qt-object argument is expected.

+


+

+QADD-EVENT-FILTER (object event function) +

Convenience function. Adds a Lisp function to be called on a given event type.
If the object argument is NIL, the event will be captured for the whole application.
If the Lisp function returns NIL, the event will be processed by Qt afterwards.

Returns a handle which can be used to remove the filter, see qremove-event-filter.

See also qoverride for QObject::eventFilter(QObject*,QEvent*) and
QObject::installEventFilter(QObject*),
QObject::removeEventFilter(QObject*).

The event class corresponds to the respective event type (no cast needed).

+
+  (qadd-event-filter nil |QEvent.MouseButtonPress| (lambda (object mouse-event) (print object) nil))
+
+


+

+QAPP () +

Convenience function returning qApp.

+


+

+QAPROPOS (&optional search-string class-name) +

Finds all occurrencies of the given search string in the given object's meta information.
Constructors are listed under "Methods".
To list the user defined functions of external C++ classes (see Qt_EQL), pass the object instead of the class name.

+
+  (qapropos "html" "QTextEdit")
+  (qapropos nil "QWidget")
+  (qapropos)             
+  (qapropos '|toString|)   ; wrapper function symbol
+  (qapropos nil *qt-main*) ; see Qt_EQL, Qt_EQL_dynamic (custom Qt classes, Qt3Support classes)
+
+


+

+QAPROPOS* (&optional search-string class-name) +

Similar to qapropos, returning the results as nested list.

+


+

+QAUTO-RELOAD-C++ (variable library-name) +

Linux only.

Extends qload-c++ (see Qt_EQL_dynamic/).

Defines a global variable (see return value of qload-c++), which will be updated on every change of the C++ plugin (e.g. after recompiling, the plugin will automatically be reloaded, and the variable will be set to its new value).

If you want to be notified on every change of the plugin, set *<variable>-reloaded*. It will then be called after reloading, passing both the variable name and the plugin name.
See qload-c++ for an example how to call plugin functions.

+
+  (qauto-reload-c++ *c++* "eql_cpp")
+  
+  (setf *c++-reloaded* (lambda (var lib) (qapropos nil (symbol-value var)))) ; optional: set a notifier
+
+


+

+QCALL-DEFAULT () +

To use anywhere inside an overridden function (see qoverride).
Calls the base implementation of the virtual Qt method after leaving the function body.

Optionally call the base implementation directly (if you want to do post-processing of the return value).

+


+

+QCLEAR-EVENT-FILTERS () +

Clears all added event filters.

+


+

+QCONNECT (caller signal receiver/function &optional slot) +

Connects either a Qt signal to a Qt slot, or a Qt signal to a Lisp function.

+
+  (qconnect edit "textChanged(QString)" label "setText(QString)")
+  (qconnect edit "textChanged(QString)" (lambda (txt) (print txt)))
+
+


+

+QCOPY (object) +

Copies object using copy-on-write, if such a constructor is available (non QObject derived classes only).
This function is short for e.g: (qnew "QPixmap(QPixmap)" pixmap)

Note that the returned value will not be garbage collected (analogous to qnew).

+
+  (qcopy pixmap) ; QPen, QBrush, QFont, QPalette, QPixmap, QImage...
+
+


+

+QDELETE (object &optional later) +
+QDEL +

Deletes any Qt object, and sets the pointer value to 0. Deleting a widget deletes all its child widgets, too.
If later is not NIL, the function QObject::deleteLater() will be called instead (but note: the object pointer will be set to 0 immediately.)
Returns T if the object has effectively been deleted.

See also qlet for local Qt objects.

+
+  (qdel widget)
+  (qdel socket :later)
+
+


+

+QDISCONNECT (caller &optional signal receiver/function slot) +

Disconnects signals to either Qt slots or Lisp functions. Anything but the caller can be either NIL or omitted.
Returns T if something has effectively been disconnected.

+
+  (qdisconnect edit "textChanged(QString)" label "setText(QString)")
+  (qdisconnect edit "textChanged(QString)")
+  (qdisconnect edit nil label)
+  (qdisconnect edit)
+
+


+

+QENUMS (class-name &optional enum-name) +

Returns the meta enum list of the given class-name and enum-name (see Q_ENUMS in Qt sources).
Omitting enum-name will return all meta enum lists of the class/scope.

+
+  (qenums "QLineEdit" "EchoMode") ; gives '("QLineEdit" ("EchoMode" ("Normal" . 0) ...))
+  (qenums "Qt")
+
+


+

+QEQL (object1 object2) +

Returns T for same instances of a Qt class.
To test for same Qt classes only, do:

+
+  (= (qt-object-id object1) (qt-object-id object2))
+
+


+

+QESCAPE (string) +

Calls QString::toHtmlEscaped().

+


+

+QEVAL (&rest forms) +

Slime mode :repl-hook only (not needed in default Slime mode): evaluate forms in GUI thread. Defaults to a simple progn outside of Slime.

+


+

+QEXEC (&optional milliseconds) +

Convenience function to call QApplication::exec().
Optionally pass the time in milliseconds after which QEventLoop::exit() will be called.
See also qsleep.

+


+

+QEXIT () +

Calls QEventLoop::exit(), in order to exit event processing after a call to qexec with a timeout.
Returns T if the event loop has effectively been exited.

+


+

+QFIND-BOUND (&optional class-name) +

Finds all symbols bound to Qt objects, returning both the Qt class names and the respective Lisp variables.
Optionally finds the occurrencies of the passed Qt class name only.

+
+  (qfind-bound "QLineEdit")
+
+


+

+QFIND-BOUND* (&optional class-name) +

Like qfind-bound, but returning the results as list of conses.

+


+

+QFIND-CHILD (object object-name) +

Calls QObject::findChild<QObject*>().
Can be used to get the child objects of any Qt object (typically from a UI, see qload-ui), identified by QObject::objectName().

+
+  (qfind-child *main* "editor")
+
+


+

+QFIND-CHILDREN (object &optional object-name class-name) +

Calls QObject::findChildren<QObject*>(), returning a list of all child objects matching object-name and class-name.
Omitting the &optional arguments will find all children, recursively.

+
+  (qfind-children *qt-main* nil "LightWidget") ; see Qt_EQL example
+
+


+

+QFROM-UTF8 (byte-array) +

Returns the byte array (vector of octets) converted using QString::fromUtf8().

+


+

+QGUI (&optional process-events) +

Launches the EQL convenience GUI.
If you don't have an interactive environment, you can pass T to run a pseudo Qt event loop. A better option is to start the tool like so:
eql -qgui, in order to run the Qt event loop natively.

+


+

+QID (name) +

Returns the internally used ID of the object name. Non QObject classes have negative ids.

+
+  (qid "QWidget")
+
+


+

+QINVOKE-METHOD (object function-name &rest arguments) +
+QFUN +

Calls any of Qt methods, slots, signals. Static methods can be called by passing the string name of an object.

The most convenient way of calling Qt methods is to use the wrapper functions (see alternative 2 below), which allows for tab completion, showing all possible candidates in case of ambiguous type lists (overloaded methods). Additionally, static functions are shown as one symbol (easily catching the eye).

(Optionally you can pass the argument types (as for qconnect and qoverride), which may result in better performance, but only in some edge cases.)

+
+  (qfun item "setText" 0 "Some objects are EQL.")
+  (qfun "QDateTime" "currentDateTime")            ; static method
+  (qfun slider "valueChanged" 10)                 ; emit signal
+  
+  ;; alternative 1: (macro '!')
+  
+  (! "setText" item 0 "Some objects are EQL.")
+  (! "currentDateTime" "QDateTime")
+  (! "valueChanged" slider 10)
+  
+  ;; alternative 2: (wrapper functions)
+  
+  (|setText| item 0 "Some objects are EQL.")
+  (|currentDateTime.QDateTime|)
+  (|valueChanged| slider 10)
+
+


+

+QINVOKE-METHOD* (object cast-class-name function-name &rest arguments) +
+QFUN* +

Similar to qinvoke-method, additionally passing a class name, enforcing a cast to that class.
Note that this cast is not type safe (the same as a C cast, so dirty hacks are possible).

Note: using the (recommended) wrapper functions (see qfun), casts are applied automatically where needed.

+
+  (qfun* graphics-text-item "QGraphicsItem" "setPos" (list x y)) ; multiple inheritance problem
+  (qfun* event "QKeyEvent" "key")                                ; not needed with QADD-EVENT-FILTER
+  
+  ;; alternatively:
+  
+  (! "setPos" ("QGraphicsItem" graphics-text-item) (list x y))
+  (! "key" ("QKeyEvent" event))
+  
+  ;; better/recommended:
+  
+  (|setPos| graphics-text-item (list x y))
+
+


+

+QINVOKE-METHOD+ (object function-name &rest arguments) +
+QFUN+ +

Use this variant to call user defined functions (declared Q_INVOKABLE), slots, signals from external C++ classes.

In order to call ordinary functions, slots, signals from external C++ classes, just use the ordinary qfun.

+
+  (qfun+ *qt-main* "foo") ; see Qt_EQL, Qt_EQL_dynamic
+  
+  ;; alternatively:
+  
+  (! "foo" (:qt *qt-main*))
+
+


+

+QINVOKE-METHODS (object &rest functions) +
+QFUNS +

A simple syntax for nested qfun calls.

+
+  (qfuns object "funA" "funB" "funC")      ; expands to: (qfun (qfun (qfun object "funA") "funB") "funC")
+  (qfuns object ("funA" 1) ("funB" a b c)) ; expands to: (qfun (qfun object "funA" 1) "funB" a b c)
+  (qfuns "QApplication" "font" "family")
+  (qfuns *table-view* "model" ("index" 0 2) "data" "toString")
+  
+  ;; alternatively:
+  
+  (! ("funC" "funB" "funA" object))
+  (! (("funB" a b c) ("funA" 1) object))
+  (! ("family" "font" "QApplication"))
+  (! ("toString" "data" ("index" 0 2) "model" *table-view*))
+  
+  ;; using wrapper functions, the above reads:
+  
+  (|funC| (|funB| (|funA| object)))
+  (|funB| (|funA| object 1) a b c)
+  (|family| (|font.QApplication|))
+  (|toString| (|data| (|index| (|model| *table-view*) 0 2)))
+
+


+

+QLATER (function) +

Convenience macro: a qsingle-shot with a 0 timeout.
This will call function as soon as the Qt event loop is idle.

+
+  (qlater 'delayed-ini)
+
+


+

+QLET (((variable-1 expression-1) (variable-2 expression-2)) &body body) +

Similar to let* (and to local C++ variables).

Creates temporary Qt objects, deleting them at the end of the qlet body.
If expression is a string, it will be substituted with (qnew expression), optionally including constructor arguments.

+
+  (qlet ((painter "QPainter"))
+    ...)
+  
+  (qlet ((reg-exp "QRegExp(QString)" "^\\S+$"))
+    ...)
+
+


+

+QLOAD (file-name) +

Convenience function for Slime (or when loading EQL files from an ECL thread).
Loading files that create many Qt objects can be slow on the Slime REPL (many thread switches).
This function reduces all thread switches (GUI related) to a single one.

+


+

+QLOAD-C++ (library-name &optional unload) +

Loads a custom Qt/C++ plugin (see Qt_EQL_dynamic/).
The library-name has to be passed as path to the plugin, without file ending.

This offers a simple way to extend your application with your own Qt/C++ functions.
The plugin will be reloaded (if supported by the OS) every time you call this function (Linux: see also qauto-reload-c++).
If the unload argument is not NIL, the plugin will be unloaded (if supported by the OS).

+
+  (defparameter *c++* (qload-c++ "eql_cpp")) ; load (Linux: see also QAUTO-RELOAD-C++)
+  
+  (qapropos nil *c++*)                       ; documentation
+  
+  (! "mySpeedyQtFunction" (:qt *c++*))       ; call library function (note :qt)
+
+


+

+QLOAD-UI (file-name) +

Calls a custom QUiLoader::load() function, loading a UI file created by Qt Designer. Returns the top level widget of the UI.
Use qfind-child to retrieve the child widgets.

+
+  (qload-ui "my-fancy-gui.ui")
+
+


+

+QLOCAL8BIT (string) +

Converts a Unicode pathname to a simple ECL base string, using QString::toLocal8Bit() (see QLocale settings).
Depending on the OS (namely Windows), this is necessary if you get a filename from Qt and want to use it in ECL.

See also QUTF8.

+


+

+QMESSAGE-BOX (x) +
+QMSG +

Convenience function: a simple message box, converting x to a string if necessary.
Returns its argument (just like print).

+


+

+QNEW-INSTANCE (class-name &rest arguments/properties) +
+QNEW +

Creates a new Qt object, optionally passing the given arguments to the constructor.
Additionally you can pass any number of property/value pairs.
Please note how you can abbreviate long type lists.

+
+  (qnew "QWidget")
+  (qnew "QPixmap(int,int)" 50 50) ; constructor
+  (qnew "QLabel" "text" "Readme") ; set property
+  (qnew "QMatrix4x4(qreal...)" 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4)
+
+


+

+QNEW-INSTANCE* (class-name &rest arguments/properties) +
+QNEW* +

Convenience function for the REPL.
Same as qnew, but showing the object immediately (if of type QWidget).

+


+

+QNULL-OBJECT (object) +
+QNULL +

Checks for a 0 Qt object pointer.

+


+

+QOBJECT-NAMES (&optional type) +

Returns all supported object names. Passing either :q or :n returns only the QObject inherited, or not QObject inherited names, respectively.

+


+

+QOK () +

Needed to get the boolean ok value in cases like this:

+
+  (! "getFont(bool*)" "QFontDialog" nil)
+  
+  (|getFont.QFontDialog| nil) ; NIL needed for <bool*>
+
+


+

+QOVERRIDE (object name function) +

Sets a Lisp function to be called on a virtual Qt method.
To remove a function, pass NIL instead of the function argument.

If you call qcall-default anywhere inside your overridden function, the base implementation will be called afterwards.
Instead of qcall-default you can directly call the base implementation, which is useful if you want to do post-processing of the returned value.

+
+  (qoverride edit "keyPressEvent(QKeyEvent*)" (lambda (ev) (print (|key| ev)) (qcall-default)))
+
+


+

+QPROCESS-EVENTS () +

Convenience function to call QApplication::processEvents().

+


+

+QPROPERTIES (object &optional (depth 1)) +

Prints all current properties of object, searching both all Qt properties and all Qt methods which don't require arguments (marked with '*').
Optionally pass a depth indicating how many super-classes to include. Pass T to include all super-classes.

+
+  (qproperties (|font.QApplication|))
+  (qproperties (qnew "QVariant(QString)" "42"))
+  (qproperties *tool-button* 2)                 ; depth 2: both QToolButton and QAbstractButton
+
+


+

+QPROPERTY (object name) +
+QGET +

Gets a Qt property. Enumerator values are returned as int values.
Returns T as second return value for successful calls.

+
+  (qget label "text")
+
+


+

+QQUIT (&optional (exit-status 0) (kill-all-threads t)) +
+QQ +

Terminates EQL. Use this function to quit gracefully, not ext:quit.

+


+

+QREMOVE-EVENT-FILTER (handle) +

Removes the event filter corresponding to handle, which is the return value of qadd-event-filter.
Returns handle if the event filter has effectively been removed.
See also qclear-event-filters.

+


+

+QREQUIRE (module &optional quiet) +

Loads an EQL module, corresponding to a Qt module.
Returns the module name if both loading and initializing have been successful.
If the quiet argument is not NIL, no error message will be shown on failure.

Currently available modules: :network :opengl :sql

+
+  (qrequire :network)
+
+


+

+QRGB (red green blue &optional (alpha 255)) +

Constructs a (unsigned-byte 32) value that represents a 32 bit pixel color specified by the red, green, blue and alpha values.

+


+

+QRUN-IN-GUI-THREAD (function &optional (blocking t)) +
+QRUN +

Runs function in GUI thread while (by default) blocking the calling thread (if called from main thread, function will simply be called directly).
This is needed to run GUI code from ECL threads other than the main thread.
Returns T on success.

There are 2 reasons to always wrap any EQL function like this, if called from another ECL thread:

  • Qt GUI methods always need to run in the GUI thread
  • EQL functions are not designed to be reentrant (not needed for GUI code)
See also macro qrun*.

+
+  (qrun 'update-view-data)
+
+


+

+QRUN-IN-GUI-THREAD* (&body body) +
+QRUN* +

Convenience macro for qrun, wrapping body in a closure (passing arguments, return values).

+
+  (qrun* (|setValue| ui:*progress-bar* value))
+  
+  (let ((item (qrun* (qnew "QTableWidgetItem")))) ; return value(s)
+    ...)
+
+


+

+QSELECT (&optional on-selected) +
+QSEL +

Allows to select (by clicking) any (child) widget.
The variable qsel:*q* is set to the latest selected widget.

Optionally pass a function to be called upon selecting, with the selected widget as argument.

+
+  (qsel (lambda (widget) (qmsg widget)))
+
+


+

+QSENDER () +

Corresponding to QObject::sender(). To use inside a Lisp function connected to a Qt signal.

+


+

+QSET-COLOR (widget color-role color) +

Convenience function for simple color settings (avoiding QPalette boilerplate).
Use QPalette directly for anything more involved.

+
+  (qset-color widget |QPalette.Window| "white")
+
+


+

+QSET-NULL (object) +

Sets the Qt object pointer to 0. This function is called automatically after qdel.

+


+

+QSET-PROPERTY (object name value) +
+QSET +

Sets a Qt property. Enumerators have to be passed as int values.
Returns T as second return value for successful calls.

+
+  (qset label "alignment" |Qt.AlignCenter|)
+
+


+

+QSIGNAL (name) +

Needed in functions which expect a const char* Qt signal (not needed in qconnect).

+


+

+QSINGLE-SHOT (milliseconds function) +

A single shot timer similar to QTimer::singleShot().

+
+  (qsingle-shot 1000 'one-second-later)
+  
+  (let ((ms 500))
+    (qsingle-shot ms (lambda () (qmsg ms))))
+
+


+

+QSLEEP (seconds) +

Similar to sleep, but continuing to process Qt events.

+


+

+QSLOT (name) +

Needed in functions which expect a const char* Qt slot (not needed in qconnect).

+


+

+QSTATIC-META-OBJECT (class-name) +

Returns the ::staticMetaObject of the given class name.

+
+  (qstatic-meta-object "QEasingCurve")
+
+


+

+QSUPER-CLASS-NAME (name) +

Returns the super class of an object name, or NIL if the class doesn't inherit another Qt class.
Returns T as second return value for successful calls.

+
+  (qsuper-class-name "QGraphicsLineItem")
+
+


+

+QT-OBJECT-? (object) +

Returns the specific qt-object of a generic qt-object.
Works for QObject and QEvent inherited classes only.

+
+  (qt-object-? (|parentWidget| widget))
+  (qt-object-? (|widget| (|itemAt| box-layout 0)))
+  (qt-object-? event)
+
+


+

+QT-OBJECT-NAME (object) +

Returns the Qt class name.

+


+

+QUI-CLASS (file-name &optional object-name) +

Finds the class name for the given user-defined object name in the given UI file.
Omitting the object name will return the top level class name of the UI.

+
+  (qui-class "examples/data/main-window.ui" "editor") ; returns "QTextEdit"
+
+


+

+QUI-NAMES (file-name) +

Finds all user-defined object names in the given UI file.

+
+  (qui-names "examples/data/main-window.ui")
+
+


+

+QUIC (&optional (file.h "ui.h") (file.lisp "ui.lisp") (ui-package :ui)) +

Takes C++ code from a file generated by the uic user interface compiler, and generates the corresponding EQL code.
See also command line option -quic.

+


+

+QUTF8 (string) +

Converts a Unicode pathname to a simple ECL base string, using QString::toUtf8().
Depending on the OS (namely OSX, Linux), this is necessary if you get a filename from Qt and want to use it in ECL.

See also QLOCAL8BIT.

+


+

+QVERSION () +

Returns the EQL version number as "<year>.<month>.<counter>", analogous to the ECL version number.
The second return value is the Qt version as returned by qVersion().

+


+

+TR (source &optional context plural-number) +

Macro expanding to qtranslate, which calls QCoreApplication::translate().
Both source and context can be Lisp forms evaluating to constant strings (at compile time).
The context argument defaults to the Lisp file name. For the plural-number, see Qt Assistant.

+


+ \ No newline at end of file diff --git a/doc/auto-doc.lisp b/doc/auto-doc.lisp new file mode 100644 index 0000000..2f16c0f --- /dev/null +++ b/doc/auto-doc.lisp @@ -0,0 +1,78 @@ +;;; copyright (c) 2010-2013 Polos Ruetz + +(in-package :eql-user) + +(defparameter *help* nil) + +(defun add-cpp-docu () + (with-open-file (s (eql:in-home "src/ecl_fun.cpp") :direction :input) + (let (curr ex) + (flet ((add-curr () + (when curr + (push (reverse curr) *help*) + (setf curr nil))) + (trim (str) + (string-trim '(#\/ #\Space) str))) + (x:while-it (read-line s nil nil) + (let ((line (string-trim " " x:it))) + (when (x:starts-with "///" line) + (when (x:starts-with "cl_object " ex) + (add-curr) + (let* ((pos (search "///" ex :start2 3)) ; exception: Lisp name at end of line + (fun (if pos + (trim (subseq ex (+ 3 pos))) + (trim (subseq ex 10))))) + (push (if pos + fun + (substitute #\- #\_ (string-trim "2" (subseq fun 0 (position #\( fun))))) + curr))) + (push (trim line) curr)) + (setf ex line))) + (add-curr))))) + +(defun add-lisp-docu () + (do-external-symbols (sym (find-package :eql)) + (let ((name (symbol-name sym))) + (when (or (char= #\Q (char name 0)) + (find name '("ENSURE-QT-OBJECT" "DEFINE-QT-WRAPPERS" "DEFVAR-UI" "TR") :test 'string=)) + (x:when-it (documentation sym 'function) + (let ((fun (string-downcase (symbol-name sym))) + (docu (mapcar #'(lambda (s) (string-trim " " s)) (x:split x:it #\Newline)))) + (unless (string= fun (subseq (second docu) 7)) + (push (cons fun docu) *help*)))))))) + +(defun help () + (setf *help* nil) + (add-cpp-docu) + (add-lisp-docu) + (with-open-file (s (eql:in-home "doc/auto-doc.htm") :direction :output :if-exists :supersede) + (write-string "" s) + (flet ((el (tag x) + (format nil "<~A>~A" tag x tag)) + (! (x) + (format s "~A~%" x)) + (tab () + (write-string " " s))) + (setf *help* (sort *help* #'string< :key #'first)) + (dolist (curr *help*) + (! "

") + (! (el "b" (format nil "~A ~A" (string-upcase (first curr)) (subseq (second curr) 6)))) + (let ((n 2)) + (when (x:starts-with "alias:" (third curr)) + (incf n) + (! "
") + (! (el "b" (string-upcase (subseq (third curr) 7))))) + (! (el "p" (nth n curr))) + (let ((examples (nthcdr (1+ n) curr))) + (when examples + (! "

")
+              (dolist (example examples)
+                (tab)
+                (! example))
+              (! "
")))) + (! "


")) + (write-string "" s)))) + +(progn + (help) + (eql:qq)) diff --git a/doc/debug-dialog.png b/doc/debug-dialog.png new file mode 100644 index 0000000000000000000000000000000000000000..267e65760bd01a76d2bf017195ae03a06b5cd253 GIT binary patch literal 19599 zcmeAS@N?(olHy`uVBq!ia0y~yU~FSxVCdvvV_;y=SUA6hfq}0-)7d$|)7e=epeR2r zGbfdSp@MO3c%{kJ*zfk`X7|rH?K&x9#IGp1F8iEKzhvHu>bti~eHTt}Q&I{%<|8Ro zIqM8>n~I{-B$pEcLaMvoe}7hcZSy_*d0&4&FTZA$UjNPR_nXhQ_s_?ruV-c`yVUNb zdXSOfNrKhcb4LW8KYG=6cn_^xDnx`_y5v0HpU*ytNZ6mp0?N+ z%wPKLE#D=^gNt6IJ6)-d{IY#!H(M?TgO8li2iBbATD5O?kMa4)_$|MrINw3-8~2xw z?FA++Pc!+-DmbP)&d^SfwoggApL^%vk;FR2Gh3Y*7F0IO!Qph()tM{CnmlK%>9K^G$xTVi7&lBkmGDO^ z#b8?=V}k_ig4QSEUfjPQbIY<^<2~?yY5x45`?UoGEPa~RCV1RXyy1F7B!;h!CyqH? zflnz(z<)wS3P%x-tJ`~*{0$tN<|R#kawN%j=jF=%+%q^=awNO5m8rh9Yj`dG{r+x+ zN~f$?wXkWydcJjDjqZWrnh`q#QX_ml?s`66^(EMwy!IGP3OHX z%{Pyvr)7WtylYeXHoB+x`mI^(yw;^TGuyS`R-}k8`od$eOGJuw<`a} z{T`kv{BHZVN(#wGN#@CV)})(j8Cd<JO1Zb zXIxMGe`Db#!_%4vXTC{#zv|7gr{AvD9$0*G^BwKe);~`~&d-S7b>Hy6vdiqnX^cM| z*Bp21+pjLqwa;;;?LwEuZBH&*JEtEO6l|LK+wYZorHlKKlzF@As}#OP+gz9Q?5I3s z`TX-s@wnI~buCrPI6hB5Kh2$&=2%VIHdAkEV(D4!%P)7iP7B<2khghuo8^y~nt6%) z;u^yiKGNN)wEa=B>UQt>Q@-B+7w~Uq(z>FZS&L^qUFXs3^Y&f!iR#IvvI4I&`Tgv^ zRHl5Yh_}uDTjHFZTovr_`JmXnX+N)>Q(x-;cz&g={e`yN*%|w<7p^pZb@b%A57VFI ztq-4OJ8S*X>Ycv@YNP+oW==>*-S9E@(1nMI2Os(?o4!wSJA1Eqf4%jzuLo0Oa%vtw z{&D28|IW!@G%ue&H2?Xs+3D-fUfOr#{K|8i&urIm(b3XBSFamwwQEoL&&Q{F^Z8ci ztnR(9nf)l+`E{m!PTi+JGWRt8x!zaF;mkYxH!qFl-^2SXe;QsMyp&-7Q0>F)556s; zi{*p%-t_QO#W&`cTD&^(_{J-j;%NnP1(xquz5I3Y?VjCBs+-$; z*$;2Nbo%1!-Q~vwzbYTLORp*YBT%>a-`peSj2j%TD%?-@Jf7`Q`y{kWA@uzb!zjNK z4jS$^?iFn0Sm-fv@}|IF7xx*8`(K?`C*R&R-70y)gBr76F>inNi{I2csVb#>nl?2BtB&i3qmH*x8dqbKSLmESIlJ~wa9%{#aD^!({yy6yDw z(9!7c-AdhCyUo34c|AUTChxr#`_p34^;+Gl{q9^`=N9t)&fZYrXzzXQtGa(`KmWIv zotJ;M+*Z51b?ft2WUtB6$~~98^IFwU&r6pNrQbb2{Whx=U&*e09j~-%elDtB?f%zv z@AvilCjPr;Udt@ccD=of-@0eX{@*|1%60N({!TP9H0hjQWl)_%ZtlSI*bB zzpm&ny#LDQ-}Y?z&1wrw8FswmZRloT_!jWjTeICumXqP1GQ*7mrUwgHA4Kpogg;<5 zc%}QH{BHvDt_2LsShO2-4~jmp`*8Y$)enOjX2q@xZaWkX3B2rxa^X)BJlQ$L{g&e5 z39cvPo~U_=J#F)HGF=>Y@l%G9mAq}2;ISP^>yq0dS|Va1H$|#NnnqrZoPKl74XqnD zZ!q7yZL!4STyf3AEsxebzIC*8Ubf`xzTDdjH!bdno?$(=yAoh`SSN|>vI2v zF(x-^9%NFyKlhQfdaJiflgm`s?PYs~v~S9`Z@zbUdwPUT`ug=POOEuUYz>*QWg*Y@ zGiUZyMMmG$-04xdrsiYa-oNiflSEWSs;54hx^+tZ$}KC@R{vZje@Wo_k&JV4FRrb+ zcyD@J-U-+_bKd58&!@ykckD}zpAx$#K&pCngyV`ydk*jTy>8pqb)V{99)5LP zmzU9Z#1 z`}fupyH)la+RnAFJ|h3m%%9zRQolU^m%uvffrvzFq=V!KPCX9urpXU9KV(&y*YGtu zzHxn_ct=pMgXf5?i+z%)X2TV?D&_M^t0ypPG)!{dxkzt;+`?xUEw*r5iQa8Jn9yVJ zaYmTffko$qj(_TzI)Cb^TZfmOn09E}k#`6FH8}H}Y6|tMKes*RT8wOj?VG!@ldOw& zy6*g3p;Gzo)2mNqA9sE{`=OnSp)tj=^q}U#p1Cb^vkz@|wQ*&2WiLzZs(c@INU@N) zy6Z@0^;gv!s%$FUOEoV2GTLL*{W~f(Hs$%#M^9LvuKqUr&HNCH#TtumtQT3nX4#%K zL5rmprmfi*TpPLAd-DT_8Pk?-+wskR?!9KwUE+MKFC$-POP`SXB;EJ$y~JF_3W?V< zI%X&NN~YaEldf|wdY@HHerV3z#L4-$)68EVc(&tw=Yu!Ti;itQvi9`f-OIO3Z#VzT zar1dg{+9Sv^`;x`8CbL&&97X2e0Isq1f8QjQJ%MDi)QW<6ce$N@U*xouvYkT%`L4m zJv+_B`!|6>aHqDaR;X^S(p|&Froo?oEzUXA`%orJPRo9Az>}~r!*I{E zn=3y(@anfdRxXhbxoTdoVtAZ{L8mj&Nb*w&zmcEFm77i^2Sfw zUn~DwJpCA(y;j|+KYNnZQu+1?{McH@x^LB1u^*3bxxIdNNdDi=MllO!wM4fKDmT0> zxMTSJn#G;otXD4J5Oy&*Qp23Ybh0hP@t4Bo3FjwBYouN&43W%|(rs2-{Q5$)gs_iP zT94~A)j3P&hIX0u@@`<=+`IAiCi~|Xo>rV$dHCj`)RU%7wq3FJ1ds2X{9CbKU0?e> z^FD?;$A9TeA&%aPZ|7b*RHMW(G4$fk*!Ux11siN*9w}9)s%}xyUGit?`IC2UZ`W9^ zCBJ9COQMfw#LeKPVY%z8)~fw+m~d^2--Ux8o!P%={1WHYlVp3yFZEHnR&|fjI@6P8 zz6OhD?2eL%I3<&2ZIgdBGdB5hf_2{Zmkp&NMYo>nJUR6E)WfzSb~yw8Fnz`RoyuHx zLHmU2jQ*{1ITSd*p}VoyvFCBwl3fWhs*_JGkZg%rP|sD&C*QTi<)hp7d0d@S`=sri zeP&osuWbT z>E3%+yD2CD?|y$Z?cRF-HLE>Oz0aSX8xL-2{95|$_0466pDkZ29Nlw& z{>(r5`=`(N%DmyBrV1BtdZ+oX#sB{ErUYqxQTu)Q!i5usQ_^zSJzvza#Qf=WWAS*` zP-QkX?=gd?;)?0)7thX^!T-v?<6z&n2~Qe-DHyhVFrUXb_W=Ke27V4U3j@B=WnwH& z46>VAn>bE5HGL5l;A8sNz;V`~R%3!+)0Th}wBry>IkK>XK z>+_WO{1t&Ax1kRZ%lb@`AWu9+jJkwK6k+U)6@RP5v7w>xYx-RtY)%PD7 zy*)fUUgQ`^{0b_nj*q`zATK{ZV7gL~76%7YQ-eZ*xblRF6BE7s{ri;!%a$))x|Wxd z^X5B^zW%zRzrViDs;jF@J}I!rMYQQ9`#(e! zQ#3zYd#~a-yfyoJ)&;GHxmN$>?<%}-Usdp4QAvmsWKTek-~!f$Jdro~!Z2#=d zxw+|iPY>_hJw9v)PHJ>GY8+ea<|59*(pW9WcDPhV(AnecYs?k&RIHn(?0cS@vg52}wd{GxDJ z;LJ7WFizKf|KBMzciyn6wz~GuQAb5JvqnX2(W%LT6`RXrOXo@K7M8EK5G@XO&Hnk8 z{qg3NlP~PfRDCPslKd=1Cdcev-0^7-pH0}h_rRvo3tLLHzr466IF;#6$jM1ldgfPs zJAVIuRJ(U_RLV)+j+Pr|=RY{CyOG0X5?gRWq)FBXhFjm>G>TpIx;4A!u8s6%zH5i~ znEzHVzB=!%fafu>Nr_&Hryg9`;nK~?wB~o^?}lw6O`7*Edr0%Wed!{}dTxRO#}0P| z*}~n^l0r{(&$zmjbJFC=Dfi%A71SZJ(8da+TiE z)7@oBpOm+1^k?Kmw(35OKO$|}XFC0x&?CX(1lfB(-qh}K%w1#q&2ZN99ULC*@zuNb zo;x3qVIFj+>vn&rw|U}+`1FOLKU0p(x9TbXXD9Z<`os07zYP{ThaPI2U>twwS@%@Y z_?z*iD$dpmViivsvP#CTzORSu?if+raI`@Zqp_dcJO z{USs~S()$uZ!786c@d>wl(&R&?Pgr|?}Kr`Ztj1!Id;G1&T4J@=dze5piSec&9ysQ z&E?MP$@U+=_eX5~`S<;2^KIT7Xcz75%+!dybYIbTF{4Ci^~sZ+4GUHNTs=3-*)V_6 zwG@@Z_Q!YKQoSPVeB7?RZCjZe|J%-ebKM>`FSmEgKeSM9V@3S_NQ?XZQp>pd!eymn zn)llmu3?YXlZ`Rl9CXt};=y~z1#7mH%qkLL*`#!Un^`XT3-|Y>ZvyNJJwj%#d%lgU z%GEN9K}=gFqB&J%b>m}|?W$?gb}H`!|IeI!Vbv7peGlz=eoaa{{ex?_->eW>*Tc)6 z6iEd~Rj>5RHLZN->te#R=>K2cMY>VZg}Jm+iIzst9;p6`AY_yn> z%(n~s<+cZD=nAyk$#y<8{{G!s1)xmyE1K>w?!W*3x^_{H*`xr+9~}OES*9`>eERrMSfU zlKnpO-j%$`yQn|!$CoK}%L~tD|L*%FA?yFiE8vwVJ4?nhX`iCHy)6H&y#Fc09RKQd zc;lx=E1S8Y3tIwbZ_P^Iw!e*mCGbm8SMt2%J1e&w?(Ee#KXq$lkFCC@V&kKO3l4Tq zzWv|(qx*$jg{)g|-u}~>-gy1m!=9g!HUUP>BKE2MKe^K57oTP0(p|o%|8D&EquXzv zf3VWZH)qZC3u(`%%uftBs^RoDYSG3SJx+%^?*K#)`V{-)5mSiw z)Z}?{H+hGv96n(2Vzs2+oAhjRj=OGsOIXUelw6=B~{{A{9zw^2r0`p2Ocf8c4&GgbkP4)J-x%G)J7qHD#xFBL_IMsYnBg<_aYvajD=Iby0k$T~@z5A2S zEKyb=-Sb`o_KwwLHI{8!bqT-m*2cc#7k3ox2Bu|Fx|MJ$L@xWdD;~tJ)sT?CH&} z+vPa<;#Bo$<01i;O$rKairgxb9>_7y&OSaVRFN$#Ysr+G_WSO&I_BHI+EB>#XWKLT zQwBEi3#Tj-m|3xFeeBAe`QDVE=u1(Pe?j@jR<@bU)77&7mBeHf_Fy-|8jC%( z_Oi{nUqS+ZDs!ZCH%PSQJe+vOhh>Z8pL?Ix3;tN-uKOg%%)Z|!BVa%4KeNyJFMdC> z*c0@ns{zL(X)ANQ`&AnW^+jm0Z2uG7_$dKu>b zY1^CHbh9wCU)sCOxsJ{APj9j~^vL~{rt8d!j;ww)t-kG13#;z1@zgv`Rt;mzd{?r+ zs^Z;NGl?Jn{wHjCY8v!f{lmNE*(Mt;?SntBHu*Ps;=#VnrWQ3HIR2derTFq$WX=DN z+7WyBB~1V4ZsEAd(`KY#mO8(xd#Yu@*H4u(CwBDotJV9b=L*bs_$|>GGOyr5n88bq zHQxo=9?AO5+$-R_jMuUBb)`;aHP=-6F1}JHfs7X|fhFJWH9RkPobP{d)6>|iW*o+6 z3j&t0I4ZES95HypFd^kN$An2wZQG7czEHk#p4)LY!5iQ23S6oEGyjL(3bkLo^{n=p zyRL?1DA>teKWL_Wex92q`=%U;FW=@BWaK}Hw?Cx5BHg+#;%jvFl;x4tn`TzB?5kcUes9ZDzvx}OYn@G5V}CzPe9?VyhRK9)ydITq zKGL0%m&Fd9f3Wz4d2OPc*wmPgrP9|DQa?CHZ0UOB-{;cgyYjZjE&i8vS#|v@o#$^@ zzV)RwU-vbBx7${?R&^R1c};L!#A$n4;MNXxw{1Tq-t)cfF4xSzvt|FHvs?H-BrSh= zqhv~$)G31-JQMRxeeP@%@l>AR=nux&)|9cv*q>*Hgw$bjZFEMS&$x)SceG5Z0jg0sddtKBdauj*(&u4XQtX5BaUVb<*%zs+) zMyCVOwt4#HPfiH>eiqlB;d0}Ulfv6)@;7#Wt*-f8Y!o-oQts=G%SGa?+W)`H?drST zuBdOv^k4e-$DdvC4R-&J?3>xYa`)P*l zIXtynZugB z^tvN|n(nsyE56gZ>-H?3Z>`*-?;ruc0=yTc(O zvO*?S|f5&lxgRy_L#sj4WGv!=T5ij+3%v8?<*)Zn{UqjpBae{k`Es9+C|^Ud2Q_&6MLSIJ2vd}&fwX0m3S%f!4#qgvWV^!TcsuiE!8xjg=O zT=a+Gn^d3EM*ny`c5Pvr{>p#KzEbY|gO5KSpC&1>r$V9Z_|}DX1*uBkug`n>MDL8E z(dKQr$6ox74OdwAWv@Lyhc3GbpDTmm%+|AWPW)hBBsP_k=Zn*QmhA^Vr6yn4^7(a! z@OFW(%tcCZ20wRByBKX|RVv?;c=*s}-Mp<438riUH>wP^>uU3r)c9^bJ7y4(XcjFf z^F~sW`y#hO>SN86ZQ?H$dX(k2dU?=8zNY!tp_dLm0?&(5?>2`?{ADSKNbciZO0-NgA1oQ~JMO4A8_|5fOONy4Ri zx1_f(rhQw~D*18iq(>*;$5*jUnE0e`9p~xe-w*!KH%q?z#!*9FtZl=mw;xZQ-`LfD zLiMr1M~P1RpNcJQZAqU#WlXJ0d@i0LA0>BnRjcBbzb1dA&U^Uzp8wy zMA@u6+jm!fj9JB5z{Cic> z{uTfGQ_+Qq_l0P}5hk9umDbj|9>?I%5nJCExhTz@5g;g$F~_8GUbs_l}e2HWp= zB>4Sx(N($cx{vLCcF#}Twl&?fwzxzkK5QEar-vyZa}f64^WFSh2=3-Rrki zW6JBCX7C<5FJ6)J`tJ@tZ?$Tv;u6_Z$?sD8?wr3WQTel z%dPtn@zA%vW@F{txp5i4Pu>t;9>0EO?V-Opb~~BxUnsTsve4?=zRtK$Tuv``qIO9azEO`@J)h)k;~fu&GCDCt2ZVe=X+xz;rv-mcgdff z!rkh;M;^?VO89!MbcU4zm*C(3-4>_TUCh*IyJT4NB_`+AE>36bkT%sc(OF++w#d!T zJM{7KZNsf^WJ+rPY0r>(>B@6hrKaQR>urnH&7SH0r9IZ?KYmtDNiVSZt;LBcDgH$UH+=frQ9T6^kK z%u}X&D{o6)?k`n~axW}7pH*UKCOh}_zGiN-D64&k{p{T&)*XBCL4zmzy1-m_)x?*} ze1A+}h;#UNU1L^5@rm4@E#4n9_GZX_leg{iEp|^ny5`^yO*iFfC2z}JbmiLD)$Tjc zen01sxp7<4;W>#n5>B6ADR0te^uK7o$s4OKHLm$d|35yyv9Cl+%;!~qx|rM*u8E&^ zNNp9q?B45q)qlTYG|CkpmY94~&v+2I=vwlPHKH?iXWIAu-zNL|*tRX}-%VN< z8@lPMWR2APb!s=C`5idNy7K*wQiy6muN_uaXKbjvcuGsi1?bWT#U7O#e{LX#( zddB8r4KrEWzQ4DxC%*VA`u38=!^f%hK2jDE;=6SZEi0YBDEtc3p1-+M=FUrgQu8Iw zYHm-#>@#!3BUUQ9nXl()Ub~>|E$^`h@~hG=if>c;=IrpbeZwqvi$jLr@A}@bS|_}= zfA5~Omwin}tgb@Uzz5G+HysxUnDry> z&;B3JCF2gnAKrQ@dBaLyuNh2fy?1vW2NYlWlXv3w){PR`8G~_m?7!&MPkQu`@^l4%y+a|UwhVA zW-?3p-)}OsofVjvaHf5J^5I9{KA2|M?Z13`PsZb`rUt$**Ssp{ncpAVEq}=TcHQv_ zZr=}HXV-Y1z2W!D-Z>A1SDe#TufJ9^@AG}9>27PbWhK6QcQfMRzv#2^D_=6YhX38@ z^02#uSLKt+Ql}a*@67u6k}b$M`~IqeSPNeq+mT%|e$R_FvOKpM31e@~iU%e)$}k_A>gS z?IZ3vH4Axn%Jb}SeR^ESx+!z7&09~&(EmRyzWApJvpwHuob`E0b9>$K!{=>!`nDQb zAAfOLcW;;T$KZfy)%*RG($5p#Tyr+?&tbm)`)ZL?aIBjC(Kp6h4K`-y*R&^hEXsb= z{!o`goo`#+$+R=6lHX18mbtuPVLRvi*hq3o#Oh}E-|E`+2Y3H{E$DfE)6(S|9(_Bw z^0WEH^|9^&nb8Huj^F-Q@o)3p8O9CkTA?tB*^Z zd9`r6zeUPo{Z%{9F*O~&uEvEM#jdFT)e^UtB=0-H z_B&y5)rR-f9h8X^xEn9D)C!-#Ou8N#?SLI z7WXijXZdhJWQYO%3;aQBt4$-K}wR zX4uK;CA#%z{a0p11g~_pt+?stx~=S9o6jo;&Q(_=O0~5_*9(4N`g-r~>}V9_^WvTdi-@-?fa#U%_Mwt`+}gFX&uovCzq$KaJ{l3^4Pq3>xmCO zINmU@X4|V~*ZSXQ*|PZ9p8jQDHur`e+i0bA!^v-O&uJ#V`ILeB12)$!wrvUT zZ+UzV{Il}cH4}sD2kW9{eQLh-$YlDlnZhYYPL*6ebvaGmqgKu`{m^02inz?9jk>#c znwiYhd?mrb+{EzOT)w5!qn4f3-&FU^SHnMbtshn{$gDd3)qB-8HSUuxQ)NE}?7P@g za+Et>J50NHUSjs`*m?s-{-QB+j4N(W`c?N!@aggO%Ty0dI`Sz@t@!lc{LgoVa#vqH_~F*6EcV$w zeSg!>FRu%El=YiGCo_uoC;KDzy?rO%pG>vP(un$I(^|;imbFPx@5+R;x>=4-%#31E z<*uh}zx>3*@A0(LM-tyz1RZ`TE9m!b!$Nr-_c!hSx6~~1D$2~C$sFICdnbYE?aMu` zY^M!1=GmTZd+mwfC)84t5AwYPCi7 z!|qRucfYqSe|$MG-s19OC8DIPyfyv`>uDl(Ap>Atgh=85@X}@QG7%BYrY_{cPn;ya<6MX&c30#fJ^LshtrjNTP1?F^Opq$ z=DwR#EPd*{q@nQXZ^sU#^c}v%zbt|Ir=k0|Yj-4=>jR(0k8o#Mp zuv~xN##u7w-e>)a^oLG+zE(*5a#<5lnfITitzW0;;p~L2H zKeR0`e_bRW(`iz%!d_MPz?-92?xzW#dl%a_J@cfTU1bJe`NkbVi~fB~vWYtP?!cyA z_LaJ?_N@{X6|A?f?L5F-Ec9<%f%YSxv?FhR2tD@rvGB0d}Q1iQ2y=E zwX^pV&+b}ja>V_iYVG@$sBdX!EIn8D&$j&g@!YDtM;3DyrYmopdd%kgtn`~YH#X)N zZoBj~)2wYlj^(l_!IJdUX%puEJ$OX>GV?M8_w$Oi%{}KHeOq_vP$+vw)zsPxwOlu+ zKbjh(7-MXiFn{XtIma(ul;5|&(^>sWVd?Z#)i4E3*6qg~q>JZ9I=))?QRm1zsX0gQ zOA9Q>4A}SflE?POGHFxk2tz^J**XqKrbXlme$GvJ| ze$dX(wm%HEZdzDT^-N5r?^U1YU+dLNIx06mv@TN$%B|)(_;pjh^Uq@G-;ZY7y*2Pt z?z$jjGL8$k>Dl*$Njv>ahe#Xp1pzHDRF zjon$E@i^>Y+G6<=+ZlE<2Zb)Y?KP8A|JY)~$3n+=mqqT;El~=;bUg9f&?>h7**M0%(_h|Q9)-z>$-w9VIdA3LJEZ(cM zHTLq2H;HFb-A1P*+~e6oyVq$K^j~_^3tsh;MZGet&kxDFGQT{-ZY|Hy?5_ zHdVfRdfwg5Jl`HgD#hG)vGv)$QB!r+QU=u>`OWX^pUwW?YtnBhn0)L(z>Y}|(izT# z=uD|7<9*|+v@Q2w7q4K6_QP#2Ew*Owsa@}SzSJh_tjpwO)r<$%o%g-4wyuRW|K+ai z^Ap`1kLa3IZ@*v@`OqV5azx?F)o-G{E|ZUWCETFKG`-h*gZ2kK*Zkj8ZW$H3@7f}| zb%p+|`rkZ{uGzVl3r_rVW#Ph`Ho=omw*NMqI`h3=+Ob9Zu6}qcygPILx_xHv?)F%g zn}*KXRhLo1A`sVi-l$?i@9T`m*S(T^Or+;eYT4Il4) zzcR&G<9Qp(6KsEPOgR>QKJ@SnHf=%srMsK|6)OaATx7bDe1d)5)KBVGr_5)0>dz2S zY2WkfPE+QE=OOoVrER1`_e@yr{qexRTvx5n{k_lE?3ua2V2z%V72koDzV8no&5De0 zG;j2YxW&Iv?^CMK=A$PhZmOKSBqzVpF=Hn9L5A?A1-B?YmxI*I9HouSwQD z{EabZy7jadQzf3iK6~_INBhi%>(@inzW(X_dF1$U@x7wX|4xLZtT^KO_Q3hyiwi$; z-R*r4&nPSZwtd@Iu5U^jMu+Yz_smFoQ90-H(+?ik3zkbWak<%OFWQ#p5EEft!mEEG zvgBZae#mC`1qH{0zU`?vr8{e#ivJz2U63JEheqXqgmP6;i|3abU?K_uCf_BvTtXC~ z%S9gWGHpuwz^1CH3>uepFmzhLFfUod?M3H`CXk*x%^WAX9?HE55%dI&x;EZ+RJi|5 zVoj!`$HMz-uaqo_Fy2z$eTOeSC>$is=%^6Q^27I>YL6Yqr_ZjO&HQ_F8ty-?`mMM; zU1o1qV=t35OK_0Xy8B+iAHVecNxY!Vwqyd>Wk&@V|o|#xioujeq?RJg7W>WQy#oO zbmt$Re?$S-)ipbX+?ifaA`t zQtpZMmyXOSS^shxf30$xU3J)_Z_%fxi!#?AQJQLZ?U3G*BGE$^migvR(bH{v_-(hl z26(*rfn=k!dESFZ_cnW|+&yg-Q5$fgxNv>(r_}y~2_B2TA76g>xVzb$y>4+_T%a{J z6Z|{;W5@ zv{c!;;7=H9N#5lTeYIN_o%lM-Km`=F4a`hysw3Gq>z(VbeY|LQ(uSBrv%a@2$l84F zg;|lYkc`8G6;M+TDh8x{m-x0fUi9y>o+FD~g$;7dYNxDvU?6Y`k|wTl+?iU<^Xzf_ z>fV=~+WwY}^?zP-xU8{hdMs^!?C+M!Lx+6-{Mw-IIWSXwOuVX=1s7&g{qq`FhA6;9qrAt(McbQ|*RE6h8 zUkg!>%#X$t&2bORK;E; zcF)37$K!T21&OQgc#btcuHW`O zYxAmLjeD%s`FXCh1*$i>fVBv)e3E38pM0|9cE9%jI$g=<>y|h5J7$`HWVxI4>W`4E z_CK5N>P;E*6?X(|+x=NmRZ$%js1AZI4e^V<>+W@VKW(8%*0itgy+(DfDt50Cn>1_L z+2>MuX7lr>SFh9usclf0@E#Na&ijgWS)kr~!|~+1ob$!n@JX>Lo#2G3z#*c>)cQrn zIk8J67qZ@KkHCrd&m}-f^~Gyud*%c3OTR6>zOU%P(q33dH@O}V&-D7fi7zd7j=W<0 zH;F$lUgxU5ymy&lG5@+{Ka!5>iw9c0@T&WuZUXhJjY7fWFs?}+&!=&J3$&V1T3A=p zuNWW3!{`=2MJLf=L%r1`C$H7{_R&wCmdou5ngn+534NA7f+9i=yRI)NF?jvx5690< z#|55DZY;9Ts^LQK3%1zg;a#&G?)p@#$$bPx)^Lv458)?{nvQkx`}?}Z^&eeX8EjGYWyPe`p{v8Z+{%rU@?TVG z9X|E@K%@7KEicR8+>-52JFC6;B=gjO<$jt|)=KzXHOilT{{1%Fk0sVG&#jh{kNJJM z$2dLj(T#_vf4qGl|Ki3%8@bvoYH~Fjyw>r!+*|%c2dF7V|e=^r0AGB{O(S_VshGuR8l} zj?H`CE}yia>Z@f4hj#Be+t-Vno+e1Vm{(UO^^xo7$9HFUpEcNE-Jbfy)L+Whq~P&OU+r6m92IyOB@{+{7^X1RrLSg-z>4adn$`( zeYN$-=Qdc;JwI^A>YnDSEr)+62W-nM4k`bkvv_e}!psQEanoZI;pdQMh* zB9yr_<>{Y2YA5oH%f)Iqr{f&}~UR{i(Ze^EC6@ zs^q9z)?V5Y@0MkCX;RR}HGyWZn#{P~vsrrhEW{$_qIJaaAYabJJpfgjsHdTqb8ZHkkf z%De+F+^Z8FJTtCXnz|zRu};69@ae;a)65MG15d_p%Za>Ge!tdIirs&6?6UGFCn|I9 z)^T2&AaG^RextkqYr8EzA2u#K?6CgvN8jsa`(?N9t*tG#XWtfcr}Mr2{HFKju9-&L zB$_xMt1T>THkf@TO(y08o1f{7hUL4jT)vd&`uO(u|D9LP)t~k$b~^Eyv!Bt{V7pGX zm1KvB5ufCgsg6b0sumde9ld+V|F+(usI3Af*Q+Je;RCBx zx3>kTKYMuM)Vl+Xmo17cd3$e#Ic7D;=S@)jpw1d~XnI%zi)Ym=ex5IKieXEt3hv#w z8f+^sym;S{9T(RJH>w+^9kdBCJ(hU;jN=UB9L}oqce>TBuLMn9|0b%ndEw#<{y*2| zJ@~(@^x&zv{zMwaLaj^?cz5?hgwKCmeI@b9s>LRV6ja(@*6`Q3fB`EOV=ca8DI#c8m)<2ebXmji5vg^-x zUs+ya+{00}aQ1_Un_|~{rQ~DlbNA7v^ zs>lC|7&lC6d|1x1k?-6CQRbtUSIS)eR#>9?^i`;B;f+6X(yi`>nQzrsNFS1ETm1jf z+zn-~JHF=EH9ebs-~Fo4l{`&_4iR(hx0_cVdwhEC0q*#J+=*YR7Cec$^|oZu!gd~` z63LXOQxX@5HvhWBd)o8UG=-h#*{2@7x8ie#SA|LbyL(Hgq#vGeeQDddJu<9}jtbQ* zLBYXOr8O-qBov?gDkzcEeEQU2b?LGa#%v|C33ju3rk5^$5aTfSsBBEz^{PJRsUe96 zo-Cd5^Sb*&8JlSud#)-oeO=aj>}NlFGM}byOaHND`O6<3{4|TPqd%s5|9%@D?VNi; zJTtm){A?ERd6w|{&UMiIlIwQyi*x-;e#Xh?H?8{;IkR}q)3l$G?E8{C-yiv8a`~&v z{P4()8^u5T*0o>KCN!-__HU3!C)cfX%K zdrFA(gGi3&6CBRDv`M*`-4tr)TdptpI z#hK@Fb37vV zaC`OQkh(`JLo;qn?Qy!<8L|Jn0pFXuJ^Ax;TOG1qUq8<_Ind)sxOLyd57%5h6m|t) zKX&V90LP9GPdw$OO@Epu`D0qlzPVEiAAXw0biORMK4#kdpF6~4x-K15Ex4GXnCkiK z@&os-8w+BJ*_4la7A~7ysNkIVf8w-M=Z9zY&(2zPW7Xv)VbeY>on_aSHl@1ho2AIw zNe52G&VRId;^ct;t?xhlaQ>dU^0DviRXxo6&)AL4o55JJXsUKNdZ!{#|)_>f<#k`tkeL)Vz6<{yfrn z`sMclNl#Zged1jbpkn&5t;o6Z(ej-3^p85JYLg%7UR@z7mB4uJe<5f1>1oegVwUeo zw~Ohn|B~yl(Phhm!~JHnj$iw$zjW)t>zm`9Y_<5V9AZvwl%8Jp_BrVr9LjJJvTjjv&@7o5BKkwXpalx)x zu4wbmIaR)^%YVAD_5Gdc>3q?Plg0Axgp6yS^oq;h{^&P)bk^yxz}u*}^aI_>`6joS z-A@LnEMKxpG$6~1>+ReN$1h9@_Q+E{HD!r@n%Z<_n{U={Ki_yAtO72%l)Hq)K~3qf zDQnIM2?6BX@%lXqURp(nw!x)JF2A?8-FNCQ@Y0xCeuXW>zi@M!(XRCil|-b> zayrUHnMGvnPo>{`^LB;Mti%TzrwAs3j zD;~2+PUTV!+%{$ZF9%-j{gbx*Pc)gKr=nAj=)|G~0LkzxvnwUcZf_LR&~S`g-BI$4@1b7qKf# zZZ$CysrwRYCNKZ%$IQlW!D}?PNSzF**4o!*5@Wvn@v*6|xx{OAUVi;KBmM9Lu6@dZ zo!m@K2i__k5Vwj?uDQ6WiHD0T=+p$!WqAq_i68yL=X?|MzJ7SIZKLPr=Lye?;~zfs z>YH^tOzWq`J+;LFS-+&_)GxGDop-4F>h1}T_%BRxlDhlTd1cM=Wy@4N9tJn@-`$&R zGR^IA-`mWe4$_Y^-R?Z!q3-+ql);`q@pI}IH_uhAZuuk{JA3!>d47VmTMvBN@aK-6 zG)vg4Ic2Y}=}tYiG$M4Y(^q( zMF(Cen!jZU$?cjI^6|N@^@U|0g{8#IoW!r|IM^JuzTB4Y(7^iT1>JT6*xseP)j|iJLBy1LPa~V?3e$3`qt#_T6b~5 z)W*e3;a;sG zdskX_u&?s?Z`%C$%=$D2nWqmewjZ`AnDg}c@`XQRy)0RInPs`-9&Y$#zNqNwC5_kB z!uw1n^YL+AxpXq($3=Y&gN`Ys0!+=#8hI`W37qZnYp1&9!&WJ(n`~b@3~MR9WWibnrJd zS6g#p!X$p3j*p+8hDv;NVG`Q2rKoXo^_lBwOExclKO_9{$E6ipLzw@(KFiqgPsw=s z=44+hP;i>7U z;LovP(evlbKUypI|M|qt#w)eto79XMcAAeD=Ly`Gj}T}_2dnhN%(XjMJG6SYz%Z{J7-?E~V=eOR!rYjrvwZwC7V|udfV_=@_vghueIUF}4UMQY#V^mxb z5M=vs*<`H^ix($8_{whoVcMzf%K|?v4DD3y44=a2@zt|Y|K$BeVFItNtzCV`J4*BU z{#}k`erJE4dClp1Zpo4s1qF^B&J9yl^Q}I|+UCe)U0Km6rW>_Fa^pIWopRD_VN)vS zKHZtUd&A`j!HqsSB3~AqKB9l|@q2%h>}x)IrH=eP<*|P1&PAtuF7oi(s~q>AF#on7 zXK{>dRl<7KjQKMQl#?CYFU^1QdAa=A9WV3zt557s+%Q?=L&xI82jSHl_IH_YKUvM9 zEXgr#^8B*RbL_fKO?%9df0gIYUv9HK@6^O9&3MW`E9iWPo5aS_SmV$zRb{_&XT0@U z{>t3j+j`%rd<;LPD1Sm+Q)tbCJFW5ce?w2kZcg)UWqy3{x7NEUGk5>0lA4}Aopb+` z{`svpB)=*PHPs6Ia^PO%ZdYk0u*Bo0+>%K~PkR$>@8q^AP8AD&Bk8Ta^M$Xxhhk(< zhO@Hbvv8Ipd5*Kyu8Q*6OtX17BmA#kHP5dV6BmO<95>vb`}gsmeM|OMe^=7e>${hK zSw_~XB;bCs#(`z;H8S@xciwg16UD*J?ROPyH!b(`Oy1_7t2o8Ky>&TtvpFMb z^`=9U8g1otqAPbiWqZyy4r)So()AFx6J39k6r`5gI_}#fWboH{H zmc`X89VE3F9=$P3Np4mlwQEG0~D*8@b`jmZ%e)hu?g9 z>TG*+p>k!DgPqcWQ$F+Ge%j8tE@tPV9_IaW&3BdN9OJLw$+qvq&UwoVmVYkYSHgPK zIHE34ZohD6zV6erkGMp&G|Fe$?Y?^YRq0*X;#qI4l1^?v@acJw?8X!uS!U^H*1e&A zZ(p+oA6GY+@Xn$5z@+_812-nQs_V$6mh@IfmF}EYY%3l5c(&Q!bvA3^Z{+gWl^!1N|-Ij?bQ@OM{5;ZhZTGuH|;AP5@`EmSI zSNf)1jt@-ueocJb$92GP?q`cTFKc?a->zSGBVy&twuZ-N7Aw#1E44XVY<#=4eW_pg zai4g@9m`%nuPJ#FxITQwPpi7VJv$Cxnz;PUBg?hBY_5uiPf|}&i51XbVUd~IpS(w4 zmfi+6nW@_5kE-Glc&!D>+Eu077Rkx*GJmd8-|)Ch_S>7EAx#S4an(NYeaU+aDm7N+ zJ}uoA9rARiaLv=St4~kJC+crIC@27Gh&3n_tXG&2{#P&TVVoqRQoBMyKWJd^oh{qp z+|J4AhZP>&7kd{J37T|iRO)t!`)X}(spkmdf(EP)+}xZl%C+gZLNiQAvi0lh>&b^& zIE%t3^{|6S#=ESU($CE~ILkEKAm@ewYimva!X5n_6XOL0Sh`G^azw7Jjb7fvWWVy< zZ=p@c1J<;+aDc{-k4iGuU0j$a^21tu)A4{g?#(CkI5?P&$}!fxd~mE++OXzF!PkxQ zW?Y+&2fS%-WdO~Y92I3WP}&X(k$jdfQSUDXf0Q%h7(iZQCPTJC`a)2LX*Vjtznd-vy-^?*%`Y%Cx&*=Deg(W#7UXygY)S zIj1glrW}^KKOfzH&tsaOe`AB7oc mB8v|yE&`9)KHz2g&mZ5-to!T5&CLu93=E#GelF{r5}E*JOsrS{ literal 0 HcmV?d00001 diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..b9de2c7 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,18 @@ + + + + + + + +

Mailing List (Google Groups)

+ + diff --git a/doc/style.css b/doc/style.css new file mode 100644 index 0000000..63aa337 --- /dev/null +++ b/doc/style.css @@ -0,0 +1,5 @@ +a:link { text-decoration: none; color: blue; } +a:hover, a:visited, a:visited:hover { text-decoration: underline; color: blue; } +body { font-family: sans-serif; font-size: 10pt; } +code, pre { color: mediumblue; } +.added { color: red; } diff --git a/examples/0-Tutorial/0.lisp b/examples/0-Tutorial/0.lisp new file mode 100644 index 0000000..a9c18d6 --- /dev/null +++ b/examples/0-Tutorial/0.lisp @@ -0,0 +1,8 @@ +;; Lisp versus C++ (note reversed order) + +(|currentTime.QTime|) ; QTime::currentTime() + +(|toString| (|currentTime.QTime|)) ; QTime::currentTime().toString() + +(|toString| (|addSecs| (|currentTime.QTime|) 1000)) ; QTime::currentTime().addSecs(1000).toString() + diff --git a/examples/0-Tutorial/1.lisp b/examples/0-Tutorial/1.lisp new file mode 100644 index 0000000..5ef4ad9 --- /dev/null +++ b/examples/0-Tutorial/1.lisp @@ -0,0 +1,11 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +;;; Ported Qt Widgets Tutorial - Creating a Window + +(in-package :eql-user) + +(let ((window (qnew "QWidget" + "size" '(320 240) + "windowTitle" "Top-level widget"))) + (|show| window)) diff --git a/examples/0-Tutorial/2.lisp b/examples/0-Tutorial/2.lisp new file mode 100644 index 0000000..e66bdc4 --- /dev/null +++ b/examples/0-Tutorial/2.lisp @@ -0,0 +1,15 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +;;; Ported Qt Widgets Tutorial - Child Widgets + +(in-package :eql-user) + +(let ((window (qnew "QWidget" + "size" '(320 240) + "windowTitle" "Child widget")) + (button (qnew "QPushButton" + "text" "Press me" + "pos" '(100 100)))) + (|setParent| button window) + (|show| window)) diff --git a/examples/0-Tutorial/3.lisp b/examples/0-Tutorial/3.lisp new file mode 100644 index 0000000..7195c56 --- /dev/null +++ b/examples/0-Tutorial/3.lisp @@ -0,0 +1,17 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +;;; Ported Qt Widgets Tutorial - Using Layouts + +(in-package :eql-user) + +(let ((window (qnew "QWidget" + "windowTitle" "Window layout")) + (label (qnew "QLabel" + "text" "Name:")) + (line-edit (qnew "QLineEdit")) + (layout (qnew "QHBoxLayout"))) + (dolist (w (list label line-edit)) + (|addWidget| layout w)) + (|setLayout| window layout) + (|show| window)) diff --git a/examples/0-Tutorial/4.lisp b/examples/0-Tutorial/4.lisp new file mode 100644 index 0000000..3165f74 --- /dev/null +++ b/examples/0-Tutorial/4.lisp @@ -0,0 +1,44 @@ +#-qt-wrapper-functions +(load (in-home "src/lisp/all-wrappers")) + +;;; Ported Qt Widgets Tutorial - Nested Layouts + +(in-package :eql-user) + +(defun start () + (let ((window (qnew "QWidget" + "windowTitle" "Nested layouts")) + (query-label (qnew "QLabel" + "text" "Query:")) + (query-edit (qnew "QLineEdit")) + (result-view (qnew "QTableView")) + (query-layout (qnew "QHBoxLayout")) + (main-layout (qnew "QVBoxLayout"))) + (dolist (w (list query-label query-edit)) + (|addWidget| query-layout w)) + (|addLayout| main-layout query-layout) + (|addWidget| main-layout result-view) + (|setLayout| window main-layout) + (setup-model-and-view result-view) + (|show| window))) + +(defun setup-model-and-view (view) + (let ((model (qnew "QStandardItemModel"))) + (|setHorizontalHeaderLabels| model '("Name" "Office")) + (dolist (row '(("Verne Nilsen" "123") + ("Carlos Tang" "77") + ("Bronwyn Hawcroft" "119") + ("Alessandro Hanssen" "32") + ("Andrew John Bakken" "54") + ("Vanessa Weatherley" "85") + ("Rebecca Dickens" "17") + ("David Bradley" "42") + ("Knut Walters" "25") + ("Andrea Jones" "34"))) + (|appendRow| model (loop :for text :in row + :collect (qnew "QStandardItem(QString)" text)))) + (|setModel| view model) + (|hide| (|verticalHeader| view)) + (|setStretchLastSection| (|horizontalHeader| view) t))) + +(start) diff --git a/examples/1-hello-world.lisp b/examples/1-hello-world.lisp new file mode 100644 index 0000000..8f611cc --- /dev/null +++ b/examples/1-hello-world.lisp @@ -0,0 +1,10 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +;;; hello world + +(in-package :eql-user) + +(qnew* "QLabel" ; QNEW* is QNEW followed by |show| + "text" "

hello world

" + "pos" '(50 50)) diff --git a/examples/2-clock.lisp b/examples/2-clock.lisp new file mode 100644 index 0000000..781aa49 --- /dev/null +++ b/examples/2-clock.lisp @@ -0,0 +1,94 @@ +;;; This is (kind of) a port of the Qt Script Example "Clock" + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage :clock + (:use :common-lisp :eql) + (:export + #:*clock* + #:start)) + +(in-package :clock) + +(defparameter *show-seconds* t) +(defparameter *show-minutes* t) + +(defvar *clock* (qnew "QWidget(QWidget*,Qt::WindowFlags)" nil |Qt.WindowStaysOnTopHint| + "size" '(170 170) + "pos" '(50 50))) + +(defun start () + (let ((timer (qnew "QTimer(QObject*)" *clock*))) + (qconnect timer "timeout()" (lambda () (|update| *clock*))) + (qoverride *clock* "paintEvent(QPaintEvent*)" 'paint) + (|start| timer 500) + (x:do-with *clock* |show| |raise|))) + +(defun pen (width &optional (color "black")) + (x:let-it (qnew "QPen") + (x:do-with x:it + (|setCapStyle| |Qt.RoundCap|) + (|setWidth| width) + (|setColor| color)))) + +(defun brush (color) + (x:let-it (qnew "QBrush") + (x:do-with x:it + (|setStyle| |Qt.SolidPattern|) + (|setColor| color)))) + +(defparameter *pen-clock* (pen 8 "steelblue")) +(defparameter *pen-hour-marks* (pen 4)) +(defparameter *pen-minute-marks* (pen 2 "steelblue")) +(defparameter *pen-hour* (pen 7)) +(defparameter *pen-minute* (pen 5)) +(defparameter *pen-second* (pen 2 "red")) +(defparameter *brush-clock* (brush "white")) +(defparameter *brush-second* (brush "gold")) + +(defun paint (ev) + (macrolet ((with-save (() &body body) + `(progn (|save| p) ,@body (|restore| p)))) + (qlet ((p "QPainter(QWidget*)" *clock*)) + (let* ((size (|size| *clock*)) + (scale (/ (apply 'min size) 170))) + (|translate| p (mapcar (lambda (x) (/ x 2)) size)) + (|scale| p scale scale)) + (|rotate| p -90) + (|setRenderHint| p |QPainter.Antialiasing|) + (|setPen| p *pen-clock*) + (|setBrush| p *brush-clock*) + (|drawEllipse| p '(-75 -75 150 150)) + (|setPen| p *pen-hour-marks*) + (dotimes (n 12) + (|rotate| p 30) + (|drawLine| p '(55 0 65 0))) + (|setPen| p *pen-minute-marks*) + (dotimes (n 60) + (|rotate| p 6) + (|drawLine| p '(63 0 65 0))) + (multiple-value-bind (sec min hour) + (get-decoded-time) + (with-save () + (|rotate| p (+ (* 30 hour) (/ min 2))) + (|setPen| p *pen-hour*) + (|setOpacity| p 0.5) + (|drawLine| p '(-10 0 36 0))) + (when *show-minutes* + (with-save () + (|rotate| p (* 6 min)) + (|setPen| p *pen-minute*) + (|setOpacity| p 0.5) + (|drawLine| p '(-15 0 65 0)))) + (when *show-seconds* + (with-save () + (|rotate| p (* 6 sec)) + (|setPen| p *pen-second*) + (|setBrush| p *brush-second*) + (|drawEllipse| p '(-1.5 -1.5 3 3)) + (|setOpacity| p 0.7) + (|drawLine| p '(-15 0 52 0)) + (|drawEllipse| p '(53 -4 8 8)))))))) + +(start) diff --git a/examples/3-main-window.lisp b/examples/3-main-window.lisp new file mode 100644 index 0000000..5ec69f4 --- /dev/null +++ b/examples/3-main-window.lisp @@ -0,0 +1,55 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage :main-window + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :main-window) + +(defvar *main* (qload-ui (in-home "examples/data/main-window.ui"))) +(defvar *editor* (qfind-child *main* "editor")) +(defvar *action-open* (qfind-child *main* "action_open")) +(defvar *action-save* (qfind-child *main* "action_save")) + +(defun os-pathname (name) + "Needed because ECL uses base strings (not Unicode) for pathnames internally." + #+(or darwin linux) + (qutf8 name) + #+win32 + (qlocal8bit name)) + +(defun read-file (file) + (with-open-file (s (os-pathname file) :direction :input) + (let ((str (make-string (file-length s)))) + (read-sequence str s) + str))) + +(defun set-icon (action name) + (|setIcon| action (qnew "QIcon(QString)" + (in-home (format nil "examples/data/icons/~A.png" name))))) + +(defun start () + (x:do-with (qset *main*) + ("pos" '(50 50)) + ("size" '(700 500))) + (set-icon *action-open* "open") + (set-icon *action-save* "save") + (qconnect *action-open* "triggered()" 'file-open) + (qconnect *action-save* "triggered()" 'file-save) + (|setHtml| *editor* (read-file (in-home "examples/data/utf8.htm"))) + (x:do-with *main* |show| |raise|)) + +(defun file-open () + (let ((file (|getOpenFileName.QFileDialog|))) + (unless (x:empty-string file) + (|setHtml| *editor* (read-file file))))) + +(defun file-save () + (let ((file (|getSaveFileName.QFileDialog|))) + (unless (x:empty-string file) + (with-open-file (s (os-pathname file) :direction :output :if-exists :supersede) + (write-string (|toHtml| *editor*) s))))) + +(start) diff --git a/examples/4-wiggly-widget.lisp b/examples/4-wiggly-widget.lisp new file mode 100644 index 0000000..8a58565 --- /dev/null +++ b/examples/4-wiggly-widget.lisp @@ -0,0 +1,70 @@ +;;; This is a port of the Qt Example "Wiggly Widget" + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage :wiggly-widget + (:nicknames :wiggly) + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :wiggly-widget) + +(defparameter *curve* #.(coerce (loop :for i :below 16 :collect (round (* 100 (sin (* i (/ pi 8)))))) + 'vector) + "Vector of 16 values ranging from -100 to 100.") + +(defvar *wiggly* (qnew "QWidget" + "font" (x:let-it (|font.QApplication|) + (|setPointSize| x:it (+ 20 (|pointSize| x:it)))) + "autoFillBackground" t)) + +(defvar *edit* (qnew "QLineEdit" "alignment" |Qt.AlignCenter|)) +(defvar *timer* (qnew "QTimer")) + +(defparameter *step* 0) + +(defun start () + (|setBackgroundRole| *wiggly* |QPalette.Light|) + (let ((dlg (qnew "QDialog" "size" '(600 200))) + (vbox (qnew "QVBoxLayout"))) + (|setLayout| dlg vbox) + (dolist (w (list *wiggly* *edit*)) + (|addWidget| vbox w)) + (qconnect *timer* "timeout()" 'timeout) + (qoverride *wiggly* "paintEvent(QPaintEvent*)" 'paint) + (|start| *timer* 50) + (|setText| *edit* "= never odd or even =") + (x:do-with dlg |show| |raise|))) + +(defun paint (ev) + (qlet ((painter "QPainter(QWidget*)" *wiggly*) ; local QPainter variable: no need to call "begin", "end" + (pen "QPen") + (metrics "QFontMetrics(QFont)" (|font| *wiggly*))) + (let* ((txt (|text| *edit*)) + (x (/ (- (|width| *wiggly*) + (|width| metrics txt)) + 2)) + (y (/ (- (+ (|height| *wiggly*) (|ascent| metrics)) + (|descent| metrics)) + 2)) + (h (|height| metrics))) + (dotimes (i (length txt)) + (let ((ix (mod (+ i *step*) 16)) + (ch (char txt i))) + (|setColor| pen (|fromHsv.QColor| (* 16 (- 15 ix)) 255 191)) + (x:do-with painter + (|setPen| pen) + (|drawText| (list (floor x) + (floor (- y (/ (* h (svref *curve* ix)) 400)))) + (string ch))) + (incf x (|width| metrics ch))))))) + +(defun timeout () + (incf *step*) + (|update| *wiggly*)) + +(progn + (start) + (qlater (lambda () (in-package :wiggly)))) diff --git a/examples/5-colliding-mice.lisp b/examples/5-colliding-mice.lisp new file mode 100644 index 0000000..29c74e9 --- /dev/null +++ b/examples/5-colliding-mice.lisp @@ -0,0 +1,248 @@ +;;; This is a port of the Qt Example "Colliding Mice" +;;; +;;; Note (OSX only): +;;; +;;; Seldom crashes (OSX 10.4, Qt 4.6.2) are not related to this tool, as they happen even in the original Qt example. +;;; +;;; The good news: if a seg.fault happens (in C++), just choose the restart option "Abort" (below "Continue"), +;;; and the application will continue to run. + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage :colliding-mice + (:nicknames :mice) + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :colliding-mice) + +(defconstant +2pi+ (* 2 pi)) + +(defvar *graphics-scene* (qnew "QGraphicsScene" + "sceneRect" '(-300 -300 600 600))) +(defvar *timer* (qnew "QTimer")) +(defvar *mouse-count* 0) + +(defstruct mouse ; DEFSTRUCT (instead of DEFCLASS) is simpler in this case + (item (qnew "QGraphicsItem")) + (brush (brush (|fromRgb.QColor| (random 256) (random 256) (random 256)))) + (angle 0) + (speed 0) + (eye-direction 0)) + +(defmethod the-qt-object ((object mouse)) ; see example "X-extras/CLOS-encapsulation.lisp" + (mouse-item object)) + +(let ((shape (x:let-it (qnew "QPainterPath") + (|addRect| x:it '(-10 -20 20 40))))) + (defun new-mouse () + (incf *mouse-count*) + (let ((mouse (make-mouse))) + (|setRotation| mouse (random (* 360 16))) + (x:do-with (qoverride mouse) + ("boundingRect()" + (lambda () '(-18.5 -22.5 36.5 60.5))) + ("shape()" + (lambda () shape)) + ("paint(QPainter*,QStyleOptionGraphicsItem*,QWidget*)" + (lambda (painter s w) (paint mouse painter))) + ("advance(int)" + (lambda (step) (advance mouse step)))) + mouse))) + +(defun brush (color &optional (style |Qt.SolidPattern|)) + (x:let-it (qnew "QBrush") + (|setStyle| x:it style) + (when color + (|setColor| x:it color)))) + +(defparameter *brush-eyes* (brush "white")) +(defparameter *brush-nose* (brush "black")) +(defparameter *brush-ears* (brush "olive")) +(defparameter *brush-colliding* (brush "red")) +(defparameter *brush-tail* (brush nil |Qt.NoBrush|)) + +(defparameter *painter-path-tail* (x:let-it (qnew "QPainterPath") + (x:do-with x:it + (|moveTo| '(0 20)) + (|cubicTo| '(-5 22) '(-5 22) '(0 25)) + (|cubicTo| '(5 27) '(5 32) '(0 30)) + (|cubicTo| '(-5 32) '(-5 42) '(0 35))))) + +(defun paint (mouse painter) + (|setBrush| painter (mouse-brush mouse)) + (|drawEllipse| painter '(-10 -20 20 40)) + ;; eyes + (|setBrush| painter *brush-eyes*) + (|drawEllipse| painter '(-10 -17 8 8)) + (|drawEllipse| painter '(2 -17 8 8)) + ;; nose + (|setBrush| painter *brush-nose*) + (|drawEllipse| painter '(-2 -22 4 4)) + ;; pupils + (let ((dir (mouse-eye-direction mouse))) + (|drawEllipse| painter (list (- dir 8) -17 4 4)) + (|drawEllipse| painter (list (+ dir 4) -17 4 4))) + ;; ears + (|setBrush| painter (if (null (|collidingItems| (|scene| mouse) mouse)) + *brush-ears* + *brush-colliding*)) + (|drawEllipse| painter '(-17 -12 16 16)) + (|drawEllipse| painter '(1 -12 16 16)) + ;; tail + (|setBrush| painter *brush-tail*) + (|drawPath| painter *painter-path-tail*)) + +(defun advance (mouse step) + (unless (zerop step) + (labels ((normalize-angle (a) + (x:while (minusp a) + (incf a +2pi+)) + (x:while (> a +2pi+) + (decf a +2pi+)) + a) + (dx (line) + (- (third line) (first line))) + (dy (line) + (- (fourth line) (second line))) + (len (line) + (let ((x (dx line)) + (y (dy line))) + (sqrt (+ (* x x) (* y y))))) + (map-from (p) + (|mapFromScene| mouse p)) + (map-to (p) + (|mapToScene| mouse p))) + (let ((line-to-center (append '(0 0) (map-from '(0 0))))) + (if (> (len line-to-center) 150) + (let ((angle-to-center (acos (/ (dx line-to-center) (len line-to-center))))) + (when (minusp (dy line-to-center)) + (setf angle-to-center (- +2pi+ angle-to-center))) + (setf angle-to-center (normalize-angle (+ (- pi angle-to-center) + (/ pi 2)))) + (cond ((< (/ pi 4) angle-to-center pi) + ;; rotate left + (incf (mouse-angle mouse) + (if (< (mouse-angle mouse) (/ (- pi) 2)) 0.25 -0.25))) + ((and (>= angle-to-center pi) + (< angle-to-center (+ pi (/ pi 2) (/ pi 4)))) + ;; rotate right + (incf (mouse-angle mouse) + (if (< (mouse-angle mouse) (/ pi 2)) 0.25 -0.25))))) + (let ((sin (sin (mouse-angle mouse)))) + (incf (mouse-angle mouse) (cond ((minusp sin) 0.25) + ((plusp sin) -0.25) + (t 0)))))) + ;; try not to crash with any other mice + (let ((danger-mice (|items| (|scene| mouse) + (append (map-to '(0 0)) + (map-to '(-30 -50)) + (map-to '(30 -50))) + |Qt.IntersectsItemShape| + |Qt.AscendingOrder|))) + (dolist (danger-mouse danger-mice) + (unless (qeql mouse danger-mouse) + (let* ((line-to-mouse (append '(0 0) + (|mapFromItem| mouse danger-mouse '(0 0)))) + (angle-to-mouse (acos (/ (dx line-to-mouse) (len line-to-mouse))))) + (when (minusp (dy line-to-mouse)) + (setf angle-to-mouse (- +2pi+ angle-to-mouse))) + (setf angle-to-mouse (normalize-angle (+ (- pi angle-to-mouse) + (/ pi 2)))) + (cond ((and (>= angle-to-mouse 0) + (< angle-to-mouse (/ pi 2))) + ;; rotate right + (incf (mouse-angle mouse) 0.5)) + ((and (<= angle-to-mouse +2pi+) + (> angle-to-mouse (- +2pi+ (/ pi 2)))) + ;; rotate left + (decf (mouse-angle mouse) 0.5)))))) + ;; add some random movement + (when (and (> (length danger-mice) 1) + (zerop (random 10))) + (let ((rnd (/ (random 100) 500)) + (angle (mouse-angle mouse))) + (setf (mouse-angle mouse) + (if (zerop (random 2)) (+ angle rnd) (- angle rnd))))) + (incf (mouse-speed mouse) (/ (- (random 100) 50) 100)) + (let ((dx (* 10 (sin (mouse-angle mouse))))) + (setf (mouse-eye-direction mouse) + (if (< (abs (/ dx 5)) 1) 0 (/ dx 5))) + (|setRotation| mouse (+ dx (|rotation| mouse))) + (|setPos| mouse (|mapToParent| mouse (list 0 (- (+ 3 (* 3 (sin (mouse-speed mouse))))))))))))) + +(defun start () + (setf *random-state* (make-random-state t)) + (let ((view (qnew "QGraphicsView" + "windowTitle" "Colliding Mice" + "size" '(400 300)))) + (|setItemIndexMethod| *graphics-scene* |QGraphicsScene.NoIndex|) + (x:do-with view + (|setScene| *graphics-scene*) + (|setRenderHint| |QPainter.Antialiasing|) + (|setBackgroundBrush| (qnew "QBrush(QPixmap)" + (qnew "QPixmap(QString)" + (in-home "examples/data/icons/cheese.jpg")))) + (|setCacheMode| |QGraphicsView.CacheBackground|) + (|setViewportUpdateMode| |QGraphicsView.BoundingRectViewportUpdate|) + (|setDragMode| |QGraphicsView.ScrollHandDrag|)) + (let ((count 7)) + (dotimes (i count) + (flet ((pos (fun) + (truncate (* 200 (funcall fun (/ (* i +2pi+) count)))))) + (let ((item (new-mouse))) + (|setPos| item (list (pos 'sin) (pos 'cos))) + (|addItem| *graphics-scene* item))))) + (qconnect *timer* "timeout()" *graphics-scene* "advance()") + (|start| *timer* 30) + (x:do-with view |show| |raise|))) + +;;; for playing around interactively + +(defun m+ (&optional (n 1)) + "Add n mice." + (dotimes (i n) + (let ((item (new-mouse))) + (|setPos| item (list (- 100 (random 200)) (- 100 (random 200)))) + (|addItem| *graphics-scene* item))) + *mouse-count*) + +(defun m- (&optional (n 1)) + "Remove n mice." + (dotimes (i n) + (when (zerop *mouse-count*) + (return)) + (decf *mouse-count*) + (qdel (first (last (|items| *graphics-scene*))))) + *mouse-count*) + +(defun iv (&optional (ms 30)) + "Change move interval." + (|setInterval| *timer* ms)) + +(defun ? () + ;; demo of QSLEEP (a SLEEP processing Qt events) + (let ((max (print (length (|items| *graphics-scene*))))) + (dotimes (n max) + (print (m-)) + (qsleep 1)) + (dotimes (n max) + (print (m+)) + (qsleep 1)))) + +#| +(require :profile) + +(progn + (use-package :profile) + (profile:profile + paint + advance)) +|# + +(progn + (start) + (qlater (lambda () (in-package :mice)))) + diff --git a/examples/6-download.lisp b/examples/6-download.lisp new file mode 100644 index 0000000..101ad05 --- /dev/null +++ b/examples/6-download.lisp @@ -0,0 +1,48 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(unless (eql:qrequire :network) + (error "EQL module :network could not be found/loaded") + (eql:qq)) + +(defpackage :download + (:use :common-lisp :eql) + (:export + #:ini + #:download)) + +(in-package :download) + +(defvar *manager* (qnew "QNetworkAccessManager")) +(defvar *ini* t) + +(defun download (name) + (when *ini* + (setf *ini* nil) + (qconnect *manager* "finished(QNetworkReply*)" 'download-finished)) + (qlet ((url "QUrl(QString)" name) + (request "QNetworkRequest(QUrl)" url)) + (|get| *manager* request))) + +(defun download-finished (reply) + (|deleteLater| reply) ; QNetworkReply*: heap result, delete manually + (let ((error (|error| reply))) + (if (= |QNetworkReply.NoError| error) + (let ((data (|readAll| reply))) + (save-data data) + (|information.QMessageBox| nil "EQL" + (format nil (tr "Downloaded ~:D bytes, see \"download.data\".") (length data)))) + (show-error error)))) + +(defun save-data (data) + (with-open-file (s "download.data" :direction :output :if-exists :supersede + :element-type '(signed-byte 8)) + (write-sequence data s))) + +(defun show-error (error) + (let ((msg (x:when-it (find error (cdadr (qenums "QNetworkReply" "NetworkError")) :key 'cdr) + (format nil (tr "Download error: ~A") + (car x:it))))) + (|critical.QMessageBox| nil "EQL" (or msg (tr "Unknown download error."))))) + +(download "http://planet.lisp.org/") diff --git a/examples/7-Sokoban/3rd-party/CONTRIBUTORS b/examples/7-Sokoban/3rd-party/CONTRIBUTORS new file mode 100644 index 0000000..f4ffb9a --- /dev/null +++ b/examples/7-Sokoban/3rd-party/CONTRIBUTORS @@ -0,0 +1,6 @@ +# Please add yourself to this file when you submit a patch. + +Julian Fondren + - Maintainer. + - Contributed simple-ui ! :D + - also: raw-ui , cl-sokoban.el diff --git a/examples/7-Sokoban/3rd-party/COPYING b/examples/7-Sokoban/3rd-party/COPYING new file mode 100644 index 0000000..844d5b0 --- /dev/null +++ b/examples/7-Sokoban/3rd-party/COPYING @@ -0,0 +1,3 @@ +BSD with no advertisement clause. + +Copyrights held by their respective authors. diff --git a/examples/7-Sokoban/3rd-party/README.txt b/examples/7-Sokoban/3rd-party/README.txt new file mode 100644 index 0000000..22532b7 --- /dev/null +++ b/examples/7-Sokoban/3rd-party/README.txt @@ -0,0 +1 @@ +Please see http://www.cliki.net/CL-Sokoban for the original game. diff --git a/examples/7-Sokoban/3rd-party/levels.lisp b/examples/7-Sokoban/3rd-party/levels.lisp new file mode 100644 index 0000000..6d8691e --- /dev/null +++ b/examples/7-Sokoban/3rd-party/levels.lisp @@ -0,0 +1,816 @@ +(in-package :cl-sokoban) + +(defmaze + " ##### " + " # # " + " #$ # " + " ### $## " + " # $ $ # " + "### # ## # ######" + "# # ## ##### ..#" + "# $ $ ..#" + "##### ### #@## ..#" + " # #########" + " ####### ") + +(defmaze + "############ " + "#.. # ###" + "#.. # $ $ #" + "#.. #$#### #" + "#.. @ ## #" + "#.. # # $ ##" + "###### ##$ $ #" + " # $ $ $ $ #" + " # # #" + " ############") + +(defmaze + " ######## " + " # @# " + " # $#$ ## " + " # $ $# " + " ##$ $ # " + "######### $ # ###" + "#.... ## $ $ #" + "##... $ $ #" + "#.... ##########" + "######## ") + +(defmaze + " ########" + " # ....#" + "############ ....#" + "# # $ $ ....#" + "# $$$#$ $ # ....#" + "# $ $ # ....#" + "# $$ #$ $ $########" + "# $ # # " + "## ######### " + "# # ## " + "# $ ## " + "# $$#$$ @# " + "# # ## " + "########### ") + +(defmaze + " ##### " + " # #####" + " # #$## #" + " # $ #" + "######### ### #" + "#.... ## $ $###" + "#.... $ $$ ## " + "#.... ##$ $ @# " + "######### $ ## " + " # $ $ # " + " ### ## # " + " # # " + " ###### ") + +(defmaze + "###### ### " + "#.. # ##@##" + "#.. ### #" + "#.. $$ #" + "#.. # # $ #" + "#..### # $ #" + "#### $ #$ #" + " # $# $ #" + " # $ $ #" + " # ## #" + " #########") + +(defmaze + " ##### " + " ####### ##" + "## # @## $$ #" + "# $ #" + "# $ ### #" + "### #####$###" + "# $ ### ..# " + "# $ $ $ ...# " + "# ###...# " + "# $$ # #...# " + "# ### ##### " + "#### ") + +(defmaze + " #### " + " # ###########" + " # $ $ $ #" + " # $# $ # $ #" + " # $ $ # #" + "### $# # #### #" + "#@#$ $ $ ## #" + "# $ #$# # #" + "# $ $ $ $ #" + "##### #########" + " # # " + " # # " + " #......# " + " #......# " + " #......# " + " ######## ") + +(defmaze + " #######" + " # ...#" + " ##### ...#" + " # . .#" + " # ## ...#" + " ## ## ...#" + " ### ########" + " # $$$ ## " + " ##### $ $ #####" + "## #$ $ # #" + "#@ $ $ $ $ #" + "###### $$ $ #####" + " # # " + " ######## ") + +(defmaze + " ### #############" + "##@#### # #" + "# $$ $$ $ $ ...#" + "# $$$# $ #...#" + "# $ # $$ $$ #...#" + "### # $ #...#" + "# # $ $ $ #...#" + "# ###### ###...#" + "## # # $ $ #...#" + "# ## # $$ $ $##..#" + "# ..# # $ #.#" + "# ..# # $$$ $$$ #.#" + "##### # # #.#" + " # ######### #.#" + " # #.#" + " ###############") + +(defmaze + " #### " + " #### # # " + " ### @###$ # " + " ## $ # " + " ## $ $$## ## " + " # #$## # " + " # # $ $$ # ### " + " # $ # # $ #####" + "#### # $$ # #" + "#### ## $ #" + "#. ### ########" + "#.. ..# #### " + "#...#.# " + "#.....# " + "####### ") + +(defmaze + "################ " + "# # " + "# # ###### # " + "# # $ $ $ $# # " + "# # $@$ ## ##" + "# # $ $ $###...#" + "# # $ $ ##...#" + "# ###$$$ $ ##...#" + "# # ## ##...#" + "##### ## ##...#" + " ##### ###" + " # # " + " ####### ") + +(defmaze + " ######### " + " ## ## ###### " + "### # # ###" + "# $ #$ # # ... #" + "# # $#@$## # #.#. #" + "# # #$ # . . #" + "# $ $ # # #.#. #" + "# ## ##$ $ . . #" + "# $ # # #$#.#. #" + "## $ $ $ $... #" + " #$ ###### ## #" + " # # ##########" + " #### ") + +(defmaze + " ####### " + " ####### # " + " # # $@$ # " + " #$$ # #########" + " # ###......## #" + " # $......## # #" + " # ###...... #" + "## #### ### #$##" + "# #$ # $ # # " + "# $ $$$ # $## # " + "# $ $ ###$$ # # " + "##### $ # # " + " ### ### # # " + " # # # " + " ######## # " + " #### ") + +(defmaze + " ######## " + " # # # " + " # $ # " + " ### #$ #### " + " # $ ##$ # " + " # # @ $ # $# " + " # # $ ####" + " ## ####$## #" + " # $#.....# # #" + " # $..*$. $# ###" + "## #.....# # " + "# ### ####### " + "# $$ # # " + "# # # " + "###### # " + " ##### ") + +(defmaze + "##### " + "# ## " + "# # #### " + "# $ #### # " + "# $$ $ $# " + "###@ #$ ## " + " # ## $ $ ##" + " # $ ## ## .#" + " # #$##$ #.#" + " ### $..##.#" + " # #.*...#" + " # $$ #.....#" + " # #########" + " # # " + " #### ") + +(defmaze + " ########## " + " #.. # # " + " #.. # " + " #.. # #### " + " ####### # ##" + " # #" + " # # ## # #" + "#### ## #### ##" + "# $ ##### # #" + "# # $ $ # $ #" + "# @$ $ # ##" + "#### ## ####### " + " # # " + " ###### ") + +(defmaze + " ########### " + " # . # # " + " # #. @ # " + " ##### ##..# #### " + "## # ..### ###" + "# $ #... $ # $ #" + "# .. ## ## ## #" + "####$##$# $ # # #" + " ## # #$ $$ # #" + " # $ # # # $## #" + " # #" + " # ########### #" + " #### ####") + +(defmaze + " ###### " + " # @#### " + "##### $ # " + "# ## #### " + "# $ # ## # " + "# $ # ##### # " + "## $ $ # # " + "## $ $ ### # # " + "## # $ # # # " + "## # #$# # # " + "## ### # # ######" + "# $ #### # #....#" + "# $ $ ..#.#" + "####$ $# $ ....#" + "# # ## ....#" + "###################") + +(defmaze + " ########## " + "##### #### " + "# # $ #@ # " + "# #######$#### ###" + "# # ## # #$ ..#" + "# # $ # # #.#" + "# # $ # #$ ..#" + "# # ### ## #.#" + "# ### # # #$ ..#" + "# # # #### #.#" + "# #$ $ $ #$ ..#" + "# $ # $ $ # #.#" + "#### $### #$ ..#" + " # $$ ###....#" + " # ## ######" + " ######## ") + +(defmaze + "######### " + "# # " + "# #### " + "## #### # # " + "## #@## # " + "# $$$ $ $$# " + "# # ## $ # " + "# # ## $ ####" + "#### $$$ $# #" + " # ## ....#" + " # # # #.. .#" + " # # # ##...#" + " ##### $ #...#" + " ## #####" + " ##### ") + +(defmaze + "###### #### " + "# ####### #####" + "# $# # $ # #" + "# $ $ $ # $ $ #" + "##$ $ # @# $ #" + "# $ ########### ##" + "# # #.......# $# " + "# ## # ......# # " + "# # $........$ # " + "# # $ #.... ..# # " + "# $ $####$#### $# " + "# $ ### $ $ ##" + "# $ $ $ $ #" + "## ###### $ ##### #" + "# # #" + "###################") + +(defmaze + " ####### " + " # # #### " + "##### $#$ # ## " + "#.. # # # # " + "#.. # $#$ # $#### " + "#. # #$ # # " + "#.. $# # $ # " + "#..@# #$ #$ # # " + "#.. # $# $# # " + "#.. # #$$#$ # ##" + "#.. # $# # $#$ #" + "#.. # # # # #" + "##. #### ##### #" + " #### #### #####") + +(defmaze + "############### " + "#.......... .#### " + "#..........$$.# # " + "###########$ # ##" + "# $ $ $ #" + "## #### # $ # #" + "# # ## # ##" + "# $# # ## ### ##" + "# $ #$### ### ##" + "### $ # # ### ##" + "### $ ## # # ##" + " # $ # $ $ $ #" + " # $ $#$$$ # #" + " # # $ #####" + " # @## # # # " + " ############## ") + +(defmaze + "#### " + "# ############## " + "# # ..#......# " + "# # # ##### ...# " + "##$# ........# " + "# ##$###### ####" + "# $ # ######@ #" + "##$ # $ ###### #" + "# $ #$$$## #" + "# # #$#$###" + "# #### #$$$$$ # " + "# # $ # # " + "# # ## ###" + "# ######$###### $ #" + "# # # #" + "########## #####") + +(defmaze + " ####### " + " # # ##### " + "## # #...### " + "# $# #... # " + "# $ #$$ ... # " + "# $# #... .# " + "# # $########" + "##$ $ $ #" + "## # $$ # #" + " ###### ##$$@#" + " # ##" + " ######## ") + +(defmaze + " ################# " + " #... # # ##" + "##..... $## # #$ #" + "#......# $ # #" + "#......# # # # #" + "######### $ $ $ #" + " # #$##$ ##$##" + " ## $ # $ #" + " # ## ### # ##$ #" + " # $ $$ $ $ #" + " # $ $##$ ######" + " ####### @ ## " + " ###### ") + +(defmaze + " ##### " + " ##### # " + " ## $ $ ####" + "##### $ $ $ ##.#" + "# $$ ##..#" + "# ###### ###.. #" + "## # # #... #" + "# $ # #... #" + "#@ #$ ## ####...#" + "#### $ $$ ##..#" + " ## $ $ $...#" + " # $$ $ # .#" + " # $ $ ####" + " ###### # " + " ##### ") + +(defmaze + "##### " + "# ## " + "# $ ######### " + "## # # ######" + "## # $#$#@ # #" + "# # $ # $ #" + "# ### ######### ##" + "# ## ..*..... # ##" + "## ## *.$..$.$ # ##" + "# $########## ##$ #" + "# $ $ $ $ #" + "# # # # # #" + "###################") + +(defmaze + " ########### " + " # # # " + "##### # $ $ # " + "# ##### $## # ## " + "# $ ## # ## $ # " + "# $ @$$ # ##$$$ # " + "## ### # ## # " + "## # ### #####$# " + "## # $ #....# " + "# ### ## $ #....##" + "# $ $ # #..$. #" + "# ## $ # ##.... #" + "##### ######...##" + " ##### ##### ") + +(defmaze + " #### " + " # ######### " + " ## ## # # " + " # $# $@$ #### " + " #$ $ # $ $# ##" + "## $## #$ $ #" + "# # # # $$$ #" + "# $ $ $## ####" + "# $ $ #$# # # " + "## ### ###$ # " + " # #.... # " + " ####......#### " + " #....#### " + " #...## " + " #...# " + " ##### ") + +(defmaze + " #### " + " ##### # " + " ## $# " + "## $ ## ### " + "#@$ $ # $ # " + "#### ## $# " + " #....#$ $ # " + " #....# $# " + " #.... $$ ##" + " #... # $ #" + " ######$ $ #" + " # ###" + " #$ ### " + " # # " + " #### ") + +(defmaze + "############" + "## ## #" + "## $ $ #" + "#### ## $$ #" + "# $ # #" + "# $$$ # ####" + "# # # $ ##" + "# # # $ #" + "# $# $# #" + "# ..# ####" + "####.. $ #@#" + "#.....# $# #" + "##....# $ #" + "###..## #" + "############") + +(defmaze + " ######### " + " #.... ## " + " #.#.# $ ## " + "##....# # @## " + "# ....# # ##" + "# #$ ##$ #" + "## ### $ #" + " #$ $ $ $# #" + " # # $ $ ## #" + " # ### ## #" + " # ## ## ##" + " # $ # $ # " + " ###$ $ ### " + " # ##### " + " #### ") + +(defmaze + "############ ######" + "# # # ###....#" + "# $$# @ .....#" + "# # ### # ....#" + "## ## ### # ....#" + " # $ $ # # ####" + " # $ $## # #" + "#### # #### # ## #" + "# # #$ ## # #" + "# $ $ # ## # ##" + "# # $ $ # # # " + "# $ ## ## # ##### " + "# $$ $$ # " + "## ## ### $ # " + " # # # # " + " ###### ###### ") + +(defmaze + " ##### " + "##### ###### # " + "# #### $ $ $ # " + "# $ ## ## ## ## " + "# $ $ $ $ # " + "### $ ## ## ##" + " # ##### #####$$ #" + " ##$##### @## #" + " # $ ###$### $ ##" + " # $ # ### ### " + " # $$ $ # $$ # " + " # # ## # " + " #######.. .### " + " #.........# " + " #.........# " + " ########### ") + +(defmaze + "########### " + "#...... #########" + "#...... # ## #" + "#..### $ $ #" + "#... $ $ # ## #" + "#...#$##### # #" + "### # #$ #$ #" + " # $$ $ $ $## #" + " # $ #$#$ ##$ #" + " ### ## # ## #" + " # $ $ ## ######" + " # $ $ # " + " ## # # # " + " #####@##### " + " ### ") + +(defmaze + " #### " + "####### @# " + "# $ # " + "# $## $# " + "##$#...# # " + " # $... # " + " # #. .# ##" + " # # #$ #" + " #$ $ #" + " # #######" + " #### ") + +(defmaze + " ######" + " #############....#" + "## ## ##....#" + "# $$## $ @##....#" + "# $$ $# ....#" + "# $ ## $$ # # ...#" + "# $ ## $ # ....#" + "## ##### ### ##.###" + "## $ $ ## . #" + "# $### # ##### ###" + "# $ # # " + "# $ #$ $ $### # " + "# $$$# $ # #### " + "# # $$ # " + "###### ### " + " ##### ") + +(defmaze + " ############ " + " # ##" + " # # #$$ $ #" + " #$ #$# ## @#" + " ## ## # $ # ##" + " # $ #$ # # " + " # # $ # # " + " ## $ $ ## # " + " # # ## $ # " + " # ## $$# # " + "######$$ # # " + "#....# ######## " + "#.#... ## " + "#.... # " + "#.... # " + "######### ") + +(defmaze + " ##### " + " ## ## " + " ## # " + " ## $$ # " + " ## $$ $ # " + " # $ $ # " + "#### # $$ #####" + "# ######## ## #" + "#. $$$@#" + "#.# ####### ## ##" + "#.# #######. #$ $##" + "#........... # #" + "############## $ #" + " ## ##" + " #### ") + +(defmaze + " ######## " + " #### ######" + " # ## $ $ @#" + " # ## ##$#$ $ $##" + "### ......# $$ ##" + "# ......# # #" + "# # ......#$ $ #" + "# #$...... $$# $ #" + "# ### ###$ $ ##" + "### $ $ $ $ # " + " # $ $ $ $ # " + " ###### ###### " + " ##### ") + +(defmaze + " ####### " + " ##### # #### " + " # # $ # " + " #### #$$ ## ## # " + "## # # ## ###" + "# ### $#$ $ $ #" + "#... # ## # #" + "#...# @ # ### ##" + "#...# ### $ $ #" + "######## ## # #" + " #########") + +(defmaze + " ##### " + " # # " + " # # ####### " + " # $@###### " + " # $ ##$ ### # " + " # #### $ $ # " + " # ##### # #$ ####" + "## #### ##$ #" + "# $# $ # ## ## #" + "# # #...# #" + "###### ### ... #" + " #### # #...# #" + " # ### # #" + " # #" + " #########") + +(defmaze + "##### #### " + "#...# # #### " + "#...### $ # " + "#....## $ $### " + "##....## $ # " + "###... ## $ $ # " + "# ## # $ # " + "# ## # ### ####" + "# $ # #$ $ #" + "# $ @ $ $ #" + "# # $ $$ $ ###" + "# ###### ### " + "# ## #### " + "### ") + +(defmaze + "########## " + "# #### " + "# ###### # ##" + "# # $ $ $ $ #" + "# #$ #" + "###$ $$# ###" + " # ## # $## " + " ##$# $ @# " + " # $ $ ### " + " # # $ # " + " # ## # # " + " ## ##### # " + " # # " + " #.......### " + " #.......# " + " ######### ") + +(defmaze + " #### " + " ######### ## " + "## $ $ #####" + "# ## ## ##...#" + "# #$$ $ $$#$##...#" + "# # @ # ...#" + "# $# ###$$ ...#" + "# $ $$ $ ##....#" + "###$ #######" + " # ####### " + " #### ") + +(defmaze + " ######### " + " #*.$#$.$# " + " #.*.$.$.# " + " #*.$.$.$# " + " #.*.$.$.# " + " #*.$.$.$# " + " ### ### " + " # # " + "###### ######" + "# #" + "# $ $ $ $ $ #" + "## $ $ $ $ ##" + " #$ $ $ $ $# " + " # $@$ # " + " # ##### # " + " #### #### ") + +(defmaze + " #### " + " # ## " + " # ## " + " # $$ ## " + " ###$ $ ## " + " #### $ # " + "### # ##### # " + "# # #....$ # " + "# # $ ....# # " + "# $ # #.*..# # " + "### #### ### # " + " #### @$ ##$##" + " ### $ #" + " # ## #" + " #########") + +(defmaze + " ############ " + " ##.. # # " + " ##..* $ $ # " + " ##..*.# # # $## " + " #..*.# # # $ # " + "####...# # # # " + "# ## # # " + "# @$ $ ### # ## " + "# $ $ # # # " + "###$$ # # # # # " + " # $ # # #####" + " # $# ##### #" + " #$ # # # #" + " # ### ## #" + " # # # ##" + " #### ###### ") + + + +(setf *mazes* (nreverse *mazes*)) diff --git a/examples/7-Sokoban/3rd-party/sokoban.lisp b/examples/7-Sokoban/3rd-party/sokoban.lisp new file mode 100644 index 0000000..4f0a074 --- /dev/null +++ b/examples/7-Sokoban/3rd-party/sokoban.lisp @@ -0,0 +1,101 @@ +(defpackage :cl-sokoban + (:nicknames :sokoban) + (:use :cl) + (:export #:*mazes* + #:*rules* + #:maze #:maze-player #:maze-dimensions #:maze-text + #:copy-maze + #:simple-ui + #:move + #:defmaze)) + +(in-package :cl-sokoban) + +(defvar *mazes* nil + "A list of two-dimensional character arrays, describing Sokoban puzzles.") + +(defvar *rules* + '(("@ " " @") + ("@." " &") + ("& " ".@") + ("&." ".&") + ("@$ " " @$") + ("@$." " @*") + ("&$ " ".@$") + ("&$." ".@*") + ("@* " " &$") + ("@*." " &*") + ("&* " ".&$") + ("&*." ".&*")) + "A list of textual transformation rules that the cl-sokoban mover steps +through. A rule has the format (\"from\" \" to \"); when \"from\" matches +the maze, \" to \" replaces it in the maze.") + +(defstruct (maze :named (:type vector) (:copier nil)) + player + dimensions + text) +(defun copy-maze (maze) + (make-maze :player (maze-player maze) + :dimensions (maze-dimensions maze) + :text (mapcar #'copy-seq (maze-text maze)))) + +(defun simple-ui () + (do ((input "" (read-line))) + ((search "q" input)) + (cond ((search "n" input) (move :north (first *mazes*))) + ((search "e" input) (move :east (first *mazes*))) + ((search "w" input) (move :west (first *mazes*))) + ((search "s" input) (move :south (first *mazes*)))) + (format t "~{~&~A~%~}" (maze-text (first *mazes*))))) + +(defun find-player (rows) + (loop for y from 0 + for row in rows + for x? = (or (position #\@ row) + (position #\& row)) + when x? return (cons x? y) + finally (error "Maze lacks a player (@): ~S" rows))) + +(defun move (direction maze) + (loop for (from to) in *rules* + when (string= from (lookahead (length from) direction maze)) + do (return (setahead to direction maze)))) + +(defun move-point (location direction) + (case direction + (:east (cons (1+ (car location)) (cdr location))) + (:west (cons (1- (car location)) (cdr location))) + (:north (cons (car location) (1- (cdr location)))) + (:south (cons (car location) (1+ (cdr location)))))) + +(defun off-maze-p (location maze) + (destructuring-bind (x . y) (maze-dimensions maze) + (or (>= (car location) x) + (>= (cdr location) y) + (< (car location) 0) + (< (cdr location) 0)))) + +(defun lookahead (distance direction maze) + (do ((location (maze-player maze) (move-point location direction)) + (index 0 (1+ index)) + (chars nil (cons (elt (elt (maze-text maze) (cdr location)) + (car location)) + chars))) + ((or (= index distance) + (off-maze-p location maze)) + (coerce (reverse chars) 'string)))) + +(defun setahead (string direction maze) + (loop for char across string + for location = (maze-player maze) then (move-point location direction) + do (let ((row (elt (maze-text maze) (cdr location)))) + (setf (elt row (car location)) char))) + (setf (maze-player maze) (find-player (maze-text maze)))) + +(defun defmaze (&rest rows) + (push (make-maze :text rows + :dimensions (cons (length (first rows)) + (length rows)) + :player (find-player rows)) + *mazes*)) diff --git a/examples/7-Sokoban/eql-sokoban.lisp b/examples/7-Sokoban/eql-sokoban.lisp new file mode 100644 index 0000000..346f33e --- /dev/null +++ b/examples/7-Sokoban/eql-sokoban.lisp @@ -0,0 +1,197 @@ +;;; This is a simple GUI for CL-Sokoban, see http://www.cliki.net/CL-Sokoban +;;; +;;; ------------------------------------------------------------------------ +;;; +;;; IMPORTANT NOTE +;;; +;;; If you use one of: QGraphicsSvgItem, QGraphicsTextItem, QGraphicsWidget +;;; you need a "cast" in order to call QGraphicsItem methods: +;;; +;;; (! "setPos" ("QGraphicsItem" graphics-text-item) '(0 0))) +;;; +;;; (because of multiple inheritance from both QObject and QGraphicsItem) +;;; +;;; If you use the wrapper functions instead (see "src/lisp/all-wrappers"), +;;; this cast is done automatically: +;;; +;;; (|setPos| graphics-text-item '(0 0))) +;;; +;;; ------------------------------------------------------------------------ + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(load (eql:in-home "examples/7-Sokoban/3rd-party/sokoban")) +(load (eql:in-home "examples/7-Sokoban/3rd-party/levels")) + +(defpackage :eql-sokoban + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :eql-sokoban) + +(defconstant +item-types+ '((#\# . :wall) + (#\$ . :object) + (#\* . :object2) + (#\. . :goal) + (#\@ . :player) + (#\& . :player2))) + +(defparameter *items* nil) +(defparameter *item-size* nil) +(defparameter *maze* nil) +(defparameter *my-mazes* (mapcar 'sokoban:copy-maze sokoban:*mazes*)) +(defparameter *scene-size* '(650 550)) +(defparameter *print-text-maze* nil "additionally print maze to terminal") + +(defvar *scene* (qnew "QGraphicsScene" + "sceneRect" (append '(0 0) *scene-size*) + "backgroundBrush" (qnew "QBrush(QColor)" "#DED6AD"))) +(defvar *view* (qnew "QGraphicsView" + "windowTitle" "Sokoban" + "size" (mapcar (lambda (x) (+ 50 x)) *scene-size*))) +(defvar *level* (qnew "QSlider(Qt::Orientation)" |Qt.Vertical| + "tickInterval" 5 + "tickPosition" |QSlider.TicksRight| + "maximum" (1- (length *my-mazes*)))) + +(defun assoc* (item alist) + (cdr (assoc item alist))) + +(defun char-type (char) + (cdr (assoc char +item-types+))) + +(defun type-char (type) + (car (find type +item-types+ :key 'cdr))) + +(defun ini () + (x:do-with *view* + (|setScene| *scene*) + (|setRenderHint| |QPainter.Antialiasing|) + (|setCacheMode| |QGraphicsView.CacheBackground|) + (|setViewportUpdateMode| |QGraphicsView.BoundingRectViewportUpdate|)) + (let ((zoom-in (qnew "QToolButton" + "text" "Zoom In")) + (zoom-out (qnew "QToolButton" + "text" "Zoom Out")) + (main (qnew "QWidget" + "windowTitle" "Sokoban" + "size" (|size| *view*))) + (help (qnew "QLabel" + "text" "Arrows = Move, N = Next, P = Previous, R = Restart")) + (hbox1 (qnew "QHBoxLayout")) + (hbox2 (qnew "QHBoxLayout")) + (layout (qnew "QVBoxLayout"))) + (dolist (w (list *level* *view*)) + (|addWidget| hbox1 w)) + (dolist (w (list zoom-in zoom-out help)) + (|addWidget| hbox2 w)) + (dolist (l (list hbox1 hbox2)) + (!"addLayout" layout l)) + (|setStretchFactor| hbox2 help 1) + (|setLayout| main layout) + (qconnect *level* "valueChanged(int)" (lambda (val) (set-maze) (draw))) + (qconnect zoom-in "clicked()" (lambda () (zoom :in))) + (qconnect zoom-out "clicked()" (lambda () (zoom :out))) + (qadd-event-filter nil |QEvent.KeyPress| 'key-pressed) + (x:do-with main |show| |raise|))) + +(defun set-maze () + (setf *maze* (nth (|value| *level*) *my-mazes*)) + (create-items) + (draw-items :wall)) + +(defun clear-items () + (|clear| *scene*) + (setf *items* (mapcar (lambda (x) (list (cdr x))) +item-types+))) + +(defun create-items () + (clear-items) + (flet ((add (types) + (dolist (type (x:ensure-list types)) + (let ((item (create-item type))) + (push item (cdr (assoc type *items*))) + (|addItem| *scene* item))))) + (dolist (row (sokoban:maze-text *maze*)) + (x:do-string (char row) + (unless (char= #\Space char) + (let ((type (char-type char))) + (cond ((find type '(:player :player2)) + (add '(:player :player2))) + ((find type '(:object :object2)) + (add '(:object :object2 :goal))) + ((eql :wall type) + (add :wall))))))))) + +(let (pixmaps) + (defun create-item (type) + (let* ((char (type-char type)) + (file (in-home (format nil "examples/7-Sokoban/pics/~(~A~).png" type))) + (pixmap (cdr (or (assoc file pixmaps :test 'string=) + (first (push (cons file (qnew "QPixmap(QString)" file)) + pixmaps))))) + (item (qnew "QGraphicsPixmapItem(QPixmap)" pixmap))) + (unless *item-size* + (setf *item-size* (cddr (|boundingRect| item)))) + item))) + +(defun key-pressed (obj event) + (flet ((change-level (x) + (|setValue| *level* (+ x (|value| *level*))))) + (case (|key| event) + (#.|Qt.Key_Up| + (sokoban:move :north *maze*)) + (#.|Qt.Key_Down| + (sokoban:move :south *maze*)) + (#.|Qt.Key_Left| + (sokoban:move :west *maze*)) + (#.|Qt.Key_Right| + (sokoban:move :east *maze*)) + (#.|Qt.Key_N| + (change-level 1)) + (#.|Qt.Key_P| + (change-level -1)) + (#.|Qt.Key_R| + (let ((level (|value| *level*))) + (setf (nth level *my-mazes*) + (sokoban:copy-maze (nth level sokoban:*mazes*))) + (set-maze))) + (t (return-from key-pressed))) + (draw) + t)) ; event filter + +(defun draw-items (type) + (let ((char (type-char type)) + (items (assoc* type *items*)) + (y 0)) + (unless (eql :wall type) + (dolist (item items) + (|setVisible| item nil))) + (dolist (row (sokoban:maze-text *maze*)) + (let ((x 0)) + (x:do-string (curr-char row) + (when (char= char curr-char) + (let ((item (first items))) + (|setPos| item (list x y)) + (|setVisible| item t)) + (setf items (rest items))) + (incf x (first *item-size*)))) + (incf y (second *item-size*))))) + +(defun draw () + (dolist (type '(:player :object :goal :player2 :object2)) + (draw-items type)) + (when *print-text-maze* + (format t "~{~&~A~%~}" (sokoban:maze-text *maze*)))) + +(defun zoom (direction) + (let ((f (if (eql :in direction) 3/2 2/3))) + (|scale| *view* f f))) + +(defun start () + (ini) + (set-maze) + (draw)) + +(start) diff --git a/examples/7-Sokoban/pics/goal.png b/examples/7-Sokoban/pics/goal.png new file mode 100644 index 0000000000000000000000000000000000000000..37b01414dc1e2fc7527c66c416f31a30c4e9c6f5 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}jKx9jP7LeL$-HD>U|>t~ zc6VX;4}uH!E}zW6z`$AH5n0T@z%2~Ij105pNH8!ku$OrHy0YJ6ay??U;1@|N82WEa#q2nvnQo{lT*y z;_Nl{1)uGA-PkVfFCh_U@aK6+K>CtQk%Y~2L@K*v4pcmTU7xi|`6lCuLOU|>t~ zc6VX;4}uH!E}zW6z`$AH5n0T@z%2~Ij105pNH8!ku$OrHy0YJ6$6HSo~wm_n?|+d^Nq_6 zrK+^;T(v5C4ujyucT=V}Y(Bm{IA_Q7W$#>%^0jonVzTQ6Bs!~Vm|dv^N~<~Xnj+v zAcIRqNX8<`=>)S(=Z4nhO@~=l?Gl|D!8C75)2h6awOiL11|JmHchh`%!s~!EpRaou z)56<={wb;lTyu3fd(W6pFFrSegL5xiP2B5bm3{BmXC2L$TU|>t~ zc6VX;4}uH!E}zW6z`$AH5n0T@z%2~Ij105pNH8!ku$OrHy0YJ6Td z&eO#)B;xSd@QrH^8Hm(uypzW1r4p3hB(g!@D?=Gn%jdj5S6F8IUgK$o(xQ_kh2D&Hw(pH{?PqM07?%w*NNfns{zY=>(}yn`NRBdg2O@8 z_ZlZ#?1Z+RY-@1#R+#wUfS|CG+yjptqHJ%MSVtX%e{ dE5|=u`{*j&o$%*sF9QPugQu&X%Q~loCIBu6#nk`+ literal 0 HcmV?d00001 diff --git a/examples/7-Sokoban/pics/player.png b/examples/7-Sokoban/pics/player.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6751abc311ba6b7f90b8e8bf0a501fb9452690 GIT binary patch literal 841 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}jKx9jP7LeL$-HD>U|>t~ zc6VX;4}uH!E}zW6z`$AH5n0T@z%2~Ij105pNH8!ku$OrHy0YJ6$uzIy)o z@5gKRzgPMl#=9t}?(;=GvF?3lr%#`*sCZxH^5tBI2BYiQTO5kN!+bkjLauy{i`{A` z{_D&EmWsslsUjj`%be#*&S;qa-DUSP@1zvd2j}Xy+O@~HJ-oFwlgEGl-qwGwCKt$h zEb`&zzN|6*9m}n==a(}!Oq7sh6x(z{c-ywOqFXX~rt8@!?V7vy=*8s+JezaZGcagP zEqwCXo`GR^ud^10^Y8ChnyS<_0lGwVs!Jya@b@V(rU8tI|R9b+APefJyJjvsCZcy&$} z-M3pRGA*_AWk_ghwv$JKi;8`LeuDd+Z!)!;Z?Y^E>GI0a7YdRn@XDNi&VYxZVOi!r z72nHWR0N+kzTS0?^}VR?#0+MrulD|Xgj#*!M5Jxk84xz zY!#f*G;=0DL&Mp#(rac^1is|mt8;q66sPN@0!|UU7T;Ng3bscxSky0Ui?`p*&``Wq zYh9h)+@|%(=XXxGwW#}(zyH*thivz6Mz<_V+nuGjf!|_bzD!?Y&}`dS=|9Ka-rFg% zIhJ`NtkgoU$!@y?x(!d<*(73c%c5& y3i%(egap~XZ{k*ZIJ@b$zE5KR;TyZ2>MPVGK5*PV)s=yPfx*+&&t;ucLK6V!M1pSs literal 0 HcmV?d00001 diff --git a/examples/7-Sokoban/pics/player2.png b/examples/7-Sokoban/pics/player2.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6751abc311ba6b7f90b8e8bf0a501fb9452690 GIT binary patch literal 841 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}jKx9jP7LeL$-HD>U|>t~ zc6VX;4}uH!E}zW6z`$AH5n0T@z%2~Ij105pNH8!ku$OrHy0YJ6$uzIy)o z@5gKRzgPMl#=9t}?(;=GvF?3lr%#`*sCZxH^5tBI2BYiQTO5kN!+bkjLauy{i`{A` z{_D&EmWsslsUjj`%be#*&S;qa-DUSP@1zvd2j}Xy+O@~HJ-oFwlgEGl-qwGwCKt$h zEb`&zzN|6*9m}n==a(}!Oq7sh6x(z{c-ywOqFXX~rt8@!?V7vy=*8s+JezaZGcagP zEqwCXo`GR^ud^10^Y8ChnyS<_0lGwVs!Jya@b@V(rU8tI|R9b+APefJyJjvsCZcy&$} z-M3pRGA*_AWk_ghwv$JKi;8`LeuDd+Z!)!;Z?Y^E>GI0a7YdRn@XDNi&VYxZVOi!r z72nHWR0N+kzTS0?^}VR?#0+MrulD|Xgj#*!M5Jxk84xz zY!#f*G;=0DL&Mp#(rac^1is|mt8;q66sPN@0!|UU7T;Ng3bscxSky0Ui?`p*&``Wq zYh9h)+@|%(=XXxGwW#}(zyH*thivz6Mz<_V+nuGjf!|_bzD!?Y&}`dS=|9Ka-rFg% zIhJ`NtkgoU$!@y?x(!d<*(73c%c5& y3i%(egap~XZ{k*ZIJ@b$zE5KR;TyZ2>MPVGK5*PV)s=yPfx*+&&t;ucLK6V!M1pSs literal 0 HcmV?d00001 diff --git a/examples/7-Sokoban/pics/wall.png b/examples/7-Sokoban/pics/wall.png new file mode 100644 index 0000000000000000000000000000000000000000..f61ff200032d727c5ba38f9c2eab4dd663784b86 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4kiW$hCdQ-7c($0Fct^7J29*~C-ahlfq}EY zBeIx*fm;}a85w5Hkzin8@bYwV4DmRgY+_)Lus}5-F(HA2lT$J7@GR48kD&8M9Fh&P z4svX0nE31`L--;!)4h*_?4?dF7UOBHF^H1yi87eQ@AkSmkh`skmEq4*iBb>QH4Y36 O3=E#GelF{r5}E)Qg)f-^ literal 0 HcmV?d00001 diff --git a/examples/8-OpenGL/README.txt b/examples/8-OpenGL/README.txt new file mode 100644 index 0000000..f117397 --- /dev/null +++ b/examples/8-OpenGL/README.txt @@ -0,0 +1,3 @@ +You'll need cl-opengl (see Quicklisp) + +Run it: eql run.lisp diff --git a/examples/8-OpenGL/gl-widget.lisp b/examples/8-OpenGL/gl-widget.lisp new file mode 100644 index 0000000..6ee2658 --- /dev/null +++ b/examples/8-OpenGL/gl-widget.lisp @@ -0,0 +1,201 @@ +;;; This is a port of the Qt OpenGL Example "Grabber" + +(defpackage :gl-widget + (:use :common-lisp :eql) + (:export + #:*gl-widget* + #:*timer* + #:*x-rotation-changed* + #:*y-rotation-changed* + #:*z-rotation-changed* + #:ini-gl-widget + #:set-x-rotation + #:set-y-rotation + #:set-z-rotation)) + +(provide :gl-widget) + +(in-package :gl-widget) + +(defconstant +360+ (* 360 16)) + +(defvar *gl-widget* (qnew "QGLWidget")) +(defvar *timer* (qnew "QTimer")) + +(defparameter *gear1* 0) +(defparameter *gear2* 0) +(defparameter *gear3* 0) +(defparameter *x-rot* 0) +(defparameter *y-rot* 0) +(defparameter *z-rot* 0) +(defparameter *gear1-rot* 0) +(defparameter *last-pos* (list 0 0)) + +(defparameter *x-rotation-changed* nil) +(defparameter *y-rotation-changed* nil) +(defparameter *z-rotation-changed* nil) + +(defun ini-gl-widget () + (x:do-with (qoverride *gl-widget*) + ("initializeGL()" 'initialize-gl) + ("paintGL()" 'paint-gl) + ("resizeGL(int,int)" 'resize-gl) + ("mousePressEvent(QMouseEvent*)" 'mouse-press-event) + ("mouseMoveEvent(QMouseEvent*)" 'mouse-move-event)) + (qconnect *timer* "timeout()" 'advance-gears) + (|start| *timer* 20)) + +(defmacro set-rotation (axis) + (flet ((axis-symbol (frm) + (intern (format nil frm axis)))) + (let ((rot (axis-symbol "*~A-ROT*")) + (changed (axis-symbol "*~A-ROTATION-CHANGED*"))) + `(defun ,(axis-symbol "SET-~A-ROTATION") (angle) + (setf angle (normalize-angle angle)) + (when (/= angle ,rot) + (setf ,rot angle) + (when ,changed + (funcall ,changed angle)) + (|updateGL| *gl-widget*)))))) + +(set-rotation :x) +(set-rotation :y) +(set-rotation :z) + +(defun initialize-gl () + (gl:light :light0 :position #(5 5 10 1)) + (gl:enable :lighting) + (gl:enable :light0) + (gl:enable :depth-test) + (setf *gear1* (make-gear #(0.8 0.1 0.0 1.0) 1.0 4.0 1.0 0.7 20) + *gear2* (make-gear #(0.0 0.8 0.2 1.0) 0.5 2.0 2.0 0.7 10) + *gear3* (make-gear #(0.2 0.2 1.0 1.0) 1.3 2.0 0.5 0.7 10)) + (gl:enable :normalize) + (gl:clear-color 0 0 0 1)) + +(defun paint-gl () + (gl:clear :color-buffer :depth-buffer) + (gl:push-matrix) + (gl:rotate (/ *x-rot* 16) 1 0 0) + (gl:rotate (/ *y-rot* 16) 0 1 0) + (gl:rotate (/ *z-rot* 16) 0 0 1) + (draw-gear *gear1* -3.0 -2.0 0.0 (/ *gear1-rot* 16)) + (draw-gear *gear2* 3.1 -2.0 0.0 (- (* -2 (/ *gear1-rot* 16)) 9)) + (gl:rotate 90 1 0 0) + (draw-gear *gear3* -3.1 -1.8 -2.2 (- (* 2 (/ *gear1-rot* 16)) 2)) + (gl:pop-matrix)) + +(defun resize-gl (width height) + (if (|isVisible| *gl-widget*) ; needed in OSX + (let ((side (min width height))) + (gl:viewport (/ (- width side) 2) (/ (- height side) 2) side side) + (gl:matrix-mode :projection) + (gl:load-identity) + (gl:frustum -1 1 -1 1 5 60) + (gl:matrix-mode :modelview) + (gl:load-identity) + (gl:translate 0 0 -40)) + (qlater (lambda () (apply 'resize-gl (|size| *gl-widget*)))))) + +(defun mouse-press-event (event) + (setf *last-pos* (|pos| event))) + +(defun mouse-move-event (event) + (let ((dx (- (|x| event) (first *last-pos*))) + (dy (- (|y| event) (second *last-pos*))) + (buttons (|buttons| event))) + (flet ((button (enum) + (plusp (logand enum buttons)))) + (cond ((button |Qt.LeftButton|) + (set-x-rotation (+ *x-rot* (* 8 dy))) + (set-y-rotation (+ *y-rot* (* 8 dx)))) + ((button |Qt.RightButton|) + (set-x-rotation (+ *x-rot* (* 8 dy))) + (set-z-rotation (+ *z-rot* (* 8 dx))))) + (setf *last-pos* (|pos| event))))) + +(defun advance-gears () + (incf *gear1-rot* (* 2 16)) + (|updateGL| *gl-widget*)) + +(defun make-gear (reflectance inner-radius outer-radius thickness tooth-size tooth-count) + (let ((list (gl:gen-lists 1)) + (r0 inner-radius) + (r1 (- outer-radius (/ tooth-size 2))) + (r2 (+ outer-radius (/ tooth-size 2))) + (delta (/ (/ (* 2 pi) tooth-count) 4)) + (z (/ thickness 2))) + (gl:new-list list :compile) + (gl:material :front :ambient-and-diffuse reflectance) + (gl:shade-model :flat) + (dotimes (i 2) + (let ((sign (if (zerop i) 1 -1))) + (gl:normal 0 0 sign) + (gl:begin :quad-strip) + (dotimes (j (1+ tooth-count)) + (let ((angle (/ (* 2 pi j) tooth-count))) + (gl:vertex (* r0 (cos angle)) (* r0 (sin angle)) (* sign z)) + (gl:vertex (* r1 (cos angle)) (* r1 (sin angle)) (* sign z)) + (gl:vertex (* r0 (cos angle)) (* r0 (sin angle)) (* sign z)) + (gl:vertex (* r1 (cos (+ angle (* 3 delta)))) + (* r1 (sin (+ angle (* 3 delta)))) + (* sign z)))) + (gl:end) + (gl:begin :quads) + (dotimes (j tooth-count) + (let ((angle (/ (* 2 pi j) tooth-count))) + (gl:vertex (* r1 (cos angle)) (* r1 (sin angle)) (* sign z)) + (gl:vertex (* r2 (cos (+ angle delta))) + (* r2 (sin (+ angle delta))) + (* sign z)) + (gl:vertex (* r2 (cos (+ angle (* 2 delta)))) + (* r2 (sin (+ angle (* 2 delta)))) + (* sign z)) + (gl:vertex (* r1 (cos (+ angle (* 3 delta)))) + (* r1 (sin (+ angle (* 3 delta)))) + (* sign z)))) + (gl:end))) + (gl:begin :quad-strip) + (dotimes (i tooth-count) + (dotimes (j 2) + (let ((angle (/ (* 2 pi (+ i (/ j 2))) + tooth-count)) + (s1 r1) + (s2 r2)) + (when (= 1 j) + (rotatef s1 s2)) + (gl:normal (cos angle) (sin angle) 0) + (gl:vertex (* s1 (cos angle)) (* s1 (sin angle)) z) + (gl:vertex (* s1 (cos angle)) (* s1 (sin angle)) (- z)) + (gl:normal (- (* s2 (sin (+ angle delta))) (* s1 (sin angle))) + (- (* s1 (cos angle)) (* s2 (cos (+ angle delta)))) + 0) + (gl:vertex (* s2 (cos (+ angle delta))) (* s2 (sin (+ angle delta))) z) + (gl:vertex (* s2 (cos (+ angle delta))) (* s2 (sin (+ angle delta))) (- z))))) + (gl:vertex r1 0 z) + (gl:vertex r1 0 (- z)) + (gl:end) + (gl:shade-model :smooth) + (gl:begin :quad-strip) + (dotimes (i (1+ tooth-count)) + (let ((angle (/ (* i 2 pi) tooth-count))) + (gl:normal (- (cos angle)) (- (sin angle)) 0) + (gl:vertex (* r0 (cos angle)) (* r0 (sin angle)) z) + (gl:vertex (* r0 (cos angle)) (* r0 (sin angle)) (- z)))) + (gl:end) + (gl:end-list) + list)) + +(defun draw-gear (gear dx dy dz angle) + (gl:push-matrix) + (gl:translate dx dy dz) + (gl:rotate angle 0 0 1) + (gl:call-list gear) + (gl:pop-matrix)) + +(defun normalize-angle (angle) + (x:while (minusp angle) + (incf angle +360+)) + (x:while (> angle +360+) + (decf angle +360+)) + angle) diff --git a/examples/8-OpenGL/main-window.lisp b/examples/8-OpenGL/main-window.lisp new file mode 100644 index 0000000..0eb355e --- /dev/null +++ b/examples/8-OpenGL/main-window.lisp @@ -0,0 +1,136 @@ +;;; This is a port of the Qt OpenGL Example "Grabber" + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(require :gl-widget (eql:in-home "examples/8-OpenGL/gl-widget")) + +(defpackage :main-window + (:use :common-lisp :eql :gl-widget) + (:export + #:start)) + +(in-package :main-window) + +(defvar *me* (qnew "QMainWindow")) +(defvar *pixmap-label* (qnew "QLabel")) +(defvar *pixmap-label-area* (qnew "QScrollArea" + "sizePolicy" (qnew "QSizePolicy(QSizePolicy::Policy,QSizePolicy::Policy)" + |QSizePolicy.Ignored| |QSizePolicy.Ignored|) + "minimumSize" '(50 50))) + +(defun ini () + (ini-gl-widget) + (let ((widget-area (qnew "QScrollArea" + "widgetResizable" t + "horizontalScrollBarPolicy" |Qt.ScrollBarAlwaysOff| + "verticalScrollBarPolicy" |Qt.ScrollBarAlwaysOff| + "sizePolicy" (qnew "QSizePolicy(QSizePolicy::Policy,QSizePolicy::Policy)" + |QSizePolicy.Ignored| |QSizePolicy.Ignored|) + "minimumSize" (list 50 50))) + (central-widget (qnew "QWidget")) + (central-layout (qnew "QGridLayout")) + (x-slider (create-slider '*x-rotation-changed* 'set-x-rotation)) + (y-slider (create-slider '*y-rotation-changed* 'set-y-rotation)) + (z-slider (create-slider '*z-rotation-changed* 'set-z-rotation))) + (|setCentralWidget| *me* central-widget) + (|setWidget| widget-area *gl-widget*) + (|setWidget| *pixmap-label-area* *pixmap-label*) + (create-menus) + (x:do-with (|addWidget| central-layout) + (widget-area 0 0) + (*pixmap-label-area* 0 1) + (x-slider 1 0 1 2) + (y-slider 2 0 1 2) + (z-slider 3 0 1 2)) + (|setLayout| central-widget central-layout) + (|setValue| x-slider (* 15 16)) + (|setValue| y-slider (* 345 16)) + (|setValue| z-slider 0) + (x:do-with *me* + (|setWindowTitle| (tr "Grabber")) + (|resize| (list 400 300))))) + +(defun render-into-pixmap () + (let ((size (get-size))) + (when (every 'plusp size) + (set-pixmap (|renderPixmap| *gl-widget* (first size) (second size)))))) + +(defun grab-frame-buffer () + (set-pixmap (|fromImage.QPixmap| (|grabFrameBuffer| *gl-widget*)))) + +(defun clear-pixmap () + (set-pixmap (qnew "QPixmap"))) + +(defun about () + (|about.QMessageBox| + *me* + (tr "About Grabber") + (tr "The Grabber example demonstrates two approaches for rendering OpenGL into a Qt pixmap."))) + +(defun add-action (menu text shortcut function) + (let ((action (|addAction| menu text))) + (when shortcut + (|setShortcut| action (qnew "QKeySequence(QString)" shortcut))) + (qconnect action "triggered()" function))) + +(defun create-menus () + (let* ((menu-bar (|menuBar| *me*)) + (file-menu (|addMenu| menu-bar (tr "&File"))) + (help-menu (|addMenu| menu-bar (tr "&Help")))) + ;; file menu + (add-action file-menu (tr "&Render into Pixmap...") "Ctrl+R" 'render-into-pixmap) + (add-action file-menu (tr "&Grab Frame Buffer") "Ctrl+G" 'grab-frame-buffer) + (add-action file-menu (tr "&Clear Pixmap") "Ctrl+L" 'clear-pixmap) + (|addSeparator| file-menu) + (add-action file-menu (tr "E&xit") "Ctrl+Q" (lambda () (|close| *me*))) + ;; help menu + (add-action help-menu (tr "&About") nil 'about) + (add-action help-menu (tr "About &Qt") nil (lambda () (|aboutQt| (qapp)))))) + +(defun create-slider (changed setter) + (let ((slider (qnew "QSlider(Qt::Orientation)" |Qt.Horizontal| + "minimum" 0 + "maximum" (* 360 16) + "singleStep" (* 1 16) + "pageStep" (* 15 16) + "tickInterval" (* 15 16) + "tickPosition" |QSlider.TicksRight|))) + (qconnect slider "valueChanged(int)" setter) + (setf (symbol-value changed) (lambda (x) (|setValue| slider x))) + slider)) + +(defun set-pixmap (pixmap) + (|setPixmap| *pixmap-label* pixmap) + (let* ((size (|size| pixmap)) + (width (first size))) + (when (equal (list (1- width) (second size)) + (|maximumViewportSize| *pixmap-label-area*)) + (setf (first size) (1- width))) + (|resize| *pixmap-label* size))) + +(defun get-size () + (let ((text (|getText.QInputDialog| + *me* + (tr "Grabber") + (tr "Enter pixmap size:") + |QLineEdit.Normal| + (format nil "~{~D~^ x ~}" (|size| *gl-widget*)) + nil))) ; ok + (if (qok) + (progn + (qlet ((reg-exp "QRegExp(QString)" "([0-9]+) *x *([0-9]+)")) + (flet ((cap (n) + (parse-integer (|cap| reg-exp n)))) + (when (|exactMatch| reg-exp text) + (let ((width (cap 1)) + (height (cap 2))) + (when (and (< 0 width 2048) + (< 0 height 2048)) + (return-from get-size (list width height))))))) + (|size| *gl-widget*)) + '(0 0)))) + +(defun start () + (ini) + (x:do-with *me* |show| |raise|)) diff --git a/examples/8-OpenGL/run.lisp b/examples/8-OpenGL/run.lisp new file mode 100644 index 0000000..74ea163 --- /dev/null +++ b/examples/8-OpenGL/run.lisp @@ -0,0 +1,11 @@ +#+unix (si::trap-fpe t nil) + +(ql:quickload :cl-opengl) + +(unless (eql:qrequire :opengl) + (error "EQL module :opengl could not be found/loaded") + (eql:qq)) + +(load (eql:in-home "examples/8-OpenGL/main-window")) + +(main-window:start) diff --git a/examples/9-simple-lisp-editor/README.txt b/examples/9-simple-lisp-editor/README.txt new file mode 100644 index 0000000..72ec7dd --- /dev/null +++ b/examples/9-simple-lisp-editor/README.txt @@ -0,0 +1,83 @@ +NOTES +===== + +This is only an experimental, simple, "scratch buffer" like toy editor. + +Run it: + + 0) You'll need the :network module (see QREQUIRE). + + 1) Run the independent local Lisp server: + eql -norc local-server + + 2) Run the editor: + eql editor .lisp (defaults to "my.lisp") + +The main motivation behind this editor is the need for a popup completer +for the (huge) Qt library. + +The completer works for: + + qnew + qlet + qset + qget + qfun + qconnect + qoverride + qfind-child + +It tries to be intelligent, for example: + + - it looks for the type (Qt class) for both global and local variables + - it automatically cuts optional type lists in Qt function calls (qfun) + + + +USAGE NOTES +=========== + +There's no "New" button; instead, "new.lisp" can be used as simple template. + +Please see the context menu of the editor window for generic editor commands +(offered by Qt, which include some other commands too, like Ctrl+). + +"Eval Region" note: (see initial status-bar message) +Remember to change to the desired package prior to eval anything. + +Tab completion note: hitting Tab will pop up a window with symbol completions. +This works in both the editor and command line widget, at any cursor position. +Currently, tab completion works for all CL and EQL symbols (including Qt +enums). +If the inserted symbol is a function, its argument list (if available) will be +shown in the status bar. +Hitting Tab after a " character will show the pathname completer instead (works +for absolute path names only). + +Auto indent note: hitting the Ctrl+Tab keys will auto indent the paragraph +starting from the current line until the next empty line found. + +On errors, the local Lisp server will pop up a debug dialog, asking for an +ECL debug command (even for internal errors of "local-server.lisp"). + +If you want to pause/continue the local-server process, use the usual Ctrl+C +(terminal command) and :c (ECL command). +(N.B. might not work on Windows). + +The "Save and Run" action (Ctrl+R) will load the current code in the local +Lisp server process (if you don't see the application window, it might be +in the background. Use your taskbar to show it). + +When using "Save and Run", on errors, after the local-server entered the +debugger, you can enter the ECL debugger command :f, which will send the +position of the offending region to the editor, and it will be marked red. + +Closing & re-opening the editor does not affect the local-server process. +You may even open multiple editor instances, which will all connect to the +same local-server. + +You can put an ini file ".ini-eql-editor.lisp" in your working directory, +which will be loaded on startup, having full access to all editor variables +and functions. +Example: (! "showMaximized" editor::*main*) + diff --git a/examples/9-simple-lisp-editor/data/auto-indent.lisp b/examples/9-simple-lisp-editor/data/auto-indent.lisp new file mode 100644 index 0000000..35eb0c9 --- /dev/null +++ b/examples/9-simple-lisp-editor/data/auto-indent.lisp @@ -0,0 +1,42 @@ +(mapcar (lambda (x) + (if (atom x) + (cons (symbol-name x) 2) ; default: 2 spaces + (cons (symbol-name (car x)) (cdr x)))) + '(case + ccase + ecase + typecase + ctypecase + etypecase + handler-bind + handler-case + catch + defun + defmacro + destructuring-bind + do + do* + dolist + dotimes + do-all-symbols + do-symbols + do-with + flet + labels + lambda + let + let* + let-it + loop + multiple-value-bind + qlet + unless + when + with-open-file + with-output-to-string + ;; package :x + do-string + when-it + when-it* + while + while-it)) diff --git a/examples/9-simple-lisp-editor/data/editor.ui b/examples/9-simple-lisp-editor/data/editor.ui new file mode 100644 index 0000000..4e6a406 --- /dev/null +++ b/examples/9-simple-lisp-editor/data/editor.ui @@ -0,0 +1,246 @@ + + + main_window + + + + 0 + 0 + 605 + 435 + + + + MainWindow + + + + + + + Qt::Vertical + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + + + + 175 + 0 + + + + + 175 + 16777215 + + + + Hit Return for next hit + + + + + + + + 0 + 0 + + + + + 175 + 1 + + + + + 175 + 16777215 + + + + Hit Return for replace + + + + + + + Next + + + true + + + + + + + Replace + + + true + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + Select + + + + + + + + + + + 0 + 0 + 605 + 19 + + + + + + + toolBar + + + TopToolBarArea + + + false + + + + + + + + + + + + + + + + + + + Open + + + + + Save + + + + + Save As + + + + + Save and Run + + + + + Eval Region + + + Eval expression enclosed in currently highlighted parenthesis + + + + + Repeat Eval + + + Eval starting from left paren of latest eval + + + + + Copy ( ) + + + Copy highlighted region + + + + + Cut ( ) + + + Cut highlighted region + + + + + Insert File + + + Insert a file at current cursor position + + + + + Reset Lisp + + + Restart local Lisp server + + + + + + diff --git a/examples/9-simple-lisp-editor/data/eql-keywords.lisp b/examples/9-simple-lisp-editor/data/eql-keywords.lisp new file mode 100644 index 0000000..6d15b1c --- /dev/null +++ b/examples/9-simple-lisp-editor/data/eql-keywords.lisp @@ -0,0 +1,97 @@ +'("define-qt-wrappers" + "defvar-ui" + "ensure-qt-object" + "in-home" + "new-qt-object" + "qadd-event-filter" + "qapp" + "qapropos" + "qapropos*" + #+linux + "qauto-reload-c++" + "qcall-default" + "qclear-event-filters" + "qconnect" + "qcopy" + "qdel" + "qdelete" + "qdisconnect" + "qenums" + "qeql" + "qescape" + "qevents" + "qexec" + "qexit" + "qfind-bound" + "qfind-bound*" + "qfind-child" + "qfind-children" + "qfrom-utf8" + "qfun" + "qfun*" + "qfun+" + "qfuns" + "qget" + "qgui" + "qid" + "qinvoke-method" + "qinvoke-method*" + "qinvoke-method+" + "qinvoke-methods" + "qlater" + "qlet" + "qload" + "qload-c++" + "qload-ui" + "qlocal8bit" + "qmessage-box" + "qmsg" + "qnew" + "qnew-instance" + "qnew*" + "qnew-instance*" + "qnull" + "qnull-object" + "qobject-names" + "qok" + "qoverride" + "qprocess-events" + "qproperties" + "qproperty" + "qq" + "qquit" + "qremove-event-filter" + "qrequire" + "qrgb" + "qrun" + "qrun-in-gui-thread" + "qrun*" + "qrun-in-gui-thread*" + "qsel" + "qselect" + "qsender" + "qset" + "qset-color" + "qset-ini" + "qset-null" + "qset-property" + "qsignal" + "qsingle-shot" + "qsleep" + "qslot" + "qstatic-meta-object" + "qsuper-class-name" + "qt-object" + "qt-object-id" + "qt-object-name" + "qt-object-p" + "qt-object-pointer" + "qt-object-unique" + "qt-object-?" + "qtranslate" + "quic" + "qui-class" + "qui-names" + "qutf8" + "qversion" + "tr") diff --git a/examples/9-simple-lisp-editor/data/lisp-keywords.lisp b/examples/9-simple-lisp-editor/data/lisp-keywords.lisp new file mode 100644 index 0000000..58c4d5c --- /dev/null +++ b/examples/9-simple-lisp-editor/data/lisp-keywords.lisp @@ -0,0 +1,769 @@ +(let ((hash (make-hash-table :test 'equal))) + (dolist (kw '("abort" + "abs" + "acons" + "acos" + "acosh" + "add-method" + "adjoin" + "adjust-array" + "adjustable-array-p" + "allocate-instance" + "alpha-char-p" + "alphanumericp" + "and" + "append" + "apply" + "apropos" + "apropos-list" + "aref" + "arithmetic-error-operands" + "arithmetic-error-operation" + "array-dimension" + "array-dimensions" + "array-displacement" + "array-element-type" + "array-has-fill-pointer-p" + "array-in-bounds-p" + "array-rank" + "array-row-major-index" + "array-total-size" + "arrayp" + "ash" + "asin" + "asinh" + "assert" + "assoc" + "assoc-if" + "assoc-if-not" + "atan" + "atanh" + "atom" + "bit" + "bit-and" + "bit-andc1" + "bit-andc2" + "bit-eqv" + "bit-ior" + "bit-nand" + "bit-nor" + "bit-not" + "bit-orc1" + "bit-orc2" + "bit-vector-p" + "bit-xor" + "block" + "boole" + "both-case-p" + "boundp" + "break" + "broadcast-stream-streams" + "butlast" + "byte" + "byte-position" + "byte-size" + "caaaar" + "caaadr" + "caaar" + "caadar" + "caaddr" + "caadr" + "caar" + "cadaar" + "cadadr" + "cadar" + "caddar" + "cadddr" + "caddr" + "cadr" + "call-method" + "call-next-method" + "car" + "case" + "catch" + "ccase" + "cdaaar" + "cdaadr" + "cdaar" + "cdadar" + "cdaddr" + "cdadr" + "cdar" + "cddaar" + "cddadr" + "cddar" + "cdddar" + "cddddr" + "cdddr" + "cddr" + "cdr" + "ceiling" + "cell-error-name" + "cerror" + "change-class" + "char" + "char-code" + "char-downcase" + "char-equal" + "char-greaterp" + "char-int" + "char-lessp" + "char-name" + "char-not-equal" + "char-not-greaterp" + "char-not-lessp" + "char-upcase" + "char/=" + "char<" + "char<=" + "char=" + "char>" + "char>=" + "character" + "characterp" + "check-type" + "cis" + "class-name" + "class-of" + "clear-input" + "clear-output" + "close" + "clrhash" + "code-char" + "coerce" + "compile" + "compile-file" + "compile-file-pathname" + "compiled-function-p" + "compiler-macro-function" + "complement" + "complex" + "complexp" + "compute-applicable-methods" + "compute-restarts" + "concatenate" + "concatenated-stream-streams" + "cond" + "conjugate" + "cons" + "consp" + "constantly" + "constantp" + "continue" + "copy-alist" + "copy-list" + "copy-pprint-dispatch" + "copy-readtable" + "copy-seq" + "copy-structure" + "copy-symbol" + "copy-tree" + "cos" + "cosh" + "count" + "count-if" + "count-if-not" + "ctypecase" + "decf" + "declaim" + "decode-float" + "decode-universal-time" + "defclass" + "defconstant" + "defgeneric" + "define-compiler-macro" + "define-condition" + "define-method-combination" + "define-modify-macro" + "define-setf-expander" + "define-symbol-macro" + "defmacro" + "defmethod" + "defpackage" + "defparameter" + "defsetf" + "defstruct" + "deftype" + "defun" + "defvar" + "delete" + "delete-duplicates" + "delete-file" + "delete-if" + "delete-if-not" + "delete-package" + "denominator" + "deposit-field" + "describe" + "describe-object" + "destructuring-bind" + "digit-char" + "digit-char-p" + "directory" + "directory-namestring" + "disassemble" + "do" + "do*" + "do-all-symbols" + "do-external-symbols" + "do-symbols" + "documentation" + "dolist" + "dotimes" + "dribble" + "ecase" + "echo-stream-input-stream" + "echo-stream-output-stream" + "eighth" + "elt" + "encode-universal-time" + "endp" + "enough-namestring" + "ensure-directories-exist" + "ensure-generic-function" + "eq" + "eql" + "equal" + "equalp" + "error" + "etypecase" + "eval" + "eval-when" + "evenp" + "every" + "exp" + "export" + "expt" + "fboundp" + "fceiling" + "fdefinition" + "ffloor" + "fifth" + "file-author" + "file-error-pathname" + "file-length" + "file-namestring" + "file-position" + "file-string-length" + "file-write-date" + "fill" + "fill-pointer" + "find" + "find-all-symbols" + "find-class" + "find-if" + "find-if-not" + "find-method" + "find-package" + "find-restart" + "find-symbol" + "finish-output" + "first" + "flet" + "float" + "float-digits" + "float-precision" + "float-radix" + "float-sign" + "floatp" + "floor" + "fmakunbound" + "force-output" + "format" + "formatter" + "fourth" + "fresh-line" + "fround" + "ftruncate" + "funcall" + "function" + "function-keywords" + "function-lambda-expression" + "functionp" + "gcd" + "gensym" + "gentemp" + "get" + "get-decoded-time" + "get-dispatch-macro-character" + "get-internal-real-time" + "get-internal-run-time" + "get-macro-character" + "get-output-stream-string" + "get-properties" + "get-setf-expansion" + "get-universal-time" + "getf" + "gethash" + "go" + "graphic-char-p" + "handler-bind" + "handler-case" + "hash-table-count" + "hash-table-p" + "hash-table-rehash-size" + "hash-table-rehash-threshold" + "hash-table-size" + "hash-table-test" + "host-namestring" + "identity" + "if" + "ignore-errors" + "imagpart" + "import" + "in-package" + "incf" + "initialize-instance" + "input-stream-p" + "inspect" + "integer-decode-float" + "integer-length" + "integerp" + "interactive-stream-p" + "intern" + "intersection" + "invalid-method-error" + "invoke-debugger" + "invoke-restart" + "invoke-restart-interactively" + "isqrt" + "keywordp" + "labels" + "lambda" + "last" + "lcm" + "ldb" + "ldb-test" + "ldiff" + "length" + "let" + "let*" + "lisp-implementation-type" + "lisp-implementation-version" + "list" + "list*" + "list-all-packages" + "list-length" + "listen" + "listp" + "load" + "load-logical-pathname-translations" + "load-time-value" + "locally" + "log" + "logand" + "logandc1" + "logandc2" + "logbitp" + "logcount" + "logeqv" + "logical-pathname" + "logical-pathname-translations" + "logior" + "lognand" + "lognor" + "lognot" + "logorc1" + "logorc2" + "logtest" + "logxor" + "long-site-name" + "loop" + "loop-finish" + "lower-case-p" + "machine-instance" + "machine-type" + "machine-version" + "macro-function" + "macroexpand" + "macroexpand-1" + "macrolet" + "make-array" + "make-broadcast-stream" + "make-concatenated-stream" + "make-condition" + "make-dispatch-macro-character" + "make-echo-stream" + "make-hash-table" + "make-instance" + "make-instances-obsolete" + "make-list" + "make-load-form" + "make-load-form-saving-slots" + "make-method" + "make-package" + "make-pathname" + "make-random-state" + "make-sequence" + "make-string" + "make-string-input-stream" + "make-string-output-stream" + "make-symbol" + "make-synonym-stream" + "make-two-way-stream" + "makunbound" + "map" + "map-into" + "mapc" + "mapcan" + "mapcar" + "mapcon" + "maphash" + "mapl" + "maplist" + "mask-field" + "max" + "member" + "member-if" + "member-if-not" + "merge" + "merge-pathnames" + "method-combination-error" + "method-qualifiers" + "min" + "minusp" + "mismatch" + "mod" + "muffle-warning" + "multiple-value-bind" + "multiple-value-call" + "multiple-value-list" + "multiple-value-prog1" + "multiple-value-setq" + "name-char" + "namestring" + "nbutlast" + "nconc" + "next-method-p" + "nintersection" + "ninth" + "no-applicable-method" + "no-next-method" + "not" + "notany" + "notevery" + "nreconc" + "nreverse" + "nset-difference" + "nset-exclusive-or" + "nstring-capitalize" + "nstring-downcase" + "nstring-upcase" + "nsublis" + "nsubst" + "nsubst-if" + "nsubst-if-not" + "nsubstitute" + "nsubstitute-if" + "nsubstitute-if-not" + "nth" + "nth-value" + "nthcdr" + "null" + "numberp" + "numerator" + "nunion" + "oddp" + "open" + "open-stream-p" + "or" + "output-stream-p" + "package-error-package" + "package-name" + "package-nicknames" + "package-shadowing-symbols" + "package-use-list" + "package-used-by-list" + "packagep" + "pairlis" + "parse-integer" + "parse-namestring" + "pathname" + "pathname-device" + "pathname-directory" + "pathname-host" + "pathname-match-p" + "pathname-name" + "pathname-type" + "pathname-version" + "pathnamep" + "peek-char" + "phase" + "plusp" + "pop" + "position" + "position-if" + "position-if-not" + "pprint" + "pprint-dispatch" + "pprint-exit-if-list-exhausted" + "pprint-fill" + "pprint-indent" + "pprint-linear" + "pprint-logical-block" + "pprint-newline" + "pprint-pop" + "pprint-tab" + "pprint-tabular" + "prin1" + "prin1-to-string" + "princ" + "princ-to-string" + "print" + "print-not-readable-object" + "print-object" + "print-unreadable-object" + "probe-file" + "proclaim" + "prog" + "prog*" + "prog1" + "prog2" + "progn" + "progv" + "provide" + "psetf" + "psetq" + "push" + "pushnew" + "quote" + "random" + "random-state-p" + "rassoc" + "rassoc-if" + "rassoc-if-not" + "rational" + "rationalize" + "rationalp" + "read" + "read-byte" + "read-char" + "read-char-no-hang" + "read-delimited-list" + "read-from-string" + "read-line" + "read-preserving-whitespace" + "read-sequence" + "readtable-case" + "readtablep" + "realp" + "realpart" + "reduce" + "reinitialize-instance" + "rem" + "remf" + "remhash" + "remove" + "remove-duplicates" + "remove-if" + "remove-if-not" + "remove-method" + "remprop" + "rename-file" + "rename-package" + "replace" + "require" + "rest" + "restart-bind" + "restart-case" + "restart-name" + "return" + "return-from" + "revappend" + "reverse" + "room" + "rotatef" + "round" + "row-major-aref" + "rplaca" + "rplacd" + "sbit" + "scale-float" + "schar" + "search" + "second" + "set" + "set-difference" + "set-dispatch-macro-character" + "set-exclusive-or" + "set-macro-character" + "set-pprint-dispatch" + "set-syntax-from-char" + "setf" + "setq" + "seventh" + "shadow" + "shadowing-import" + "shared-initialize" + "shiftf" + "short-site-name" + "signal" + "signum" + "simple-bit-vector-p" + "simple-condition-format-arguments" + "simple-condition-format-control" + "simple-string-p" + "simple-vector-p" + "sin" + "sinh" + "sixth" + "sleep" + "slot-boundp" + "slot-exists-p" + "slot-makunbound" + "slot-missing" + "slot-unbound" + "slot-value" + "software-type" + "software-version" + "some" + "sort" + "special-operator-p" + "sqrt" + "stable-sort" + "standard-char-p" + "step" + "store-value" + "stream-element-type" + "stream-error-stream" + "stream-external-format" + "streamp" + "string" + "string-capitalize" + "string-downcase" + "string-equal" + "string-greaterp" + "string-left-trim" + "string-lessp" + "string-not-equal" + "string-not-greaterp" + "string-not-lessp" + "string-right-trim" + "string-trim" + "string-upcase" + "string/=" + "string<" + "string<=" + "string=" + "string>" + "string>=" + "stringp" + "sublis" + "subseq" + "subsetp" + "subst" + "subst-if" + "subst-if-not" + "substitute" + "substitute-if" + "substitute-if-not" + "subtypep" + "svref" + "sxhash" + "symbol-function" + "symbol-macrolet" + "symbol-name" + "symbol-package" + "symbol-plist" + "symbol-value" + "symbolp" + "synonym-stream-symbol" + "tagbody" + "tailp" + "tan" + "tanh" + "tenth" + "terpri" + "the" + "third" + "throw" + "time" + "trace" + "translate-logical-pathname" + "translate-pathname" + "tree-equal" + "truename" + "truncate" + "two-way-stream-input-stream" + "two-way-stream-output-stream" + "type-error-datum" + "type-error-expected-type" + "type-of" + "typecase" + "typep" + "unbound-slot-instance" + "unexport" + "unintern" + "union" + "unless" + "unread-char" + "untrace" + "unuse-package" + "unwind-protect" + "update-instance-for-different-class" + "update-instance-for-redefined-class" + "upgraded-array-element-type" + "upgraded-complex-part-type" + "upper-case-p" + "use-package" + "use-value" + "user-homedir-pathname" + "values" + "values-list" + "vector" + "vector-pop" + "vector-push" + "vector-push-extend" + "vectorp" + "warn" + "when" + "wild-pathname-p" + "with-accessors" + "with-compilation-unit" + "with-condition-restarts" + "with-hash-table-iterator" + "with-input-from-string" + "with-open-file" + "with-open-stream" + "with-output-to-string" + "with-package-iterator" + "with-simple-restart" + "with-slots" + "with-standard-io-syntax" + "write" + "write-byte" + "write-char" + "write-line" + "write-sequence" + "write-string" + "write-to-string" + "y-or-n-p" + "yes-or-no-p" + "zerop" + ;; package :x + "bytes-to-string" + "d" + "do-string" + "do-with" + "empty-string" + "ensure-compiled" + "ensure-list" + "ends-with" + "it" + "it*" + "if-it" + "if-it*" + "join" + "let-it" + "split" + "starts-with" + "string-split" + "string-substitute" + "string-to-bytes" + "when-it" + "when-it*" + "while" + "while-it" + "with-gensyms")) + (setf (gethash kw hash) t)) + hash) diff --git a/examples/9-simple-lisp-editor/data/local_server.png b/examples/9-simple-lisp-editor/data/local_server.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8a8d2236feb308d9535713d3af214cc28ba0e8 GIT binary patch literal 1548 zcmeAS@N?(olHy`uVBq!ia0y~yU@!n-4kiW$h8qca7Z?~A7>k44ofy`glX=O&z`$AH z5n0T@z%2~Ij105pNH8!ku$OrHy0YJ4=iyV=in4Ql%D})n&(p;*B;s)Lpa1{u4<|7B z@HF%ESY@2B>}buIyT87srsn^}%j*5}_Wt_t_PRbB2$;z^GD=!nR$5vX3f86lvUu@- zzJIv?yZd_*KW~)Q|JZ8NzoL2e`t7T`XYuHJJ~N&)>FxiRTbs9(Uz%0UA-l-Wai5u* z)TE}SGd%Tn`|HadUpko^U1tBcDL^qNTgw<;SVqs8Lg!Offtf83aKYij!a;3o^DZ>PPlX#B7! zEMfC(C2`KBGVN8F&K#RgOgeV*eBFQb%Z~s5-^W4`Q5qYu5lAU!gW5$$?3)Qk>Yc+*rj_58{Yz@k>sr~fGy41O+cj{CY zcEduB6AQKk?B7@SeX`K&|Nkq03v6BT^m&T9CNF2U#$u1y9sec>vHz|7{6Q+nyR9+M zKeTPK3VY#;s2Pi|Y*k-ZfB0H>&8H^^o7ws0Y$`r|dn|6lSM~LU+NQF?=<=Ai33D<- zkDi&A{VQ;XroH^TegCZPM2Ng4JtlhAw6AUf*@kbB@@~=fmr%<66wi%zXHL`1EI`BJFDaJ3ce6&HVW7%E9L+ zKBlfzcW|>j@=#E``HcO>tlRDXdG^nLqy6qKG6N6(#-C+C&TT5;}Hw8ZS1A9hMz z`|K^Y@vmIFTvR}-eRpQ-`h+K;AN#I2v0S>Z|GO-~M= zy57^vTOvJ_*we$~&UHS&5cY7QY4n68PaZXWIr(1WUtOVv+E#95%hRUkXD2Ciy*vH* zwA8I>^IiL9b!taHsh``^mDxJ`!4$iN7u+S|8E;*<(BMDI{hr6KzkSK&6Ie}aKPA6i zVkmn0m6b=WW$7QWJ=#Bt{;xd#y+427cebduLTQyP=@G`k5z{qqr+sC8K}nhb>zuz+`4y8<(*eI&pz9b_F^{o>L6$3-_P@RetYoK-{tn(^UKZk z*WIuBA#`|hrEX=>ky0Z`PnqTail0AOr`kPzPVEoL$SLjaJ>A_8udWW?@z(HdWXNj0 z10JR92cyjM=f&+UdiLj~c6i>M>YgWjYI1UwlBu!G+`6srH(QDCbvBGP*}U-JX$h;G zudh#^-kkn!#jS|W4F*969bY{B_MD%YnOT{eyNIu(1JqcHMHu z<{hG@Th_|Ryv;qM`ZIFnw6+r+SLN;hZ2*G{DuI{zcy_I1Wtb;ma(ZLy>U;(U1_n=8 KKbLh*2~7Z@5$wkR literal 0 HcmV?d00001 diff --git a/examples/9-simple-lisp-editor/debug-dialog.lisp b/examples/9-simple-lisp-editor/debug-dialog.lisp new file mode 100644 index 0000000..55e19d6 --- /dev/null +++ b/examples/9-simple-lisp-editor/debug-dialog.lisp @@ -0,0 +1,43 @@ +(defpackage :debug-dialog + (:use :common-lisp :eql) + (:export + #:command)) + +(provide :debug-dialog) + +(in-package :debug-dialog) + +(defun command (messages font) + (qlet ((dlg "QDialog(QWidget*,Qt::WindowFlags)" nil |Qt.WindowStaysOnTopHint| + "windowTitle" (tr "Debug Dialog") + "size" '(600 400)) + (msg "QTextEdit") + (lb "QLabel" "text" (tr "Enter debug command (:h for help)")) + (cmd "QLineEdit") + (box "QDialogButtonBox") + (lay "QVBoxLayout(QWidget*)" dlg)) + (x:do-with (qset msg) + ("readOnly" t) + ("font" font) + ("tabStopWidth" (qlet ((fm "QFontMetrics(QFont)" font)) + (* 8 (! "width(QChar)" fm #\Space))))) + (x:do-with (! "addButton" box) + |QDialogButtonBox.Ok| + |QDialogButtonBox.Cancel|) + (x:do-with (! "addWidget" lay) + msg lb cmd box) + (qset-color msg |QPalette.Base| "lightyellow") + (qconnect box "accepted()" dlg "accept()") + (qconnect box "rejected()" dlg "reject()") + (! "setFocus" cmd) + (qlater (lambda () (x:do-with dlg "activateWindow" "raise"))) + (add-messages msg messages) + (if (= |QDialog.Accepted| (! "exec" dlg)) + (qget cmd "text") + ":r1"))) + +(defun add-messages (text-edit messages) + (dolist (msg messages) + (x:do-with text-edit + ("setTextColor" (cdr msg)) + ("insertPlainText" (car msg))))) diff --git a/examples/9-simple-lisp-editor/editor.lisp b/examples/9-simple-lisp-editor/editor.lisp new file mode 100644 index 0000000..82458ae --- /dev/null +++ b/examples/9-simple-lisp-editor/editor.lisp @@ -0,0 +1,1387 @@ +;;; copyright (c) Polos Ruetz +;;; +;;; (please note that this is an outdated experiment) +;;; +;;; A basic and experimental(!) Lisp editor, featuring: +;;; +;;; - a code completer for Qt/EQL functions +;;; - a tab completer for CL/EQL symbols (including Qt enums) +;;; - a tab completer for absolute pathnames +;;; - paren highlighting +;;; - simple auto indent, indent paragraph +;;; - simple syntax highlighter +;;; +;;; - an independent local Lisp server process for evaluation +;;; - eval region +;;; +;;; N.B: requires Qt 4.7 for signal QFileSystemModel::directoryLoaded(QString) + +(require :local-client (probe-file "local-client.lisp")) +(require :settings (probe-file "settings.lisp")) + +;; load all available modules for code completions +(dolist (module (list :help :network :opengl :sql :svg :webkit)) + (eql:qrequire module :quiet)) + +(defpackage :editor + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :editor) + +(defun os-pathname (name) + #+(or darwin linux) + (qutf8 name) + #+win32 + (qlocal8bit name)) + +(defun read-file (file &optional (set-name :set)) + (with-open-file (s (os-pathname file) :direction :input) + (when (eql :set set-name) + (setf *file-name* file)) + (x:let-it (make-string (file-length s)) + (read-sequence x:it s)))) + +(defun in-home* (name) + (in-home "examples/9-simple-lisp-editor/" name)) + +(defun from-file (name) + (eval (read-from-string (read-file (in-home* name) :do-not-set)))) + +(defparameter *auto-indent* (from-file "data/auto-indent.lisp")) +(defparameter *eql-keywords* (from-file "data/eql-keywords.lisp")) +(defparameter *lisp-keywords* (from-file "data/lisp-keywords.lisp")) + +(defparameter *current-completer* nil) +(defparameter *current-depth* 0) +(defparameter *current-keyword-indent* 0) +(defparameter *cursor-code-depth* 0) +(defparameter *error-region* nil) +(defparameter *extra-selections* nil) +(defparameter *file-name* nil) +(defparameter *keep-extra-selections* nil) +(defparameter *latest-eval-position* nil) +(defparameter *try-read-error* nil) + +(defconstant +max-shown-completions+ 10) +(defconstant +max-history+ 50) +(defconstant +package-char-dummy+ #\$) +(defconstant +history-file+ ".command-history") + +;;; Qt + +(defvar *main* (qload-ui (in-home* "data/editor.ui"))) + +(defvar-ui *main* + *editor* + *output* + *command* + *splitter* + *find* + *replace* + *button-next* + *button-replace* + *sel-label* + *select* + *action-open* + *action-save* + *action-save-as* + *action-save-and-run* + *action-copy* + *action-cut* + *action-insert-file* + *action-eval-region* + *action-repeat-eval* + *action-reset-lisp*) + +(defparameter *current-editor* *editor*) +(defparameter *lisp-match-rule* nil) +(defparameter *eql-keyword-format* nil) +(defparameter *lisp-keyword-format* nil) +(defparameter *comment-format* nil) +(defparameter *parenthesis-color* "lightslategray") +(defparameter *string-color* "saddlebrown") +(defparameter *eql-completer* nil) +(defparameter *file-completer* nil) +(defparameter *symbol-completer* nil) +(defparameter *file-model nil) +(defparameter *symbol-model nil) +(defparameter *file-popup* nil) +(defparameter *symbol-popup* nil) +(defparameter *editor-highlighter* nil) +(defparameter *command-highlighter* nil) + +(defun file-open (&optional name) + (unless name + (setf name (! "getOpenFileName" "QFileDialog" nil "" "" "Lisp files (*.lisp)"))) + (unless (x:empty-string name) + (file-save) + (! "setPlainText" *editor* (read-file name)) + (show-file-name))) + +(defun save-file (name) + (when (and (stringp name) + (not (x:empty-string name))) + (with-open-file (s (os-pathname name) :direction :output + :if-exists :supersede) + (write-string (string-right-trim '(#\Space #\Tab #\Newline) (qget *editor* "plainText")) s) + (write-char #\Newline s) + (setf *file-name* name) + (show-file-name)))) + +(defun file-save () + (save-file *file-name*)) + +(defun file-save-as () + (let ((name (! "getSaveFileName" "QFileDialog" nil "" "" "Lisp files (*.lisp)"))) + (unless (x:ends-with ".lisp" name) + (setf name (x:cc name ".lisp"))) + (save-file name))) + +(defun show-file-name () + (! "setWindowTitle" *main* (file-namestring *file-name*))) + +(defun ini () + (x:do-with (qset *command*) + ("horizontalScrollBarPolicy" |Qt.ScrollBarAlwaysOff|) + ("verticalScrollBarPolicy" |Qt.ScrollBarAlwaysOff|)) + (x:do-with (qset *output*) + ("readOnly" t) + ("tabStopWidth" (* 8 (first (font-metrics-size))))) + (x:do-with *splitter* + ("setStretchFactor" 0 2) + ("setStretchFactor" 1 1)) + (x:do-with (qset *main*) + ("size" '(800 500)) + ("windowTitle" "Simple Lisp Editor")) + (! "setFixedHeight" *command* (+ (second (font-metrics-size)) + (* 2 (! "frameWidth" *command*)))) + (qset-color *output* |QPalette.Base| "lavender") + (dolist (ed (list *editor* *command*)) + (qconnect ed "cursorPositionChanged()" 'cursor-position-changed)) + (qconnect *find* "returnPressed()" 'find-text) + (qconnect *replace* "returnPressed()" 'replace-text) + (qconnect *button-next* "clicked()" 'find-text) + (qconnect *button-replace* "clicked()" 'replace-text) + (qconnect *select* "clicked()" (lambda () (run-on-server "(qselect 'local-server::widget-selected)"))) + (qconnect (qapp) "aboutToQuit()" 'clean-up) + (qoverride *editor* "keyPressEvent(QKeyEvent*)" 'editor-key-pressed) + (qoverride *command* "keyPressEvent(QKeyEvent*)" 'command-key-pressed) + (ini-actions) + (ini-highlighter) + (ini-completer) + (set-debugger-hook) + (dolist (w (list *editor* *output* *command* *eql-completer* *symbol-popup* *sel-label*)) + (qset w "font" eql::*code-font*)) + (local-client:ini 'data-from-server) + (show-status-message (format nil (tr "Eval Region: move to paren ( or ), hit ~A") + (! (("toString" |QKeySequence.NativeText|) "shortcut" *action-eval-region*))) + :html) + (! "show" *main*) + (qlater 'delayed-ini)) + +(defun ini-actions () + (flet ((ini (action keys &optional fun) + (when keys + (qset action "shortcut" (qnew "QKeySequence(QString)" keys))) + (when fun + (qconnect action "triggered()" fun)))) + (ini *action-open* "Ctrl+O" 'file-open) + (ini *action-save* "Ctrl+S" 'file-save) + (ini *action-save-as* nil 'file-save-as) + (ini *action-save-and-run* "Ctrl+R" 'save-and-run) + (ini *action-copy* "Alt+C" (lambda () (copy/cut-highlighted-region :copy))) + (ini *action-cut* "Alt+X" (lambda () (copy/cut-highlighted-region :cut))) + (ini *action-insert-file* "Ctrl+I" 'insert-file) + (ini *action-eval-region* "Ctrl+Return" 'eval-region) + (ini *action-repeat-eval* "Ctrl+E" 'repeat-eval) + (ini *action-reset-lisp* "Ctrl+Alt+R" 'restart-server) + (ini *button-next* "Ctrl+F") + (ini *button-replace* "Ctrl+G"))) + +(defun ini-highlighter () + (setf *eql-keyword-format* (qnew "QTextCharFormat") + *lisp-keyword-format* (qnew "QTextCharFormat") + *comment-format* (qnew "QTextCharFormat") + *lisp-match-rule* (qnew "QRegExp(QString)" "[(']:*[^ )]+")) + (! "setForeground" *eql-keyword-format* (qnew "QBrush(QColor)" "#0000C0")) + (! "setForeground" *lisp-keyword-format* (qnew "QBrush(QColor)" "#C00000")) + (x:do-with *comment-format* + ("setForeground" (qnew "QBrush(QColor)" "#80A080")) + ("setFontItalic" t)) + (setf *editor-highlighter* (qnew "QSyntaxHighlighter(QTextDocument*)" (! "document" *editor*)) + *command-highlighter* (qnew "QSyntaxHighlighter(QTextDocument*)" (! "document" *command*))) + (qoverride *editor-highlighter* "highlightBlock(QString)" + (lambda (str) (highlight-block *editor-highlighter* str))) + (qoverride *command-highlighter* "highlightBlock(QString)" + (lambda (str) (highlight-block *command-highlighter* str)))) + +(defun ini-completer () + (setf *eql-completer* (qnew "QListWidget" + "horizontalScrollBarPolicy" |Qt.ScrollBarAlwaysOff| + "verticalScrollBarPolicy" |Qt.ScrollBarAlwaysOff|) + *symbol-completer* (qnew "QCompleter" + "maxVisibleItems" 10) + *symbol-model* (qnew "QStringListModel") + *symbol-popup* (! "popup" *symbol-completer*)) + (x:do-with (qset *eql-completer*) + ("frameShape" |QFrame.Box|) + ("frameShadow" |QFrame.Plain|) + ("lineWidth" 1)) + (! "setWindowFlags" *eql-completer* |Qt.Popup|) + (! "setWidget" *symbol-completer* *command*) + (! "setModel" *symbol-completer* *symbol-model*) + (qset-color *symbol-popup* |QPalette.Base| "palegreen") + (qconnect *eql-completer* "itemDoubleClicked(QListWidgetItem*)" 'insert-completer-option-text) + (qconnect *symbol-completer* "highlighted(QString)" 'item-highlighted) + (qoverride *eql-completer* "keyPressEvent(QKeyEvent*)" 'completer-key-pressed) + (qoverride *eql-completer* "focusOutEvent(QFocusEvent*)" 'close-completer) + (update-completer-symbols)) + +(defun delayed-ini () + (let* ((buttons (list *button-next* *button-replace*)) + (width (apply 'max (mapcar (lambda (w) (! "width" w)) buttons)))) + (dolist (button buttons) + (! "setFixedWidth" button width)))) + +(defun clean-up () + (file-save)) + +(defun document () + (! "document" *current-editor*)) + +(let (size) + (defun font-metrics-size () + (or size (qlet ((fm "QFontMetrics(QFont)" eql::*code-font*)) + (setf size (list (! "width(QChar)" fm #\Space) + (! "height" fm))))))) + +(let (label) + (defun show-status-message (msg &optional html) + (let ((bar (! "statusBar" *main*))) + (when (and html (not label)) + (! "addWidget" bar (setf label (qnew "QLabel" "wordWrap" t)) 1)) + (if html + (! "setText" label msg) + (! "showMessage" bar msg))))) + +(defun read* (str &optional (start 0)) + (setf *try-read-error* nil) + (let ((*package* #.(find-package :eql))) + (multiple-value-bind (exp x) + (ignore-errors (read-from-string (substitute +package-char-dummy+ #\: str) + nil nil :start start :preserve-whitespace t)) + (unless exp + (setf *try-read-error* (typecase x + (end-of-file :end-of-file) + (t t)))) + (values exp x)))) + +(defun end-position (expr) + (multiple-value-bind (x end) + (read* expr) + (when (numberp end) + end))) + +(defun text-until-cursor (&optional text-cursor text-block) + (unless text-cursor + (setf text-cursor (! "textCursor" *current-editor*))) + (unless text-block + (setf text-block (! "block" text-cursor))) + (subseq (! "text" text-block) 0 (- (! "position" text-cursor) + (! "position" text-block)))) + +(defun insert-text (text &optional select) + (let* ((text-cursor (! "textCursor" *current-editor*)) + (text-block (! "block" text-cursor)) + (text* (text-until-cursor text-cursor text-block)) + (p (position #\" text* :from-end t))) + (when (and select + (not (x:ends-with "\"" text*))) + (! "movePosition" text-cursor |QTextCursor.Left| |QTextCursor.KeepAnchor| (1- (- (length text*) p)))) + (! "insertText" text-cursor text) + (! "setTextCursor" *current-editor* text-cursor))) + +(defun constructor-args (name) + (sort (mapcar (lambda (el) + (subseq el (position #\( el))) + (cdadar (qapropos* "constructor" name))) + 'string<)) + +(defun fun-args (fun) + (subseq fun (1+ (position #\( fun)) (position #\) fun :from-end t))) + +(defun call-candidates (name type &optional args (const t) static) + (let ((types (case type + (:properties + '("Properties:")) + (:functions + (if static '("Methods:") '("Methods:" "Slots:" "Signals:"))) + (:signals + '("Signals:")) + (:slots + '("Slots:")) + (:override + '("Override:")))) + candidates) + (do ((curr name (qsuper-class-name curr))) + ((null curr)) + (let ((all (cdar (qapropos* nil curr)))) + (flet ((add (x) + (dolist (fun (rest (find x all :test 'string= :key 'first))) + (if (eql :properties type) + (when (or const (not (x:ends-with " const" fun))) + (let* ((start (1+ (position #\Space fun))) + (end (position #\Space fun :start start))) + (push (subseq fun start (if end end (length fun))) + candidates))) + (let ((static* (x:ends-with "static" fun))) + (when (if args + (x:starts-with (fun-args fun) args) + (if static + static* + (and (not (or static* + (x:starts-with "constructor" fun)))))) + (let ((fun* (subseq fun (1+ (position #\Space fun :end (position #\( fun) :from-end t))))) + (push (if static + (subseq fun* 0 (- (length fun*) 7)) + fun*) + candidates)))))))) + (dolist (x types) + (add x))))) + (remove-duplicates (sort candidates 'string<) :test 'string=))) + +(defun cut-optional-type-list (fun-name) + (flet ((arg-count (x) + (if (x:ends-with "()" x) + 0 + (1+ (count #\, x))))) + (let ((no-types (subseq fun-name 0 (position #\( fun-name))) + (num-args* (arg-count fun-name))) + (dolist (name (mapcar (lambda (item) (! "text" item)) + (! "findItems" *eql-completer* + (format nil "~A(" no-types) (logior |Qt.MatchStartsWith| |Qt.MatchCaseSensitive|)))) + (when (string/= fun-name name) + (let ((num-args (arg-count name))) + (when (= num-args* num-args) + (return-from cut-optional-type-list fun-name))))) + no-types))) + +(defun global-var-name-p (var) + (when (symbolp var) + (let ((name (symbol-name var))) + (flet ((enclosed (ch) + (and (x:starts-with ch name) + (x:ends-with ch name)))) + (or (enclosed "*") + (enclosed "+")))))) + +(let (qt-matches cache-matches) + (flet ((qt-fun (pos) + (cdr (assoc (- pos 2) qt-matches))) + (qt-pos (fun) + (car (find fun qt-matches :key 'cdr)))) + (defun highlight-block (highlighter text) + (unless (x:empty-string text) + (setf latest highlighter) + (when cache-matches + (setf qt-matches nil)) + (let ((i (! "indexIn" *lisp-match-rule* text))) + (x:while (>= i 0) + (let* ((len (! "matchedLength" *lisp-match-rule*)) + (kw* (subseq text (1+ i) (+ i len))) + (kw (x:if-it (position #\: kw* :from-end t) + (subseq kw* (1+ x:it)) + kw*))) + (flet ((set-format (frm) + (! "setFormat(int,int,QTextCharFormat)" highlighter (1+ i) (1- len) frm))) + (cond ((find kw *eql-keywords* :test 'string=) + (when cache-matches + (push (cons (+ i len) (intern (string-upcase kw) :keyword)) + qt-matches)) + (set-format *eql-keyword-format*)) + ((gethash kw *lisp-keywords*) + (set-format *lisp-keyword-format*)))) + (setf i (! "indexIn" *lisp-match-rule* text (+ i len)))))) + (setf cache-matches nil) + ;; comments, strings, parenthesis + (flet ((set-color (pos len color) + (! "setFormat(int,int,QColor)" highlighter pos len color))) + (let ((ex #\Space)) + (dotimes (i (length text)) + (let ((ch (char text i))) + (unless (char= #\\ ex) + (case ch + ((#\( #\)) + (set-color i 1 *parenthesis-color*)) + (#\" + (x:when-it (end-position (subseq text i)) + (set-color i x:it *string-color*) + (incf i (1- x:it)))) + (#\; + (! "setFormat(int,int,QTextCharFormat)" highlighter i (- (length text) i) *comment-format*) + (return)))) + (setf ex ch))))))) + (defun cursor-position-changed () + (setf *current-editor* (qsender)) + (setf cache-matches t) + (when (and *extra-selections* + (not *keep-extra-selections*)) + (setf *extra-selections* nil + *error-region* nil) + (! "setExtraSelections" *current-editor* nil)) + (setf *current-depth* 0 + *current-keyword-indent* 0) + (let* ((text-cursor (! "textCursor" *current-editor*)) + (text-block (! "block" text-cursor)) + (line (! "text" text-block)) + (pos (! "columnNumber" text-cursor))) + (when (and (plusp (length line)) + (< pos (length line)) + (char= #\( (char line pos)) + (or (zerop pos) + (char/= #\\ (char line (1- pos))))) + (let ((pos* pos)) + (when (and (plusp pos) + (char= #\` (char line (1- pos)))) ; macros etc. + (decf pos*)) + (show-matching-parenthesis text-cursor (subseq line pos*) :left pos*))) + (unless (zerop pos) + (let ((pos-char (char line (1- pos)))) + (if *current-completer* + (if (char= #\Space pos-char) + (close-completer) + (x:when-it (position #\" line :end pos :from-end t) + (let* ((begin (subseq line (1+ x:it) pos)) + (item (first (! "findItems" *eql-completer* + begin (logior |Qt.MatchStartsWith| |Qt.MatchCaseSensitive|))))) + (if item + (set-current-item item begin) + (! "clearSelection" *eql-completer*))))) + (let ((fun (qt-fun pos))) + (if (find fun '(:qnew :qnew* :qfun)) + ;; show object name completer? + (when (char= #\" pos-char) + (completer (qobject-names) (if (find fun '(:qnew :qnew*)) :qnew :qfun-static)) + (return-from cursor-position-changed)) + (flet ((ending (start) + (if (< start pos) + (subseq line start pos) + "")) + (var (str &optional (n 1)) + (let ((start 0) + var) + (dotimes (i n) + (multiple-value-setq (var start) + (read* str start))) + var)) + (type (var) + (let ((global (global-var-name-p var))) + (find-in-source var + (current-source-code text-cursor (subseq line 0 pos) (when global :all)) + global)))) + (case pos-char + (#\( + (cond ((x:when-it (or (qt-pos :qnew) + (qt-pos :qnew*)) + ;; show QNEW constructor completer? + (when (> pos x:it) + (x:when-it* (position #\Q line :start x:it) + (let ((qt-name (subseq line x:it* (1- pos)))) + (when (qid qt-name) + (completer (constructor-args qt-name) :qnew-constructor) + (return-from cursor-position-changed))))))) + ((x:when-it (search " \"Q" line :test 'string= :end2 pos) + ;; show QLET constructor completer? + (let ((qt-name (read* (format nil "~A\"" (subseq line x:it (1- pos)))))) + (when (and (stringp qt-name) + (qid qt-name)) + (completer (constructor-args qt-name) :qnew-constructor) + (return-from cursor-position-changed))))))) + (#\) + (show-matching-parenthesis text-cursor (subseq line 0 pos) :right)) + (#\" + (let* ((qget (qt-pos :qget)) + (qset (unless qget (qt-pos :qset)))) + (cond ((or qget qset) + (let* ((ending (ending (or qget qset))) + (var (var ending))) + (when (= 1 (count #\" ending)) + ;; show QGET or QSET completer? + (when var + (let ((global (global-var-name-p var))) + (x:when-it (type var) + (completer (call-candidates x:it :properties nil qget) :qget) + (return-from cursor-position-changed))))))) + ((x:when-it (qt-pos :qfun) + (let* ((ending (ending x:it)) + (var (var ending))) + (case (count #\" ending) + (1 + ;; show QFUN completer? + (when var + (let ((global (global-var-name-p var))) + (x:when-it* (type var) + (completer (call-candidates x:it* :functions) :qfun) + (return-from cursor-position-changed))))) + (3 + ;; show QFUN completer for static functions? + (when (qid var) + (completer (call-candidates var :functions nil t :static) :qfun) + (return-from cursor-position-changed))))))) + ((x:when-it (qt-pos :qconnect) + (let ((ending (ending x:it))) + (case (count #\" ending) + (1 + ;; show QCONNECT-FROM completer? + (let ((var (var ending))) + (when var + (let ((global (global-var-name-p var))) + (x:when-it* (type var) + (completer (call-candidates x:it* :signals) :qconnect-from) + (return-from cursor-position-changed)))))) + (3 + ;; show QCONNECT-TO completer? + (let ((sig (var ending 2)) + (var (var ending 3))) + (when (and (stringp sig) + var) + (let ((global (global-var-name-p var))) + (x:when-it* (type var) + (completer (call-candidates x:it* :slots (fun-args sig)) + :qconnect-to) + (return-from cursor-position-changed)))))))))) + ((x:when-it (qt-pos :qoverride) + ;; show QOVERRIDE completer? + (let* ((ending (ending x:it)) + (var (var ending))) + (when (and var (= 1 (count #\" ending))) + (let ((global (global-var-name-p var))) + (x:when-it* (type var) + (completer (call-candidates x:it* :override) :qoverride) + (return-from cursor-position-changed))))))) + ((x:when-it (qt-pos :qfind-child) + ;; show QFIND-CHILD completer? + (let* ((ending (ending x:it)) + (var (var ending))) + (when (= 1 (count #\" ending)) + (let* ((global (global-var-name-p var)) + (exp (find-in-source var + (current-source-code text-cursor (subseq line 0 pos) :all) + global + :exp)) + (ui-name (ignore-errors + (eval (second (if global (third exp) exp)))))) + (x:when-it* (qui-names ui-name) + (completer (sort x:it* 'string<) :qfind-child) + (return-from cursor-position-changed))))))) + (t + ;; show QLET object name completer? + (when (var-in-qlet-tree-p (current-source-code text-cursor (subseq line 0 pos))) + (completer (qobject-names) :qnew) + (return-from cursor-position-changed))))))))))))))))) + +(defun insert-completer-option-text (&optional item) + (! "resize" *eql-completer* '(0 0)) + (flet ((add-quote (x) + (format nil "~A\"" x))) + (x:when-it (current-completer-option) + (case *current-completer* + (:qnew + (insert-text x:it :select)) + (:qnew-constructor + (insert-text (add-quote (subseq x:it 1)))) + (:qfun + (insert-text (add-quote (cut-optional-type-list x:it)) :select)) + ((:qget :qset :qfun-static :qfind-child :qconnect-from :qconnect-to :qoverride) + (insert-text (add-quote x:it) :select))))) + (close-completer)) + +(defun completer-key-pressed (key-event) + (when *current-completer* + (let ((forward t)) + (case (! "key" key-event) + ((#.|Qt.Key_Up| #.|Qt.Key_Down| #.|Qt.Key_PageUp| #.|Qt.Key_PageDown| #.|Qt.Key_Home| #.|Qt.Key_End|) + (setf forward nil)) + ((#.|Qt.Key_Return| #.|Qt.Key_Enter|) + (insert-completer-option-text) + (return-from completer-key-pressed)) + (#.|Qt.Key_Escape| + (close-completer) + (return-from completer-key-pressed))) + (if forward + (! "sendEvent" "QCoreApplication" *current-editor* key-event) + (qcall-default))))) + +(defun current-completer-option () + (! "text" (first (! "selectedItems" *eql-completer*)))) + +(let (cursor-pos height) + (defun completer (options name) + (setf *current-completer* name) + (unless (null options) + (x:do-with *eql-completer* + ("clear") + ("addItems" options) + ("adjustSize")) + (setf height (! "sizeHintForRow" *eql-completer* 0)) + (qset *eql-completer* "size" + (list (+ 25 (* (min 80 (apply 'max (mapcar 'length options))) + (first (font-metrics-size)))) + (+ 2 (* (min +max-shown-completions+ (length options)) height)))) + (set-current-item (! "item" *eql-completer* 0)) + (adjust-completer-pos :ini) + (x:do-with *eql-completer* "show" "setFocus"))) + (defun adjust-completer-pos (&optional ini) + (let* ((desktop (! ("availableGeometry" "desktop" "QApplication"))) + (cursor (if ini + (setf cursor-rect (! "cursorRect" *current-editor*)) + cursor-rect)) + (pos (! (("mapToGlobal" (list (+ (first cursor) (third cursor)) + (+ (second cursor) (fourth cursor)))) + "viewport" *current-editor*))) + (size (! "size" *eql-completer*)) + (dx (- (+ (first pos) (first size)) + (third desktop))) + (dy (- (+ (second pos) (second size)) + (fourth desktop)))) + (when (plusp dx) + (decf (first pos) dx)) + (when (plusp dy) + (decf (second pos) (+ (fourth cursor) (second size)))) + (qset *eql-completer* "pos" pos))) + (defun set-current-item (item &optional begin) + (when begin + (do ((row (! "row" *eql-completer* item) (1+ row)) + (n-shown 0 (1+ n-shown))) + ((or (= row (! "count" *eql-completer*)) + (= +max-shown-completions+ n-shown) + (not (x:starts-with begin (! ("text" ("item" row) *eql-completer*))))) + (! "resize" *eql-completer* (list (! "width" *eql-completer*) + (+ 2 (* n-shown height)))) + (adjust-completer-pos)))) + (! "setSelected" item t) + (x:do-with *eql-completer* + ("scrollToItem" item |QAbstractItemView.PositionAtTop|) + ("setCurrentItem" item)))) + +(defun close-completer (&optional event) + (setf *current-completer* nil) + (x:do-with *eql-completer* "hide" "clear") + (! "setFocus" *current-editor*)) + +(defun current-source-code (text-cursor &optional curr-line all) + (let ((lines (when curr-line (list curr-line)))) + (do ((n (- (! "blockNumber" text-cursor) (if curr-line 1 0)) (1- n))) + ((minusp n)) + (let* ((text-block (! "findBlockByNumber" (document) n)) + (text (! "text" text-block))) + (push text lines) + (when (and (not all) + (x:starts-with "(" text)) + (return)))) + (push "(" lines) + (code-tree (with-output-to-string (s) + (dolist (line lines) + (write-line line s)))))) + +(defun code-tree (str) + (let ((tree (read* (x:cc (string-right-trim '(#\Newline #\Space #\") str) + #.(make-string 99 :initial-element #\)))))) + (do ((exp tree (first (last exp))) + (depth -1 (1+ depth))) + ((atom exp) (setf *cursor-code-depth* depth))) + tree)) + +(defun find-in-source (var code &optional global exp) + (let (found) + (labels ((class-only (name) + (x:if-it (position #\( name) + (subseq name 0 x:it) + name)) + (walk-tree (tree var depth) + (when tree + (dolist (el tree) + (unless (atom el) + (if global + (when (and (find (first el) '(defconstant defparameter defvar)) + (eql var (second el))) + (case (first (third el)) + ((qnew qnew*) + (return-from find-in-source + (class-only (second (third el))))) + (qload-ui + (return-from find-in-source + (if exp el (qui-class (eval (second (third el))))))) + (qfind-child + (return-from find-in-source + (qui-class (eval (second (third (find-in-source (second (third el)) code :global :exp)))) + (third (third el))))))) + (when (< depth *cursor-code-depth*) + (case (first el) + ((let let*) + (dolist (curr (second el)) + (unless (atom curr) + (when (eql var (first curr)) + (case (first (second curr)) + ((qnew qnew*) + (setf found (second (second curr)))) + (qfind-child + (setf found (qui-class (eval (second (find-in-source (second (second curr)) code nil :exp))) + (third (second curr)))))))))) + (qlet + (dolist (curr (second el)) + (when (eql var (first curr)) + (let ((name (second curr))) + (setf found (subseq name 0 (position #\( name)))))))))) + (walk-tree el var (1+ depth))))))) + (walk-tree code var 1) + (class-only found)))) + +(defun var-in-qlet-tree-p (code) + (labels ((walk-tree (tree depth) + (when tree + (dolist (el tree) + (unless (atom el) + (when (and (eql 'qlet (first el)) + (= 2 (- *cursor-code-depth* depth))) + (return-from var-in-qlet-tree-p t)) + (walk-tree el (1+ depth))))))) + (walk-tree code 1))) + +;;; auto indent + +(defun auto-indent-spaces (kw) + (when (symbolp kw) + (let ((name (symbol-name kw))) + (x:when-it (position +package-char-dummy+ name :from-end t) + (setf name (subseq name (1+ x:it)))) + (cdr (find name *auto-indent* :test 'string= :key 'car))))) + +(defun cut-comment (line) + (let ((ex #\Space)) + (dotimes (i (length line)) + (let ((ch (char line i))) + (when (and (char= #\; ch) + (char/= #\\ ex)) + (return-from cut-comment (subseq line 0 i))) + (setf ex ch)))) + line) + +(defun last-expression-indent (line) + (let* ((line* (string-right-trim " " (x:string-substitute " " "\\(" (x:string-substitute " " "\\)" (cut-comment line))))) + (open (position #\( line* :from-end t)) + (space (when open (position #\Space line* :start open))) + (one (and open (not space) (not (x:ends-with ")" line*))))) + (if one + (1+ open) + (or (position #\Space (if space line* line) :test 'char/= :start (or space 0)) + 0)))) + +(defun indentation (line) + (if (x:empty-string (string-trim " " line)) + 0 + (let ((pos-1 (position #\Space line :test 'char/=)) + (pos-x (last-expression-indent line))) + (if (char= #\; (char line pos-1)) + pos-1 + (let ((spaces (+ *current-depth* *current-keyword-indent*))) + (when (and (zerop spaces) + (not *extra-selections*) + pos-1) + (setf spaces (if (and (char= #\( (char line pos-1)) + (find (read* (subseq line (1+ pos-1))) + '(case ccase ecase defvar-ui defstruct let-it loop prog progn prog1 prog2 + typecase ctypecase etypecase unless when when-it when-it* while while-it))) + (+ pos-1 2) + pos-x))) + spaces))))) + +(defun no-string-parens (line) + (let ((ex #\Space) + in-string) + (dotimes (i (length line)) + (let ((ch (char line i))) + (case ch + (#\" + (unless (char= #\\ ex) + (setf in-string (not in-string)))) + ((#\( #\)) + (when in-string + (setf (char line i) #\Space)))) + (setf ex ch)))) + line) + +(defun editor-key-pressed (key-event) + (case (! "key" key-event) + ((#.|Qt.Key_Return| #.|Qt.Key_Enter|) + (if (or (and *file-popup* (qget *file-popup* "visible")) + (qget *symbol-popup* "visible")) + (insert-tab-completion) + (let* ((cursor (! "textCursor" *editor*)) + (curr (! "block" cursor)) + (spaces (indentation (! "text" curr)))) + (if (zerop spaces) + (qcall-default) + (qlater (lambda () + (! "insertText" cursor (format nil "~%~A" (make-string spaces))) + (! "ensureCursorVisible" *editor*))))))) + (#.|Qt.Key_Tab| + (if (zerop (! "modifiers" key-event)) + (update-tab-completer nil :show) + ;; auto indent paragraph: current line -> next empty line + (let ((cursor* (! "textCursor" *editor*))) + (! "movePosition" cursor* |QTextCursor.StartOfLine| |QTextCursor.MoveAnchor|) + (! "setTextCursor" *editor* cursor*) + (let ((orig* (! "textCursor" *editor*))) + (loop + (let ((spaces 0)) + (let ((cursor (! "textCursor" *editor*)) ; returns a copy + (orig (! "textCursor" *editor*))) ; (see above) + (unless (zerop (! "blockNumber" cursor)) + (! "movePosition" cursor |QTextCursor.PreviousBlock| |QTextCursor.MoveAnchor|) + (! "setTextCursor" *editor* cursor) + (let ((curr (! "block" cursor))) + (let ((line (no-string-parens (! "text" curr)))) + (unless (or (x:empty-string line) + (char= #\; (find #\Space line :test 'char/=))) + ;; apply right paren matcher (for indent info) + (do* ((i (1- (length line)) (1- i)) + (ch (char line i) (char line i))) + ((zerop i)) + (when (char= #\) ch) + (show-matching-parenthesis cursor (subseq line 0 (1+ i)) :right) + (when *extra-selections* + (return))))) + (setf spaces (indentation line))))) + (! "setTextCursor" *editor* orig) + ;; select current indent spaces (to be substituted) + (let* ((curr (! "block" orig)) + (line (! "text" curr)) + (pos (position #\Space line :test 'char/=))) + (when (x:empty-string (string-trim " " line)) + (return)) ; exit 1 + (when (not (zerop pos)) + (x:do-with (! "movePosition" orig) + (|QTextCursor.StartOfLine| |QTextCursor.MoveAnchor|) + (|QTextCursor.NextCharacter| |QTextCursor.KeepAnchor| pos)))) + (unless (zerop spaces) + (! "insertText" orig (make-string spaces))))) + (unless (! "movePosition" cursor* |QTextCursor.NextBlock| |QTextCursor.MoveAnchor|) + (return)) ; exit 2 + (! "setTextCursor" *editor* cursor*)) + (x:do-with *editor* + ("setTextCursor" orig*) + ("ensureCursorVisible")))))) + (t + (update-tab-completer key-event) + (qcall-default)))) + +;;; paren highlighting + +(defun code-parens-only (code &optional right) + "Substitute all non code related parenthesis with a space character." + (let ((ex #\Space) + (len (length code)) + comment in-string) + (dotimes (i len) + (let* ((i* (if right (- len i 1) i)) + (ch (char code i*))) + (cond ((char= #\\ ex) + (when (find ch "();\"") + (setf (char code i*) #\Space))) + ((and (not in-string) (char= #\; ch)) + (setf comment t)) + ((char= #\Newline ch) + (setf comment nil)) + ((char= #\" ch) + (setf in-string (not in-string))) + ((or comment in-string) + (when (find ch "()") + (setf (char code i*) #\Space)))) + (setf ex ch)))) + code) + +(defun paren-match-index (code &optional (n 0)) + (dotimes (i (length code)) + (let ((ch (char code i))) + (case ch + (#\( (incf n)) + (#\) (decf n)))) + (when (zerop n) + (return-from paren-match-index i)))) + +(defun code-region (text-cursor curr-line &optional right) + (let ((max (! "blockCount" (document)))) + (with-output-to-string (s) + (write-line (if right (nreverse curr-line) curr-line) s) + (do* ((n (! "blockNumber" text-cursor) (+ n (if right -1 1))) + (text-block (! (if right "previous" "next") (! "block" text-cursor)) + (! (if right "previous" "next") text-block )) + (text (! "text" text-block) (! "text" text-block))) + ((or (if right (zerop n) (= n max)) + (x:empty-string (string-trim '(" ") text)))) + (write-line (if right (nreverse text) text) s))))) + +(defun left-right-paren (right text-cursor curr-line &optional pos) + (let ((match-index (unless right (paren-match-index (code-parens-only (copy-seq curr-line)))))) + (if match-index + (values 0 (+ (or pos 0) match-index)) + (progn + (setf code (code-parens-only (code-region text-cursor curr-line right) right)) + (x:when-it (paren-match-index code) + (let ((pos (1- (if right + (- (position #\Newline code :start x:it) x:it) + (- x:it (position #\Newline code :end x:it :from-end t)))))) + (when right + (update-indentations code x:it pos)) + (values (count #\Newline code :end x:it) pos))))))) + +(defun left-paren (text-cursor curr-line pos) + (left-right-paren nil text-cursor curr-line pos)) + +(defun right-paren (text-cursor curr-line) + (unless (x:ends-with "\\)" curr-line) + (left-right-paren :right text-cursor curr-line))) + +(defun update-indentations (code indent pos) + (flet ((pos-newline (start) + (when start + (or (position #\Newline code :start start) (length code))))) + (let* ((pos-keyword (paren-match-index code -1)) + (pos-local (paren-match-index code -3)) + (keyword-indent (x:when-it (pos-newline pos-keyword) (- x:it pos-keyword 1))) + (auto-indent (auto-indent-spaces (read* (reverse (subseq code 0 pos-keyword))))) + (in-local (find (read* (reverse (subseq code 0 pos-local))) '(flet labels macrolet))) + (local-indent (x:when-it (and in-local (pos-newline pos-local)) (- x:it pos-local 1)))) + (setf *current-depth* (or local-indent (if auto-indent (or keyword-indent pos) pos)) + *current-keyword-indent* (if local-indent + (+ 5 (length (symbol-name in-local))) + (or auto-indent 0)))))) + +(let ((color (qnew "QBrush(QColor)" "#FFFF40")) + (color-region (qnew "QBrush(QColor)" "#FFD0D0")) + pos-open pos-close) + (defun show-matching-parenthesis (text-cursor line type &optional pos) + (multiple-value-bind (move-lines move-characters) + (if (eql :left type) + (left-paren text-cursor line pos) + (right-paren text-cursor line)) + (when move-lines + (qlet ((format "QTextCharFormat")) + (let ((cursor1 (! "textCursor" *current-editor*)) + (cursor2 (! "textCursor" *current-editor*))) + (! "setBackground" format (if *error-region* color-region color)) + (! "movePosition" cursor1 (if (eql :left type) + |QTextCursor.NextCharacter| + |QTextCursor.PreviousCharacter|) + |QTextCursor.KeepAnchor|) + (if (zerop move-lines) + (! "movePosition" cursor2 + |QTextCursor.StartOfLine| + (if *error-region* |QTextCursor.KeepAnchor| |QTextCursor.MoveAnchor|)) + (! "movePosition" cursor2 + (if (eql :left type) |QTextCursor.NextBlock| |QTextCursor.PreviousBlock|) + (if *error-region* |QTextCursor.KeepAnchor| |QTextCursor.MoveAnchor|) + move-lines)) + (unless (zerop move-characters) + (! "movePosition" cursor2 + |QTextCursor.NextCharacter| + (if *error-region* |QTextCursor.KeepAnchor| |QTextCursor.MoveAnchor|) + move-characters)) + (unless *error-region* + (! "movePosition" cursor2 |QTextCursor.NextCharacter| |QTextCursor.KeepAnchor|)) + (! "setExtraSelections" *current-editor* (list (list cursor1 format) + (list cursor2 format))) + (when (qeql *editor* *current-editor*) + (let ((p1 (! "position" cursor1)) + (p2 (! "position" cursor2))) + (setf pos-open (1- (min p1 p2)) + pos-close (max p1 p2)) + (when (= p1 pos-close) + (incf pos-close)))) + (setf *extra-selections* t)))))) + (defun highlighted-parenthesis-text () + (setf *latest-eval-position* pos-open) + (subseq (qget *editor* "plainText") pos-open pos-close)) + (defun copy/cut-highlighted-region (type) + (when (and pos-open pos-close) + (let ((cursor (! "textCursor" *editor*)) + (copy (eql :copy type))) + (x:do-with cursor + ("setPosition" pos-open) + ("setPosition" pos-close |QTextCursor.KeepAnchor|)) + (! "setTextCursor" *editor* cursor) + (when copy + (dotimes (n #+darwin 25 #-darwin 1) ; hack + (! "repaint" *editor*) + (qprocess-events)) + (sleep 0.2)) + (! (if copy "copy" "cut") *editor*) + (setf cursor (! "textCursor" *editor*)) + (! "setPosition" cursor pos-open) + (! "setTextCursor" *editor* cursor) + (qsingle-shot 100 (lambda () (! "setFocus" *editor*))))))) ; hack + +(defun mark-error-region (file-pos) + (when (string= *file-name* (file-namestring (car file-pos))) + (let* ((text (qget *editor* "plainText")) + (end (nth-value 1 (read* text (cdr file-pos)))) + (*keep-extra-selections* t) + (text-cursor (! "textCursor" *editor*))) + (! "moveCursor" *editor* |QTextCursor.Start|) + (setf *error-region* t) + (! "setPosition" text-cursor end) + (x:do-with *editor* + ("setTextCursor" text-cursor) + ("ensureCursorVisible"))))) + +;;; external lisp process + +(defun run-on-server (str &optional restart) + (flet ((path-to-server (name) + (x:when-it (probe-file (in-home "examples/9-simple-lisp-editor/" name)) + (namestring x:it)))) + (qprocess-events) + (or (local-client:request str) + (when (or restart + (= |QMessageBox.Yes| + (qlet ((msg "QMessageBox")) + (x:do-with msg + ("setText" (tr "

The local-server seems not running.

Start it now?

")) + ("setStandardButtons" (logior |QMessageBox.Yes| |QMessageBox.No|)) + ("setDefaultButton(QMessageBox::StandardButton)" |QMessageBox.No|) + ("exec"))))) + (! "startDetached" "QProcess" "eql" (list "-norc" (or (path-to-server "eql-local-server.fas") + (path-to-server "local-server.lisp")))) + ;; wait max. 15 seconds + (dotimes (i 150) + (qprocess-events) + (when (local-client:request str) + (return-from run-on-server t)) + (sleep 0.1)) + nil)))) + +(defun restart-server () + (run-on-server "(eql:qq)" :restart) + (qprocess-events) + (sleep 1) + (run-on-server ":reset" :restart)) + +(defun save-and-run () + (file-save) + (run-on-server (format nil "(load ~S)" *file-name*))) + +(defun eval-region () + (run-on-server (highlighted-parenthesis-text))) + +(defun repeat-eval () + (when *latest-eval-position* + (let ((text (qget *current-editor* "plainText"))) + (when (< *latest-eval-position* (length text)) + (let ((text* (subseq text *latest-eval-position*))) + (x:when-it (end-position text*) + (run-on-server (subseq text* 0 x:it)) + (return-from repeat-eval)))))) + (qmsg (tr "No valid latest region found."))) + +(defun data-from-server (type str) + (case type + ((:expression :output :values :trace :error) + (when (find type '(:trace :error)) + ;; fresh line + (let ((nl (string #\Newline))) + (unless (x:starts-with nl str) + (let ((cur (! "textCursor" *output*))) + (unless (zerop (! "columnNumber" cur)) + (! "insertPlainText" *output* nl)))))) + (x:do-with *output* + ("moveCursor" |QTextCursor.End|) + ("setTextColor" (case type + (:output "saddlebrown") + (:values "blue") + (:trace "darkmagenta") + (:error "red") + (t "black"))) + ("insertPlainText" (if (eql :values type) + (x:string-substitute (string #\Newline) "#||#" str) + str))) + (let ((vs (! "verticalScrollBar" *output*))) + (qset vs "value" (! "maximum" vs)))) + (:file-position + (mark-error-region (read-from-string str))) + (:activate-editor + (x:do-with *main* "activateWindow" "raise")) + (:widget-selected + (widget-selected str)))) + +;;; command line + +(defun command () + (let ((text (string-trim '(#\Newline) (qget *command* "plainText")))) + (when (run-on-server text) + (history-add text)) + (! "clear" *command*))) + +(defun saved-history () + (let ((ex "") + history) + (when (probe-file +history-file+) + (with-open-file (s +history-file+ :direction :input) + (x:while-it (read-line s nil nil) + (unless (string= ex x:it) + (push (setf ex x:it) history)))) + (setf history (nthcdr (max 0 (- (length history) +max-history+)) (reverse history))) + (ignore-errors (delete-file +history-file+)) + (with-open-file (s +history-file+ :direction :output + :if-does-not-exist :create) + (dolist (cmd history) + (write-line cmd s))) + (reverse history)))) + +(let ((up (saved-history)) + (out (open +history-file+ :direction :output + :if-exists :append :if-does-not-exist :create)) + down) + (defun command-key-pressed (key-event) + (x:if-it (case (! "key" key-event) + (#.|Qt.Key_Up| + (x:when-it (pop up) + (push x:it down))) + (#.|Qt.Key_Down| + (x:when-it (pop down) + (push x:it up))) + (#.|Qt.Key_Tab| + (update-tab-completer nil :show) + (return-from command-key-pressed)) + ((#.|Qt.Key_Return| #.|Qt.Key_Enter|) + (if (or (and *file-popup* (qget *file-popup* "visible")) + (qget *symbol-popup* "visible")) + (progn + (insert-tab-completion) + (return-from command-key-pressed)) + (command)))) + (qset *command* "plainText" (first x:it)) + (update-tab-completer key-event)) + (qcall-default)) + (defun history-add (cmd) + (when (or (not up) + (and up (string/= cmd (first up)))) + (push cmd up) + (princ cmd out) + (terpri out) + (when (and down (string= cmd (first down))) + (pop down)))) + (defun history () + (append (reverse up) down))) + +;;; symbol completer + +(defun all-symbols (package-name) + (let ((unique (make-hash-table)) + all) + (dolist (pkg (list package-name :keyword)) + (let ((*package* (find-package pkg))) + (do-symbols (sym) + (unless (gethash sym unique) + (setf (gethash sym unique) t) + (let ((name (symbol-name sym))) + (unless (char= #\% (char name 0)) ; exclude internally used symbols + (push (if (and (x:starts-with "Q" name) + (find #\. name)) + (write-to-string sym) ; preserve case (for Qt enums) + (write-to-string sym :case :downcase)) + all))))))) + (sort all 'string<))) + +(defun function-lambda-list* (name) + (let* ((symbol (intern (string-upcase name))) + (args (or (get symbol :function-lambda-list) + (and (ignore-errors (symbol-function symbol)) + (ignore-errors (ext:function-lambda-list symbol)))))) + (if args + (let ((*package* (find-package (if (x:starts-with "q" name) :eql :sys)))) ; no package prefix with FORMAT ~S + (format nil "~A ~(~S~)" name args)) + ""))) + +(let (name*) + (defun update-completer-symbols (&optional (package-name :eql)) + (when (string/= package-name name*) + (setf name* package-name) + (! "setStringList" *symbol-model* (all-symbols package-name))))) + +(defun in-string-p (line) + (let ((ex #\Space) + in-string) + (x:do-string (ch line) + (when (and (char= #\" ch) + (char/= #\\ ex)) + (setf in-string (not in-string))) + (setf ex ch)) + in-string)) + +(let (prefix current completer file*) + (defun update-tab-completer (key-event &optional show) + (when (and (or (not key-event) + (not (= |Qt.Key_Escape| (! "key" key-event)))) + (or show + (and *file-popup* (qget *file-popup* "visible")) + (qget *symbol-popup* "visible"))) + (let* ((cursor (! "textCursor" *current-editor*)) + (text (x:cc (text-until-cursor cursor) + (if show "" (! "text" key-event)))) + (file (in-string-p text)) + (start (cond (file + (1+ (position #\" text :from-end t))) + ((x:empty-string text) + 0) + ((x:ends-with " " text) + (length text)) + (t + (let ((p1 (position-if (lambda (ch) (find ch ":*|")) text :from-end t)) + (p2 (position-if (lambda (ch) (find ch " '(")) text :from-end t))) + (unless (or p1 p2) + (return-from update-tab-completer)) + (when (and p1 + (plusp p1) + (char= #\: (char text p1)) + (char/= #\Space (char text (1- p1)))) + (incf p1)) + (if (and p1 p2) + (max p1 (1+ p2)) + (or p1 (1+ p2)))))))) + (setf completer (if file (new-file-completer) *symbol-completer*)) + (when show + (unless (qeql *current-editor* (! "widget" completer)) + (! "setWidget" completer *current-editor*))) + (! "setCompletionPrefix" completer (setf prefix (subseq text start))) + (when file + (! "setRootPath" *file-model* prefix)) + (update-tab-completer-2 file)))) + (defun update-tab-completer-2 (&optional file) ; see "directoryLoaded(QString)" from file-model + (! "complete" completer) + (let ((popup (if file *file-popup* *symbol-popup*))) + (! "resize" popup (list (! "width" *current-editor*) + (+ (* 2 (! "frameWidth" popup)) + (* (min (! "maxVisibleItems" completer) + (! "completionCount" completer)) + (! "sizeHintForRow" popup 0))))) + (dotimes (n 10) ; hack (pathname completer) + (qprocess-events)) + (! "setCurrentIndex" popup (! "indexAt" popup '(0 0))))) + (defun item-highlighted (name &optional file) + (setf current name + file* file)) + (defun insert-tab-completion () + (when (and current + (not (x:empty-string current))) + (let ((txt (subseq current (length prefix)))) + (when file* + (let* ((line (x:cc (text-until-cursor) txt)) + (path (subseq line (1+ (position #\" line :from-end t))))) + (qlet ((info "QFileInfo(QString)" path)) + (when (! "isDir" info) + (setf txt (x:cc txt "/")))))) + (! "insertPlainText" *current-editor* txt))) + (unless file* + (show-status-message (function-lambda-list* current) :html)) + (close-tab-popups)) + (defun close-tab-popups () + (! "hide" *symbol-popup*) + (delete-file-completer) + (setf current nil) + (qlater (lambda () (! "setFocus" *current-editor*))))) + +(defun insert-file () + (let ((file (! "getOpenFileName" "QFileDialog"))) + (unless (x:empty-string file) + (! "insertText" (! "textCursor" *editor*) (read-file file :do-not-set))))) + +;;; file completer + +(defun new-file-completer () + (or *file-completer* + (prog1 + (setf *file-completer* (qnew "QCompleter" "maxVisibleItems" 10)) + (setf *file-model* (qnew "QFileSystemModel")) + (setf *file-popup* (! "popup" *file-completer*)) + (! "setWidget" *file-completer* *command*) + (! "setModel" *file-completer* *file-model*) + (qconnect *file-completer* "highlighted(QString)" (lambda (str) (item-highlighted str :file))) + (qconnect *file-model* "directoryLoaded(QString)" (lambda (arg) (update-tab-completer-2 :file)))))) + +(defun delete-file-completer () + (when *file-completer* + (qdisconnect *file-completer*) + (qdisconnect *file-model*) + (qdel *file-completer* :later) + (qdel *file-model* :later) + (setf *file-completer* nil + *file-popup* nil))) + +;;; find, replace + +(defun find-text () + (unless (! "find" *editor* (! "text" *find*)) + (! "setFocus" *find*) + (! "moveCursor" *editor* |QTextCursor.Start|))) + +(defun replace-text () + (! "insertText" (! "textCursor" *editor*) (! "text" *replace*)) + (find-text)) + +;;; select + +(defun widget-selected (str) + (qset *sel-label* "text" str) + (run-on-server "qsel:*q*")) + +;;; debugger hook + +(defun set-debugger-hook () + (setf *debugger-hook* (lambda (&rest args) + (when (= |QMessageBox.Save| + (! "critical" "QMessageBox" nil "EQL" + (tr "

Internal editor error, sorry.

Save changes?

") + (logior |QMessageBox.Save| |QMessageBox.Discard|))) + (file-save)) + ;; hide current popup to prevent possible freezing of mouse click events + (dolist (w (! "topLevelWidgets" "QApplication")) + (unless (qeql *main* w) + (! "hide" w)))))) + +;;; start + +(defun start () + (ini) + (let* ((args (remove-if (lambda (arg) (x:starts-with "-" arg)) + (! "arguments" "QApplication"))) + (last-arg (first (last args)))) + (file-open (if (and (> (length args) 2) + (x:ends-with ".lisp" last-arg)) + last-arg + (progn + (open "my.lisp" :if-does-not-exist :create) + "my.lisp")))) + (let ((ini ".ini-eql-editor.lisp")) + (when (probe-file ini) + (load ini)))) + +;;; profile + +#| +(require :profile) + +(progn + (use-package :profile) + (profile:profile + all-symbols + update-completer-symbols + highlight-block + left-paren + right-paren + read*)) +|# + +(start) diff --git a/examples/9-simple-lisp-editor/exe/README.txt b/examples/9-simple-lisp-editor/exe/README.txt new file mode 100644 index 0000000..2058235 --- /dev/null +++ b/examples/9-simple-lisp-editor/exe/README.txt @@ -0,0 +1,23 @@ +BUILD +===== + + eql5 make + qmake + make + + +QUIT +==== + +See menu of "Q" system tray icon. + + +NOTES +===== + +If you don't want console output, pass command line option "-silent" +(or set "local-server::*silent*" to T). + +Additionally, comment this line in "local_server.pro" (Windows): +# CONFIG += console + diff --git a/examples/9-simple-lisp-editor/exe/local_server.pro b/examples/9-simple-lisp-editor/exe/local_server.pro new file mode 100644 index 0000000..dab984b --- /dev/null +++ b/examples/9-simple-lisp-editor/exe/local_server.pro @@ -0,0 +1,13 @@ +TEMPLATE = app +CONFIG += no_keywords release +CONFIG += console +INCLUDEPATH += ../../../src +LIBS += -lecl -L. -leql-local-server -L../../.. -leql5 +TARGET = eql_local_server +DESTDIR = ./ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(../../../src/windows.pri) + +SOURCES += main.cpp diff --git a/examples/9-simple-lisp-editor/exe/main.cpp b/examples/9-simple-lisp-editor/exe/main.cpp new file mode 100644 index 0000000..0d4733d --- /dev/null +++ b/examples/9-simple-lisp-editor/exe/main.cpp @@ -0,0 +1,27 @@ +#include +#include +#include +#include "eql.h" + +extern "C" void ini_app(cl_object); + +int catch_all_qexec() { + int ret = 0; + CL_CATCH_ALL_BEGIN(ecl_process_env()) { + ret = QCoreApplication::exec(); } + CL_CATCH_ALL_END; + return ret; } + +int main(int argc, char** argv) { + + EQL::ini(argv); + + QCoreApplication qapp(argc, argv); + + QTextCodec* utf8 = QTextCodec::codecForName("UTF-8"); + QTextCodec::setCodecForLocale(utf8); + + EQL eql; + eql.exec(ini_app); + + return catch_all_qexec(); } diff --git a/examples/9-simple-lisp-editor/exe/make.lisp b/examples/9-simple-lisp-editor/exe/make.lisp new file mode 100644 index 0000000..8d2cf93 --- /dev/null +++ b/examples/9-simple-lisp-editor/exe/make.lisp @@ -0,0 +1,30 @@ +#-eql5 +(error "Please use the EQL5 executable") + +(require :cmp) + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *lisp-files* '("input-hook" + "top-level" + "query-dialog" + "debug-dialog" + "settings" + "local-server")) + +(dolist (f *lisp-files*) + (let ((file (format nil "../~A.lisp" f))) + (load file) + (compile-file file :system-p t))) + +(c:build-static-library "eql-local-server" + :lisp-files (mapcar (lambda (file) + (format nil "../~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_app") + +(dolist (file *lisp-files*) + (delete-file (format nil "../~A.~A" file #+msvc "obj" #-msvc "o"))) + +(eql:qq) diff --git a/examples/9-simple-lisp-editor/input-hook.lisp b/examples/9-simple-lisp-editor/input-hook.lisp new file mode 100644 index 0000000..7f48ca7 --- /dev/null +++ b/examples/9-simple-lisp-editor/input-hook.lisp @@ -0,0 +1,59 @@ +;;; idea & most code from "ecl-readline.lisp" + +(defpackage input-hook + (:use :common-lisp) + (:export + #:new)) + +(provide :input-hook) + +(in-package :input-hook) + +(defvar *functions* nil) + +(defun new (function) + (let ((stream (make-instance 'gray::input-hook-stream))) + (push (cons stream function) *functions*) + stream)) + +(in-package :gray) + +(defclass input-hook-stream (fundamental-character-input-stream) + ((in-buffer :initform (make-string 0)) + (in-index :initform 0) + (out-buffer :initform (make-array 0 :element-type 'character :adjustable t :fill-pointer t)))) + +(defmethod stream-read-char ((stream input-hook-stream)) + (if (ensure-stream-data stream) + (with-slots (in-buffer in-index) stream + (let ((ch (char in-buffer in-index))) + (incf in-index) + ch)) + :eof)) + +(defmethod stream-unread-char ((stream input-hook-stream) character) + (with-slots (in-index) stream + (when (> in-index 0) + (decf in-index)))) + +(defmethod stream-listen ((stream input-hook-stream)) + nil) + +(defmethod stream-clear-input ((stream input-hook-stream)) + nil) + +(defmethod stream-close ((stream input-hook-stream) &key abort) + (call-next-method)) + +(defmethod stream-peek-char ((stream input-hook-stream)) + (if (ensure-stream-data stream) + (with-slots (in-buffer in-index) stream + (char in-buffer in-index)) + :eof)) + +(defun ensure-stream-data (stream) + (with-slots (in-buffer in-index) stream + (when (= in-index (length in-buffer)) + (setf in-buffer (funcall (cdr (assoc stream input-hook::*functions*))) + in-index 0)) + in-buffer)) diff --git a/examples/9-simple-lisp-editor/local-client.lisp b/examples/9-simple-lisp-editor/local-client.lisp new file mode 100644 index 0000000..c7c69cc --- /dev/null +++ b/examples/9-simple-lisp-editor/local-client.lisp @@ -0,0 +1,61 @@ +;;; copyright (c) Polos Ruetz + +(unless (eql:qrequire :network) + (error "[EQL] module :network required") + (eql:qq)) + +(defpackage :local-client + (:use :common-lisp :eql) + (:export + #:*function* + #:*server-name* + #:ini + #:request)) + +(provide :local-client) + +(in-package :local-client) + +(defvar *function* nil) +(defvar *socket* (qnew "QLocalSocket")) +(defvar *server-name* "EQL:local-server") + +(defun ini (&optional fun) + (setf *function* fun) + (qconnect *socket* "readyRead()" 'read-data)) + +(let (size bytes-read type data) + (defun reset-data () + (setf size nil + data nil)) + (defun read-data () + (when *function* + (let ((all (! "readAll" *socket*))) + ;; data may arrive splitted in more blocks + (if size + (when (< bytes-read size) + (push all data) + (incf bytes-read (length all))) + (let* ((spc (char-code #\Space)) + (head (x:bytes-to-string (subseq all 0 (1+ (position spc all :start (1+ (position spc all))))))) + end) + (multiple-value-setq (size end) + (read-from-string head)) + (multiple-value-setq (type end) + (read-from-string head nil nil :start end)) + (push (subseq all end) data) + (setf bytes-read (length (first data))))) + (when (= size bytes-read) + (funcall *function* type (qfrom-utf8 (apply 'concatenate 'vector (nreverse data)))) + (reset-data)))))) + +(defun request (str) + (reset-data) + (x:do-with *socket* + ("abort") + ("connectToServer" *server-name*) + ("waitForConnected")) + (when (! "isWritable" *socket*) + (let ((utf8 (qutf8 str))) + (! "write(QByteArray)" *socket* (x:string-to-bytes (format nil "~D ~A" (length utf8) utf8)))) + t)) diff --git a/examples/9-simple-lisp-editor/local-server.lisp b/examples/9-simple-lisp-editor/local-server.lisp new file mode 100644 index 0000000..f8f898f --- /dev/null +++ b/examples/9-simple-lisp-editor/local-server.lisp @@ -0,0 +1,328 @@ +;;; copyright (c) Polos Ruetz + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(unless (eql:qrequire :network) + (error "[EQL] module :network required") + (eql:qq)) + +(require :input-hook (probe-file "input-hook.lisp")) +(require :top-level (probe-file "top-level.lisp")) +(require :query-dialog (probe-file "query-dialog.lisp")) +(require :debug-dialog (probe-file "debug-dialog.lisp")) +(require :settings (probe-file "settings.lisp")) + +(defpackage :local-server + (:use :common-lisp :eql) + (:export + #:+ + #:++ + #:+++ + #:* + #:** + #:*** + #:/ + #:// + #:/// + #:*function* + #:*prompt* + #:ini + #:clear + #:output + #:send-to-client)) + +(provide :local-server) + +(in-package :local-server) + +(defvar *function* 'feed-top-level) +(defvar *server* (qnew "QLocalServer")) +(defvar *client* nil) +(defvar *prompt* t) +(defvar *standard-output-buffer* (make-string-output-stream)) +(defvar *trace-output-buffer* (make-string-output-stream)) +(defvar *error-output-buffer* (make-string-output-stream)) +(defvar *terminal-out-buffer* (make-string-output-stream)) +(defvar *gui-debug-io* nil) +(defvar *sharp-q* nil) ; see "CL_EQL/" +(defvar *silent* (find "-silent" (! "arguments" "QApplication") :test 'string=)) + +;; REPL variables +(defvar + nil) +(defvar ++ nil) +(defvar +++ nil) +(defvar * nil) +(defvar ** nil) +(defvar *** nil) +(defvar / nil) +(defvar // nil) +(defvar /// nil) + +(defun ini (&optional (name "EQL:local-server")) + (! "removeServer" "QLocalServer" name) + (if (! "listen" *server* name) + (progn + (ini-streams) + (set-debugger-hook) + (setf si::*tpl-print-current-hook* 'send-file-position) + (qset (qapp) "quitOnLastWindowClosed" nil) + (qconnect *server* "newConnection()" 'new-client-connection) + (multiple-value-bind (eql-version qt-version) + (qversion) + (format t "~%EQL local-server (EQL ~A, ECL ~A, Qt ~A)~@ + Use local-client to send input.~%" + eql-version (lisp-implementation-version) qt-version)) + (ini-system-tray) + t) + (progn + (! "critical" "QMessageBox" nil (tr "EQL local-server") + (format nil (tr "Unable to start the server: ~A.") (! "errorString" *server*))) + nil))) + +(defun ini-streams () + (if *silent* + (setf *standard-output* *standard-output-buffer* + *trace-output* *trace-output-buffer* + *error-output* *error-output-buffer*) + (setf *standard-output* (make-broadcast-stream *standard-output* + *standard-output-buffer*) + *trace-output* (make-broadcast-stream *trace-output* + *trace-output-buffer*) + *error-output* (make-broadcast-stream *error-output* + *error-output-buffer*))) + (setf *terminal-io* (make-two-way-stream (two-way-stream-input-stream *terminal-io*) + (if *silent* + *terminal-out-buffer* + (make-broadcast-stream (two-way-stream-output-stream *terminal-io*) + *terminal-out-buffer*))) + *query-io* (make-two-way-stream (input-hook:new 'handle-query-io) + (two-way-stream-output-stream *terminal-io*)) + *gui-debug-io* (make-two-way-stream (input-hook:new 'handle-debug-io) + (two-way-stream-output-stream *terminal-io*)))) + +(defun file-data (file) + "To use together with '#.' reader macro, for embedding data in compiled files." + (with-open-file (s file :direction :input :element-type '(signed-byte 8)) + (let ((data (make-array (file-length s) :element-type '(signed-byte 8)))) + (read-sequence data s) + data))) + +(defun ini-system-tray () + (let* ((tray (qnew "QSystemTrayIcon(QIcon)" + (qnew "QIcon(QPixmap)" + (x:let-it (qnew "QPixmap") + (! "loadFromData" x:it + ;; embed data + #.(file-data (in-home "examples/9-simple-lisp-editor/data/local_server.png")) + "PNG"))))) + (menu (qnew "QMenu")) + (quit (qnew "QAction(QObject*)" menu + "text" (tr "Quit EQL server")))) + (! "addAction(QAction*)" menu quit) + (qconnect quit "triggered()" (lambda () (qdel tray) (qquit))) + (x:do-with tray + ("setContextMenu" menu) + ("show")))) + +(let (size bytes-read data) + (defun reset (&optional data-only) + (unless data-only + (when (and *client* (not (qnull *client*))) + (qdisconnect *client*) + (qdel *client*))) + (setf size nil + data nil)) + (defun new-client-connection () + (reset) + (setf *client* (! "nextPendingConnection" *server*)) + (qconnect *client* "readyRead()" 'read-from-client) + (qconnect *client* "disconnected()" (lambda () (qdel *client* :later)))) + (defun read-from-client () + (when *function* + (restart-all-timers) ; see (stop-all-timers) + (let ((all (! "readAll" *client*))) + ;; data may arrive splitted in more blocks + (if size + (when (< bytes-read size) + (push all data) + (incf bytes-read (length all))) + (let ((head (x:bytes-to-string (subseq all 0 (1+ (position (char-code #\Space) all))))) + end) + (multiple-value-setq (size end) + (read-from-string head)) + (let ((data* (subseq all end))) + (setf bytes-read (length data*)) + (if (and (= #.(char-code #\#) (svref data* 0)) + (= #.(char-code #\q) (svref data* 1))) + (setf *sharp-q* t + *print-pretty* nil ; for "CL_EQL/" return values + eql:*break-on-errors* t + data* (subseq data* 2)) + (setf *sharp-q* nil)) + (push data* data)))) + (when (= size bytes-read) + (funcall *function* (qfrom-utf8 (apply 'concatenate 'vector (nreverse data)))) + (reset :data-only)))))) + +(defun current-package-name () + (if (eql (find-package :cl-user) *package*) + "CL-USER" + (car (sort (list* (package-name *package*) (package-nicknames *package*)) + (lambda (x y) (< (length x) (length y))))))) + +(let ((n 0)) + (defun feed-top-level (str) + (unless (x:empty-string str) + (if *prompt* + (let ((pkg (if (zerop n) "EQL-USER" (current-package-name))) + (counter (princ-to-string (incf n)))) + (format t "~%~A [~A] ~A~%~A" + pkg + counter + (make-string (- 50 (length counter) (length pkg)) :initial-element #\-) + str)) + (format t "~%~A~%~%~A" #.(make-string 50 :initial-element #\_) str)) + (setf si::*read-string* str) + (start-top-level)))) + +(defun send-output (type var) + (let ((str (get-output-stream-string var))) + (unless (x:empty-string str) + (when (eql :output type) + ;; cut prompt + (x:when-it (position #\> str) + (setf str (subseq str (1+ x:it))))) + (send-to-client type str)))) + +(defun start-top-level () + (if *sharp-q* + (clear) + (send-output :expression *standard-output-buffer*)) + (setf *debug-io* *gui-debug-io*) + (clear-gui-debug-buffers) + (si::%top-level) + (unless *sharp-q* + (send-output :error *error-output-buffer*) + (send-output :trace *trace-output-buffer*) + (send-output :output *standard-output-buffer*)) + (send-to-client :values (format nil "~{#||#~S~}" si::*latest-values*))) ; "#||#": used as separator + +(defun clear-gui-debug-buffers () + (get-output-stream-string *error-output-buffer*) + (get-output-stream-string *terminal-out-buffer*)) + +(defun clear () + "To use from a client to clear the output buffer. See also function OUTPUT." + (get-output-stream-string *standard-output-buffer*)) + +(defun output () + "To use from a client to get the current buffer string immediately (e.g. inside a loop). See also function CLEAR." + (send-to-client :output (get-output-stream-string *standard-output-buffer*))) + +(defun send-file-position (file pos) + (send-to-client :file-position (format nil "(~S . ~D)" file pos))) + +(defun send-to-client (type &optional (str "")) + (flet ((pause () + (qprocess-events) + (sleep 0.05))) + (when (and *client* + (not (qnull *client*))) + (x:while (not (zerop (! "bytesToWrite" *client*))) + (pause)) + (if (! "isWritable" *client*) + (let ((utf8 (qutf8 str))) + (! "write(QByteArray)" *client* (x:string-to-bytes (format nil "~D ~S ~A" (length utf8) type utf8))) + (pause)) + (! "critical" "QMessageBox" nil "EQL" (tr "Could not write to client.")))))) + +(defun handle-query-io () + (let ((txt (query-dialog:get-text (get-output-stream-string *terminal-out-buffer*)))) + (unless *sharp-q* + (send-to-client :activate-editor)) + (send-to-client :values txt) + (format nil "~A~%" txt))) + +(defun handle-debug-io () + (stop-all-timers) ; see (restart-all-timers) + (let ((cmd (debug-dialog:command (list (cons (get-output-stream-string *error-output-buffer*) "red") + (cons (get-output-stream-string *terminal-out-buffer*) "black")) + eql::*code-font*))) + (unless *sharp-q* + (send-to-client :activate-editor)) + (send-to-client :values "") + (format nil "~A~%" (if (x:empty-string cmd) ":r1" cmd)))) + +(defun set-debugger-hook () + (setf *debugger-hook* (lambda (cond x) + ;; allow terminal input after console interrupts + (when (eql 'si:interactive-interrupt (type-of cond)) + (setf *debug-io* *terminal-io*))))) + +(let (timers) + (defun stop-all-timers () + "Stop all timers (which need to have a parent) on errors, in order to avoid recursive debug loops. The timers will be restarted on next command from client." + (setf timers nil) + (dolist (w (cons (qapp) (! "allWidgets" "QApplication"))) + (dolist (o (! "children" w)) + (when (and (= #.(qid "QTimer") (qt-object-id o)) + (! "isActive" o)) + (! "stop" o) + (push o timers))))) + (defun restart-all-timers () + (dolist (timer timers) + (! "start" timer)) + (setf timers nil))) + +;;; extensions + +(defun widget-selected (widget) + (send-to-client :widget-selected (princ-to-string widget))) + +;;; see '?' in "CL_EQL/" + +(defvar *eval-socket* nil) + +(defun %ini-remote-eval () + (unless *eval-socket* + (setf *eval-socket* (qnew "QLocalSocket"))) + (when (= |QLocalSocket.UnconnectedState| (! "state" *eval-socket*)) + (x:do-with *eval-socket* + ("connectToServer" "EQL:eval-server") + ("waitForConnected")))) + +(defun %remote-eval (exp) + (%ini-remote-eval) + (when (! "isWritable" *eval-socket*) + (let ((utf8 (qutf8 (prin1-to-string exp)))) + (x:do-with *eval-socket* + ("write(QByteArray)" (x:string-to-bytes (format nil "~D ~A" (length utf8) utf8))) + ("waitForBytesWritten") + ("waitForReadyRead"))) + ;; data may arrive splitted in more blocks + (let* ((block-1 (! "readAll" *eval-socket*)) + (pos-space (position (char-code #\Space) block-1))) + (when pos-space + (let ((head (x:bytes-to-string (subseq block-1 0 (1+ pos-space)))) + data bytes-read) + (multiple-value-bind (size end) + (read-from-string head) + (push (subseq block-1 end) data) + (setf bytes-read (length (first data))) + (x:while (< bytes-read size) + (qprocess-events) + (! "waitForReadyRead" *eval-socket*) + (let ((block (! "readAll" *eval-socket*))) + (incf bytes-read (length block)) + (push block data))) + (unless (zerop size) + (values (read-from-string (qfrom-utf8 (apply 'concatenate 'vector (nreverse data)))))))))))) + +#| +(defun %log (str) + (with-open-file (out "/tmp/log.txt" :direction :output :if-does-not-exist :create :if-exists :append) + (format out "### ~A~%" (subseq str 0 (min (length str) 80))))) +|# + +(ini) diff --git a/examples/9-simple-lisp-editor/make-client.lisp b/examples/9-simple-lisp-editor/make-client.lisp new file mode 100644 index 0000000..04b723b --- /dev/null +++ b/examples/9-simple-lisp-editor/make-client.lisp @@ -0,0 +1,21 @@ +#-eql5 +(error "Please use the EQL5 executable") + +(require :cmp) + +(defparameter *lisp-files* '("local-client")) + +(dolist (f *lisp-files*) + (let ((file (format nil "~A.lisp" f))) + (load file) + (compile-file file :system-p t))) + +(c:build-fasl "eql-local-client" + :lisp-files (mapcar (lambda (file) + (format nil "~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*)) + +(dolist (file *lisp-files*) + (delete-file (format nil "~A.~A" file #+msvc "obj" #-msvc "o"))) + +(eql:qq) diff --git a/examples/9-simple-lisp-editor/make-editor.lisp b/examples/9-simple-lisp-editor/make-editor.lisp new file mode 100644 index 0000000..2f0f7e2 --- /dev/null +++ b/examples/9-simple-lisp-editor/make-editor.lisp @@ -0,0 +1,23 @@ +#-eql5 +(error "Please use the EQL5 executable") + +(require :cmp) + +(defparameter *lisp-files* '("local-client" + "settings" + "editor")) + +(dolist (f *lisp-files*) + (let ((file (format nil "~A.lisp" f))) + (load file) + (compile-file file :system-p t))) + +(c:build-fasl "eql-editor" + :lisp-files (mapcar (lambda (file) + (format nil "~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*)) + +(dolist (file *lisp-files*) + (delete-file (format nil "~A.~A" file #+msvc "obj" #-msvc "o"))) + +(eql:qq) diff --git a/examples/9-simple-lisp-editor/make-server.lisp b/examples/9-simple-lisp-editor/make-server.lisp new file mode 100644 index 0000000..5810945 --- /dev/null +++ b/examples/9-simple-lisp-editor/make-server.lisp @@ -0,0 +1,26 @@ +#-eql5 +(error "Please use the EQL5 executable") + +(require :cmp) + +(defparameter *lisp-files* '("input-hook" + "top-level" + "query-dialog" + "debug-dialog" + "settings" + "local-server")) + +(dolist (f *lisp-files*) + (let ((file (format nil "~A.lisp" f))) + (load file) + (compile-file file :system-p t))) + +(c:build-fasl "eql-local-server" + :lisp-files (mapcar (lambda (file) + (format nil "~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*)) + +(dolist (file *lisp-files*) + (delete-file (format nil "~A.~A" file #+msvc "obj" #-msvc "o"))) + +(eql:qq) diff --git a/examples/9-simple-lisp-editor/my.lisp b/examples/9-simple-lisp-editor/my.lisp new file mode 100644 index 0000000..39f06c5 --- /dev/null +++ b/examples/9-simple-lisp-editor/my.lisp @@ -0,0 +1,29 @@ +(in-package :eql-user) + +(defvar *window* (qnew "QDialog" + "windowTitle" "My Personal Analyst")) +(defvar *label* (qnew "QLabel" + "text" "Please enter your Top Secret (you will feel better)")) +(defvar *line-edit* (qnew "QLineEdit" + "echoMode" |QLineEdit.Password|)) +(defvar *layout* (qnew "QVBoxLayout(QWidget*)" *window*)) + +(defun start () + (x:do-with (qfun *layout* "addWidget") + *label* + *line-edit*) + (qconnect *line-edit* "returnPressed()" 'analyze) + (x:do-with *window* "show" "raise")) + +(defun analyze () + (qlet ((dlg "QProgressDialog" + "maximum" 20 + "labelText" "

Wow!

(updating WikiLeaks...)

")) + (x:do-with dlg "show" "raise") + (dotimes (n (qget dlg "maximum")) + (sleep 0.1) + (qset dlg "value" n) + (qprocess-events))) + (qfun *line-edit* "clear")) + +(start) diff --git a/examples/9-simple-lisp-editor/new.lisp b/examples/9-simple-lisp-editor/new.lisp new file mode 100644 index 0000000..4e2094e --- /dev/null +++ b/examples/9-simple-lisp-editor/new.lisp @@ -0,0 +1,6 @@ +(defpackage :my + (:use :common-lisp :eql) + (:export)) + +(in-package :my) + diff --git a/examples/9-simple-lisp-editor/query-dialog.lisp b/examples/9-simple-lisp-editor/query-dialog.lisp new file mode 100644 index 0000000..3ca664b --- /dev/null +++ b/examples/9-simple-lisp-editor/query-dialog.lisp @@ -0,0 +1,25 @@ +(defpackage :query-dialog + (:use :common-lisp :eql) + (:export + #:*default-text* + #:get-text)) + +(provide :query-dialog) + +(in-package :query-dialog) + +(defvar *default-text* "") + +(defun get-text (message) + (qlet ((dlg "QInputDialog(QWidget*,Qt::WindowFlags)" nil |Qt.WindowStaysOnTopHint|)) + (x:do-with dlg + ("setInputMode" |QInputDialog.TextInput|) + ("setWindowTitle" (tr "Query Dialog")) + ("setLabelText" message) + ("setTextValue" *default-text*) + ("resize" '(400 0))) + (qlater (lambda () (x:do-with dlg "activateWindow" "raise"))) + (if (= |QDialog.Accepted| (! "exec" dlg)) + (! "textValue" dlg) + ""))) + diff --git a/examples/9-simple-lisp-editor/send.lisp b/examples/9-simple-lisp-editor/send.lisp new file mode 100644 index 0000000..997db04 --- /dev/null +++ b/examples/9-simple-lisp-editor/send.lisp @@ -0,0 +1,76 @@ +;;; +;;; Send EQL code to "local-server": a trivial one-way use of EQL from any CL +;;; +;;; +;;; Run: (after building the executable in "send/") +;;; +;;; eql local-server.lisp +;;; ecl -load send.lisp / clisp -i send.lisp / sbcl --load send.lisp +;;; +;;; +;;; Examples: (note #!) +;;; +;;; #q (qmsg (package-name *package*)) +;;; +;;; #q (qmsg #!(package-name *package*)) +;;; +;;; (let ((a 1) +;;; (b 2)) +;;; #q (qmsg (list #!a #!b))) +;;; +;;; (defun msg (x) +;;; #q (qmsg #!x)) +;;; +;;; #q (load "../2-clock.lisp") +;;; #q (! "showMaximized" clock:*clock*) + +(set-dispatch-macro-character #\# #\q (lambda (stream c n) (%read-q stream))) + +(defmacro while-it (exp &body body) + `(do ((it)) + ((not (setf it ,exp))) + ,@body)) + +(defun %read-q (in) + (let ((string-q (with-output-to-string (out) + (let ((ex #\Space) + parens in-string) + (loop + (let ((ch (read-char in))) + (write-char ch out) + (unless (char= #\\ ex) + (if (char= #\" ch) + (setf in-string (not in-string)) + (unless in-string + (case ch + (#\( (if parens (incf parens) (setf parens 1))) + (#\) (decf parens))) + (when (and parens (zerop parens)) + (return))))) + (setf ex ch)))))) + list-q) + (while-it (search "#!" string-q) + (multiple-value-bind (exp end) + (read-from-string (subseq string-q (+ it 2))) + (unless (zerop it) + (push (subseq string-q 0 it) list-q)) + (push (list 'prin1-to-string exp) list-q) + (setf string-q (subseq string-q (+ it 2 end))))) + (push string-q list-q) + `(send-q (list ,@(reverse list-q))))) + +(defun send-q (data) + (#+ecl ext:run-program + #+clisp run-program + #+sbcl sb-ext:run-program + #+darwin "./send/send.app/Contents/MacOS/send" + #+(and unix (not darwin)) "./send/send" + #+win32 "send/send.exe" + #+clisp :arguments + (list (etypecase data + (string + data) + (list + (format nil "~{~A~^ ~}" (mapcar (lambda (x) (string-trim " " x)) data))))) + #+ecl :error #+ecl nil)) + diff --git a/examples/9-simple-lisp-editor/send/send b/examples/9-simple-lisp-editor/send/send new file mode 100755 index 0000000000000000000000000000000000000000..5224b00247d547388f2c10bb9149b79bebb823a6 GIT binary patch literal 20184 zcmb<-^>JfjWMqH=CI&kO5O0B!16T+`GBDh519QQI1A_$vCxZin0)s3A8v_FaD+2=q zOq~Oi1*3m}3}awmfYBUa6Brnn85kH?7#J8Vm>>ccOb`=bvbX@;fEhhs5gE0dGIKDypIu0l>GO)OCg2YT27#PgJrlJz&p!CGRz~JP1_08_b zlWKPMe&l<7`90sw!U&n-Rv&3p)u_CqEDQ`ns6t@g2?p%qQq0)JPcdN^PhrF^F3yHs z{2&hVi*cB<0*AfUIK*{v_}3GMy%$-ryE6xedJ`PtDLCA-0Y^B4@*}o*k;4&g`*4Jh zKMwJ39PVVpVZI)YaJYygJR=!kB?&k=!3i}S=D)(>&Kex{e#a4R$5|N|1mU(J82vcZ zf4~tA{5ae*1Bdt&9PZ4;VQ&+T^x%mjJU8GFH^kwdPdL;oM@9|3=9EaacPDLXyTK=;ls^PAOfjR zVCtWM#rYYQKW^qYsQHZZ|PJUi$NMce>Dnt&uj8|EF5LAnE zPGWI!YB586l%JtNpkq-{Vx>!BNur@aN@`+GPJVJ?Nvdl=aC~kqNQGsfPiAomNZvdp zv$!C?IMp@4FF4)=B;pED;OXy@T9%odYF?C@nBtg|<64F)ZdzWH2{O_286;>H=#rXLn(kr8VGcU6Qq{q-G&?i4RF()`bIXkt)(5yT$v&1dGC@3{Cr4mHALL7r#m2-Yx zUTShlY6?hIT4o+LwWi4sMIrgYsYPX}MMxeo3v|m#OfUBIvkZgXG7Nj^FaTktkh&IJ_QF7Bw0G=7o|ee zWR#zwSs;k-SWu9YnVeXXnV)BwSd?Cxo0?Zr3<*|D6^6zIMfu68#l@~=U}bQB85#tF zg?#e!3k=NzkQE_$55q>V+v21AU=i+Y=n9E9P=vt*4b4C)$FVp$GZQ1}V3_D^=o*w6 z5CBP8@PuSuoSF>sAvjfLX2P8v9B*hC43R=O6QQf5C^I)VH3bqHaAAv*e4oUU%sgn~ z^G1qOgG_Kdf$}m`lc7nVZ)$OIVtT4ietLRpkwtP*W=UppA~ci14K*|@$pBe&En(pi@|w6J~OX4wWtKE z5kbKvhQ<(EpsGDX;zJDLU4zZy1H6Nc<8$Dqm1GpsgPQm%6X*s3E8LnlZP)$!xjxPoUsv$#sXkK|{UP^pWYH?|9 zDo8RJBw@x74=U`Fv*VL9vg6YdGjkY$fWh6z)5$sBNY4b$GSV|;aE^#@ zbn=Wh)H8+%M?}OM>zU{o8lrG5k$Irn4b&3>(UATJgaslI;s_ZQ23Bwn7gWoEP*CRv+|OZR_yd(U zU|?Vn$;{*h^^jx1^)LfNsZ=H>$X)4h^(+jXED-ZRHe6nx&C0;Q&QJ_hpZH@s69WSq zLmiagS+B_i>Z$ia`6Zf@I6y9)4K?qDKBOH1;>v>zgyIiK;(Aaq5cLB|+z2E9#SPGQ z2dM7{?TUkCBn%+tgTf0W2Nndig^To_~k6mLKh z2eo~n!VEi*#6@9(3=9khki^B1#7`iJizA6&KoXZg62E~YE{P=m07)FVgZ~0a95#jo z()IyKToxn%#Xpe5<)C6<3YwllX#}~Q&w(Va2v!Io1dzm)AVOeL0!bXy_W%om(m#?o zbjSxRrGX@_3KoG721w#+5Fs#Wfh4XD7J(2BNaC6hAu#EIB(4P(fe-;m;yMr^Fd2a) z4jl>uizgt7>w`rgLu% zMbZik|5Zz*6&U#C9T@(rg7_IA$(IlQ|NsAAHA`B7Ap=x|yu1MBCxQ5&qT}TOFh2^! z2NfAFH-Py;AU>$5c)0+~_X6=jMa0VqV7?QG4=Ng7Hh}q7AU-I%UlxG*Mj$?@D0rCw z=4*lYpd#R90GO`?;)AmOO9wDt3d9Fx`IiP@z7U8H%IYr_zg5D5-wDJAWu=!5V7?WI56VI>3&4CM5Fb>Py-Wb}wLpAOR(cr# z<|~2tpe*##0nDEzp}>$f0hC}t*rV4LqyUucUx3nwN4IUGgaU&{ujnsH5M|0Dr2tO< zFOB~F|DQI&G2AiCqw|wvsAI@ZMpjma&|r_oHx-Nw3@IMnEUF-9cyzX?fYQI=0gv7m z6$M5H29Mqn6&sJ3=Ew$DmEUS$2~e-R19A9{r&&n@S8{H{TECA{{QdMYkQD~ zfngsgF}(=>`~SaBZ;Fb;E>K?a=)4co;o#Hx?1kpP|NnhDpTD@s&A_nFpp=0Drr+@Y zi@AS5#?+`Jym$;^b?2xgcqF@WcyzlQmFVUG84=JM$k_agv5e#6nt%K+5%|!Y3z9t0a)7_3lpSKjr@#OIgZSS-{B9SO0Fdhnc7bx1Pv`UQ z0+tt`^y$&t+YJat<5BmHZ!?^%?o6f*skw#=zjw4Y3nq`vXkdJ$hYK z0z7(qR6ueboyR;n&x1ll!=uwjMd8IKP=Iy5e^JH7zyJ!~A`soXLyHVDVrs5O~4#8xk$QI2jlW|GyCa{r^8acG7->qNPP;0odCqd`X!tD+Y);#$W)A`G%^BX8iPJvwq2}_9mJ5cSf1V_v>ka_EVf8oiJ1#D0ja6{s&|tL|yqG6!S8` znIBRVy$t)0P-pQUMV;nOkq`1_yaWF%-@m=s#LSrDvbc=N`-zFS^SW zn$I!5Q2Fuy|4Y%o|Nnb-9`WdW@6-A81tTjcSA2i*lLb_k*QhAGcn@W1ym$&?b>4rm z_d6(PYg7zgEdB~g_3vN228nbYeSH*CIv#yd#lpbwdOygv&Z94KL7YuKo!>n=kG@y{ z;w<&(JnGS1qr&lGB8b}uT>Ct)gr3NUe zKxwEgznB>qz)eqZ&FqmJ%Hz@ND&W(ra={}xl*6Z2=Yp^0n^KwA4v=*J>wgLNhh_~> zRo-%`MA+BzX^EO=^BWFOkar8TUMjuo*=?hO|eeOZ|Ahq4##=uer%*H?`$Qe*w4fP5P{H;sCBB0v8yGBL9qw`odw9;Pt85AuL z3qVRs3qff^;YBJ)926ukvO%R>=lvJXV5>nXPZK29-2-mqrFazbc=7rF z|Chf1LCNbmC`w*{f)M2J7w0~K+7TdsfFtDrs6gsG`uY(lDV+pyK&n7mwlXp>ygZ03 zvX~K+yq~|A4U$<7lkx04`l1tLJSYpkeNo5A!0`H}Pv>`#cp*YO4a5YuoP`ZIj%*?BR}qw|qR^OFw&A)dz%EKqS^@Hl?Z08Aa9Anw5MBK*t$|6d^OksbYp z2@Ihgx}bS0kLDkI9-U9iq<4Udc2IXyFm^vk;{OA9c^`Wi)XPlMgO&gLK=Pp;jqgCT z$H9Nh9-U7;IzM7#Kf;ZQ6f9H-W*U*`A@4_4Q*}=I^91`E4#O~2~{N>kApwiuifuR{SzcPJ3?9t8s`V!o~X!=2!3#5N5vHC&% z6UWZ~p#F(ZuWA{m0z;@ruWlWu0zF>v273Sy@>Ke?DlA4xSnp46MU7VVi6049}RFq$2 z#Q+*>m1edMU|?VXb>io||Nnmu0|P_Or~m(X7#SGmeER<%RMf2b`~QCq0|UdFfB*j< zVPIg`^Y8!vI}8jAfByad|Am2p!RG(}|8p1_7}os%{~t7m3hH2k&8`Y!V5|^el;&aQ zn83&`01^jvel7m~{}1XUg4BR8NE}2nqNrzJ0CiMB>VLfZ|Nj6ecK8I`_$0jexyv~k z80@92wTx9jeO(5Se$d(>P@fpofdiQZ!XWV&&^o5S|Nn#5!+^v<7$jZ-V*JAt?_pqI zi1_&bKX`oCn@=E)j{~vpsw%(->?8Ksq1*}#(hz?!fY%>^+#2xl|9@_71_qYZpoKSl z0{u)*d=h=ku6zo;EKYnHJ*;kg25oGPd=|~@?tB}VnR&Um_$(ax3>^71ocI)+_#~Y8 z1f2Ld96aPSD?lQ5qi7|X&VtpdY zaFdz!lqkbPX4Va&3@@2k=ZP}>V`iNu$}p3Kbp=1eLYDMtq6~XkS!eMxJY!|u%Fpnb zm31mV!$daLi+l{5*g)(XY*L5#878u`_6aa-VrM;C2DlJpv2| z1%+-1GF%j5eI>~7R)}??D8pYN*0&-I=Y&D*XTl)y55gdi{tyQFxk-eTf#I-->O{~u z5G+_m>Cq4v4S~@R7!83T5CR3z^;ZevkabuAP(IA*poSrcjZV*iR)#Qf&>S+dI?x<7 zG9NT24dR0)FhDeH{TQeR1>(cjje#ZvKz!JGYS07#hz}ZT2GO7i0uX%yx_%ne#sTp` zLxLds>%af`AbJLLoiu2I2E_N^fcOtIK?CA{fXai020;AfPzhN30W?to5=XDt;B6%6 zJRdX|7&t&PL!kL~kR}Gu3_64Xng9W@G6W#@gC>MPd=4ld=5ENWHUqdV36h7||L;G< zKN|(d}LaT_?B=N*{yL*P!$>DE$pevx!3dAqJ(@ zptKp3c7xJkP&y4tmqF<^C_N2IFN4zCp!6{)eGN)KgVNuiG@BUIekiR5rOlwU81j}U8I;}zrH?`BYf$P>#*`WDQ3`(m(X)`G82Bp!%8OC>acD7Q` z2u&)@D=Ael)icpE&^0Rs^9<_@&GZaR^h`7%;tECvhGqt429_|bIB8}EMh4h^3S>ph z3``8LeF&)H%nT*a{Dmsc!T`&csN$>)u>6QB&c*=Cx2WRm4A{~;GXn<$ET5pN=VXB8 zH&k&h23WpC6~|oP3X*4L;9-~mO{X9}3^OzEG6Z0W7iI=N23WZYQwyS*88Fw$Lc|3a zHlVGag@_Bn_iupsFwD###NeR{Nv|+55Y5aW%7s= zW)Ncl4Ksk)$e5WyoB>;YXJ(LKfUW;QRWHfF04*<3#ibYup!55v;?fxFkwNmz@ZKbd z2f?8FhlSzee+Umjg6bJYEba%@FH8)43>TpLl3+SO^$bW{0ImK5^<_cg==CC~f62&z za3{zeAhUu&;{sU1vkJVvi;n?T--6VFa2r@XX1r_x?`y*J7ib(2X3?I2@@gJ<9b$6KQ_C6zM zp9CWRLYo5&?{Jv&7l*hYj(rRoOpx{RAE45uyzkWj{PE9 zIK*-7EBeh2+E;{GuEyaorv``k6ddAfm?7a0nm+>h7uNndjzj%JsQL|P@%0sldQkfq z6pyg|lCUv8X&n1D3~-32;Sj$G-gkmouQjni(gSFi8ssk+?!#fuYaHS-;CunojiArt z@UH=m{V|O=#Fya^--ly=(p4Plzk%1rV&-3FaQGnH4P)_v%M;9fFbX)-JF!9133|MT z;ZR=#UPp_lM_~4L;84F7hxmE0I3ELOIs;?|c+8W5f#E(_93+B@zv2)#1?MAFwIE&? z4)GEk;(OUa7FXy0mAJ5>B_;?1yMy2?Y-1ubBR;6Nw`1q9k z`1G9oq{N)~l#=|S;`qeU3I@SO5@#q{GA+q;^T`;lj1$&LGu}U$pr=Ah5tSl@$s4Y zki9EtpbCIDZ!y3e z;P2)Z>>3gu;^^e#3f|-t4Bal_-~e8u4_Sf_U(X+fwCx9NFBRq%8_2c{Y}<1v*?i;a zA75OOl9?A@TAZ2!+Ta1*G6l8`vO59l_IM*b(5`~`C_nh#6myh)FtBYYE=I0p43K>b zQGQV4uv?1wk!= zM4z4|DDmUn(S)kr(2yY>$JR^Kprd&AA7m>O+U6w`$AFv;OI&8C+bp5ml`xbO*!>v~ z+HeGllp^p>C%jwPU^e5~$cdc5pgXKk(>?ZGm&p5_qWpr<_NjsPYGL?`(7sp5-m2u{ zQgEpb3OH1UfXh9kjfaNh?6JdEbT~L5?Z*OTFua>v$=x}J79RL^6r=1>b8vv|C5uOd z5U5H9g%B))Az=fN2iJSx-DyxOVZ{mBo@T@rPUKy|Aa`Nk%^c1jRW?o5ZQ2~QqUVcfco}-heZb@P~l$V}Ys+UxnnUkWM znZlq4;$Y|^uxwmVdues);`13f@s*d1Bea6pgl9l`eEa; zB~SxFYcD|RU>IFLXq@ZY|Nr?=eXfGUK|+raDtnE_*i=r{%j&~_NO`#(VENj`vf z$}li66oC{$&mICXVfMi2Yz79x9DD6vl$kpf!r1Fa`M!Bmx`%o&ePkURwl`fMTe#7+~}i zH2Y!W<-VD>_}42#k9!{!;6KodS_?G{We zhz5lnQ2ns@gN@H`fa-UIDTLDK`ZuEKhn>F!JC_NTf1ujIXCA@WAbLNVe%N@w z2WaOJXk8g7azF~97(F~sqUndt3w#0XRAOLY;6>Aq#$~w8z`y{?DxkCtvH~_f3p?it zJ-pHFf6lp42XFU(B^Cg28IH(0Eg*= z(OhWyVe=&gpn{!&fdQBOP}>+lOL{?O!Tb*!=j(v#2g$+If@n17Fo;6!hdLLe1dL(& zO~5<^0n-noK^qKVb|X|VFl=#!@Z?|$AzaWF2q+6efuv!14 +#include +#include +#include + +int main(int argc, char** argv) { + QCoreApplication qapp(argc, argv); + QLocalSocket socket; + socket.connectToServer("EQL:local-server"); + socket.waitForConnected(); + qapp.processEvents(); + QString exp(QCoreApplication::arguments().at(1)); + if(socket.isWritable()) { + QString data(QString::number(exp.size()) + " " + exp); + socket.write(data.toLatin1()); + qapp.processEvents(); + socket.waitForBytesWritten(); + while(true) { + socket.waitForReadyRead(); + qapp.processEvents(); + QString data(socket.readAll()); + QString type(data.section(' ', 1, 1)); + if(!(":EXPRESSION" == type)) { + QString print(data.section(' ', 2).trimmed()); + if(!print.isEmpty()) { + std::cout << qPrintable(print) << std::endl; } + if(":VALUES" == type) { + exit(0); }}}} + qCritical() << "[send] error:" << exp; + return -1; } + diff --git a/examples/9-simple-lisp-editor/send/send.pro b/examples/9-simple-lisp-editor/send/send.pro new file mode 100644 index 0000000..4ee2799 --- /dev/null +++ b/examples/9-simple-lisp-editor/send/send.pro @@ -0,0 +1,9 @@ +QT += network +TEMPLATE = app +CONFIG += release +DESTDIR = ./ +TARGET = send +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +SOURCES += send.cpp diff --git a/examples/9-simple-lisp-editor/settings.lisp b/examples/9-simple-lisp-editor/settings.lisp new file mode 100644 index 0000000..8ff23b7 --- /dev/null +++ b/examples/9-simple-lisp-editor/settings.lisp @@ -0,0 +1,6 @@ +(provide :settings) + +(defvar eql::*code-font* (eql:qnew "QFont(QString,int)" + #+darwin "Monaco" #+darwin 12 + #+linux "Monospace" #+linux 9 + #+windows "Courier New" #+windows 10)) diff --git a/examples/9-simple-lisp-editor/top-level.lisp b/examples/9-simple-lisp-editor/top-level.lisp new file mode 100644 index 0000000..fdb7e22 --- /dev/null +++ b/examples/9-simple-lisp-editor/top-level.lisp @@ -0,0 +1,125 @@ +(provide :top-level) + +;;; The following are modified/simplified functions taken from "src/lsp/top.lsp" (ECL 11.1.1) + +(in-package :si) + +(defvar *tpl-print-current-hook* nil) + +(defparameter *read-string* nil) +(defparameter *latest-form* nil) +(defparameter *latest-values* nil) + +(defun tpl-print-current () + (let ((name (ihs-fname *ihs-current*))) + (format t "~&Broken at ~:@(~S~)." name) + (when (eq name 'si::bytecodes) + (format t " [Evaluation of: ~S]" + (function-lambda-expression (ihs-fun *ihs-current*))))) + #-threads (terpri) + #+threads (format t " In: ~A.~%" mp:*current-process*) + (let ((fun (ihs-fun *ihs-current*))) + (when (and (symbolp fun) (fboundp fun)) + (setf fun (fdefinition fun))) + (multiple-value-bind (file position) + (ext:compiled-function-file fun) + (when file + (format t " File: ~S (Position #~D)~%" file position) + (when *tpl-print-current-hook* + (funcall *tpl-print-current-hook* file position))))) + (values)) + +(defun %top-level () + (catch *quit-tag* + (let ((*debugger-hook* nil) + -) + (unless *lisp-initialized* + (setq *lisp-initialized* t) + (in-package :eql-user)) + (let ((*tpl-level* -1)) + (%tpl)) + 0))) + +(defun %tpl (&key ((:commands *tpl-commands*) tpl-commands) + ((:prompt-hook *tpl-prompt-hook*) *tpl-prompt-hook*) + (broken-at nil) + (quiet t)) + #-ecl-min + (declare (c::policy-debug-ihs-frame)) + (let* ((*ihs-base* *ihs-top*) + (*ihs-top* (if broken-at (ihs-search t broken-at) (ihs-top))) + (*ihs-current* (if broken-at (ihs-prev *ihs-top*) *ihs-top*)) + (*frs-base* (or (sch-frs-base *frs-top* *ihs-base*) (1+ (frs-top)))) + (*frs-top* (frs-top)) + (*quit-tags* (cons *quit-tag* *quit-tags*)) + (*quit-tag* *quit-tags*) ; any unique new value + (*tpl-level* (1+ *tpl-level*)) + (break-level *break-level*) + values) + (set-break-env) + (set-current-ihs) + (flet ((rep () + ;; We let warnings pass by this way "warn" does the + ;; work. It is conventional not to trap anything + ;; that is not a SERIOUS-CONDITION. Otherwise we + ;; would be interferring the behavior of code that relies + ;; on conditions for communication (for instance our compiler) + ;; and which expect nothing to happen by default. + (handler-bind + ((serious-condition + (lambda (condition) + (cond ((< break-level 1) + ;; Toplevel should enter the debugger on any condition. + ) + (*allow-recursive-debug* + ;; We are told to let the debugger handle this. + ) + (t + (format t "~&Debugger received error: ~A~%~ + Error flushed.~%" condition) + (clear-input) + (return-from rep t) ;; go back into the debugger loop. + ) + ) + ))) + + (with-grabbed-console + (unless quiet + (break-where) + (setf quiet t)) + (setq - (locally (declare (notinline %tpl-read)) + (tpl-prompt) + (%tpl-read)) + values (multiple-value-list + (eval-with-env - *break-env*))) + (setf *latest-form* - + *latest-values* values))))) + (loop + (when (eql :eof *read-string*) + (finish-output) + (return)) + (when + (catch *quit-tag* + (if (zerop break-level) + (with-simple-restart + (restart-toplevel "Go back to Top-Level REPL.") + (rep)) + (with-simple-restart + (restart-debugger "Go back to debugger level ~D." break-level) + (rep))) + nil) + (setf quiet nil)))))) + +(defun %tpl-read (&aux (*read-suppress* nil)) + (eql:qprocess-events) + (finish-output) + (when *read-string* + (prog1 + (handler-case (let ((exp (read-from-string *read-string*))) + (setf +++ ++ ++ + + *latest-form* + *** ** ** * * (first *latest-values*) + /// // // / / *latest-values*) + exp) + (error (condition) + (format nil "[EQL: read error] ~A" condition))) + (setf *read-string* :eof)))) diff --git a/examples/M-modules/sql/sqlite.lisp b/examples/M-modules/sql/sqlite.lisp new file mode 100644 index 0000000..ec76f3c --- /dev/null +++ b/examples/M-modules/sql/sqlite.lisp @@ -0,0 +1,57 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(in-package :eql-user) + +(setf *break-on-errors* t) + +(qrequire :sql) + +(defvar *database* (|addDatabase.QSqlDatabase| "QSQLITE")) +(defvar *table-view* (qnew "QTableView" + "windowTitle" "sqlite")) + +(defun populate-db () + (x:do-with (|exec| *database*) + "CREATE TABLE friends ( id INT PRIMARY KEY, name VARCHAR(50), country INT )" + "CREATE TABLE countries ( id INT PRIMARY KEY, country VARCHAR(50) )") + (mapc (lambda (id name country) + (|exec| *database* + (format nil "INSERT INTO friends VALUES (~A, '~A', ~A)" id name country))) + (list 1 2 3) + (list "Pascal" "Valentina" "Rachel") + (list 10 20 30)) + (mapc (lambda (id name) + (|exec| *database* + (format nil "INSERT INTO countries VALUES (~A, '~A')" id name))) + (list 10 20 30) + (list "France" "Italia" "USA"))) + +(defun ini () + (|setDatabaseName| *database* ":memory:") + (if (|open| *database*) + (progn + (populate-db) + (let ((model (qnew "QSqlRelationalTableModel"))) + (x:do-with model + (|setTable| "friends") + (|setRelation| 2 (qnew "QSqlRelation(QString...)" "countries" "id" "country")) + (|select|)) + (x:do-with *table-view* + (|setModel| model) + (|setItemDelegate| (qnew "QSqlRelationalDelegate")) + (|resizeColumnsToContents|) + (|show|)))) + (|critical.QMessageBox| nil "EQL" (tr "Could not open database.")))) + +(defun cell-string (row column) + (|toString| (|data| (|index| (|model| *table-view*) + row column)))) + +(defun selected-cells () + (mapcar (lambda (index) + (cons (|row| index) + (|column| index))) + (|selectedIndexes| (|selectionModel| *table-view*)))) + +(ini) diff --git a/examples/M-modules/webkit/Examples-Browser/README-GLUE-CODE.txt b/examples/M-modules/webkit/Examples-Browser/README-GLUE-CODE.txt new file mode 100644 index 0000000..3b6de0e --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/README-GLUE-CODE.txt @@ -0,0 +1,15 @@ +GENERATION OF C++ GLUE CODE +=========================== + + +1) Add a special documentation string (first line) in the functions you want + to call from JavaScript (optionally defining default values): + + (defun my-function (web-element arguments) + "Qt: void myFunction(QWebElement, QVariantList = 0)" + ...) + +2) Run: eql qt.lisp + +3) Build library in "lib/". + diff --git a/examples/M-modules/webkit/Examples-Browser/examples-browser.htm b/examples/M-modules/webkit/Examples-Browser/examples-browser.htm new file mode 100644 index 0000000..90b2d5a --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/examples-browser.htm @@ -0,0 +1,30 @@ + + +

Examples Browser

+

Lisp enabled WebKit with JavaScript / Lisp bridge

+
    +
  • Launch applications after downloading them (any number of files, any file type). +
  • The files are saved in a cache, and launched from there if already present. +
  • The first file in the list (see Html source file) will be loaded in Lisp. +
+

This example is fully network enabled, you only need to adapt the location in function RUN.

+
    +
  1. clock +
  2. wiggly-widget +
  3. colliding-mice +
  4. calculator +
  5. sokoban +
+ + + + diff --git a/examples/M-modules/webkit/Examples-Browser/examples-browser.lisp b/examples/M-modules/webkit/Examples-Browser/examples-browser.lisp new file mode 100644 index 0000000..a10fa54 --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/examples-browser.lisp @@ -0,0 +1,131 @@ +;;; "Examples" Browser +;;; +;;; (depends on small plugin, see "lib/") +;;; +;;; Run EQL examples "downloading"/starting them from an EQL WebKit browser. +;;; +;;; Here we use the local example files, but you could put them on a server and point +;;; the QUrl to a network location (in function RUN, see below). +;;; +;;; Once downloaded, the application files are cached locally (to be run offline). + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(qrequire :webkit) +(qrequire :network) + +(defpackage :browser + (:use :common-lisp :eql) + (:export + #:*web-view* + #:ini)) + +(in-package :browser) + +(defvar *web-view* (qnew "QWebView" "windowTitle" "EQL WebKit")) +(defvar *network-manager* (qnew "QNetworkAccessManager")) +(defvar *webkit-bridge* (qload-c++ "lib/webkit_bridge")) +(defvar *files-left*) +(defvar *ini-file*) + +(defun frame () + (|mainFrame| (|page| *web-view*))) + +(defun ini () + (qconnect (frame) "javaScriptWindowObjectCleared()" + (lambda () + (|addToJavaScriptWindowObject| (frame) "Lisp" *webkit-bridge*))) + (qconnect *network-manager* "finished(QNetworkReply*)" 'download-finished) + (|setUrl| *web-view* (qnew "QUrl(QString)" + (x:cc "file://" (namestring (probe-file "examples-browser.htm"))))) + (|showMaximized| *web-view*)) + +;;; download + +(defun download (url id name) + (qlet ((qurl "QUrl(QString)" url) + (request "QNetworkRequest(QUrl)" qurl) + (qid "QVariant(QString)" id) + (qname "QVariant(QString)" name)) + (let ((reply (|get| *network-manager* request))) + ;; dynamic properties + (|setProperty| reply "id" qid) + (|setProperty| reply "cache-name" qname)))) + +(defun download-finished (reply) + (|deleteLater| reply) ; QNetworkReply*: heap result, delete manually + (let ((error (|error| reply))) + (if (= |QNetworkReply.NoError| error) + (save-data reply) + (show-download-error error)))) + +(defun cache-file (name) + (format nil "cache/~A" name)) + +(defun save-data (reply) + (let ((file (cache-file (|toString| (|property| reply "cache-name"))))) ; dynamic property + (ensure-directories-exist file) + (with-open-file (s file :direction :output :if-exists :supersede + :element-type '(signed-byte 8)) + (write-sequence (|readAll| reply) s))) + (when (zerop (decf *files-left*)) + (load* (|toString| (|property| reply "id")) ; dynamic property + *ini-file*))) + +(let (top-level-widgets) + (defun load* (id file) + (load file) + (let ((latest (first (sort (|topLevelWidgets.QApplication|) '> :key 'qt-object-unique)))) + (push (cons id latest) + top-level-widgets) + (x:do-with latest |show| |raise|))) + (defun load/show (id file) + (let ((widget (cdr (find id top-level-widgets :test 'string= :key 'car)))) + (if widget + (progn + (if (|isMinimized| widget) + (|showNormal| widget) + (|show| widget)) + (|raise| widget)) + (load* id file))))) + +(defun show-download-error (error) + (let ((msg (x:when-it (find error (cdadr (qenums "QNetworkReply" "NetworkError")) :key 'cdr) + (format nil (tr "Download error: ~A") + (car x:it))))) + (|critical.QMessageBox| nil "EQL" (or msg (tr "Unknown download error."))))) + +;;; These functions can be called from JavaScript (see "README-GLUE-CODE.txt") + +(defun run (id file-names) + "Qt: bool run(QString, QStringList)" + (let ((ini-file (cache-file (first file-names)))) + (if (probe-file ini-file) + (load/show id ini-file) + (progn + (setf *files-left* (length file-names) + *ini-file* ini-file) + ;; QNetworkAccessManager does it all for us (asynchroneous, parallel download) + (dolist (name file-names) + (download (format nil "file:///~A" (in-home "examples/" name)) ; change this to a network location + id + name)))))) + +(defun clear-cache () + "Qt: void clearCache()" + (let ((fs 0) + (ds 0)) + ;; delete files + (dolist (file (directory "cache/**/*.*")) + (when (ignore-errors (delete-file file)) + (incf fs))) + ;; delete empty directories + (dolist (dir (butlast (sort (directory "cache/**/") '> + :key (lambda (dir) (count #\/ (namestring dir)))))) + (when (ignore-errors (delete-file dir)) + (incf ds))) + (|setPlainText| (|findFirstElement| (frame) "#message") + (format nil "deleted: ~D file~:P, ~D director~:@P" fs ds)))) + +(ini) diff --git a/examples/M-modules/webkit/Examples-Browser/lib/_invokables.h b/examples/M-modules/webkit/Examples-Browser/lib/_invokables.h new file mode 100644 index 0000000..0d8f411 --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/lib/_invokables.h @@ -0,0 +1,12 @@ +// THIS FILE IS GENERATED (see "invokables.lisp" in sources) + +Q_INVOKABLE void clearCache() { + eql_fun("browser:clear-cache"); } + +Q_INVOKABLE bool run(const QString& x1, const QStringList& x2) { + QVariant ret = + eql_fun("browser:run", QVariant::Bool, + Q_ARG(QString, x1), + Q_ARG(QStringList, x2)); + return ret.toBool(); } + diff --git a/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.cpp b/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.cpp new file mode 100644 index 0000000..e69de29 diff --git a/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.h b/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.h new file mode 100644 index 0000000..b1ada25 --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.h @@ -0,0 +1,31 @@ +#ifndef LIB_H +#define LIB_H + +#include +#include +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +class CPP : public QObject { + Q_OBJECT +public: +#include "_invokables.h" +}; + +extern "C" { + LIB_EXPORT QObject* ini() { + static QObject* cpp = 0; + if(!cpp) { + cpp = new CPP; } + return cpp; }} + +QT_END_NAMESPACE + +#endif diff --git a/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.pro b/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.pro new file mode 100644 index 0000000..11cfe55 --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/lib/webkit_bridge.pro @@ -0,0 +1,18 @@ +QT += webkitwidgets +TEMPLATE = lib +CONFIG += plugin release +INCLUDEPATH += ../../../../../src +LIBS += -L../../../../.. -leql5 +DESTDIR = ./ +TARGET = webkit_bridge +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +macx:QT += network phonon + +include(../../../../../src/windows.pri) + +HEADERS += _invokables.h \ + webkit_bridge.h +SOURCES += webkit_bridge.cpp + diff --git a/examples/M-modules/webkit/Examples-Browser/qt.lisp b/examples/M-modules/webkit/Examples-Browser/qt.lisp new file mode 100644 index 0000000..1d7c6f7 --- /dev/null +++ b/examples/M-modules/webkit/Examples-Browser/qt.lisp @@ -0,0 +1,9 @@ +;;; generate C++ glue code +;;; (see "invokables.lisp" in sources) + +(progn + (load (in-home "src/lisp/invokables")) + (load "examples-browser") + (generate-invokables "lib/") + (qq)) + diff --git a/examples/M-modules/webkit/README-GLUE-CODE.txt b/examples/M-modules/webkit/README-GLUE-CODE.txt new file mode 100644 index 0000000..a826faf --- /dev/null +++ b/examples/M-modules/webkit/README-GLUE-CODE.txt @@ -0,0 +1,15 @@ +GENERATION OF C++ GLUE CODE +=========================== + + +1) Add a special documentation string (first line) in the functions you want + to call from JavaScript (optionally defining default values): + + (defun my-function (web-element arguments) + "Qt: void myFunction(QWebElement, QVariantList = 0)" + ...) + +2) Run: eql qt.lisp (the first time just type :c for :continue on "break"/debugger) + +3) Build library in "lib/". + diff --git a/examples/M-modules/webkit/README.txt b/examples/M-modules/webkit/README.txt new file mode 100644 index 0000000..5ce8dda --- /dev/null +++ b/examples/M-modules/webkit/README.txt @@ -0,0 +1,33 @@ +EQL WebKit examples +=================== + + +This enables any application to embed web content, which can be fully +controlled from Lisp. + +Or, if you already know Common Lisp, and have some basic knowledge of +Html/JavaScript, you can easily create a GUI, without learning much of +Qt, and without relying on a web-server. + +A list of features: + +1) full Lisp access to QtWebKit, see e.g. QWebElement in Qt Assistant; + a simple example: + + document.getElementById("x") // JavaScript + (! "findFirstElement" (frame) "#x") ; Lisp + + (passing QWebElements between JavaScript and Lisp is just native) + +2) JavaScript / Lisp bridge: call Lisp functions directly from Html/JS; + see QWebInspector [Scripts] and [Console] for debugging and executing JS; + (test your Lisp functions by directly calling them from the QWebInspector + console) + +3) embed your own custom QWidgets in Html (see "plugin-widget" example), + as they integrate natively here (either written in EQL or Qt/C++, + see QLOAD-C++) + + +See directory "Tic-Tac-Toe/" for an example of a WebKit application. + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/README-JS-CALLBACKS.txt b/examples/M-modules/webkit/Tic-Tac-Toe/README-JS-CALLBACKS.txt new file mode 100644 index 0000000..cdabd6f --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/README-JS-CALLBACKS.txt @@ -0,0 +1,33 @@ +Some examples for JS callbacks +============================== + + (h:hset "#x" :onclick (h:lisp (button-clicked))) ; trivial + + (h:hset "#x" :onclick (h:lisp (button-clicked :this))) ; pass QWebElement (1) + + (h:hset "#x" :onclick (h:lisp* (button-clicked "document.getElementById('y')"))) ; pass QWebElement (2) + + (h:hset "#x" :onclick (h:lisp (button-clicked (string "OK")))) ; pass Lisp string literal + + (h:hset "#x" :onclick (h:lisp (foo 1/2 "window.event.clientX")))) ; pass Lisp number and JS variable + + (h:hset "#x" :onclick (h:lisp (qmsg "string(x)"))) ; pass JS string variable + + +Summarizing +=========== + + - any number of arguments allowed + - if you need to pass a QWebElement, use H:LISP* (not required for :this), and pass it as first argument + - string arguments like "x" or "window.event.keyCode" are assumed to be JS code + - all arguments are quoted in JS and passed to READ-FROM-STRING in Lisp, so e.g. 1/2 will be preserved + - to pass a string, use (string "OK") for literal Lisp strings, and "string(x)" for JS string variables + + +Testing +======= + +To test your callbacks, you can use the function H:JS (added PRINT to show the JS code, too): + + (h:js (print (h:lisp (format nil (string "~R") 100)))) + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/README.txt b/examples/M-modules/webkit/Tic-Tac-Toe/README.txt new file mode 100644 index 0000000..fd37414 --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/README.txt @@ -0,0 +1,42 @@ +WEBKIT APP DEMO +=============== + +After creating a basic Html skeleton of the GUI, any Html +properties/callbacks can be set from Lisp. + +No Qt/JavaScript code needed, just use the convenience +functions in "h-utils.lisp". + + +WEB ELEMENT FUNCTIONS +===================== + +All QWebElement methods have convenience wrappers, e.g: + + (h:geometry "#c1") + (h:set-style-property x :color "red") + (h:hget "*" :onclick) + +Given the introspective nature of a WebKit GUI, you can easily +automate GUI testing: + + ;; calls NEW-GAME + (h:js (h:hget "#new-game" :onclick)) + + ;; calls MOVE + (h:js (h:hget "#c5" :onclick) + (h:find-first-element "#c5")) + +Calling a JS function with e.g. a string argument is as simple as: + + ;; call JS function + (h:js (format nil "myJavaScriptFunction(~S)" string)) + + +THREADS NOTE +============ + +Using the functions in "h-utils.lisp", you don't need to +care about "eval in GUI thread" (all EQL functions are wrapped +in QRUN*). + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/h-utils.lisp b/examples/M-modules/webkit/Tic-Tac-Toe/h-utils.lisp new file mode 100644 index 0000000..acf99cc --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/h-utils.lisp @@ -0,0 +1,481 @@ +;;; Html utils (for easy WebKit GUIs) +;;; +;;; (depends on small plugin, see "lib/") +;;; +;;; Thread-safe utility functions, including convenience wrappers for all QWebElement methods +;;; (see also HGET, HSET, JS, TO-PIXMAP, ASSIGN-PIXMAP...). + +#+win32 (si:trap-fpe 'floating-point-underflow nil) ; for QWebInspector + +(qrequire :webkit) + +(defpackage :h-utils + (:nicknames :h) + (:use :common-lisp :eql) + (:export + #:*web-view* + #:add-class + #:append-html + #:append-inside + #:append-outside + #:assign-pixmap + #:attribute-names + #:classes + #:clear-html + #:clear-pixmap + #:clone + #:document + #:document-element + #:element + #:enclose-contents-with + #:enclose-with + #:find-all-elements + #:find-first + #:find-first-element + #:first-child + #:frame + #:geometry + #:has-attribute + #:has-attributes + #:has-class + #:has-focus + #:hget + #:hset + #:inspector + #:is-null + #:iterate-child-elements + #:iterate-elements + #:lisp + #:lisp* + #:js + #:last-child + #:local-name + #:namespace-uri + #:next-sibling + #:parent + #:pause + #:prefix + #:prepend-inside + #:prepend-outside + #:previous-sibling + #:remove-all-children + #:remove-attribute + #:remove-class + #:remove-from-document + #:replace* + #:scroll-to-anchor + #:scroll-to-bottom + #:scroll-to-top + #:set-focus + #:set-style-property + #:style-property + #:tag-name + #:toggle-class + #:to-html + #:to-pixmap + #:web-frame)) + +(provide :h-utils) + +(in-package :h-utils) + +(defvar *web-view* (qnew "QWebView")) +(defvar *webkit-bridge* (qload-c++ "lib/webkit_bridge")) +(defvar *web-pixmap*) + +(defun frame () + (qrun* (! ("mainFrame" "page" *web-view*)))) + +;;; utils + +(defmacro iterate-elements (selector &body body) + "Iterate over web elements of QWebFrame, binding H:ELEMENT to the current QWebElement." + (let ((i (gensym))) + `(let ((elements (qrun* (! "findAllElements" (frame) ,selector)))) + (dotimes (,i (qrun* (! "count" elements))) + (let ((element (qrun* (! "at" elements ,i)))) + ,@body))))) + +(defmacro iterate-child-elements (web-element selector &body body) + "Iterate over child elements of a QWebElement, binding H:ELEMENT to the current QWebElement." + (let ((i (gensym))) + `(let ((elements (qrun* (! "findAll" (ensure-web-element ,web-element) ,selector)))) + (dotimes (,i (qrun* (! "count" elements))) + (let ((element (qrun* (! "at" elements ,i)))) + ,@body))))) + +(defun >> (expression) + "Convert to string if needed." + (if (stringp expression) + expression + (princ-to-string expression))) + +(defun << (expression) + "Convert from string if needed (to preserve strings, quote them in JavaScript)." + (cond ((stringp expression) + (read-from-string expression)) + ((listp expression) + (mapcar (lambda (x) (if (stringp x) (read-from-string x) x)) + expression)) + (t + expression))) + +(defun assert-web-element (x) + (assert (= #.(qid "QWebElement") (qt-object-id x)) nil + "Wanted , got: ~S." x) + x) + +(defun ensure-web-element (x) + (if (stringp x) + (find-first-element x) + (assert-web-element x))) + +(defun %input-text-p (web-element) + (and (string-equal "INPUT" (tag-name web-element)) + (string-equal "text" (qrun* (! "attribute" web-element "type"))))) + +(defun js (javascript &optional web-element) + "Evaluate JavaScript in the context (as 'this') of either a QWebElement or the main QWebFrame." + (qrun* (! ("toString" ("evaluateJavaScript" javascript) + (or web-element (frame)))))) + +;;; Special functions HGET and HSET for :text :inner-xml :outer-xml and attributes like :value :src etc.; +;;; additionally, they can be used for any custom string property, e.g. :image-label "sunset" + +(defun hget (selector/web-element attribute) + "Return (as multiple values) Html attribute of either all elements matching selector, or of the given web element." + (let (values) + (flet ((%do (element) + (push (cond ((eql :text attribute) + (qrun* (! "toPlainText" element))) + ((eql :inner-xml attribute) + (qrun* (! "toInnerXml" element))) + ((eql :outer-xml attribute) + (qrun* (! "toOuterXml" element))) + ((and (%input-text-p element) + (member attribute '(:value :size))) + (js (format nil "this.~(~A~)" attribute) element)) + (t + (let ((a (! "attribute" element (string-downcase attribute) "NIL"))) + (unless (string= "NIL" a) + a)))) + values))) + (if (stringp selector/web-element) + (iterate-elements selector/web-element + (%do element)) + (progn + (assert-web-element selector/web-element) + (%do selector/web-element)))) + (values-list (nreverse values)))) + +(defun hset (selector/web-element &rest attributes) + "Set Html attributes (any number of attribute/value pairs) of either all elements matching selector, or of the given web element." + (flet ((%do (element) + (do ((curr attributes (cddr curr))) + ((null curr)) + (let ((attribute (first curr)) + (value (second curr))) + (cond ((eql :text attribute) + (qrun* (! "setPlainText" element value))) + ((eql :inner-xml attribute) + (qrun* (! "setInnerXml" element value))) + ((eql :outer-xml attribute) + (qrun* (! "setOuterXml" element value))) + ((and (%input-text-p element) + (member attribute '(:value :size))) + (js (format nil "this.~(~A~) = ~S" attribute value) element)) + (t + (qrun* (! "setAttribute" element (string-downcase attribute) value)))))))) + (if (stringp selector/web-element) + (iterate-elements selector/web-element + (%do element)) + (progn + (assert-web-element selector/web-element) + (%do selector/web-element))))) + +;;; convenience wrappers for all QWebElement methods + +(defmacro defun-web-element ((name qt-name &optional check-null)) + `(defun ,name (x) + "QWebElement convenience function." + ,(if check-null + `(qrun* (let ((el (! ,qt-name (ensure-web-element x)))) + (unless (! "isNull" el) + el))) + `(qrun* (! ,qt-name (ensure-web-element x)))))) + +(defmacro defun-web-element-arg ((name qt-name &optional check-null)) + `(defun ,name (x arg) + "QWebElement convenience function." + ,(if check-null + `(qrun* (let ((el (! ,qt-name (ensure-web-element x) arg))) + (unless (! "isNull" el) + el))) + `(qrun* (! ,qt-name (ensure-web-element x) arg))))) + +(defun attribute-names (web-element &optional namespace-uri) + "QWebElement convenience function." + (qrun* (! "attributeNames" (ensure-web-element web-element) namespace-uri))) + +(defun append-inside (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "appendInside(QString)" (ensure-web-element web-element) x)) + (qrun* (! "appendInside(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun append-outside (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "appendOutside(QString)" (ensure-web-element web-element) x)) + (qrun* (! "appendOutside(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun enclose-contents-with (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "encloseContentsWith(QString)" (ensure-web-element web-element) x)) + (qrun* (! "encloseContentsWith(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun enclose-with (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "encloseWith(QString)" (ensure-web-element web-element) x)) + (qrun* (! "encloseWith(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun prepend-inside (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "prependInside(QString)" (ensure-web-element web-element) x)) + (qrun* (! "prependInside(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun prepend-outside (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "prependOutside(QString)" (ensure-web-element web-element) x)) + (qrun* (! "prependOutside(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun replace* (web-element x) + "QWebElement convenience function." + (if (stringp x) + (qrun* (! "replace(QString)" (ensure-web-element web-element) x)) + (qrun* (! "replace(QWebElement)" (ensure-web-element web-element) (ensure-web-element x))))) + +(defun set-style-property (selector/web-element property value) + "QWebElement convenience function." + (qrun* (! "setStyleProperty" (ensure-web-element selector/web-element) + (string-downcase property) value))) + +(defun style-property (selector/web-element property &optional (resolve |QWebElement.ComputedStyle|)) + "QWebElement convenience function." + (qrun* (! "styleProperty" (ensure-web-element selector/web-element) + (string-downcase property) resolve))) + +(defun-web-element-arg (add-class "addClass")) + +(defun-web-element (classes "classes")) + +(defun-web-element (clone "clone")) + +(defun-web-element (document "document")) + +(defun-web-element-arg (find-first "findFirst" :check-null)) + +(defun-web-element (first-child "firstChild" :check-null)) + +(defun-web-element (geometry "geometry")) + +(defun-web-element-arg (has-attribute "hasAttribute")) + +(defun-web-element (has-attributes "hasAttributes")) + +(defun-web-element-arg (has-class "hasClass")) + +(defun-web-element (has-focus "hasFocus")) + +(defun-web-element (is-null "isNull")) + +(defun-web-element (last-child "lastChild" :check-null)) + +(defun-web-element (local-name "localName")) + +(defun-web-element (namespace-uri "namespaceUri")) + +(defun-web-element (next-sibling "nextSibling" :check-null)) + +(defun-web-element (parent "parent" :check-null)) + +(defun-web-element (prefix "prefix")) + +(defun-web-element (previous-sibling "previousSibling" :check-null)) + +(defun-web-element-arg (remove-attribute "removeAttribute")) + +(defun-web-element (remove-all-children "removeAllChildren")) + +(defun-web-element-arg (remove-class "removeClass")) + +(defun-web-element (remove-from-document "removeFromDocument")) + +(defun-web-element (set-focus "setFocus")) + +(defun-web-element (tag-name "tagName")) + +(defun-web-element-arg (toggle-class "toggleClass")) + +(defun-web-element (web-frame "webFrame")) + +;;; macros for JavaScript callback code; the functions can be tested like this: +;;; (h:js (print (h:lisp (format nil (string "~R") 100)))) + +(defun %quote (arguments) + "Quote arguments, to prepare them for READ-FROM-STRING in Lisp. Strings are supposed to be JavaScript code, e.g. \"window.event.keyCode\". Literal strings can be passed using STRING, e.g. (string \"ok\")." + (mapcar (lambda (arg) + (cond ((consp arg) + (if (eql 'string (first arg)) + (format nil "'~S'" (second arg)) + (error "Only atom arguments allowed in JavaScript callback code: ~S" arg))) + ((stringp arg) + arg) + (t + (format nil "'~A'" arg)))) + arguments)) + +(defmacro lisp* (arguments) + "Generate JavaScript function call from a lispy definition. The first argument to the Lisp function is expected to be a QWebElement (see function WEB). + Example: (h:lisp* (foo :this 42 \"window.event.keyCode\" (string \"ok\")))" + (format nil "Lisp.fun2('~A::~A', ~A, [~{~A~^, ~}])" + (package-name (symbol-package (first arguments))) + (symbol-name (first arguments)) + (if (eql :this (second arguments)) + "this" + (second arguments)) + (%quote (nthcdr 2 arguments)))) + +(defmacro lisp (arguments) + "Generate JavaScript function call from a lispy definition (see function FUN). + Example: (h:lisp (foo 42 \"window.event.keyCode\" (string \"ok\")))" + (if (eql :this (second arguments)) ; QWebElement argument + `(lisp* ,arguments) + (format nil "Lisp.fun('~A::~A', [~{~A~^, ~}])" + (package-name (symbol-package (first arguments))) + (symbol-name (first arguments)) + (%quote (rest arguments))))) + +;;; to be called from JavaScript + +(defun fun (function arguments) + "Qt: QString fun(QString, QVariantList = 0) + Use this variant for ordinary function calls, e.g. Lisp.fun('+', ['1/2', '1/3'])" + (if arguments + (>> (apply (<< function) (<< arguments))) + (>> (funcall (<< function))))) + +(defun fun* (function web-element arguments) + "Qt: QString fun2(QString, QWebElement, QVariantList = 0) + Use this variant if you need to pass a QWebElement, e.g. Lisp.fun2('move', this)" + (flet ((not-null (el) + (if (qrun* (! "isNull" el)) nil el))) + (if arguments + (>> (apply (<< function) (not-null web-element) (<< arguments))) + (>> (funcall (<< function) (not-null web-element)))))) + +(defun %web-pixmap () + "Qt: QPixmap pixmap()" ; see "Lisp.pixmap()" in ASSIGN-PIXMAP + *web-pixmap*) + +;;; pixmap utilities + +(defun assign-pixmap (web-element pixmap) + "Directly assign a QPixmap to a web element." + (let ((*web-pixmap* pixmap) + (element (ensure-web-element web-element))) + (assert (string= "IMG" (tag-name element)) nil + "Wanted , got <~(~A~)>." (tag-name element)) + ;; HACK: we call the same JS function using 2 different names (see your Qt version) + (js "Lisp.pixmap().assignTo(this)" element) ; new name (latest Qt 4.8) + (js "Lisp.pixmap().assignToHTMLImageElement(this)" element))) ; original name (earlier versions) + +(defun to-pixmap (web-element &optional scale-factor) + "Render web element into a pixmap, optionally scaling it." + (qrun* (let* ((element (ensure-web-element web-element)) + (size (nthcdr 2 (! "geometry" element))) + (pixmap (qnew "QPixmap(QSize)" size))) + (if (find 0 size) + pixmap + (progn + (! "fill" pixmap "transparent") + (qlet ((painter "QPainter(QPixmap*)" pixmap)) + (x:do-with (! "setRenderHint" painter) + (|QPainter.Antialiasing| t) + (|QPainter.TextAntialiasing| t) + (|QPainter.SmoothPixmapTransform| t)) + (! "render" element painter)) + (if scale-factor + (! "scaled(QSize,Qt::AspectRatioMode,Qt::TransformationMode)" pixmap + (mapcar (lambda (x) (truncate (+ 0.5 (* scale-factor x)))) + size) + |Qt.IgnoreAspectRatio| |Qt.SmoothTransformation|) + pixmap)))))) + +(let (dummy) + (defun clear-pixmap (web-element) + (unless dummy + (qrun* (setf dummy (qnew "QPixmap(int,int)" 1 1)) + (! "fill" dummy "transparent"))) + (assign-pixmap web-element dummy))) + +;;; generic utilities + +(defun inspector () + (when (probe-file "inspector.lisp") + (load "inspector") + (inspector) ; redefined function + t)) + +(defun clear-html () + (qrun* (! "setHtml" *web-view* ""))) + +(defun append-html (text/html &optional scroll-to-bottom) + (append-inside "BODY" text/html) + (when scroll-to-bottom + (qrun* (qlater 'scroll-to-bottom)))) + +(defun pause (seconds) + (qrun* (qsleep seconds))) + +;;; wrappers for some QFrame methods + +(defun to-html () + (qrun* (! "toHtml" (frame)))) + +(defun document-element () + (qrun* (! "documentElement" (frame)))) + +(defun find-all-elements (selector) + "Return all matching web elements for given selector." + (let ((els (qrun* (! "findAllElements" (frame) selector)))) + (unless (qrun* (zerop (! "count" els))) + els))) + +(defun find-first-element (selector) + "Return first matching web element for given selector." + (let ((el (qrun* (! "findFirstElement" (frame) selector)))) + (unless (qrun* (! "isNull" el)) + el))) + +(defun scroll-to-top () + (qrun* (! "setScrollPosition" (frame) '(0 0)))) + +(defun scroll-to-bottom () + (qrun* (! "setScrollPosition" (frame) '(0 #.(expt 2 15))))) + +(defun scroll-to-anchor (anchor) + (qrun* (! "scrollToAnchor" (frame) anchor))) + +;;; ini + +(qconnect (frame) "javaScriptWindowObjectCleared()" + (lambda () + (! "addToJavaScriptWindowObject" (frame) "Lisp" *webkit-bridge*) + (! "addToJavaScriptWindowObject" (frame) "WebView" *web-view*) + (js "function string (x) { return '\"' + x + '\"'; }"))) ; global JS function for H:LISP + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/inspector.lisp b/examples/M-modules/webkit/Tic-Tac-Toe/inspector.lisp new file mode 100644 index 0000000..1ac04fc --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/inspector.lisp @@ -0,0 +1,13 @@ +;; to be loaded in code with a defined *web-view* (QWebView) + +(in-package :h-utils) + +(let (web-inspector) + (defun inspector () + "Web element inspector, JavaScript debugger and console." + (unless web-inspector + (setf web-inspector (qnew "QWebInspector")) + (let ((settings (! "settings" *web-view*))) + (! "setAttribute" settings |QWebSettings.DeveloperExtrasEnabled| t)) + (! "setPage" web-inspector (! "page" *web-view*))) + (! "show" web-inspector))) diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/lib/_invokables.h b/examples/M-modules/webkit/Tic-Tac-Toe/lib/_invokables.h new file mode 100644 index 0000000..c1354bd --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/lib/_invokables.h @@ -0,0 +1,22 @@ +// THIS FILE IS GENERATED (see "invokables.lisp" in sources) + +Q_INVOKABLE QPixmap pixmap() { + QVariant ret = + eql_fun("h-utils:%web-pixmap", QVariant::Pixmap); + return ret.value(); } + +Q_INVOKABLE QString fun(const QString& x1, const QVariantList& x2 = QVariantList()) { + QVariant ret = + eql_fun("h-utils:fun", QVariant::String, + Q_ARG(QString, x1), + Q_ARG(QVariantList, x2)); + return ret.toString(); } + +Q_INVOKABLE QString fun2(const QString& x1, const QWebElement& x2, const QVariantList& x3 = QVariantList()) { + QVariant ret = + eql_fun("h-utils:fun*", QVariant::String, + Q_ARG(QString, x1), + Q_ARG(QWebElement, x2), + Q_ARG(QVariantList, x3)); + return ret.toString(); } + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.cpp b/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.cpp new file mode 100644 index 0000000..e69de29 diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.h b/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.h new file mode 100644 index 0000000..f843cf0 --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.h @@ -0,0 +1,31 @@ +#ifndef LIB_H +#define LIB_H + +#include +#include +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +class CPP : public QObject { + Q_OBJECT +public: +#include "_invokables.h" +}; + +extern "C" { + LIB_EXPORT QObject* ini() { + static QObject* cpp = 0; + if(!cpp) { + cpp = new CPP; } + return cpp; }} + +QT_END_NAMESPACE + +#endif diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.pro b/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.pro new file mode 100644 index 0000000..11cfe55 --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/lib/webkit_bridge.pro @@ -0,0 +1,18 @@ +QT += webkitwidgets +TEMPLATE = lib +CONFIG += plugin release +INCLUDEPATH += ../../../../../src +LIBS += -L../../../../.. -leql5 +DESTDIR = ./ +TARGET = webkit_bridge +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +macx:QT += network phonon + +include(../../../../../src/windows.pri) + +HEADERS += _invokables.h \ + webkit_bridge.h +SOURCES += webkit_bridge.cpp + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/qt.lisp b/examples/M-modules/webkit/Tic-Tac-Toe/qt.lisp new file mode 100644 index 0000000..48315ba --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/qt.lisp @@ -0,0 +1,9 @@ +;;; generate C++ glue code +;;; (see "invokables.lisp" in sources) + +(progn + (load (in-home "src/lisp/invokables")) + (load "h-utils") + (generate-invokables "lib/") + (qq)) + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/template.htm b/examples/M-modules/webkit/Tic-Tac-Toe/template.htm new file mode 100644 index 0000000..62911ca --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/template.htm @@ -0,0 +1,8 @@ + + + + + + + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/template.lisp b/examples/M-modules/webkit/Tic-Tac-Toe/template.lisp new file mode 100644 index 0000000..d4302cd --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/template.lisp @@ -0,0 +1,23 @@ +;;; WebKit Application + +(require :h-utils "h-utils") + +(defpackage :template + (:nicknames) + (:use :common-lisp :eql) + (:export)) + +(in-package :template) + +(defun ini (html-file size) + (qconnect h:*web-view* "loadFinished(bool)" (lambda (ok) (ini-html))) + (x:do-with h:*web-view* + ("setUrl" (qnew "QUrl(QString)" html-file)) + ("setWindowTitle" "") + ("resize" size) + ("show"))) + +(defun ini-html () + ) + +(ini "template.htm" '(500 400)) diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.htm b/examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.htm new file mode 100644 index 0000000..919a5af --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.htm @@ -0,0 +1,39 @@ + + + + + +

Tic-Tac-Toe

+ + + + + + + +
+
+
+
+

+ + + +

+   +   +   +   + + + diff --git a/examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.lisp b/examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.lisp new file mode 100644 index 0000000..f1a2df0 --- /dev/null +++ b/examples/M-modules/webkit/Tic-Tac-Toe/tic-tac-toe.lisp @@ -0,0 +1,260 @@ +;;; "Tic-Tac-Toe" as WebKit Application +;;; +;;; (depends on small plugin, see "lib/") + +(require :h-utils "h-utils") + +(defpackage :tic-tac-toe + (:nicknames :ttt) + (:use :common-lisp :eql) + (:export + #:*board* + #:*cells* + #:*clear-history* + #:*demo* + #:*level-x* + #:*level-o* + #:*levels* + #:*new-game* + #:*player-x* + #:*player-o* + #:*win-rows* + #:move + #:new-game)) + +(in-package :tic-tac-toe) + +(defun ini (html-file size) + (qconnect h:*web-view* "loadFinished(bool)" (lambda (ok) (ini-html))) + (x:do-with h:*web-view* + ("setUrl" (qnew "QUrl(QString)" html-file)) + ("setWindowTitle" "WebKit Application") + ("resize" size) + ("show"))) + +;;; +;;; WebKit Application (neither EQL functions nor JavaScript code needed, see "h-utils.lisp") +;;; + +;; CSS2 selectors +(defvar *board* "#board") +(defvar *cells* "[class='cells']") +(defvar *clear-history* "#clear-history") +(defvar *demo* "#demo") +(defvar *new-game* "#new-game") + +(defvar *cell-count* 9) +(defvar *levels* '(:novice :intermediate :experienced)) +(defvar *level-x* (second *levels*)) +(defvar *level-o* *level-x*) +(defvar *player-x* :human) +(defvar *player-o* :computer) + +(defun cell-id (index) + (format nil "#c~D" (1+ index))) + +(defun cell-text (index) + (h:hget (cell-id index) :text)) + +(defun pretty-binary (number) + (reverse (substitute #\. #\0 (format nil "~9,'0B" number)))) + +(defun ini-html () + (dotimes (i *cell-count*) + (h:hset (cell-id i) + :class "cells" + :binary-position (pretty-binary (s i)))) ; dynamic property + (h:hset *cells* + :onclick (h:lisp (move :this))) ; pass QWebElement as JS 'this' + (h:hset *new-game* + :onclick (h:lisp (new-game))) + (h:hset *clear-history* + :onclick (h:lisp (clear-history))) + (h:hset *demo* + :onclick (h:lisp (demo))) + (new-game)) + +(let ((s "")) + (defun x-o () + (setf s (if (string= "X" s) "O" "X"))) + (defun previous-x-o () + s) + (defun reset-x-o () + (setf s ""))) + +(defun new-game () + (dolist (var '(*player-x* *player-o* *level-x* *level-o*)) + (format t "~%~(~A~12T~S~)" var (symbol-value var))) + (terpri) + (reset-x-o) + (unmark-row) + (h:hset *cells* :text "") + (when (eql :computer *player-x*) + (computer-move))) + +(defun move (web-element) + (when (and (not (won)) + (x:empty-string (h:hget web-element :text))) + (h:hset web-element :text (x-o)) + (check-win) + (when (and (not (won)) + (or (eql :computer *player-x*) + (eql :computer *player-o*))) + (computer-move)))) + +(defun s (&rest numbers) + "Sum of binary shifted numbers." + (loop :for n :in numbers :sum (ash 1 n))) + +(let (sum) + (defun state (x-o) + (setf sum 0) + (dotimes (i *cell-count*) + (when (string= x-o (cell-text i)) + (incf sum (s i)))) + sum) + (defun latest-state () + sum)) + +(defvar *win-rows* '#.(list (s 0 1 2) (s 3 4 5) (s 6 7 8) ; horizontal + (s 0 3 6) (s 1 4 7) (s 2 5 8) ; vertical + (s 0 4 8) (s 2 4 6))) ; X + +(defun check-win () + (dolist (x-o '("X" "O")) + (let ((state (state x-o))) + (dolist (row *win-rows*) + (when (= row (logand state row)) ; bit logic + (print-win-state row) + (mark-row row) + (blink-row) + (add-to-history) + (return-from check-win t)))))) + +(defun print-win-state (row) + (format t "~%~A~%~A~%" + (map 'string (lambda (s) (if (x:empty-string s) #\. (char s 0))) + (multiple-value-list (h:hget *cells* :text))) + (pretty-binary row))) + +(defun blink-row () + (dotimes (n 2) + (h:pause 1/7) + (unmark-row nil) + (h:pause 1/7) + (unmark-row nil "orange"))) + +(defun img-id (i) + (format nil "#i~D" (1+ i))) + +(defun add-to-history () + (dotimes (i 4) + ;; shift right + (h:assign-pixmap (img-id (- 4 i)) + (h:to-pixmap (img-id (- 3 i))))) + (h:assign-pixmap (img-id 0) + (h:to-pixmap *board* 1/6))) + +(defun clear-history () + (dotimes (i 5) + (h:clear-pixmap (img-id i)))) + +(defun set-background-color (i color) + (h:set-style-property (cell-id i) :background-color color)) + +(let (marked) + (defun mark-row (row) + (dotimes (i *cell-count*) + (when (= row (logior (s i) row)) ; bit logic + (set-background-color i "orange") + (push i marked)))) + (defun unmark-row (&optional (reset t) (color "steelblue")) + (dolist (i marked) + (set-background-color i color)) + (when reset + (setf marked nil))) + (defun won () + marked)) + +;;; computer player + +(defun check-win-move (x-o) + "Find missing position for 3-in-a-row." + (let ((state (state x-o))) + (dolist (row *win-rows*) + (let ((i (position (- row (logand state row)) ; bit logic + '#.(loop :for i :below 9 :collect (s i))))) + (when (and i (x:empty-string (cell-text i))) + (return-from check-win-move i)))))) + +(defun level () + (if (string= "X" (previous-x-o)) + *level-x* + *level-o*)) + +(defun computer-move () + (h:pause 1/7) + (flet ((mv (i) + (when (and i (x:empty-string (cell-text i))) + i)) + (rnd (nums) + (x:when-it (remove-if-not (lambda (i) (x:empty-string (cell-text i))) + nums) + (nth (random (length x:it)) x:it))) + (state (s) + (= (logior s (latest-state)) + (latest-state)))) + (let ((prev (previous-x-o)) + (curr (x-o))) + (x:when-it (or (check-win-move curr) ; win move? (me) + (and (or (not (eql :novice (level))) + (zerop (random 2))) + (check-win-move prev)) ; prevent win move (you) + ;; novice + (and (eql :novice (level)) + (mv (rnd '#.(loop :for i :below 9 :collect i)))) + ;; intermediate + (and (eql :intermediate (level)) + (or (mv (rnd '(0 2 4 6 8))) ; any corner, center + (mv (rnd '(1 3 5 7))))) ; any mid + ;; experienced + (mv 4) ; center + (and (not (find (latest-state) + '#.(list (s 0 8) (s 2 6)))) + (or (and (state (s 1)) (mv (rnd '(0 2)))) ; corner top + (and (state (s 3)) (mv (rnd '(0 6)))) ; corner left + (and (state (s 5)) (mv (rnd '(2 8)))) ; corner right + (and (state (s 7)) (mv (rnd '(6 8)))) ; corner bottom + (mv (rnd '(0 2 6 8))))) ; any corner + (mv (rnd '(1 3 5 7)))) ; any mid + (h:hset (cell-id x:it) :text curr) + (check-win) + (when (and (not (won)) + (eql :computer *player-x*) + (eql :computer *player-o*)) + (computer-move)))))) + +(defun demo (&optional (repeat 10) (level-x 1) (level-o 2)) + (clear-history) + (%demo repeat level-x level-o)) + +(let (stop) + (defun %demo (repeat level-x level-o) + (if (eql :stopping stop) + (setf stop nil) + (when (plusp repeat) + (let ((*player-x* :computer) + (*player-o* :computer) + (*level-x* (nth (1- level-x) *levels*)) + (*level-o* (nth (1- level-o) *levels*))) + (new-game) + (qsingle-shot 500 (lambda () (%demo (1- repeat) level-x level-o))))))) + (defun stop () + (setf stop :stopping))) + +;;; run + +(progn + (ini (x:cc "file://" (namestring (probe-file "tic-tac-toe.htm"))) + '(350 450)) + (qlater (lambda () (in-package :tic-tac-toe)))) diff --git a/examples/M-modules/webkit/dom.lisp b/examples/M-modules/webkit/dom.lisp new file mode 100644 index 0000000..ee901d2 --- /dev/null +++ b/examples/M-modules/webkit/dom.lisp @@ -0,0 +1,42 @@ +;;; This is a port of Qt example "webkit/domtraversal/" + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(qrequire :webkit) + +(in-package :eql-user) + +(load "ui/ui-dom") ; generated: "eql -quic dom.ui" + +(defun ini (&optional url) + (qconnect ui:*web-view* "loadFinished(bool)" 'load-finished) + (when url + (set-url url))) + +(defun set-url (string) + (qlet ((url "QUrl(QString)" string)) + (|setUrl| ui:*web-view* url))) + +(defun load-finished (ok) + (|clear| ui:*tree-widget*) + (examine-child-elements (|documentElement| (|mainFrame| (|page| ui:*web-view*))) + (|invisibleRootItem| ui:*tree-widget*))) + +(defun examine-child-elements (parent-element parent-item) + (let ((element (|firstChild| parent-element))) + (x:while (not (|isNull| element)) + (let ((item (qnew "QTreeWidgetItem"))) + (|setText| item 0 (|tagName| element)) + (|addChild| parent-item item) + (examine-child-elements element item) + (setf element (|nextSibling| element)))))) + +(defun ensure-url (string) + (if (or (x:starts-with "http" string) + (x:starts-with "file" string)) + string + (x:cc "file://" string))) + +(ini (ensure-url (or (third (|arguments.QCoreApplication|)) + (namestring (probe-file "../../../doc/index.html"))))) diff --git a/examples/M-modules/webkit/inspector.lisp b/examples/M-modules/webkit/inspector.lisp new file mode 100644 index 0000000..b352a53 --- /dev/null +++ b/examples/M-modules/webkit/inspector.lisp @@ -0,0 +1,11 @@ +;; to be loaded in code with a defined *web-view* (QWebView) + +(let (web-inspector) + (defun inspector () + "Web element inspector, JavaScript debugger and console." + (unless web-inspector + (setf web-inspector (qnew "QWebInspector")) + (let ((settings (|settings| *web-view*))) + (|setAttribute| settings |QWebSettings.DeveloperExtrasEnabled| t)) + (|setPage| web-inspector (|page| *web-view*))) + (|show| web-inspector))) diff --git a/examples/M-modules/webkit/lib/_invokables.h b/examples/M-modules/webkit/lib/_invokables.h new file mode 100644 index 0000000..da198e5 --- /dev/null +++ b/examples/M-modules/webkit/lib/_invokables.h @@ -0,0 +1,24 @@ +// THIS FILE IS GENERATED (see "invokables.lisp" in sources) + +Q_INVOKABLE void setParams(const QStringList& x1, const QStringList& x2) { + eql_fun("eql-user:set-params", + Q_ARG(QStringList, x1), + Q_ARG(QStringList, x2)); } + +Q_INVOKABLE QString eval(const QString& x1) { + QVariant ret = + eql_fun("eql-user:eval*", QVariant::String, + Q_ARG(QString, x1)); + return ret.toString(); } + +Q_INVOKABLE void flipValue(const QWebElement& x1) { + eql_fun("eql-user:flip-value", + Q_ARG(QWebElement, x1)); } + +Q_INVOKABLE QStringList testCall(const QDateTime& x1, const QVariantList& x2 = QVariantList()) { + QVariant ret = + eql_fun("eql-user:test-call", QVariant::StringList, + Q_ARG(QDateTime, x1), + Q_ARG(QVariantList, x2)); + return ret.toStringList(); } + diff --git a/examples/M-modules/webkit/lib/webkit_bridge.cpp b/examples/M-modules/webkit/lib/webkit_bridge.cpp new file mode 100644 index 0000000..e69de29 diff --git a/examples/M-modules/webkit/lib/webkit_bridge.h b/examples/M-modules/webkit/lib/webkit_bridge.h new file mode 100644 index 0000000..f843cf0 --- /dev/null +++ b/examples/M-modules/webkit/lib/webkit_bridge.h @@ -0,0 +1,31 @@ +#ifndef LIB_H +#define LIB_H + +#include +#include +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +class CPP : public QObject { + Q_OBJECT +public: +#include "_invokables.h" +}; + +extern "C" { + LIB_EXPORT QObject* ini() { + static QObject* cpp = 0; + if(!cpp) { + cpp = new CPP; } + return cpp; }} + +QT_END_NAMESPACE + +#endif diff --git a/examples/M-modules/webkit/lib/webkit_bridge.pro b/examples/M-modules/webkit/lib/webkit_bridge.pro new file mode 100644 index 0000000..c8f911a --- /dev/null +++ b/examples/M-modules/webkit/lib/webkit_bridge.pro @@ -0,0 +1,18 @@ +QT += webkitwidgets +TEMPLATE = lib +CONFIG += plugin release +INCLUDEPATH += ../../../../src +LIBS += -L../../../.. -leql5 +DESTDIR = ./ +TARGET = webkit_bridge +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +macx:QT += network phonon + +include(../../../../src/windows.pri) + +HEADERS += _invokables.h \ + webkit_bridge.h +SOURCES += webkit_bridge.cpp + diff --git a/examples/M-modules/webkit/plugin-widget.htm b/examples/M-modules/webkit/plugin-widget.htm new file mode 100644 index 0000000..371b759 --- /dev/null +++ b/examples/M-modules/webkit/plugin-widget.htm @@ -0,0 +1,24 @@ + + +

Simple QWebPluginFactory Example

+ + + + +

+ +
+ +

+ + + diff --git a/examples/M-modules/webkit/plugin-widget.lisp b/examples/M-modules/webkit/plugin-widget.lisp new file mode 100644 index 0000000..e199ecc --- /dev/null +++ b/examples/M-modules/webkit/plugin-widget.lisp @@ -0,0 +1,57 @@ +;;; QtWebKit Plugin Widget Example +;;; +;;; (depends on small plugin, see "lib/") +;;; +;;; This is a simple example of embedding a custom QWidget in a QWebView. +;;; +;;; Note: Adding QNetworkRequest to the plugin widget would allow to get +;;; any data from the web, but this is not shown here. + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(qrequire :webkit) + +(in-package :eql-user) + +(load "inspector") + +(defvar *web-view* (qnew "QWebView")) +(defvar *webkit-bridge* (qload-c++ "lib/webkit_bridge")) + +(defun frame () + (|mainFrame| (|page| *web-view*))) + +(defun clock () + (symbol-value (find-symbol "*CLOCK*" :clock))) + +(defun set-params (arg-names arg-values) + "Qt: void setParams(QStringList, QStringList)" ; see "README-GLUE-CODE.txt" + (mapc (lambda (name value) + (when (find name '("show-minutes" "show-seconds") :test 'string-equal) + (setf (symbol-value (find-symbol (string-upcase (format nil "*~A*" name)) :clock)) + (string-equal "true" value)))) + arg-names arg-values)) + +(defun ini () + ;; use example "clock" as plugin widget + (load "../../2-clock") + (|hide| (clock)) + (let ((web-plugin (qnew "QWebPluginFactory(QObject*)" *web-view*)) + (settings (|settings| *web-view*))) + (|setAttribute| settings |QWebSettings.PluginsEnabled| t) + (qoverride web-plugin "create(QString,QUrl,QStringList,QStringList)" + (lambda (mime-type url arg-names arg-values) + (when (string= "application/x-clock" mime-type) + (set-params arg-names arg-values) + (clock)))) + (|setPluginFactory| (|page| *web-view*) web-plugin)) + (qconnect (frame) "javaScriptWindowObjectCleared()" + (lambda () + (|addToJavaScriptWindowObject| (frame) "Lisp" *webkit-bridge*))) + (|setUrl| *web-view* (qnew "QUrl(QString)" + (x:cc "file://" (namestring (probe-file "plugin-widget.htm"))))) + (|show| *web-view*)) + +(ini) + diff --git a/examples/M-modules/webkit/qt.lisp b/examples/M-modules/webkit/qt.lisp new file mode 100644 index 0000000..1887c5b --- /dev/null +++ b/examples/M-modules/webkit/qt.lisp @@ -0,0 +1,11 @@ +;;; generate C++ glue code +;;; (see "invokables.lisp" in sources) + +(progn + (load (in-home "src/lisp/invokables")) + ;; for simplicity we generate one plugin for 2 example files + (load "plugin-widget") + (load "webkit-bridge") + (generate-invokables "lib/") + (qq)) + diff --git a/examples/M-modules/webkit/strip-html.lisp b/examples/M-modules/webkit/strip-html.lisp new file mode 100644 index 0000000..e29ad36 --- /dev/null +++ b/examples/M-modules/webkit/strip-html.lisp @@ -0,0 +1,147 @@ +;;; +;;; REMOVE WEB ELEMENTS ------------------------------------------------ +;;; +;;; (open-file) ; a) select local file +;;; (open-url) ; b) enter URL +;;; (set-url "http://lisp.it") ; c) set URL directly +;;; +;;; (count* :img) ; count matching web elements +;;; (count* "*") ; see CSS2 selectors +;;; +;;; (strip :img) ; removes all +;;; (strip :div :id "main") ; removes
+;;; (strip :a :rel "next") ; removes This is spam. +;;; +;;; optionally use CSS2 selector syntax: +;;; +;;; (strip "*") ; oops! (see context menu / reload) +;;; +;;; (view :div :id "main") ; displays "outerHtml" of single element +;;; +;;; (save-file) +;;; +;;; +;;; INSPECTOR ---------------------------------------------------------- +;;; +;;; (inspector) ; see context menu / inspect +;;; +;;; +;;; ITERATE ------------------------------------------------------------ +;;; +;;; (iterate-elements "A" (|setOuterXml| element text)) ; unlink +;;; + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +#+win32 (si:trap-fpe 'floating-point-underflow nil) ; for QWebInspector + +(qrequire :webkit) + +(in-package :eql-user) + +(load "inspector") + +(defvar *web-view* (qnew "QWebView")) + +(defmacro iterate-elements (tag/selector &body body) + "Iterates over web elements of QWebFrame, locally binding ELEMENT to QWebElement, and TEXT to its plain text." + (let ((i (gensym))) + `(let ((elements (|findAllElements| (frame) ,tag/selector))) + (dotimes (,i (|count| elements)) + (let* ((element (|at| elements ,i)) + (text (|toPlainText| element))) + ,@body))))) + +(defun os-pathname (name) + #+(or darwin linux) + (qutf8 name) + #+win32 + (qlocal8bit name)) + +(defun ensure-url (name) + (if (or (x:starts-with "http" name) + (x:starts-with "file" name)) + name + (x:cc "file://" name))) + +(defun set-url (name) + (unless (x:empty-string name) + (|setWindowTitle| *web-view* name) + (qlet ((url "QUrl(QString)" (ensure-url name))) + (x:do-with *web-view* + (|load| url) + (|show|))))) + +(defun open-url () + (let ((name (|getText.QInputDialog| *web-view* nil (tr "Enter URL:") |QLineEdit.Normal| + "http://planet.lisp.org/" + nil))) ; ok + (when (qok) + (set-url name)))) + +(let ((filter "Html files (*.htm *.html)")) + (defun open-file () + (set-url (|getOpenFileName.QFileDialog| nil nil nil filter))) + (defun save-file () + (let ((file (|getSaveFileName.QFileDialog| nil nil nil filter))) + (unless (x:empty-string file) + (with-open-file (s (os-pathname file) :direction :output :if-exists :supersede) + (write-string (|toHtml| (frame)) s) + file))))) + +(defun frame () + (|mainFrame| (|page| *web-view*))) + +(defun to-string (x) + (cond ((stringp x) + x) + ((keywordp x) + (symbol-name x)) + (t + "*"))) + +(defun count* (&optional (tag/selector "*")) + (|count| (|findAllElements| (frame) (to-string tag/selector)))) + +(defun strip (tag/selector &optional attribute value) + "Removes all web elements matching tag/selector. Returns number of removed elements." + (let ((removed 0)) + (flet ((rm (el) + (incf removed) + (|removeFromDocument| el))) + (let ((attr (to-string attribute))) + (iterate-elements (to-string tag/selector) + (if (eql :text attribute) + (when (search value text :test 'string-equal) + (rm element)) + (when (or (not attribute) + (string-equal value (|attribute| element attr))) + (rm element)))))) + removed)) + +(defun web-view-dialog (html) + "Displays html in temporary dialog." + (qlet ((dialog "QDialog") + (layout "QVBoxLayout(QWidget*)" dialog) + (view "QWebView")) + (|addWidget| layout view) + (|setHtml| view html) + (|exec| dialog))) ; delete on closing (see QLET) + +(defun view (tag/selector &optional attribute value) + "Displays 'outerHtml' of first tag/selector found." + (flet ((view* (el) + (web-view-dialog (|toOuterXml| el)) + (return-from view))) + (let ((attr (to-string attribute))) + (iterate-elements (to-string tag/selector) + (if (eql :text attribute) + (when (search value text :test 'string-equal) + (view* element)) + (when (or (not attribute) + (string-equal value (|attribute| element attr))) + (view* element))))))) + +(open-url) diff --git a/examples/M-modules/webkit/ui/README.txt b/examples/M-modules/webkit/ui/README.txt new file mode 100644 index 0000000..2ef952c --- /dev/null +++ b/examples/M-modules/webkit/ui/README.txt @@ -0,0 +1 @@ +Run "eql -quic dom.ui" after editing dom.ui (in Qt Designer). diff --git a/examples/M-modules/webkit/ui/dom.ui b/examples/M-modules/webkit/ui/dom.ui new file mode 100644 index 0000000..7b23829 --- /dev/null +++ b/examples/M-modules/webkit/ui/dom.ui @@ -0,0 +1,80 @@ + + + main + + + + 0 + 0 + 800 + 600 + + + + Web Element DOM Traversal + + + + + 4 + + + 4 + + + + + + + + + + 0 + 0 + 800 + 22 + + + + + + + Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea + + + Document Structure + + + 1 + + + + + 4 + + + + + false + + + + 1 + + + + + + + + + + + QWebView + QWidget +
QtWebKit/QWebView
+
+
+ + +
diff --git a/examples/M-modules/webkit/ui/ui-dom.lisp b/examples/M-modules/webkit/ui/ui-dom.lisp new file mode 100644 index 0000000..1347501 --- /dev/null +++ b/examples/M-modules/webkit/ui/ui-dom.lisp @@ -0,0 +1,78 @@ +;;; THIS FILE IS GENERATED (see 'eql -quic') + +(defpackage :ui + (:use :common-lisp :eql) + (:export + ;; all DEFVARs except layouts, spacers + #:*central-widget* + #:*dock-widget* + #:*dock-widget-contents* + #:*main* + #:*menu-bar* + #:*status-bar* + #:*tree-widget* + #:*web-view* + #:ini + #:retranslate-ui)) + +(in-package :ui) + +(defvar *main*) ; QMainWindow (main widget) +(defvar *central-widget*) ; QWidget +(defvar *dock-widget*) ; QDockWidget +(defvar *dock-widget-contents*) ; QWidget +(defvar *menu-bar*) ; QMenuBar +(defvar *status-bar*) ; QStatusBar +(defvar *tree-widget*) ; QTreeWidget +(defvar *vertical-layout-1*) ; QVBoxLayout +(defvar *vertical-layout-2*) ; QVBoxLayout +(defvar *web-view*) ; QWebView + +(defun ini () + (qlet () + (let (--qtreewidgetitem) + (setf *main* (qnew "QMainWindow")) + (qfun *main* "setObjectName" "main") + (qfun *main* "resize" 800 600) + (setf *central-widget* (qnew "QWidget(QWidget*)" *main*)) + (qfun *central-widget* "setObjectName" "central_widget") + (setf *vertical-layout-1* (qnew "QVBoxLayout(QWidget*)" *central-widget*)) + (qfun *vertical-layout-1* "setObjectName" "vertical_Layout_1") + (qfun *vertical-layout-1* "setContentsMargins" -1 4 -1 4) + (setf *web-view* (qnew "QWebView(QWidget*)" *central-widget*)) + (qfun *web-view* "setObjectName" "web_view") + (qfun *vertical-layout-1* "addWidget" *web-view*) + (qfun *main* "setCentralWidget" *central-widget*) + (setf *menu-bar* (qnew "QMenuBar(QWidget*)" *main*)) + (qfun *menu-bar* "setObjectName" "menu_bar") + (qfun *menu-bar* "setGeometry" 0 0 800 22) + (qfun *main* "setMenuBar" *menu-bar*) + (setf *status-bar* (qnew "QStatusBar(QWidget*)" *main*)) + (qfun *status-bar* "setObjectName" "status_bar") + (qfun *main* "setStatusBar" *status-bar*) + (setf *dock-widget* (qnew "QDockWidget(QWidget*)" *main*)) + (qfun *dock-widget* "setObjectName" "dock_widget") + (qfun *dock-widget* "setAllowedAreas" (logior |Qt.LeftDockWidgetArea| |Qt.RightDockWidgetArea|)) + (setf *dock-widget-contents* (qnew "QWidget")) + (qfun *dock-widget-contents* "setObjectName" "dock_widget_contents") + (setf *vertical-layout-2* (qnew "QVBoxLayout(QWidget*)" *dock-widget-contents*)) + (qfun *vertical-layout-2* "setContentsMargins" 4 4 4 4) + (qfun *vertical-layout-2* "setObjectName" "vertical_layout_2") + (setf *tree-widget* (qnew "QTreeWidget(QWidget*)" *dock-widget-contents*)) + (setf --qtreewidgetitem (qnew "QTreeWidgetItem")) + (qfun --qtreewidgetitem "setText" 0 "1") + (qfun *tree-widget* "setHeaderItem" --qtreewidgetitem) + (qfun *tree-widget* "setObjectName" "tree_widget") + (qfun (qfun *tree-widget* "header") "setVisible" nil) + (qfun *vertical-layout-2* "addWidget" *tree-widget*) + (qfun *dock-widget* "setWidget" *dock-widget-contents*) + (qfun *main* "addDockWidget" 1 *dock-widget*) + (retranslate-ui) + (qfun *main* "show")))) + +(defun retranslate-ui () + (let () + (qfun *main* "setWindowTitle" (tr "Web Element DOM Traversal")) + (qfun *dock-widget* "setWindowTitle" (tr "Document Structure")))) + +(ini) diff --git a/examples/M-modules/webkit/webkit-bridge.htm b/examples/M-modules/webkit/webkit-bridge.htm new file mode 100644 index 0000000..e55a34d --- /dev/null +++ b/examples/M-modules/webkit/webkit-bridge.htm @@ -0,0 +1,59 @@ + + +

Simple QtWebKit Bridge Demo

+
    +
  1. +

    Call Lisp function, passing a Date and an Array

    + +
  2. +

    Change value in Lisp (passing a QWebElement)

    + + +
  3. +

    Eval in Lisp

    + +
  4. +

    Set Qt Property of this QWebView

    + + +
  5. +

    Call Qt Slot of this QWebView

    + +
+
+

See also Web Inspector + Scripts and Console: +

+

+ Script debugging, introspecting web elements / functions and properties of exposed objects +
(type Lisp and see drop down of QtRuntimeObject) +

+
+

+ Delete exposed Lisp + object (examples 1 to 3 will stop working) +

+ + diff --git a/examples/M-modules/webkit/webkit-bridge.lisp b/examples/M-modules/webkit/webkit-bridge.lisp new file mode 100644 index 0000000..40704c8 --- /dev/null +++ b/examples/M-modules/webkit/webkit-bridge.lisp @@ -0,0 +1,77 @@ +;;; Simple QtWebKit Bridge Demo +;;; +;;; depends on small plugin, see "lib/" + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +#+win32 (si:trap-fpe 'floating-point-underflow nil) ; for QWebInspector + +(qrequire :webkit) + +(load "inspector") + +(defvar *web-view* (qnew "QWebView" "size" '(700 550))) + +(defvar eql-user::*webkit-bridge* (qload-c++ "lib/webkit_bridge")) ; eval once only, even from other package (see CLONE) +(defvar eql-user::*clone-count* 0) ; (see above) + +(defun frame () + (|mainFrame| (|page| *web-view*))) + +(defun ini () + (qconnect (frame) "javaScriptWindowObjectCleared()" + (lambda () + (|addToJavaScriptWindowObject| (frame) "Lisp" eql-user::*webkit-bridge*) ; for examples 1, 2, 3 + (|addToJavaScriptWindowObject| (frame) "WebView" *web-view*))) ; for examples 4, 5 + (|setUrl| *web-view* (qnew "QUrl(QString)" + (x:cc "file://" (namestring (probe-file "webkit-bridge.htm"))))) + (when (find "debug" (|arguments.QCoreApplication|) :test 'string=) + (inspector)) + (|show| *web-view*)) + +;;; clone me + +(defvar *clone-name* #.(format nil "CLONE-~D" (incf eql-user::*clone-count*))) + +(defun clone () + (make-package #.*clone-name*) + (in-package #.*clone-name*) + (use-package :eql) + (load "webkit-bridge") + (|setWindowTitle| (symbol-value (find-symbol "*WEB-VIEW*" #.*clone-name*)) + #.*clone-name*) + "(clone)") + +;;; These functions can be called from JavaScript (see "README-GLUE-CODE.txt") + +(defun test-call (now arguments) + "Qt: QStringList testCall(QDateTime, QVariantList = 0)" + ;; | from C++ to + ;; ----------|-------------------------------------------------------- + ;; arguments | JS array of vars -> QVariantList -> LIST + ;; return | LIST of strings -> QStringList -> JS array of strings + ;; + (qmsg (cons now arguments)) + (mapcar (lambda (arg) + (if (qt-object-p arg) + (|toString| arg) + (princ-to-string arg))) + (cons now arguments))) + +(defun eval* (expression) + "Qt: QString eval(QString)" + (handler-case (princ-to-string (eval (read-from-string expression))) + (error (condition) + (qmsg (format nil "

Lisp Eval Error

~A

" + (qescape (princ-to-string condition)))) + expression))) + +(defun flip-value (web-element) + "Qt: void flipValue(QWebElement)" + ;; indirection fun: a 'value' of an element can only be changed through JavaScript + (flet ((js (code) + (|toString| (|evaluateJavaScript| web-element code)))) + (js (format nil "this.value = ~S" (reverse (js "this.value")))))) + +(ini) diff --git a/examples/X-extras/CLOS-encapsulation.lisp b/examples/X-extras/CLOS-encapsulation.lisp new file mode 100644 index 0000000..d505637 --- /dev/null +++ b/examples/X-extras/CLOS-encapsulation.lisp @@ -0,0 +1,45 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(in-package :eql-user) + +;; define class or struct + +(defclass my-label-1 () + ((label :initform (qnew "QLabel" "objectName" "label_1")))) + +(defstruct my-label-2 + (label (qnew "QLabel" "objectName" "label_2"))) + +;; specialize THE-QT-OBJECT + +(defmethod the-qt-object ((object my-label-1)) + (slot-value object 'label)) + +(defmethod the-qt-object ((object my-label-2)) + (my-label-2-label object)) + +;;; The Lisp objects can now be used the same as QT-OBJECT, +;;; that is: they can be passed as arguments to any EQL function + +(defvar *label-1* (make-instance 'my-label-1)) +(defvar *label-2* (make-my-label-2)) +(defvar *label-3* (qnew "QLabel" "objectName" "label_3")) + +(defun run () + (let* ((dialog (qnew "QDialog")) + (layout (qnew "QVBoxLayout(QWidget*)" dialog))) + (x:do-with (|addWidget| layout) + *label-1* *label-2* *label-3*) + (flet ((print-me (label color) + (|setText| (symbol-value label) (format nil "

~A ... ~A" + color + label + (qescape (princ-to-string (symbol-value label))))))) + (qset-color dialog |QPalette.Window| "white") + (print-me '*label-1* "red") + (print-me '*label-2* "green") + (print-me '*label-3* "blue")) + (x:do-with dialog |show| |raise|))) + +(run) diff --git a/examples/X-extras/calculator.lisp b/examples/X-extras/calculator.lisp new file mode 100644 index 0000000..8d6f4cf --- /dev/null +++ b/examples/X-extras/calculator.lisp @@ -0,0 +1,227 @@ +;;; A simple calculator +;;; +;;; - displays exact value + float value +;;; - runs visual automations + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage :calculator + (:nicknames :clc) + (:use :common-lisp :eql) + (:export + #:*main* + #:auto + #:run)) + +(in-package :calculator) + +(defvar *main* (qnew "QDialog")) +(defvar *real* (qnew "QLabel" + "frameShape" |QFrame.Box|)) +(defvar *float* (qnew "QLineEdit" + "readOnly" t + "font" (x:let-it (|font.QApplication|) + (|setPointSize| x:it (+ 6 (|pointSize| x:it)))))) + +(defvar *precision* 0f0) ; f = float, d = double, l = long +(defvar *value1* nil) +(defvar *value2* nil) +(defvar *reset* nil) +(defvar *operation*) +(defvar *decimals*) + +(defun error-to-string (err) + (let ((err (string-trim "#" (write-to-string err :case :downcase)))) + (subseq err 0 (position #\# err)))) + +(defun funcall-protect (fun &rest args) + (multiple-value-bind (val err) + (ignore-errors (apply fun args)) + (or val + (progn + (|critical.QMessageBox| nil "Error" (error-to-string err)) + 0)))) + +(defun display-number (n) + (flet ((str (x) + (format nil "~:D" x))) + (x:when-it (funcall-protect (lambda (x) (float x *precision*)) n) + (|setText| *float* (princ-to-string x:it))) + (let* ((num (str (numerator n))) + (den (str (denominator n))) + (dif (- (length den) (length num)))) + (|setText| *real* (format nil "
~A~A
~A" (if (plusp dif) (make-string dif) "") num den)) + (|setEnabled| (qfind-child *main* "blah") (= 1 (denominator n)))))) + +(defun clear-display () + (setf *value1* 0 + *decimals* nil) + (display-number 0)) + +(defun words-clicked () + (qmsg (format nil "~R" *value1*))) + +(defun digit-clicked () + (when *reset* + (clear-display) + (setf *reset* nil)) + (let ((clicked (parse-integer (|text| (qsender))))) + (setf *value1* (if *decimals* + (+ (* clicked (expt 10 (- (incf *decimals*)))) + *value1*) + (+ clicked + (* 10 *value1*))))) + (display-number *value1*)) + +(defun back-clicked () + (when (and *decimals* (zerop *decimals*)) + (setf *decimals* nil)) + (setf *value1* (if *decimals* + (let ((n (expt 10 (decf *decimals*)))) + (/ (truncate (* n *value1*)) n)) + (truncate (/ *value1* 10)))) + (display-number *value1*)) + +(defun invert (operation) + (setf *value1* (funcall-protect operation *value1*)) + (display-number *value1*)) + +(defun sign-clicked () + (invert '-)) + +(defun reci-clicked () + (invert '/)) + +(defun point-clicked () + (setf *decimals* 0)) + +(defun clear-clicked () + (setf *value2* nil) + (clear-display) + (|adjustSize| *main*)) + +(defun operate () + (x:when-it (funcall-protect *operation* *value2* *value1*) + (setf *value2* x:it) + (display-number *value2*))) + +(defun operation-clicked () + (if *value2* + (operate) + (setf *value2* *value1*)) + (setf *operation* (intern (|text| (qsender))) + *reset* t)) + +(defun equal-clicked () + (when *value2* + (operate) + (shiftf *value1* *value2* nil) + (setf *reset* t))) + +;;; UI + +(defun run () + (flet ((b () + (qnew "QToolButton" + "minimumSize" '(35 25) + "sizePolicy" #.(qnew "QSizePolicy(QSizePolicy::Policy,QSizePolicy::Policy)" + |QSizePolicy.Expanding| |QSizePolicy.Expanding|)))) + (let* ((layout* (|layout| *main*)) + (layout (if (qnull layout*) ; for multiple call of RUN + (qnew "QGridLayout(QWidget*)" *main*) + (qt-object-? layout*))) + (digits (make-array 10)) + (plus (b)) (minus (b)) (multiply (b)) (divide (b)) (reci (b)) (sign (b)) + (point (b)) (clear (b)) (back (b)) (words (b)) (equal (b))) + (dotimes (n 10) + (setf (svref digits n) (b))) + (x:do-with (|addWidget| layout) + (reci 2 0) + (divide 2 1) + (multiply 2 2) + (minus 2 3) + (clear 2 4) + (back 3 4) + (words 4 4) + (sign 5 3) + (point 6 3) + (*real* 0 0 1 5) + (*float* 1 0 1 5) + (plus 3 3 2 1) + (equal 5 4 2 1) + ((svref digits 0) 6 0 1 3)) + (let ((n 0)) + (dotimes (r 3) + (dotimes (c 3) + (|addWidget| layout (svref digits (incf n)) (- 5 r) c)))) + (dolist (btn (list (list plus "+") + (list minus "-") + (list multiply "*") + (list divide "/") + (list reci "1/x" "R") + (list sign "+-" "S") + (list point ".") + (list clear "AC" "Delete") + (list back "<<" "Backspace") + (list words "blah" "B") + (list equal "=" "Return"))) + (let ((w (first btn)) + (s (second btn))) + (x:do-with (qset w) + ("text" s) + ("objectName" s) + ("shortcut" (qnew "QKeySequence(QString)" (or (third btn) s)))))) + (dotimes (n 10) + (let ((w (svref digits n)) + (s (princ-to-string n))) + (x:do-with (qset w) + ("text" s) + ("objectName" s) + ("shortcut" (qnew "QKeySequence(QString)" s))))) + (dolist (w (list *float* *real*)) + (|setAlignment| w |Qt.AlignRight|)) + (dotimes (n 10) + (qconnect (svref digits n) "clicked()" 'digit-clicked)) + (dolist (w (list plus minus multiply divide)) + (qconnect w "clicked()" 'operation-clicked)) + (mapc (lambda (w fun) + (qconnect w "clicked()" fun)) + (list clear back sign point reci words equal) + (list 'clear-clicked 'back-clicked 'sign-clicked 'point-clicked 'reci-clicked 'words-clicked 'equal-clicked)) + (clear-display) + (|setFocus| *real*) + (x:do-with *main* |show| |raise|)))) + +(run) + +;;; visual automation + +(defun prepare (buttons) + (flet ((normalize (string) + (string-trim " " (with-output-to-string (s) + (x:do-string (ch string) + (unless (char= #\Space ch) + (format s "~C " ch))))))) + (let ((buttons* (normalize buttons))) + (dolist (name (sort (mapcar (lambda (o) (|objectName| o)) + (qfind-children *main* nil "QToolButton")) + '> :key 'length)) + (setf buttons* (x:string-substitute name (normalize name) buttons*))) + (x:split buttons*)))) + +(defun auto (buttons &optional (milliseconds 400)) + "Run visually the passed BUTTONS (either one string or a list of button strings)." + (when (stringp buttons) + (setf buttons (prepare buttons))) + (when buttons + (|animateClick| (qfind-child *main* (first buttons)) milliseconds) + (qsingle-shot (* 2 milliseconds) (lambda () (auto (rest buttons) milliseconds))))) + +;;; example / eql calculator -a + +(defun qarg (argument) + (find argument (|arguments.QCoreApplication|) :test 'string=)) + +(when (qarg "-a") + (auto "AC 1.25 + 3.75 = *= *= 1/x 1/x +- blah")) diff --git a/examples/X-extras/cpp-move-blocks/lib.cpp b/examples/X-extras/cpp-move-blocks/lib.cpp new file mode 100644 index 0000000..2210f6c --- /dev/null +++ b/examples/X-extras/cpp-move-blocks/lib.cpp @@ -0,0 +1,24 @@ +#include "lib.h" +#include "eql_fun.h" + +QT_BEGIN_NAMESPACE + +static qreal easingFunction(qreal progress) { + // see "../move-blocks.lisp" + return eql_fun("eql-user::custom-easing-function", QVariant::Double, + Q_ARG(qreal, progress)).toDouble(); } + +QEasingCurve* CPP::easingCurve() { + static QEasingCurve* curve = 0; + if(!curve) { + curve = new QEasingCurve(QEasingCurve::Custom); + curve->setCustomType(easingFunction); } + return curve; } + +QObject* ini() { + static CPP* cpp = 0; + if(!cpp) { + cpp = new CPP; } + return cpp; } + +QT_END_NAMESPACE diff --git a/examples/X-extras/cpp-move-blocks/lib.h b/examples/X-extras/cpp-move-blocks/lib.h new file mode 100644 index 0000000..36a0299 --- /dev/null +++ b/examples/X-extras/cpp-move-blocks/lib.h @@ -0,0 +1,25 @@ +#ifndef LIB_H +#define LIB_H + +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +extern "C" { LIB_EXPORT QObject* ini(); } + +class CPP : public QObject { + Q_OBJECT +public: + + Q_INVOKABLE QEasingCurve* easingCurve(); +}; + +QT_END_NAMESPACE + +#endif diff --git a/examples/X-extras/cpp-move-blocks/lib.pro b/examples/X-extras/cpp-move-blocks/lib.pro new file mode 100644 index 0000000..b72a00c --- /dev/null +++ b/examples/X-extras/cpp-move-blocks/lib.pro @@ -0,0 +1,13 @@ +TEMPLATE = lib +CONFIG += plugin release +INCLUDEPATH += ../../../src +LIBS += -L../../.. -leql5 +DESTDIR = ./ +TARGET = easing_curve +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(../../../src/windows.pri) + +HEADERS += lib.h +SOURCES += lib.cpp diff --git a/examples/X-extras/cpp-qimage/lib.cpp b/examples/X-extras/cpp-qimage/lib.cpp new file mode 100644 index 0000000..17cbe6f --- /dev/null +++ b/examples/X-extras/cpp-qimage/lib.cpp @@ -0,0 +1,31 @@ +#include "lib.h" + +QT_BEGIN_NAMESPACE + +QObject* ini() { + static CPP* cpp = 0; + if(!cpp) { + cpp = new CPP; } + return cpp; } + +static void _toGrayscale(QImage* image) { + if(image) { + // stolen from Stack Overflow + for(int y = 0; y < image->height(); y++) { + uchar* scan = image->scanLine(y); + int depth = 4; + for(int x = 0; x < image->width(); x++) { + QRgb* rgbpixel = reinterpret_cast(scan + x * depth); + int gray = qGray(*rgbpixel); + *rgbpixel = QColor(gray, gray, gray).rgba(); }}}} + +QImage CPP::toGrayscale(const QImage& image) { + QImage image2 = image; + image2.detach(); + _toGrayscale(&image2); + return image2; } + +void CPP::toGrayscaleReplace(QImage* image) { + _toGrayscale(image); } + +QT_END_NAMESPACE diff --git a/examples/X-extras/cpp-qimage/lib.h b/examples/X-extras/cpp-qimage/lib.h new file mode 100644 index 0000000..e33add9 --- /dev/null +++ b/examples/X-extras/cpp-qimage/lib.h @@ -0,0 +1,26 @@ +#ifndef LIB_H +#define LIB_H + +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +extern "C" { LIB_EXPORT QObject* ini(); } + +class CPP : public QObject { + Q_OBJECT +public: + + Q_INVOKABLE QImage toGrayscale(const QImage&); + Q_INVOKABLE void toGrayscaleReplace(QImage*); +}; + +QT_END_NAMESPACE + +#endif diff --git a/examples/X-extras/cpp-qimage/lib.pro b/examples/X-extras/cpp-qimage/lib.pro new file mode 100644 index 0000000..9a89f82 --- /dev/null +++ b/examples/X-extras/cpp-qimage/lib.pro @@ -0,0 +1,13 @@ +TEMPLATE = lib +CONFIG += plugin release +INCLUDEPATH += ../../../src +LIBS += -L../../.. -leql5 +DESTDIR = ./ +TARGET = qimage +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(../../../src/windows.pri) + +HEADERS += lib.h +SOURCES += lib.cpp diff --git a/examples/X-extras/lcd.lisp b/examples/X-extras/lcd.lisp new file mode 100644 index 0000000..e571c28 --- /dev/null +++ b/examples/X-extras/lcd.lisp @@ -0,0 +1,24 @@ +;;; LCD pixel color test (inspired by a "comp.lang.lisp" thread) + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(in-package :eql-user) + +(defun lcd-test () + (let ((widget (qnew "QWidget(QWidget*,Qt::WindowFlags)" nil |Qt.WindowStaysOnTopHint| + "mouseTracking" t))) + (qoverride widget "mouseMoveEvent(QMouseEvent*)" + (lambda (event) + (qset-color widget |QPalette.Window| + (|fromHsv.QColor| + (floor (* 359 (/ (|x| event) (|width| widget)))) + (floor (* 255 (/ (|y| event) (|height| widget)))) + 255)))) + (qoverride widget "mousePressEvent(QMouseEvent*)" (lambda (event) (qquit))) + (|setPos.QCursor| '(0 0)) + (|showFullScreen| widget) + #+darwin + (|raise| widget))) + +(lcd-test) diff --git a/examples/X-extras/make-qimage.lisp b/examples/X-extras/make-qimage.lisp new file mode 100644 index 0000000..7c28316 --- /dev/null +++ b/examples/X-extras/make-qimage.lisp @@ -0,0 +1,547 @@ +;;; +;;; Contributed by Mark Cox, please see LICENSE-MAKE-QIMAGE.txt +;;; + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage "MAKE-QIMAGE-EXAMPLE" + (:use "COMMON-LISP" + "EQL") + (:documentation + "The MAKE-QIMAGE-EXAMPLE package tests the EQL:MAKE-QIMAGE function. + +The example creates many QImage objects with varying QImage::Format +specifications. The data used by the QImage object is obtained from a +Lisp created array.")) + +(in-package "MAKE-QIMAGE-EXAMPLE") + +;; The qimage test database + +(defclass qimage-test () + ((name + :initarg :name + :reader test-name) + (short-description + :initarg :short-description + :reader test-short-description) + (long-description + :initarg :long-description + :reader test-long-description) + (function + :initarg :function + :reader test-function)) + (:documentation "An instance of the QIMAGE-TEST class encapsulates + the information needed to conduct a MAKE-QIMAGE test.")) + +(defvar *qimage-tests* nil + "The database of qimage-test objects.") + +(defun remove-all-qimage-tests () + "Remove all tests from the database." + (setf *qimage-tests* nil)) + +(defun map-qimage-tests (function) + "Invoke FUNCTION once for each QIMAGE-TEST instance in the +database." + (map nil #'(lambda (item) + (funcall function (cdr item))) + *qimage-tests*)) + +(defun qimage-test (name) + "Return the QIMAGE-TEST instance with the given test NAME, or NIL if +an instance cannot be found." + (declare (type symbol name)) + (let ((v (assoc name *qimage-tests*))) + (when v + (cdr v)))) + +(defun (setf qimage-test) (value name) + "Store a QIMAGE-TEST instance with in the test database." + (declare (type qimage-test value) + (type symbol name)) + (assert (eql (test-name value) name)) + (let ((v (assoc name *qimage-tests*))) + (cond + (v + (setf (cdr v) value)) + (t + (push (cons name value) *qimage-tests*) + value)))) + +(defun ensure-qimage-test (name &key short-description long-description function) + "Create and add a new QIMAGE-TEST object to the test database." + (setf (qimage-test name) (make-instance 'qimage-test + :name name + :short-description short-description + :long-description long-description + :function function))) + +(defmacro define-qimage-test (name-expression long-description &body body) + "A more convenient syntax for ENSURE-QIMAGE-TEST." + (destructuring-bind (symbol-name short-description) name-expression + `(ensure-qimage-test ',symbol-name + :short-description ,short-description + :long-description ,long-description + :function (lambda () + ,@body)))) + +;; Define the QImage tests. + +(defun make-checkerboard (&key (board-length 8) (block-length 8)) + "Create an array with element type BIT initialised with a +checkerboard pattern. + +The value of BOARD-LENGTH refers to the number of blocks along one +side of the checkerboard. The value of BLOCK-LENGTH represents the +side length of a block in pixels." + (let* ((width (* board-length block-length)) + (height (* board-length block-length)) + (board (make-array (list height width) :element-type 'bit :initial-element 0))) + (labels ((colour-square (row column) + (loop :for i :from (* row block-length) :below (* (1+ row) block-length) :do + (loop :for j :from (* column block-length) :below (* (1+ column) block-length) :do + (setf (aref board i j) 1)))) + (colour-column-if (row predicate) + (dotimes (column board-length) + (when (funcall predicate column) + (colour-square row column))))) + (dotimes (row board-length) + (colour-column-if row (if (evenp row) #'evenp #'oddp))) + board))) + +(defun make-color-table-from-colors (&rest colors) + "Create a new color table from the list of COLORS. Each color in +COLORS must be a (UNSIGNED-BYTE 32) value." + (assert (every #'(lambda (item) + (typep item '(unsigned-byte 32))) + colors)) + (make-array (list (length colors)) :initial-contents colors)) + +(defun indexed8-color-table/redscale () + "Creates a color table where 8 bit integers refer to different +shades of red." + (let ((rv (make-array 256))) + (dotimes (i (length rv)) + (setf (aref rv i) (qrgb i 0 0))) + rv)) + +(defun indexed8-color-table/bluescale () + "Creates a color table where 8 bit integers refer to different +shades of blue." + (let ((rv (make-array 256))) + (dotimes (i (length rv)) + (setf (aref rv i) (qrgb 0 0 i))) + rv)) + +(defun make-gradient-image (width height) + "Create an indexed8 gradient image. The color values are determined + by the pixel coordinate's distance to the center of the image. The + furthest point has the value 0 and the center point has the value + 255." + (assert (and (evenp width) + (evenp height))) + (let* ((center-x (/ width 2)) + (center-y (/ height 2)) + (maximum-distance (sqrt (+ (* center-x center-x) + (* center-y center-y)))) + (rv (make-array (list height width) :element-type '(unsigned-byte 8)))) + (labels ((distance-to-center (x y) + (let ((dx (- x center-x)) + (dy (- y center-y))) + (sqrt (+ (* dx dx) (* dy dy))))) + (determine-color (x y) + (let ((v (round (* 255 (- 1 (/ (distance-to-center x y) + maximum-distance)))))) + (min (max 0 v) 255)))) + (dotimes (i height) + (dotimes (j width) + (setf (aref rv i j) (determine-color j i)))) + rv))) + +(define-qimage-test (mono/default-color-table "Mono (default color table)") + "A checkerboard image created using a two dimensional array with element type BIT. + +The board is a 5 by 5 grid with each square containing 7 by 7 +pixels. The top left square should be white and the alternating color +should be black." + (make-qimage (make-checkerboard :board-length 5 :block-length 7) + |QImage.Format_Mono|)) + +(define-qimage-test (mono/color-table "Mono (custom color table)") + "An checkerboard image created using a two dimensional array with element type BIT. + +The board is a 8 by 8 grid with each square containing of 5 by 5 +pixels. The top left square should be green and the alternating color +should be red." + (make-qimage (make-checkerboard :board-length 8 :block-length 5) + |QImage.Format_Mono| + :color-table (make-color-table-from-colors (qrgb 255 0 0) (qrgb 0 255 0)))) + +(define-qimage-test (indexed8/default-color-table "Indexed8 (default color table)") + "A 100 by 100 gradient image created from a two dimensional array with element type (UNSIGNED-BYTE 8). + +The color table used produces an image that is white in the center and +black in the corners." + (make-qimage (make-gradient-image 100 100) + |QImage.Format_Indexed8|)) + +(define-qimage-test (indexed8/redscale-color-table "Indexed8 (redscale color table)") + "A 100 by 100 gradient image created from a two dimensional array with element type (UNSIGNED-BYTE 8). + +The color table used produces an image that is red in the center and +black in the corners." + (make-qimage (make-gradient-image 100 100) + |QImage.Format_Indexed8| + :color-table (indexed8-color-table/redscale))) + +(define-qimage-test (rgb444 "RGB444") + "A 100 by 100 gradient image created from a two dimensional array with element type (UNSIGNED-BYTE 16). The QImage format is RGB444 (0x0RGB). + +The image contains the colors black, green, red and yellow in the top +left, bottom right, top right and bottom right corners +respectively. All other colors are interpolated." + (labels ((qrgb444 (r g b) + (declare (type (integer 0 15) r g b)) + (let ((v 0)) + (setf (ldb (byte 4 8) v) r + (ldb (byte 4 4) v) g + (ldb (byte 4 0) v) b) + v))) + (let ((data (make-array (list 100 100) :element-type '(unsigned-byte 16)))) + (destructuring-bind (height width) (array-dimensions data) + (dotimes (i height) + (let ((green (round (* 15 (/ i height))))) + (dotimes (j width) + (let ((red (round (* 15 (/ j width))))) + (setf (aref data i j) (qrgb444 red green 0))))))) + (make-qimage data |QImage.Format_RGB444|)))) + +(define-qimage-test (rgb32 "RGB32") + "A 100 by 100 gradient image created from a two dimensional array with element type (UNSIGNED-BYTE 32). The QImage format is RGB32 (0x00RRGGBB). + +The image contains the colors black, green, blue and cyan in the top +left, bottom right, top right and bottom right corners +respectively. All other colors are interpolated." + (let ((data (make-array (list 100 100) :element-type '(unsigned-byte 32)))) + (destructuring-bind (height width) (array-dimensions data) + (dotimes (i height) + (let ((green (round (* 255 (/ i height))))) + (dotimes (j width) + (let ((blue (round (* 255 (/ j width))))) + (setf (aref data i j) (qrgb 0 green blue))))))) + (make-qimage data |QImage.Format_RGB32|))) + +(define-qimage-test (rgb888 "RGB888 (3 dimensional lisp array)") + "A 100 by 100 gradient image created using a three dimensional array with element type (UNSIGNED-BYTE 8). The QImage format is RGB888. + +The image contains the colors black, red, blue and purple in the top +left, bottom right, top right and bottom right corners +respectively. All other colors are interpolated." + (let ((data (make-array (list 100 100 3) :element-type '(unsigned-byte 8)))) + (let ((height (array-dimension data 0)) + (width (array-dimension data 1))) + (dotimes (i height) + (let ((red (round (* 255 (/ i height))))) + (dotimes (j width) + (let ((blue (round (* 255 (/ j width))))) + (setf (aref data i j 0) red + (aref data i j 1) 0 + (aref data i j 2) blue)))))) + (make-qimage data |QImage.Format_RGB888|))) + +;; the application protocol + +(defgeneric resize (widget width height) + (:documentation "Resize WIDGET to the specified WIDTH and HEIGHT.")) + +(defgeneric show (widget) + (:documentation "Show the WIDGET.")) + +(defgeneric description (window) + (:documentation "Return the description string displayed in WINDOW.")) + +(defgeneric (setf description) (new-value window) + (:documentation "Change the description displayed in WINDOW.")) + +(defgeneric image (window) + (:documentation "The image object currently displaed by WINDOW.")) + +(defgeneric (setf image) (new-value window) + (:documentation "Change the image object displayed by WINDOW.")) + +(defgeneric add-item (window short-description on-selection) + (:documentation "Add a selectable item to WINDOW. The item will be + displayed to the user using SHORT-DESCRIPTION. The function + ON-SELECTION is called when the item is selected by the user.")) + +(defgeneric test-selected (application-window index) + (:documentation "This function is called by an instance of +APPLICATION-WINDOW when the user selects a test.")) + +(defun main () + (let ((window (make-instance 'application-window))) + (map-qimage-tests #'(lambda (test) + (add-item window (test-short-description test) + (lambda () + (setf (description window) (test-long-description test) + (image window) (funcall (test-function test))))))) + (test-selected window 0) + (resize window 800 600) + (show window))) + +;; GUI stuff + +;; - Double Slider + +(defclass double-slider () + ((minimum-value + :initarg :minimum-value + :accessor minimum-value) + (maximum-value + :initarg :maximum-value + :accessor maximum-value) + (slider + :reader widget) + (value + :initarg :value + :accessor value) + (on-value-change + :initarg :on-value-change + :accessor on-value-change)) + (:default-initargs + :minimum-value 0.1 + :maximum-value 10 + :number-of-steps 1000 + :value 1 + :orientation |Qt.Horizontal| + :on-value-change nil) + (:documentation "A double version of the Qt QSlider class.")) + +(defun double-slider/from-int-value (double-slider int-value) + "Convert the INT-VALUE to the double value used by the +DOUBLE-SLIDER." + (with-slots (slider) double-slider + (let* ((int-minimum (|minimum| slider)) + (int-maximum (|maximum| slider)) + (m (/ (- (maximum-value double-slider) + (minimum-value double-slider)) + (- int-maximum int-minimum))) + (c (- (maximum-value double-slider) + (* m int-maximum)))) + (+ (* m int-value) c)))) + +(defun double-slider/to-int-value (double-slider value) + "Conver the double VALUE to an integer value that can be used by a +QSlider instance." + (with-slots (slider) double-slider + (let* ((y1 (|maximum| slider)) + (y2 (|minimum| slider)) + (x1 (maximum-value double-slider)) + (x2 (minimum-value double-slider)) + (m (/ (- y1 y2) (- x1 x2))) + (c (- y1 (* m x1)))) + (round (+ (* m value) c))))) + +(defmethod (setf value) :after (value (slider double-slider)) + "Change the value displayed by the QSlider instance." + (|setValue| (widget slider) (double-slider/to-int-value slider value))) + +(defmethod (setf value) :around (value (slider double-slider)) + "Call the ON-VALUE-CHANGE callback when the value of the +DOUBLE-SLIDER changes." + (let ((value-before (value slider))) + (call-next-method) + (unless (= value-before (value slider)) + (let ((fn (on-value-change slider))) + (when fn + (funcall fn value)))))) + +(defmethod initialize-instance :after ((self double-slider) &key orientation number-of-steps) + (setf (minimum-value self) (min (value self) (minimum-value self)) + (maximum-value self) (max (value self) (maximum-value self))) + + (with-slots (slider) self + (setf slider (qnew "QSlider(Qt::Orientation,QWidget*)" orientation nil)) + (|setMinimum| slider 0) + (|setMaximum| slider number-of-steps) + (|setValue| slider 0) + (qconnect slider "valueChanged(int)" (lambda (new-value) + (setf (value self) (double-slider/from-int-value self new-value))))) + + (setf (value self) (value self))) + +;; image viewer widget + +(defclass image-viewer () + ((zoom + :initarg :zoom + :accessor zoom) + (graphics-view + :reader widget) + (pixmap-item) + (image + :accessor image)) + (:default-initargs + :zoom 1) + (:documentation "A widget for displaying QImage objects.")) + +(defmethod (setf zoom) :around (new-value (self image-viewer)) + "Change the transform of the graphics-view if the zoom value +changes." + (with-slots (graphics-view ) self + (let ((current (zoom self))) + (call-next-method) + (unless (= current new-value) + (|setTransform| graphics-view (|fromScale.QTransform| new-value new-value)))))) + +(defmethod (setf image) :after (new-value (self image-viewer)) + "Change the pixmap displayed by the PIXMAP-ITEM." + (cond + ((null new-value) + (setf (image self) (qnew "QImage"))) + (t + (with-slots (pixmap-item graphics-view) self + (|setPixmap| pixmap-item (|fromImage.QPixmap| (image self))) + (|setPos| pixmap-item + (/ (|width| (image self)) -2) + (/ (|height| (image self)) -2)) + (|centerOn| graphics-view 0 0))))) + +(defmethod initialize-instance :after ((self image-viewer) &key) + (with-slots (window graphics-view pixmap-item text-item zoom-slider) self + (let ((graphics-scene (qnew "QGraphicsScene"))) + (setf graphics-view (qnew "QGraphicsView")) + (setf pixmap-item (qnew "QGraphicsPixmapItem")) + (|addItem| graphics-scene pixmap-item) + (|setScene| graphics-view graphics-scene)))) + +;; test list widget +(defclass qimage-test-list-view () + ((on-selection + :initarg :on-selection + :reader on-selection) + (list-view + :reader widget)) + (:documentation "The view used by the user to select the different + QImage tests. The callback ON-SELECTION is invoked when a test is + selected.")) + +(defgeneric model (view-object) + (:documentation "Return the model object used by VIEW-OBJECT.")) + +(defgeneric (setf model) (value view-object) + (:documentation "Change the model object used by VIEW-OBJECT.")) + +(defgeneric current-index (view-object) + (:documentation "Return the current selected row in view.")) + +(defgeneric (setf current-index) (value view-object) + (:documentation "Change the currently selected row in view.")) + +(defmethod initialize-instance :after ((self qimage-test-list-view) &key) + (with-slots (list-view) self + (setf list-view (qnew "QListView")) + (|setEditTriggers| list-view |QAbstractItemView.NoEditTriggers|) + (qconnect list-view "clicked(QModelIndex)" (lambda (index) + (when (on-selection self) + (funcall (on-selection self) (|row| index))))))) + +(defmethod model ((view-object qimage-test-list-view)) + (|model| (widget view-object))) + +(defmethod (setf model) (new-value (view-object qimage-test-list-view)) + (|setModel| (widget view-object) new-value)) + +(defmethod current-index ((view-object qimage-test-list-view)) + (|currentIndex| (widget view-object))) + +(defmethod (setf current-index) (value (view-object qimage-test-list-view)) + (declare (type (integer 0) value)) + (let* ((model (|model| (widget view-object))) + (model-index (|index| model value 0))) + (|setCurrentIndex| (widget view-object) model-index))) + +(defclass application-window () + ((widget + :reader widget) + (image-viewer) + (zoom-slider) + (test-list-view) + (test-list-model) + (description) + (items + :initform nil)) + (:documentation "The view used to display the image created by a QImage + test.")) + +(defmethod image ((window application-window)) + (with-slots (image-viewer) window + (image image-viewer))) + +(defmethod (setf image) (new-value (window application-window)) + (with-slots (image-viewer) window + (setf (image image-viewer) new-value))) + +(defmethod (setf description) (new-value (window application-window)) + (with-slots (description) window + (|setText| description new-value))) + +(defmethod test-selected ((application-window application-window) index) + (with-slots (items test-list-view) application-window + (setf (current-index test-list-view) index) + (funcall (elt items index)))) + +(defmethod add-item ((window application-window) short-description on-selection) + (with-slots (test-list-model items) window + (|columnCount| test-list-model) + (|insertRow| test-list-model (|rowCount| test-list-model)) + (|setData| test-list-model + (|index| test-list-model (1- (|rowCount| test-list-model)) 0) + (qnew "QVariant(QString)" short-description)) + (setf items (append items (cons on-selection nil))))) + +(defmethod initialize-instance :after ((self application-window) &key) + (with-slots (widget image-viewer zoom-slider test-list-view test-list-model description) self + (setf widget (qnew "QWidget") + image-viewer (make-instance 'image-viewer) + zoom-slider (make-instance 'double-slider :on-value-change (lambda (new-zoom) + (setf (zoom image-viewer) new-zoom))) + test-list-view (make-instance 'qimage-test-list-view :on-selection (lambda (index) + (test-selected self index))) + test-list-model (qnew "QStringListModel") + description (qnew "QLabel")) + + (|setWordWrap| description t) + (|setMaximumWidth| description 250) + (|setMinimumHeight| (widget test-list-view) 150) + (|setMaximumHeight| (widget test-list-view) 150) + (|setModel| (widget test-list-view) test-list-model) + + (let ((layout (qnew "QHBoxLayout"))) + (let ((v (qnew "QVBoxLayout"))) + (|addWidget| v (qnew "QLabel" "text" "QImage format")) + (|addWidget| v (widget test-list-view)) + (|addWidget| v description) + (|addStretch| v) + (|addLayout| layout v 0)) + (let ((v (qnew "QVBoxLayout"))) + (|addWidget| v (widget image-viewer)) + (let ((h (qnew "QHBoxLayout"))) + (|addStretch| h) + (|addWidget| h (Widget zoom-slider)) + (|addLayout| v h)) + (|addLayout| layout v 1)) + (|setLayout| widget layout)))) + +;; common method implementations + +(defmethod resize (object width height) + (|resize| (widget object) width height)) + +(defmethod show (object) + (|show| (widget object))) + +(main) + diff --git a/examples/X-extras/move-blocks.lisp b/examples/X-extras/move-blocks.lisp new file mode 100644 index 0000000..598c5fd --- /dev/null +++ b/examples/X-extras/move-blocks.lisp @@ -0,0 +1,393 @@ +;;; This is a (slightely extended) port of the Qt example "moveblocks". +;;; Depends on plugin in "cpp/", needed for custom easing curve function. +;;; +;;; Exploring the features is left as an exercise... + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(in-package :eql-user) + +(setf *break-on-errors* t) + +;;; +;;; cpp plugin +;;; + +(defvar *c++* (qload-c++ (in-home "examples/X-extras/cpp-move-blocks/easing_curve"))) +(defvar *custom-easing-curve* (! "easingCurve" (:qt *c++*))) + +(let ((sub 0) + (div 1) + function) + (defun custom-easing-function (progress) + (let ((y (ignore-errors + (eval (subst progress 'x function))))) + (if y + (/ (- y sub) div) + progress))) + (defun easing-function-edited () + (labels ((call (x) + (ignore-errors (eval (subst x 'x function)))) + (normalize () + (setf sub (or (call 0) 0) + div (or (- (call 1) sub) 1)) + (when (zerop div) + (setf div 1)))) + (let* ((fun (ignore-errors + (read-from-string (format nil "(progn ~A)" (|toPlainText| *custom*))))) + (y (ignore-errors + (eval (subst 1 'x fun))))) + (when (numberp y) + (setf function fun) + (normalize) + (update-graph-pixmap *custom-easing-curve*)) + (qset-color *custom* |QPalette.Base| (if y "white" "peachpuff")))))) + +;;; +;;; user interface +;;; + +(defvar *main* (qload-ui (in-home "examples/data/move-blocks.ui"))) + +(defvar-ui *main* + *custom* + *duration* + *easing-curve* + *graph* + *items* + *pause* + *view*) + +(defun easing-curve-names () + (let ((custom "Custom")) + (cons custom (sort (remove custom (mapcar 'car (cdadr (qenums "QEasingCurve" "Type"))) :test 'string=) + 'string<)))) + +(defun ini-ui () + ;; easing curve + (x:do-with *easing-curve* + (|setToolTip| "Change easing curve of selected items") + (|addItems| (easing-curve-names))) + (|setCurrentIndex| *easing-curve* (|findText| *easing-curve* "InElastic")) + (qconnect *easing-curve* "activated(QString)" 'change-easing-curve) + ;; custom easing curve function + (x:do-with *custom* + (|setFont| (qnew "QFont(QString,int)" + #+darwin "Monaco" #+darwin 12 + #+linux "Monospace" #+linux 9 + #+windows "Courier New" #+windows 10)) + (|setPlainText| (format nil ";; \"Custom\" easing function~ + ~%~ + ~%(defun ease (s)~ + ~% (- (* (expt x 3) (1+ s))~ + ~% (* (expt x 2) s)))~ + ~%~ + ~%(ease (- (* 15 x) 7))"))) + (qconnect *custom* "textChanged()" 'easing-function-edited) + (easing-function-edited) + ;; items + (x:do-with *items* + (|setColumnCount| 2) + (|setRootIsDecorated| nil) + (|setSelectionMode| |QAbstractItemView.ExtendedSelection|)) + (|hide| (|header| *items*)) + (|setStretchLastSection| (|header| *items*) t) + (qlater (lambda () (|resizeColumnToContents| *items* 0))) + ;; graph + (qlet ((curve "QEasingCurve(QEasingCurve::Type)" |QEasingCurve.OutElastic|)) + (update-graph-pixmap curve :ini)) + (qoverride *graph* "paintEvent(QPaintEvent*)" 'paint-graph) + ;; duration + (x:do-with (qset *duration*) + ("minimum" 1) + ("maximum" 4000) + ("value" 1500)) + (qconnect *duration* "valueChanged(int)" 'change-duration) + ;; pause + (x:do-with (qset *pause*) + ("minimum" 1) + ("maximum" 1000) + ("value" 150)) + (qconnect *pause* "valueChanged(int)" 'change-pause) + ;; sizes + (|setMinimumSize| *view* '(250 250)) ; initial size, see below + (|setMinimumWidth| *items* 200) + (|setMinimumWidth| *custom* 250) + (|resize| *main* '(0 0)) + (qlater (lambda () + (|show| *main*) + (|setMinimumSize| *view* '(10 10))))) + +(let ((n 0)) + (defun add-to-items (color) + (let ((item (qnew "QTreeWidgetItem(QStringList)" (list (format nil "item ~D" (incf n)))))) + (|setIcon| item 0 (qnew "QIcon(QPixmap)" + (x:let-it (qnew "QPixmap(int,int)" 10 10) + (|fill| x:it color)))) + (|setText| item 1 (if (oddp n) "InElastic" "OutElastic")) ; initial values + (|addTopLevelItem| *items* item)))) + +;;; graph pixmap (easing curve) + +(let* ((steps 70) + (bx 5) + (by 30) + (progress bx) + pixmap) + (defun update-graph-pixmap (curve &optional ini) + (when pixmap + (qdel pixmap)) + (setf pixmap (qnew "QPixmap(int,int)" (+ (* 2 bx) steps) (+ (* 2 by) steps))) + (when ini + (|setFixedSize| *graph* (|size| pixmap))) + (qlet ((painter "QPainter(QPixmap*)" pixmap) + (brush1 "QBrush(QColor)" "lightgray") + (brush2 "QBrush(QColor)" "cornflowerblue") + (pen1 "QPen(QBrush,qreal,Qt::PenStyle)" brush1 1 |Qt.DashLine|) + (pen2 "QPen(QBrush,qreal)" brush2 2)) + (|fill| pixmap "lightyellow") + (x:do-with painter + (|setRenderHint| |QPainter.Antialiasing|) + (|setPen| pen1) + (|drawLine| (list bx by (+ bx steps) by)) + (|drawLine| (let ((y (+ steps by))) (list bx y (+ bx steps) y))) + (|setPen| pen2)) + (let (p*) + (dotimes (x (1+ steps)) + (let ((p (list (+ bx x) (- (+ by steps) + (* steps (|valueForProgress| curve (/ x steps))))))) + (|drawLine| painter (append (or p* p) p)) + (setf p* p)))))) + (defun paint-graph (event) + (qlet ((p "QPainter(QWidget*)" *graph*)) + (|drawPixmap| p '(0 0) pixmap) + (when progress + (x:do-with p + (|setPen| "red") + (|drawLine| (list progress 0 progress (+ (* 2 by) steps))))))) + (defun update-graph-progress (ms) + (let ((max (|value| *duration*))) + (setf progress (if (= max ms) + nil + (+ bx (* steps (/ ms max)))))) + (|update| *graph*) + (qcall-default))) + +;;; +;;; move blocks +;;; + +(defconstant +state-switch-event+ (+ |QEvent.User| 256)) + +(defvar *timer* (qnew "QTimer" + "singleShot" t)) + +;;; state-switch-event + +(let (event-rand) + (defun new-state-switch-event (rand) + (setf event-rand rand) + (qnew "QEvent(QEvent::Type)" +state-switch-event+)) + (defun event-rand () + event-rand)) + +;;; state-switch-transition + +(defstruct (state-switch-transition (:conc-name transition-)) + (q (qnew "QAbstractTransition")) + (rand 0)) + +(defmethod the-qt-object ((object state-switch-transition)) + (transition-q object)) + +(defun new-state-switch-transition (rand) + (let ((trans (make-state-switch-transition :rand rand))) + (qoverride trans "eventTest(QEvent*)" + (lambda (event) + (and (= +state-switch-event+ + (|type| event)) + (= (transition-rand trans) + (event-rand))))) + trans)) + +;;; state-switcher + +(defstruct (state-switcher (:conc-name :switcher-)) + (q nil) + (state-count 0) + (last-index 0)) + +(defmethod the-qt-object ((object state-switcher)) + (switcher-q object)) + +(defun new-state-switcher (machine name) + (let ((switch (make-state-switcher :q (qnew "QState(QState*)" machine + "objectName" name)))) + (qoverride switch "onEntry(QEvent*)" + (lambda (event) + (let (n) + (x:while (= (setf n (1+ (random (switcher-state-count switch)))) + (switcher-last-index switch))) + (setf (switcher-last-index switch) n) + (|postEvent| (|machine| switch) + (new-state-switch-event n))))) + switch)) + +;;; main + +(defun new-graphics-rect-widget (color) + (let ((grect (qnew "QGraphicsWidget"))) + (qoverride grect "paint(QPainter*,QStyleOptionGraphicsItem*,QWidget*)" + (lambda (painter s w) + (|fillRect| painter (|rect| grect) color))) + (add-to-items color) ; see *items* + grect)) + +(defun create-geometry-state (parent objects rects) + (let ((result (qnew "QState(QState*)" parent))) + (mapc (lambda (object rect) + (|assignProperty| result object "geometry" (qnew "QVariant(QRect)" rect))) + objects rects) + result)) + +(defun add-state (state-switcher state animation) + (let ((trans (new-state-switch-transition (incf (switcher-state-count state-switcher))))) + (x:do-with trans + (|setTargetState| state) + (|addAnimation| animation)) + (|addTransition| state-switcher trans))) + +(defmacro push* (item list) + `(setf ,list (nconc ,list (list ,item)))) + +(let (animations groups) + (defun add-property-animation (anim-group button property curve-type duration &optional pause) + (let ((anim (qnew "QPropertyAnimation(QObject*,QByteArray)" button (x:string-to-bytes property))) + (group (if pause + (let ((group (qnew "QSequentialAnimationGroup(QObject*)" anim-group))) + (|addPause| group pause) + (push* group groups) + group) + anim-group))) + (x:do-with anim + (|setDuration| duration) + (|setEasingCurve| (qnew "QEasingCurve(QEasingCurve::Type)" curve-type))) + (push* anim animations) + (|addAnimation| group anim) + anim)) + (defun change-easing-curve (name) + (let ((type (symbol-value (intern (x:cc "QEasingCurve." name))))) + (dotimes (i (|topLevelItemCount| *items*)) + (let ((item (|topLevelItem| *items* i)) + (curve (if (string= "Custom" name) + *custom-easing-curve* + (qnew "QEasingCurve(QEasingCurve::Type)" type)))) + (when (|isSelected| item) + (|setText| item 1 name) + (|setEasingCurve| (nth i animations) curve)) + (update-graph-pixmap curve))))) + (defun change-duration (msec) + (dolist (anim animations) + (|setDuration| anim msec)) + (update-timer)) + (defun change-pause (msec) + (let ((n 0)) + (dolist (group groups) + (let ((anim (|takeAnimation| group 1))) + (x:do-with group + (|clear|) + (|addPause| (* (incf n) msec)) + (|addAnimation| anim))))) + (update-timer)) + (defun update-timer () + (|setInterval| *timer* (+ (|value| *duration*) + (* 4 (|value| *pause*)) + 500)))) + +(defun ini () + (let* ((item1 (new-graphics-rect-widget "tomato")) + (item2 (new-graphics-rect-widget "lightgreen")) + (item3 (new-graphics-rect-widget "lightblue")) + (item4 (new-graphics-rect-widget "lightyellow")) + (items (list item1 item2 item3 item4)) + (scene (qnew "QGraphicsScene" + "sceneRect" '(0 0 300 300))) + (machine (qnew "QStateMachine")) + (group (qnew "QState" + "objectName" "group")) + (anim-group (qnew "QParallelAnimationGroup"))) + (|setScene| *view* scene) + (|setZValue| item2 1) + (|setZValue| item3 2) + (|setZValue| item4 3) + (x:do-with scene + (|setBackgroundBrush| (qnew "QBrush(QColor)" "darkslategray")) + (|addItem| item1) + (|addItem| item2) + (|addItem| item3) + (|addItem| item4)) + (x:do-with *view* + (|setAlignment| (logior |Qt.AlignLeft| |Qt.AlignTop|)) + (|setHorizontalScrollBarPolicy| |Qt.ScrollBarAlwaysOff|) + (|setVerticalScrollBarPolicy| |Qt.ScrollBarAlwaysOff|)) + (let ((state1 (create-geometry-state group items + '((100 0 50 50) + (150 0 50 50) + (200 0 50 50) + (250 0 50 50)))) + (state2 (create-geometry-state group items + '((250 100 50 50) + (250 150 50 50) + (250 200 50 50) + (250 250 50 50)))) + (state3 (create-geometry-state group items + '((150 250 50 50) + (100 250 50 50) + (50 250 50 50) + (0 250 50 50)))) + (state4 (create-geometry-state group items + '((0 150 50 50) + (0 100 50 50) + (0 50 50 50) + (0 0 50 50)))) + (state5 (create-geometry-state group items + '((100 100 50 50) + (150 100 50 50) + (100 150 50 50) + (150 150 50 50)))) + (state6 (create-geometry-state group items + '((50 50 50 50) + (200 50 50 50) + (50 200 50 50) + (200 200 50 50)))) + (state7 (create-geometry-state group items + '((0 0 50 50) + (250 0 50 50) + (0 250 50 50) + (250 250 50 50)))) + (state-switcher (new-state-switcher machine "stateSwitcher"))) + (let ((anim (add-property-animation anim-group item1 "geometry" |QEasingCurve.OutElastic| 1500))) + (qoverride anim "updateCurrentTime(int)" 'update-graph-progress)) + (add-property-animation anim-group item2 "geometry" |QEasingCurve.InElastic| 1500 150) + (add-property-animation anim-group item3 "geometry" |QEasingCurve.OutElastic| 1500 225) + (add-property-animation anim-group item4 "geometry" |QEasingCurve.InElastic| 1500 300) + (|setInterval| *timer* 2500) + (dolist (state (list state1 state2 state3 state4 state5 state6 state7)) + (add-state state-switcher state anim-group)) + (x:do-with group + (|setInitialState| state1) + (|addTransition| *timer* (qsignal "timeout()") state-switcher))) + (x:do-with machine + (|addState| group) + (|setInitialState| group) + (|start|)) + (qconnect group "entered()" *timer* "start()") + (qoverride *view* "resizeEvent(QResizeEvent*)" + (lambda (event) + (|fitInView| *view* (|sceneRect| scene)) + (qcall-default))))) + +(progn + (ini-ui) + (ini)) diff --git a/examples/X-extras/palindrome/README.txt b/examples/X-extras/palindrome/README.txt new file mode 100644 index 0000000..0d82e47 --- /dev/null +++ b/examples/X-extras/palindrome/README.txt @@ -0,0 +1,27 @@ +INFO +==== + +One of the most fascinating palindromes, see: + +http://en.wikipedia.org/wiki/Sator_Square + + +RUN +=== + + eql palindrome 400 8/10 # optionally pass width / opacity + + +HTML VERSION +============ + +Since this is a relatively complex application, it would be +convenient to generate a 'lazy' (pre-calculated) Html5 version, +using the element and JS. + +Use command line option :html to have it generated: + + eql palindrome.lisp :html + +(optionally pass the width, which defaults to 450) + diff --git a/examples/X-extras/palindrome/definitions.lisp b/examples/X-extras/palindrome/definitions.lisp new file mode 100644 index 0000000..cfb7b06 --- /dev/null +++ b/examples/X-extras/palindrome/definitions.lisp @@ -0,0 +1,99 @@ +(provide :definitions) + +(defparameter *duration* 3000) ; (change-duration 1000) +(defparameter *pause* 50) ; (change-pause 0) +(defparameter *easing-curve* |QEasingCurve.InOutSine|) ; (change-easing-curve "OutBounce") + +(defparameter *window-width* nil) ; INTEGER command line argument +(defparameter *window-opacity* 10/10) ; FLOAT/RATIONAL command line argument + +;;; colors + +(defparameter *background* "black") +(defparameter *color-1* (|lighter| (qnew "QColor(QString)" "gray") 190)) +(defparameter *color-2* (|lighter| (qnew "QColor(QString)" "blue") 170)) +(defparameter *color-3* (|lighter| (qnew "QColor(QString)" "red") 170)) +(defparameter *color-4* (|lighter| (qnew "QColor(QString)" "yellow") 170)) +(defparameter *color-pause* *color-2*) + +(defparameter *items* + (list (list "P" *color-2* '(g s)) + (list "A" *color-4* '(d j p v)) + (list "T" *color-3* '(c k o w)) + (list "E" *color-1* '(h l n r)) + (list "R" *color-2* '(a i q y)) + (list "N" *color-3* '(m)) + (list "O" *color-4* '(b f t x)) + (list "S" *color-2* '(e u)))) + +(defparameter *state-1* + '("..............." + "..............." + "..............." + "..............." + "..............." + ".....abcde....." + ".....fghij....." + ".....klmno....." + ".....pqrst....." + ".....uvwxy....." + "..............." + "..............." + "..............." + "..............." + "...............")) + +(defparameter *state-2* + '(".......d......." + "..............." + ".......g......." + ".......j......." + ".......c......." + ".......h......." + ".......a......." + "p.svklqmbeoni.t" + ".......f......." + ".......u......." + ".......w......." + ".......r......." + ".......y......." + "..............." + ".......x.......")) + +(defun custom-easing-function (x) ; |QEasingCurve.Custom| + (flet ((ease (s) + (- (* (expt x 3) (1+ s)) + (* (expt x 2) s)))) + (ease (- (* 15 x) 7)))) + +(let (ex) + (defun rotated (&optional (state ex)) + (let* ((width (length (first state))) + (height (length state)) + (array (make-array (list width height)))) + (loop :for string :in state + :for y :upfrom 0 + :do (loop :for ch :across string + :for x :upfrom 0 + :do (setf (aref array x (- (1- width) y)) ; rotate + ch))) + (setf ex (loop :for y :below height + :collect (coerce (loop :for x :below width + :collect (aref array y x)) + 'string))))) + (defun ex-rotated () + ex)) + +(defparameter *states* + (list *state-1* ; 1 + *state-2* + *state-1* + (rotated *state-1*) ; 2 + *state-2* + (ex-rotated) + (rotated) ; 3 + *state-2* + (ex-rotated) + (rotated) ; 4 + *state-2* + (ex-rotated))) diff --git a/examples/X-extras/palindrome/exe/README.txt b/examples/X-extras/palindrome/exe/README.txt new file mode 100644 index 0000000..0a0f0d7 --- /dev/null +++ b/examples/X-extras/palindrome/exe/README.txt @@ -0,0 +1,6 @@ +BUILD +===== + +eql5 make +qmake +make (MSVC: nmake) diff --git a/examples/X-extras/palindrome/exe/main.cpp b/examples/X-extras/palindrome/exe/main.cpp new file mode 100644 index 0000000..d5c7fd7 --- /dev/null +++ b/examples/X-extras/palindrome/exe/main.cpp @@ -0,0 +1,46 @@ +#include +#include "eql.h" +#include "main.h" + +extern "C" void ini_app(cl_object); + +// Qt_EQL + +QT_BEGIN_NAMESPACE + +static qreal easingFunction(qreal progress) { + return eql_fun("eql-user::custom-easing-function", QVariant::Double, + Q_ARG(qreal, progress)).toDouble(); } + +QEasingCurve* Qt_EQL_Application::easingCurve() { + static QEasingCurve* curve = 0; + if(!curve) { + curve = new QEasingCurve(QEasingCurve::Custom); + curve->setCustomType(easingFunction); } + return curve; } + +QT_END_NAMESPACE + +// main + +int catch_all_qexec() { + int ret = 0; + CL_CATCH_ALL_BEGIN(ecl_process_env()) { + ret = QApplication::exec(); } + CL_CATCH_ALL_END; + return ret; } + +int main(int argc, char** argv) { + + EQL::ini(argv); + + Qt_EQL_Application qapp(argc, argv); + + QTextCodec* utf8 = QTextCodec::codecForName("UTF-8"); + QTextCodec::setCodecForLocale(utf8); + + EQL eql; + eql.exec(ini_app); + + return catch_all_qexec(); } + diff --git a/examples/X-extras/palindrome/exe/main.h b/examples/X-extras/palindrome/exe/main.h new file mode 100644 index 0000000..2ad0db8 --- /dev/null +++ b/examples/X-extras/palindrome/exe/main.h @@ -0,0 +1,20 @@ +#ifndef MAIN_H +#define MAIN_H + +#include +#include "eql_fun.h" + +QT_BEGIN_NAMESPACE + +class Qt_EQL_Application : public QApplication { + Q_OBJECT +public: + Qt_EQL_Application(int argc, char** argv) : QApplication(argc, argv) {} + + // simple variant of "Qt_EQL" (in EXE instead of DLL) + Q_INVOKABLE QEasingCurve* easingCurve(); +}; + +QT_END_NAMESPACE + +#endif diff --git a/examples/X-extras/palindrome/exe/main.pro b/examples/X-extras/palindrome/exe/main.pro new file mode 100644 index 0000000..63ac95c --- /dev/null +++ b/examples/X-extras/palindrome/exe/main.pro @@ -0,0 +1,14 @@ +QT += widgets +TEMPLATE = app +CONFIG += no_keywords release +INCLUDEPATH += ../../../../src +LIBS += -lecl -L. -lstatic -L../../../.. -leql5 +TARGET = palindrome +DESTDIR = ./ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(../../../../src/windows.pri) + +HEADERS += main.h +SOURCES += main.cpp diff --git a/examples/X-extras/palindrome/exe/make.lisp b/examples/X-extras/palindrome/exe/make.lisp new file mode 100644 index 0000000..e2e8dc3 --- /dev/null +++ b/examples/X-extras/palindrome/exe/make.lisp @@ -0,0 +1,26 @@ +#-eql5 +(error "Please use the EQL5 executable") + +(require :cmp) + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *lisp-files* '("definitions" + "palindrome")) + +(dolist (f *lisp-files*) + (let ((file (format nil "../~A.lisp" f))) + (load file) + (compile-file file :system-p t))) + +(c:build-static-library "static" + :lisp-files (mapcar (lambda (file) + (format nil "../~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_app") + +(dolist (file *lisp-files*) + (delete-file (format nil "../~A.~A" file #+msvc "obj" #-msvc "o"))) + +(eql:qq) diff --git a/examples/X-extras/palindrome/meta/generate.lisp b/examples/X-extras/palindrome/meta/generate.lisp new file mode 100644 index 0000000..5bc735c --- /dev/null +++ b/examples/X-extras/palindrome/meta/generate.lisp @@ -0,0 +1,84 @@ +;;; +;;; generate Html5; uses , JS +;;; + +(defun generate-html (image-count &key (width 450) (pause 1000) (delay 50) (background "black")) + (let ((width/2 (truncate (+ 0.5 (/ width 2))))) + (with-open-file (s "html/palindrome.htm" :direction :output :if-exists :supersede) + (format s "~ + ~%~ + ~% ~ + ~% PATERNOSTER~ + ~% ~ + ~% ~ + ~% ~ + ~% ~ + ~% ~ + ~% ~ + ~% ~ + ~%
~ + ~% ~ + ~%
~ + ~% ~ + ~% ~ + ~%" + width width + background + image-count + pause + delay + width width)))) + diff --git a/examples/X-extras/palindrome/palindrome.lisp b/examples/X-extras/palindrome/palindrome.lisp new file mode 100644 index 0000000..c1e9bc2 --- /dev/null +++ b/examples/X-extras/palindrome/palindrome.lisp @@ -0,0 +1,389 @@ +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(in-package :eql-user) + +(require :definitions "definitions") + +(defvar *generate-html/js-version* nil) ; command line option :html + +(dolist (arg (mapcar 'read-from-string (|arguments.QCoreApplication|))) + (if (numberp arg) + (if (integerp arg) + (setf *window-width* arg) + (setf *window-opacity* arg)) + (when (eql :html arg) + (setf *generate-html/js-version* t))) + (when (and *generate-html/js-version* + (not *window-width*)) + (setf *window-width* 450))) + +(defconstant +state-switch-event+ (+ |QEvent.User| 256)) +(defconstant +size+ 20) + +(defparameter *item-size* (list +size+ +size+)) +(defparameter *view-size* (list (* +size+ (length (caar *states*))) + (* +size+ (length (car *states*))))) +(defparameter *color-m* nil) + +(defvar *main* (qnew "QWidget" + "mouseTracking" t + "windowOpacity" *window-opacity*)) +(defvar *view* (qnew "QGraphicsView" + "mouseTracking" t + "frameShape" |QFrame.NoFrame|)) +(defvar *timer* (qnew "QTimer" + "singleShot" t)) + +(defmacro push* (item list) + `(setf ,list (nconc ,list (list ,item)))) + +;;; custom easing curve (see both "../cpp/lib.h" and "exe/main.h") +;;; see CUSTOM-EASING-FUNCTION in "definitions.lisp" + +(let (curve) + (defun custom-easing-curve () + (or curve + (setf curve (cond ((directory "*easing_curve.*") + (! "easingCurve" (:qt (qload-c++ "easing_curve")))) + ((string= "Qt_EQL_Application" + (|className| (|metaObject| (qapp)))) + (! "easingCurve" (:qt (qapp)))) + (t + (qnew "QEasingCurve(QEasingCurve::Type)" |QEasingCurve.Linear|))))))) ; fallback + +;;; state-switch-event + +(let (event-n) + (defun new-state-switch-event (n) + (setf event-n n) + (qnew "QEvent(QEvent::Type)" +state-switch-event+)) + (defun event-number () + event-n)) + +;;; state-switch-transition + +(defstruct (state-switch-transition (:conc-name transition-)) + (q (qnew "QAbstractTransition")) + (number nil)) + +(defmethod the-qt-object ((object state-switch-transition)) + (transition-q object)) + +(defun new-state-switch-transition (n) + (let ((trans (make-state-switch-transition :number n))) + (qoverride trans "eventTest(QEvent*)" + (lambda (event) + (and (= +state-switch-event+ + (|type| event)) + (= (transition-number trans) + (event-number))))) + trans)) + +;;; state-switcher + +(defstruct (state-switcher (:conc-name :switcher-)) + (q nil) + (state-count 0) + (last-index 0)) + +(defmethod the-qt-object ((object state-switcher)) + (switcher-q object)) + +(let ((ini t)) + (defun new-state-switcher (machine name) + (let ((switch (make-state-switcher :q (qnew "QState(QState*)" machine + "objectName" name)))) + (qoverride switch "onEntry(QEvent*)" + (lambda (event) + (let ((n (1+ (switcher-last-index switch)))) + (when (> n (switcher-state-count switch)) + (setf n 1)) + (when ini + (setf ini nil) + (incf n) + (|setInterval| *timer* (* 2 *duration*))) + (setf (switcher-last-index switch) n) + (|postEvent| (|machine| switch) + (new-state-switch-event n))))) + switch))) + +;;; +;;; main +;;; + +(defvar *font* (x:let-it (|font.QApplication|) (|setBold| x:it t))) +(defvar *graphics-items* nil) + +(let (items) + (defun new-graphics-item (text color id) + (when *generate-html/js-version* + (save-item-pixmap text color id)) + (let ((item (qnew "QGraphicsWidget"))) + (qoverride item "paint(QPainter*,QStyleOptionGraphicsItem*,QWidget*)" + (lambda (painter s w) + (x:do-with painter + (|fillRect| (mapcar '+ (|rect| item) '(1 1 -2 -2)) color) + (|setFont| *font*) + (|setPen| "black") + (|drawText| (|rect| item) |Qt.AlignCenter| text)))) + (push (cons id item) *graphics-items*) + item)) + (defun id-item (id) + (cdr (assoc id *graphics-items*))) + (defun items () + (or items (setf items + (loop :for i :to (1- (length *graphics-items*)) + :collect (id-item (intern (string (code-char (+ i #.(char-code #\A))))))))))) + +(defun create-geometry-state (parent objects positions) + (let ((result (qnew "QState(QState*)" parent))) + (mapc (lambda (object pos) + (|assignProperty| result object "geometry" (qnew "QVariant(QRect)" + (append (mapcar '* (mapcar '- pos '(1 1)) *item-size*) + *item-size*)))) + objects positions) + result)) + +(defun add-state (state-switcher state animation) + (let ((trans (new-state-switch-transition (incf (switcher-state-count state-switcher))))) + (x:do-with trans + (|setTargetState| state) + (|addAnimation| animation)) + (|addTransition| state-switcher trans))) + +(let (animations groups) + (defun add-property-animation (anim-group button property curve-type duration &optional pause) + (let ((anim (qnew "QPropertyAnimation(QObject*,QByteArray)" button (x:string-to-bytes property))) + (group (if pause + (let ((group (qnew "QSequentialAnimationGroup(QObject*)" anim-group))) + (|addPause| group pause) + (push* group groups) + group) + anim-group))) + (x:do-with anim + (|setDuration| duration) + (|setEasingCurve| (if (= |QEasingCurve.Custom| curve-type) + (custom-easing-curve) + (qnew "QEasingCurve(QEasingCurve::Type)" curve-type)))) + (push* anim animations) + (|addAnimation| group anim) + anim)) + (defun change-easing-curve (curve) + (let* ((type (etypecase curve + (integer + curve) + (string + (symbol-value (intern (x:cc "QEasingCurve." curve)))))) + (curve (if (= |QEasingCurve.Custom| type) + (custom-easing-curve) + (qnew "QEasingCurve(QEasingCurve::Type)" type)))) + (setf *easing-curve* curve) + (dolist (anim animations) + (|setEasingCurve| anim curve)))) + (defun change-duration (msec) + (setf *duration* msec) + (dolist (anim animations) + (|setDuration| anim msec)) + (update-timer)) + (defun change-pause (msec) + (setf *pause* msec) + (let ((n 0)) + (dolist (group groups) + (let ((anim (|takeAnimation| group 1))) + (x:do-with group + (|clear|) + (|addPause| (* (incf n) msec)) + (|addAnimation| anim))))) + (update-timer)) + (defun update-timer () + (|setInterval| *timer* (+ *duration* (* 4 *pause*) 1000)))) + +(defun item-count () + (loop :for item :in *items* + :sum (length (third item)))) + +(defun create-geometry-states (group) + (flet ((item-pos (char list) + (let ((y 0)) + (dolist (state list) + (incf y) + (x:when-it (position char state) + (return-from item-pos (list (1+ x:it) y))))))) + (let ((letters (loop :for i :to (item-count) :collect (code-char (+ i #.(char-code #\a))))) + states) + (dolist (state *states*) + (let (positions) + (dolist (char letters) + (push* (item-pos char state) + positions)) + (push* (create-geometry-state group (items) positions) + states))) + states))) + +(defun ini () + (dolist (item *items*) + (let ((text (first item)) + (color (second item))) + (dolist (id (third item)) + (new-graphics-item text (if (eql 'm id) (setf *color-m* color) color) id)))) + (let ((scene (qnew "QGraphicsScene" + "sceneRect" (append '(0 0) *view-size*))) + (machine (qnew "QStateMachine")) + (group (qnew "QState" + "objectName" "group")) + (anim-group (qnew "QParallelAnimationGroup")) + (layout (qnew "QHBoxLayout(QWidget*)" *main*))) + (qset-color *main* |QPalette.Window| *background*) + (|setBackgroundBrush| scene (qnew "QBrush(QColor)" *background*)) + (x:do-with layout + (|addStretch|) + (|addWidget| *view*) + (|addStretch|)) + (|setScene| *view* scene) + (dolist (item (items)) + (|addItem| scene item)) + (let ((pause 0)) + (dolist (item (items)) + (add-property-animation anim-group item "geometry" *easing-curve* *duration* (incf pause *pause*)))) + (|setInterval| *timer* (/ *duration* 2)) + (let ((states (create-geometry-states group)) + (state-switcher (new-state-switcher machine "stateSwitcher"))) + (dolist (state states) + (add-state state-switcher state anim-group)) + (x:do-with group + (|setInitialState| (first states)) + (|addTransition| *timer* (qsignal "timeout()") state-switcher))) + (x:do-with machine + (|addState| group) + (|setInitialState| group) + (|start|)) + (qconnect group "entered()" *timer* "start()") + (qoverride *view* "resizeEvent(QResizeEvent*)" + (lambda (event) + (|fitInView| *view* (|sceneRect| scene)) + (qcall-default))) + ;; change background color on mouse move events outside of view + (qoverride *main* "mouseMoveEvent(QMouseEvent*)" + (lambda (event) + (qlet ((brush "QBrush(QColor)" (if (< (|x| event) + (/ (|width| *main*) 2)) + *background* + *color-m*))) + (|setBackgroundBrush| scene brush)))) + ;; change background color on mouse move events inside of view + (qoverride *view* "mouseMoveEvent(QMouseEvent*)" + (lambda (event) + (qlet ((brush "QBrush(QColor)" + (|fromHsv.QColor| + (floor (* 359 (/ (|x| event) (|width| *view*)))) + (floor (* 255 (/ (|y| event) (|height| *view*)))) + 255))) + (|setBackgroundBrush| scene brush)))) + ;; quit on mouse click + (dolist (w (list *main* *view*)) + (qoverride w "mousePressEvent(QMouseEvent*)" (lambda (event) (qquit)))) + ;; pause on key Space + ;; save screenshot on key S + ;; quit on key Escape + (qadd-event-filter nil |QEvent.KeyPress| + (lambda (_ event) + (let ((key (|key| event))) + (case key + (#.|Qt.Key_Space| + (let ((active (|isActive| *timer*))) + (if active + (|stop| *timer*) + (x:do-with *timer* + (|timeout|) + (|start|))) + (qset-color *main* |QPalette.Window| (if active *color-pause* *background*)))) + (#.|Qt.Key_S| + (let ((widget (|viewport| *view*))) + (|save| (|grabWidget(QWidget*,QRect).QPixmap| widget (|rect| widget)) + "screenshot.png"))) + (#.|Qt.Key_Escape| + (qquit)))))) + (if *window-width* + (|setFixedSize| *view* (list *window-width* *window-width*)) + (|setFixedWidth| *view* (apply 'min (nthcdr 2 (|screenGeometry| (|desktop.QApplication|)))))) + (qlater (lambda () (|setPos.QCursor| (|pos| *main*)))) + (if *window-width* + (|show| *main*) + (|showFullScreen| *main*)) + (|raise| *main*))) + +;;; +;;; for *generate-html/js-version* (command line option :html) +;;; + +(defvar *positions-timer* (qnew "QTimer")) +(defvar *item-positions* nil) + +(defun normalize (x) + (truncate (+ 0.5 (/ (* x *window-width*) 300)))) + +(defun save-item-pixmap (text color id) + (qlet ((pixmap "QPixmap(QSize)" (mapcar 'normalize *item-size*))) + (|fill| pixmap "transparent") + (qlet ((painter "QPainter(QPixmap*)" pixmap) + (font* (qcopy *font*))) + (|setPointSize| font* (normalize (|pointSize| font*))) + (x:do-with painter + (|fillRect| (mapcar '+ (|rect| pixmap) '(1 1 -2 -2)) color) + (|setFont| font*) + (|setPen| "black") + (|drawText| (|rect| pixmap) |Qt.AlignCenter| text))) + (|save| pixmap (ensure-directories-exist (format nil "html/img/~D.png" + (1+ (- (char-code (char (symbol-name id) 0)) + (char-code #\A)))))))) + +(let (ex-pos) + (defun collect-item-positions () + (let ((pos (mapcar (lambda (it) (cons (car it) (mapcar 'normalize (|pos| (cdr it))))) + *graphics-items*))) + (unless (equal pos ex-pos) + (push pos *item-positions*) + (setf ex-pos pos))))) + +(let (num) + (defun save-item-positions () + (if num + (progn + (let (pos) + (dolist (p *item-positions*) + (push (sort p 'string< :key 'first) pos)) + (with-open-file (s "meta/positions.js" + :direction :output :if-exists :append :if-does-not-exist :create) + (format s "~% var p~D = [" (incf num)) + (dolist (p pos) + (dolist (xy p) + (format s "~D,~D," (second xy) (third xy)))) + (format s "null];"))) + (format t "~%[html] positions ~D/12" num) + (when (= 12 num) + (load "meta/generate.lisp") + (funcall (find-symbol "GENERATE-HTML") (item-count) + :width *window-width* + :pause 1500 + :delay 50 + :background "black") + (format t "~%[html] please see \"html/palindrome.htm\"~%~%") + (qq)) + (setf *item-positions* nil)) + (progn + (setf num 0) + (when (probe-file "meta/positions.js") + (delete-file "meta/positions.js")))))) + +(defun ini-generate-html/js () + (|setInterval| *positions-timer* 50) + (qconnect *positions-timer* "timeout()" 'collect-item-positions) + (qconnect *timer* "timeout()" 'save-item-positions) + (|start| *positions-timer*)) + +(progn + (ini) + (when *generate-html/js-version* + (ini-generate-html/js))) + diff --git a/examples/X-extras/primes-thread.lisp b/examples/X-extras/primes-thread.lisp new file mode 100644 index 0000000..5a04672 --- /dev/null +++ b/examples/X-extras/primes-thread.lisp @@ -0,0 +1,77 @@ +;;; +;;; A simple demo for macro QRUN-IN-GUI-THREAD* / QRUN* +;;; +;;; Calculate primes in threads and update QTreeWidget directly from threads. +;;; +;;; ----------------------------------------------------------------------------- +;;; +;;; Note: +;;; +;;; Alternatively you could just load the file "eql/slime/thread-safe.fas", and +;;; forget about QRUN* (that is, every EQL function call would be automatically +;;; thread-safe). +;;; +;;; The advantage of using QRUN* manually is that you can group together several +;;; function calls, which will add only one thread switch instead of several ones +;;; (resulting in better performance). +;;; + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defvar *tree-widget* (qnew "QTreeWidget" + "alternatingRowColors" t + "size" '(500 300))) + +(defvar *start-time*) + +(defun new-item (column text) + ;; QRUN* body runs in GUI/main thread (safe because queued and blocking) + ;; - queued: asynchroneous call in thread of main event loop + ;; - blocking: for return value(s) + (qrun* (let ((item (qnew "QTreeWidgetItem"))) + (x:do-with item + (|setTextAlignment| 0 |Qt.AlignRight|) + (|setText| 0 (format nil "~:D" (- (get-internal-real-time) *start-time*))) + (|setText| column text)) + (x:do-with *tree-widget* + (|addTopLevelItem| item) + (|resizeColumnToContents| 0) + (|resizeColumnToContents| column) + (|scrollToBottom|))))) + +(defun primep (x) + ;; slow/dumb + (or (= 2 x) + (and (integerp x) + (> x 2) + (not (zerop (mod x 2))) + (loop :for i :from 3 :to (isqrt x) :by 2 :never (zerop (mod x i)))))) + +(defun primes (column start number) + (qrun* (|clear| *tree-widget*)) + (setf *start-time* (get-internal-real-time)) + (do ((i start (1+ i)) + (found 0)) + ((= found number) (new-item column "Done")) + (when (primep i) + (incf found) + (new-item column (princ-to-string i))))) + +(defun list-all-threads () + (format t "~%Threads:~%~%~{ ~S~%~}~%" (reverse (mp:all-processes)))) + +(defun run (&optional (number-threads 2)) + (x:do-with *tree-widget* + (|setColumnCount| (1+ number-threads)) + (|setHeaderLabels| (cons "Time" + (loop :for i :from 1 :to number-threads + :collect (format nil "Thread ~D" i))))) + (let ((column 0)) ; needed because of thread race condition + (dotimes (n number-threads) + (mp:process-run-function (format nil "Primes ~D" (1+ n)) + (lambda () (primes (incf column) #.(expt 10 12) 15))))) + (x:do-with *tree-widget* |show| |raise|) + (list-all-threads)) + +(run) diff --git a/examples/X-extras/qimage.lisp b/examples/X-extras/qimage.lisp new file mode 100644 index 0000000..4146f7a --- /dev/null +++ b/examples/X-extras/qimage.lisp @@ -0,0 +1,169 @@ +;;; see "src/extras.*" for extra methods added to QImage: +;;; +;;; (|changeBrightness| image x) +;;; (|changeContrast| image x) +;;; (|changeGamma| image x) +;;; +;;; depends on small plugin in "cpp-qimage/" (grayscale mode) +;;; +;;; optionally pass image file as command line argument + +#-qt-wrapper-functions ; see README-OPTIONAL.txt +(load (in-home "src/lisp/all-wrappers")) + +(defpackage :image-manipulation + (:nicknames :img) + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :image-manipulation) + +(defvar *main* (qload-ui (in-home "examples/data/image-manipulation.ui"))) + +(defvar-ui *main* + *display* + *brightness* + *contrast* + *gamma* + *grayscale* + *reset* + *color* + *choose-color* + *opacity* + *reset-color* + *flip-h* + *flip-v* + *save* + *scale*) + +;; C++ plugin +(defvar *c++* (qload-c++ (in-home "examples/X-extras/cpp-qimage/qimage"))) +(define-qt-wrappers *c++*) + +(defvar *file* (x:if-it (third (remove-if (lambda (arg) (x:starts-with "-" arg)) + (|arguments.QCoreApplication|))) + x:it + (in-home "examples/data/vernazza.jpg"))) + +(defvar *image* (qnew "QImage(QString)" *file*)) +(defvar *color-image* *image*) +(defvar *gray-image* nil) +(defvar *grayscale-mode* nil) +(defvar *pixmap* (|fromImage.QPixmap| *image*)) +(defvar *saving* nil) + +(defun start () + (|setFixedSize| *display* (|size| *image*)) + (dolist (slider (list *brightness* *contrast* *gamma*)) + (x:do-with (qset slider) + ("minimum" -100) + ("maximum" 100)) + (qconnect slider "valueChanged(int)" (lambda (value) (change-values)))) + (|setText| *color* "#ffaa00") + (qconnect *color* "textChanged(QString)" 'update) + (qconnect *opacity* "valueChanged(int)" 'update) + (qconnect *scale* "valueChanged(int)" 'update) + (qconnect *scale* "sliderReleased()" 'adjust-size) + (qconnect *choose-color* "clicked()" 'color-dialog) + (qconnect *grayscale* "toggled(bool)" 'grayscale-mode) + (qconnect *reset* "clicked()" 'reset) + (qconnect *reset-color* "clicked()" (lambda () (|setValue| *opacity* 0))) + (qconnect *flip-h* "clicked()" (lambda () (flip :h))) + (qconnect *flip-v* "clicked()" (lambda () (flip :v))) + (qconnect *save* "clicked()" 'save) + (qoverride *display* "paintEvent(QPaintEvent*)" 'paint) + (reset) + (qlater (lambda () + (when (minusp (|x| *main*)) + (|move| *main* (list 0 (|y| *main*)))) + (|resize| *main* '(0 0)) + (in-package :img))) + (x:do-with *main* |show| |raise|)) + +(defun paint (event) + (qlet ((painter "QPainter(QWidget*)" *display*)) + (unless *saving* + (let ((scale (/ (|value| *scale*) + (|maximum| *scale*)))) + (|scale| painter scale scale))) + (|drawPixmap| painter '(0 0) *pixmap*) + (when (|isSliderDown| *scale*) + (|showText.QToolTip| (mapcar '+ (|pos| *display*) (|pos| *main*)) + (format nil "~{~D~^ x ~}" (display-size)))) + (let ((color (|text| *color*))) + (when (= #.(length "#RRGGBB") (length color)) + (|setOpacity| painter (/ (|value| *opacity*) 100)) + (|fillRect| painter (|rect| *pixmap*) color))))) + +(defun update (&optional arg) + (|update| *display*)) + +(defun update-pixmap (pixmap) + (qdel *pixmap*) + (setf *pixmap* pixmap) + (update)) + +(defun display-size () + (mapcar (lambda (x) + (truncate (+ 0.5 (* x (/ (|value| *scale*) + (|maximum| *scale*)))))) + (|size| *image*))) + +(defun adjust-size () + (|setFixedSize| *display* (display-size)) + (qlater (lambda () (|resize| *main* '(0 0))))) + +(defun change-values () + (flet ((adjust-1 (x) + (floor (* 3/4 x))) + (adjust-2 (x) + (floor (expt 100 (/ (+ 100 x) 100))))) + ;; QLET: enforce immediate deletion of temporary images (GC/finalizing would waste much memory here) + (qlet ((img1 (|changeBrightness| *image* (adjust-1 (|value| *brightness*)))) ; -75 0 75 + (img2 (|changeContrast| img1 (adjust-2 (|value| *contrast*)))) ; 1 100 10,000 + (img3 (|changeGamma| img2 (adjust-2 (|value| *gamma*))))) ; 1 100 10,000 + (update-pixmap (|fromImage.QPixmap| img3))))) + +(defun flip (direction) + (let ((img (|mirrored| *color-image* + (eql :h direction) + (eql :v direction)))) + (qdel *color-image*) + (setf *color-image* img)) + (when *gray-image* + (let ((img (|mirrored| *gray-image* + (eql :h direction) + (eql :v direction)))) + (qdel *gray-image*) + (setf *gray-image* img))) + (setf *image* (if *grayscale-mode* *gray-image* *color-image*)) + (change-values)) + +(defun reset () + (dolist (slider (list *brightness* *contrast* *gamma*)) + (|setValue| slider 0))) + +(defun color-dialog () + (x:when-it (|getColor.QColorDialog|) + (|setText| *color* (|name| x:it)))) + +(defun grayscale-mode (gray) + (setf *grayscale-mode* gray) + (unless *gray-image* + (setf *gray-image* (to-grayscale *c++* *color-image*))) ; see "cpp-qimage/lib.cpp" + (setf *image* (if gray *gray-image* *color-image*)) + (change-values)) + +(defun save () + (let ((name (|getSaveFileName.QFileDialog| nil "" *file* "Images (*.png *.jpg)"))) + (unless (x:empty-string name) + (if (pathname-type name) + (let ((*saving* t)) + (|save| (|grabWidget.QPixmap| *display* (|rect| *image*)) + name)) + (progn + (qmsg "Please add a file ending.") + (qlater 'save)))))) + +(start) diff --git a/examples/X-extras/screenshot.lisp b/examples/X-extras/screenshot.lisp new file mode 100644 index 0000000..84e3f8e --- /dev/null +++ b/examples/X-extras/screenshot.lisp @@ -0,0 +1,30 @@ +;;; Screenshot with countdown + +#-qt-wrapper-functions +(load (in-home "src/lisp/all-wrappers")) + +(in-package :eql-user) + +(defvar *pixmap* (qnew "QPixmap(QString)" (in-home "examples/data/camera.png"))) + +(defvar *splash* (qnew "QSplashScreen(QPixmap,Qt::WindowFlags)" *pixmap* |Qt.WindowStaysOnTopHint| + "font" (x:let-it (|font.QApplication|) + (|setPointSize| x:it (+ 12 (|pointSize| x:it))) + (|setBold| x:it t)) + "windowOpacity" 8/10)) + +(defun countdown (seconds) + (cond ((minusp seconds) + ;; screenshot + (|save| (|grab| (|screen| (|desktop.QApplication|))) + "screenshot.png") + (qquit)) + ((zerop seconds) + (|hide| *splash*))) + (|showMessage| *splash* (princ-to-string seconds) |Qt.AlignCenter| "white") + (qsingle-shot 1000 (lambda () (countdown (1- seconds))))) + +(progn + (|setMask| *splash* (|mask| *pixmap*)) ; transparent pixels + (|show| *splash*) + (countdown 9)) diff --git a/examples/data/camera.png b/examples/data/camera.png new file mode 100644 index 0000000000000000000000000000000000000000..ce55036d9a9ce0017ea2c745cddd8f3a4f773995 GIT binary patch literal 4221 zcmeAS@N?(olHy`uVBq!ia0y~yU^oH79Bd2>3~M9S&0}C-U@Q)DcVbv~PUa;80|Q%< zx4R3&e-K=-cll%n1_sUokH}&M2Hxu+%;=;syMlp1K)}<*F{I+w+q=~TF;{EZKfHhc z&TIFfLlbWKRkoNPTzEl^b-5~!NAbH=5_4uWNKg5|bDrgr%7Gb7jfZw58tAvXYg`C= zB%sjnG{GRRHFwMN4Blk9P@zfNItzn77kJKa3Haj_*EySsB{_5H-fH>#=X=s@ z=50KGulU^edBt14&tn!4!~|C-Zs4+uSQ&ClpQGt<=vNDd-wZdn4=ibkxhKZ(nsJYk zl7Gd#?-kY6zrAxx*;3l)6tgqUSidUXBk-?A!%?N8rH0S0zhUJ$!M^EQo$vuB24Bs! zO>0+Gc`gjtF?VkxpA*s88=*uJ6y2mIP2cM zd+(>27O*rHzheoFJ+$k`fzp$m``+t6<(L$7_wHTG(7iJs-gtNRvvq82>{%WUudQ3Q z%;8S3PfOg*H^VIVRwa)|mH6}J#?01h7GK`M=DBdHcKExAXVb1X?_Y6aqQdO6b!*nH zeY;)8F=)xkl`jq2l1pk+Dk^>$_-(vY7R}Ri_vUwZ+q1Wt89nD~zWKFyn>w@8mc4$D zDlOSsIwS;?*jhRm6_Xs$m`M&Dc2`>V^Iy7rdGr3~mGjvRgiqcs=w0-5F7Jns(n_=0 zu~rwQANWQ%crCqjTzl%NQif*@?<<0nS9JX0I3Oy#mGNFn$&;jw6%#w|uqd21Tf`wD zG;zQAu{+l;G^|(^k^Nq5V)0Ei5yx`rfOEu3X` zV0CKOR_WKXlB~{3eP*lJTJ!lV@AYHva~ZN-pL}Py7j*Tk(k4}oCS8UHmG@La=c*{J zUG+&m$Jr9qLaSLv6Pl&q0|y?yu9(wTI486*3zXOBgHMklga4{mdv$en|Cc?P=+4&?T437nn&Hmos;{r67459q zvua-B#Ou69IZ|v(CdLI{jc#vme?Qx@_}P1@zlp03#;_z@>=MU{x)8AXMqo0>d;5 zKKUI|4|f0h_3PcuEt!`!S5@f-)y!dJ4w8>%yrZRbT_V}+_(!I+GcycX9E5I; zLtROH(_hI6odH};53*%tW%qj=IvT=U*IE27j-hc{iY@ce0a82(xp?cLS(IJ9WBIv6A?|t>gs~^q1_{3VNNUR}|P35kZ z(xpfZk$34j|1?zW1Fi-$gh)*Ivd(f};OjDj%m57$vDL54B_@=d+x~xHfX1Dp5^oGt z${BaGF?vql-D7xt)9?Pi_rJrLe~7cG$j*EF{{8-ryLCCge*fOjxuBoXbKC#mtNK?r z9ge$IT2_{KHpOTz!@VR2p1;^5HIT^%wKECFmVDaLF44)eX3tJ%cQgogsR_L+%@880#1wkh?9txO>E}NutgV%75S}=7XG~t^ zjN4pq4_s&XlRoKp;G*Rbt9~`S|E+KKt9XjnQv2=K^m4MYs$xUsg(eysZj%-K&RQ^S zm7R%&#SiQ3w@%OREbQHQ~RIIKBmzElRT)YrI3}Yfkl&&p%?C zZZtD{;sx0!Ly4mmN9L(VQFr9WcFo#$q5;^ccq>d6Aw#tc6R1wd?Wbq*A4Cihb}xT zJ9}14xt-HcK~UCq-fY|IZ?_fKT3fk3DK?x@bZ*g$eIkIeJF-P@3O zc;i>SBNE0dR_PlmTok_6+?jr4+eX{>Us|@ZG7BwrTWM!l9n*6?WB%J$ud>n{f+Pe4 zITr`^IhgDhky$%;na|837mnPG(-=EvcrD$e*J51|{YLuE=T~(Z=>jbKlN=VAH|20F zoZ)|D@4S$&=U>ITsZG9lq`_tV!^0N)|2$v`x%x%mRug0AECr5394F?hEm&3Ned25v zqh$BPhYt;;mYOn#ZY|!+tug(yjN>A;CFKrfeh#6&ejd>V3dtAm-nF%CNt#rUerLvn zZ3zy?lxCl8GyLm$=+3TpiszpeSsN<^?iM(|y4oScl+$|F^}kXsOQte*&M=U2b-AXp zVAZvj0Dl?BMQ)+xo=(rX7JmM>>0T;};{j8TD=9`ZnVmG2iF~hG6{5A;iQ{1-kH;6c z3C*u!k3D$sU^4?-QjBl@{-4igpI2R|D=}f?{jIP5%?bJ1y5^lk_~lI#{C>{a>bv6D;J)9 z-t&^ZK&WB6a)fC9>Q|n!vas-HmfE3OO2tC*A7b zR=i3I-Me)0;>Y5GE1qjls#*MXLXNt5mPloMz`xty|8D;L^Uph_PpUn0Y^cTB?Cxrg7`+FiTl#}My(`fHVD_Wk!$y_WvHaW*?xM~t7LpnTRk%Us5r zrW{SKigUlr(g3xMl`ge@tnWYE;8OGN&&$lq%kCc2vtMR4Su=Rq9mWS6w#4q9eu>Tg ze$?;WvcDH!zI{7aU+MX>kGJ-UZ2uj4H0dK#*?-w})_MU~PhYP3o5{!F@}%tf9dU`~ zw{4G81b5n=Eq$G-FxxKvwsPZVF&r%Z*ph;k-0Hq z&)Ls=Dv!-LTexrDyLazSf*Ok}R>i0PE@qjzLAtZ!Oz2h9qe&mv?Ay2R#@)i*yLQc* zTm1aV=bxrmTP+SB6ihkvR#S=FJnv3L>BfjX7eDWLFP+S$ypQ2LvxR%8erV`AV~Gg? zZ?u)lSG@|ob}QQDNnP@p*MYwpw8PikQJ#Hv-m+EV%r|;{k2RPaddH9#a`p9^t=cY6 z4#wzhS6Op;&b|Dbn^LW}Zre65!nW-}{)A7*T_h&FIKePu>8j0a?Cj=I+0&Ud(u^d- z-@kRJuBzfYm14x^;27E;d^OCBomnV#vf-wgQRz#A8n>3&GO#~5zG~O8&wI8m4SIRC z^7FIaOzTUPpPyA8n^CJZ_0+c7EqupM)WypOhhDQ{7K*M;O!CVn9X4DixMY`@VD{U)nRiS3 zmEPwipZTd2^f^CvZ{f0FPzF~j5b!a$MS0Y#nOME;bgC-h=;{3qKvG`(X2HAp-*ggQu&X%Q~loCIHC=@cRG& literal 0 HcmV?d00001 diff --git a/examples/data/icons/cheese.jpg b/examples/data/icons/cheese.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dea5795fd0b7a4dfa46bf7274d068885d700914e GIT binary patch literal 3029 zcmex=URh!OqUc$;rjV$;pEX7@3)wSy@;)+1NOFxj4Ca`T6+x`1tw3 zil7t^ga;PFB>o>@5aeKpV~AsB6l7o$WMmd({C}5$g@Nb)5ynLf3=HgyAiw|xEUe5- zY>W)-9GqO-j0{Xn%pgfds3ao;6Eh1d8(30+fr*isnTdsojh&f=iH)h4k%?K5g@IL3 z$j~v6O*m1huu;Tl;zD-OjZVr3gDyTa7EAh|Qq=TO)!8I?(xOet#fMB?)F&_AY$hI( zQgZmxBM!A@PA&<_mMN}oOSXhv4%LwQ^!W3UD^I?pmbOk^y7lPQr(e^`+NLercI?`- zZ|3gd>E-Rymv29Q{rPtbkBE$lju|U_)ytN zG$^U)qp^yKbCcMlVAVy*n+~xTUow5<(kvb_nFHihH8WQ!^^}rO^G}O6AJ)*k{P=Ur zlqFkGo$MBda5PRg<8ku;TMRtRU}p+4*facgyqv$N{kV;J=gTWEA7xL_%v)UK%gf*Y z;Y8EYO^#7*zubN*nFlOOe)_2FXTp=I2R&|-*t&6tEtw@DVwkYxP4?qS(hJsjP70J} zT6<#R_E(2mOx7Rm`(1vrF~>8>YW+N${fp1!zI(52VUm$3x0v}~sF{47O(3V>l!?FG zXKk6Aw=%KxT!2!&2?|id;K5UR% zn6LXQuTarshhW_7Cjpm(m-jta&AN5rod@%AmZ^S`LZW)-m>PrXA{lh`=j=Dzb9}{& zrLpqoX4Unli{xxK`*`(z>`dC!b$&=cm@KNB=yR z&3%^|@lKDkJmZQkuiw{|wnfEEJ9giCx@G0GpNq1)b%lPtx+7?7;o=?;o%L5T=4s%~ zL^;jCn)~9@Z+&t$JtUT9s&eJRzGQ1h>snot*5*##wxvN( zM)P0bYTtmEFY)5fWK)BOvY77-IgL&MALQ{9XFx4E;;iZr@lU21!9 zUF8v{#Fw|HihcRd;2!ejXYjYo<5TTrZrrh0{iEKwJ81Q*{|x^x{kG%RZCH7pYx@c> z{pWqREZ?OS$^4`Tv<&>GgV?^6}-cF0l;Gy0B#}ukD7Y?K>30nx#V@`PsT= z8BEMtDEjt_OP9{Z{tbN#SAJUe({NUDZvP&pYYDcem+aZI^GECs*FRlM&7T>PZ8l9< zyx|=K<2Rkc#*@d)9*M|y{@C~a_0))*<^M1LwpqeA+u*}__U$V@{+vwvzAygTgATE2 z5z<|KOSpu8q?|DBWK7(0P=B6DzNU5?BiDp7mi*uu7bZNZ+&R-`=KCKC97^d79?Pd4 zHcX%O{P4wO0oJ|tZkwuo)s9Kp-H2LY+h{7ewS~v9p?Ypjhq1|QhODahe!lPDPOzET zw!@T@VPaJH_R|9VrdxZ~@Mbsau3XFb!BR!6-w)AR4>@*K$Ji5Be*Czu?De1F z|CQg)CpB-#e5k5wm8+MpDpB}y^2mqTGFQ62*KVm5@q5d&KXl5*w7#e*{}~bv)Um72 zX0!QyEJl6D-5QR++A^2gjzra~zgV5HZ^`P4QyPjrQo^?2hQS@Y*Q>tF-6o!rks~qg@rkt`eE;dwPyQ6n% z>)(i+uda%B@;9h07g@tqb^U2qsEF`|Z?Ah7)^eK2ez>*cNad=cAph8J^8P+H)>jvI z{=fR$;=r}V>ndXRI!$(uYq`Gjh*rb)*qhr-Zy$NYpb_S=Aii_gkGY>*)P;P#xU zS`V`Sc~_*Uh~B=E|0N;(|Fz$?f!FJ&RRmwrS1DA<$-K;XGpIMuySr98aQEhgyV`_u z4@$EoF_?T?TVym*P({s9Xaeh_U1{ylGTyPRGPORr&XQBb$m6Jl+@h9C^KLXau&*vz zWNG{8%FZ_Ri4`Ut>rOt12IH;7hT2m#UZ}$_9Wns%ym1j+=6w;iywEq9~-_{obr1+29 zXx&>F5b*o!k=08=H5}u-4zvYdXwq;z#?qX~%Afb`qWjCkiEis}rax(ZvDE+m%sM^A z{e1ua?w1!+@%b7OtZY1!L1o(&xtraS)g||>X;{{p<#yF1Vej$tj8CSR9#m@H`Et_n z-I50S7C#RiKUL;bz2I_;cVKQ-Td$&QR(+~#)zeKg8a^j;NKQZh>0j~BWzSwso9LXK z9p7fiZ@|9WaOJ6w5js}Dqn2^8ON2T z=LJ^tr}TDhP+wXuS@L*uNJ{UQX4(!gM+_9A728i6 zMc#3>3EafnxjZXP=X0SMhh6KX+UQ=rOPTe14I33dD(}lF^!nHoTXWQFa-I6+Uq<`Z z_W!^5+ftY9k6(rJ6$5>v?6}koSHAq#<#y{1?5em`y>nSvfM|3-$B%#4uCDxctdfQ8 z&ElTZtL?XzRZN`AWy@G%>!`HF?y-v78>XF(J7o(*wk;?KJyIV`ErKC|-h>Fm-KYO6(Z?rmjxTCVkgG5AeUaiQZwTX+ZB2LHfPVp^L+jY-aG$o!^xE$ zy;II#>f(5`rKw+bSI6Q14CaDI<}aJMT z|CfH-WS;n{ysyIVe87b#F;#Jkw(^~P_$B1Y;#xtiS9=*A2RME^v9#j(!@w^|0XwcW zuVW2V-PzUr`E9FqzZQ=oUvP=U?9eBN-!l8LR)2cB)vj{#a!dV-AK(4>l4vJ&H}2M} zI}=hbi}+}tP`Tn%Q~t#L{?s|Q>a^!sTi^9){8e|T(_ObVx_YYm{D5hi`&On*yY{fY z_T{eKAKwR`+VXM1$;UJ2s6KRYGu@l7^}2ljz6RbT1;Hbpc9|*6k7W9fKAa-8Tv77F KmDJ4o|2F~Vgj`Ah literal 0 HcmV?d00001 diff --git a/examples/data/icons/open.png b/examples/data/icons/open.png new file mode 100644 index 0000000000000000000000000000000000000000..c12bcd5079f85340b84b73d46ce2d3aaebd61220 GIT binary patch literal 904 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjT% zoCO|{#S9G0WgyI0d$s8d0|SF(iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$ zQVa~tte!58ArXi7hVRY4Vj!|TS$${Bt;?}1xuyy%_v85@?~tS~oWrqkvysx&*50`@ zC$fenF>rFK-H4F1+9K?2*-<%F#FRy;i=I-Rb=gw8z|G&3+Zo)as zSzK(5$Cyl8SC$AKn(DSdQJ-b$)Xqb3jC+F^Hfk^^{m8$Ne04tO0k&M`1M5AS84hk= zC^?7yK!8Gk%yDjBKaQDt7ghw#J2`p!{P#Z=|6{-CKgor?AvlQX!IpKo-+$ZA+~QRD zYKq8#&2ty`3*>40@Q7@3k#2B5f4^?$u8p1B%KKbO>#IH{{LSM!kbZJnhU*7|X^rA@ zo37aZ;8S3m-hJnk1c#EOPLD;GiIGALyFl~hC3BiK-Vzbq(x_D@%foTs?nuIxAm+yt zv>9Z4mDcq#KCI@+5{hG0;AMN;qFBptU^~B|(&AGMQKsE46El1mCvVJ{%2;pW(`zBI zDB)3dvcr#Mj}?^)TN(FPYcRGXi}3V)HDuV=drRMC&8}b1uZbLJ20a|?=QFSCI0>$xZh;M&Ad#;4Zjyh zZ!*6oo%?IEbamRZsemhC@5K88tMx4VPww0lf2%EV-&X&&mlIzHUU!q- z`L&4QtkvJ;4(YZww$EC37)i^%(qfb1J2@|Mm1NYmhbC@Z2M!sr2GnRW96uMHJDcqg z_ivRGOCw&GPCg+LF=d(N0u_B5rww9k9EL{Iawne>G4QiFV)&=1N@xkYL(^xaFEf)C zJfCdBs&n$CC)f82O6ygoJ>h=sd#OTBZ2P^#;d{#y?l}Jszqh~g&Yt;94f$ph1vW1# z;j<1p#r3!Qje`tt#j)o*0|ORKnRjv0nw$r<%NDG;H0@aT{O9$IJDY<)l|T1d$H2hA N;OXk;vd$@?2>{RZj=}%{ literal 0 HcmV?d00001 diff --git a/examples/data/icons/save.png b/examples/data/icons/save.png new file mode 100644 index 0000000000000000000000000000000000000000..b41ecf5319863b3c5319579e19116f346802563b GIT binary patch literal 1206 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}Ea{HEjtmUfZd~z?Fk)a} zkSuYHC<)F_D=AMbN@Z|N$xljE@XSq2PYp^0fr-g6aEy8f-|`r&Hh-LtRQU%qyMS$Xf7oM%7x=I{Id>}=13phu2o z%=|kdKPJ@G{fm9&_usv4y11CwzCFwg*7Z*|3d^56W5ajZWaF>N{ac?}eOvXgw(`?4 z-#IpKAKVPT%yC#Cd|k}Z-t4EvCRbS*?$^wAPfX>#`6lqroedxE{a)XnvU7gzFWWpb zCY^s1+|A5eC;Oi*X>W)=<&~JE)P3iorp2;mA2nkkhRgmoT;+S#i5;`6dd9GQ%iPAt zI|^d?w^_D%Prv5b91@gyU>hTwi`6Rs%jH&UpEomnsGX#CA%o$p+m*}Zr;n$+Q=GA_ zQ#`JQ_4U%ze;Fl~IVMe<@u$%^Jx*@ZwgB$vjW5jCc{6YKe*NdCX=?CovA>L44x4#) z7${`2Td}OsXDtotRqYSeFFkMnMALNH&J}AWNNv&XY{;3JvVE-!AA^J2;j$I24kF$4 z8C|(uvwcgfRV1y2q?QNIv2ZbNU*I|=SmKoo+oWCV_s`Z%<({_f_B3XO6Wd&(ISmzW z&zN1ES<$x9aanw8gT(ANVUe0s6mO{AOp~u=%y3$2=9N_Z$ko@i=|7jN$s{4YMf2bC zf3Z34^r|pNf8%}mh6_qt{siebN3prwx>REPwa_Bxo~#U0lx3ifCeNaUn&D2#o{55W z6K;6F`Od5$bf4*-3s-u4^}hn?x#hggpYF`NEIzG%X{_eA!Y`=~98Y67n2-1SUt|ha z)^y2P9dawQ%v!L-Kq2A6KXV?&>xCaaw}$q}e+;SJG5y%>UAuNK&yj3f=)%L4@ZlBj zLXq{c>l0qD&k~Y4@%M}658XvF&fz8BFYof4dNJjBPPGEF*TIepvtEVBxEi0FmXOxU zW~jo_RVW-T~9yj?+Y@Eym4HB&4QoDC$0G8e{pf~ja#-XkttxD zHFxe(Ez9x@u^ZDmiWW>}TrBJ`r-d&y?@rfIrMXW_{7*ccBEr?Gcr~)D<)EjS+K~xP zOAaesSt)Kly)V*EGP&#VzWCQsOD|2gEk8MzN5ScY0-uEC44XUmzrO3(wx)+~C*#x) z4maO*e!nMmU-yUJgUh|0OZAx@9|T{_xYWC9p;2{8@3j59w|9FzWy|}!_pbbbw|j5j zSQ$2TlA_y>q)Ccq*Ss}i_j$Chocg@n@w~v5*`+zTp)X2!3yw%T|JyD9uu|^azMp>A zE#vO3;qh|5wCuL%&71f39evNRX3ZbB=_^A1&0IeJPm9PWTgI6Ce}wnP$Ao%*H*H;D zJo|ms!=U@?oOYS|`};rlpIhZ;xjZ~@t$4%J?f0u5-`W3D=5@)s9l!4H@B7c#vu=%& UQ@!F!1_lNOPgg&ebxsLQ0B{d44*&oF literal 0 HcmV?d00001 diff --git a/examples/data/image-manipulation.ui b/examples/data/image-manipulation.ui new file mode 100644 index 0000000..00578b9 --- /dev/null +++ b/examples/data/image-manipulation.ui @@ -0,0 +1,330 @@ + + + Dialog + + + + 0 + 0 + 495 + 347 + + + + Image Manipulation + + + + + + + + + 16777215 + 500 + + + + 1 + + + 100 + + + 100 + + + Qt::Vertical + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + 150 + 150 + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + + + 200 + 0 + + + + Qt::Horizontal + + + + + + + Brightness + + + + + + + Qt::Horizontal + + + + + + + Contrast + + + + + + + Qt::Horizontal + + + + + + + Gamma + + + + + + + + + Reset + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + QFrame::HLine + + + QFrame::Plain + + + + + + + + + + + + ... + + + + + + + gray + + + + + + + + + 0 + + + 100 + + + Qt::Horizontal + + + + + + + Opacity + + + + + + + + + Reset + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + QFrame::HLine + + + QFrame::Plain + + + + + + + Flip H + + + + + + + Flip V + + + + + + + Qt::Horizontal + + + + 68 + 20 + + + + + + + + Mirror + + + + + + + Color + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Save + + + + + + + + + + + + diff --git a/examples/data/main-window.ui b/examples/data/main-window.ui new file mode 100644 index 0000000..8c039f9 --- /dev/null +++ b/examples/data/main-window.ui @@ -0,0 +1,59 @@ + + main_window + + + + 0 + 0 + 528 + 478 + + + + MainWindow + + + + + + + + + + + + 0 + 0 + 528 + 22 + + + + + + + toolBar + + + TopToolBarArea + + + false + + + + + + + Open + + + + + Save + + + + + + diff --git a/examples/data/move-blocks.ui b/examples/data/move-blocks.ui new file mode 100644 index 0000000..2835e97 --- /dev/null +++ b/examples/data/move-blocks.ui @@ -0,0 +1,133 @@ + + + main + + + + 0 + 0 + 572 + 294 + + + + Move Blocks + + + + + + + + + + + + easing curve + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + Qt::Horizontal + + + + + + + duration + + + + + + + Qt::Horizontal + + + + + + + pause + + + + + + + + + + + 0 + 0 + 572 + 22 + + + + + + + 1 + + + + + + + + + + + + 2 + + + + + + + + + + + + + diff --git a/examples/data/utf8.htm b/examples/data/utf8.htm new file mode 100644 index 0000000..23f2eca --- /dev/null +++ b/examples/data/utf8.htm @@ -0,0 +1,84 @@ +
+Greek: Μπορώ να φάω σπασμένα γυαλιά χωρίς να πάθω τίποτα.
+Latin: Vitrum edere possum; mihi non nocet.
+Esperanto: Mi povas manĝi vitron, ĝi ne damaĝas min.
+French: Je peux manger du verre, cela ne me fait pas mal.
+Provençal: Pòdi manjar de veire, me nafrariá pas.
+Québécois: J'peux bouffer d'la vitre, ça m'fa pas mal.
+Walloon: Dji pou magnî do vêre, çoula m' freut nén må.
+Catalan: Puc menjar vidre que no em fa mal.
+Spanish: Puedo comer vidrio, no me hace daño.
+Basque: Kristala jan dezaket, ez dit minik ematen.
+Aragones: Puedo minchar beire, no me'n fa mal .
+Galician: Eu podo xantar cristais e non cortarme.
+Portuguese: Posso comer vidro, não me faz mal.
+Brazilian Portuguese: Consigo comer vidro. Não me machuca.
+Cabo Verde Creole: M' podê cumê vidru, ca ta maguâ-m'.
+Italian: Posso mangiare il vetro e non mi fa male.
+Roman: Me posso magna' er vetro, e nun me fa male.
+Sicilian: Puotsu mangiari u vitru, nun mi fa mali.
+Milanese: Sôn bôn de magnà el véder, el me fa minga mal.
+Venetian: Mi posso magnare el vetro, no'l me fa mae.
+Romanian: Pot să mănânc sticlă și ea nu mă rănește.
+Cornish: Mý a yl dybry gwéder hag éf ny wra ow ankenya.
+Welsh: Dw i'n gallu bwyta gwydr, dwy e ddim yn gwneud dolur i mi.
+Irish: Tá mé in ann gloine a ithe; Ní chuireann sé isteach nó amach orm.
+Scottish Gaelic: S urrainn dhomh gloinne ithe; cha ghoirtich i mi.
+Anglo-Saxon: Ic mæg glæs eotan ond hit hearmiað me ne.
+Middle English: Ich canne glas eten and hit hirtiþ me nouȝt.
+English: I can eat glass and it doesn't hurt me.
+Norwegian (Nynorsk): Eg kan eta glas utan å skada meg.
+Norwegian (Bokmål): Jeg kan spise glass uten å skade meg.
+Icelandic: Èg get borðað gler, það meiðir mig ekki.
+Danish: Jeg kan spise glas, det gør ikke ondt på mig.
+Soenderjysk: Æ ka æe glass uhen at det go mæ naue.
+Frisian: Ik kin glês ite, it docht me net sear.
+Dutch: Ik kan glas eten. Het doet me geen pijn.
+Afrikaans: Ek kan glas eet, maar dit maak my nie seer nie.
+German: Ich kann Glas essen, ohne mir weh zu tun.
+Lëtzebuergescht: Ech kan Glas iessen, daat deet mir nët wei.
+Schwäbisch: I kå Glas frässa, ond des macht mr nix!
+Bayrisch: I koh Glos esa, und es duard ma ned wei.
+Allemannisch: I kaun Gloos essen, es tuat ma ned weh.
+Schwyzerdütsch: Ich chan Glaas ässe, das tuet mir nöd weeh.
+Swedish: Jag kan äta glas, det skadar mig inte.
+Finnish: Pystyn syömään lasia. Se ei koske yhtään.
+Hungarian: Meg tudom enni az üveget, nem lesz tőle bajom.
+Estonian: Ma vōin klaasi süüa, see ei tee mulle midagi.
+Latvian: Es varu ēst stiklu, tas man nekaitē.
+Lithuanian: Aš galiu valgyti stiklą ir jis manęs nežeidžia
+Croatian: Ja mogu jesti staklo i ne boli me.
+Czech: Mohu jíst sklo, neublíží mi.
+Slovak: Môžem jesť sklo. Nezraní ma.
+Polish: Mogę jeść szkło i mi nie szkodzi.
+Albanian: Unë mund të ha qelq dhe nuk më gjen gjë.
+Slovenian: Lahko jem steklo, ne da bi mi škodovalo.
+Serbian: Mogu jesti staklo bez da mi škodi.
+Serbian: Могу јести стакло без да ми шкоди.
+Macedonian: Можам да јадам стакло, а не ме штета.
+Russian: Я могу есть стекло, это мне не вредит.
+Ukrainian: Я можу їсти шкло, й воно мені не пошкодить.
+Bulgarian: Аз могъ да ям стъкло, а не ме боли.
+Armenian: Կրնամ ապակի ուտել և ինծի անհանգիստ չըներ։
+Georgian: მინას ვჭამ და არა მტკივა.
+Turkish: Cam yiyebilirim, bana zararı dokunmaz.
+Marathi: मी काच खाऊ शकतो, मला ते दुखत नाही.
+Hindi: मैं काँच खा सकता हूँ, मुझे उस से कोई पीडा नहीं होती.
+Farsi: .من می توانم بدونِ احساس درد شيشه بخورم
+Pashto: زه شيشه خوړلې شم، هغه ما نه خوږوي
+Arabic: أنا قادر على أكل الزجاج و هذا لا يؤلمني.
+Hebrew: אני יכול לאכול זכוכית וזה לא מזיק לי.
+Yiddish: איך קען עסן גלאָז און עס טוט מיר נישט װײ.
+Twi: Metumi awe tumpan, ɜnyɜ me hwee.
+Yoruba: Mo lè je̩ dígí, kò ní pa mí lára.
+Malay: Saya boleh makan kaca dan ia tidak mencederakan saya.
+Tagalog: Kaya kong kumain nang bubog at hindi ako masaktan.
+Chamorro: Siña yo' chumocho krestat, ti ha na'lalamen yo'.
+Javanese: Aku isa mangan beling tanpa lara.
+Vietnamese: Tôi có thể ăn thủy tinh mà không hại gì.
+Chinese: 我能吞下玻璃而不伤身体。
+Japanese: 私はガラスを食べられます。それは私を傷つけません。
+Korean: 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요
+Thai: ฉันกินกระจกได้ แต่มันไม่ทำให้ฉันเจ็บ
+Lojban: mi kakne le nu citka le blaci .iku'i le se go'i na xrani mi
+
diff --git a/examples/data/vernazza.jpg b/examples/data/vernazza.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f9535e7b7648c985d69fc13b931912ab715c5a2 GIT binary patch literal 45837 zcmex=Bm<7<_#hv=|r|I2gd-|7`|m23BSk z78Yh!78Vv(R#rB49u9VPc6NSlZcZLSejy=2enCNDF&S}T5h+nYK?y|(DOp*0d3j-R zB^4z(6&X2sIglZYtgNi;Z0vj-9DH&jf+BJxgZ~E@1UVRW7$-0@Dlsq#GBOJ?{y)MX z!@$7A#LUPDb}X1+Wn*DyWMXFE_dOQwBa#JYQ^z&#mioKdaOt5W5q3}o+lHJud_Ss z{r$%BzIAh34Gtc)c4Iib;TT`7CGYKkD6@+`GY(34oA0uCynb4RlEIHjR(6*-+?BW4 zw|t(TXZkv{>hunJE=UXM3CFV(-Wq|20X~OqsTC>otj~vmBLrWS2DA9Bq6& z=}z;UbjQeazlCWNryP=3@@YCec>@0wA;UQ`S#Q>E@nW9!O~Bz$W5xD>piBN7oiA5s zb{6-{cw)W5&6eS(Om=nct$DlF+C-JMP85-NtkP$@$@A^}TJus?QI<)^w@&dm8055E zd1Ks7Wyu5Ip1)u6GuPiScSlTSm}bhdDcXv6R6`%6@4IB&XHfn9%5m+u`{G(Et%nu; z7jvbjs<-IVs@KP^-B^75K@{qfHJ)!S6K z>LgR=Sq5&mxIMYawmEs;-@PVE=hi+oIL_O$E^LQdv}51OM^n`f9o^@%!ACRn$(8Sipm?q*>;Ao-?f&xeAF z<5CHIo-eZ(E?U1dh>_*Fg20Vq{L5$b$NjK+CiEmYVhLO9!R~3Xr*2;`V0oOMSNES` z-Hb;@x<;|={errizo$Ggm&jq_dd|G@eb2|6&a0DGZ7Wr^o~SeJ*JR1%xl88jPdVnl zI8prTJ+b$k8kFNL(2<;jm~< z?~bE7XP(S6-adJPd(Q7Uzdp)@$LL-yHMkId?Ph0cRcq^+6KsYP%!{8rZoct%>)O~@ zTj3bROtZ~mH!glS#Vlj+<=^qo7vvVa(lUvBFpFPMOSv*}Zt@c${sKNeu5HEdmpz

a`FioB#B?EzqJ~NA+t**;@z{M=@yB!i!s&rgVj5TXTn^eO zA-iAkoS(;6=K0emUy_pQDw&?%@>a;8)$fbC#i*mt%7;+q(OUY+Jq8q*t%(&^xi1zQ>6NFP@i- z_!<3G{z>V_)9O^Oo+DWY)EGm`SYFR@jIF4 zBu~0#Dr+6z!Ct`rr10FjWQC{)4+@s#Clxu^`)0hIIC1K=nowoC+~P?Q2T$kytAD+M_xd-ud6jcAM!}{rBt98|ek71wUV84)qM$zEbA%muoLBHa<<0kL44- z!p2x5u=9DD=dmT6?H?6#s+w0CuHy?j-Sgq_uk7PI#dF>GdMwzZnI|5XyB8ars~vTB zvHE77*Rxd?Pw=?5d|&yp4gT`8UpJX1aIHEl$zHJJZ{gaaf2;p|os@E(|DXNksCVD< zKU_W3`p7?Ff6VK%JNi%0U$(*j&+#wU_qE7xGu58vVY@9`LV3gS+fiF)SE%qWyynvI zZ36%0VArDK^LH?Rv3eHS{w&UJaV*c=P42JP`9*w7aK9cTqSGn7vGdr5l%9Id-@O?= zbGJSyZYcZDU>h}EN4)*nuHzHFCDr|Bc)n)iahck!D|6;~{B>LE^pW{@{JIT?|0R?@ zQ~#~fKWz(ZUGnRdF?-zq>|b!r_)X#3&iDYnO;O{ z3EiHe8{ZyZ|Mh|;?3YV+cd)0HqteBd zRB$@&*E4SVVY0V! z^(I}lfat8i*Dp_J9>m0UTmD|KrFomgS$@&}Pe7ydJdFTWg{tLbku+2NAJc0Dt@0Ar@Yc@L^5-`}4r zxM)XcsU`D{(5nHV?(P;xx)lq`nibjNIL{Y1_}_oIZfnr{<>}MhCO%0MUc@8znMc5u zf1RCkY}K-9QLEo1cykyY;hZR4aL4joZJ+yzWUqjj)cGq7UQRf3qU>MX&y(yg=SsL- z=av<#z7z3Eb5U2r#jBHLW-C@QPSDabV9&F7P*ry2a5zg-bZN@P)`|6{fl^Fs7H@m= zm;HsQRPQ_w$!MYZ!o3F=Di1!NXTQ$YgzaX=%31HVFB=FbGqmiyEAi!c&f|RxEEg^> zdizdd$u$l3gNvr+chvvL7u4O+Bcm_7<5z#I*S7F0foFpYmQNPwh^Ec*o%6 zPx%cOXS@5?TK?Fp8Y43IrOMS+R)LCVLT zKkYAsOB2nm{n#F=`!;Oq@~xglTMr8#oDeDG6dBUf_~-ck`|hqT=2cvkuNK=&C49-h zyPJ8!fnNr{>UKy8XL#LGE7;)S=-ac#qSQvzX2NmF$NOcfWc^=!U%GS2lvRms+a&z^ znVHsj6s>yDcSqyolcvgVSEC+J5AjgRUz?j4?t3z2+hvii2knyI{fL|!I`?ys%M1;__oDt&=d&HLGHOPY=6j93%~Q5lRWFymfekKwT}H~xKbd<>e4sy z$Y#%Jc{RH|*_E$vzu(KzmE&(TDzLlYx=mdj@8Tmy|ysSEolkQgL(YhJdah&WK8$26W)97w&3n7 zJAL$&BmE^Fho$?}$=+PyqvYYTVnNfUNv|r;Cm)-W)_e7l*X|(B53L~=gRdQv+Bd0b z?J6dgX;l@?i`O$3K6vn0c0=Lr`&JuwNpWR&uU)k3u%Nr6_L?mVxq6=ZE9?H*P?`~N zE4O4yx4*ZyFHiOXj|&9ihL{Ani|UG$TwL&} z4hK@dAG~gG{OZnc!E2}9&wp0<^@`Q04TtVnKc29lzB;0erHJwO^Qd-< zr^oLk|9m}t%Jyf^@0kDn%AmP*r{Fvr#cx(ujAPWd_|z*4$M05;WU6HM2d-^S ztWezl@=9)S_E}}YXFY#+UfZXX%n@ z3*&04b$?~L^08e)UF5a0hKf7;*KJKGykmYNyXomlc1wnTJFl5niP@K09W1anyZCnM zwYC6jk-vqjFRfkM8S^ix?$*J;um2fVM~R*Iv!|xx+R`cClYhOQu6vF>t?)lX!1X;3 z>dF*;uPZ$>)$aJ)xfLsH-u`}jY-!QSBwO+S42e=7CT?yxRoA=L$bFsNlWd-dd2i|t zyq>PtI^S;py3(FGa~k|_#}qxD)BH8awD;}nLU$$(QezT>? z=#s-J$^Iz-9>cGWTa@w{!t=F1$5dSjcJ_7%Ao&q?7kylo+Mrq-Et<+VE(eojuftM`US zK*Er_!Kv+BVUy)!i`P{vmy2~gThiybbmsTVS{q8sj`0;(Gx)g|zFxS^^C07y1ywi0 zCfRCc>Qt(q=Gxc!yzOx?3*RHPNg>)jt=2mfe%IwcJ+?RCG*2kgtZn{XlWZ^cym`(% z;qYzC-^tgb!zwo1tr58ww1I8;owACJPu?naG8f3m`!vrhJ^OHF<}2O%9BCEt3jM}< z<#Go;vDTje^#I-KTk7mCj0}wN5pkYG?6I^{l=E)JOn2KO$1XbStT^!Q)0{~+4l)!U&%0kM@p9#}s1p|sES%+jck`|X zGJSs@OCG!~Z86KJM&V?z7x#}Y4~6G*s=vw9njFZ^3*}P%p%E3CEGl$fN!gNNV_LjE zGY`YB!u!r8i4U3@iaK9)+V;Y8c~5J&1A7POu`@h85Bd&o&ojLx zzO|Hf>Z^rII_1kwDx@iXU$5mXGe7XYdh>n99KLL$`8kVTh!j~m$1tgPx_N6Eov~M% zc4(4&fyBylwtm&GuS<(JN3uHGY!UsiG0Ww zq9rD?;zaP&&&J7RWfPC@IPrd^$!BA48IdcQrWWeQLfr3(Up#Qfi|2Q`<l{su zPyMp@gqApY?+Lzi^|I*whr(N?9bhha%re2f@V4E8@>Ok*vXnDcrLS06l;V--uxUH9 zR(;EcV+GaE`);*<{CG#bI@Z2jXC3pBqNkzP`xs*;RGhc{{8{RCtZAr9Xtsz^MbDx{ zk;Qg8J9t=p&v_)ipHLw;YueG|Ry8jT(`Pp`_TQC?PCfoGt83Dg(5$4=#QT>e|Lmzs z`F5`Tcx2&Lzr_ibtf8^R(i`4y`8dfoM5dwm?J{ZM+xpk6vajA#wvBR}UgIh1z2bTH zst21>3#|Jpj@SC`zoXW5lQ(z$vW&AV7dszMR1E4>*5`SWy7+{$j?=e;Ul?zc`u9Ev z^2*g#$<(TMD>dErlIh4(%~gkUGiLNXmVAEU`GwERqY}a=SYDM5E?Tty<`u~ zKe)X$mCeEOLCvvEDjnaZ*2jkLjnCS7%|Tx*dh4yoB?)p`RTowT@CbE1SfP9)+49Le zli4NvzsBxS+#Z|1+9rtiWWmy&#Z>}jJ@Y)?e!Y5nD(BJ~9>)3pwduUK3zQ$|u7Y&gH~Z1vGQ76lyt8RBluQY>A=@O!u5mz?a{H;Z?F{B&+h(t*^8^IsUQ zE!TLU>Qu|OY;Do~>iLh@U$sZ_-L77LySMm`0n?fLPNi+>$9dXcuUvXQA>eUW+{-v&}BmZRef_ehcN- zw@|b@x6GOqv&qT4SX#d3adhgGO6SK<*ZG9*JpSW#ko)4tZ%R!T=A|b7Nwwc& zytXFQ;>?7NzXVDbsIdBx8~wgeg^w5$JuV2XSd*mY5R)Y?KkeO{p6|9|Cv+sNk{+R1L?1f z7ezcjWj6oa^B@jORyU{DEy|zP-${;|aotAq*UIa*H`vSWzg*8Qe`x2==GB3LtydI} z^Bj)QI#9WJU7Fi5t_{}~C0N`!@aOB5@Wj%$e=2^x4lDhd^Z1GBYP+xR{4YygSXX@f z-_z?sPlN7gOnaKXaO*){Q&U%~w`-SAT3*t~yfVN#S3zI>?A*n7Ud-Lceee}$WM)*v z^KDDDHHu^!Zl*{_TYPFhw&ePqUee!x>rBP_XU|_Q=dS(K zs>q#W@{ujbp=0%l$9FcTOq@SK>O<~$JNTxSGUiIcfQhC64G))p^s7QO30z-(hiT6e`dYd z{iVm&B}Qj!rp@{tTZB^jXQ$*IUwB?_)|#sGA1<%7%3HK3D~hY@c9H8uo19HDk98v5 zwHUu1v#ZLn*}(DCPG#{end%d5w&GHGySzGduS~ifG%u4||HuY46Q1XcqK;|LZ5XWQ zMtm_j@ksMka@DWn40EsimX`Pu=T&p?G!tLps-{_Uyd7OG1?5)w9P>Tp>=N>%@Z}`S z6W^|147?op?{-s$UZ9uq>ZwwkiagKU5_dWqu&}T^V5qSDaq--Z+12?|)>r+Mb-j8h zX7&=Dt*d$ib0hp7LKY`phy(SA>1-B^cdyNc&GPqr*PcR`dt-*HiXd0Si8tTv8W+m;^G+HlOvyvFia z@tkz#`OBvNXHem|b>qdaMZE%Sr#DPrWzYA^Y1;Kj6_KqOiM`7-CgrQFI2T@^t}avf z`nJ{D%(rJ%oiCq>@R^twv+~ZxsWwxzcRWy6_^$kPdDrh&8=kG9l^s6+!Y8RYM5~t> ze}5cxf92`m6A2lKGmah7yy;l+`GB(AekF(F>#C(BzHK|bW{PH%%qymqVHdZWmd3i6 z-SmxEI<;BbP&nDTIc2@V#ED;RcS=pnT@hS1?PmC{X<7aE7Y07LwRGF_Oo;>oKF^2Y zmm71|ssvq%xzyAb#a$Y^@ny)9)sm6@@9WaDlgo>bFI!oEB)T+}_284`tJ*4FY-Y)S zWH2o?%yqH?@9yTgd-@#MCmAo=_{f{X$SrA6=f!&&xnFwpf+_@8tzL2@Vcx@n9nU|P zy+81k+3lDA(s$uf7J6T|S7fG66AJQJ$g(HT(v2&$ev|dQfU;xDqZhxNw_t-*+2Xt2 z6VwWvc4~ONOR#l}`_muT%enJ(^o8qQTJC|t2`i@O7%j8uZiYoCSc{6hdzg3k8TjvgBwg54)YCP!sGpQ3R@n`hOk1@~Bb)EHXxfFGe z>II$-E@Yeb)mMS*={^~s1s~k*q&&Vd$+{}zOnKCa1Z^0!q-9;}q9?QR`kLmrISaA~xrICsoOtjn z`(5WS*;EVr*!=oG##^qRmDwQqBEsNfos@5rPnil2&-XWMGdnk1ww-X8;&Q!2k+gZUX1aalR+&^e z_v5?cDlew$?$b)DlNBtND@#cCH!iy`c`Eim-iIE|g(`7JJKmqXmXgu+aKhx*6XzCk zZ~46EKf@)yjgPc?#F$?hu3LI-`w{8-vMBonk0W^sCu#|Pj?IYepBksUM(&3po85!g zD@)gYd-s0J^WRp-F6?1X{ABT;fj1-6zDrF$ptK=?Pxjc-qL({N|%V zf0}JonRhh)_pK`v{Qv04|BU|k>*?uag}{bO8sFZTHl6z0wejbQYmUd$?VZ=gY*efaJwlO?-toY@zR+FvD7JtkWvIBHf3z zr{yoa6IwifS*O^6M>>D`Ov2_K5Lo3Zr5*dJYH@AfhRD6Q?eALM@L2M5;`R4)GXukY zS@caVugU0&?5<)k^3P8w%@fgS&wp$Ga{ZjVz#sn^I_J6?PFQw(&gwb*50lS-x_X^I z_REziTdoSnyi|x<=~J+#zb(fw;Kmnr*>fwsBsEu8-CptP@zkYV-b&6NU{c zzh2JpocB-gKf_`v`_y!=%O8JFjjjLBu<-DGZi|WTA0NNq+c@KV?fyExz5A~^KK`vP zb>UQfhy9h$Yq>mc-BA)ewBeW8Htxos^Iv#aJyH$6x&Ls4Ui9Yw44=;Jnx0sySii;n z_P<}pXYk2NzuNWW4EwV*`M|jqJ8js4zg^e!3=aRYH1^nK$NFu7A)!}&rQHKrGrP#7#}zwQ()lmm7&wtG;{rns&DJoZ*`yfcB9IsW3NP) zoSs?SeCR`qOx4^9wye0woqK*3?4A7OZ1T5>{p%gPGUl&h^?B`?b2D#Q=tmZ=!^aZO zMV_yBzJ24#T&H;t3--F}@`!UDk@m8lFsJ_G9e=xD4m(`~uDxC|agVQQX^v>%zDLc6 z<>bDeW}M)(J>SVBZ|d9g`B_n#iOZ{2&B$tAacg4EL~l*y-ySXU?-PE#I8&{hyUSXm z$n?l%dB>{PKWatG-^)F_=yzeqgf%gek_FL|JS3k>_vbJ#`YtwYlEmvvolzTAKZ;3Q z>~1@+b32?}%ka*;n?F7Gac#_4zw^ez_FS-_0 z`o_dbukVO0c*kFFuB?0|#zpGTTA2>B-%WDIR8_F>PwSTQM>#E=GTDVeE zWy!9i!O_}E&Vf#fwX1*5>3!SEtRj3T^Ztix`>tNT5PtZv=R=-lX_H=DRdXOs7QcPd=o)ym4AT_9TMa?vGnQn32F%Ql9`fA;-ayUS~4M%AX$H7oie zdc*r!^3FIkOPpZusd_%~*t(2geHSCznAjWcg=a2evMWA#y6W?>mhk=lk(tlhn%br~ zeK7XO6bw>WGg&6F`oXaUO@+^8G9|VOoqSlFDW8$KX?lKnu*o~c+9@eLdiM=;zMo%k zeEC0E_#)zl^V3?uy$LH)GN# z$zFyXCYz2mh%K6p1%ARgBa4;zDk` zjyX%Zy1dPcsqY>q>?yS^z7`ea`Dk^YCa+z1vE2j7J%_g)o@abJcv&>BZ^*Y*u8Sue zS``|i@caqCP4#1cano}Q#ZS+_nwU@={qp@H;rv%|%eU`3pwhKcZUHL~gSKR9R!+Ht*5?IMwx`5tCDjkaOXE%dawZvy2_9`<8ALKYYcg&xif? zmCub|A7rYpuv&4!JyK@M#IUoR98>;TJ)HexztO}7#xLv>U*AaGwr#@Qcg3FhVy7Gh zvci{6K4iSXcD`JIQSr0D+s_wf-Z~)@FK?HXHt|x0?D0w47Vlgo68X5Ixo35*D*twi z<973Y%}TfUvtobf)trRZwY>$~W75}6et7fHtXAEFS~iDw9+21jH8=0ot|~5hzGZ8! zT=Q;=Si0iQi3Jb%4(~Ja<9vRdIV$iq2ZK%I7f*XX-f6QqKOcR}ocNQu|MhxfJ0sD3 zH~ur|>IIjoayGe5D;HWk|E|W#gX)bpgshWyJhuDg^(Wxf?VfGxTQ=O$(%q`%eDYC} zreu-fcAK6DpC>MlHD)eX-DWW>Y_sSSE8(xPS;`H+-d;a-?f%ieC0p+-FfF%kbu}o6 zO_|}jgZTtc@xQ)x9Q8tJyKk&~^(*gWU}U86raeV=M_TyKL`x)|U%v78CEH;67ptC$ zt(KiCkoS>;c~0B0J;ist?ibGgc(q(Vq|`Zbnb&PsmC&G{$yrsCYV3;+PQPu_R5z>f zdTf5gq{~~Ud3BWroi-^I`Ca*Gs>1gt!mn5FE87qm)~D|Ac5PVA`G+ejRUMjl<}qC3 zIki}|QQ~}Uu-UquE4%u3JuY3|R<_vTY0OdjU~>red4rr9ny^oZTxEC60_lfJN9R?w|5x+k-z-M zG%lpn%kT41nQYBIcc(>u3@6!l9Is!u(BM_}mrT{|t6Jwt6!lD03K2SdX9EA{Zx?T_ zV2PA>S^Ri;Kv=a+{oGSMd=I`|5)Uus_q$~;@G@z4u+F7x0Y`alCaDE-&hovfBEx^G zx+)_ycH56!(X!wBqpn=F`N$e3^6`l1b|&k}&GQ&eoH(~S|Hx|BTNgteZBq`WhJ1Lr zoMqaCl{!bK?qr$vtH^L^sns=e+1f9zeVq1&5@AdBcYMpzyfv+B9&?XQ`lAzJ2OfrV z_}T7dTX6KpewQx~d%HZ<52snYI{dVK(a)m$0fwuLnpfmaG71R2f0AE5 z%Y~#%#qVr|rn9{5s}xVv%7&ANrf*VmyZWW`kL#Y;HJ{Gsyxi!^({=LE zth1Zk+*uyyv(%b;-r4neW!{xzz3;Z(<0(qzoIAr<8GMWOUW(Kg?N*)k zHdNbAPF8AG4odnm2ltG8cul>hx!V(tX%qmO$} z&!1jfbMWHpqW!nE*L>ky#9-qrn7dTsUrf#RWV>0LHG~dc6<_i4pOECs#Y-7yXGSU( zcpjJd)OcLBuln_tTgx-&-tFn%9um1&*u3(f*28;8Qrwovr(N&Xuxa8y^J?A7m%nx= z8r}Fc@3qUzQw!(p(%;UzVw(JssMXG)L0^4crfza`Y<<`ou)}u88{6V<*N#*jvxz)( zZj#YquiN)`H#XJXI;_63M?Q(+(sS>xCbCZFKWs5ovN%4=jbVjNLi&C7%Wi)bJkDAD zCCTKp-1XkG7EWdc;Ykq*43A&2Z9V6&=lCnz;rWh9fnO6!=ZpCyc&z;zP`_;5qAOO} zZ^Of9RlJ*U?od;F$I@Abn~zvLZ?cq7Rwz4P%khfaVtYyJp$_+=)qRoASKNFsWkN;c zj77=p4BHvz{N1{@Z`u9qnTwb1(>=CHHTRHcjManm?b9XyCA((iZ;}iOaauPig+=k> ze+JF>-_M_p6MWZVG3{^vx4k(@xsA);iB<BcJw11UaBJ`jzq)4U^|IWTI<}n6+I#s@?wqSfy+r5hocnoFr#e5+;z`!| z{#x_(2SdChr*ww0-nwlPc;V_vDbt$Gn<}246;5dhwLHnPKJkwgx9;f`^ByyW?{zWW zI9JY9+Qy>q?ebF$mRyVHe1229_21F3EsGwS%xH?9bWJfN{Z^ES?-C7_qUDp=b?hP| zmo49Mu&`p%FU^H*5}mgd>yrEVxYjv5m6?0vSml$KD;DI&hnT;TVHIpSpZrQ|mbI?v zv5H3%*NOTIx)t?ugy^1B_*t`qxzB%H?|+7EQ?9&KwYlIgd@M3llKI$?GL@Bg*lKtF z%rF)Ca{Hml)|b|K5+&SwCimTVY}0q=g=>88&RNSQf8P||5iU5v#ihri?1SOCB3l#R zgm(@ZuUeNBrxg}=9_RY};&_B;8P*YtOi8Ye>UM$*EzJTy=xlB^8DBOF^QjSQN?Kon zNWw~Wh37l|?5gN(%{9Feu;y8n^&FAS=_=bU?VeHD&!}2_BcbQjia#o^PF1Ul8pY|c zbu~@nlym)ItSPXFITmHWZMu@s+t;fB1)`qTae)dK{vO$ z_R!4A%1x_tc}125-8>q*pp-Xfk(Sv?uVSr9@fAT0qRJ9~Up~LPFKTl}ee&%$!Kyr4 zr=FCkRB3YW4LEh+XLFCyI;S}T)$-G_@;a8R++nJHxM212s#DwAJPLS>IQkw)$e${_ z*=~8YwZ?VJt(R%b+rLe@6n?ccy=TUgC+B`M2LEhs^-1_CY5ip#?+~jASwdGa) zQM*~o&xo3Q&)%DnkuqzJ#LJhHGEO9JoszF$ao+ZW^-H0faStOH{+z0uE&Zr)Q|RQx ztt(#{7tPFkveZOLq;)aNnkF~ZpK=Qt|1Z7{M-7QU;1VBt^X`wyz%_kt9sv3 z-q=_bbGL=_CV8%O>T<7Lu`kWK&CmZC!<_2O^fem1r`E2{(h^Ng+`{v)pyK%c&zCni zJSYznC^g=&J;O5KW!~k0D?!0$ReFv|N*`<7wq~KzIuF^;bN=lrdGY(IZMpYxTW7AT z6F1IOW-xji{IiMu>4pWlF>*zR%U>=QtNyx*TWgJxv(Ki) zOFXNlN-#^i=iQrSe6-8UE#ua`JtbE@gzc4Gr(wexr*3#`L0(LrOmpM>T<#aUX6t-4 za#a=hvE${ukV0z>9sxs!g`fG{tgF+V^~%xumBGYQeeIVlB(_iw*Vd&hKWZTG2P?jQcW_PzSWE!!k$&qUUbM`oN! zZ7YcQQ2g~buerM0#Vc-y9$nnjYQH=5)cP}qPii-Qzcl}$>ay+yyXrDmzguzf&f?{B zOnO$g-zZ|^65f+Iuc};j&wmf1fOG{8fHUZgcF~D>g?tKJ@Ls|6%KwUlB?f zHSL;Fzkj&rO`Eq)N_)%4;A<{7T9RinsIomf$>mpk=i61+OWUpg&bu4!?X7e9aPsGq z94nYi15)o9oN|0~rE``1y##q*kmf5(=ESR?d$V(sqQ|Z{$z3F-96^H4R)GwKlCfTx=uax zbhs)Ma@12KY36BzbB+wDJ0*`5udZJ7D|+RcYo5QRy_8j4wBz!{S-NZY>`c*ldf9%q zgru^!Y_9X~{H3|my%T0-WK3Kopu%%>;>EJb{ihFnl}dQgw{BfEbHLTxQLQWQ=Y14r zG?zGW;>qv7Y;)#iE@_)(`9#%Z!l9erZLSssn{M)In=W*$Y`z7r0E6HOo0_k|{~2Bd zWojO6Qe7?Nl``k#!yfqu2M?Z?`Ol!d?A@wAE(Hzb-{;D#xXx2|M1E%E??js2F?G@)(0-9$jsUczi0bYFdc4ie>TKd-L|6 zj&^>yX|=K__uc8AnHPncom##oD^l~D{|@a`4=qpTIe$)Emt2$2V)EHzW22s9vf|wd zcOEdm?R$JZ?0#zkW5Cgb<-WV!0&;a)c;;39`u5i(ec7+qD|Nrz=M+7czC@Xq=Ugnu zw}Y1QNhWIhuJ799Rlz9OrZd^gAfozlU`n4xz~M)2CFeEv&t_NoH*1B0%%Uw^hc;RH z{q!x^dsJ}qv8_bZi}cGG0quGL#pnT|(H2}+x= zp?2at=7jY+(wPU|ezSU<{!07EZjJr7H0P=&%vNhGc+$sK{QmR5UC))Tb*v#N-09Y}rap!nqbka#mg<-bPEUNp zc~buQ-1Mbc&$nOwcX7eArK#a^S~@#>r=&3UyB_%2Ysj|crNnic8@58mE;5fd*7A8I zp9uVRecQ^n@^`XiRSQ=vZd;oC_s+)ED=gl)m0pZ9Kjs+x<@z#7F|oP_i!a>HyCT{a z9eaq&yW)ZSLyluyJ?%G^7ux-_KkYv$=$gM|MxI#Zr`Jzbq<(tRA3IZB@>umeiwj!S z?Y_Y=t}5Y@OQsxDKB=;5O^afTCIdt9jyZh>(%xZSQ&#Q>mefpKzOrP(%!K6$D;p|q zF*O-1VEgnWxvBckKVP5x{|pQMUf-C)pU;}UdeJ)X+~W^~W-gy#KWWwsx8EKogEu5R z$vbVXyw6=d^sdP@)veJ-Lalkdwyb|_Amp}oN~$D#?}-D?-_DI$t$R(1&n!ECeNoDbFT0(!bV{ZQ2XAUM+V=2(Oy&7s&tI?Do;Uwx z)$Y5ouC*%PUab^#Ik&>^$BDyDi<{@n^H+bl;L6_eCsU_JRL!jg;3)4Gx1P zJ#9HX=^4k04_r?7{Id1mt_G7Ug3(7Bgg$vbWoWgyy~XU!lj^GUScSwXr`4Mu)cxhZ zbYw0evflD- z>Z+z)i7`tV3tmk58F0sgU77cW++#_p4XLkgm+oJwH?8P$(B+`HjSn-G174h$R_7@f zx-oh3&+5l9yN)l`5) zXUx%R;M(UeVX4ee&wt+ku=>4_4TW`$Yo^j|~bgIqCPVOtlUj7z2i<0dx z``PMWx*O>1w;?vK?9?&lu0}tf&M)UgKE86REndO6tz4*PHDlBq2Wf}D0i9N5UR7MX zZs<;(`t|CXGgtH09r8CQe58|QvpA1Yx&QQyS3A}(-4*yxCG_&?@PO-9-QG5VhZTEl z-YR%po?paxd>>nFY4zF69l?8oYKpIHocw*g;=#~c1&4R4E4mjRtKHIh&1~JWwR^c{ zbuXD5SP>_%G{q=Kl3_#I)9QB*nvd6~&NP0cx<1ct|EAPmW*&^a-)egK?>clZs29*n zS`ixk>cz{${VX9@kFgn^RM?sK^ZmlF_AOV>wOlJzou+DI(0ePK`Fd-R@yhb9?!Bqk z)~&dcot!>JLSxnBstFNqZz~H=oV%dsxlet2so_`MWl^tItyufoCs2jUTui62?LwVP zy48)cYuwx-saKxtzBE^n-&-r{<@?n^MOT$fmI?l7RxmtR6vBMqfaJLyv9H&5ddjYv zrco^Gb5$sCH`5u1i9b$0_;K6wNxk^8`ESFetHaNI{POA4l%HKvr@rz&s@|k8A-nTU z>C9i7m#q;OG5u?Qx#R4v(5`9SIqUpcHy9OFr^`HeS-Z*XeuPi39JAx8<-4}8SiM@p z>6zwBHIGY+?yL!&V_~P%Jh}0pDO|H*WFUUsm;-b-!?7`J~cb z9z`L^rq!o*?@T_R-hABh!Hb3oXU}jk+eD{4P`my0-HWVMI@e|y2faCXvP1k9(>zBR z{xj7t-8}NXY<=W?=5p}v1%~_HY{>aI$&vfS+m)g7JEr^fx3O*Sn3wrjGni*W?j~XmyvpmbX~~s|t5veMS=BzXEZ{S6WY8-rvQ)nu^ysCO zXGp5s$8L_U1B%UugHl-9bdDDrN3Q>|U_t2UzMtUoi6&3CBAayqIr?`Jhr>2_GrdlY!aUkeR-cr-t8+ZE9TwPPkm_m@z_h_xgXrt z7&kXCO|WISw9#be5n<1trM@?qr6#@GVlM5Y6uwmW;zo(71`d+XCw_nMV6OA_)6StT zAFf>f(RR)6M$1^~xIF9tiZEK5yC5y*G4C zOhg}bBeON-lW`?E9LN8)w)isr zW?5zBe%gG(+sx@*{3*`cFRFiM@N{Y1+>$WgBv_}v^b6O?_64giEt8J<{>tM?#%Gx< z$tSlgPM))n-Tdc^{mTCg{Fkn0g|6PWH|JcG39o$H#5S9Rym$8V*rifm>{5TV+tu{l zzO4R^-X~q=o`>GX^t4*&7~go%^LVboonKk!1N~OUdV2><+)#6sZT7?-IghuEOPO2z zEq-zN%$Lr(e*W6JNsD(J%-?Y*|E0HV-TUSyi<>tOxv1oPY&kUV$Y0}iw|{vZ);YDM zX;a8UpZ^Sdb^kN?=hSX-{@C{Y@`RGV%jR7T6!r~$ymi^KKHE+ytyQOcWEetne-)U9 zt$o%t>&|7L)+`<+hfwc!m2}zNfBIjq<@l4X*5vzO^QUh2dVyU*``7Cm+$qxH=$%!SLW-$ff{o8u7FsYrd+=wg+}Ug2 z;ubAgwzbsnm4zTne%H?MY7NDRPvUZUN1og5lD#Y|tGny{Z{O8%5eFyd|6b|v%Aa>q z0pkJXeMKhw7L_^6y<6?gAw=3`8pYw6yhEkhM zp2C33>hB(e)@-|$#%g`0ug<=Vcp?FPqV% zY5q>no+(Ujd-MW>?}-ccpIy}8Rr+O9&?>K(g`PF`T&bVk`%f9%*I%CN_DU+^QWhKE z{`Vp)mEW>FE>w8_{PlOK`fV3)tj`X(5_sC=($q# z#GsI5WvxXkS(EvsH=Jkw+3T`klYeBU;YokDsdD-qlTK=@bXl;Ll_~G9DYw`4>uY+R zFX)#0$=7Z9Oy?EsO_egAKV8!6J@8>JUnZmc%XqF`@1!QRa8;;;^{Sro@_WE;-S_X` zVVUX|cNaYr&0Y4@^w7d<3l3elbXiknu|=YyijZMvqOjF z4sVw~zipnC`-gYWe{@%`ZkxJvTjbR#*Fr1m|Ao1x^}4zF+dFXlZvANaj%lLHZ0StB z!@qd~U0ow%Js-_#EuS*^;S}{UgU4mn%@gb*A4eY)y8Y@@@Rj3M1{|smfhjCKiT=uy z-1FD1%|CMg-}I8d>lQCvBdeObJ1$dDGi~+cgb&fuRMnasD6@Rn_&Yf;Guf-6%aNz>Sj0xo11i5>mubK1+h5aLJtJAC$Mm>j<@P<| zLgH&n%e~Em&bxaSE;7|>)DqrUQ?%5)z<>V6U2dx zX?FF5@6k`?VmeYSyx+SGWD1bLE2Sv0X;o&Jv*$^xqwBs&p#bcwTPqmfJ=9 zIA27?-`YCSrsYS6ipudOYr*FGa=U)^?6Uj#U{8~$!=)+PuVQzfYTH`ZQFe=o#Ghn&-dJ;+nlcuEBj>!%MamOL|p}OkU5wJE5iR zgm&NG&+km#kN)V4n>uCstKC|6io+AJpjAhzQ$GLMI+K%+VcoZ*J?~1=@4b;e!;pC3gu;U&#;f&L zmaoX(wQAC`yIEDMRGM^;-e6VHlStg_{`L5_HF|w*H-lMCuJY?>+p)KVXDcZ8OrB?* zEcfeMRIW|xg5Bz`HgC1+WImC{?t1B@&XuouSEej{wUp=R&CW2Dxi@1{XYW_(c{10g zGb_{Uv}~98+^)qo3di0oXXl-xap1e`G1J-Q0nxwGtU4~;)oQCf@yO=gr=Fji|1;>X zGuNNe%7hj zS6+2<*Xrw*?%U?M^o;kGxBV)U#O?kwLj$Ds~!8DAvv|aFjg1(?Y%P->!lME9YqyZI&1KaJxCB zr)TOhTkCY2S0yFWO8eGLTt02uO3ABgp?4he4cMCxe7Ra)SbcZj!lV_iyfSWfa&Md4 zSyO&2eBQr#vvh79VyKxO*K|GeOK)|zgoEAwP33ELtl?*>2)6dQ?HHmX^4R9__Vw!h z^K-gZ?TS-+#p;!%Hml?Cj@4c(w{C8dZmO$fzVA_3Dry?C`AF5SrAu0`sR>@%z<6hZ zhz#Q&-7m+ww+Qjgwsrnp^j=k9)eoOsuBYGMyxnhceqBqo=hU|O3w`SQY~w7~&!1GX zLpvt-%0C-7$wp6=4!g2BMLQ+#-uc(?LRMF1iq4fQS4Fmbl5Lrh>6FLFaf>m{+FPiA zf19<;!WjK)r_$vm1Iy;~g*2Mke*EKpJ1~1!*Kq+I-R+is1^mZX9KRxBf8Dt}W1EAG z%D>KqH$J&|cRpIryk30D z{A*08$fk+mSzbjPWsQ3>KEA%Kz3kzYqYT?^ZZfm0>aMzQdX);tf!mc5kEgEpDBbTG z<~3bv+0MXA?i#%hR#s(eS=&xqbTIHrNqJY*ZC90p z5=(gQY1|2EJt!H|WIU&E9$T|x?&5jI8ms>v?m2Q%YZ9CFw1ey~jK5m7Up5UFyflBq zi`5!0S5&`Q=&*`G2)8sH!%Sm2t zP2!ns<$7UijKvKM{`2L2<-JL`q~0Ydg=b3VM(4*fL;1ezYUUq6t~qf{d{)SMO!OtWuoB~qf|D|V_!<| zEfKJ0J1=)fHo|0YdT8C=$hUJ7O+$G^L|?5q+TL=Ot@4T3^ZcFX*0j9fn}7e2r^6!m z+K*ebl5ahiRA@3!XWrNN)wk)a?y2h~Z7)sX)d(J@oke`4C7M%jDyM@ zY$v|hAIh9N)0pA7-Tu(jh+WIhXTIFB{maT9FRsp5^XU}V(>~8npDMpRe!XD3-SSuA zeeR}HCZ($^KH4hp#8*H6eu(X)<5rgee33ztP^MlbWX8^u2uL zGnZ+`i&>T&Ca0d{F_-U<{k&j9#JWqK{?3s+nyNu6`Rb}7jW-@!{QA#eYf;jBZ~2PM z{nfU%wo$82suVJnYpcr$zyE7;(LZhN%86o4lFO${N4U#9J9yk~N%hN}%CA(1w{yckuDzCcP^X4t8T=~>g`f8b3HP4eKyDGzr<{T^EiikX#n<8g-?Md&(X+>x6 z6yFZ|&mgw8G}PAjx7Df_3G0`3c3lcN^n&A7w3dN`h3xqnUM1b!(0z9$yXKd4EuAp= zILnj9*RR*yRIHi!w$AI$g{;SoPqyB6e|>68_PW5pKv$DVmyi4YzTaV#bN8pAM9k0q z=HKdmty#YHY}KyQ(a{FWMRj~sB`Z{S&naLt7pi~1;6HA_4keT^*bQ`pP^IOe9`0U`>d;8sRtk6H8EwEQ=V^eyXQZ{ z{rhsidUMxI<5Zd^X82}u)v@KhhZ~R0$+d`xOxWfqBE(o>tFOFH+u(3y`r?Tx};`0wWZ85SbMJagMVJ(?U2}I?}LAVfBaoIuk!#@;&r0bJ4WE%w<)x zygF|A92W0*+2@eEoY^Ap$UOeMUxoX>oY`)5YUlGEYoZ|P;cm&&_xEp;(CeN#b@NYMX?ACulOir3 z|Day`!llin{9zHG|J0sme+8qSmzOrayI@tJl|S9McujZBC*!FR zBBD;w6I;JX%I)5G+~Ue@UGq0To=w~1p)hHIndm0YyFYh+Rp|TAU~Bkg@7By)N|z*( z41ac7TXN5tU^ub)v*od!v5!~ojJh^UgUg@W>|wu!s&&E~86o$-HW_K&1zL*)Pwz><|=6%>^Z8u&`r0o`FQ;_{_9p+ z5qW5pjUa3Pjbvu#_v`1o>-bMjp6kbbeYaoq zBN_eq>*lw{Mwc&Z%d)muSi5>+WJJrH6eg#hCbv8N1tog*hwL_QIQp?Pq_eP}y;~uBqOXWgYge)x;K3E(xO}!d0 zIq0n0yRAWT7uS9IH>W@T!-ac0w#MhiYMMS=w#@To;LL~l*2(Po_EQWMiu){&FXZ;T zbL@kP3V)~auU~2lC%(zuz%Cy+HKZo?;j5Qxww6vlC|hG>AZjq3ry-$X4ga!Q_S}fS zwsniPFI?KRC@r)kO-^xwCQI_s3+lohx7JZVc<3SCUpSz1S@9J6m1E zwl{*?nVGNe+uFWVKPYPDs$~g)i7_xRW>| zuWFhWlS1-S8<~%9SH1u6=(_QjzdrU`_DN2w=UKJsghbu@`?k&HG6|WVxK%S3EV)~- zX3mLF&X4t4&-W)eKECjIz45Av%YyWuY>_%7!Km>xR+csFMu@jpa?->Z6+F9lyyH-p zdG4&YS6uX%Zrk1){HIboBbv{zIJTg4*V){cvx6_6jnbCAV11-Al%t68jjaVsy3EU{ zhgV~((^kxyl<~?=P0uVO_}Ga(Da8_>c?54ZUM}EVl4^M4)AyF$b8g&`y;Ayp%6jkQ zmsQ+rU4%j}ZF%!3JT>!=TWQi^o1Eje4f3&KleRBom9_VB4tZ;GNvcoN+}I%ZG4EHF z#}?;Ilr}Hd^Z)SIvLA8WP;a{otcyPIb2peyt~28UD}<8U!}|@bEisZG`j*LTdb`2HnIDmZWs+rvA5_F8-neBD!c`O?1=QN4#& z%{g&)3u}wV?mzqQo?o}%Qb^dz%d)nr_Zal9241ZRtZ3RL@l%E;_r%YH*WPbKje{@9UFK@HduY7m@=2LTimV>E%#aAGEu4Jv`;~v4%eEcA@=a~|3PCAL)gCA5$&Y=w zC-K|QGdo^*|F%QD*vrg?JJys^3Z{HDAd1c;i!H`=kR^HOMB6&sgbh%F9 z>vtuO=RJDXRJDYGL6mRy$_G12UG_Tb?tP{8N=|)_d%&sC$%2d33=gn8k^8sfvg`Sk zf{q`yO;uMlo@8V^&9=>WlI5F%;#K!9I(*yta8k>UkN!%H3dh3C3ir&ff4WQ}bS{hWMkO)T4mLazkZYK`SnD~_VqKIyQDeyma41DhFg30 zS}J_Ly>DXGGQIV$vUkk$YIOGZ4}Wx6%5&-sMuz_k)$@u9*Bjdyy?Ulw&M;@aH_ybE zN__dMQJbztyty12GwY|fbcoj^?_K!B1hw_3UG`zomt5m|d?RUN;7!d`E; zI_IhU?6kcxuda4W@G9SHPbIrFG#4!Y&+sED&h!0gxxf43eKkV@L!1&kS3c=owf{lB z6Zc<>pS@zTDih|Oms!;LU_vm*mhC?49esIitxha5YgxUzXw{^Xn(_uUPIk>sdZps4 z&s?~2&F6Kbw@iT3KDi5lMa9S2=NW&w{32x;_oD!}OW$;jz9)Ie&u*}kU)FRdY}xa$ zi5-Ve?lwHOg2O`cnBlo?iql$!Hf)uOF4PhI81Y9V+SS(AJmB7w)mh(Fj$AxDwNd!6 zTnTd-=LDXV<`c@-u+bN-THaHSHM=$ZCQDX zww^ThjoTe$aan75nndn_Tl_O7-p)TA@5Q(5IZIFR zs_c}hYk50&YF0?6+zg%nSl;1+|CK9Wzx%B;ogSH~Hc6{8!|bF@q1#!7`*H%ZJKwR_ zhD<*{=+rex&4pzj9jA*unAU9 zv~$1m`-A&^w{BnKH*;3|o6VQKv8MEM=+tL>mn`|9xgfJ}Qhfdsxm~iJk(@JmnlnQm zd^`C4>YjRTtG1_>3pcBjuJcTqC?wnP&adLfF78 zok8|`;kxJZ?#zwby`OnQlT`e)Zf~<+E2IzgF67(Ta8_$xxXhg7`O{BZZK~pZk+MUg zAc=`tNzZ|O8=uIN$rFElzg+LoHLrP7{ja3D`8!QR1a)IXC(N1IKh44K;-N|G&kizg zD_&T>dT+wZ^=xtzHe9$fzvy(dmrsy_`bNeL)lG~NGRfPfPu+cx*T;>gw;kR^U-@*}3yRopUSyaxi$8BUyk*>zXc%_~#4 zOf{YEd*#AO$*{~P>_-?4TOB9f&pc^+{B*~pu4r4G%N0SPZkLZKm!0pl7P2_LUnP0_ z?Z~HX`n=0${ri5*>DqIHMO{|XC50j0JLcb=bfDko@%A6dF*zl;{sv(}!O8qD!%Uiu_Y5f6?~WjVRZlNMhN{Cx4YX;N0oyk|eAK6RRK z;(>mvm;uuSe~T}V=Lg@9dC45@Se&G18T%`(vOH$x(?!~z%t}F5PPo4hP+DhrXU@u> zWzY9*+jcQ9Wasj}&`h6xO~yUv&d&FbkrD1I>@QqrBrL0b@Uqusqt!|hcY~!X&fCcO zvFF|UC4MzOP^84x*+IfDGBL!JYhDt!=*g!Q`Snjq9T=59bQSQb>CIo)*>;lqxXL@8 zWaYC@K?hB3>wEaO+~_|;f!WmDes|qd^R{))Ts&VC& z*3>`3bKV{c_`BEc#ucv@T8h1AuDlZs*=)r0dP|W%v+dqv%@=O2&eW(=dR;VWRcY)o zjhWLF-+#{EFRv^0GH-F$&Mbw}NfnR(-d@w)-2C-n<9~+83rSLERT*BhFO1^nnIatN zG<${KwI3OeU*2X3y%fG+#gCc%Z4-|jFffw)JEOqz{jtUOb;DQB_m8j73U!av4JkDF zGC}QX58J0Vanak}8!9WmT+X__=f2K_a=e*-Tvh%gQIkSygcTCdSXK z@$&7W@|*uN@aG9Q1`CH=>S5yAK8Nw?afK%`$sIm~{93X0x?-SGzL2JhoVA?s>S;$lb;l&8PDq%;d;HF8>8OWt z3vYb)oaTJ**yZfH{d=xmuw^N^5-+8-Zla@t#@UB17guDmSuhAxzMadr@BX_jd%d%^ zANJIB)lGY7>-GNcIqM<|$)7LQ`n+Y?a=S@ng22&Z4i=ANZ!Kl`?9QRyD($vfWCll1 z17pn6xXoKVtG4=wn;yytySGnk$t1Df;~g(F;mUD? zzEX>T0}~r>2+obzo;Tx_$t$&0(>8@J+u^p>mviQ~%RhqM{Qll?J0sFyTl{v_zK%y7@dNbm2nDx*!#sb|OVS$z_npR>U=cUe_b_g>AalhfP1*NjxJ zX2W!APnL~#Io~anuVk$ED>d0>RdFO^EeCT+o1CNQHF0zt#8fb`H!n^YG$P8O`NuL#iT{1J*Q?oPQ3eb=bw8Is`-7j;_^yE zrk#%dlN7ksm1UCzvND4?Jti6Z)}!U*IyAmYH3X=biC6cf;a@?B0^(kL4@h{&lTezJ0}t zg?*Yc<1!geu(ZD6Jbr#IL;l^8yR4i`!&WU>- z&y{|UMvcUod~RR)o)_HWGj4FN`_G_j62|MaO(mjCHu}#_C z$kybZN@_yC#q+G4cjs^ZmGSk}YtenXH1tI#UE<$^*Fy zX_3aym;FWFeCp)0%~GedADhGO!84#ve$XxX`a3t zw*6MKtCwsDyQ}rcRBhU}dHW_V)w>~dsw<_F(MD#qU}N*Dwx7yUOK#_`+8V1_lclv{ zc^u=1+ZN|7ly}(2WT{>|`S`L)AgcqLXm#uJ%bt@;zSf$a(pnLCsNB^IMA# z7HCYpH}7fbwu5=1h6hCqml&Pc(3EXxp(vs=>;=Yqj}}`9J*P z$y7W1W7?S@?gpWsU8#H4m3?e{QF2p0AZqo>ZpWaBJ0)(NZJsM8$XwKDUiWZ|v|E_u zDmKk2o0=T+4)E9f+rO;)aDFdC*xY473nu=oJg)rA_*lhN)hqQ|cU2zE?Rp%tEc3AE zhqG!IC!b7JX5aaKZh8C1@D;hnCuJ{9llqa&;nK5D_=E)8iPTTO{xhUIOYMkz^W~TF zT%L_4RjW4!XCQ{9Wi^*q&Og-U;OFM3!p4%4AonU{PT_(p;@iwEUwAit z(8)P#l#qDvpphG2wH%A{>*aduc7?|MimxeqDI&G4=TpI|Ic+M9_oddq)Oz`RcUZtu z3$GbAf-1A!=NPEERewBRUz_sscTi=_bD1jL<=@<9ZZs*X`Sms4w`8yGvWu#v%UY!$ zC3q}ZJ!75u`#T}b_n9*v{O;ehKjg<=|J;|y_9|aGs4pH7NoH5i_-oIHPm z`aZVVN^7@suYH)W!(yw#>N`JjTbh^a5(z07KRxDf9SGstG;Cro$ zt3%vwpEEvGm;Can&EtqoSx@h!?)m*qRGOJtqd+wH$3l@>!z-dw#JX#Jb4?WcTl&gV zTzBxiwb1!fc6>(R%LU)EcFmqURnL@Z(QTER!7TGXDjya-<`D1r#`N0fE2h(}pKRw$ zT{_9rYs(~wE^VO&Ju*+KlfQnymbqT!)18-ZuL^j?c0E~K_`-Vr$L~@_YA5e@pA6i& zebS8AdFu;zg+-blnabASFIl_0uhY=R<+g;XBos}v{0vjGW zwMi!UOE5eyIA+0oC5z+G>{B{H9;*`qKdjmD_o?wD?-e@sMh|*E8BTn?c3Jp}ox65+ zaWskcDKNDL7*&4#`tx%y_kx{Q!;g!6w(fiqdsb#&PT|4l+nIl6^g4ccG--jAlSsmb zj>#|Yf4w+cfFsSxFKF%S6&aCwCW<$Hq!&-?^owC)xMQ8rmXoVKq2m4e$eN7YEhY1W zPUh=Mzt^1_rt_yV;%A@70hI~I6*6>>-Ah}zep~M3FbtKY`ERT z&s^}P;y*)N@0L)`NUy0T#akwLPUN!2Wi zSGQu^>?;Zic30Z&t+jsPdU@sB5_4sb{rgsj1s&eh;2HOCdGoJK$**q3+XO#H6=t?1 zJ+W80{k!U>;}sLJh)HJCmRa8MSi{kw8Fc#7$-?8yOw87Ow3QFLGtc*Oz)63fje=&O zv9aG7Y%LNef09ql-dZYC&Ruh;;eDW%vxUD-!rME>^PZpn{5bH|$t%-m&nyg;B{$RWK8tr;eE!Sxt6Uds(p8CLG?`j2ZZ$jC_FzVqT-Ho2#blBADXF0x@~+Qq zzF&3B-t^VByh(ZaYLSagHkK*}>>Xd;zs?-*=l-KI$tx_>-BhROs*u_9Jcff`m>Ulq z>$v@9OV|T33x??zXS2*-w)NJ9V{aKb*v0d9_L1eA#B3HJ;Ynn3&d|w)~k{x#d@d(xUeQ_P;YWp4YzrP)=y3)g!Li{SVi;K2NRc z=Y68h-xIUrZbNs^&l!R*4EUF=^6s7YpW%V$Z?#8jy&98NdIlVN+&C%VNzY?>pT3)y z_dd&B+P)xn($SE}G$w`F6BuqEdLs6&^3Q%fOJ%PKQ5kEeEmOK)wQASlZBZTfcA550 zov`unhcmYw6D-bMp7Wqr*e!EjSrz|&PT$JO6}OM3oBmn3<;q;k(u$Ybi?&}4JG3e` zwIjXYn8*3Td5_VY89dmEiWtu)e|tVR%Uvf->J#&x^_mIs zTYi>)@-Ug-{?f71Yf;m#PSHb`ybWDgn$I)uEBpNEt5xQ*#oG?LOkq3f@xj#~<5H!R zj~ic&5kKz)k2{VwbJL#I^=bQT-Quy8he2!Qr097C4ChLeuGX&E5#+6VXl|xMLcn}I zw_3+HB{zH57bL2mzo`GC>3~PjyJ@$owyx^AaM4}XyPZq(aD_thX}LFVVw!4p{5igT zLD#-He~_0zEBAJY@cW;zN!mgI8(Fwcn3ny05veB#k< z-zHTYKfiomqhRkNBi3|Hx9^wqvo?9#YWw;ZR<3-udM>a%X-94vY)u!@s5r2nDLEQS6)TeraoSpoaGkrBK`AGrCn!a(hKgm&vf&v zeBQrp^{ttCVlU=#uklrS!ZJ1DXPdNjicG)Xg9qgoO^SrmKG&7U3YhwcF`QVh6&3y7 zT>FivDX*z4Tk3046cFlY=OfRzd&avvMVp!|zH#kIzW#jS zmXIlKZC+Z|{Y_JS)C7IlOBEhiJZRj)@BHa{AWwH}tankDqsWzuYppgah;cVD%5LI3 zzdYB>++tGDw`&ii{J*{4I`NHu-rnH)-R|x(n|+L&-9B&9uz2!wiv0f5LGQ0IhDMqm znzY7b*<;`6fZjiLJk@25cZ8P6)gSlX8uG#1mvz#-$kch0re^u*aWBaYI3~OJ)3z7^ zhl9^u-iw6h#s|=I*c5~jn)GuGp@0(+_>SyliNxu`!K8wc6E={ePqWrz%mCe4NlD{&ermsl% zp15@NvdD$mOH4}Muw8CzKXT9WeH%;tWA|M{;>TxYtqU6(p*jRUf;fw znfdA2vM>MYJ}$Gz6O8yce^zCC$3A*-m)D`jPC+3o zdYo@K9{e>ZWuEH9DEC)Tiu-{`Xz07omzJ8$mOePS!nV!HyzbvG&7u{{)-koc^!AQ? zaz|uim&3m0{qwiY-7mcMuf4iwVC<63fm13UdwuJ)QM!HS$x{#MDU3}OpKDF_dS9M$ zDdcEb(`%Wp>NWN}&ku9TPiZ^-K*&>>VcspVZR(kGA1!|WYVJkr{rPPNjvszGVg7#x z&Rs>fowFA147#OPFZSe3S575I5iVpo2@>eAicw(Ctfea~i{W(t*&nNY7*Yb|{H{qnHw zQHx*RcsA|1x2#ImF^!~|Ds7P;92M_~soO9}du$Wie)7uJe6LHU-l4(AgLh9o^s4Q5pp{?C&&EE=}>W8(81uM4&dRDAolsaiy50=h*GG(%J$McnRz6Zb1x_OJ%&3YZ9x{^~t z$mz^VsR=ut7VPP1o-^lH_Ve{e{8n#_-L*nGcHY8-8)uTJrc&A;;Lw1Vo)11fLNiM$Iu@YB5Rxo@m$?W$K2Su0;()l4$wS2Pq< z?|AaO;Iz?7c8TMc=cdaa-Z)R?#rt{hxmIhwc=x5$IC#g$d$WrA^}eO@{+%Wxcz&Pp z;=PWMOeI&|U0mhS&d8F^<8k1;$_M{t{8ANvoROaAWPU(>c?=dALo%8-f`UKV%f zx&Qk4%3#N4uT_uCdi|d!aLxBS?z_pzXj=7quA9sD1an25dL_C4k(L|Z;W@36y7P>8 zU+6o0UD#dV8*)sW5O657fx&gN%J=h@ z&;R{r$TfBREw*l2VBXp+NwWzX{mhpY@k?(iJZ4aN@cr`N_Q5~Gr5=2mblvgCwCm(BO0C! z4gp40EL< zUYYYjqVbRN{!fns)`>?fsmd~0Tr%auJ`N+Bmi`!?zWa{v*Oe5wTzP5h>*Or6O2uR4 zv6oANEL48gezoz~vf+_x6vvzgZ%%uwU)}w0*37LwE$=2?t7(_}dnl7Mzu}Hwi;YHBe^hvqw~~CRc|KAXp7r7gzszb5RqL!JK$~a0nLdlh33VZ zoHi|}VC4<;+#d2f6k}cb2D@AcTInx`>bu_;vG(tby~A#Oj2PH z+|s~s^8K8T>n3l0vM)Exwwm$8(l7hHFIAd z+UecFE`3{`sU|H8OP*wx@;h_)hwQaE-)Cu9RVjS95`0kQXlGEn(Z*ZLE!EH1+Wy@l z{&A6)_@3P-10Tw>h8FGKR205_xlQK0qkK}Et{1v<)Gm3p-+$-6npO8EEqm`A?yv82 zG*VQ7QO?u8#HDpM%bW*namTmupZEVh>$ZPjv}S)??2~qDS6y2hHOmyc($Chsi>IDX z?ECr7WcQ_5)|$0z`XZlAy0k&yrE=4GBQ}-XxKrN3_b1+G58FF`Y0}cImt14cT{^6E z?)NE!OtyFb9OvX6d&AtozHj6Ux%XhB zOv1`1&uzDSk1pFB;PtNTwB>=+Mm9g=29ICgE`1IC_fRo)VXtO#+BuKYb^E_v>nX}s zOXxG)x^K?{%UKzH&r=p%`LgZa{B2i!-FZR+PP7~RbbGYmgYC_|{>7`_{%ZPIU}~}+4H%YVI@zlUgf!BY~0)%Oq7i#TKxn#=R-ey~D?N;Ev<_KBL}C+c`6;=FL=D+|?A25~2Ng%BmeV?#15i zv~9=_vYU0eCWm*SL*uieiJ4Q+iKhsAF6*+?H3>ePGf6^us-#L=3FD^_{f?G|_v~jZ z734f~wa;9=vSo769ocM!N}I5?0&Rr{SyOx(oBu96S5W)u?RBHTEdrs@nvYA>Q!btl z?!5Z*hyCyG5SP;5);SOi9r;_f+IC7@uaq})$_&g_lPT>TjD|a-K4P%mZeV#Y=Ec0JA z-+$GFlIx|fZYM0+5v{3IIrRY!9~V(YfXFIqBBUpP8$di^Tfv{zYC4Pu+zYnRQ|i;&kb7I%DSnIBO7{mQP_ zA58coxwr7fmfX}SVtBadLl=+W#HLU_Hv>PrRr()Fw=!icY`PmLrC_+~nHbl?;^R-% zCDpGy`Sn`J+f=#HO!>~LA`ioza?iIJRnN1yEc2AZV#|fFz%>gS6(>Ekn3=TWgjj0O zKgmcA=7|$~Z&%2l4zk+Ucax|5^pn!{fwn=eo*{D#I+k77Q`p=VeE*7U_?7Lc)9#AO zY}nA^`AFMo0q@<NP7&O4!selZWboQ5Lnx;Nm$_0T95!;K%O?U>M9 zoRXl&k$3X}-=Db(L1!Od4GvoCb)vN;=UmOrI|ik>U;gICP82f?H?6fv$nCwK`DvZm z%I8fEcJp@mIUSo-C;VZPJ9ody&iGw+pUwS3Z)&U;6~1)ZzGtJqAxFEVf?iqc3H5!I z7k15(p7gcre6X{wsm5YMWpl>cW%b8{a%26kUb!AUWvam21s}aH9S#zm8oE6u!F%yw%;{M2CZlfbnfB$xDG- zYAu~bmhx;k`q1;?how`dT0AJ6_;!&{&e!L!&+RE&_v(Xc>s)-mS75Kdt|>}?WnjTlkuR4+LLCEUFLXW4B#}~Ge(l&K zOi7Nw@q^hfh<+pU@Sb-s;a0wRn51_V@gl zm+?#1u2r38dA|GKXKNvew{bNKo=cpU{A+mM^;zGld!Kbys;u%8d8@)ye1BUJ|CQnc zHZN!L?wPWg)qo}W_;L}oeVaU1PG!4Z_Bbu#arrj?#P64vJ6{QOznpDr84{Ud9qCrn z-1GP2`&A3hxr$8iXFkc?u*v0}NBz$oKbZ=u)0M+m7lm&9q9e+rE^;MP<&u*5Tt^!| zcV?dGp0dYHCY(pNN-;nBskFc2`w9DB^@VGeP0U(spc$g9;V`qv|MumOrK*=SSI++4 zHZd!7@kf!oo&w|J%h{iPy}CJV^YuHslIpu=HNGu&7YTH<`6qL9hWp9j6OOyw?)FrA z*lyYWpJ8RUyVsYurJLj?FYU5$n7B;i;ATY*&Yw-}H=4hh7;ZDWcy`q}?{g0?hM9NE zmP}<^Wa8=EQ0`Wrl|23*9xB9bU>*x6f`-o-?OD$mF)al*)NiW1C4Q zLQZTd4?g+e-`=nHmx|qu4~&`{%M-%y)VL_4$fl^sn}obcJW_IApHRdrg|7!`s$4&GtlmV8jA@}Hq? z=>e4vSxeuqCL8ambt?18FnKE~Gk^K{vUHv4w%d(;eMujVDhQqmmu|3RzyIZ8=*rbj zV)GRpZuuF`>9hR(f&J&}xv4UrqUFNdJVOk1kNH_J_pgwfwYWCu-G?b>FW>Ll&Rx>& ztx_+vR>{!FjA@-`g5hn;_kT;%W9Rk#XW*UoO0OvTX@J`D!0qf4&Q3n&$e{Vn)xWIStNQ!vdSbz`yi9L$0EIsjIMeIC(JW`eLjEPzKZ`0mydow z_FC(7?74-R4_7S{c2OyQR@ipO$m8Te%Wo3Lm+hM#nK)78sFKwR=2Hjy4*X}Bwjr(I z$S1zA-RVLM4;sR*cv*F6iN@<(*fM*2@`MvRj<2uzyVd7E!z-gZ500d+Y|04i^>5W) zq;YG3RZ}HPTinf)?AzAbAMreD9enk2Mc~!MN0FY^#|jTUepP(p?JD<=Lgx#1N9&n} zPLf<4!E?`YvOX8GeE)Wy=VjD|4_-?S9y4|fmUXU(>PTAJs}x|N>h*y4 zNMEg``q!Tc85@>5lkFG=oM`tw>s5J6Rr0*L4^9(TPW5!{4^!4<>*9det&@`_+JRSGQX{F_~>+ux6*u4K6kdyLof>uP$BJ)VE2$LvX3m zdPNu3PJ1Q)ua{@>o&WIe_Sew)F^|e7&8f*yIy61#zLEX;fYs~5USt&pMr>GSkya}6 z`Gx=K+g@A0J(>CEe54&CmsAXc-Msnh_Bv)SZ7VjJV&HKkSxB>>K6q{6(u!B?S5<$s z?OtT5`|eavWF8m)@;^uB6#m<|K%8$`>-RO<;eqEhlq4j+p0N9+p!;R%_oX%*wjwS| z>J3WwTonp-Na|Un_{Br`58I5i#`EI4?_br`+v1ir>F%?q<$F8kMeF8zA8AyYdh_OD z=52S1?B?z@-6Hfg=E^?a&`FIiFPiO`B(X4!`D(*~X;J zb5$)oIXqy$X9WN2Rdc1I>bUmzTia=bd|%$A?CH!HoEAa1S6U#@A{thjN2f%$gWy8~f4 z+jPrTubCHdRkbF0iq?+XU#@MLzN*V+$%8F9263i$f339mYq;jbs*9=D6(kP)lKXXS z)ii??!EIb~l4CcYEc^Xba>?JBvE06{`pt?e8<(Hf__?WE=1<3Uj~7`&o$KTUncvPo z6xvvDfc3;=%L9^+FFeU~e7U6c$VKtaPX#XuO6{h7Enea}uf%JL&Iy&Un;Hr{pRB*j z9=swD(qyIVZ^|26Q{*j@wp5k>QO>QKcPCgJzdYyV`NvQBt7j$~Ee>E^=wK1qqO){^ zZTW=C_s2?_SwHnHta18ia^^elfegV47F)OopDk zcSRN_<$j&I`psq&^Va-K`zHbo((2RC#)*UmUXBWKw|2Ymy#K9GHUG>@$Ad~uLqh{M zefgudZ1054{~6L$WpAEe@U!YA-}9?~Lqq*ms{4muyx?=tPR*k$FQ8I$9_RDs`MEq> zW8asRuIifAv`**9rz<|e*&fzUZyq!I#AaLkdakZ`;tt+-%9oX*-J8xP9OU$-Q%RQ%2Mh+lb^R?WViv)Rq5dB?=o zcNNT&itqQwO702%>K+}Ryl9_F<${h`UbP=8HuS7&3P~<|#L4KX>R@-=LG8uwr4ma0 z4_;l3m}88|l8z!t)N?w3KDs_`7ym&E(wD?eZmI+rC#LeLf3s>{u2f#VXvOv|6SqX)%<`UaO8Hhnh0Qdsij(h*&$BIDvNz;T(hODS z%dP^fcawQIxm($9)c#K2pKDt(_ts-mlMs`uCRf zi8y3qbn(=a-0#tAuPuvGo0KtQI)_7GABQA6GXq~;RQHd|2|Gih*IeHirX^?P7IhM=UOpxdb66{$P2!5AY=7~utU*` z5)UtwsYdTJ{A;&Mv2e2HxXk zmtVQ(n%}N^mEzwPox;=CwdSq#y8r`E7Bhck1v&e9tGKr_Z@V(#?sAib!AJe0-8Q+~ zT=o^Vb}B2XHT-;z{eH}al?zs7#jdxztTa_-a`Vei$G=|tmX)=;Al~j*(gB(ICp@0Z zUk=t>b=3BnB(Kzoo=XhUXChKJZ{01&|K6bN_|6JL>F~_`tq@HcOSQa0skwz<}X*i2W`#zc;4>E4VkpqsK@Yx!jre(A4|#P-q^9& zRhcc~yY~FkeFc_p8;>p9$#o#Y{g+$Tt5aPw5@$XxT3YVnplm4@?_gB>_wSecKZJiw zjJ#AE{9$@k*Fo1Hvk=Eg^;!=Sk`*^FNE}~o<^EFZ#fo)8rU44tZvxiXG_$J+-luDq+8_;>-J2;vZgr zl$thuX|~Sxqar`^Mb!?=3w8wdF1C4+ep@;8d`RrIgOmp~8*j^h zyL2Iwzry=aU2b;u24xM=P?39D?F|d2%w6)N`5oh5`)P~4rFvEzXO`D_d2ijmmRo0v zHvgDyrkHUoS|iHwC&TRqe4wL52hA*{l&G z)#pR5vjoF;pC>DyZ@1~6*Cy$IuV}{!=ZvJQ&(yn~buy`Jln50}p7Jk9uw1Z@e|CA^ zopg6Gl|F_}@hN;iE=_-MH+S2v#z(WVN>&D~Vm4ZBe}eD%{MV}`E+5~`^{4!K-0IDb z-zQ{G6I&l3X?Q69gG&0T-m<R|53p_r|0?4*Vds+r5h7`UOra{ z4Bcd?W5n@%ZuyFoyIY!@7%o~Lowsi4;gf!+Pu@8oJo(@LWi99W437F4-}kU>U3cnI z@58f)=BzQxEjjfrCR=!w@n&tFA1xE-$0WyftahItH*^u~*E{W5|!si)^O1By&2TL{nTw=FN)jwKv*_ZF8U7k^M zxBq*4rLt*GxpHp4N+^cv?Lp%5C+oGM}uV9%`NU) z#zNIap<$+4-I954|JXF#ZhP~A@zUB=i?%P%@?4gz%DnyeS()Q!8P1tERUH3wxcT*o zhqvZE&e$2ib;_&ZLcK5#ThDKUFYmu7Z`*kLrr?nekzf8^>v+p<+hVa&VN z+IL)h)%8%S&yDYp>cr&IiPi6T91k-0=&#>#DfjnMtI#ELA2s@HUfDafGQQ?9LzCgl z#$~H#uGu5sGt1$=q>@X|3B?IE$!P{>7=ow9d_HF_e4=Yw*L9U952hJT(q&gY;u^YBc0T*wd3Sr{@}@d zhCROv*9V;rcb(RI%jj^n)dV+=Z*TkOFJm)#s9f?karz^TMZ%_r;nQYro8ZVk#WKi` zeSuwUw*RG&{Lp_-tNRbduKUj*$jQ@nr00PUfATB4TN|eK$*eH65j9>~wN~@Z)Cu=q zr0qC0F{$_TTh94!(?9DKzJ66**jx~sQ~KpZ)`AZ%-48=_<`slAuvI+2Y_~7*{=P+b z?D~;z)V8;^ z`kBi+!z_{&LwKfMnC*RmYsv?S18arit+wS*sl}cN=-pJy%Ht*}NEOq&LCQgwDSM)8*2s4qm z@$dNO6v1PEx zQge@S#@h+O*W3EmE^ZBY8XlY)~HS(!pXJ(YG!4P`x_o7i8k zNHCoedwWMfro^$+AC4cMY{@e5&wqyN+j^tam%A9oNFVN&d1`voD)X)h)(MF$ z)&1)gvR}mY?Y2F3`}uZVj*bL}b)4KUpFYlffAHG#q_bP!CEEO|)akp}(bgW$IZ+~c zPHo?IR)=$i>$JDq{&;>lE}^A)&f__+F9jV_Vcn^*VB-08?8R%0=Q$-59<=+<;9LB7 z!~3+n8Cm2}x3Z|{5h z{QG)4sn&9-JvWceeQn)!@;_?rUOB%h2v>N#gMHh^%uQ#@*H7xY>;F;cIJdt-q(DUm zhooYM&1BF@INp%$T9M1Dtg@_DsB5UQe=lAjlN!%EhpFPg?~f~N9i3H=O`5dmWW}yq zc_pXH{8A;u^0*8_V;05~-1&Z9YG$bsyTsv)FScAusxnTyv|h97TbO%gnnc@+te5vR z!#}e*Ph9nR#ahk$70cE%&6Aqa=BU_sC3gbz+~o?*^X@$N5!3FE5BaJc{IzGRXqM(( zp;C`a42-dBrv&c!*jFiEylDF`@fEFx6AWM3A9&Fqxp=!-m+&f0&2<}AXZ^@AcbgRz zsg;?>x_zt3mL`Kr$tPwPEFa51GT~a)x_F94f@hxLYKL0~I@p-ipMLqzptx|mw9u|e z7gvA0eLKRc@9U+Tq95Yg{cil8mm5CCaO%1S0e_WmZ`WPlQ)3%p`^SIT%+{%4p_30W zw##l_dT;rX74af0r^L=VJ`OF(vvkhsm2j-8+N*nAb=IOuvo=j^i0Z0*d}ouI`$l%< zCQF&VipODR)gS3jo7T4~Ti(Ot%BEwQ^E8bgEZ(46E#^>B!@F2P?uXT~d+I%@j}wpA z3cc(;a&2~#r_9wtw-}Q}^Wu5C8txx$axk-23;mg-)0}Zy0&Vc_SttIZJ)lq zbmX$kswF%EjK^iF`)bdXDT-koi7jWmWE7vg>@V8))i}=OZ z^GRmD(+!Cfe(|Tt_Pbc5ru#iOyKKjUhf!NY?B#t~R^2P>u?ad*dt9~pr~h_^KE9Hf z#oO=XTxSk;Thz9Ce|wYCO39}M)$%|6ugIsaoA7GZxhcC&r|ef*u()NG&HTG&*7}=! zKJD#f-}pStH#BtDORwANO`B$3|Eze2ua@KZls|nO7jAqzA+mRAYf;{=yp>y3*KOle z-s!w&aia2%+SPkE+!5llmigq)((`ir;x2Mk9o#GOS z4VB7_n+%=|>%WZC%p8cQ~Ars24c!=kDLnb6#G0T)i_gGxM$4i&b5J zlzw~-cpnnU|NIk^=#2;EGBux+&|a_aI4UQ*HDe^%=F zyh?Suq?-!guFcgp_lmIUTlX|zbE!)4su?^b3)RAE-sgNcz;woD5AWT+g=gX&)nbocHxHe>U%*Hn!AHIAv)Hdny z^E}LQeB0ysr}#FX-qvsY(LeXjdxe$NUreWY_iTIBb#z(<$4Ai!tLOWS_|@kmUk+Hf z`|9z+k8u_=`FTX$3_r>6ZJL7%Hs8D?CX?Q{urVi{nWKC3i}dnfF{ex8qK9=Boa6TDk8IwRvh@zre0o{5j5T z_M7;Q4Iz$7UqfqmZBkfpT%_RrgvYO2nZMeUUA0TTbMDELY3KGnSiI8B!TtPY*9=`b zp;fWFr+(pGy<*Mh%QIG-x@b}Kv4g+q#FO&lS{3gs*_~FsNvfW>W?Dwd+zz#j#UD~s zs^;zts%uCOdAo1cI>|6Eua!v&wS2SJmh)}yvNr-re!Ti$X1&+z2mVvqQ@wf9&# zi#LVnS*Tj7f0eRMdG&8@RixaqroFEsce*$kEa0i{Tk`6zsBDY8EAM3^Z^i?yzP&F* z#Dy5FKTljV?StBi-tsNhm3R0pzJ9%?v_0ep*Q?OemI2P+kAJ$-k%RZIO|HkZ7``5$_U)+Tw}*`xbu{QJS~$-WB63Iux7$#3x!t?F%^Y2nmOHy$1!7OiEzC8oRxX`ns=?><`9Fh!-2P=d!N`PfM?;cq+(t$M7Kg zm#dy$WsbWREjT}cU!9pH;oEO|I!I$$@-u$jiwOxS+R!0SJZtF|qo>S}b z{FTMG%Vw9{n!n119-G$K%cAqydXaX^{fA8ljB~#pdh%~hMo)QBd0*G34L*1KUQIZ& zTp|5(|GdT5!d=}ZR<6>S^5TGJYnp`)o7;us{~0!EezrD@U1tQ(ITj=uiS zAfTwuyv@yj|32nP#V2pswY<)fyuGTsn78iq`P0l>HnZ)Cf7gC7cKJ>}vAe#WF+HnZ zDDQAm32;ylN#d~i_2)~`zG+#S)1;c^J3CORi!hj9$}h(MjzK* zs(U=wYm%qx$%&^Y8BRWU{I>JuqpMP;d}q4#X>rD^m0LEs=VWH@Gt+e58Lg2m}9p<)vOcAWhKU5XAaE!&oE>D^}tT`+i})^O-_HA zXyvGx-%;vq9CWhtpB}5fE0tRt zI-}}Am2An$F}e$~AqJjp(;baA-?WB+AuE4Im* zFTVO^XI*&gvmjxi%*SI>-+f!5rPYxUlJew9RpxEklgu)`E`p1FC(b?aKt^!YE(WK^ zmMT%6JHJddneszmL6YS^p_0|bFPphG^Q>f^daU^P_3+@!i`^VU)t~;WVy{}%xG-OV zrO!Xl?pEY32e&}^6$(w4R!NJNzPn!C|4lpOPso}Dt{h31L~{=$6jffmleKHjt(NKB z72A&6WZf5(m?W`%Q(L0aG*-iBEP|&QU!Ggd9Xj##uDL5#UfO+>CyMid&YB$uRSM5> z%I-aW-e072ZX}P8XLNLdXXXMUmG4p&$$o5R@0C?1&igmtS6#%n_sHHaTV##rUEDZr zO1+TKysx~b`=)*OHo3Ui=+aTC9bqgyKe~@`J>Plac;e(m+gK*uzbIB+bK+6P#Anl$ znTvPJ{ac=Q|8l^)aIIA*TSKpH>RVQ@(D|~6Ve8XvZ4Qi2`|Z!Wo>}%dYw6n13EC?? zzCYpTaq}44Rb_^UJD%HoyB;^U&9HjX!ljNXlE*$i zt?AL~pQ*Yn3Y+ zkBE2s?cBemy06~GdKS!j%Ct9@>tco1?F*Xxz54DWB8>Sk}G_4$1AE5AK|))yAa)vNAeNMJwxY{@M> zqx)~0dSX)hdbMm~cKv9X^R$5fsoflzvd6vBFIP#fovxX;;k0^taF7U-*~+vcb1@yi z%T4~vS$N8>COg)(hRxcwY!X*h)K3-R%dVV;+b$Vz5q>I>*m$G-dE@d~{YUg$U%to< zTa`9z?#g?bud@O}moVNqv_RlUYmlQl%dccftU1mb z)I;namYH(P6kicbndi~07a&l0&d8Jf`qS25TNkfbGtXnu4-4*R7Td*cpXZ)@^4b)~ zGkM4PEIiMBt1Fuq@OO4ZABWt6Y-_#;4kxT$C54v>3LSOxtL|TMy~;~7#k%Q3ZONG& zJqw4D-i(vMIja`5Chp;TEVZ$!Okl@Xsjw{pi{5hg2+m>b$voC1)+l=2;&^RUE{iqm z)MsBWv+w4(-zt5KS?}SOD;&8ZkDl7P9c7#t!o+aQbWbTu<9U1Ib%&NtdD3dH^EzOI zl%~L|kc0bN^JiteTo5TYFY;JKqIY`6@g0)aIr1jo&78ZmkM*uud=`Vh!Y{t(g_qu3 zJa77F!Ja&xb7}E!MUyAg)&6IgxBMb!qO-K4I(y+A{!f2RKkr?jpXSMG5Zpd5r8ji$ zG=qhO4GhQgpZ;rG?xVSK;=Kp2)jpXW+q?5zQQa)oz}o(!9vR7oN{{Vwrv1#GQ|{ln zYLaH4i`Q+A#5tc&KHh#iT;y_#y3pRzDQ8$pnoPL+*jGNj{`JbL$fxtv`dnO9G*oy} zc&hk=Uw=NfQ=a>9?~+E&f`Zrm8tm-NU+mXyNnh5qMrCVZ?wv9{j>7rLeb$d}Uzf>R zdf-#T=N&<}HucS0l*-565uWD#FT`%A{j%Z(zWIy${wS>Y`&QLCN!+P`uj2i`ofoxl zo0w{C<=FkLXye3594Alw`p@uq&J5unrXmxV{XU*rrE281^!}ATBa379>vr%>>t3$H z{bJdDU4y{GGG#w*o|ZRMx0LxV+tw0#d({JHX$Dab^}ltqtiDTm?f8=zu+r>-jm^9Y zo1VY+^Y-fA(|EhJbDtUS3AZQPJf74XWB(=9l5W$}y5HkQ=KE4@*3kI2RW-LQ(zT^}-TegC&ptYZEzhp@KZF0vRi78-vjn)yik#UbInAui9&#rv`j(z>7?~na6m-MbZuW9*xo`v6)uO;2u&Pwb_htHfo zXmR5BHun?XzCL!>j8pHtc#zA|dSm0i{nxim)eT#j=4cwDDQayXzf0jn@qte%31tr+ zH_wr^@xOfOVAcm+(PGB{2|>##6&w5h1)VtPpOaYJA1mZrt^8Ok>Ehl$4~@Sp4|UC1 z5T$)(-9!bpdFc|?wj#|ZnR^8I+%HVJ?OU?-I!lJOV$$OiOWvl*J&-G0^?u1)QxmaU zUDd5QQ!njV+A@_#cH0D7hxnLZ{2wohY`p#S{=>@>^BkvTl^M>zS~vf^CvWxpMsMd2 zZ`TF?aAoM>5j=6}dEl3~I$wIey-ICcXme`yp&egis^oJyn=Y3xEBtNrI%v1M;HKV& z$2+;3?ia5-_VB7n;IlY!n@Zm0DRV-nc385= z2vi*W`TEW;!Ig9Uqh(`#NYfv^PCPX6{@>+u&_sH$4uLP@_IdeUi0yoZN;@U59U9eo7lUzO3!*iuQkFUpW^_?AiSVP9l&+b=$(4tVqjgu@6yj?Th?x)nZH{Ycm z96kDyY2CKAuHQvnKQmUXYkkPzlBB8>aLT1C-11F@{jKK`68#lx|EQ$0N#utZ{bvx- z6;J-Ey#00<&qCSl0>(W|Zi`|vR<2h5@G7A%^?0U$!C$`3_iujlZr=G>Y)j<211yD4 zTNb8mie9BIq-1^Tn%T^NX$9f=6U1VYCs{tI&Pu)J($=fsVsM{Fw!7&fAKf}s5(@S(bRX*BpZESkrr&36U#-gvf<74pa316QdabZ^!_I>%pZoos zb@#5wj2A)sm!vN1*tvR+eVbKIrba#tUV-e__{Y7~P;t7k$D+re&6| zTK#m2JV)>8-E%&0oHL2qRWiqR(V5kvhbGOlSh>n)RmV&ol_18GI?L?-q{vlVTz@#* zH{UPpO6b=mX16*t59p+<$-TJHX5WP}3!87x_qlB<75dTL@49k%_aO$KFz?vDgJ~;w zyB2Q0=3G9JmDk&0Z7`qghL2}^w%u9rfWfTqu+>WaYgMPZ=jsQ9#VlLVwpC^Mn$;iq zRQn|(!*_%}EMPdmYH@B&{PDQ8O$U>fy?i%s$qa|%N2YG@DcQK$=#A!$<|ejxH%>ee zUbW=wuO*_vw(BN75tMi#<*KFR&wnUTDxo#-bi$mx?+SuF-uK=fi2tx<&NDYNk)2+d z`;%`AY3FnYvrO_8X}w_UB(AJ}C1Jgce5`fJ-1ke8UV1*-aVhro@*eXyU!&G;ygd15 z`wGh>f9^lZ_q*QpJ-3WlHS=ZjMHl4{DRF5${y97eJO%zWABswjyI#It%oKZ9IZN_^ z(9Wd?1;maWxbenA;qS36iAukBpIviP@B7t-lRbG_Z(dJ(=PmZU`~t6@Z|RidTMtD1 zmE>3XUH<#qMeU>67q7l?<(GQ!{bXYEyjoimv+_v`Q|Hd(Sj1IOK8pk5iXs7J5#vKoe>-`m_byiBWXd_I%wu@YZ&p>NpyC8i?N*h99fzJjsjb@;Hf!SI zt*$|rmUny-afuNK;dyRfcdOvV@7jwG?uVV-oKxgU0p3L zdsi*G##^}UB)hLkkvs?Ajc-!Cj$Df$%)PI;c*=#N8<^g#F@5zQm8bQ&+$Z0rCHhUz z&r7ZRE_MHalTBagA&(Tv!%yU=?GT&D=U`uJB>ki<_L-=@WZ(3M+OdcI8E-VYxf!t4 z)lZkwzVc7!BG=O1S(*#O`&?y@nI}Aca^qJo`_vX;o6RR~Ot+riuV&o*pW#U1-13d_ znre%>?w8Me9BA;+;nvB@z>e(IF% zV4h&RRrFdzD95T*7H$U(n>>!MIPq_nq{&JNh4o>_S*~hYPO|3;{cyYZ?JaTk%a^yA ziY?&CJaT38``ZmH9@UH|?e2b@KW&fJ%4cgr1XsBFF8yRP3alUw&yjsZ3dt*G0yitSWox|^6 zl=6wKdT$-p{M9#SYrm_v?6Ubq%Ay}mlyXk8RG0jAuHy0&+vLo3ZK6#-_kNcbsF;@; zJJTkiaDx4HsYUC~`dwWa@zwc}$eL`a`DTucjmJ;)7H>NI;j8e>({7vCIUL!09#HxR_zNk=OP~E4A4}+z=xsCQoe->kJW0(B$c0p}$#gE^+LpOV> zl`Y=W`>eJ>?{R-{&!5e!w>HSEp6R_KKJmuur+aTc*m33Zos})8ZnSM%d^kn1;~@XM zihotJRSb?r{192=)tWwW$~T!hpL*YL`$qAfRo%-LFYdZE+1p?3SV|;cxsdlpc4nR9 z>W#lLFR#mfcUL!W+OAc{O$Gr2no+gfoqEId(Kja_yKC({hw0PZrNVP96_l3#bAG?pyT5S7M4wGO$6owl zeroxk&-6;(F$2>L9G2X=rF`z^;PdCH)=OS}$LgdaAg3--FV-8L#d->*_o)R~DS-{&LlShPA&=ZD0Ow zg1gIxUB_0Nbn4Vt-u+o#)x@sM{HmH$Z2eK~vm%>3`o12^=r%F=*vL{Dymiwl&w~nc z-pV9DU$fUgvm<^3&stmabjj!)bJR~&aqVi+=~yho@P;v|w!L_r$(PT5y-FG!%UL@Q zNHsfOm1hktp7pVE`?>UmfwDfycHB)ihUeJ}*iRWw4SvOVrT*~k{|tWq%ojor8^_;T z_-e%;Go3Z=hDVPTE%|tYed4_1miM2(v1qLGcK#zP)|7qjVzO(1|MbK8{~0#$zbZYr zV2S}xK>aoQ^FhB(uUMTo-D;Io-dvOK>S{jkxn)vvV{dQb)NwplU}Rf3SN4Tn$E44f zg74{Xuh5-r(wERX<%vsswsGC(tIdU<*sq7@=LMU4Xa?Txf3z%B@xB(zSDqEmlNu(9 zr^ai%aXcaa^Fma#?7>z0Gtax4luU5D)Y+96c7RG*Iw&e8rs)lA|l`{-s^99>s|_b z-j4&4C*&62cx{ziamU$cPPbEr_`~pRyRzE@;uEqMKYTUbF!4|1B$JaTEOOr6zR@aa zGbiiTYrVN!;xtyI&D5N?NUP&ls^4Pzp?q)LXD==<6bu-jAFfjV+UCnrR zSzen}LXnx5=J6g#ozR!kGvUszw=5Iqe82c3E^B4-nl-Ds)-GB$p+!&f?vvC^WrlzC zhB`a#)-W(+iw9eGx82vDe>XRCVMgZumtnP)X}d#9yCNU$Xv|%=pew4YDLHkL>AlCv z4^kZi4Cnp*8gt|Aw3pgiZ?9Wb?z2L@(QY}|F z*E}NsZf@SoR~?zJGna1&b(J*=K6avKrQ97Wt>=g9^>y55ytA3-n!T^9>T}o0I+4i_ zXUzkL4~ec?vN;?9dJFRW=SmXr)QAbQ8Plif#bS3KK14F;VKrXHDZ7hV^8 z+lFjDYIN4&<6@V?GG-nL{5Q%ko^sRP&QSJz-mQC=4;_4zba-C6#pNq67AWwp?z7Nc z``B2!!1DaIT?aQ_jg(k_zqeeA^We$jNv4Y~dpa>)vzivew4nCu4R7v$MeMg@dVKr! z_^)J7cKh?s&ooDKlc;i7Qu&7f&&~$x{-+NLznz!A9#gey<&lCdUoL95M0Ee~+Nn@b z!0?6H?eVgnC`|>`S%#c7!mq^KWcO7yh6~-%`E2WG*(W}+uqQQeM(rlk&wUzvtFLcq zaB$QScKbY0=cbcm!s8}W+ss%Wzdw$~TdJoz<}~oVk@t}^{Ct61fN5_qGmG3~+hem5 z?Nqqd-gIe@j}xhS<@jRe#69awzI^*B`Pk)Sr2O}kN@t$ubNVX&nu@RbC%fw9(>@Oo zlVl}@qGs7Xhm+rrOU-0+X=j&ys<^L4@SnP~exNhkNu?%J>l1G$-hRGXu$x0i&Xnz@ zY^txH=9Dw1mbrbnuA=d-@Qvxc&THaIk$x(w1>$)RPqN$e{XMpD&so*r-K)fuC2!x3 zTl&oXSUC5Ngn7S~vJ~l-t(`06me4pwX1(q43)wBA!cM<^4u(0laUZMrdQJDkQlIl8 zEvQybXwS6Wwv$Li?GzB;T4!i3eFC zYhL>be3WUtA$;K41%o49C)OTkd9M8PRklTpl(tsPr&iVpjVCP5*Dsryp}mi(YmPt5 zJmsdhk_R5P8Gli}@BGV4W7WDXAAF@|ocUeYcR1+1(MezHJ-N^O(mD*^Z|M>I^EF67 z?qPLE)~XkEdd@O&+y;yjKKID`-FbYyKh}FzRMjrA-YALLiY|UTa&Npp|Mh~@$)^$J zDMCktr^?-W>t?=%b?3>r{|rX;r-NLd`kmqOw{QC!s_t{=px3KexvxH+$b9yp^RWeM z@qLEm7p19R<)e?+FJD=8drOgHESI+1rwts*2?ttO9$VNX&$F(&6zk~8QuO2FO1HAZ z3>EgaMSboZCwDy1`2F}lgY4I6#jtNr)U$ps_dc%`DzUn;(Jwi6#pJhd=M}LP*!|n{ zKs@}OYwA_CA08_wm$b&ITiiMq>2Ok+LBR0q^BXBYr(E7VdAhZ<+=3!gwWew2yn8nC z9P~IZ!)mp0I#=uUM;cR`SFG0kTIlI*d`f~T&>2t&59NezL9;9Os+DHI4Iw*X+FI@o(44aL)X7FGGJ-RnEHpag)NQw+@l@ z&z@9O^Xhz26)NTZX1Z$8V#BKziz~Y1g=|{ol+{1?;;c zYGa$!v}s$<%!wUM3#WSC+4I=qnt0BO`zEPxln%W9tGn*xRU=F0I7?dr>F<6g9j{J} z)z0gh#<`?VB6<0m&{^&}Yka!g72Q{=_ssY8S>yi4ov!fY^W4hHl1ZDhK5l7*joI2vHtOmzP|qqd2JR` zA59fJ<>9S0_ngs!Iedphk3UKY*;2YOIPl_Oe;LD%n=MsV%{?-y@}#}5p@{35?H14P zAJsNlxPIA|MB5uy+rFDDU#>glul+}*6=wsr8ZMlf!Pv>!@bU`qiJx^!Xdol4<%#D-Zz563C zMZLMcdaY{7u{BqnR9YN`HQL;g3T|&OJYX4nN5FVaul|>{%Whv0|D_%K>)*CtmZJSf zQjCrqZ=B%4yy2w0{&w#-`uc7W>q{_;Jv=x672Bw;en(j zQ@IR}`B}>TxUz2L_Q3V-m+rbKga)s2>){M+xbcLixHr#zxthY~*Dnv9m{fT0jm%@4 zPYZ%h^acd2yU#IEfWrGpPLX+*_;j z;e~4=Y+jv-PDTaYI|SG-Z?}9LCMv2Ec;4pqZli}Yi=VRaJ;?TV7LMa6*k6C?+_h8B z0u$HQ-+G+3%`tCLRK)gN)~8r#Hb``9rR literal 0 HcmV?d00001 diff --git a/gui/gui.lisp b/gui/gui.lisp new file mode 100644 index 0000000..5f54dd0 --- /dev/null +++ b/gui/gui.lisp @@ -0,0 +1,375 @@ +;;; copyright (c) Polos Ruetz + +;; load all available modules for documentation purposes +(dolist (module (list :help :network :opengl :sql :svg :webkit)) + (eql:qrequire module :quiet)) + +(defpackage :gui + (:use :common-lisp :eql) + (:export + #:*q* + #:*gui* + #:*display* + #:*edit*)) + +(provide :gui) + +(in-package :gui) + +(defconstant +history-file+ (in-home "gui/.command-history")) +(defconstant +max-history+ 50) + +(defparameter * nil) +(defparameter ** nil) +(defparameter *** nil) +(defparameter *q* nil) + +(defvar *gui* (qload-ui (in-home "gui/gui.ui"))) + +(defvar-ui *gui* + *display* + *edit* + *help* + *main-tab* + *n-methods* + *n-names* + *n-override* + *n-super-classes* + *package-name* + *properties* + *primitives* + *q-methods* + *q-names* + *q-override* + *q-properties* + *q-signals* + *q-slots* + *q-super-classes* + *qt-tab* + *search-help* + *select* + *selected-widget* + *tabs-non-qobjects* + *tabs-qobjects*) + +(defvar *code-font* (qnew "QFont(QString,int)" + #+darwin "Monaco" #+darwin 12 + #+linux "Monospace" #+linux 9 + #+windows "Courier New" #+windows 10)) + +(defvar *completer-list* (qnew "QStringListModel")) + +(defun gui () + (qset *gui* "windowTitle" "EQL - Embedded Qt Lisp") + (qset *select* "toolTip" (tr "Select any (child) widget (see qsel:*q*)")) + (qset *help* "source" (qnew "QUrl(QString)" (x:cc "file:///" (in-home "doc/auto-doc.htm")))) + (qset-color *help* |QPalette.Highlight| "yellow") + (qset-color *help* |QPalette.HighlightedText| "black") + (set-tree *q-override*) + (set-tree *q-signals*) + (set-tree *q-slots*) + (set-tree *q-methods* 3 nil nil (tr "Static")) + (set-tree *q-properties* 3 nil nil (tr "Read Only")) + (set-tree *n-methods* 3 nil (tr "Method") (tr "Static")) + (set-tree *n-override*) + (set-tree *primitives* 2 nil (tr "Example")) + ;; please see example 9: editor.lisp for better completer examples + (let ((cpl (qnew "QCompleter"))) + (dolist (w (list *display* *edit* *package-name* *selected-widget* (! "popup" cpl))) + (qset w "font" *code-font*)) + (! "setModel" cpl *completer-list*) + (! "setCompleter" *edit* cpl)) + (! "addItems" *q-names* (qobject-names :q)) + (! "addItems" *n-names* (qobject-names :n)) + (qconnect *q-super-classes* "linkActivated(QString)" 'change-class-q-object) + (qconnect *n-super-classes* "linkActivated(QString)" 'change-class-n-object) + (qconnect *q-names* "activated(QString)" 'change-q-object) + (qconnect *n-names* "activated(QString)" 'change-n-object) + (qconnect *edit* "returnPressed()" 'eval-edit) + (qconnect *select* "clicked()" (lambda () (qselect 'widget-selected))) + (qconnect *properties* "clicked()" 'show-properties-dialog) + (qconnect *search-help* "textChanged(QString)" 'search-help) + (qconnect *search-help* "returnPressed()" 'search-help) + (qoverride *edit* "keyPressEvent(QKeyEvent*)" 'history-move) + (change-class-q-object "QWidget" :super) + (change-class-n-object "QMetaObject" :super) + (populate-primitives) + (qsingle-shot 500 'show-package-name) + (x:do-with (qset *gui*) + ("pos" (list 50 50)) + ("size" (list 700 500))) + (! "setFocus" *edit*) + (x:do-with *gui* "show" "raise")) + +(defun search-help (&optional text) + (flet ((move-start () + (! "moveCursor" *help* |QTextCursor.Start|))) + (when text + (move-start)) + (unless (! "find" *help* (! "text" *search-help*)) + (move-start)))) + +(defun saved-history () + (let ((ex "") + history) + (when (probe-file +history-file+) + (with-open-file (s +history-file+ :direction :input) + (x:while-it (read-line s nil nil) + (unless (string= ex x:it) + (push (setf ex x:it) history)))) + (setf history (nthcdr (max 0 (- (length history) +max-history+)) (reverse history))) + (delete-file +history-file+) + (with-open-file (s +history-file+ :direction :output :if-does-not-exist :create) + (dolist (cmd history) + (write-line cmd s))) + (reverse history)))) + +(let ((up (saved-history)) + (out (open +history-file+ :direction :output :if-exists :append :if-does-not-exist :create)) + down) + (defun history-move (ev) + (x:when-it (case (! "key" ev) + (#.|Qt.Key_Up| + (x:when-it (pop up) + (push x:it down))) + (#.|Qt.Key_Down| + (x:when-it (pop down) + (push x:it up)))) + (qset *edit* "text" (first x:it))) + (qcall-default)) + (defun history-add (cmd) + (when (or (not up) + (and up (string/= cmd (first up)))) + (push cmd up) + (princ cmd out) + (terpri out) + (when (and down (string= cmd (first down))) + (pop down)))) + (defun history () + (append (reverse up) down))) + +(defun set-tree (tree &optional (cols 2) lb1 lb2 lb3) + (x:do-with (qset tree) + ("alternatingRowColors" t) + ("sortingEnabled" t) + ("rootIsDecorated" nil)) + (let ((lbs (list (or lb1 (tr "Type")) + (or lb2 (tr "Name")) + lb3))) + (x:do-with tree + ("setHeaderLabels" (butlast lbs (- 3 cols))) + ("sortByColumn" (if (> cols 1) 1 0) |Qt.AscendingOrder|)) + (qconnect tree "itemDoubleClicked(QTreeWidgetItem*,int)" 'add-to-edit))) + +(let ((cross-cursor (qnew "QCursor(Qt::CursorShape)" |Qt.CrossCursor|))) + (defun select-mode () + (set-listen t) + (! "setOverrideCursor" "QGuiApplication" cross-cursor))) + +(defun change-class-q-object (s &optional super) + (let ((i (! "findText" *q-names* s))) + (if (= -1 i) + (qmsg (tr "Sorry, class not found.")) + (progn + (! "setCurrentIndex" *q-names* i) + (change-q-object nil super))))) + +(defun change-class-n-object (s &optional super) + (! "setCurrentIndex" *n-names* (! "findText" *n-names* s)) + (change-n-object nil super)) + +(defun change-q-object (&optional s (super t)) + (populate-objects :q) + (when super + (show-super-classes :q))) + +(defun change-n-object (&optional s (super t)) + (populate-objects :n) + (when super + (show-super-classes :n))) + +(defun populate-objects (type) + (let* ((class (qget (if (eql :q type) *q-names* *n-names*) "currentText")) + (info (qapropos* nil class type)) + (all (rest (first info))) + (tabs (if (eql :q type) *tabs-qobjects* *tabs-non-qobjects*)) + (i-tab -1)) + (flet ((sub (name) + (rest (find name all :key 'first :test 'string=)))) + (mapc (lambda (name tree) + (incf i-tab) + (! "clear" tree) + (dolist (curr (sub name)) + (let* ((curr* (x:string-substitute "const_" "const " curr)) + (item (qnew "QTreeWidgetItem")) + (sp1 (position #\Space curr*)) + (sp2 (when sp1 (position #\Space curr* :start (1+ sp1))))) + (! "setTextAlignment" item 0 (logior |Qt.AlignRight| |Qt.AlignVCenter|)) + (when sp1 + (! "setText" item 0 (subseq curr 0 sp1))) + (! "setText" item 1 (x:cc (if (string= "constructor" (! "text" item 0)) ": " "") + (if sp1 (subseq curr (1+ sp1) sp2) curr))) + (when sp2 + (! "setText" item 2 (subseq curr (1+ sp2)))) + (! "addTopLevelItem" tree item))) + (resize-tree tree) + (! "sortByColumn" tree 1 |Qt.AscendingOrder|) + (! "setTabEnabled" tabs i-tab (not (zerop (! "topLevelItemCount" tree))))) + (if (eql :q type) + (list "Properties:" "Methods:" "Slots:" "Signals:") + (list "Methods:")) + (if (eql :q type) + (list *q-properties* *q-methods* *q-slots* *q-signals*) + (list *n-methods*))) + (incf i-tab) + (let ((override (if (eql :q type) *q-override* *n-override*))) + (! "clear" override) + (dolist (curr (sub "Override:")) + (let ((item (qnew "QTreeWidgetItem")) + (sp (position #\Space curr :start (if (x:starts-with "const" curr) 6 0)))) + (x:do-with item + ("setTextAlignment" 0 (logior |Qt.AlignRight| |Qt.AlignVCenter|)) + ("setText" 0 (subseq curr 0 sp)) + ("setText" 1 (subseq curr (1+ sp)))) + (! "addTopLevelItem" override item))) + (! "sortByColumn" override 1 |Qt.AscendingOrder|) + (! "setTabEnabled" tabs i-tab (not (zerop (! "topLevelItemCount" override)))))) + (when (null info) + (qmsg "Class currently not available (see EQL modules and qrequire).")))) + +(defun populate-primitives () + (dolist (type (list (cons "QByteArray" "(vector -50 0 50) ; convenient for binary data exchange Lisp <-> C++") + (cons "QChar" "#\\a") + (cons "QColor" "(or \"#FF0000\" \"green\" (qnew \"QColor(QString)\" \"blue\"))") + (cons "QGradientStop" "(cons 0 color)") + (cons "QLine / QLineF" "(list x1 y1 x2 y2)") + (cons "QPoint / QPointF" "(list x y)") + (cons "QPolygon / QPolygonF" "(list x1 y1 x2 y2 x3 y3 ...)") + (cons "QRect / QRectF" "(list x y width height)") + (cons "QRgb" "(qrgb r g b &optional a)") + (cons "QSize / QSizeF" "(list width height)") + (cons "QString" "\"a Unicode string\"") + (cons "QStringList" "(list \"one\" \"two\" \"three\")"))) + (let ((item (qnew "QTreeWidgetItem"))) + (x:do-with item + ("setText" 0 (car type)) + ("setText" 1 (cdr type))) + (! "addTopLevelItem" *primitives* item))) + (x:do-with *primitives* + ("resizeColumnToContents" 0) + ("sortByColumn" 0 |Qt.AscendingOrder|))) + +(defun show-super-classes (type) + (qset (if (eql :q type) *q-super-classes* *n-super-classes*) "text" + (with-output-to-string (s) + (do ((super (qget (if (eql :q type) *q-names* *n-names*) "currentText") + (qsuper-class-name super))) + ((null super)) + (format s "~A  " super super))))) + +(defun resize-tree (tree) + (dotimes (i (! "columnCount" tree)) + (! "resizeColumnToContents" tree i))) + +(defun add-to-edit (item col) + (let ((txt (prin1-to-string (! "text" item + (min 1 (1- (! ("columnCount" "treeWidget" item)))))))) + (! (("setText" txt) "clipboard" "QApplication")) + (let ((curr (qget *edit* "text"))) + (when (and (x:starts-with "(" curr) + (not (x:ends-with "\"" curr))) + (! "setText" *edit* (x:cc (qget *edit* "text") txt))))) + (! "setFocus" *edit*)) + +(defun display (x &optional color) + (when color + (! "insertHtml" *display* (format nil " " color))) + (let ((1st t)) + (dolist (val (x:ensure-list x)) + (! "insertPlainText" *display* + (format nil "~A~A~%" (if 1st (progn (setf 1st nil) "") " ") val)))) + (when color + (! "insertHtml" *display* "
")) + (let ((vs (! "verticalScrollBar" *display*))) + (qset vs "value" (qget vs "maximum"))) + (show-package-name)) + +(defun show-error (err color) + (let ((e1 (prin1-to-string err)) + (e2 (princ-to-string err))) + (display e1 color) + (unless (string= e1 e2) + (display e2 color))) + nil) + +(defun all-symbols () + (let (all) + (do-symbols (s) + (let ((name (symbol-name s))) + (push (x:cc (if (or (ignore-errors (symbol-function s)) + (macro-function s)) + "(" + "") + (if (some 'lower-case-p name) + (format nil "|~A|" name) + (string-downcase name))) + all))) + (sort all 'string<))) + +(let (package) + (defun show-package-name () + (unless package + (in-package :eql-user)) + (let ((name (package-name *package*))) + (qset *package-name* "text" (format nil "~A>" name)) + (when (string/= name package) + (let ((*standard-output* nil)) ; suppress output to console (slow on Windows) + (! "setStringList" *completer-list* (all-symbols))) + (setf package name))))) + +(defun eval-edit () + (let ((color "darkorange")) + (handler-case + (let ((txt (string-trim " " (qget *edit* "text")))) + (unless (x:empty-string txt) + (display (format nil "~A> ~A" (package-name *package*) txt)) + (let ((exp (read-from-string txt))) + (setf color "red") + (let ((vals (multiple-value-list (eval exp)))) + (setf *** ** ** * * (first vals)) + (display (mapcar 'prin1-to-string vals) "blue") + (history-add txt) + (! "clear" *edit*))))) + (error (err) + (show-error err color))))) + +(defun focus-me () + (x:do-with *gui* "activateWindow" "raise") + (! "setFocus" *edit*)) + +(defun widget-selected (widget) + (setf *q* widget) + (! "setText" *selected-widget* (prin1-to-string *q*)) + (! "setEnabled" *properties* t) + (change-class-q-object (qt-object-name *q*) :super) + (focus-me)) + +(defun show-properties-dialog () + (unless (find-package :properties) + (load (in-home "gui/properties"))) + (funcall (find-symbol "SHOW" :properties) *q*)) + +(gui) + +;;; profile + +#| +(require :profile) + +(progn + (use-package :profile) + (profile:profile + qfun + qset + qget)) +|# diff --git a/gui/gui.ui b/gui/gui.ui new file mode 100644 index 0000000..7b21718 --- /dev/null +++ b/gui/gui.ui @@ -0,0 +1,347 @@ + + + gui + + + + 0 + 0 + 618 + 565 + + + + EQL + + + + + + 0 + + + + REPL + + + + + + + + + + + + + + + + + + + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + + + + + Select + + + + + + + false + + + Properties + + + + + + + + + + Qt + + + + + + 0 + + + + QObjects + + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + 0 + + + + Properties + + + + + + 0 + + + + + + + + Methods + + + + + + 0 + + + + + + + + Slots + + + + + + 0 + + + + + + + + Signals + + + + + + 0 + + + + + + + + Override + + + + + + 0 + + + + + + + + + + + Double-click to add to command line (and clipboard) + + + + + + + + Non QObjects + + + + + + + + + + + + + + + + 0 + 0 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + 0 + + + + Methods + + + + + + 0 + + + + + + + + Override + + + + + + + 1 + + + + + + + + + + + + Double-click to add to command line (and clipboard) + + + + + + + + Primitives + + + + + + + 1 + + + + + + + + + + + + + Help + + + + + + + + + + + Hit Return to find next + + + + + + + + + + + + + + + + + diff --git a/gui/properties.lisp b/gui/properties.lisp new file mode 100644 index 0000000..e7f369c --- /dev/null +++ b/gui/properties.lisp @@ -0,0 +1,63 @@ +;;; show output of QPROPERTIES in a QDialog + +(defpackage :properties + (:nicknames prop) + (:use :common-lisp :eql) + (:export + #:show)) + +(in-package :properties) + +(defvar *main* (qload-ui (in-home "gui/properties"))) + +(defvar-ui *main* + *view* + *depth* + *label*) + +(defvar *font* (format nil "font-family: ~A; font-size: ~Apt;" + #+darwin "Monaco" #+darwin 12 + #+linux "Monospace" #+linux 9 + #+windows "Courier New" #+windows 10)) + +(defvar *object* nil) + +(defun ini () + (! "setReadOnly" *view* t) + (! "setMinimum" *depth* 1) + (! "resize" *main* '(650 500)) + (qset-color *view* |QPalette.Base| "lightyellow") + (qconnect *depth* "valueChanged(int)" 'update)) + +(defun update (depth) + (! "setText" *label* + (with-output-to-string (s) + (let ((name (qt-object-name *object*))) + (princ name s) + (dotimes (i (1- depth)) + (setf name (qsuper-class-name name)) + (princ " - " s) + (princ name s))))) + (show)) + +(defun show (&optional object) + (when object + (setf *object* object) + (let ((depth 1) + (name (qt-object-name object))) + (! "setText" *label* name) + (! "setWindowTitle" *main* name) + (x:while (setf name (qsuper-class-name name)) + (incf depth)) + (! "setMaximum" *depth* depth) + (! "setValue" *depth* 1))) + (! "setHtml" *view* (format nil + "

~A
" + *font* + (qescape (with-output-to-string (*standard-output*) + (qproperties *object* (! "value" *depth*)))))) + (unless (! "isVisible" *main*) + (! "show" *main*))) + +(ini) + diff --git a/gui/properties.ui b/gui/properties.ui new file mode 100644 index 0000000..c82aa42 --- /dev/null +++ b/gui/properties.ui @@ -0,0 +1,51 @@ + + + main + + + + 0 + 0 + 466 + 336 + + + + Properties + + + + + + + + + + + + 1 + 0 + + + + Qt::Horizontal + + + + + + + + 2 + 0 + + + + + + + + + + + diff --git a/helper/README.txt b/helper/README.txt new file mode 100644 index 0000000..577f779 --- /dev/null +++ b/helper/README.txt @@ -0,0 +1,19 @@ +HOWTO +===== + +Prepare + use "qchextractor" (from github) to extract html docs + use "./html2text.lisp" (requires EQL/Qt4 + module webkit) to convert them to text + +If you miss a Qt class, add it in ./my-class-lists//: + q-names.lisp: QObject derived classes + n-names.lisp: non QObject derived classes + +Run these commands in order: (after setting the *qt-documentation-path* in share.lisp) + ecl -shell parse.lisp + ecl -shell generate.lisp + +Take a look at missing-types.txt: +These types are currently not available, as they must be integrated manually (by the author). + +Make a clean rebuild of the project (see README-REBUILD.txt). diff --git a/helper/generate.lisp b/helper/generate.lisp new file mode 100644 index 0000000..859d4ba --- /dev/null +++ b/helper/generate.lisp @@ -0,0 +1,1210 @@ +;;; copyright (c) 2010-2014 Polos Ruetz + +(load "../src/lisp/x") +(load "load-modules") +(load "parsed/q-methods") +(load "parsed/n-methods") +(load "parsed/q-override") +(load "parsed/n-override") +(load "no-static-meta-object") + +(use-package :x) + +(defconstant +message-generated+ "// THIS FILE IS GENERATED (see helper/)") +(defconstant +max-arguments+ 50) +(defconstant +var-names+ (loop for i from 1 to +max-arguments+ collect (format nil "x~D" i))) +(defconstant +special-typedefs-and-classes+ '("QAbstractTextDocumentLayout::PaintContext" + "QCoreApplication::EventFilter" + "QEasingCurve::EasingFunction" + "QNetworkCacheMetaData::AttributesMap" + "QNetworkCacheMetaData::RawHeaderList" + "QPainterPath::Element" + "QPixmapCache::Key" + "QWebPluginFactory::MimeType" + "QWebPluginFactory::Plugin")) + +(defparameter *max-constructor-args* 0) +(defparameter *max-method-args* 0) +(defparameter *missing-types* 0) +(defparameter *argument-types* (make-hash-table :test 'equal)) +(defparameter *override-signatures* (make-hash-table :test 'equal)) +(defparameter *override-id* 0) +(defparameter *override-functions* nil) +(defparameter *override-arguments* nil) +(defparameter *override-return-arguments* nil) +(defparameter *override-signature-ids* nil) +(defparameter *module-streams* nil) +(defparameter *all-modules* (cons :gui *modules*)) + +(defun trim (s) + (string-trim " " s)) + +(defun trim* (name) + (string-left-trim "/" name)) + +(let ((classes (make-hash-table :test 'equal))) + (defun add-class-modules () + (flet ((classes (module type) + (symbol-value (intern (format nil "*~A-~A-NAMES*" module type))))) + (dolist (module *modules*) + (dolist (type '(:q :n)) + (dolist (class (classes module type)) + (setf (gethash (trim* class) classes) + module)))))) + (defun class-module (class) + (if-it (gethash class classes) + it + :gui))) + +(defun open-module-streams () + (flet ((open* (module file &optional skip) + (unless (and skip (eql :gui module)) + (open (format nil "../src/gen/~(~A~)~A" + (if (eql :gui module) + "_main_" + (format nil "~A/_" module)) + file) + :direction :output :if-exists :supersede)))) + (dolist (module *all-modules*) + (push (cons module (list (cons :q-classes (open* module "q_classes.h")) + (cons :n-classes (open* module "n_classes.h")) + (cons :q-methods (open* module "q_methods.h")) + (cons :n-methods (open* module "n_methods.h")) + (cons :ini (open* module "ini.cpp" t)))) + *module-streams*)))) + +(defun close-module-streams () + (dolist (module *module-streams*) + (dolist (file (rest module)) + (when-it (cdr file) + (close it))))) + +(defun assoc* (x alist) + (cdr (assoc x alist))) + +(defun module-stream (module file &optional type) + (assoc* (intern (format nil "~A~A~A" (if type type "") (if type "-" "") file) :keyword) + (assoc* module *module-streams*))) + +(defun no-spaces (s) + (remove #\Space s)) + +(defun find* (x list &optional (key 'identity)) + (find x list :test 'string= :key key)) + +(defun split-args (args) + (let ((s (copy-seq args)) + (sep #\@) + skip) + (dotimes (i (length s)) + (let ((ch (char s i))) + (case ch + (#\< (setf skip t)) + (#\> (setf skip nil)) + (#\, (unless skip + (setf (char s i) sep)))))) + (mapcar 'split-arg (split s sep)))) + +(defun add-to-types (type) + (unless (empty-string type) + (let ((enum (find #\: type))) + (when (or (and (qt-class-p type) + (not enum)) + (starts-with "GL" type) + (not (or (string= "void" type) + enum + (upper-case-p (char type 0)) + (search "QHash" type)))) + (setf (gethash type *argument-types*) t))))) + +(defun split-arg (arg) + (let* ((s (no-spaces arg)) + (const (starts-with "const" s)) + (default (when-it (position #\= s) + (prog1 + (subseq s (1+ it)) + (setf s (subseq s 0 it))))) + (ref (ends-with "&" s)) + (ptr (ends-with "*" s)) + (type (subseq s (if const 5 0) (when (or ref ptr) + (1- (length s)))))) + (when (starts-with "unsigned" type) + (setf type (format nil "u~A" (subseq type 8)))) + (let ((arg* (list type))) + (add-to-types type) + (cond (ref (push :ref arg*)) + (ptr (push :ptr arg*))) + (when const + (push :const arg*)) + (when default + (push :default arg*) + (push default arg*)) + (nreverse arg*)))) + +(defun split-fun (fun class) + (macrolet ((cut-p (x str) + `(when (starts-with ,x ,str) + (setf ,str (subseq ,str (length ,x))))) + (append-if (cond val) + `(when ,cond + (setf fun-list (append fun-list (list ,val)))))) + (let* ((fun* fun) + (pure (when (ends-with " = 0" fun) + (setf fun* (trim (subseq fun 0 (- (length fun) 4)))))) + (p2 (position #\( fun*)) + (p3 (when p2 + (position #\) fun* :from-end t))) + (p1 (position #\Space fun* :from-end t :end (if p2 (- p2 2) (length fun*)))) + (name (trim (subseq fun* p1 p2))) + (ret (no-spaces (subseq fun* 0 p1))) + (new (cut-p "new" ret)) + (protected (cut-p "protected" ret)) + (static (cut-p "static" ret)) + (virtual (cut-p "virtual" ret)) + (ret-const (starts-with "const" ret)) + (ret-ptr (ends-with "*" ret)) + (ret-ref (ends-with "&" ret)) + (args (when p2 + (trim (subseq fun* (1+ p2) p3)))) + (type (subseq ret (if ret-const 5 0) (when (or ret-ptr ret-ref) + (1- (length ret)))))) + (add-to-types type) + (let ((ret-list (list type))) + (when ret-ptr + (push :ptr ret-list)) + (when ret-const + (push (if ret-ref :ref :const) ret-list)) + (let ((fun-list (list (nreverse ret-list) name (split-args args)))) + (append-if (not p2) :value) + (append-if (ends-with "const" fun*) :const) + (append-if new :constructor) + (append-if protected :protected) + (append-if static :static) + (append-if pure (cons :pure class)) + (append-if virtual :virtual) + fun-list))))) + +(defun split-class (class) + (let* ((p1 (position #\( class)) + (no-new (starts-with "//" class)) + (class* (list (string-trim " /" (subseq class 0 p1)) + (when p1 + (split-args (trim (subseq class (1+ p1) (position #\) class :from-end t)))))))) + (if no-new + (append class* (list :no-new)) + class*))) + +(defun args-to-simple-c (args) + (when args + (if (consp args) + (mapcar 'arg-to-simple-c args) + (list (arg-to-simple-c args))))) + +(defun add-var-names (args &optional enum-class) + (format nil "~{~A~^, ~}" + (mapcar (lambda (arg name) + (format nil "~A ~A~A" + (arg-to-c arg enum-class) + name + (default-to-c arg enum-class))) + args + +var-names+))) + +(defun n-var-names (n) + (butlast +var-names+ (- +max-arguments+ n))) + +(defun class-name* (x) + (caaar x)) + +(defun l2q-name (name) + (concatenate 'string "Q" (subseq name 1))) + +(defun sub-class-name (x) + (let ((sub (copy-seq (class-name* x)))) + (setf (char sub 0) #\L) + sub)) + +(defun super-class (x) + (cdar x)) + +(defun arg-type (arg) + (first arg)) + +(defun return-arg (fun) + (if (string= "qint64" (first (first fun))) + '("qlonglong") + (first fun))) + +(defun function-name (fun) + (second fun)) + +(defun function-args (fun) + (third fun)) + +(defun signature (fun) + (format nil "~A(~{~A~^,~})" + (function-name fun) + (args-to-simple-c (function-args fun)))) + +(defun qt-class-p (class) + (and (char= #\Q (char class 0)) + (not (position #\: class)) + (not (find class '("QueryType" "QtOwnership") :test 'string=)))) + +(defun void-p (arg) + (string= "void" (first arg))) + +(defun arg-to-c (arg &optional enum-class return) + (if (find* (first arg) '("WId")) + (first arg) + (let* ((type (add-namespace (first arg) enum-class)) + (enum-as-int (and return + (find #\: type) + (not (find #\< type))))) + (unless (and enum-as-int + (find* type +special-typedefs-and-classes+)) + (concatenate 'string + (if (and (const-p arg) + (or (not return) + (not (string= "int" (first arg))))) + "const " + "") + (if enum-as-int "int" type) + (cond ((and (not return) + (reference-p arg)) + "&") + ((pointer-p arg) + "*") + (t ""))))))) + +(defun arg-to-c-null-value (arg) + (let ((type (arg-type arg))) + (cond ((string= "bool" type) + "false") + ((or (pointer-p arg) + (find* type '("int" "qlonglong" "double" "qreal"))) + "0") + ((or (void-p arg) + (qt-class-p type)) + nil) + ((upper-case-p (char type 0)) + (format nil "(~A)0" type)) + (t + (error (format nil "No C null value defined for ~S" arg)))))) + +(defun arg-to-simple-c (arg) + (concatenate 'string + (if (and (const-p arg) + (pointer-p arg) + (string= "char" (first arg))) + "const " + "") + (first arg) + (if (pointer-p arg) "*" ""))) + +(defun default-to-c (arg &optional enum-class) + (if-it (default-value arg) + (format nil " = ~A" (add-namespace it enum-class)) + "")) + +(defun add-namespace (name class) + (unless (empty-string name) + (if (and class + (string/= "Handle" name) + (not (starts-with "GL" name))) + (let ((1st (char name 0)) + (templ (position #\< name))) + (when templ + (setf 1st (char name (incf templ)))) + (if (and (not (qt-class-p (if templ + (subseq name templ (1- (length name))) + name))) + (not (find #\: name)) + (upper-case-p 1st)) + (if templ + (format nil "~A~A::~A" + (subseq name 0 templ) + class + (subseq name templ)) + (if-it (position #\( name) + (let* ((names (split (subseq name (1+ it) (1- (length name))) + #\|))) + (join (mapcar (lambda (name) (format nil "~A::~A" class name)) + names) + #\|)) + (format nil "~A::~A" class name))) + name)) + name))) + +(defun constructor-p (x) + (find :constructor x)) + +(defun new-p (x) + (not (find :no-new (caar x)))) + +(defun pointer-p (x) + (find :ptr (rest x))) + +(defun reference-p (x) + (find :ref x)) + +(defun value-p (x) + (find :value x)) + +(defun const-p (x) + (find :const (rest x))) + +(defun protected-p (x) + (find :protected x)) + +(defun static-p (x) + (find :static x)) + +(let (pure-virtuals) + (defun pure-virtual-p (fun class super) + (when (or (not super) + (string= "QObject" super) + (string= class super)) + (when-it (find :pure fun :key (lambda (x) (when (consp x) (car x)))) + (let* ((fun* (function-name fun)) + (class* (cdr it)) + (fun-class (cons fun* class*))) + (cond ((find fun-class pure-virtuals :test 'equal)) + ((push fun-class pure-virtuals)) + (when (or (string= class class*) + (and (string= super class*) + (find (cons fun* super) pure-virtuals :test 'equal))) + (push (cons fun* class) pure-virtuals)))))))) + +(defun find-function (class fun-name q) + (when-it (find class (if q *q-methods* *n-methods*) :test 'string= :key 'caaar) + (find (format nil " ~A " fun-name) (rest it) :test 'search))) + +(defun virtual-p (x) + (find :virtual x)) + +(defun default-value (x) + (let (ret) + (dolist (v x) + (cond (ret (return v)) + ((eql :default v) (setf ret t)))))) + +(defun sort-names (names) + (sort (remove-duplicates names :test 'string=) + 'string< + :key (lambda (str) (trim* str)))) + +(defun ini () + (add-class-modules) + (mapc (lambda (objects names split-class) + (mapc (lambda (obj name) + (when split-class + (setf (caar obj) (split-class name))) + (let ((class (if split-class (caaar obj) (caar obj)))) + (setf (rest obj) (mapcar (lambda (fun) + (split-fun fun class)) + (rest obj))))) + objects + names)) + (list *q-methods* *n-methods* *q-override* *n-override*) + (list *q-names* *n-names* *q-names* *n-names*) + (list t t nil nil))) + +(defun super-classes (obj) + (let ((all (list (caar obj))) + (curr obj)) + (loop + (if-it (cdar curr) + (progn + (push it all) + (setf curr (find* (cdar curr) *q-override* 'caar))) + (return (nreverse all)))))) + +(defun module-include (module) + (format nil "#include " + (case module + (:opengl "OpenGL") + (:webkit "WebKitWidgets") + (t (string-capitalize (string module)))))) + +(defmacro change-file-stream (module file &optional type) + `(setf s (module-stream ,module ,file ,type))) + +(defun classes.h (type) + (format t "~&-> ~(~A~)_classes.h~%" type) + (let (s) + (dolist (module *all-modules*) + (let ((gui (eql :gui module))) + (change-file-stream module :classes type) + (format s "~A~%~%#ifndef ~A~A_CLASSES_H~ + ~%#define ~A~A_CLASSES_H~ + ~%~A~ + ~%#include \"../~Aecl_fun.h\"~ + ~%#include \"~A_lobjects.h\"~ + ~%#include ~ + ~%#include ~ + ~%~ + ~%QT_BEGIN_NAMESPACE~%" + +message-generated+ + (if gui "MAIN_" "") + type + (if gui "MAIN_" "") + type + (if gui "" (format nil "~%#include \"_ini.h\"")) + (if gui "" "../") + (if gui "" "../")))) + (format s "~%typedef QList NumList;~%") + (mapc (lambda (method override) + (when (new-p method) + (let ((virtual (consp (rest override))) + (class (class-name* method)) + (sub-class (sub-class-name method))) + (change-file-stream (class-module class) :classes type) + (format s "~%class ~A : public ~A {~A~ + ~% friend class ~A~D;~ + ~%public:" + sub-class + class + (if (eql :q type) (format nil "~% Q_OBJECT") "") + type + (1+ (position class (if (eql :q type) *q-names* *n-names*) + :test 'string= + :key (lambda (x) (trim* x))))) + (dolist (fun (rest method)) + (when (constructor-p fun) + (let* ((args (function-args fun)) + (len (length args))) + (when (<= len +max-arguments+) + (format s "~% ~A(uint u~A~A) : ~aunique(u) {}" + sub-class + (if args ", " "") + (add-var-names args) + (if args (format nil "~A(~{~A~^, ~}), " class (n-var-names len)) "")))))) + (format s "~%~% static NumList overrideIds;~ + ~% uint unique;~%") + (let ((1st t) + (sig-ids (list (sub-class-name method))) + fun-names virtuals) + (dolist (super (super-classes override)) + (dolist (fun (rest (find* super (if (eql :q type) *q-override* *n-override*) 'caar))) + (when (virtual-p fun) + (setf virtuals t) + (let ((fun-name (function-name fun))) + (unless (or + ;; exclude reimplemented virtual, now private functions + (and (string= "setModel" fun-name) + (find* class '("QListWidget" + "QTableWidget" + "QTreeWidget"))) + (and (find* class '("QAbstractListModel" + "QAbstractTableModel" + "QHelpIndexModel" + "QSqlQueryModel" + "QSqlRelationalTableModel" + "QSqlTableModel")) + (find* fun-name '("columnCount" + "hasChildren" + "parent"))) + (and (string= "QFontDialog" class) + (find* fun-name '("eventFilter"))) + (and (string= "QHelpSearchResultWidget" class) + (find* fun-name '("changeEvent"))) + (and (string= "QHelpSearchQueryWidget" class) + (find* fun-name '("changeEvent" + "focusInEvent"))) + (and (string= "QStringListModel" class) + (find* fun-name '("columnCount" + "hasChildren" + "parent"))) + ;; exclude some very low-level ones + (find* fun-name '("event" + "metaObject"))) + (let* ((ret (return-arg fun)) + (void (void-p ret)) + (args (function-args fun)) + (sig (signature fun)) + (arg-names (args-to-simple-c (function-args fun))) + (ret-name (arg-to-simple-c ret)) + (sig-id (let ((id (gethash sig *override-signatures*))) + (unless id + (setf id (setf (gethash sig *override-signatures*) + (incf *override-id*))) + (push sig *override-functions*) + (push arg-names *override-arguments*) + (push (if (void-p ret) 0 ret-name) *override-return-arguments*)) + id)) + (call (format nil "callOverrideFun(fun, ~D, ~A, id)" + sig-id + (if (function-args fun) "args" "0"))) + (pure-virtual (or (pure-virtual-p fun class super) + ;; avoid calling pure virtual methods from inherited classes + (and (string= "QAnimationGroup" class) + (find* fun-name '("duration" + "updateCurrentTime"))) + (and (string= "QAbstractProxyModel" class) + (find* fun-name '("columnCount" + "data" + "index" + "parent" + "rowCount"))) + (and (string= "QAbstractListModel" class) + (find* fun-name '("data" + "rowCount"))) + (and (string= "QAbstractTableModel" class) + (find* fun-name '("data" + "rowCount"))) + (and (string= "QAbstractGraphicsShapeItem" class) + (find* fun-name '("boundingRect" + "paint"))) + (and (string= "QGraphicsObject" class) + (find* fun-name '("boundingRect" + "paint"))) + (and (string= "QGraphicsLayout" class) + (find* fun-name '("sizeHint")))))) + (when 1st + (push sig-id sig-ids)) + (unless (find* fun-name fun-names) + (push fun-name fun-names) + (format s "~% ~A ~A(~A)~A { quint64 id = LObjects::override_id(unique, ~D); void* fun = LObjects::overrideFun(id); ~Aif(fun && (LObjects::calling != id)) { ~A~A; }~A~A~A~A~A}" + (arg-to-c ret) + fun-name + (add-var-names args) + (if (const-p fun) " const" "") + sig-id + (if void + "" + (format nil "~A ret~A; " + (arg-to-c ret) + (x:if-it (arg-to-c-null-value ret) + (format nil " = ~A" x:it) + ""))) + (if args (format nil "const void* args[] = { ~{&~A~^, ~} }; " (n-var-names (length args))) "") + (if void call (format nil "ret = ~A" (from-qvariant ret call))) + (if pure-virtual "" " if(!fun || LObjects::call_default || (LObjects::calling == id)) {") + (if (or void pure-virtual) "" " ret =") + (if pure-virtual + "" + (format nil " ~A::~A(~{~A~^, ~}); " + class + fun-name + (n-var-names (length args)))) + (if pure-virtual "" "}") + (if void "" " return ret; ")))))))) + (when 1st + (setf 1st nil) + (push (nreverse sig-ids) *override-signature-ids*))) + (when virtuals + (terpri s)) + (format s "};~%" s))))) + (if (eql :q type) *q-methods* *n-methods*) + (if (eql :q type) *q-override* *n-override*)) + (dolist (module *all-modules*) + (change-file-stream module :classes type) + (format s "~%QT_END_NAMESPACE~%~%#endif~%"))) + (when (eql :n type) + (setf *override-functions* (nreverse *override-functions*) + *override-arguments* (nreverse *override-arguments*) + *override-return-arguments* (nreverse *override-return-arguments*) + *override-signature-ids* (nreverse *override-signature-ids*)))) + +(defun methods.h (type) + (format t "-> ~(~A~)_methods.h~%" type) + (let (s) + (dolist (module *all-modules*) + (let ((gui (eql :gui module))) + (change-file-stream module :methods type) + (format s "~A~%~%#ifndef ~A~A_METHODS_H~ + ~%#define ~A~A_METHODS_H~ + ~%~ + ~%#include \"_~A~(~A~)_classes.h\"~A~ + ~%#include ~ + ~%#include ~A~ + ~%~ + ~%QT_BEGIN_NAMESPACE~%" + +message-generated+ + (if gui "MAIN_" "") + type + (if gui "MAIN_" "") + type + (if gui "main_" "") + type + (if gui "" (format nil "~%#include \"../_main_~(~A~)_methods.h\"" type)) + (if gui + (format nil "~%#include \"../extras.h\"~ + ~%#include \"../eql_global.h\"") + (format nil "~%~A" (module-include module)))))) + (let* ((n 0) + (methods (if (eql :q type) *q-methods* *n-methods*)) + (classes (mapcar (lambda (obj) + (with-output-to-string (s) + (let ((class (class-name* obj)) + (super (super-class obj)) + (sub-class (sub-class-name obj))) + (format s "~%class ~A~D : public ~A { // ~A~ + ~% Q_OBJECT~ + ~%public:~%" + type + (incf n) + (if super + (format nil "~A~D" + type + (1+ (if-it (position super methods :test 'string= :key 'class-name*) + it + (error (format t "~%Class missing: ~S~%~%" super))))) + "QObject") + class) + (dolist (fun (rest obj)) + (unless (and (not (new-p obj)) + (protected-p fun)) + (let* ((fun-args (function-args fun)) + (len-fun-args (length fun-args))) + (when (<= len-fun-args +max-arguments+) + (if (constructor-p fun) + (progn + (setf *max-constructor-args* (max len-fun-args *max-constructor-args*)) + (format s " Q_INVOKABLE void* C(uint u~A~A) { return new ~A(u~A~A); }~%" + (if fun-args ", " "") + (add-var-names fun-args class) + sub-class + (if fun-args ", " "") + (format nil "~{~A~^, ~}" (n-var-names len-fun-args)))) + (let ((c-ret-arg (arg-to-c (return-arg fun) class :return)) + (c-args (add-var-names fun-args class))) + (when (and c-ret-arg + (every (lambda (x) + (not (search x c-args))) + +special-typedefs-and-classes+) + (or (not (pure-virtual-p fun class super)) + (new-p obj))) + (format s " Q_INVOKABLE ~A ~A~A(~A~A~A)~A { ~A~A~A~A; }~%" + c-ret-arg + (if (static-p fun) "S" "M") + (function-name fun) + (if (static-p fun) "" (format nil "~A* o" class)) + (if (and fun-args (not (static-p fun))) ", " "") + c-args + (if (const-p fun) " const" "") + (if (void-p (return-arg fun)) "" "return ") + (if (static-p fun) + (format nil "~A::" class) + (if (protected-p fun) + (format nil "((~A*)o)->" sub-class) + "o->")) + (function-name fun) + (if (value-p fun) + "" + (format nil "(~{~A~^, ~})" (n-var-names len-fun-args)))) + (setf *max-method-args* (max len-fun-args *max-method-args*))))))))) + (add-extras type class s)) + (format s "};~%"))) + methods))) + ;; class hierarchy + (let ((1st t) + done) + (loop + (let (hit) + (dolist (class classes) + (flet ((class-done () + (char= #\! (char class 0))) + (set-class-done () + (setf (char class 0) #\!)) + (write-class (module) + (if (eql :gui module) + (progn + (write-string (subseq class 0 6) s) + (write-string " EQL_EXPORT" s) + (write-string (subseq class 6) s)) + (write-string class s)))) + (unless (class-done) + (let* ((name (read-from-string (subseq class 7 12))) + (pub (search "public" class)) + (inherits (read-from-string (subseq class (+ 7 pub) (+ 12 pub)))) + (p1 (+ 3 (position #\/ class))) + (p2 (position #\Newline class :start p1)) + (module (class-module (subseq class p1 p2)))) + (change-file-stream module :methods type) + (if 1st + (when (search " public QObject" class) + (push name done) + (write-class module) + (set-class-done)) + (when (find inherits done) + (push name done) + (write-class module) + (set-class-done) + (setf hit t))))))) + (unless (or 1st hit) + (return))) + (setf 1st nil)))) + (dolist (module *all-modules*) + (change-file-stream module :methods type) + (format s "~%QT_END_NAMESPACE~%~%#endif~%")))) + +(defun add-extras (type class s) + (if (eql :q type) + nil + (cond ((string= "QImage" class) + (format s " // see src/extras.cpp~ + ~% Q_INVOKABLE QImage MchangeBrightness(QImage* o, int x1) { return QImage_changeBrightness(*o, x1); }~ + ~% Q_INVOKABLE QImage MchangeContrast(QImage* o, int x1) { return QImage_changeContrast(*o, x1); }~ + ~% Q_INVOKABLE QImage MchangeGamma(QImage* o, int x1) { return QImage_changeGamma(*o, x1); }~%"))))) + +(defun from-qvariant (arg x) + (let* ((type (arg-type arg)) + (1st (char type 0)) + (q (char= #\Q 1st))) + (cond ((pointer-p arg) + (format nil "(~A)~A.value()" (arg-to-c arg) x)) + ((or (search "::" type) + (and (not q) + (upper-case-p 1st))) + (format nil "(~A)~A.toInt()" type x)) + (q + (format nil "~A.value<~A~A>()" x type (if (ends-with ">" type) " " ""))) + (t + (format nil "~A.to~A()" x (cond ((string= "qreal" type) + "Real") + ((string= "qlonglong" type) + "LongLong") + (t + (string-capitalize type)))))))) + +(defun lobjects.cpp () + (format t "-> lobjects.cpp~%") + (with-open-file (s "../src/gen/_lobjects.cpp" :direction :output :if-exists :supersede) + (format s "~A~ + ~%~ + ~%#include \"_lobjects.h\"~ + ~%#include \"_main_q_classes.h\"~ + ~%#include \"_main_n_classes.h\"~ + ~%#include \"_main_q_methods.h\"~ + ~%#include \"_main_n_methods.h\"~ + ~%#include \"../dyn_object.h\"~ + ~%#include \"../eql.h\"~ + ~%~ + ~%int LObjects::T_GLenum = -1;~ + ~%int LObjects::T_GLint = -1;~ + ~%int LObjects::T_GLfloat = -1;~ + ~%int LObjects::T_GLuint = -1;~ + ~%int LObjects::T_QGLFormat = -1;~ + ~%int LObjects::T_QGLFramebufferObjectFormat = -1;~ + ~%int LObjects::T_QHostAddress = -1;~ + ~%int LObjects::T_QHostInfo = -1;~ + ~%int LObjects::T_QNetworkCacheMetaData = -1;~ + ~%int LObjects::T_QNetworkInterface = -1;~ + ~%int LObjects::T_QNetworkProxy = -1;~ + ~%int LObjects::T_QNetworkRequest = -1;~ + ~%int LObjects::T_QSslCertificate = -1;~ + ~%int LObjects::T_QSslCipher = -1;~ + ~%int LObjects::T_QSslConfiguration = -1;~ + ~%int LObjects::T_QSslKey = -1;~ + ~%int LObjects::T_QSqlDatabase = -1;~ + ~%int LObjects::T_QSqlError = -1;~ + ~%int LObjects::T_QSqlField = -1;~ + ~%int LObjects::T_QSqlIndex = -1;~ + ~%int LObjects::T_QSqlQuery = -1;~ + ~%int LObjects::T_QSqlRecord = -1;~ + ~%int LObjects::T_QSqlRelation = -1;~ + ~%int LObjects::T_QWebElement = -1;~ + ~%int LObjects::T_QWebElementCollection = -1;~ + ~%int LObjects::T_QWebHitTestResult = -1;~ + ~%~ + ~%EQL* LObjects::eql = 0;~ + ~%DynObject* LObjects::dynObject = 0;~ + ~%QObject** LObjects::Q = 0;~ + ~%QObject** LObjects::N = 0;~ + ~%bool LObjects::call_default = false;~ + ~%quint64 LObjects::calling = 0;~ + ~%QList LObjects::callingList;~ + ~%uint LObjects::i_unique = 0;~ + ~%const char*** LObjects::override_arg_types = 0;~ + ~%QList LObjects::qNames;~ + ~%QList LObjects::nNames;~ + ~%QMap LObjects::q_names;~ + ~%QMap LObjects::n_names;~ + ~%QHash LObjects::override_function_ids;~ + ~%QHash LObjects::override_lisp_functions;~%" + +message-generated+) + (dolist (module *modules*) + (format s "~%StaticMetaObject LObjects::staticMetaObject_~(~A~) = 0;" module) + (format (module-stream module :ini) "~A~%~%#include \"_q_methods.h\"~ + ~%#include \"_n_methods.h\"~ + ~%#include \"_ini2.h\"~ + ~%~ + ~%QT_BEGIN_NAMESPACE~%~%" + +message-generated+)) + (dolist (module *modules*) + (format s "~%DeleteNObject LObjects::deleteNObject_~(~A~) = 0;" module)) + (dolist (module *modules*) + (format s "~%Override LObjects::override_~(~A~) = 0;" module)) + (dolist (module (list :network :opengl :sql :webkit)) + (format s "~%ToMetaArg LObjects::toMetaArg_~(~A~) = 0;~ + ~%To_lisp_arg LObjects::to_lisp_arg_~(~A~) = 0;" + module module)) + (format s "~%~%") + (dolist (ids *override-signature-ids*) + (let* ((class (first ids)) + (module (class-module (l2q-name class)))) + (format (if (eql :gui module) + s + (module-stream module :ini)) + "NumList ~A::overrideIds = NumList()~{ << ~A~};~%" + class (rest ids)))) + (dolist (module *modules*) + (format (module-stream module :ini) "~%void ini() {~ + ~% static bool _ = false; if(_) return; _ = true;~ + ~% ini2();")) + (let ((len-q (length *q-methods*)) + (len-n (length *n-methods*))) + (format s "~%void LObjects::ini(EQL* e) {~ + ~% static bool ok = false;~ + ~% if(!ok) {~ + ~% ok = true;~ + ~% eql = e;~ + ~% dynObject = new DynObject;~ + ~% Q = new QObject* [~D]; for(int i = 0; i < ~D; ++i) { Q[i] = 0; }~ + ~% N = new QObject* [~D]; for(int i = 0; i < ~D; ++i) { N[i] = 0; }" + len-q len-q + len-n len-n) + (mapc (lambda (class methods) + (let ((n 0)) + (dolist (obj methods) + (incf n) + (let* ((name (class-name* obj)) + (module (class-module name)) + (gui (eql :gui module))) + (format (if gui s (module-stream module :ini)) + "~% ~A~A[~D] = new ~A~D;" + (if gui " " "LObjects::") + class + (1- n) + class + n))))) + (list "Q" "N") + (list *q-methods* *n-methods*)) + (dolist (module *modules*) + (format (module-stream module :ini) " }~%")) + (mapc (lambda (methods type) + (let ((i 0)) + (dolist (obj methods) + (format s "~% ~A_names[~S] = ~D;" type (class-name* obj) (incf i))))) + (list *q-methods* *n-methods*) + (list "q" "n")) + (let ((i 0)) + (dolist (fun *override-functions*) + (incf i) + (format s "~% override_function_ids[~S] = ~D;" fun i))) + (format s "~% override_arg_types = new const char** [~D];" (length *override-arguments*)) + (let ((i -1)) + (mapc (lambda (args ret) + (incf i) + (format s "~% { static const char* s[] = { ~S, ~A }; override_arg_types[~D] = s; }" + ret + (if args (format nil "~{~S, ~}0" args) "0") + i)) + *override-arguments* + *override-return-arguments*)) + (let ((max (length *override-functions*))) + (format s "~% qNames = q_names.keys();~ + ~% nNames = n_names.keys(); }}~ + ~%~ + ~%void LObjects::cleanUp() {~ + ~% delete EQL::eventLoop;~ + ~% delete[] override_arg_types;~ + ~% for(int i = ~D; i + 1; --i) { delete N[i]; }~ + ~% for(int i = ~D; i + 1; --i) { delete Q[i]; }~ + ~% delete[] N;~ + ~% delete[] Q;~ + ~% delete dynObject; }~ + ~%~ + ~%quint64 LObjects::override_id(uint unique, int id) {~ + ~% return (~D * (quint64)unique + id); }~ + ~%~ + ~%void* LObjects::overrideFun(quint64 id) {~ + ~% return override_lisp_functions.value(id, 0); }~ + ~%~ + ~%void LObjects::setOverrideFun(quint64 id, void* fun) {~ + ~% override_lisp_functions[id] = fun; }~ + ~%~ + ~%const QMetaObject* LObjects::staticMetaObject(const QByteArray& name, int n) {~ + ~% if(!n) {~ + ~% n = LObjects::q_names.value(name, 0);~ + ~% if(!n) {~ + ~% n = -LObjects::n_names.value(name, 0); }}~ + ~% const QMetaObject* m = 0;~ + ~% switch(n) {" + (1- len-n) + (1- len-q) + max))) + (dolist (module *modules*) + (format (module-stream module :ini) "~%const QMetaObject* staticMetaObject(int n) {~ + ~% const QMetaObject* m = 0;~ + ~% switch(n) {")) + (let ((i (1- (- (length *n-methods*))))) + (dolist (obj (reverse *n-methods*)) + (incf i) + (let* ((class (class-name* obj)) + (module (class-module class))) + (unless (find* class *no-static-meta-object*) + (format (if (eql :gui module) + s + (module-stream module :ini)) + "~% case ~D: m = &~A::staticMetaObject; break;" i class))))) + (let ((i 0)) + (dolist (obj *q-methods*) + (incf i) + (let* ((class (class-name* obj)) + (module (class-module class))) + (format (if (eql :gui module) + s + (module-stream module :ini)) + "~% case ~D: m = &~A::staticMetaObject; break;" i class)))) + (dolist (module *modules*) + (let ((i 0)) + (dolist (name *q-names*) + (incf i) + (when (eql module (class-module (trim* name))) + (format s "~% case ~D:" i))) + (when (plusp i) + (format s "~% if(staticMetaObject_~(~A~)) {~ + ~% m = staticMetaObject_~(~A~)(n); }~ + ~% break;" + module module)))) + (dolist (module *all-modules*) + (let ((gui (eql :gui module))) + (format (if gui s (module-stream module :ini)) + " }~ + ~% return m; }~ + ~%~ + ~%void ~AdeleteNObject(int n, void* p, int gc) {~ + ~% switch(n) {" + (if gui "LObjects::" "")))) + (let ((i 0)) + (dolist (obj *n-methods*) + (incf i) + (when (new-p obj) + (let* ((class (class-name* obj)) + (module (class-module class))) + (format (if (eql :gui module) + s + (module-stream module :ini)) + "~% case ~D: if(gc) ~A; else delete (~A*)p; break;" + i + (if (find* (class-name* obj) '("QAccessibleWidget" "QTextCodec")) ; virtual protected destructors + "/* nothing */" + (format nil "delete (~A*)p" (class-name* obj))) + (sub-class-name obj)))))) + (dolist (module *modules*) + (let ((i 0)) + (dolist (name *n-names*) + (incf i) + (when (eql module (class-module (trim* name))) + (format s "~% case ~D:" i))) + (when (plusp i) + (format s "~% if(deleteNObject_~(~A~)) {~ + ~% deleteNObject_~(~A~)(n, p, gc); }~ + ~% break;" + module module)))) + (format s " }}~ + ~%~ + ~%const char* LObjects::nObjectSuperClass(const QByteArray& name) {~ + ~% const char* s = 0;~ + ~% switch(LObjects::n_names.value(name)) {") + (let ((i 0)) + (dolist (obj *n-methods*) + (incf i) + (when-it (super-class obj) + (format s "~% case ~D: s = ~S; break;" i it)))) + (dolist (module *all-modules*) + (let ((gui (eql :gui module))) + (format (if gui s (module-stream module :ini)) + " }~A~ + ~%~ + ~%~AList~A ~AoverrideFunctions(const QByteArray& name) {~ + ~% NumList~A ids~A;~ + ~% int n = ~Aq_names.value(name, -1);~ + ~% if(n != -1) {~ + ~% switch(n) {" + (if gui (format nil "~% return s; }") "}") + (if gui "Str" "Num") + (if gui "" "*") + (if gui "LObjects::" "") + (if gui "" "*") + (if gui "" " = 0") + (if gui "" "LObjects::")))) + (let ((i 0)) + (dolist (obj *q-methods*) + (incf i) + (when (find* (sub-class-name obj) *override-signature-ids* 'first) + (let* ((class (class-name* obj)) + (module (class-module class)) + (gui (eql :gui module))) + (format (if gui s (module-stream module :ini)) + "~% case ~D: ids = ~A~A::overrideIds; break;" + i + (if gui "" "&") + (sub-class-name obj)))))) + (dolist (module *modules*) + (let ((i 0)) + (dolist (name *q-names*) + (incf i) + (when (eql module (class-module (trim* name))) + (format s "~% case ~D:" i))) + (when (plusp i) + (format s "~% if(override_~(~A~)) {~ + ~% NumList* _ids = override_~(~A~)(name);~ + ~% if(_ids) {~ + ~% ids = *_ids; }}~ + ~% break;" + module module)))) + (dolist (module *all-modules*) + (format (if (eql :gui module) + s + (module-stream module :ini)) + " }}~ + ~% else {~ + ~% n = ~An_names.value(name);~ + ~% switch(n) {" + (if (eql :gui module) "" "LObjects::"))) + (let ((i 0)) + (dolist (obj *n-methods*) + (incf i) + (when (find* (sub-class-name obj) *override-signature-ids* 'first) + (let* ((module (class-module (class-name* obj))) + (gui (eql :gui module))) + (format (if gui s (module-stream module :ini)) + "~% case ~D: ids = ~A~A::overrideIds; break;" + i + (if gui "" "&") + (sub-class-name obj)))))) + (dolist (module *modules*) + (let ((i 0)) + (dolist (name *n-names*) + (incf i) + (when (eql module (class-module (trim* name))) + (format s "~% case ~D:" i))) + (when (plusp i) + (format s "~% if(override_~(~A~)) {~ + ~% NumList* _ids = override_~(~A~)(name);~ + ~% if(_ids) {~ + ~% ids = *_ids; }}~ + ~% break;" + module module)))) + (format s " }}~ + ~% StrList funs;~ + ~% Q_FOREACH(int id, ids) {~ + ~% const char* ret = override_arg_types[id - 1][0];~ + ~% funs << QString(\"%1 %2\")~ + ~% .arg(ret ? ret : \"void\")~ + ~% .arg(QString(override_function_ids.key(id))).toLatin1(); }~ + ~% return funs; }~%") + (dolist (module *modules*) + (format (module-stream module :ini) " }}~% return ids; }~%~%QT_END_NAMESPACE~%")))) + +(defun missing-types () + (let ((skip (list "bool" + "char" + "double" + "float" + "int" + "long" + "qint64" + "qlonglong" + "qreal" + "qulonglong" + "uchar" + "uint" + "ulong" + "GLenum" + "GLfloat" + "GLint" + "GLuint" + "QByteArray" + "QChar" + "QFileInfoList" + "QGradientStop" + "QLine" + "QLineF" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QList" + "QModelIndexList" + "QObjectList" + "QPoint" + "QPointF" + "QPolygon" + "QPolygonF" + "QRect" + "QRectF" + "QRgb" + "QSize" + "QSizeF" + "QString" + "QStringList" + "QTextInlineObject" + "QGradientStops" + "QVariantList" + "QVector" + "QVector" + "QVector" + "QVector" + "QVector" + "QVector" + "QVector" + "QVector" + "QVector" + "QVector" + "QWidgetList"))) + (with-open-file (s "missing-types.txt" :direction :output :if-exists :supersede) + (let ((all-classes (append *q-names* *n-names*))) + (flet ((classes (module type) + (symbol-value (intern (format nil "*~A-~A-NAMES*" module type))))) + (dolist (module *modules*) + (dolist (type '(:q :n)) + (setf all-classes (append all-classes (classes module type)))))) + (map-into all-classes 'trim* all-classes) + (dolist (arg (sort (loop for arg being the hash-keys in *argument-types* collect arg) 'string<)) + (unless (or (find* arg skip) + (find* arg all-classes) + (search "Abstract" arg) + (search "Base" arg) + (search "QStyleOption" arg)) + (incf *missing-types*) + (write-line arg s))))))) + +(progn + (ini) + (open-module-streams) + (classes.h :q) + (classes.h :n) + (methods.h :q) + (methods.h :n) + (lobjects.cpp) + (close-module-streams) + (missing-types) + (dolist (var '(*max-constructor-args* + *max-method-args* + *missing-types*)) + (format t "~&~S ~D~%" var (symbol-value var)))) diff --git a/helper/html2text.lisp b/helper/html2text.lisp new file mode 100644 index 0000000..9b4c5ab --- /dev/null +++ b/helper/html2text.lisp @@ -0,0 +1,52 @@ +;;; convert all *.htm* files of current directory to text files (8 bit encoded) +;;; and move original html files in a folder named "html/" + +(qrequire :webkit) + +(defvar *web-view* (qnew "QWebView")) +(defvar *web-frame* (|mainFrame| (|page| *web-view*))) + +(defvar *file*) +(defvar *files*) +(defvar *num-files*) + +(defun read-html () + (with-open-file (s *file* :direction :input) + (let ((str (make-string (file-length s)))) + (read-sequence str s) + (|setHtml| *web-frame* str)))) + +(defun write-text () + (let ((name (pathname-name *file*))) + (with-open-file (s (format nil "~A.txt" name) :direction :output :if-exists :supersede) + (write-sequence (x:string-to-bytes (qlocal8bit (|toPlainText| *web-frame*))) + s)) + (let ((file-name (file-namestring (probe-file *file*)))) + (rename-file file-name (concatenate 'string "html/" file-name))))) + +(defun html-loaded (ok) + (if ok + (progn + (write-text) + (qlater 'next-file)) ; QLATER: avoid stack overflow (many files) + (qmsg (format nil "Error converting file: ~S" *file*)))) + +(defun next-file (&optional ini) + (when ini + (setf *files* (directory "./*.htm*") + *num-files* (length *files*))) + (setf *file* (first *files*) + *files* (rest *files*)) + (print *file*) + (if *file* + (read-html) + (progn + (qmsg (format nil "

html to text

converted: ~D.

" *num-files*)) + (qq)))) + +(progn + (ensure-directories-exist "./html/") + (|setCodecForLocale.QTextCodec| (|codecForName.QTextCodec| "ISO 8859-1")) ; for OSX + (qconnect *web-frame* "loadFinished(bool)" 'html-loaded) + (next-file 'ini)) + diff --git a/helper/load-modules.lisp b/helper/load-modules.lisp new file mode 100644 index 0000000..bf7fad6 --- /dev/null +++ b/helper/load-modules.lisp @@ -0,0 +1,21 @@ +(load "modules") + +(flet ((load-module (name) + (dolist (type '(:q :n)) + (load (format nil "my-class-lists/~(~A/~A~)-names" name type)))) + (append-module-classes (module type) + (let ((var (intern (format nil "*~A-NAMES*" type)))) + (setf (symbol-value var) + (append (symbol-value (intern (format nil "*~A-~A-NAMES*" module type))) + (symbol-value var))))) + (sort-names (names) + (sort (remove-duplicates names :test 'string=) + 'string< + :key (lambda (str) (string-trim "=/" str))))) + (dolist (module (cons :gui *modules*)) + (load-module module)) + (dolist (module *modules*) + (dolist (type '(:q :n)) + (append-module-classes module type))) + (setf *q-names* (sort-names *q-names*) + *n-names* (sort-names *n-names*))) diff --git a/helper/missing-types.txt b/helper/missing-types.txt new file mode 100644 index 0000000..232167a --- /dev/null +++ b/helper/missing-types.txt @@ -0,0 +1,85 @@ +GLbitfield +QAccessibleActionInterface +QAccessibleTableCellInterface +QAccessibleTableInterface +QAccessibleTextInterface +QAccessibleValueInterface +QBackingStore +QFunctionPointer +QGLFunctions +QGlyphRun +QHttpMultiPart +QImageReader +QInputMethod +QItemSelection +QJsonArray +QJsonDocument +QJsonObject +QJsonValue +QLatin1String +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QList +QMarginsF +QMatrix2x2 +QMatrix2x3 +QMatrix2x4 +QMatrix3x2 +QMatrix3x3 +QMatrix3x4 +QMatrix4x2 +QMatrix4x3 +QMultiMap +QNetworkConfiguration +QOpenGLContext +QPageLayout +QPageSize +QPixelFormat +QPlatformNativeInterface +QRegularExpression +QScreen +QStaticText +QStringRef +QStyleHintReturn +QStyleHints +QSurfaceFormat +QThread +QTimeZone +QTouchDevice +QUrlQuery +QUuid +QVariantHash +QVector +QVector +QVector +QVector +QWindow +QWindowList +Q_IPV6ADDR +quint16 +quint64 +quint8 +quintptr +short +sockaddr +ushort diff --git a/helper/modules.lisp b/helper/modules.lisp new file mode 100644 index 0000000..1a713ec --- /dev/null +++ b/helper/modules.lisp @@ -0,0 +1 @@ +(defparameter *modules* (list :help :network :opengl :sql :svg :webkit)) diff --git a/helper/multiple-inheritance.txt b/helper/multiple-inheritance.txt new file mode 100644 index 0000000..791ded5 --- /dev/null +++ b/helper/multiple-inheritance.txt @@ -0,0 +1,5 @@ +//QGraphicsObject: QObject and QGraphicsItem +QGraphicsWidget: QGraphicsObject and QGraphicsLayoutItem +//QLayout: QObject and QLayoutItem +QWidget: QObject and QPaintDevice +QAccessibleWidget: QAccessibleObject and QAccessibleActionInterface diff --git a/helper/my-class-lists/gui/n-names.lisp b/helper/my-class-lists/gui/n-names.lisp new file mode 100644 index 0000000..b6b52df --- /dev/null +++ b/helper/my-class-lists/gui/n-names.lisp @@ -0,0 +1,169 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *n-names* + (list "QAbstractGraphicsShapeItem" + "QAccessible" + "QAccessibleEvent" + "//QAccessibleInterface" + "//QAccessibleObject" + "QAccessibleWidget" + "QActionEvent" + "QBasicTimer" + "QBitArray" + "QBitmap" + "QBrush" + "QChildEvent" + "QCloseEvent" + "QColor" + "QConicalGradient" + "QContextMenuEvent" + "QCryptographicHash" + "QCursor" + "QDate" + "QDateTime" + "QDesktopServices" + "QDir" + "QDirIterator" + "QDragEnterEvent" + "QDragLeaveEvent" + "QDragMoveEvent" + "QDropEvent" + "QDynamicPropertyChangeEvent" + "QEasingCurve" + "QEvent" + "QFileIconProvider" + "QFileInfo" + "QFileOpenEvent" + "QFocusEvent" + "QFont" + "QFontDatabase" + "QFontInfo" + "QFontMetrics" + "QGestureEvent" + "QGradient" + "QGraphicsAnchorLayout" + "QGraphicsEllipseItem" + "QGraphicsGridLayout" + "QGraphicsItem" + "QGraphicsItemGroup" + "QGraphicsLayout" + "QGraphicsLayoutItem" + "QGraphicsLineItem" + "QGraphicsLinearLayout" + "QGraphicsPathItem" + "QGraphicsPixmapItem" + "QGraphicsPolygonItem" + "QGraphicsRectItem" + "QGraphicsSceneContextMenuEvent" + "QGraphicsSceneDragDropEvent" + "QGraphicsSceneEvent" + "QGraphicsSceneHelpEvent" + "QGraphicsSceneHoverEvent" + "QGraphicsSceneMouseEvent" + "QGraphicsSceneMoveEvent" + "QGraphicsSceneResizeEvent" + "QGraphicsSceneWheelEvent" + "QGraphicsSimpleTextItem" + "QHelpEvent" + "QHideEvent" + "QHoverEvent" + "QIcon" + "QIconDragEvent" + "QImage" + "QInputEvent" + "QInputMethodEvent" + "QItemEditorFactory" + "QItemSelectionRange" + "QKeyEvent" + "QKeySequence" + "QLayoutItem" + "QLibraryInfo" + "QLinearGradient" + "QListWidgetItem" + "QLocale" + "QMargins" + "QMatrix" + "QMatrix4x4" + "QMetaObject" + "QModelIndex" + "QMouseEvent" + "QMoveEvent" + "//QPagedPaintDevice" + "//QPaintDevice" + "QPaintEvent" + "QPainter" + "QPainterPath" + "QPainterPathStroker" + "QPalette" + "QPen" + "QPersistentModelIndex" + "QPicture" + "QPixmap" + "QPixmapCache" + "QPrinter" + "QPrinterInfo" + "QProcessEnvironment" + "QQuaternion" + "QRadialGradient" + "QReadLocker" + "QReadWriteLock" + "QResizeEvent" + "QRegExp" + "QRegion" + "QRunnable" + "QSemaphore" + "QShortcutEvent" + "QShowEvent" + "QSizePolicy" + "QSpacerItem" + "QStandardItem" + "QStatusTipEvent" + "QStyleOption" + "QStyleOptionGraphicsItem" + "QSystemSemaphore" + "QTabletEvent" + "QTableWidgetItem" + "QTableWidgetSelectionRange" + "QTextBlock" + "QTextBlockFormat" + "QTextBlockUserData" + "QTextBoundaryFinder" + "QTextCharFormat" + "QTextCodec" + "QTextCursor" + "QTextDecoder" + "QTextDocumentFragment" + "QTextDocumentWriter" + "QTextEncoder" + "QTextFormat" + "QTextFragment" + "QTextFrameFormat" + "QTextImageFormat" + "QTextLayout" + "QTextLength" + "QTextLine" + "QTextListFormat" + "QTextOption" + "QTextTableCell" + "QTextTableCellFormat" + "QTextTableFormat" + "QTime" + "QTimerEvent" + "QToolTip" + "QTouchEvent" + "QTransform" + "QTreeWidgetItem" + "QUndoCommand" + "QUrl" + "QVariant" + "QVector2D" + "QVector3D" + "QVector4D" + "QWhatsThis" + "QWhatsThisClickedEvent" + "QWheelEvent" + "QWidgetItem" + "QWindowStateChangeEvent" + "QWriteLocker" + )) diff --git a/helper/my-class-lists/gui/q-names.lisp b/helper/my-class-lists/gui/q-names.lisp new file mode 100644 index 0000000..5307430 --- /dev/null +++ b/helper/my-class-lists/gui/q-names.lisp @@ -0,0 +1,186 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *q-names* + (list "QAbstractAnimation" + "QAbstractButton" + "QAbstractItemDelegate" + "QAbstractItemModel" + "QAbstractItemView" + "QAbstractListModel" + "QAbstractPrintDialog" + "QAbstractProxyModel" + "QAbstractScrollArea" + "QAbstractSlider" + "QAbstractSpinBox" + "QAbstractState" + "QAbstractTransition" + "//QAbstractTableModel" + "QAbstractTextDocumentLayout" + "QAction" + "QActionGroup" + "QAnimationGroup" + "QApplication" + "QBoxLayout" + "QBuffer" + "QButtonGroup" + "QCalendarWidget" + "QCheckBox" + "//QClipboard" + "QColorDialog" + "QColumnView" + "QComboBox" + "QCommandLinkButton" + "QCommonStyle" + "QCompleter" + "QCoreApplication" + "QDataWidgetMapper" + "QDateEdit" + "QDateTimeEdit" + "QDesktopWidget" + "QDial" + "QDialog" + "QDialogButtonBox" + "QDirModel" + "QDockWidget" + "QDoubleSpinBox" + "QDoubleValidator" + "QDrag" + "QErrorMessage" + "QEventLoop" + "QEventTransition" + "QFile" + "//QFileDevice" + "QFileDialog" + "QFileSystemModel" + "QFileSystemWatcher" + "QFinalState" + "QFocusFrame" + "QFontComboBox" + "QFontDialog" + "QFormLayout" + "QFrame" + "QGesture" + "QGraphicsAnchor" + "QGraphicsBlurEffect" + "QGraphicsColorizeEffect" + "QGraphicsDropShadowEffect" + "QGraphicsEffect" + "QGraphicsOpacityEffect" + "QGraphicsRotation" + "QGraphicsScale" + "QGraphicsScene" + "QGraphicsTextItem" + "QGraphicsTransform" + "//QGraphicsObject" + "QGraphicsProxyWidget" + "QGraphicsView" + "QGraphicsWidget" + "QGridLayout" + "QGroupBox" + "QGuiApplication" + "QHeaderView" + "QHBoxLayout" + "QHistoryState" + "QInputDialog" + "QIntValidator" + "QItemDelegate" + "QItemSelectionModel" + "QIODevice" + "QKeyEventTransition" + "QLCDNumber" + "QLabel" + "//QLayout" + "QLibrary" + "QLineEdit" + "QListView" + "QListWidget" + "QMainWindow" + "QMdiArea" + "QMdiSubWindow" + "QMenu" + "QMenuBar" + "QMessageBox" + "QMimeData" + "QMouseEventTransition" + "QMovie" + "QObject" + "QPageSetupDialog" + "QPanGesture" + "QParallelAnimationGroup" + "QPauseAnimation" + "QPinchGesture" + "QPlainTextDocumentLayout" + "QPlainTextEdit" + "QPluginLoader" + "QPrintDialog" + "QPrintPreviewDialog" + "QPrintPreviewWidget" + "QProcess" + "QProgressBar" + "QProgressDialog" + "QPropertyAnimation" + "QPushButton" + "QRadioButton" + "QRegExpValidator" + "QRubberBand" + "QScrollArea" + "QScrollBar" + "QSequentialAnimationGroup" + "//QSessionManager" + "QSettings" + "QShortcut" + "QSignalTransition" + "QSizeGrip" + "QSlider" + "QSortFilterProxyModel" + "QSpinBox" + "QSplashScreen" + "QSplitter" + "QSplitterHandle" + "QStackedLayout" + "QStackedWidget" + "QStandardItemModel" + "QState" + "QStateMachine" + "QStatusBar" + "QStringListModel" + "//QStyle" + "QStyledItemDelegate" + "QSwipeGesture" + "QSyntaxHighlighter" + "QSystemTrayIcon" + "QTabBar" + "QTabWidget" + "QTableView" + "QTableWidget" + "QTapAndHoldGesture" + "QTapGesture" + "QTextBlockGroup" + "QTextBrowser" + "QTextDocument" + "QTextEdit" + "QTextFrame" + "QTextList" + "QTextObject" + "QTextTable" + "QTimeEdit" + "QTimeLine" + "QTimer" + "QToolBar" + "QToolBox" + "QToolButton" + "QTranslator" + "QTreeView" + "QTreeWidget" + "QUndoGroup" + "QUndoStack" + "QUndoView" + "QValidator" + "QVariantAnimation" + "QVBoxLayout" + "QWidget" + "QWidgetAction" + "QWizard" + "QWizardPage" + )) diff --git a/helper/my-class-lists/help/n-names.lisp b/helper/my-class-lists/help/n-names.lisp new file mode 100644 index 0000000..9d4430d --- /dev/null +++ b/helper/my-class-lists/help/n-names.lisp @@ -0,0 +1,7 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *help-n-names* + (list "QHelpContentItem" + "QHelpSearchQuery" + )) diff --git a/helper/my-class-lists/help/q-names.lisp b/helper/my-class-lists/help/q-names.lisp new file mode 100644 index 0000000..ca9aecf --- /dev/null +++ b/helper/my-class-lists/help/q-names.lisp @@ -0,0 +1,13 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *help-q-names* + (list "QHelpContentModel" + "QHelpContentWidget" + "QHelpEngineCore" + "//QHelpIndexModel" + "QHelpIndexWidget" + "QHelpSearchEngine" + "QHelpSearchQueryWidget" + "QHelpSearchResultWidget" + )) diff --git a/helper/my-class-lists/network/n-names.lisp b/helper/my-class-lists/network/n-names.lisp new file mode 100644 index 0000000..05d4219 --- /dev/null +++ b/helper/my-class-lists/network/n-names.lisp @@ -0,0 +1,21 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *network-n-names* + (list "QAuthenticator" + "QHostAddress" + "QHostInfo" + "QNetworkAddressEntry" + "QNetworkCacheMetaData" + "QNetworkCookie" + "QNetworkInterface" + "QNetworkProxy" + "QNetworkProxyFactory" + "QNetworkProxyQuery" + "QNetworkRequest" + "QSslCertificate" + "QSslCipher" + "QSslConfiguration" + "QSslError" + "QSslKey" + )) diff --git a/helper/my-class-lists/network/q-names.lisp b/helper/my-class-lists/network/q-names.lisp new file mode 100644 index 0000000..5c4841f --- /dev/null +++ b/helper/my-class-lists/network/q-names.lisp @@ -0,0 +1,16 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *network-q-names* + (list "//QAbstractNetworkCache" + "QAbstractSocket" + "QLocalServer" + "QLocalSocket" + "QNetworkAccessManager" + "QNetworkCookieJar" + "QNetworkDiskCache" + "//QNetworkReply" + "QTcpServer" + "QTcpSocket" + "QUdpSocket" + )) diff --git a/helper/my-class-lists/opengl/n-names.lisp b/helper/my-class-lists/opengl/n-names.lisp new file mode 100644 index 0000000..ebfb4a9 --- /dev/null +++ b/helper/my-class-lists/opengl/n-names.lisp @@ -0,0 +1,11 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *opengl-n-names* + (list "QGLColormap" + "QGLContext" + "QGLFormat" + "QGLFramebufferObject" + "QGLFramebufferObjectFormat" + "QGLPixelBuffer" + )) diff --git a/helper/my-class-lists/opengl/q-names.lisp b/helper/my-class-lists/opengl/q-names.lisp new file mode 100644 index 0000000..b42c32f --- /dev/null +++ b/helper/my-class-lists/opengl/q-names.lisp @@ -0,0 +1,8 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *opengl-q-names* + (list "QGLShader" + "QGLShaderProgram" + "QGLWidget" + )) diff --git a/helper/my-class-lists/sql/n-names.lisp b/helper/my-class-lists/sql/n-names.lisp new file mode 100644 index 0000000..25fcdd5 --- /dev/null +++ b/helper/my-class-lists/sql/n-names.lisp @@ -0,0 +1,13 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *sql-n-names* + (list "QSqlDatabase" + "QSqlError" + "QSqlField" + "QSqlIndex" + "QSqlQuery" + "QSqlRecord" + "QSqlRelation" + "QSqlResult" + )) diff --git a/helper/my-class-lists/sql/q-names.lisp b/helper/my-class-lists/sql/q-names.lisp new file mode 100644 index 0000000..9463358 --- /dev/null +++ b/helper/my-class-lists/sql/q-names.lisp @@ -0,0 +1,10 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *sql-q-names* + (list "QSqlDriver" + "QSqlRelationalDelegate" + "QSqlRelationalTableModel" + "QSqlTableModel" + "QSqlQueryModel" + )) diff --git a/helper/my-class-lists/svg/n-names.lisp b/helper/my-class-lists/svg/n-names.lisp new file mode 100644 index 0000000..1fbfe10 --- /dev/null +++ b/helper/my-class-lists/svg/n-names.lisp @@ -0,0 +1,6 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *svg-n-names* + (list "QSvgGenerator" + )) diff --git a/helper/my-class-lists/svg/q-names.lisp b/helper/my-class-lists/svg/q-names.lisp new file mode 100644 index 0000000..3ba1bf0 --- /dev/null +++ b/helper/my-class-lists/svg/q-names.lisp @@ -0,0 +1,8 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *svg-q-names* + (list "QGraphicsSvgItem" + "QSvgRenderer" + "QSvgWidget" + )) diff --git a/helper/my-class-lists/webkit/n-names.lisp b/helper/my-class-lists/webkit/n-names.lisp new file mode 100644 index 0000000..ae35ecc --- /dev/null +++ b/helper/my-class-lists/webkit/n-names.lisp @@ -0,0 +1,13 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QPaintDevice" + +(defparameter *webkit-n-names* + (list "QWebDatabase" + "QWebElement" + "QWebElementCollection" + "//QWebHistory" + "QWebHistoryItem" + "QWebHitTestResult" + "QWebSecurityOrigin" + "//QWebSettings" + )) diff --git a/helper/my-class-lists/webkit/q-names.lisp b/helper/my-class-lists/webkit/q-names.lisp new file mode 100644 index 0000000..2173582 --- /dev/null +++ b/helper/my-class-lists/webkit/q-names.lisp @@ -0,0 +1,12 @@ +;;; To avoid creation of instances, prepend "//" to the object name +;;; "//QClipboard" + +(defparameter *webkit-q-names* + (list "QGraphicsWebView" + "//QWebFrame" + "QWebHistoryInterface" + "QWebInspector" + "QWebPage" + "QWebPluginFactory" + "QWebView" + )) diff --git a/helper/no-static-meta-object.lisp b/helper/no-static-meta-object.lisp new file mode 100644 index 0000000..6812383 --- /dev/null +++ b/helper/no-static-meta-object.lisp @@ -0,0 +1,148 @@ +(defvar *no-static-meta-object* '( + "QAbstractGraphicsShapeItem" + "QAccessible" + "QAccessibleEvent" + "QAccessibleInterface" + "QAccessibleObject" + "QAccessibleWidget" + "QAuthenticator" + "QBasicTimer" + "QBitArray" + "QBitmap" + "QBrush" + "QColor" + "QCryptographicHash" + "QCursor" + "QDate" + "QDateTime" + "QDesktopServices" + "QDir" + "QDirIterator" + "QFileIconProvider" + "QFileInfo" + "QFontInfo" + "QFontMetrics" + "QGLColormap" + "QGLContext" + "QGLFormat" + "QGLFramebufferObject" + "QGLFramebufferObjectFormat" + "QGLPixelBuffer" + "QGraphicsAnchorLayout" + "QGraphicsEllipseItem" + "QGraphicsGridLayout" + "QGraphicsItem" + "QGraphicsItemGroup" + "QGraphicsLayout" + "QGraphicsLayoutItem" + "QGraphicsLinearLayout" + "QGraphicsLineItem" + "QGraphicsPathItem" + "QGraphicsPixmapItem" + "QGraphicsPolygonItem" + "QGraphicsRectItem" + "QGraphicsSimpleTextItem" + "QHelpContentItem" + "QHelpSearchQuery" + "QHostAddress" + "QHostInfo" + "QIcon" + "QImage" + "QItemEditorFactory" + "QItemSelection" + "QItemSelectionRange" + "QKeySequence" + "QLayoutItem" + "QLibraryInfo" + "QListWidgetItem" + "QMargins" + "QMatrix" + "QMatrix4x4" + "QMetaObject" + "QModelIndex" + "QNetworkAddressEntry" + "QNetworkCacheMetaData" + "QNetworkCookie" + "QNetworkInterface" + "QNetworkProxy" + "QNetworkProxyFactory" + "QNetworkProxyQuery" + "QNetworkRequest" + "QPagedPaintDevice" + "QPaintDevice" + "QPainterPath" + "QPainterPathStroker" + "QPen" + "QPersistentModelIndex" + "QPicture" + "QPixmap" + "QPixmapCache" + "QPrinter" + "QPrinterInfo" + "QProcessEnvironment" + "QQuaternion" + "QReadLocker" + "QReadWriteLock" + "QRegExp" + "QRegion" + "QRunnable" + "QSemaphore" + "QSpacerItem" + "QSqlDatabase" + "QSqlError" + "QSqlField" + "QSqlIndex" + "QSqlQuery" + "QSqlRecord" + "QSqlRelation" + "QSqlResult" + "QSslCertificate" + "QSslCipher" + "QSslConfiguration" + "QSslError" + "QSslKey" + "QStandardItem" + "QStyleOption" + "QStyleOptionGraphicsItem" + "QSvgGenerator" + "QSystemSemaphore" + "QTableWidgetItem" + "QTableWidgetSelectionRange" + "QTextBlock" + "QTextBlockUserData" + "QTextBoundaryFinder" + "QTextCodec" + "QTextCursor" + "QTextDecoder" + "QTextDocumentFragment" + "QTextDocumentWriter" + "QTextEncoder" + "QTextFragment" + "QTextLayout" + "QTextLength" + "QTextLine" + "QTextOption" + "QTextTableCell" + "QTime" + "QToolTip" + "QTransform" + "QTreeWidgetItem" + "QUndoCommand" + "QUrl" + "QUrlInfo" + "QVariant" + "QVector2D" + "QVector3D" + "QVector4D" + "QWebDatabase" + "QWebElement" + "QWebElementCollection" + "QWebHistory" + "QWebHistoryItem" + "QWebHitTestResult" + "QWebSecurityOrigin" + "QWebSettings" + "QWhatsThis" + "QWidgetItem" + "QWriteLocker" +)) diff --git a/helper/parse-enums.lisp b/helper/parse-enums.lisp new file mode 100644 index 0000000..bc760ed --- /dev/null +++ b/helper/parse-enums.lisp @@ -0,0 +1,55 @@ +;;; copyright (c) Polos Ruetz +;;; +;;; N.B: file "parsed-enums.lisp" will need some manual intervention (you'll see for yourself) + +(load "load-modules") +(load "../src/lisp/x") +(load "share") + +(use-package :x) + +(defparameter *enum-begin* (format nil "Constant~CValue" #\Tab)) + +(defun parse (class out) + (let ((path (doc-file class))) + (if (probe-file path) + (let (in-enum) + (with-open-file (in path :direction :input :external-format :latin-1) + (x:while-it (read-line in nil nil) + (if in-enum + (progn + (if (not (x:starts-with (format nil "~A::" class) x:it)) + (setf in-enum nil) + (let ((name-val (x:split x:it #\Tab))) + (format out "~%(\"|~A|\" . ~A)" + (x:string-substitute "." "::" (first name-val)) + (x:string-substitute "#x" "0x" (second name-val)))))) + (when (x:starts-with *enum-begin* x:it) + (setf in-enum t)))))) + (progn + (incf *not-found*) + (x:d :not-found path))))) + +(defun parse-classes (classes s) + (dolist (class classes) + (let ((class* (string-left-trim "/" class))) + (format t "~%enums ~A" class*) + (parse class* s)))) + +(defun start () + (with-open-file (s "../src/lisp/enum-lists/parsed-enums.lisp" :direction :output :if-exists :supersede) + (write-char #\( s) + (dolist (names (list *q-names* *n-names*)) + (parse-classes (mapcar (lambda (name) + (string-trim "= " (if-it (position #\( name) + (subseq name 0 it) + name))) + names) + s)) + (terpri s) + (write-char #\) s)) + (if (zerop *not-found*) + (format t "~%OK~%~%") + (warn (format nil "Text files not found: ~D" *not-found*)))) + +(start) diff --git a/helper/parse.lisp b/helper/parse.lisp new file mode 100644 index 0000000..609ed7e --- /dev/null +++ b/helper/parse.lisp @@ -0,0 +1,276 @@ +;;; copyright (c) Polos Ruetz + +(load "../src/lisp/x") +(load "share") +(load "load-modules") + +(use-package :x) + +(defparameter *skip* + (list "(preliminary)" + "(deprecated)" + "(obsolete)" + "connect(" + "" + "" + "" + "" + "[4][4]" + "const char * const[]" + "defaultAction" + "int *" + "iterator" + "macEvent" + "nativeArguments" + "setNativeArguments" + "operator" + "placeholderText" + "printerSelectionOption" + "qreal *" + "setAsDockMenu" + "setPrinterSelectionOption" + "setupUi" + "singleShot" + "toAscii" + "NSDate" + "NSMenu" + "NSURL" + "qintptr" + "quint32" + "qwsSet" + "uchar *" + "void *" + "winPage" + "x11" + "CFDate" + "CFbsBitmap" + "CFURL" + "CGImageRef" + "DefaultAction" + "EditFocus" + "Engine" + "FILE" + "FT_Face" + "GLfloat *" + "GLfloat[" + "Handle" + "HANDLE" + "HBITMAP" + "HCURSOR" + "HDC" + "HICON" + "KeyValue" + "NavigationMode" + " Margins " + (format nil "Margins~Cmargins" #\Tab) + "MSG" + "PaperSources" + "PlaceholderText" + "PointerToMemberFunction" + "RawHeaderPair" + "RenderFlags" + "RSgImage" + "SearchHit" + "T " + (format nil "T~C" #\Tab) + "Q_PID" + "QAccessible::State" + "QPair" + "QDataStream" + "QDecoration" + "QGenericArgument" + "QGenericMatrix" + "QHash" + "QIODevice" + "QList" + "QList" + "QList" + "QList" + "QByteArray *" + "QByteArray & buffer ()" + "QMap" + "QMetaClassInfo" + "QMetaEnum" + "QMetaMethod" + "QMetaProperty" + "QPrinterInfo" + "QuotationStyle" + "QSet<" + "QSymbianEvent" + "QTextObjectInterface" + "QWebNetworkRequest" + "QWSEvent" + "QXmlStreamReader" + "WinPage" + "X11" + "XEvent" + "**" + "&&" + "QString nativeArguments () const" + "void setNativeArguments ( const QString & )" + "viewportAttributesForSize" + "const QGraphicsObject * toGraphicsObject () const" + )) + +(defparameter *check* nil) +(defparameter *2-newlines* (format nil "~%~%")) + +(defun simplify (str &optional (join t)) + (let ((list (remove-if 'x:empty-string (x:split (string-trim '(#\Space #\Tab) str))))) + (if join + (x:join list) + list))) + +(defun one-space (str) + (with-output-to-string (s) + (let (ex) + (x:do-string (ch (string-trim " " str)) + (when (char= #\Tab ch) + (setf ch #\Space)) + (if (char= #\Space ch) + (unless (eql #\Space ex) + (write-char #\Space s)) + (write-char ch s)) + (setf ex ch))))) + +(defun space-trim (x) + (string-trim " " x)) + +(defun var-name-trim (x) + (if (find #\= x) + (let ((xy (x:split x #\=))) + (format nil "~A =~A" + (var-name-trim (string-right-trim " " (first xy))) + (second xy))) + (if (find (char x (1- (length x))) "&*>") + x + (subseq x 0 (position #\Space x :from-end t))))) + +(defun tokenize (str) + (let* ((a (position #\( str)) + (b (position #\) str :from-end t)) + (begin (one-space (subseq str 0 a))) + (end (one-space (subseq str (1+ b)))) + (args (mapcar 'space-trim (x:split (one-space (subseq str (1+ a) b)) #\,)))) + (format nil "~A ~A~A" + begin + (if args (format nil "( ~A )" (x:join (mapcar 'var-name-trim args) " , ")) "()") + (if (x:empty-string end) "" (format nil " ~A" end))))) + +(let (text) + (defun read-text (class) + (let ((path (doc-file class))) + (if (probe-file path) + (with-open-file (s path :direction :input :external-format :latin-1) + (setf text (make-string (file-length s))) + (read-sequence text s)) + (progn + (incf *not-found*) + (x:d :not-found path))))) + (defun words-of (name) + (x:when-it (search* name text) + (let ((line (subseq text (+ x:it (length name)) (position #\Newline text :start x:it)))) + (simplify line nil)))) + (defun super-class (class) + (let ((super (remove "and" (words-of "Inherits:") :test 'string=))) + (when (and (second super) + (not (find #\< (first super)))) ; template + (format *check* "~A: ~A and ~A~%" + class + (first super) + (second super))) + (first super))) + (defun parse (type class s so no-new) + ;; "bool QPainter::begin ( QPaintDevice * )": multiple inheritance problem + (let* ((pub (string= "public functions" type)) + (qpainter (and pub (string= "QPainter" class))) + (qvariant (and pub (string= "QVariant" class)))) + (cond (qpainter + (dolist (device (list "QImage" "QPicture" "QPixmap" "QPrinter" "QWidget")) + (format s "~% \"new QPainter ( ~A * )\"~ + ~% \"bool begin ( ~A * )\"" + device device))) + (qvariant + (format s "~% \"new QVariant ( const QCursor & )\""))) + (let ((static (starts-with "static" type)) + (protected (search "protected" type)) + (p (search* (format nil "~%~A~%~%" type) text))) + (when p + (let* ((a (+ 2 (search *2-newlines* text :start2 p))) + (b (search *2-newlines* text :start2 a)) + (in (make-string-input-stream (subseq text a b)))) + (x:while-it (read-line in nil nil) + (unless (dolist (skip *skip*) + (when (search skip x:it) + (return t))) + (when (find #\( x:it) + (x:when-it* (search " = QRect( QPoint( 0, 0 ), QSize( -1, -1 ) )" x:it) ; special case + (setf x:it (concatenate 'string (subseq x:it 0 x:it*) " = QRect_QWIDGET_GRAB)"))) + (let* ((fun (tokenize x:it)) + (new (and (not static) + (or (starts-with (format nil "Q_INVOKABLE ~A (" class) fun) + (starts-with (format nil "~A (" class) fun)))) + (virtual (starts-with "virtual" fun))) + (unless (or (and qpainter (search "QPaintDevice" fun :test 'string=)) + (and new no-new) + (and new protected) + (find #\~ fun) ; destructor + ;; template problem + (and (string= "QVariant" class) + (string= "bool canConvert () const" fun))) + (when virtual + (format so "~% \"~A\"" fun)) + (unless (and virtual protected) + (format s "~% \"~A~A\"" (cond (new "new ") ; constructor + (protected "protected ") + (static "static ") + (t "")) + (subseq fun (if (starts-with "Q_INVOKABLE" fun) 12 0))))))))))))))) + +(defun parse-classes (classes s so non) + (dolist (class classes) + (let* ((no-new (starts-with "//" class)) + (class* (string-left-trim "/" class)) + (file class*)) + (x:when-it (search "::" class*) + (setf file (subseq class* 0 x:it) + class* (subseq class* (+ 2 x:it)))) + (read-text file) + (format t "~%parsing ~A" class*) + (let ((super (super-class class))) + (format s " ((~S . ~S)" class* super) + (format so " ((~S . ~S)" class* super)) + (dolist (type (list "public functions" + "protected functions" + "reimplemented public functions" + "reimplemented protected functions" + "static public members" + "static protected members")) + (parse type class* s so no-new) + (write-char #\.)) + (format s ")~%") + (format so ")~%"))) + (format s "))~%") + (format so "))~%")) + +(defun start () + (with-open-file (*check* "multiple-inheritance.txt" :direction :output :if-exists :supersede) + (mapc (lambda (names non) + (let ((pre (if non #\n #\q))) + (with-open-file (s (format nil "parsed/~C-methods.lisp" pre) :direction :output :if-exists :supersede) + (with-open-file (so (format nil "parsed/~C-override.lisp" pre) :direction :output :if-exists :supersede) + (format so "(defparameter *~C-override* '(~%" pre) + (format s "(defparameter *~C-methods* '(~%" pre) + (parse-classes (mapcar (lambda (name) + (string-trim "= " (if-it (position #\( name) + (subseq name 0 it) + name))) + names) + s so non))))) + (list *q-names* *n-names*) + (list nil :non))) + (if (zerop *not-found*) + (format t "~%OK~%~%") + (warn (format nil "Text files not found: ~D" *not-found*)))) + +(start) diff --git a/helper/parsed/n-methods.lisp b/helper/parsed/n-methods.lisp new file mode 100644 index 0000000..9aab65f --- /dev/null +++ b/helper/parsed/n-methods.lisp @@ -0,0 +1,4448 @@ +(defparameter *n-methods* '( + (("QAbstractGraphicsShapeItem" . "QGraphicsItem") + "new QAbstractGraphicsShapeItem ( QGraphicsItem * = 0 )" + "QBrush brush () const" + "QPen pen () const" + "void setBrush ( const QBrush & )" + "void setPen ( const QPen & )" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const") + (("QAccessible" . NIL) + "static QAccessibleInterface * accessibleInterface ( Id )" + "static void deleteAccessibleInterface ( Id )" + "static void installFactory ( InterfaceFactory )" + "static bool isActive ()" + "static QAccessibleInterface * queryAccessibleInterface ( QObject * )" + "static Id registerAccessibleInterface ( QAccessibleInterface * )" + "static void removeFactory ( InterfaceFactory )" + "static void setRootObject ( QObject * )" + "static Id uniqueId ( QAccessibleInterface * )" + "static void updateAccessibility ( QAccessibleEvent * )") + (("QAccessibleEvent" . NIL) + "new QAccessibleEvent ( QObject * , QAccessible::Event )" + "new QAccessibleEvent ( QAccessibleInterface * , QAccessible::Event )" + "virtual QAccessibleInterface * accessibleInterface () const" + "int child () const" + "QObject * object () const" + "void setChild ( int )" + "QAccessible::Event type () const") + (("QAccessibleInterface" . NIL) + "QAccessibleActionInterface * actionInterface ()" + "virtual QColor backgroundColor () const" + "virtual QAccessibleInterface * child ( int ) const = 0" + "virtual QAccessibleInterface * childAt ( int , int ) const = 0" + "virtual int childCount () const = 0" + "virtual QAccessibleInterface * focusChild () const" + "virtual QColor foregroundColor () const" + "virtual int indexOfChild ( const QAccessibleInterface * ) const = 0" + "virtual bool isValid () const = 0" + "virtual QObject * object () const = 0" + "virtual QAccessibleInterface * parent () const = 0" + "virtual QRect rect () const = 0" + "virtual QAccessible::Role role () const = 0" + "virtual void setText ( QAccessible::Text , const QString & ) = 0" + "QAccessibleTableCellInterface * tableCellInterface ()" + "QAccessibleTableInterface * tableInterface ()" + "virtual QString text ( QAccessible::Text ) const = 0" + "QAccessibleTextInterface * textInterface ()" + "QAccessibleValueInterface * valueInterface ()" + "virtual QWindow * window () const") + (("QAccessibleObject" . "QAccessibleInterface") + "virtual QAccessibleInterface * childAt ( int , int ) const" + "virtual bool isValid () const" + "virtual QObject * object () const" + "virtual QRect rect () const" + "virtual void setText ( QAccessible::Text , const QString & )") + (("QAccessibleWidget" . "QAccessibleObject") + "new QAccessibleWidget ( QWidget * , QAccessible::Role = QAccessible::Client , const QString & = QString() )" + "protected void addControllingSignal ( const QString & )" + "protected QObject * parentObject () const" + "protected QWidget * widget () const" + "virtual QStringList actionNames () const" + "virtual QColor backgroundColor () const" + "virtual QAccessibleInterface * child ( int ) const" + "virtual int childCount () const" + "virtual void doAction ( const QString & )" + "virtual QAccessibleInterface * focusChild () const" + "virtual QColor foregroundColor () const" + "virtual int indexOfChild ( const QAccessibleInterface * ) const" + "virtual bool isValid () const" + "virtual QStringList keyBindingsForAction ( const QString & ) const" + "virtual QAccessibleInterface * parent () const" + "virtual QRect rect () const" + "virtual QAccessible::Role role () const" + "virtual QString text ( QAccessible::Text ) const" + "virtual QWindow * window () const") + (("QActionEvent" . "QEvent") + "new QActionEvent ( int , QAction * , QAction * = 0 )" + "QAction * action () const" + "QAction * before () const") + (("QAuthenticator" . NIL) + "new QAuthenticator ()" + "new QAuthenticator ( const QAuthenticator & )" + "bool isNull () const" + "QVariant option ( const QString & ) const" + "QVariantHash options () const" + "QString password () const" + "QString realm () const" + "void setOption ( const QString & , const QVariant & )" + "void setPassword ( const QString & )" + "void setUser ( const QString & )" + "QString user () const") + (("QBasicTimer" . NIL) + "new QBasicTimer ()" + "bool isActive () const" + "void start ( int , QObject * )" + "void start ( int , Qt::TimerType , QObject * )" + "void stop ()" + "int timerId () const") + (("QBitArray" . NIL) + "new QBitArray ()" + "new QBitArray ( int , bool = false )" + "new QBitArray ( const QBitArray & )" + "bool at ( int ) const" + "void clear ()" + "void clearBit ( int )" + "int count () const" + "int count ( bool ) const" + "bool fill ( bool , int = -1 )" + "void fill ( bool , int , int )" + "bool isEmpty () const" + "bool isNull () const" + "void resize ( int )" + "void setBit ( int )" + "void setBit ( int , bool )" + "int size () const" + "void swap ( QBitArray & )" + "bool testBit ( int ) const" + "bool toggleBit ( int )" + "void truncate ( int )") + (("QBitmap" . "QPixmap") + "new QBitmap ()" + "new QBitmap ( const QPixmap & )" + "new QBitmap ( int , int )" + "new QBitmap ( const QSize & )" + "new QBitmap ( const QString & , const char * = 0 )" + "void clear ()" + "void swap ( QBitmap & )" + "QBitmap transformed ( const QTransform & ) const" + "static QBitmap fromImage ( const QImage & , Qt::ImageConversionFlags = Qt::AutoColor )") + (("QBrush" . NIL) + "new QBrush ()" + "new QBrush ( Qt::BrushStyle )" + "new QBrush ( const QColor & , Qt::BrushStyle = Qt::SolidPattern )" + "new QBrush ( Qt::GlobalColor , Qt::BrushStyle = Qt::SolidPattern )" + "new QBrush ( const QColor & , const QPixmap & )" + "new QBrush ( Qt::GlobalColor , const QPixmap & )" + "new QBrush ( const QPixmap & )" + "new QBrush ( const QImage & )" + "new QBrush ( const QBrush & )" + "new QBrush ( const QGradient & )" + "const QColor & color () const" + "const QGradient * gradient () const" + "bool isOpaque () const" + "const QMatrix & matrix () const" + "void setColor ( const QColor & )" + "void setColor ( Qt::GlobalColor )" + "void setMatrix ( const QMatrix & )" + "void setStyle ( Qt::BrushStyle )" + "void setTexture ( const QPixmap & )" + "void setTextureImage ( const QImage & )" + "void setTransform ( const QTransform & )" + "Qt::BrushStyle style () const" + "void swap ( QBrush & )" + "QPixmap texture () const" + "QImage textureImage () const" + "QTransform transform () const") + (("QChildEvent" . "QEvent") + "new QChildEvent ( Type , QObject * )" + "bool added () const" + "QObject * child () const" + "bool polished () const" + "bool removed () const") + (("QCloseEvent" . "QEvent") + "new QCloseEvent ()") + (("QColor" . NIL) + "new QColor ()" + "new QColor ( int , int , int , int = 255 )" + "new QColor ( QRgb )" + "new QColor ( const QString & )" + "new QColor ( const char * )" + "new QColor ( const QColor & )" + "new QColor ( Qt::GlobalColor )" + "int alpha () const" + "qreal alphaF () const" + "int black () const" + "qreal blackF () const" + "int blue () const" + "qreal blueF () const" + "QColor convertTo ( Spec ) const" + "int cyan () const" + "qreal cyanF () const" + "QColor darker ( int = 200 ) const" + "int green () const" + "qreal greenF () const" + "int hslHue () const" + "qreal hslHueF () const" + "int hslSaturation () const" + "qreal hslSaturationF () const" + "int hsvHue () const" + "qreal hsvHueF () const" + "int hsvSaturation () const" + "qreal hsvSaturationF () const" + "int hue () const" + "qreal hueF () const" + "bool isValid () const" + "QColor lighter ( int = 150 ) const" + "int lightness () const" + "qreal lightnessF () const" + "int magenta () const" + "qreal magentaF () const" + "QString name () const" + "QString name ( NameFormat ) const" + "int red () const" + "qreal redF () const" + "QRgb rgb () const" + "QRgb rgba () const" + "int saturation () const" + "qreal saturationF () const" + "void setAlpha ( int )" + "void setAlphaF ( qreal )" + "void setBlue ( int )" + "void setBlueF ( qreal )" + "void setCmyk ( int , int , int , int , int = 255 )" + "void setCmykF ( qreal , qreal , qreal , qreal , qreal = 1.0 )" + "void setGreen ( int )" + "void setGreenF ( qreal )" + "void setHsl ( int , int , int , int = 255 )" + "void setHslF ( qreal , qreal , qreal , qreal = 1.0 )" + "void setHsv ( int , int , int , int = 255 )" + "void setHsvF ( qreal , qreal , qreal , qreal = 1.0 )" + "void setNamedColor ( const QString & )" + "void setRed ( int )" + "void setRedF ( qreal )" + "void setRgb ( int , int , int , int = 255 )" + "void setRgb ( QRgb )" + "void setRgbF ( qreal , qreal , qreal , qreal = 1.0 )" + "void setRgba ( QRgb )" + "Spec spec () const" + "QColor toCmyk () const" + "QColor toHsl () const" + "QColor toHsv () const" + "QColor toRgb () const" + "int value () const" + "qreal valueF () const" + "int yellow () const" + "qreal yellowF () const" + "static QStringList colorNames ()" + "static QColor fromCmyk ( int , int , int , int , int = 255 )" + "static QColor fromCmykF ( qreal , qreal , qreal , qreal , qreal = 1.0 )" + "static QColor fromHsl ( int , int , int , int = 255 )" + "static QColor fromHslF ( qreal , qreal , qreal , qreal = 1.0 )" + "static QColor fromHsv ( int , int , int , int = 255 )" + "static QColor fromHsvF ( qreal , qreal , qreal , qreal = 1.0 )" + "static QColor fromRgb ( QRgb )" + "static QColor fromRgb ( int , int , int , int = 255 )" + "static QColor fromRgbF ( qreal , qreal , qreal , qreal = 1.0 )" + "static QColor fromRgba ( QRgb )" + "static bool isValidColor ( const QString & )") + (("QConicalGradient" . "QGradient") + "new QConicalGradient ()" + "new QConicalGradient ( const QPointF & , qreal )" + "new QConicalGradient ( qreal , qreal , qreal )" + "qreal angle () const" + "QPointF center () const" + "void setAngle ( qreal )" + "void setCenter ( const QPointF & )" + "void setCenter ( qreal , qreal )") + (("QContextMenuEvent" . "QInputEvent") + "new QContextMenuEvent ( Reason , const QPoint & , const QPoint & , Qt::KeyboardModifiers )" + "new QContextMenuEvent ( Reason , const QPoint & , const QPoint & )" + "new QContextMenuEvent ( Reason , const QPoint & )" + "const QPoint & globalPos () const" + "int globalX () const" + "int globalY () const" + "const QPoint & pos () const" + "Reason reason () const" + "int x () const" + "int y () const") + (("QCryptographicHash" . NIL) + "new QCryptographicHash ( Algorithm )" + "void addData ( const char * , int )" + "void addData ( const QByteArray & )" + "void reset ()" + "QByteArray result () const" + "static QByteArray hash ( const QByteArray & , Algorithm )") + (("QCursor" . NIL) + "new QCursor ()" + "new QCursor ( Qt::CursorShape )" + "new QCursor ( const QBitmap & , const QBitmap & , int = -1 , int = -1 )" + "new QCursor ( const QPixmap & , int = -1 , int = -1 )" + "new QCursor ( const QCursor & )" + "const QBitmap * bitmap () const" + "QPoint hotSpot () const" + "const QBitmap * mask () const" + "QPixmap pixmap () const" + "void setShape ( Qt::CursorShape )" + "Qt::CursorShape shape () const" + "static QPoint pos ()" + "static QPoint pos ( const QScreen * )" + "static void setPos ( int , int )" + "static void setPos ( QScreen * , int , int )" + "static void setPos ( const QPoint & )" + "static void setPos ( QScreen * , const QPoint & )") + (("QDate" . NIL) + "new QDate ()" + "new QDate ( int , int , int )" + "QDate addDays ( qint64 ) const" + "QDate addMonths ( int ) const" + "QDate addYears ( int ) const" + "int day () const" + "int dayOfWeek () const" + "int dayOfYear () const" + "int daysInMonth () const" + "int daysInYear () const" + "qint64 daysTo ( const QDate & ) const" + "bool isNull () const" + "bool isValid () const" + "int month () const" + "bool setDate ( int , int , int )" + "qint64 toJulianDay () const" + "QString toString ( const QString & ) const" + "QString toString ( Qt::DateFormat = Qt::TextDate ) const" + "int year () const" + "static QDate currentDate ()" + "static QDate fromJulianDay ( qint64 )" + "static QDate fromString ( const QString & , Qt::DateFormat = Qt::TextDate )" + "static QDate fromString ( const QString & , const QString & )" + "static bool isLeapYear ( int )" + "static bool isValid ( int , int , int )" + "static QString longDayName ( int , MonthNameType = DateFormat )" + "static QString longMonthName ( int , MonthNameType = DateFormat )" + "static QString shortDayName ( int , MonthNameType = DateFormat )" + "static QString shortMonthName ( int , MonthNameType = DateFormat )") + (("QDateTime" . NIL) + "new QDateTime ()" + "new QDateTime ( const QDate & )" + "new QDateTime ( const QDate & , const QTime & , Qt::TimeSpec = Qt::LocalTime )" + "new QDateTime ( const QDate & , const QTime & , Qt::TimeSpec , int )" + "new QDateTime ( const QDate & , const QTime & , const QTimeZone & )" + "new QDateTime ( const QDateTime & )" + "QDateTime addDays ( qint64 ) const" + "QDateTime addMSecs ( qint64 ) const" + "QDateTime addMonths ( int ) const" + "QDateTime addSecs ( qint64 ) const" + "QDateTime addYears ( int ) const" + "QDate date () const" + "qint64 daysTo ( const QDateTime & ) const" + "bool isDaylightTime () const" + "bool isNull () const" + "bool isValid () const" + "qint64 msecsTo ( const QDateTime & ) const" + "int offsetFromUtc () const" + "qint64 secsTo ( const QDateTime & ) const" + "void setDate ( const QDate & )" + "void setMSecsSinceEpoch ( qint64 )" + "void setOffsetFromUtc ( int )" + "void setTime ( const QTime & )" + "void setTimeSpec ( Qt::TimeSpec )" + "void setTimeZone ( const QTimeZone & )" + "void setTime_t ( uint )" + "void swap ( QDateTime & )" + "QTime time () const" + "Qt::TimeSpec timeSpec () const" + "QTimeZone timeZone () const" + "QString timeZoneAbbreviation () const" + "QDateTime toLocalTime () const" + "qint64 toMSecsSinceEpoch () const" + "QDateTime toOffsetFromUtc ( int ) const" + "QString toString ( const QString & ) const" + "QString toString ( Qt::DateFormat = Qt::TextDate ) const" + "QDateTime toTimeSpec ( Qt::TimeSpec ) const" + "QDateTime toTimeZone ( const QTimeZone & ) const" + "uint toTime_t () const" + "QDateTime toUTC () const" + "static QDateTime currentDateTime ()" + "static QDateTime currentDateTimeUtc ()" + "static qint64 currentMSecsSinceEpoch ()" + "static QDateTime fromMSecsSinceEpoch ( qint64 )" + "static QDateTime fromMSecsSinceEpoch ( qint64 , Qt::TimeSpec , int = 0 )" + "static QDateTime fromMSecsSinceEpoch ( qint64 , const QTimeZone & )" + "static QDateTime fromString ( const QString & , Qt::DateFormat = Qt::TextDate )" + "static QDateTime fromString ( const QString & , const QString & )" + "static QDateTime fromTime_t ( uint )" + "static QDateTime fromTime_t ( uint , Qt::TimeSpec , int = 0 )" + "static QDateTime fromTime_t ( uint , const QTimeZone & )") + (("QDesktopServices" . NIL) + "static bool openUrl ( const QUrl & )") + (("QDir" . NIL) + "new QDir ( const QDir & )" + "new QDir ( const QString & = QString() )" + "new QDir ( const QString & , const QString & , SortFlags = SortFlags( Name | IgnoreCase ) , Filters = AllEntries )" + "QString absoluteFilePath ( const QString & ) const" + "QString absolutePath () const" + "QString canonicalPath () const" + "bool cd ( const QString & )" + "bool cdUp ()" + "uint count () const" + "QString dirName () const" + "QFileInfoList entryInfoList ( const QStringList & , Filters = NoFilter , SortFlags = NoSort ) const" + "QFileInfoList entryInfoList ( Filters = NoFilter , SortFlags = NoSort ) const" + "QStringList entryList ( const QStringList & , Filters = NoFilter , SortFlags = NoSort ) const" + "QStringList entryList ( Filters = NoFilter , SortFlags = NoSort ) const" + "bool exists ( const QString & ) const" + "bool exists () const" + "QString filePath ( const QString & ) const" + "Filters filter () const" + "bool isAbsolute () const" + "bool isReadable () const" + "bool isRelative () const" + "bool isRoot () const" + "bool makeAbsolute ()" + "bool mkdir ( const QString & ) const" + "bool mkpath ( const QString & ) const" + "QStringList nameFilters () const" + "QString path () const" + "void refresh () const" + "QString relativeFilePath ( const QString & ) const" + "bool remove ( const QString & )" + "bool removeRecursively ()" + "bool rename ( const QString & , const QString & )" + "bool rmdir ( const QString & ) const" + "bool rmpath ( const QString & ) const" + "void setFilter ( Filters )" + "void setNameFilters ( const QStringList & )" + "void setPath ( const QString & )" + "void setSorting ( SortFlags )" + "SortFlags sorting () const" + "void swap ( QDir & )" + "static void addSearchPath ( const QString & , const QString & )" + "static QString cleanPath ( const QString & )" + "static QDir current ()" + "static QString currentPath ()" + "static QFileInfoList drives ()" + "static QString fromNativeSeparators ( const QString & )" + "static QDir home ()" + "static QString homePath ()" + "static bool isAbsolutePath ( const QString & )" + "static bool isRelativePath ( const QString & )" + "static bool match ( const QString & , const QString & )" + "static bool match ( const QStringList & , const QString & )" + "static QDir root ()" + "static QString rootPath ()" + "static QStringList searchPaths ( const QString & )" + "static QChar separator ()" + "static bool setCurrent ( const QString & )" + "static void setSearchPaths ( const QString & , const QStringList & )" + "static QDir temp ()" + "static QString tempPath ()" + "static QString toNativeSeparators ( const QString & )") + (("QDirIterator" . NIL) + "new QDirIterator ( const QDir & , IteratorFlags = NoIteratorFlags )" + "new QDirIterator ( const QString & , IteratorFlags = NoIteratorFlags )" + "new QDirIterator ( const QString & , QDir::Filters , IteratorFlags = NoIteratorFlags )" + "new QDirIterator ( const QString & , const QStringList & , QDir::Filters = QDir::NoFilter , IteratorFlags = NoIteratorFlags )" + "QFileInfo fileInfo () const" + "QString fileName () const" + "QString filePath () const" + "bool hasNext () const" + "QString next ()" + "QString path () const") + (("QDragEnterEvent" . "QDragMoveEvent") + "new QDragEnterEvent ( const QPoint & , Qt::DropActions , const QMimeData * , Qt::MouseButtons , Qt::KeyboardModifiers )") + (("QDragLeaveEvent" . "QEvent") + "new QDragLeaveEvent ()") + (("QDragMoveEvent" . "QDropEvent") + "new QDragMoveEvent ( const QPoint & , Qt::DropActions , const QMimeData * , Qt::MouseButtons , Qt::KeyboardModifiers , Type = DragMove )" + "void accept ( const QRect & )" + "void accept ()" + "QRect answerRect () const" + "void ignore ( const QRect & )" + "void ignore ()") + (("QDropEvent" . "QEvent") + "new QDropEvent ( const QPointF & , Qt::DropActions , const QMimeData * , Qt::MouseButtons , Qt::KeyboardModifiers , Type = Drop )" + "void acceptProposedAction ()" + "Qt::DropAction dropAction () const" + "Qt::KeyboardModifiers keyboardModifiers () const" + "const QMimeData * mimeData () const" + "Qt::MouseButtons mouseButtons () const" + "QPoint pos () const" + "const QPointF & posF () const" + "Qt::DropActions possibleActions () const" + "Qt::DropAction proposedAction () const" + "void setDropAction ( Qt::DropAction )" + "QObject * source () const") + (("QDynamicPropertyChangeEvent" . "QEvent") + "new QDynamicPropertyChangeEvent ( const QByteArray & )" + "QByteArray propertyName () const") + (("QEasingCurve" . NIL) + "new QEasingCurve ( Type = Linear )" + "new QEasingCurve ( const QEasingCurve & )" + "void addCubicBezierSegment ( const QPointF & , const QPointF & , const QPointF & )" + "void addTCBSegment ( const QPointF & , qreal , qreal , qreal )" + "qreal amplitude () const" + "EasingFunction customType () const" + "qreal overshoot () const" + "qreal period () const" + "void setAmplitude ( qreal )" + "void setCustomType ( EasingFunction )" + "void setOvershoot ( qreal )" + "void setPeriod ( qreal )" + "void setType ( Type )" + "void swap ( QEasingCurve & )" + "QVector toCubicSpline () const" + "Type type () const" + "qreal valueForProgress ( qreal ) const") + (("QEvent" . NIL) + "new QEvent ( Type )" + "void accept ()" + "void ignore ()" + "bool isAccepted () const" + "void setAccepted ( bool )" + "bool spontaneous () const" + "Type type () const" + "static int registerEventType ( int = -1 )") + (("QFileIconProvider" . NIL) + "new QFileIconProvider ()" + "virtual QIcon icon ( IconType ) const" + "virtual QIcon icon ( const QFileInfo & ) const" + "Options options () const" + "void setOptions ( Options )" + "virtual QString type ( const QFileInfo & ) const") + (("QFileInfo" . NIL) + "new QFileInfo ()" + "new QFileInfo ( const QString & )" + "new QFileInfo ( const QFile & )" + "new QFileInfo ( const QDir & , const QString & )" + "new QFileInfo ( const QFileInfo & )" + "QDir absoluteDir () const" + "QString absoluteFilePath () const" + "QString absolutePath () const" + "QString baseName () const" + "QString bundleName () const" + "bool caching () const" + "QString canonicalFilePath () const" + "QString canonicalPath () const" + "QString completeBaseName () const" + "QString completeSuffix () const" + "QDateTime created () const" + "QDir dir () const" + "bool exists () const" + "QString fileName () const" + "QString filePath () const" + "QString group () const" + "uint groupId () const" + "bool isAbsolute () const" + "bool isBundle () const" + "bool isDir () const" + "bool isExecutable () const" + "bool isFile () const" + "bool isHidden () const" + "bool isNativePath () const" + "bool isReadable () const" + "bool isRelative () const" + "bool isRoot () const" + "bool isSymLink () const" + "bool isWritable () const" + "QDateTime lastModified () const" + "QDateTime lastRead () const" + "bool makeAbsolute ()" + "QString owner () const" + "uint ownerId () const" + "QString path () const" + "bool permission ( QFile::Permissions ) const" + "QFile::Permissions permissions () const" + "void refresh ()" + "void setCaching ( bool )" + "void setFile ( const QString & )" + "void setFile ( const QFile & )" + "void setFile ( const QDir & , const QString & )" + "qint64 size () const" + "QString suffix () const" + "void swap ( QFileInfo & )" + "QString symLinkTarget () const" + "static bool exists ( const QString & )") + (("QFileOpenEvent" . "QEvent") + "QString file () const" + "QUrl url () const") + (("QFocusEvent" . "QEvent") + "new QFocusEvent ( Type , Qt::FocusReason = Qt::OtherFocusReason )" + "bool gotFocus () const" + "bool lostFocus () const" + "Qt::FocusReason reason () const") + (("QFont" . NIL) + "new QFont ()" + "new QFont ( const QString & , int = -1 , int = -1 , bool = false )" + "new QFont ( const QFont & , QPaintDevice * )" + "new QFont ( const QFont & )" + "bool bold () const" + "Capitalization capitalization () const" + "QString defaultFamily () const" + "bool exactMatch () const" + "QString family () const" + "bool fixedPitch () const" + "bool fromString ( const QString & )" + "HintingPreference hintingPreference () const" + "bool isCopyOf ( const QFont & ) const" + "bool italic () const" + "bool kerning () const" + "QString key () const" + "QString lastResortFamily () const" + "QString lastResortFont () const" + "qreal letterSpacing () const" + "SpacingType letterSpacingType () const" + "bool overline () const" + "int pixelSize () const" + "int pointSize () const" + "qreal pointSizeF () const" + "QFont resolve ( const QFont & ) const" + "void setBold ( bool )" + "void setCapitalization ( Capitalization )" + "void setFamily ( const QString & )" + "void setFixedPitch ( bool )" + "void setHintingPreference ( HintingPreference )" + "void setItalic ( bool )" + "void setKerning ( bool )" + "void setLetterSpacing ( SpacingType , qreal )" + "void setOverline ( bool )" + "void setPixelSize ( int )" + "void setPointSize ( int )" + "void setPointSizeF ( qreal )" + "void setStretch ( int )" + "void setStrikeOut ( bool )" + "void setStyle ( Style )" + "void setStyleHint ( StyleHint , StyleStrategy = PreferDefault )" + "void setStyleName ( const QString & )" + "void setStyleStrategy ( StyleStrategy )" + "void setUnderline ( bool )" + "void setWeight ( int )" + "void setWordSpacing ( qreal )" + "int stretch () const" + "bool strikeOut () const" + "Style style () const" + "StyleHint styleHint () const" + "QString styleName () const" + "StyleStrategy styleStrategy () const" + "void swap ( QFont & )" + "QString toString () const" + "bool underline () const" + "int weight () const" + "qreal wordSpacing () const" + "static void insertSubstitution ( const QString & , const QString & )" + "static void insertSubstitutions ( const QString & , const QStringList & )" + "static void removeSubstitutions ( const QString & )" + "static QString substitute ( const QString & )" + "static QStringList substitutes ( const QString & )" + "static QStringList substitutions ()") + (("QFontDatabase" . NIL) + "new QFontDatabase ()" + "bool bold ( const QString & , const QString & ) const" + "QStringList families ( WritingSystem = Any ) const" + "QFont font ( const QString & , const QString & , int ) const" + "bool isBitmapScalable ( const QString & , const QString & = QString() ) const" + "bool isFixedPitch ( const QString & , const QString & = QString() ) const" + "bool isPrivateFamily ( const QString & ) const" + "bool isScalable ( const QString & , const QString & = QString() ) const" + "bool isSmoothlyScalable ( const QString & , const QString & = QString() ) const" + "bool italic ( const QString & , const QString & ) const" + "QList pointSizes ( const QString & , const QString & = QString() )" + "QList smoothSizes ( const QString & , const QString & )" + "QString styleString ( const QFont & )" + "QString styleString ( const QFontInfo & )" + "QStringList styles ( const QString & ) const" + "int weight ( const QString & , const QString & ) const" + "static int addApplicationFont ( const QString & )" + "static int addApplicationFontFromData ( const QByteArray & )" + "static QStringList applicationFontFamilies ( int )" + "static bool removeAllApplicationFonts ()" + "static bool removeApplicationFont ( int )" + "static QList standardSizes ()" + "static QFont systemFont ( SystemFont )" + "static QString writingSystemName ( WritingSystem )" + "static QString writingSystemSample ( WritingSystem )") + (("QFontInfo" . NIL) + "new QFontInfo ( const QFont & )" + "new QFontInfo ( const QFontInfo & )" + "bool bold () const" + "bool exactMatch () const" + "QString family () const" + "bool fixedPitch () const" + "bool italic () const" + "int pixelSize () const" + "int pointSize () const" + "qreal pointSizeF () const" + "QFont::Style style () const" + "QFont::StyleHint styleHint () const" + "QString styleName () const" + "void swap ( QFontInfo & )" + "int weight () const") + (("QFontMetrics" . NIL) + "new QFontMetrics ( const QFont & )" + "new QFontMetrics ( const QFont & , QPaintDevice * )" + "new QFontMetrics ( const QFontMetrics & )" + "int ascent () const" + "int averageCharWidth () const" + "QRect boundingRect ( QChar ) const" + "QRect boundingRect ( const QString & ) const" + "int descent () const" + "QString elidedText ( const QString & , Qt::TextElideMode , int , int = 0 ) const" + "int height () const" + "bool inFont ( QChar ) const" + "bool inFontUcs4 ( uint ) const" + "int leading () const" + "int leftBearing ( QChar ) const" + "int lineSpacing () const" + "int lineWidth () const" + "int maxWidth () const" + "int minLeftBearing () const" + "int minRightBearing () const" + "int overlinePos () const" + "int rightBearing ( QChar ) const" + "int strikeOutPos () const" + "void swap ( QFontMetrics & )" + "QRect tightBoundingRect ( const QString & ) const" + "int underlinePos () const" + "int width ( const QString & , int = -1 ) const" + "int width ( QChar ) const" + "int xHeight () const") + (("QGLColormap" . NIL) + "new QGLColormap ()" + "new QGLColormap ( const QGLColormap & )" + "QColor entryColor ( int ) const" + "QRgb entryRgb ( int ) const" + "int find ( QRgb ) const" + "int findNearest ( QRgb ) const" + "bool isEmpty () const" + "void setEntries ( int , const QRgb * , int = 0 )" + "void setEntry ( int , QRgb )" + "void setEntry ( int , const QColor & )" + "int size () const") + (("QGLContext" . NIL) + "new QGLContext ( const QGLFormat & )" + "GLuint bindTexture ( const QImage & , GLenum , GLint , BindOptions )" + "GLuint bindTexture ( const QString & )" + "GLuint bindTexture ( const QImage & , GLenum = GL_TEXTURE_2D , GLint = GL_RGBA )" + "GLuint bindTexture ( const QPixmap & , GLenum = GL_TEXTURE_2D , GLint = GL_RGBA )" + "GLuint bindTexture ( const QPixmap & , GLenum , GLint , BindOptions )" + "virtual bool create ( const QGLContext * = 0 )" + "void deleteTexture ( GLuint )" + "QPaintDevice * device () const" + "virtual void doneCurrent ()" + "void drawTexture ( const QRectF & , GLuint , GLenum = GL_TEXTURE_2D )" + "void drawTexture ( const QPointF & , GLuint , GLenum = GL_TEXTURE_2D )" + "QGLFormat format () const" + "QGLFunctions * functions () const" + "QFunctionPointer getProcAddress ( const QString & ) const" + "bool isSharing () const" + "bool isValid () const" + "virtual void makeCurrent ()" + "void moveToThread ( QThread * )" + "QColor overlayTransparentColor () const" + "QGLFormat requestedFormat () const" + "void reset ()" + "void setFormat ( const QGLFormat & )" + "virtual void swapBuffers () const" + "protected bool deviceIsPixmap () const" + "protected bool initialized () const" + "protected void setInitialized ( bool )" + "protected void setWindowCreated ( bool )" + "protected bool windowCreated () const" + "static bool areSharing ( const QGLContext * , const QGLContext * )" + "static const QGLContext * currentContext ()" + "static QGLContext * fromOpenGLContext ( QOpenGLContext * )" + "static void setTextureCacheLimit ( int )" + "static int textureCacheLimit ()") + (("QGLFormat" . NIL) + "new QGLFormat ()" + "new QGLFormat ( QGL::FormatOptions , int = 0 )" + "new QGLFormat ( const QGLFormat & )" + "bool accum () const" + "int accumBufferSize () const" + "bool alpha () const" + "int alphaBufferSize () const" + "int blueBufferSize () const" + "bool depth () const" + "int depthBufferSize () const" + "bool directRendering () const" + "bool doubleBuffer () const" + "int greenBufferSize () const" + "bool hasOverlay () const" + "int majorVersion () const" + "int minorVersion () const" + "int plane () const" + "OpenGLContextProfile profile () const" + "int redBufferSize () const" + "bool rgba () const" + "bool sampleBuffers () const" + "int samples () const" + "void setAccum ( bool )" + "void setAccumBufferSize ( int )" + "void setAlpha ( bool )" + "void setAlphaBufferSize ( int )" + "void setBlueBufferSize ( int )" + "void setDepth ( bool )" + "void setDepthBufferSize ( int )" + "void setDirectRendering ( bool )" + "void setDoubleBuffer ( bool )" + "void setGreenBufferSize ( int )" + "void setOption ( QGL::FormatOptions )" + "void setOverlay ( bool )" + "void setPlane ( int )" + "void setProfile ( OpenGLContextProfile )" + "void setRedBufferSize ( int )" + "void setRgba ( bool )" + "void setSampleBuffers ( bool )" + "void setSamples ( int )" + "void setStencil ( bool )" + "void setStencilBufferSize ( int )" + "void setStereo ( bool )" + "void setSwapInterval ( int )" + "void setVersion ( int , int )" + "bool stencil () const" + "int stencilBufferSize () const" + "bool stereo () const" + "int swapInterval () const" + "bool testOption ( QGL::FormatOptions ) const" + "static QGLFormat defaultFormat ()" + "static QGLFormat defaultOverlayFormat ()" + "static QGLFormat fromSurfaceFormat ( const QSurfaceFormat & )" + "static bool hasOpenGL ()" + "static bool hasOpenGLOverlays ()" + "static OpenGLVersionFlags openGLVersionFlags ()" + "static void setDefaultFormat ( const QGLFormat & )" + "static void setDefaultOverlayFormat ( const QGLFormat & )" + "static QSurfaceFormat toSurfaceFormat ( const QGLFormat & )") + (("QGLFramebufferObject" . "QPaintDevice") + "new QGLFramebufferObject ( const QSize & , GLenum = GL_TEXTURE_2D )" + "new QGLFramebufferObject ( int , int , GLenum = GL_TEXTURE_2D )" + "new QGLFramebufferObject ( const QSize & , const QGLFramebufferObjectFormat & )" + "new QGLFramebufferObject ( int , int , const QGLFramebufferObjectFormat & )" + "new QGLFramebufferObject ( int , int , Attachment , GLenum = GL_TEXTURE_2D , GLenum = 0 )" + "new QGLFramebufferObject ( const QSize & , Attachment , GLenum = GL_TEXTURE_2D , GLenum = 0 )" + "Attachment attachment () const" + "bool bind ()" + "void drawTexture ( const QRectF & , GLuint , GLenum = GL_TEXTURE_2D )" + "void drawTexture ( const QPointF & , GLuint , GLenum = GL_TEXTURE_2D )" + "QGLFramebufferObjectFormat format () const" + "GLuint handle () const" + "bool isBound () const" + "bool isValid () const" + "bool release ()" + "QSize size () const" + "GLuint texture () const" + "QImage toImage () const" + "static bool bindDefault ()" + "static void blitFramebuffer ( QGLFramebufferObject * , const QRect & , QGLFramebufferObject * , const QRect & , GLbitfield = GL_COLOR_BUFFER_BIT , GLenum = GL_NEAREST )" + "static bool hasOpenGLFramebufferBlit ()" + "static bool hasOpenGLFramebufferObjects ()") + (("QGLFramebufferObjectFormat" . NIL) + "new QGLFramebufferObjectFormat ()" + "new QGLFramebufferObjectFormat ( const QGLFramebufferObjectFormat & )" + "QGLFramebufferObject::Attachment attachment () const" + "GLenum internalTextureFormat () const" + "bool mipmap () const" + "int samples () const" + "void setAttachment ( QGLFramebufferObject::Attachment )" + "void setInternalTextureFormat ( GLenum )" + "void setMipmap ( bool )" + "void setSamples ( int )" + "void setTextureTarget ( GLenum )" + "GLenum textureTarget () const") + (("QGLPixelBuffer" . "QPaintDevice") + "new QGLPixelBuffer ( const QSize & , const QGLFormat & = QGLFormat::defaultFormat() , QGLWidget * = 0 )" + "new QGLPixelBuffer ( int , int , const QGLFormat & = QGLFormat::defaultFormat() , QGLWidget * = 0 )" + "GLuint bindTexture ( const QImage & , GLenum = GL_TEXTURE_2D )" + "GLuint bindTexture ( const QPixmap & , GLenum = GL_TEXTURE_2D )" + "GLuint bindTexture ( const QString & )" + "bool bindToDynamicTexture ( GLuint )" + "QGLContext * context () const" + "void deleteTexture ( GLuint )" + "bool doneCurrent ()" + "void drawTexture ( const QRectF & , GLuint , GLenum = GL_TEXTURE_2D )" + "void drawTexture ( const QPointF & , GLuint , GLenum = GL_TEXTURE_2D )" + "QGLFormat format () const" + "GLuint generateDynamicTexture () const" + "bool isValid () const" + "bool makeCurrent ()" + "void releaseFromDynamicTexture ()" + "QSize size () const" + "QImage toImage () const" + "void updateDynamicTexture ( GLuint ) const" + "static bool hasOpenGLPbuffers ()") + (("QGestureEvent" . "QEvent") + "new QGestureEvent ( const QList & )" + "void accept ( QGesture * )" + "void accept ( Qt::GestureType )" + "QList activeGestures () const" + "QList canceledGestures () const" + "QGesture * gesture ( Qt::GestureType ) const" + "QList gestures () const" + "void ignore ( QGesture * )" + "void ignore ( Qt::GestureType )" + "bool isAccepted ( QGesture * ) const" + "bool isAccepted ( Qt::GestureType ) const" + "QPointF mapToGraphicsScene ( const QPointF & ) const" + "void setAccepted ( QGesture * , bool )" + "void setAccepted ( Qt::GestureType , bool )" + "QWidget * widget () const") + (("QGradient" . NIL) + "CoordinateMode coordinateMode () const" + "void setColorAt ( qreal , const QColor & )" + "void setCoordinateMode ( CoordinateMode )" + "void setSpread ( Spread )" + "void setStops ( const QGradientStops & )" + "Spread spread () const" + "QGradientStops stops () const" + "Type type () const") + (("QGraphicsAnchorLayout" . "QGraphicsLayout") + "new QGraphicsAnchorLayout ( QGraphicsLayoutItem * = 0 )" + "QGraphicsAnchor * addAnchor ( QGraphicsLayoutItem * , Qt::AnchorPoint , QGraphicsLayoutItem * , Qt::AnchorPoint )" + "void addAnchors ( QGraphicsLayoutItem * , QGraphicsLayoutItem * , Qt::Orientations = Qt::Horizontal | Qt::Vertical )" + "void addCornerAnchors ( QGraphicsLayoutItem * , Qt::Corner , QGraphicsLayoutItem * , Qt::Corner )" + "QGraphicsAnchor * anchor ( QGraphicsLayoutItem * , Qt::AnchorPoint , QGraphicsLayoutItem * , Qt::AnchorPoint )" + "qreal horizontalSpacing () const" + "void setHorizontalSpacing ( qreal )" + "void setSpacing ( qreal )" + "void setVerticalSpacing ( qreal )" + "qreal verticalSpacing () const" + "virtual int count () const" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const" + "virtual void removeAt ( int )" + "virtual void setGeometry ( const QRectF & )") + (("QGraphicsEllipseItem" . "QAbstractGraphicsShapeItem") + "new QGraphicsEllipseItem ( QGraphicsItem * = 0 )" + "new QGraphicsEllipseItem ( const QRectF & , QGraphicsItem * = 0 )" + "new QGraphicsEllipseItem ( qreal , qreal , qreal , qreal , QGraphicsItem * = 0 )" + "QRectF rect () const" + "void setRect ( const QRectF & )" + "void setRect ( qreal , qreal , qreal , qreal )" + "void setSpanAngle ( int )" + "void setStartAngle ( int )" + "int spanAngle () const" + "int startAngle () const" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsGridLayout" . "QGraphicsLayout") + "new QGraphicsGridLayout ( QGraphicsLayoutItem * = 0 )" + "void addItem ( QGraphicsLayoutItem * , int , int , int , int , Qt::Alignment = 0 )" + "void addItem ( QGraphicsLayoutItem * , int , int , Qt::Alignment = 0 )" + "Qt::Alignment alignment ( QGraphicsLayoutItem * ) const" + "Qt::Alignment columnAlignment ( int ) const" + "int columnCount () const" + "qreal columnMaximumWidth ( int ) const" + "qreal columnMinimumWidth ( int ) const" + "qreal columnPreferredWidth ( int ) const" + "qreal columnSpacing ( int ) const" + "int columnStretchFactor ( int ) const" + "qreal horizontalSpacing () const" + "QGraphicsLayoutItem * itemAt ( int , int ) const" + "void removeItem ( QGraphicsLayoutItem * )" + "Qt::Alignment rowAlignment ( int ) const" + "int rowCount () const" + "qreal rowMaximumHeight ( int ) const" + "qreal rowMinimumHeight ( int ) const" + "qreal rowPreferredHeight ( int ) const" + "qreal rowSpacing ( int ) const" + "int rowStretchFactor ( int ) const" + "void setAlignment ( QGraphicsLayoutItem * , Qt::Alignment )" + "void setColumnAlignment ( int , Qt::Alignment )" + "void setColumnFixedWidth ( int , qreal )" + "void setColumnMaximumWidth ( int , qreal )" + "void setColumnMinimumWidth ( int , qreal )" + "void setColumnPreferredWidth ( int , qreal )" + "void setColumnSpacing ( int , qreal )" + "void setColumnStretchFactor ( int , int )" + "void setHorizontalSpacing ( qreal )" + "void setRowAlignment ( int , Qt::Alignment )" + "void setRowFixedHeight ( int , qreal )" + "void setRowMaximumHeight ( int , qreal )" + "void setRowMinimumHeight ( int , qreal )" + "void setRowPreferredHeight ( int , qreal )" + "void setRowSpacing ( int , qreal )" + "void setRowStretchFactor ( int , int )" + "void setSpacing ( qreal )" + "void setVerticalSpacing ( qreal )" + "qreal verticalSpacing () const" + "virtual int count () const" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const" + "virtual void removeAt ( int )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const") + (("QGraphicsItem" . NIL) + "new QGraphicsItem ( QGraphicsItem * = 0 )" + "bool acceptDrops () const" + "bool acceptHoverEvents () const" + "bool acceptTouchEvents () const" + "Qt::MouseButtons acceptedMouseButtons () const" + "virtual void advance ( int )" + "virtual QRectF boundingRect () const = 0" + "QRegion boundingRegion ( const QTransform & ) const" + "qreal boundingRegionGranularity () const" + "CacheMode cacheMode () const" + "QList childItems () const" + "QRectF childrenBoundingRect () const" + "void clearFocus ()" + "QPainterPath clipPath () const" + "virtual bool collidesWithItem ( const QGraphicsItem * , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "virtual bool collidesWithPath ( const QPainterPath & , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QList collidingItems ( Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QGraphicsItem * commonAncestorItem ( const QGraphicsItem * ) const" + "virtual bool contains ( const QPointF & ) const" + "QCursor cursor () const" + "QVariant data ( int ) const" + "QTransform deviceTransform ( const QTransform & ) const" + "qreal effectiveOpacity () const" + "void ensureVisible ( const QRectF & = QRectF() , int = 50 , int = 50 )" + "void ensureVisible ( qreal , qreal , qreal , qreal , int = 50 , int = 50 )" + "bool filtersChildEvents () const" + "GraphicsItemFlags flags () const" + "QGraphicsItem * focusItem () const" + "QGraphicsItem * focusProxy () const" + "void grabKeyboard ()" + "void grabMouse ()" + "QGraphicsEffect * graphicsEffect () const" + "QGraphicsItemGroup * group () const" + "bool hasCursor () const" + "bool hasFocus () const" + "void hide ()" + "Qt::InputMethodHints inputMethodHints () const" + "void installSceneEventFilter ( QGraphicsItem * )" + "bool isActive () const" + "bool isAncestorOf ( const QGraphicsItem * ) const" + "bool isClipped () const" + "bool isEnabled () const" + "bool isObscured ( const QRectF & = QRectF() ) const" + "bool isObscured ( qreal , qreal , qreal , qreal ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "bool isPanel () const" + "bool isSelected () const" + "bool isUnderMouse () const" + "bool isVisible () const" + "bool isVisibleTo ( const QGraphicsItem * ) const" + "bool isWidget () const" + "bool isWindow () const" + "QTransform itemTransform ( const QGraphicsItem * , bool * = 0 ) const" + "QPointF mapFromItem ( const QGraphicsItem * , const QPointF & ) const" + "QPolygonF mapFromItem ( const QGraphicsItem * , const QRectF & ) const" + "QPolygonF mapFromItem ( const QGraphicsItem * , const QPolygonF & ) const" + "QPainterPath mapFromItem ( const QGraphicsItem * , const QPainterPath & ) const" + "QPolygonF mapFromItem ( const QGraphicsItem * , qreal , qreal , qreal , qreal ) const" + "QPointF mapFromItem ( const QGraphicsItem * , qreal , qreal ) const" + "QPointF mapFromParent ( const QPointF & ) const" + "QPolygonF mapFromParent ( const QRectF & ) const" + "QPolygonF mapFromParent ( const QPolygonF & ) const" + "QPainterPath mapFromParent ( const QPainterPath & ) const" + "QPolygonF mapFromParent ( qreal , qreal , qreal , qreal ) const" + "QPointF mapFromParent ( qreal , qreal ) const" + "QPointF mapFromScene ( const QPointF & ) const" + "QPolygonF mapFromScene ( const QRectF & ) const" + "QPolygonF mapFromScene ( const QPolygonF & ) const" + "QPainterPath mapFromScene ( const QPainterPath & ) const" + "QPolygonF mapFromScene ( qreal , qreal , qreal , qreal ) const" + "QPointF mapFromScene ( qreal , qreal ) const" + "QRectF mapRectFromItem ( const QGraphicsItem * , const QRectF & ) const" + "QRectF mapRectFromItem ( const QGraphicsItem * , qreal , qreal , qreal , qreal ) const" + "QRectF mapRectFromParent ( const QRectF & ) const" + "QRectF mapRectFromParent ( qreal , qreal , qreal , qreal ) const" + "QRectF mapRectFromScene ( const QRectF & ) const" + "QRectF mapRectFromScene ( qreal , qreal , qreal , qreal ) const" + "QRectF mapRectToItem ( const QGraphicsItem * , const QRectF & ) const" + "QRectF mapRectToItem ( const QGraphicsItem * , qreal , qreal , qreal , qreal ) const" + "QRectF mapRectToParent ( const QRectF & ) const" + "QRectF mapRectToParent ( qreal , qreal , qreal , qreal ) const" + "QRectF mapRectToScene ( const QRectF & ) const" + "QRectF mapRectToScene ( qreal , qreal , qreal , qreal ) const" + "QPointF mapToItem ( const QGraphicsItem * , const QPointF & ) const" + "QPolygonF mapToItem ( const QGraphicsItem * , const QRectF & ) const" + "QPolygonF mapToItem ( const QGraphicsItem * , const QPolygonF & ) const" + "QPainterPath mapToItem ( const QGraphicsItem * , const QPainterPath & ) const" + "QPolygonF mapToItem ( const QGraphicsItem * , qreal , qreal , qreal , qreal ) const" + "QPointF mapToItem ( const QGraphicsItem * , qreal , qreal ) const" + "QPointF mapToParent ( const QPointF & ) const" + "QPolygonF mapToParent ( const QRectF & ) const" + "QPolygonF mapToParent ( const QPolygonF & ) const" + "QPainterPath mapToParent ( const QPainterPath & ) const" + "QPolygonF mapToParent ( qreal , qreal , qreal , qreal ) const" + "QPointF mapToParent ( qreal , qreal ) const" + "QPointF mapToScene ( const QPointF & ) const" + "QPolygonF mapToScene ( const QRectF & ) const" + "QPolygonF mapToScene ( const QPolygonF & ) const" + "QPainterPath mapToScene ( const QPainterPath & ) const" + "QPolygonF mapToScene ( qreal , qreal , qreal , qreal ) const" + "QPointF mapToScene ( qreal , qreal ) const" + "void moveBy ( qreal , qreal )" + "qreal opacity () const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 ) = 0" + "QGraphicsItem * panel () const" + "PanelModality panelModality () const" + "QGraphicsItem * parentItem () const" + "QGraphicsObject * parentObject () const" + "QGraphicsWidget * parentWidget () const" + "QPointF pos () const" + "void removeSceneEventFilter ( QGraphicsItem * )" + "void resetTransform ()" + "qreal rotation () const" + "qreal scale () const" + "QGraphicsScene * scene () const" + "QRectF sceneBoundingRect () const" + "QPointF scenePos () const" + "QTransform sceneTransform () const" + "void scroll ( qreal , qreal , const QRectF & = QRectF() )" + "void setAcceptDrops ( bool )" + "void setAcceptHoverEvents ( bool )" + "void setAcceptTouchEvents ( bool )" + "void setAcceptedMouseButtons ( Qt::MouseButtons )" + "void setActive ( bool )" + "void setBoundingRegionGranularity ( qreal )" + "void setCacheMode ( CacheMode , const QSize & = QSize() )" + "void setCursor ( const QCursor & )" + "void setData ( int , const QVariant & )" + "void setEnabled ( bool )" + "void setFiltersChildEvents ( bool )" + "void setFlag ( GraphicsItemFlag , bool = true )" + "void setFlags ( GraphicsItemFlags )" + "void setFocus ( Qt::FocusReason = Qt::OtherFocusReason )" + "void setFocusProxy ( QGraphicsItem * )" + "void setGraphicsEffect ( QGraphicsEffect * )" + "void setGroup ( QGraphicsItemGroup * )" + "void setInputMethodHints ( Qt::InputMethodHints )" + "void setOpacity ( qreal )" + "void setPanelModality ( PanelModality )" + "void setParentItem ( QGraphicsItem * )" + "void setPos ( const QPointF & )" + "void setPos ( qreal , qreal )" + "void setRotation ( qreal )" + "void setScale ( qreal )" + "void setSelected ( bool )" + "void setToolTip ( const QString & )" + "void setTransform ( const QTransform & , bool = false )" + "void setTransformOriginPoint ( const QPointF & )" + "void setTransformOriginPoint ( qreal , qreal )" + "void setTransformations ( const QList & )" + "void setVisible ( bool )" + "void setX ( qreal )" + "void setY ( qreal )" + "void setZValue ( qreal )" + "virtual QPainterPath shape () const" + "void show ()" + "void stackBefore ( const QGraphicsItem * )" + "QGraphicsObject * toGraphicsObject ()" + "const QGraphicsObject * toGraphicsObject () const" + "QString toolTip () const" + "QGraphicsItem * topLevelItem () const" + "QGraphicsWidget * topLevelWidget () const" + "QTransform transform () const" + "QPointF transformOriginPoint () const" + "QList transformations () const" + "virtual int type () const" + "void ungrabKeyboard ()" + "void ungrabMouse ()" + "void unsetCursor ()" + "void update ( const QRectF & = QRectF() )" + "void update ( qreal , qreal , qreal , qreal )" + "QGraphicsWidget * window () const" + "qreal x () const" + "qreal y () const" + "qreal zValue () const" + "protected void prepareGeometryChange ()" + "protected void updateMicroFocus ()") + (("QGraphicsItemGroup" . "QGraphicsItem") + "new QGraphicsItemGroup ( QGraphicsItem * = 0 )" + "void addToGroup ( QGraphicsItem * )" + "void removeFromGroup ( QGraphicsItem * )" + "virtual QRectF boundingRect () const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual int type () const") + (("QGraphicsLayout" . "QGraphicsLayoutItem") + "new QGraphicsLayout ( QGraphicsLayoutItem * = 0 )" + "void activate ()" + "virtual int count () const = 0" + "virtual void invalidate ()" + "bool isActivated () const" + "virtual QGraphicsLayoutItem * itemAt ( int ) const = 0" + "virtual void removeAt ( int ) = 0" + "void setContentsMargins ( qreal , qreal , qreal , qreal )" + "virtual void widgetEvent ( QEvent * )" + "protected void addChildLayoutItem ( QGraphicsLayoutItem * )" + "virtual void updateGeometry ()") + (("QGraphicsLayoutItem" . NIL) + "new QGraphicsLayoutItem ( QGraphicsLayoutItem * = 0 , bool = false )" + "QRectF contentsRect () const" + "QSizeF effectiveSizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const" + "QRectF geometry () const" + "QGraphicsItem * graphicsItem () const" + "bool isLayout () const" + "qreal maximumHeight () const" + "QSizeF maximumSize () const" + "qreal maximumWidth () const" + "qreal minimumHeight () const" + "QSizeF minimumSize () const" + "qreal minimumWidth () const" + "bool ownedByLayout () const" + "QGraphicsLayoutItem * parentLayoutItem () const" + "qreal preferredHeight () const" + "QSizeF preferredSize () const" + "qreal preferredWidth () const" + "virtual void setGeometry ( const QRectF & )" + "void setMaximumHeight ( qreal )" + "void setMaximumSize ( const QSizeF & )" + "void setMaximumSize ( qreal , qreal )" + "void setMaximumWidth ( qreal )" + "void setMinimumHeight ( qreal )" + "void setMinimumSize ( const QSizeF & )" + "void setMinimumSize ( qreal , qreal )" + "void setMinimumWidth ( qreal )" + "void setParentLayoutItem ( QGraphicsLayoutItem * )" + "void setPreferredHeight ( qreal )" + "void setPreferredSize ( const QSizeF & )" + "void setPreferredSize ( qreal , qreal )" + "void setPreferredWidth ( qreal )" + "void setSizePolicy ( const QSizePolicy & )" + "void setSizePolicy ( QSizePolicy::Policy , QSizePolicy::Policy , QSizePolicy::ControlType = QSizePolicy::DefaultType )" + "QSizePolicy sizePolicy () const" + "virtual void updateGeometry ()" + "protected void setGraphicsItem ( QGraphicsItem * )" + "protected void setOwnedByLayout ( bool )") + (("QGraphicsLineItem" . "QGraphicsItem") + "new QGraphicsLineItem ( QGraphicsItem * = 0 )" + "new QGraphicsLineItem ( const QLineF & , QGraphicsItem * = 0 )" + "new QGraphicsLineItem ( qreal , qreal , qreal , qreal , QGraphicsItem * = 0 )" + "QLineF line () const" + "QPen pen () const" + "void setLine ( const QLineF & )" + "void setLine ( qreal , qreal , qreal , qreal )" + "void setPen ( const QPen & )" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsLinearLayout" . "QGraphicsLayout") + "new QGraphicsLinearLayout ( QGraphicsLayoutItem * = 0 )" + "new QGraphicsLinearLayout ( Qt::Orientation , QGraphicsLayoutItem * = 0 )" + "void addItem ( QGraphicsLayoutItem * )" + "void addStretch ( int = 1 )" + "Qt::Alignment alignment ( QGraphicsLayoutItem * ) const" + "void insertItem ( int , QGraphicsLayoutItem * )" + "void insertStretch ( int , int = 1 )" + "qreal itemSpacing ( int ) const" + "Qt::Orientation orientation () const" + "void removeItem ( QGraphicsLayoutItem * )" + "void setAlignment ( QGraphicsLayoutItem * , Qt::Alignment )" + "void setItemSpacing ( int , qreal )" + "void setOrientation ( Qt::Orientation )" + "void setSpacing ( qreal )" + "void setStretchFactor ( QGraphicsLayoutItem * , int )" + "qreal spacing () const" + "int stretchFactor ( QGraphicsLayoutItem * ) const" + "virtual int count () const" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const" + "virtual void removeAt ( int )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const") + (("QGraphicsPathItem" . "QAbstractGraphicsShapeItem") + "new QGraphicsPathItem ( QGraphicsItem * = 0 )" + "new QGraphicsPathItem ( const QPainterPath & , QGraphicsItem * = 0 )" + "QPainterPath path () const" + "void setPath ( const QPainterPath & )" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsPixmapItem" . "QGraphicsItem") + "new QGraphicsPixmapItem ( QGraphicsItem * = 0 )" + "new QGraphicsPixmapItem ( const QPixmap & , QGraphicsItem * = 0 )" + "QPointF offset () const" + "QPixmap pixmap () const" + "void setOffset ( const QPointF & )" + "void setOffset ( qreal , qreal )" + "void setPixmap ( const QPixmap & )" + "void setShapeMode ( ShapeMode )" + "void setTransformationMode ( Qt::TransformationMode )" + "ShapeMode shapeMode () const" + "Qt::TransformationMode transformationMode () const" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsPolygonItem" . "QAbstractGraphicsShapeItem") + "new QGraphicsPolygonItem ( QGraphicsItem * = 0 )" + "new QGraphicsPolygonItem ( const QPolygonF & , QGraphicsItem * = 0 )" + "Qt::FillRule fillRule () const" + "QPolygonF polygon () const" + "void setFillRule ( Qt::FillRule )" + "void setPolygon ( const QPolygonF & )" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsRectItem" . "QAbstractGraphicsShapeItem") + "new QGraphicsRectItem ( QGraphicsItem * = 0 )" + "new QGraphicsRectItem ( const QRectF & , QGraphicsItem * = 0 )" + "new QGraphicsRectItem ( qreal , qreal , qreal , qreal , QGraphicsItem * = 0 )" + "QRectF rect () const" + "void setRect ( const QRectF & )" + "void setRect ( qreal , qreal , qreal , qreal )" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsSceneContextMenuEvent" . "QGraphicsSceneEvent") + "Qt::KeyboardModifiers modifiers () const" + "QPointF pos () const" + "Reason reason () const" + "QPointF scenePos () const" + "QPoint screenPos () const") + (("QGraphicsSceneDragDropEvent" . "QGraphicsSceneEvent") + "void acceptProposedAction ()" + "Qt::MouseButtons buttons () const" + "Qt::DropAction dropAction () const" + "const QMimeData * mimeData () const" + "Qt::KeyboardModifiers modifiers () const" + "QPointF pos () const" + "Qt::DropActions possibleActions () const" + "Qt::DropAction proposedAction () const" + "QPointF scenePos () const" + "QPoint screenPos () const" + "void setDropAction ( Qt::DropAction )" + "QWidget * source () const") + (("QGraphicsSceneEvent" . "QEvent") + "QWidget * widget () const") + (("QGraphicsSceneHelpEvent" . "QGraphicsSceneEvent") + "QPointF scenePos () const" + "QPoint screenPos () const") + (("QGraphicsSceneHoverEvent" . "QGraphicsSceneEvent") + "QPointF lastPos () const" + "QPointF lastScenePos () const" + "QPoint lastScreenPos () const" + "Qt::KeyboardModifiers modifiers () const" + "QPointF pos () const" + "QPointF scenePos () const" + "QPoint screenPos () const") + (("QGraphicsSceneMouseEvent" . "QGraphicsSceneEvent") + "Qt::MouseButton button () const" + "QPointF buttonDownPos ( Qt::MouseButton ) const" + "QPointF buttonDownScenePos ( Qt::MouseButton ) const" + "QPoint buttonDownScreenPos ( Qt::MouseButton ) const" + "Qt::MouseButtons buttons () const" + "Qt::MouseEventFlags flags () const" + "QPointF lastPos () const" + "QPointF lastScenePos () const" + "QPoint lastScreenPos () const" + "Qt::KeyboardModifiers modifiers () const" + "QPointF pos () const" + "QPointF scenePos () const" + "QPoint screenPos () const" + "Qt::MouseEventSource source () const") + (("QGraphicsSceneMoveEvent" . "QGraphicsSceneEvent") + "new QGraphicsSceneMoveEvent ()" + "QPointF newPos () const" + "QPointF oldPos () const") + (("QGraphicsSceneResizeEvent" . "QGraphicsSceneEvent") + "new QGraphicsSceneResizeEvent ()" + "QSizeF newSize () const" + "QSizeF oldSize () const") + (("QGraphicsSceneWheelEvent" . "QGraphicsSceneEvent") + "Qt::MouseButtons buttons () const" + "int delta () const" + "Qt::KeyboardModifiers modifiers () const" + "Qt::Orientation orientation () const" + "QPointF pos () const" + "QPointF scenePos () const" + "QPoint screenPos () const") + (("QGraphicsSimpleTextItem" . "QAbstractGraphicsShapeItem") + "new QGraphicsSimpleTextItem ( QGraphicsItem * = 0 )" + "new QGraphicsSimpleTextItem ( const QString & , QGraphicsItem * = 0 )" + "QFont font () const" + "void setFont ( const QFont & )" + "void setText ( const QString & )" + "QString text () const" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QHelpContentItem" . NIL) + "QHelpContentItem * child ( int ) const" + "int childCount () const" + "int childPosition ( QHelpContentItem * ) const" + "QHelpContentItem * parent () const" + "int row () const" + "QString title () const" + "QUrl url () const") + (("QHelpEvent" . "QEvent") + "new QHelpEvent ( Type , const QPoint & , const QPoint & )" + "const QPoint & globalPos () const" + "int globalX () const" + "int globalY () const" + "const QPoint & pos () const" + "int x () const" + "int y () const") + (("QHelpSearchQuery" . NIL) + "new QHelpSearchQuery ()" + "new QHelpSearchQuery ( FieldName , const QStringList & )") + (("QHideEvent" . "QEvent") + "new QHideEvent ()") + (("QHostAddress" . NIL) + "new QHostAddress ()" + "new QHostAddress ( quint8 * )" + "new QHostAddress ( const quint8 * )" + "new QHostAddress ( const Q_IPV6ADDR & )" + "new QHostAddress ( const sockaddr * )" + "new QHostAddress ( const QString & )" + "new QHostAddress ( const QHostAddress & )" + "new QHostAddress ( SpecialAddress )" + "void clear ()" + "bool isInSubnet ( const QHostAddress & , int ) const" + "bool isLoopback () const" + "bool isNull () const" + "QAbstractSocket::NetworkLayerProtocol protocol () const" + "QString scopeId () const" + "void setAddress ( quint8 * )" + "void setAddress ( const quint8 * )" + "void setAddress ( const Q_IPV6ADDR & )" + "bool setAddress ( const QString & )" + "void setAddress ( const sockaddr * )" + "void setScopeId ( const QString & )" + "Q_IPV6ADDR toIPv6Address () const" + "QString toString () const") + (("QHostInfo" . NIL) + "new QHostInfo ( int = -1 )" + "new QHostInfo ( const QHostInfo & )" + "QList addresses () const" + "HostInfoError error () const" + "QString errorString () const" + "QString hostName () const" + "int lookupId () const" + "void setAddresses ( const QList & )" + "void setError ( HostInfoError )" + "void setErrorString ( const QString & )" + "void setHostName ( const QString & )" + "void setLookupId ( int )" + "static void abortHostLookup ( int )" + "static QHostInfo fromName ( const QString & )" + "static QString localDomainName ()" + "static QString localHostName ()" + "static int lookupHost ( const QString & , QObject * , const char * )") + (("QHoverEvent" . "QInputEvent") + "new QHoverEvent ( Type , const QPointF & , const QPointF & , Qt::KeyboardModifiers = Qt::NoModifier )" + "QPoint oldPos () const" + "const QPointF & oldPosF () const" + "QPoint pos () const" + "const QPointF & posF () const") + (("QIcon" . NIL) + "new QIcon ()" + "new QIcon ( const QPixmap & )" + "new QIcon ( const QIcon & )" + "new QIcon ( const QString & )" + "QSize actualSize ( const QSize & , Mode = Normal , State = Off ) const" + "QSize actualSize ( QWindow * , const QSize & , Mode = Normal , State = Off ) const" + "void addFile ( const QString & , const QSize & = QSize() , Mode = Normal , State = Off )" + "void addPixmap ( const QPixmap & , Mode = Normal , State = Off )" + "QList availableSizes ( Mode = Normal , State = Off ) const" + "qint64 cacheKey () const" + "bool isNull () const" + "QString name () const" + "void paint ( QPainter * , const QRect & , Qt::Alignment = Qt::AlignCenter , Mode = Normal , State = Off ) const" + "void paint ( QPainter * , int , int , int , int , Qt::Alignment = Qt::AlignCenter , Mode = Normal , State = Off ) const" + "QPixmap pixmap ( const QSize & , Mode = Normal , State = Off ) const" + "QPixmap pixmap ( QWindow * , const QSize & , Mode = Normal , State = Off ) const" + "QPixmap pixmap ( int , int , Mode = Normal , State = Off ) const" + "QPixmap pixmap ( int , Mode = Normal , State = Off ) const" + "void swap ( QIcon & )" + "static QIcon fromTheme ( const QString & , const QIcon & = QIcon() )" + "static bool hasThemeIcon ( const QString & )" + "static void setThemeName ( const QString & )" + "static void setThemeSearchPaths ( const QStringList & )" + "static QString themeName ()" + "static QStringList themeSearchPaths ()") + (("QIconDragEvent" . "QEvent") + "new QIconDragEvent ()") + (("QImage" . "QPaintDevice") + "new QImage ()" + "new QImage ( const QSize & , Format )" + "new QImage ( int , int , Format )" + "new QImage ( const QString & , const char * = 0 )" + "new QImage ( const QImage & )" + "bool allGray () const" + "int bitPlaneCount () const" + "int byteCount () const" + "int bytesPerLine () const" + "qint64 cacheKey () const" + "QRgb color ( int ) const" + "int colorCount () const" + "QVector colorTable () const" + "QImage convertToFormat ( Format , Qt::ImageConversionFlags = Qt::AutoColor ) const" + "QImage convertToFormat ( Format , const QVector & , Qt::ImageConversionFlags = Qt::AutoColor ) const" + "QImage copy ( const QRect & = QRect() ) const" + "QImage copy ( int , int , int , int ) const" + "QImage createAlphaMask ( Qt::ImageConversionFlags = Qt::AutoColor ) const" + "QImage createHeuristicMask ( bool = true ) const" + "QImage createMaskFromColor ( QRgb , Qt::MaskMode = Qt::MaskInColor ) const" + "int depth () const" + "qreal devicePixelRatio () const" + "int dotsPerMeterX () const" + "int dotsPerMeterY () const" + "void fill ( uint )" + "void fill ( Qt::GlobalColor )" + "void fill ( const QColor & )" + "Format format () const" + "bool hasAlphaChannel () const" + "int height () const" + "void invertPixels ( InvertMode = InvertRgb )" + "bool isGrayscale () const" + "bool isNull () const" + "bool load ( const QString & , const char * = 0 )" + "bool loadFromData ( const QByteArray & , const char * = 0 )" + "QImage mirrored ( bool = false , bool = true ) const" + "QPoint offset () const" + "QRgb pixel ( const QPoint & ) const" + "QRgb pixel ( int , int ) const" + "QPixelFormat pixelFormat () const" + "int pixelIndex ( const QPoint & ) const" + "int pixelIndex ( int , int ) const" + "QRect rect () const" + "QImage rgbSwapped () const" + "bool save ( const QString & , const char * = 0 , int = -1 ) const" + "QImage scaled ( const QSize & , Qt::AspectRatioMode = Qt::IgnoreAspectRatio , Qt::TransformationMode = Qt::FastTransformation ) const" + "QImage scaled ( int , int , Qt::AspectRatioMode = Qt::IgnoreAspectRatio , Qt::TransformationMode = Qt::FastTransformation ) const" + "QImage scaledToHeight ( int , Qt::TransformationMode = Qt::FastTransformation ) const" + "QImage scaledToWidth ( int , Qt::TransformationMode = Qt::FastTransformation ) const" + "void setColor ( int , QRgb )" + "void setColorCount ( int )" + "void setColorTable ( const QVector & )" + "void setDevicePixelRatio ( qreal )" + "void setDotsPerMeterX ( int )" + "void setDotsPerMeterY ( int )" + "void setOffset ( const QPoint & )" + "void setPixel ( const QPoint & , uint )" + "void setPixel ( int , int , uint )" + "void setText ( const QString & , const QString & )" + "QSize size () const" + "void swap ( QImage & )" + "QString text ( const QString & = QString() ) const" + "QStringList textKeys () const" + "QImage transformed ( const QMatrix & , Qt::TransformationMode = Qt::FastTransformation ) const" + "QImage transformed ( const QTransform & , Qt::TransformationMode = Qt::FastTransformation ) const" + "bool valid ( const QPoint & ) const" + "bool valid ( int , int ) const" + "int width () const" + "protected QImage smoothScaled ( int , int ) const" + "static QImage fromData ( const QByteArray & , const char * = 0 )" + "static QImage::Format toImageFormat ( QPixelFormat )" + "static QPixelFormat toPixelFormat ( QImage::Format )" + "static QMatrix trueMatrix ( const QMatrix & , int , int )" + "static QTransform trueMatrix ( const QTransform & , int , int )") + (("QInputEvent" . "QEvent") + "Qt::KeyboardModifiers modifiers () const" + "ulong timestamp () const") + (("QInputMethodEvent" . "QEvent") + "new QInputMethodEvent ()" + "new QInputMethodEvent ( const QInputMethodEvent & )" + "const QString & commitString () const" + "const QString & preeditString () const" + "int replacementLength () const" + "int replacementStart () const" + "void setCommitString ( const QString & , int = 0 , int = 0 )") + (("QItemEditorFactory" . NIL) + "new QItemEditorFactory ()" + "virtual QWidget * createEditor ( int , QWidget * ) const" + "void registerEditor ( int , QItemEditorCreatorBase * )" + "virtual QByteArray valuePropertyName ( int ) const" + "static const QItemEditorFactory * defaultFactory ()" + "static void setDefaultFactory ( QItemEditorFactory * )") + (("QItemSelectionRange" . NIL) + "new QItemSelectionRange ()" + "new QItemSelectionRange ( const QItemSelectionRange & )" + "new QItemSelectionRange ( const QModelIndex & , const QModelIndex & )" + "new QItemSelectionRange ( const QModelIndex & )" + "int bottom () const" + "const QPersistentModelIndex & bottomRight () const" + "bool contains ( const QModelIndex & ) const" + "bool contains ( int , int , const QModelIndex & ) const" + "int height () const" + "QModelIndexList indexes () const" + "QItemSelectionRange intersected ( const QItemSelectionRange & ) const" + "bool intersects ( const QItemSelectionRange & ) const" + "bool isEmpty () const" + "bool isValid () const" + "int left () const" + "const QAbstractItemModel * model () const" + "QModelIndex parent () const" + "int right () const" + "int top () const" + "const QPersistentModelIndex & topLeft () const" + "int width () const") + (("QKeyEvent" . "QInputEvent") + "new QKeyEvent ( Type , int , Qt::KeyboardModifiers , const QString & = QString() , bool = false , ushort = 1 )" + "int count () const" + "bool isAutoRepeat () const" + "int key () const" + "bool matches ( QKeySequence::StandardKey ) const" + "Qt::KeyboardModifiers modifiers () const" + "QString text () const") + (("QKeySequence" . NIL) + "new QKeySequence ()" + "new QKeySequence ( const QString & , SequenceFormat = NativeText )" + "new QKeySequence ( int , int = 0 , int = 0 , int = 0 )" + "new QKeySequence ( const QKeySequence & )" + "new QKeySequence ( StandardKey )" + "int count () const" + "bool isEmpty () const" + "SequenceMatch matches ( const QKeySequence & ) const" + "void swap ( QKeySequence & )" + "QString toString ( SequenceFormat = PortableText ) const" + "static QKeySequence fromString ( const QString & , SequenceFormat = PortableText )" + "static QList keyBindings ( StandardKey )" + "static QList listFromString ( const QString & , SequenceFormat = PortableText )" + "static QString listToString ( const QList & , SequenceFormat = PortableText )" + "static QKeySequence mnemonic ( const QString & )") + (("QLayoutItem" . NIL) + "new QLayoutItem ( Qt::Alignment = 0 )" + "Qt::Alignment alignment () const" + "virtual QSizePolicy::ControlTypes controlTypes () const" + "virtual Qt::Orientations expandingDirections () const = 0" + "virtual QRect geometry () const = 0" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual bool isEmpty () const = 0" + "virtual QLayout * layout ()" + "virtual QSize maximumSize () const = 0" + "virtual int minimumHeightForWidth ( int ) const" + "virtual QSize minimumSize () const = 0" + "void setAlignment ( Qt::Alignment )" + "virtual void setGeometry ( const QRect & ) = 0" + "virtual QSize sizeHint () const = 0" + "virtual QSpacerItem * spacerItem ()" + "virtual QWidget * widget ()") + (("QLibraryInfo" . NIL) + "static bool isDebugBuild ()" + "static QString licensedProducts ()" + "static QString licensee ()" + "static QString location ( LibraryLocation )") + (("QLinearGradient" . "QGradient") + "new QLinearGradient ()" + "new QLinearGradient ( const QPointF & , const QPointF & )" + "new QLinearGradient ( qreal , qreal , qreal , qreal )" + "QPointF finalStop () const" + "void setFinalStop ( const QPointF & )" + "void setFinalStop ( qreal , qreal )" + "void setStart ( const QPointF & )" + "void setStart ( qreal , qreal )" + "QPointF start () const") + (("QListWidgetItem" . NIL) + "new QListWidgetItem ( QListWidget * = 0 , int = Type )" + "new QListWidgetItem ( const QString & , QListWidget * = 0 , int = Type )" + "new QListWidgetItem ( const QIcon & , const QString & , QListWidget * = 0 , int = Type )" + "new QListWidgetItem ( const QListWidgetItem & )" + "QBrush background () const" + "Qt::CheckState checkState () const" + "virtual QListWidgetItem * clone () const" + "virtual QVariant data ( int ) const" + "Qt::ItemFlags flags () const" + "QFont font () const" + "QBrush foreground () const" + "QIcon icon () const" + "bool isHidden () const" + "bool isSelected () const" + "QListWidget * listWidget () const" + "void setBackground ( const QBrush & )" + "void setCheckState ( Qt::CheckState )" + "virtual void setData ( int , const QVariant & )" + "void setFlags ( Qt::ItemFlags )" + "void setFont ( const QFont & )" + "void setForeground ( const QBrush & )" + "void setHidden ( bool )" + "void setIcon ( const QIcon & )" + "void setSelected ( bool )" + "void setSizeHint ( const QSize & )" + "void setStatusTip ( const QString & )" + "void setText ( const QString & )" + "void setTextAlignment ( int )" + "void setToolTip ( const QString & )" + "void setWhatsThis ( const QString & )" + "QSize sizeHint () const" + "QString statusTip () const" + "QString text () const" + "int textAlignment () const" + "QString toolTip () const" + "int type () const" + "QString whatsThis () const") + (("QLocale" . NIL) + "new QLocale ()" + "new QLocale ( const QString & )" + "new QLocale ( Language , Country = AnyCountry )" + "new QLocale ( Language , Script , Country )" + "new QLocale ( const QLocale & )" + "QString amText () const" + "QString bcp47Name () const" + "Country country () const" + "QString createSeparatedList ( const QStringList & ) const" + "QString currencySymbol ( CurrencySymbolFormat = CurrencySymbol ) const" + "QString dateFormat ( FormatType = LongFormat ) const" + "QString dateTimeFormat ( FormatType = LongFormat ) const" + "QString dayName ( int , FormatType = LongFormat ) const" + "QChar decimalPoint () const" + "QChar exponential () const" + "Qt::DayOfWeek firstDayOfWeek () const" + "QChar groupSeparator () const" + "Language language () const" + "MeasurementSystem measurementSystem () const" + "QString monthName ( int , FormatType = LongFormat ) const" + "QString name () const" + "QString nativeCountryName () const" + "QString nativeLanguageName () const" + "QChar negativeSign () const" + "NumberOptions numberOptions () const" + "QChar percent () const" + "QString pmText () const" + "QChar positiveSign () const" + "Script script () const" + "void setNumberOptions ( NumberOptions )" + "QString standaloneDayName ( int , FormatType = LongFormat ) const" + "QString standaloneMonthName ( int , FormatType = LongFormat ) const" + "Qt::LayoutDirection textDirection () const" + "QString timeFormat ( FormatType = LongFormat ) const" + "QString toCurrencyString ( qlonglong , const QString & = QString() ) const" + "QString toCurrencyString ( qulonglong , const QString & = QString() ) const" + "QString toCurrencyString ( double , const QString & = QString() ) const" + "QString toCurrencyString ( short , const QString & = QString() ) const" + "QString toCurrencyString ( ushort , const QString & = QString() ) const" + "QString toCurrencyString ( int , const QString & = QString() ) const" + "QString toCurrencyString ( uint , const QString & = QString() ) const" + "QString toCurrencyString ( float , const QString & = QString() ) const" + "QDate toDate ( const QString & , FormatType = LongFormat ) const" + "QDate toDate ( const QString & , const QString & ) const" + "QDateTime toDateTime ( const QString & , FormatType = LongFormat ) const" + "QDateTime toDateTime ( const QString & , const QString & ) const" + "double toDouble ( const QString & , bool * = 0 ) const" + "double toDouble ( const QStringRef & , bool * = 0 ) const" + "float toFloat ( const QString & , bool * = 0 ) const" + "float toFloat ( const QStringRef & , bool * = 0 ) const" + "int toInt ( const QString & , bool * = 0 ) const" + "int toInt ( const QStringRef & , bool * = 0 ) const" + "qlonglong toLongLong ( const QString & , bool * = 0 ) const" + "qlonglong toLongLong ( const QStringRef & , bool * = 0 ) const" + "QString toLower ( const QString & ) const" + "short toShort ( const QString & , bool * = 0 ) const" + "short toShort ( const QStringRef & , bool * = 0 ) const" + "QString toString ( qlonglong ) const" + "QString toString ( const QDate & , const QString & ) const" + "QString toString ( const QDate & , FormatType = LongFormat ) const" + "QString toString ( const QTime & , const QString & ) const" + "QString toString ( const QTime & , FormatType = LongFormat ) const" + "QString toString ( const QDateTime & , FormatType = LongFormat ) const" + "QString toString ( const QDateTime & , const QString & ) const" + "QString toString ( qulonglong ) const" + "QString toString ( double , char = 'g' , int = 6 ) const" + "QString toString ( short ) const" + "QString toString ( ushort ) const" + "QString toString ( int ) const" + "QString toString ( uint ) const" + "QString toString ( float , char = 'g' , int = 6 ) const" + "QTime toTime ( const QString & , FormatType = LongFormat ) const" + "QTime toTime ( const QString & , const QString & ) const" + "uint toUInt ( const QString & , bool * = 0 ) const" + "uint toUInt ( const QStringRef & , bool * = 0 ) const" + "qulonglong toULongLong ( const QString & , bool * = 0 ) const" + "qulonglong toULongLong ( const QStringRef & , bool * = 0 ) const" + "ushort toUShort ( const QString & , bool * = 0 ) const" + "ushort toUShort ( const QStringRef & , bool * = 0 ) const" + "QString toUpper ( const QString & ) const" + "QStringList uiLanguages () const" + "QList weekdays () const" + "QChar zeroDigit () const" + "static QLocale c ()" + "static QString countryToString ( Country )" + "static QString languageToString ( Language )" + "static QList matchingLocales ( QLocale::Language , QLocale::Script , QLocale::Country )" + "static QString scriptToString ( Script )" + "static void setDefault ( const QLocale & )" + "static QLocale system ()") + (("QMargins" . NIL) + "new QMargins ()" + "new QMargins ( int , int , int , int )" + "int bottom () const" + "bool isNull () const" + "int left () const" + "int right () const" + "void setBottom ( int )" + "void setLeft ( int )" + "void setRight ( int )" + "void setTop ( int )" + "int top () const") + (("QMatrix" . NIL) + "new QMatrix ()" + "new QMatrix ( qreal , qreal , qreal , qreal , qreal , qreal )" + "new QMatrix ( const QMatrix & )" + "qreal m11 () const" + "qreal m12 () const" + "qreal m21 () const" + "qreal m22 () const" + "qreal determinant () const" + "qreal dx () const" + "qreal dy () const" + "QMatrix inverted ( bool * = 0 ) const" + "bool isIdentity () const" + "bool isInvertible () const" + "QPointF map ( const QPointF & ) const" + "QPoint map ( const QPoint & ) const" + "QLineF map ( const QLineF & ) const" + "QLine map ( const QLine & ) const" + "QPolygonF map ( const QPolygonF & ) const" + "QPolygon map ( const QPolygon & ) const" + "QRegion map ( const QRegion & ) const" + "QPainterPath map ( const QPainterPath & ) const" + "QRectF mapRect ( const QRectF & ) const" + "QRect mapRect ( const QRect & ) const" + "QPolygon mapToPolygon ( const QRect & ) const" + "void reset ()" + "QMatrix & rotate ( qreal )" + "QMatrix & scale ( qreal , qreal )" + "void setMatrix ( qreal , qreal , qreal , qreal , qreal , qreal )" + "QMatrix & shear ( qreal , qreal )" + "QMatrix & translate ( qreal , qreal )") + (("QMatrix4x4" . NIL) + "new QMatrix4x4 ()" + "new QMatrix4x4 ( const float * )" + "new QMatrix4x4 ( float , float , float , float , float , float , float , float , float , float , float , float , float , float , float , float )" + "new QMatrix4x4 ( const QTransform & )" + "new QMatrix4x4 ( const QMatrix & )" + "QVector4D column ( int ) const" + "const float * constData () const" + "void copyDataTo ( float * ) const" + "float * data ()" + "const float * data () const" + "double determinant () const" + "void fill ( float )" + "void frustum ( float , float , float , float , float , float )" + "QMatrix4x4 inverted ( bool * = 0 ) const" + "bool isAffine () const" + "bool isIdentity () const" + "void lookAt ( const QVector3D & , const QVector3D & , const QVector3D & )" + "QPoint map ( const QPoint & ) const" + "QPointF map ( const QPointF & ) const" + "QVector3D map ( const QVector3D & ) const" + "QVector4D map ( const QVector4D & ) const" + "QRect mapRect ( const QRect & ) const" + "QRectF mapRect ( const QRectF & ) const" + "QVector3D mapVector ( const QVector3D & ) const" + "QMatrix3x3 normalMatrix () const" + "void optimize ()" + "void ortho ( float , float , float , float , float , float )" + "void ortho ( const QRect & )" + "void ortho ( const QRectF & )" + "void perspective ( float , float , float , float )" + "void rotate ( float , const QVector3D & )" + "void rotate ( const QQuaternion & )" + "void rotate ( float , float , float , float = 0.0f )" + "QVector4D row ( int ) const" + "void scale ( const QVector3D & )" + "void scale ( float , float )" + "void scale ( float , float , float )" + "void scale ( float )" + "void setColumn ( int , const QVector4D & )" + "void setRow ( int , const QVector4D & )" + "void setToIdentity ()" + "QMatrix toAffine () const" + "QTransform toTransform () const" + "QTransform toTransform ( float ) const" + "void translate ( const QVector3D & )" + "void translate ( float , float )" + "void translate ( float , float , float )" + "QMatrix4x4 transposed () const" + "void viewport ( float , float , float , float , float = 0.0f , float = 1.0f )" + "void viewport ( const QRectF & )") + (("QMetaObject" . NIL) + "int classInfoCount () const" + "int classInfoOffset () const" + "const char * className () const" + "int constructorCount () const" + "int enumeratorCount () const" + "int enumeratorOffset () const" + "int indexOfClassInfo ( const char * ) const" + "int indexOfConstructor ( const char * ) const" + "int indexOfEnumerator ( const char * ) const" + "int indexOfMethod ( const char * ) const" + "int indexOfProperty ( const char * ) const" + "int indexOfSignal ( const char * ) const" + "int indexOfSlot ( const char * ) const" + "int methodCount () const" + "int methodOffset () const" + "int propertyCount () const" + "int propertyOffset () const" + "const QMetaObject * superClass () const" + "static bool checkConnectArgs ( const char * , const char * )" + "static void connectSlotsByName ( QObject * )" + "static QByteArray normalizedSignature ( const char * )" + "static QByteArray normalizedType ( const char * )") + (("QModelIndex" . NIL) + "new QModelIndex ()" + "QModelIndex child ( int , int ) const" + "int column () const" + "QVariant data ( int = Qt::DisplayRole ) const" + "Qt::ItemFlags flags () const" + "quintptr internalId () const" + "bool isValid () const" + "const QAbstractItemModel * model () const" + "QModelIndex parent () const" + "int row () const" + "QModelIndex sibling ( int , int ) const") + (("QMouseEvent" . "QInputEvent") + "new QMouseEvent ( Type , const QPointF & , Qt::MouseButton , Qt::MouseButtons , Qt::KeyboardModifiers )" + "new QMouseEvent ( Type , const QPointF & , const QPointF & , Qt::MouseButton , Qt::MouseButtons , Qt::KeyboardModifiers )" + "new QMouseEvent ( Type , const QPointF & , const QPointF & , const QPointF & , Qt::MouseButton , Qt::MouseButtons , Qt::KeyboardModifiers )" + "Qt::MouseButton button () const" + "Qt::MouseButtons buttons () const" + "Qt::MouseEventFlags flags () const" + "QPoint globalPos () const" + "int globalX () const" + "int globalY () const" + "const QPointF & localPos () const" + "QPoint pos () const" + "const QPointF & screenPos () const" + "Qt::MouseEventSource source () const" + "const QPointF & windowPos () const" + "int x () const" + "int y () const") + (("QMoveEvent" . "QEvent") + "new QMoveEvent ( const QPoint & , const QPoint & )" + "const QPoint & oldPos () const" + "const QPoint & pos () const") + (("QNetworkAddressEntry" . NIL) + "new QNetworkAddressEntry ()" + "new QNetworkAddressEntry ( const QNetworkAddressEntry & )" + "QHostAddress broadcast () const" + "QHostAddress ip () const" + "QHostAddress netmask () const" + "int prefixLength () const" + "void setBroadcast ( const QHostAddress & )" + "void setIp ( const QHostAddress & )" + "void setNetmask ( const QHostAddress & )" + "void setPrefixLength ( int )" + "void swap ( QNetworkAddressEntry & )") + (("QNetworkCacheMetaData" . NIL) + "new QNetworkCacheMetaData ()" + "new QNetworkCacheMetaData ( const QNetworkCacheMetaData & )" + "AttributesMap attributes () const" + "QDateTime expirationDate () const" + "bool isValid () const" + "QDateTime lastModified () const" + "RawHeaderList rawHeaders () const" + "bool saveToDisk () const" + "void setAttributes ( const AttributesMap & )" + "void setExpirationDate ( const QDateTime & )" + "void setLastModified ( const QDateTime & )" + "void setRawHeaders ( const RawHeaderList & )" + "void setSaveToDisk ( bool )" + "void setUrl ( const QUrl & )" + "void swap ( QNetworkCacheMetaData & )" + "QUrl url () const") + (("QNetworkCookie" . NIL) + "new QNetworkCookie ( const QByteArray & = QByteArray() , const QByteArray & = QByteArray() )" + "new QNetworkCookie ( const QNetworkCookie & )" + "QString domain () const" + "QDateTime expirationDate () const" + "bool hasSameIdentifier ( const QNetworkCookie & ) const" + "bool isHttpOnly () const" + "bool isSecure () const" + "bool isSessionCookie () const" + "QByteArray name () const" + "void normalize ( const QUrl & )" + "QString path () const" + "void setDomain ( const QString & )" + "void setExpirationDate ( const QDateTime & )" + "void setHttpOnly ( bool )" + "void setName ( const QByteArray & )" + "void setPath ( const QString & )" + "void setSecure ( bool )" + "void setValue ( const QByteArray & )" + "void swap ( QNetworkCookie & )" + "QByteArray toRawForm ( RawForm = Full ) const" + "QByteArray value () const" + "static QList parseCookies ( const QByteArray & )") + (("QNetworkInterface" . NIL) + "new QNetworkInterface ()" + "new QNetworkInterface ( const QNetworkInterface & )" + "QList addressEntries () const" + "InterfaceFlags flags () const" + "QString hardwareAddress () const" + "QString humanReadableName () const" + "int index () const" + "bool isValid () const" + "QString name () const" + "void swap ( QNetworkInterface & )" + "static QList allAddresses ()" + "static QList allInterfaces ()" + "static QNetworkInterface interfaceFromIndex ( int )" + "static QNetworkInterface interfaceFromName ( const QString & )") + (("QNetworkProxy" . NIL) + "new QNetworkProxy ()" + "new QNetworkProxy ( ProxyType , const QString & = QString() , quint16 = 0 , const QString & = QString() , const QString & = QString() )" + "new QNetworkProxy ( const QNetworkProxy & )" + "Capabilities capabilities () const" + "bool hasRawHeader ( const QByteArray & ) const" + "QVariant header ( QNetworkRequest::KnownHeaders ) const" + "QString hostName () const" + "bool isCachingProxy () const" + "bool isTransparentProxy () const" + "QString password () const" + "quint16 port () const" + "QByteArray rawHeader ( const QByteArray & ) const" + "QList rawHeaderList () const" + "void setCapabilities ( Capabilities )" + "void setHeader ( QNetworkRequest::KnownHeaders , const QVariant & )" + "void setHostName ( const QString & )" + "void setPassword ( const QString & )" + "void setPort ( quint16 )" + "void setRawHeader ( const QByteArray & , const QByteArray & )" + "void setType ( QNetworkProxy::ProxyType )" + "void setUser ( const QString & )" + "void swap ( QNetworkProxy & )" + "QNetworkProxy::ProxyType type () const" + "QString user () const" + "static QNetworkProxy applicationProxy ()" + "static void setApplicationProxy ( const QNetworkProxy & )") + (("QNetworkProxyFactory" . NIL) + "new QNetworkProxyFactory ()" + "virtual QList queryProxy ( const QNetworkProxyQuery & = QNetworkProxyQuery() ) = 0" + "static QList proxyForQuery ( const QNetworkProxyQuery & )" + "static void setApplicationProxyFactory ( QNetworkProxyFactory * )" + "static void setUseSystemConfiguration ( bool )" + "static QList systemProxyForQuery ( const QNetworkProxyQuery & = QNetworkProxyQuery() )") + (("QNetworkProxyQuery" . NIL) + "new QNetworkProxyQuery ()" + "new QNetworkProxyQuery ( const QUrl & , QueryType = UrlRequest )" + "new QNetworkProxyQuery ( const QString & , int , const QString & = QString() , QueryType = TcpSocket )" + "new QNetworkProxyQuery ( quint16 , const QString & = QString() , QueryType = TcpServer )" + "new QNetworkProxyQuery ( const QNetworkProxyQuery & )" + "new QNetworkProxyQuery ( const QNetworkConfiguration & , const QUrl & , QueryType = UrlRequest )" + "new QNetworkProxyQuery ( const QNetworkConfiguration & , const QString & , int , const QString & = QString() , QueryType = TcpSocket )" + "new QNetworkProxyQuery ( const QNetworkConfiguration & , quint16 , const QString & = QString() , QueryType = TcpServer )" + "int localPort () const" + "QNetworkConfiguration networkConfiguration () const" + "QString peerHostName () const" + "int peerPort () const" + "QString protocolTag () const" + "QueryType queryType () const" + "void setLocalPort ( int )" + "void setNetworkConfiguration ( const QNetworkConfiguration & )" + "void setPeerHostName ( const QString & )" + "void setPeerPort ( int )" + "void setProtocolTag ( const QString & )" + "void setQueryType ( QueryType )" + "void setUrl ( const QUrl & )" + "void swap ( QNetworkProxyQuery & )" + "QUrl url () const") + (("QNetworkRequest" . NIL) + "new QNetworkRequest ( const QUrl & = QUrl() )" + "new QNetworkRequest ( const QNetworkRequest & )" + "QVariant attribute ( Attribute , const QVariant & = QVariant() ) const" + "bool hasRawHeader ( const QByteArray & ) const" + "QVariant header ( KnownHeaders ) const" + "QObject * originatingObject () const" + "Priority priority () const" + "QByteArray rawHeader ( const QByteArray & ) const" + "QList rawHeaderList () const" + "void setAttribute ( Attribute , const QVariant & )" + "void setHeader ( KnownHeaders , const QVariant & )" + "void setOriginatingObject ( QObject * )" + "void setPriority ( Priority )" + "void setRawHeader ( const QByteArray & , const QByteArray & )" + "void setSslConfiguration ( const QSslConfiguration & )" + "void setUrl ( const QUrl & )" + "QSslConfiguration sslConfiguration () const" + "void swap ( QNetworkRequest & )" + "QUrl url () const") + (("QPagedPaintDevice" . "QPaintDevice") + "virtual bool newPage () = 0" + "QPageLayout pageLayout () const" + "PageSize pageSize () const" + "QSizeF pageSizeMM () const" + "bool setPageLayout ( const QPageLayout & )" + "bool setPageMargins ( const QMarginsF & )" + "bool setPageMargins ( const QMarginsF & , QPageLayout::Unit )" + "bool setPageOrientation ( QPageLayout::Orientation )" + "bool setPageSize ( const QPageSize & )" + "virtual void setPageSize ( PageSize )" + "virtual void setPageSizeMM ( const QSizeF & )") + (("QPaintDevice" . NIL) + "int colorCount () const" + "int depth () const" + "int devicePixelRatio () const" + "int height () const" + "int heightMM () const" + "int logicalDpiX () const" + "int logicalDpiY () const" + "bool paintingActive () const" + "int physicalDpiX () const" + "int physicalDpiY () const" + "int width () const" + "int widthMM () const") + (("QPaintEvent" . "QEvent") + "new QPaintEvent ( const QRegion & )" + "new QPaintEvent ( const QRect & )" + "const QRect & rect () const" + "const QRegion & region () const") + (("QPainter" . NIL) + "new QPainter ( QImage * )" + "bool begin ( QImage * )" + "new QPainter ( QPicture * )" + "bool begin ( QPicture * )" + "new QPainter ( QPixmap * )" + "bool begin ( QPixmap * )" + "new QPainter ( QPrinter * )" + "bool begin ( QPrinter * )" + "new QPainter ( QWidget * )" + "bool begin ( QWidget * )" + "new QPainter ()" + "const QBrush & background () const" + "Qt::BGMode backgroundMode () const" + "void beginNativePainting ()" + "QRectF boundingRect ( const QRectF & , int , const QString & )" + "QRect boundingRect ( const QRect & , int , const QString & )" + "QRect boundingRect ( int , int , int , int , int , const QString & )" + "QRectF boundingRect ( const QRectF & , const QString & , const QTextOption & = QTextOption() )" + "const QBrush & brush () const" + "QPoint brushOrigin () const" + "QRectF clipBoundingRect () const" + "QPainterPath clipPath () const" + "QRegion clipRegion () const" + "QTransform combinedTransform () const" + "CompositionMode compositionMode () const" + "const QTransform & deviceTransform () const" + "void drawArc ( const QRectF & , int , int )" + "void drawArc ( const QRect & , int , int )" + "void drawArc ( int , int , int , int , int , int )" + "void drawChord ( const QRectF & , int , int )" + "void drawChord ( const QRect & , int , int )" + "void drawChord ( int , int , int , int , int , int )" + "void drawConvexPolygon ( const QPointF * , int )" + "void drawConvexPolygon ( const QPolygonF & )" + "void drawConvexPolygon ( const QPolygon & )" + "void drawEllipse ( const QRectF & )" + "void drawEllipse ( const QRect & )" + "void drawEllipse ( int , int , int , int )" + "void drawEllipse ( const QPointF & , qreal , qreal )" + "void drawEllipse ( const QPoint & , int , int )" + "void drawGlyphRun ( const QPointF & , const QGlyphRun & )" + "void drawImage ( const QRectF & , const QImage & , const QRectF & , Qt::ImageConversionFlags = Qt::AutoColor )" + "void drawImage ( const QRect & , const QImage & , const QRect & , Qt::ImageConversionFlags = Qt::AutoColor )" + "void drawImage ( const QPointF & , const QImage & )" + "void drawImage ( const QPoint & , const QImage & )" + "void drawImage ( const QPointF & , const QImage & , const QRectF & , Qt::ImageConversionFlags = Qt::AutoColor )" + "void drawImage ( const QPoint & , const QImage & , const QRect & , Qt::ImageConversionFlags = Qt::AutoColor )" + "void drawImage ( const QRectF & , const QImage & )" + "void drawImage ( const QRect & , const QImage & )" + "void drawImage ( int , int , const QImage & , int = 0 , int = 0 , int = -1 , int = -1 , Qt::ImageConversionFlags = Qt::AutoColor )" + "void drawLine ( const QLineF & )" + "void drawLine ( const QLine & )" + "void drawLine ( const QPoint & , const QPoint & )" + "void drawLine ( const QPointF & , const QPointF & )" + "void drawLine ( int , int , int , int )" + "void drawLines ( const QLineF * , int )" + "void drawLines ( const QLine * , int )" + "void drawLines ( const QPointF * , int )" + "void drawLines ( const QVector & )" + "void drawLines ( const QVector & )" + "void drawLines ( const QVector & )" + "void drawLines ( const QVector & )" + "void drawPath ( const QPainterPath & )" + "void drawPicture ( const QPointF & , const QPicture & )" + "void drawPicture ( const QPoint & , const QPicture & )" + "void drawPicture ( int , int , const QPicture & )" + "void drawPie ( const QRectF & , int , int )" + "void drawPie ( const QRect & , int , int )" + "void drawPie ( int , int , int , int , int , int )" + "void drawPixmap ( const QRectF & , const QPixmap & , const QRectF & )" + "void drawPixmap ( const QRect & , const QPixmap & , const QRect & )" + "void drawPixmap ( const QPointF & , const QPixmap & , const QRectF & )" + "void drawPixmap ( const QPoint & , const QPixmap & , const QRect & )" + "void drawPixmap ( const QPointF & , const QPixmap & )" + "void drawPixmap ( const QPoint & , const QPixmap & )" + "void drawPixmap ( int , int , const QPixmap & )" + "void drawPixmap ( const QRect & , const QPixmap & )" + "void drawPixmap ( int , int , int , int , const QPixmap & )" + "void drawPixmap ( int , int , int , int , const QPixmap & , int , int , int , int )" + "void drawPixmap ( int , int , const QPixmap & , int , int , int , int )" + "void drawPixmapFragments ( const PixmapFragment * , int , const QPixmap & , PixmapFragmentHints = 0 )" + "void drawPoint ( const QPointF & )" + "void drawPoint ( const QPoint & )" + "void drawPoint ( int , int )" + "void drawPoints ( const QPointF * , int )" + "void drawPoints ( const QPolygonF & )" + "void drawPoints ( const QPolygon & )" + "void drawPolygon ( const QPointF * , int , Qt::FillRule = Qt::OddEvenFill )" + "void drawPolygon ( const QPolygonF & , Qt::FillRule = Qt::OddEvenFill )" + "void drawPolygon ( const QPolygon & , Qt::FillRule = Qt::OddEvenFill )" + "void drawPolyline ( const QPointF * , int )" + "void drawPolyline ( const QPolygonF & )" + "void drawPolyline ( const QPolygon & )" + "void drawRect ( const QRectF & )" + "void drawRect ( const QRect & )" + "void drawRect ( int , int , int , int )" + "void drawRects ( const QRectF * , int )" + "void drawRects ( const QRect * , int )" + "void drawRects ( const QVector & )" + "void drawRects ( const QVector & )" + "void drawRoundedRect ( const QRectF & , qreal , qreal , Qt::SizeMode = Qt::AbsoluteSize )" + "void drawRoundedRect ( const QRect & , qreal , qreal , Qt::SizeMode = Qt::AbsoluteSize )" + "void drawRoundedRect ( int , int , int , int , qreal , qreal , Qt::SizeMode = Qt::AbsoluteSize )" + "void drawStaticText ( const QPointF & , const QStaticText & )" + "void drawStaticText ( const QPoint & , const QStaticText & )" + "void drawStaticText ( int , int , const QStaticText & )" + "void drawText ( const QPointF & , const QString & )" + "void drawText ( const QPoint & , const QString & )" + "void drawText ( const QRectF & , int , const QString & , QRectF * = 0 )" + "void drawText ( const QRect & , int , const QString & , QRect * = 0 )" + "void drawText ( int , int , const QString & )" + "void drawText ( int , int , int , int , int , const QString & , QRect * = 0 )" + "void drawText ( const QRectF & , const QString & , const QTextOption & = QTextOption() )" + "void drawTiledPixmap ( const QRectF & , const QPixmap & , const QPointF & = QPointF() )" + "void drawTiledPixmap ( const QRect & , const QPixmap & , const QPoint & = QPoint() )" + "void drawTiledPixmap ( int , int , int , int , const QPixmap & , int = 0 , int = 0 )" + "bool end ()" + "void endNativePainting ()" + "void eraseRect ( const QRectF & )" + "void eraseRect ( const QRect & )" + "void eraseRect ( int , int , int , int )" + "void fillPath ( const QPainterPath & , const QBrush & )" + "void fillRect ( const QRectF & , const QBrush & )" + "void fillRect ( int , int , int , int , Qt::BrushStyle )" + "void fillRect ( const QRect & , Qt::BrushStyle )" + "void fillRect ( const QRectF & , Qt::BrushStyle )" + "void fillRect ( const QRect & , const QBrush & )" + "void fillRect ( const QRect & , const QColor & )" + "void fillRect ( const QRectF & , const QColor & )" + "void fillRect ( int , int , int , int , const QBrush & )" + "void fillRect ( int , int , int , int , const QColor & )" + "void fillRect ( int , int , int , int , Qt::GlobalColor )" + "void fillRect ( const QRect & , Qt::GlobalColor )" + "void fillRect ( const QRectF & , Qt::GlobalColor )" + "const QFont & font () const" + "QFontInfo fontInfo () const" + "QFontMetrics fontMetrics () const" + "bool hasClipping () const" + "bool isActive () const" + "Qt::LayoutDirection layoutDirection () const" + "qreal opacity () const" + "const QPen & pen () const" + "RenderHints renderHints () const" + "void resetTransform ()" + "void restore ()" + "void rotate ( qreal )" + "void save ()" + "void scale ( qreal , qreal )" + "void setBackground ( const QBrush & )" + "void setBackgroundMode ( Qt::BGMode )" + "void setBrush ( const QBrush & )" + "void setBrush ( Qt::BrushStyle )" + "void setBrushOrigin ( const QPointF & )" + "void setBrushOrigin ( const QPoint & )" + "void setBrushOrigin ( int , int )" + "void setClipPath ( const QPainterPath & , Qt::ClipOperation = Qt::ReplaceClip )" + "void setClipRect ( const QRectF & , Qt::ClipOperation = Qt::ReplaceClip )" + "void setClipRect ( int , int , int , int , Qt::ClipOperation = Qt::ReplaceClip )" + "void setClipRect ( const QRect & , Qt::ClipOperation = Qt::ReplaceClip )" + "void setClipRegion ( const QRegion & , Qt::ClipOperation = Qt::ReplaceClip )" + "void setClipping ( bool )" + "void setCompositionMode ( CompositionMode )" + "void setFont ( const QFont & )" + "void setLayoutDirection ( Qt::LayoutDirection )" + "void setOpacity ( qreal )" + "void setPen ( const QPen & )" + "void setPen ( const QColor & )" + "void setPen ( Qt::PenStyle )" + "void setRenderHint ( RenderHint , bool = true )" + "void setRenderHints ( RenderHints , bool = true )" + "void setTransform ( const QTransform & , bool = false )" + "void setViewTransformEnabled ( bool )" + "void setViewport ( const QRect & )" + "void setViewport ( int , int , int , int )" + "void setWindow ( const QRect & )" + "void setWindow ( int , int , int , int )" + "void setWorldMatrixEnabled ( bool )" + "void setWorldTransform ( const QTransform & , bool = false )" + "void shear ( qreal , qreal )" + "void strokePath ( const QPainterPath & , const QPen & )" + "bool testRenderHint ( RenderHint ) const" + "const QTransform & transform () const" + "void translate ( const QPointF & )" + "void translate ( const QPoint & )" + "void translate ( qreal , qreal )" + "bool viewTransformEnabled () const" + "QRect viewport () const" + "QRect window () const" + "bool worldMatrixEnabled () const" + "const QTransform & worldTransform () const") + (("QPainterPath" . NIL) + "new QPainterPath ()" + "new QPainterPath ( const QPointF & )" + "new QPainterPath ( const QPainterPath & )" + "void addEllipse ( const QRectF & )" + "void addEllipse ( qreal , qreal , qreal , qreal )" + "void addEllipse ( const QPointF & , qreal , qreal )" + "void addPath ( const QPainterPath & )" + "void addPolygon ( const QPolygonF & )" + "void addRect ( const QRectF & )" + "void addRect ( qreal , qreal , qreal , qreal )" + "void addRegion ( const QRegion & )" + "void addRoundedRect ( const QRectF & , qreal , qreal , Qt::SizeMode = Qt::AbsoluteSize )" + "void addRoundedRect ( qreal , qreal , qreal , qreal , qreal , qreal , Qt::SizeMode = Qt::AbsoluteSize )" + "void addText ( const QPointF & , const QFont & , const QString & )" + "void addText ( qreal , qreal , const QFont & , const QString & )" + "qreal angleAtPercent ( qreal ) const" + "void arcMoveTo ( const QRectF & , qreal )" + "void arcMoveTo ( qreal , qreal , qreal , qreal , qreal )" + "void arcTo ( const QRectF & , qreal , qreal )" + "void arcTo ( qreal , qreal , qreal , qreal , qreal , qreal )" + "QRectF boundingRect () const" + "void closeSubpath ()" + "void connectPath ( const QPainterPath & )" + "bool contains ( const QPointF & ) const" + "bool contains ( const QRectF & ) const" + "bool contains ( const QPainterPath & ) const" + "QRectF controlPointRect () const" + "void cubicTo ( const QPointF & , const QPointF & , const QPointF & )" + "void cubicTo ( qreal , qreal , qreal , qreal , qreal , qreal )" + "QPointF currentPosition () const" + "QPainterPath::Element elementAt ( int ) const" + "int elementCount () const" + "Qt::FillRule fillRule () const" + "QPainterPath intersected ( const QPainterPath & ) const" + "bool intersects ( const QRectF & ) const" + "bool intersects ( const QPainterPath & ) const" + "bool isEmpty () const" + "qreal length () const" + "void lineTo ( const QPointF & )" + "void lineTo ( qreal , qreal )" + "void moveTo ( const QPointF & )" + "void moveTo ( qreal , qreal )" + "qreal percentAtLength ( qreal ) const" + "QPointF pointAtPercent ( qreal ) const" + "void quadTo ( const QPointF & , const QPointF & )" + "void quadTo ( qreal , qreal , qreal , qreal )" + "void setElementPositionAt ( int , qreal , qreal )" + "void setFillRule ( Qt::FillRule )" + "QPainterPath simplified () const" + "qreal slopeAtPercent ( qreal ) const" + "QPainterPath subtracted ( const QPainterPath & ) const" + "void swap ( QPainterPath & )" + "QPolygonF toFillPolygon ( const QTransform & ) const" + "QPolygonF toFillPolygon ( const QMatrix & = QMatrix() ) const" + "QList toFillPolygons ( const QTransform & ) const" + "QList toFillPolygons ( const QMatrix & = QMatrix() ) const" + "QPainterPath toReversed () const" + "QList toSubpathPolygons ( const QTransform & ) const" + "QList toSubpathPolygons ( const QMatrix & = QMatrix() ) const" + "void translate ( qreal , qreal )" + "void translate ( const QPointF & )" + "QPainterPath translated ( qreal , qreal ) const" + "QPainterPath translated ( const QPointF & ) const" + "QPainterPath united ( const QPainterPath & ) const") + (("QPainterPathStroker" . NIL) + "new QPainterPathStroker ()" + "new QPainterPathStroker ( const QPen & )" + "Qt::PenCapStyle capStyle () const" + "QPainterPath createStroke ( const QPainterPath & ) const" + "qreal curveThreshold () const" + "qreal dashOffset () const" + "QVector dashPattern () const" + "Qt::PenJoinStyle joinStyle () const" + "qreal miterLimit () const" + "void setCapStyle ( Qt::PenCapStyle )" + "void setCurveThreshold ( qreal )" + "void setDashOffset ( qreal )" + "void setDashPattern ( Qt::PenStyle )" + "void setDashPattern ( const QVector & )" + "void setJoinStyle ( Qt::PenJoinStyle )" + "void setMiterLimit ( qreal )" + "void setWidth ( qreal )" + "qreal width () const") + (("QPalette" . NIL) + "new QPalette ()" + "new QPalette ( const QColor & )" + "new QPalette ( Qt::GlobalColor )" + "new QPalette ( const QColor & , const QColor & )" + "new QPalette ( const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & )" + "new QPalette ( const QPalette & )" + "const QBrush & alternateBase () const" + "const QBrush & base () const" + "const QBrush & brightText () const" + "const QBrush & brush ( ColorGroup , ColorRole ) const" + "const QBrush & brush ( ColorRole ) const" + "const QBrush & button () const" + "const QBrush & buttonText () const" + "qint64 cacheKey () const" + "const QColor & color ( ColorGroup , ColorRole ) const" + "const QColor & color ( ColorRole ) const" + "ColorGroup currentColorGroup () const" + "const QBrush & dark () const" + "const QBrush & highlight () const" + "const QBrush & highlightedText () const" + "bool isBrushSet ( ColorGroup , ColorRole ) const" + "bool isCopyOf ( const QPalette & ) const" + "bool isEqual ( ColorGroup , ColorGroup ) const" + "const QBrush & light () const" + "const QBrush & link () const" + "const QBrush & linkVisited () const" + "const QBrush & mid () const" + "const QBrush & midlight () const" + "QPalette resolve ( const QPalette & ) const" + "void setBrush ( ColorRole , const QBrush & )" + "void setBrush ( ColorGroup , ColorRole , const QBrush & )" + "void setColor ( ColorGroup , ColorRole , const QColor & )" + "void setColor ( ColorRole , const QColor & )" + "void setColorGroup ( ColorGroup , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & , const QBrush & )" + "void setCurrentColorGroup ( ColorGroup )" + "const QBrush & shadow () const" + "void swap ( QPalette & )" + "const QBrush & text () const" + "const QBrush & toolTipBase () const" + "const QBrush & toolTipText () const" + "const QBrush & window () const" + "const QBrush & windowText () const") + (("QPen" . NIL) + "new QPen ()" + "new QPen ( Qt::PenStyle )" + "new QPen ( const QColor & )" + "new QPen ( const QBrush & , qreal , Qt::PenStyle = Qt::SolidLine , Qt::PenCapStyle = Qt::SquareCap , Qt::PenJoinStyle = Qt::BevelJoin )" + "new QPen ( const QPen & )" + "QBrush brush () const" + "Qt::PenCapStyle capStyle () const" + "QColor color () const" + "qreal dashOffset () const" + "QVector dashPattern () const" + "bool isCosmetic () const" + "bool isSolid () const" + "Qt::PenJoinStyle joinStyle () const" + "qreal miterLimit () const" + "void setBrush ( const QBrush & )" + "void setCapStyle ( Qt::PenCapStyle )" + "void setColor ( const QColor & )" + "void setCosmetic ( bool )" + "void setDashOffset ( qreal )" + "void setDashPattern ( const QVector & )" + "void setJoinStyle ( Qt::PenJoinStyle )" + "void setMiterLimit ( qreal )" + "void setStyle ( Qt::PenStyle )" + "void setWidth ( int )" + "void setWidthF ( qreal )" + "Qt::PenStyle style () const" + "void swap ( QPen & )" + "int width () const" + "qreal widthF () const") + (("QPersistentModelIndex" . NIL) + "new QPersistentModelIndex ( const QModelIndex & )" + "new QPersistentModelIndex ( const QPersistentModelIndex & )" + "QModelIndex child ( int , int ) const" + "int column () const" + "QVariant data ( int = Qt::DisplayRole ) const" + "Qt::ItemFlags flags () const" + "bool isValid () const" + "const QAbstractItemModel * model () const" + "QModelIndex parent () const" + "int row () const" + "QModelIndex sibling ( int , int ) const" + "void swap ( QPersistentModelIndex & )") + (("QPicture" . "QPaintDevice") + "new QPicture ( int = -1 )" + "new QPicture ( const QPicture & )" + "QRect boundingRect () const" + "const char * data () const" + "bool isNull () const" + "bool load ( const QString & , const char * = 0 )" + "bool play ( QPainter * )" + "bool save ( const QString & , const char * = 0 )" + "void setBoundingRect ( const QRect & )" + "virtual void setData ( const char * , uint )" + "uint size () const" + "void swap ( QPicture & )") + (("QPixmap" . "QPaintDevice") + "new QPixmap ()" + "new QPixmap ( int , int )" + "new QPixmap ( const QString & , const char * = 0 , Qt::ImageConversionFlags = Qt::AutoColor )" + "new QPixmap ( const QPixmap & )" + "new QPixmap ( const QSize & )" + "qint64 cacheKey () const" + "bool convertFromImage ( const QImage & , Qt::ImageConversionFlags = Qt::AutoColor )" + "QPixmap copy ( const QRect & = QRect() ) const" + "QPixmap copy ( int , int , int , int ) const" + "QBitmap createHeuristicMask ( bool = true ) const" + "QBitmap createMaskFromColor ( const QColor & , Qt::MaskMode = Qt::MaskInColor ) const" + "int depth () const" + "void detach ()" + "qreal devicePixelRatio () const" + "void fill ( const QColor & = Qt::white )" + "bool hasAlpha () const" + "bool hasAlphaChannel () const" + "int height () const" + "bool isNull () const" + "bool isQBitmap () const" + "bool load ( const QString & , const char * = 0 , Qt::ImageConversionFlags = Qt::AutoColor )" + "bool loadFromData ( const QByteArray & , const char * = 0 , Qt::ImageConversionFlags = Qt::AutoColor )" + "QBitmap mask () const" + "QRect rect () const" + "bool save ( const QString & , const char * = 0 , int = -1 ) const" + "QPixmap scaled ( const QSize & , Qt::AspectRatioMode = Qt::IgnoreAspectRatio , Qt::TransformationMode = Qt::FastTransformation ) const" + "QPixmap scaled ( int , int , Qt::AspectRatioMode = Qt::IgnoreAspectRatio , Qt::TransformationMode = Qt::FastTransformation ) const" + "QPixmap scaledToHeight ( int , Qt::TransformationMode = Qt::FastTransformation ) const" + "QPixmap scaledToWidth ( int , Qt::TransformationMode = Qt::FastTransformation ) const" + "void scroll ( int , int , int , int , int , int , QRegion * = 0 )" + "void scroll ( int , int , const QRect & , QRegion * = 0 )" + "void setDevicePixelRatio ( qreal )" + "void setMask ( const QBitmap & )" + "QSize size () const" + "void swap ( QPixmap & )" + "QImage toImage () const" + "QPixmap transformed ( const QTransform & , Qt::TransformationMode = Qt::FastTransformation ) const" + "QPixmap transformed ( const QMatrix & , Qt::TransformationMode = Qt::FastTransformation ) const" + "int width () const" + "static int defaultDepth ()" + "static QPixmap fromImage ( const QImage & , Qt::ImageConversionFlags = Qt::AutoColor )" + "static QPixmap fromImageReader ( QImageReader * , Qt::ImageConversionFlags = Qt::AutoColor )" + "static QTransform trueMatrix ( const QTransform & , int , int )" + "static QMatrix trueMatrix ( const QMatrix & , int , int )") + (("QPixmapCache" . NIL) + "static int cacheLimit ()" + "static void clear ()" + "static bool find ( const QString & , QPixmap * )" + "static bool find ( const Key & , QPixmap * )" + "static bool insert ( const QString & , const QPixmap & )" + "static Key insert ( const QPixmap & )" + "static void remove ( const QString & )" + "static void remove ( const Key & )" + "static bool replace ( const Key & , const QPixmap & )" + "static void setCacheLimit ( int )") + (("QPrinter" . "QPagedPaintDevice") + "new QPrinter ( PrinterMode = ScreenResolution )" + "bool abort ()" + "bool collateCopies () const" + "ColorMode colorMode () const" + "int copyCount () const" + "QString creator () const" + "QString docName () const" + "DuplexMode duplex () const" + "bool fontEmbeddingEnabled () const" + "int fromPage () const" + "bool fullPage () const" + "bool isValid () const" + "QString outputFileName () const" + "OutputFormat outputFormat () const" + "QPageLayout pageLayout () const" + "PageOrder pageOrder () const" + "QRectF pageRect ( Unit ) const" + "QRectF paperRect ( Unit ) const" + "PaperSource paperSource () const" + "QString printProgram () const" + "PrintRange printRange () const" + "QString printerName () const" + "PrinterState printerState () const" + "int resolution () const" + "void setCollateCopies ( bool )" + "void setColorMode ( ColorMode )" + "void setCopyCount ( int )" + "void setCreator ( const QString & )" + "void setDocName ( const QString & )" + "void setDuplex ( DuplexMode )" + "void setFontEmbeddingEnabled ( bool )" + "void setFromTo ( int , int )" + "void setFullPage ( bool )" + "void setOutputFileName ( const QString & )" + "void setOutputFormat ( OutputFormat )" + "bool setPageLayout ( const QPageLayout & )" + "bool setPageMargins ( const QMarginsF & )" + "bool setPageMargins ( const QMarginsF & , QPageLayout::Unit )" + "void setPageOrder ( PageOrder )" + "bool setPageOrientation ( QPageLayout::Orientation )" + "bool setPageSize ( const QPageSize & )" + "void setPaperSource ( PaperSource )" + "void setPrintProgram ( const QString & )" + "void setPrintRange ( PrintRange )" + "void setPrinterName ( const QString & )" + "void setResolution ( int )" + "QList supportedResolutions () const" + "bool supportsMultipleCopies () const" + "int toPage () const" + "virtual bool newPage ()") + (("QPrinterInfo" . NIL) + "QPrinter::DuplexMode defaultDuplexMode () const" + "QPageSize defaultPageSize () const" + "QString description () const" + "bool isDefault () const" + "bool isNull () const" + "bool isRemote () const" + "QString location () const" + "QString makeAndModel () const" + "QPageSize maximumPhysicalPageSize () const" + "QPageSize minimumPhysicalPageSize () const" + "QString printerName () const" + "QPrinter::PrinterState state () const" + "QList supportedDuplexModes () const" + "QList supportedPageSizes () const" + "QList supportedResolutions () const" + "bool supportsCustomPageSizes () const" + "static QStringList availablePrinterNames ()" + "static QString defaultPrinterName ()") + (("QProcessEnvironment" . NIL) + "new QProcessEnvironment ()" + "new QProcessEnvironment ( const QProcessEnvironment & )" + "void clear ()" + "bool contains ( const QString & ) const" + "void insert ( const QString & , const QString & )" + "void insert ( const QProcessEnvironment & )" + "bool isEmpty () const" + "QStringList keys () const" + "void remove ( const QString & )" + "void swap ( QProcessEnvironment & )" + "QStringList toStringList () const" + "QString value ( const QString & , const QString & = QString() ) const" + "static QProcessEnvironment systemEnvironment ()") + (("QQuaternion" . NIL) + "new QQuaternion ()" + "new QQuaternion ( float , float , float , float )" + "new QQuaternion ( float , const QVector3D & )" + "new QQuaternion ( const QVector4D & )" + "QQuaternion conjugated () const" + "void getAxes ( QVector3D * , QVector3D * , QVector3D * ) const" + "void getAxisAndAngle ( float * , float * , float * , float * ) const" + "void getAxisAndAngle ( QVector3D * , float * ) const" + "void getEulerAngles ( float * , float * , float * ) const" + "QQuaternion inverted () const" + "bool isIdentity () const" + "bool isNull () const" + "float length () const" + "float lengthSquared () const" + "void normalize ()" + "QQuaternion normalized () const" + "QVector3D rotatedVector ( const QVector3D & ) const" + "float scalar () const" + "void setScalar ( float )" + "void setVector ( const QVector3D & )" + "void setVector ( float , float , float )" + "void setX ( float )" + "void setY ( float )" + "void setZ ( float )" + "QVector3D toEulerAngles () const" + "QMatrix3x3 toRotationMatrix () const" + "QVector4D toVector4D () const" + "QVector3D vector () const" + "float x () const" + "float y () const" + "float z () const" + "static float dotProduct ( const QQuaternion & , const QQuaternion & )" + "static QQuaternion fromAxes ( const QVector3D & , const QVector3D & , const QVector3D & )" + "static QQuaternion fromAxisAndAngle ( const QVector3D & , float )" + "static QQuaternion fromAxisAndAngle ( float , float , float , float )" + "static QQuaternion fromDirection ( const QVector3D & , const QVector3D & )" + "static QQuaternion fromEulerAngles ( float , float , float )" + "static QQuaternion fromEulerAngles ( const QVector3D & )" + "static QQuaternion fromRotationMatrix ( const QMatrix3x3 & )" + "static QQuaternion nlerp ( const QQuaternion & , const QQuaternion & , float )" + "static QQuaternion rotationTo ( const QVector3D & , const QVector3D & )" + "static QQuaternion slerp ( const QQuaternion & , const QQuaternion & , float )") + (("QRadialGradient" . "QGradient") + "new QRadialGradient ()" + "new QRadialGradient ( const QPointF & , qreal , const QPointF & )" + "new QRadialGradient ( qreal , qreal , qreal , qreal , qreal )" + "new QRadialGradient ( const QPointF & , qreal )" + "new QRadialGradient ( qreal , qreal , qreal )" + "new QRadialGradient ( const QPointF & , qreal , const QPointF & , qreal )" + "new QRadialGradient ( qreal , qreal , qreal , qreal , qreal , qreal )" + "QPointF center () const" + "qreal centerRadius () const" + "QPointF focalPoint () const" + "qreal focalRadius () const" + "qreal radius () const" + "void setCenter ( const QPointF & )" + "void setCenter ( qreal , qreal )" + "void setCenterRadius ( qreal )" + "void setFocalPoint ( const QPointF & )" + "void setFocalPoint ( qreal , qreal )" + "void setFocalRadius ( qreal )" + "void setRadius ( qreal )") + (("QReadLocker" . NIL) + "new QReadLocker ( QReadWriteLock * )" + "QReadWriteLock * readWriteLock () const" + "void relock ()" + "void unlock ()") + (("QReadWriteLock" . NIL) + "new QReadWriteLock ( RecursionMode = NonRecursive )" + "void lockForRead ()" + "void lockForWrite ()" + "bool tryLockForRead ()" + "bool tryLockForRead ( int )" + "bool tryLockForWrite ()" + "bool tryLockForWrite ( int )" + "void unlock ()") + (("QRegExp" . NIL) + "new QRegExp ()" + "new QRegExp ( const QString & , Qt::CaseSensitivity = Qt::CaseSensitive , PatternSyntax = RegExp )" + "new QRegExp ( const QRegExp & )" + "QString cap ( int = 0 ) const" + "int captureCount () const" + "QStringList capturedTexts () const" + "Qt::CaseSensitivity caseSensitivity () const" + "QString errorString () const" + "bool exactMatch ( const QString & ) const" + "int indexIn ( const QString & , int = 0 , CaretMode = CaretAtZero ) const" + "bool isEmpty () const" + "bool isMinimal () const" + "bool isValid () const" + "int lastIndexIn ( const QString & , int = -1 , CaretMode = CaretAtZero ) const" + "int matchedLength () const" + "QString pattern () const" + "PatternSyntax patternSyntax () const" + "int pos ( int = 0 ) const" + "void setCaseSensitivity ( Qt::CaseSensitivity )" + "void setMinimal ( bool )" + "void setPattern ( const QString & )" + "void setPatternSyntax ( PatternSyntax )" + "void swap ( QRegExp & )" + "static QString escape ( const QString & )") + (("QRegion" . NIL) + "new QRegion ()" + "new QRegion ( int , int , int , int , RegionType = Rectangle )" + "new QRegion ( const QPolygon & , Qt::FillRule = Qt::OddEvenFill )" + "new QRegion ( const QRegion & )" + "new QRegion ( const QBitmap & )" + "new QRegion ( const QRect & , RegionType = Rectangle )" + "QRect boundingRect () const" + "bool contains ( const QPoint & ) const" + "bool contains ( const QRect & ) const" + "QRegion intersected ( const QRegion & ) const" + "QRegion intersected ( const QRect & ) const" + "bool intersects ( const QRegion & ) const" + "bool intersects ( const QRect & ) const" + "bool isEmpty () const" + "bool isNull () const" + "int rectCount () const" + "QVector rects () const" + "void setRects ( const QRect * , int )" + "QRegion subtracted ( const QRegion & ) const" + "void swap ( QRegion & )" + "void translate ( int , int )" + "void translate ( const QPoint & )" + "QRegion translated ( int , int ) const" + "QRegion translated ( const QPoint & ) const" + "QRegion united ( const QRegion & ) const" + "QRegion united ( const QRect & ) const" + "QRegion xored ( const QRegion & ) const") + (("QResizeEvent" . "QEvent") + "new QResizeEvent ( const QSize & , const QSize & )" + "const QSize & oldSize () const" + "const QSize & size () const") + (("QRunnable" . NIL) + "new QRunnable ()" + "bool autoDelete () const" + "virtual void run () = 0" + "void setAutoDelete ( bool )") + (("QSemaphore" . NIL) + "new QSemaphore ( int = 0 )" + "void acquire ( int = 1 )" + "int available () const" + "void release ( int = 1 )" + "bool tryAcquire ( int = 1 )" + "bool tryAcquire ( int , int )") + (("QShortcutEvent" . "QEvent") + "new QShortcutEvent ( const QKeySequence & , int , bool = false )" + "bool isAmbiguous () const" + "const QKeySequence & key () const" + "int shortcutId () const") + (("QShowEvent" . "QEvent") + "new QShowEvent ()") + (("QSizePolicy" . NIL) + "new QSizePolicy ()" + "new QSizePolicy ( Policy , Policy , ControlType = DefaultType )" + "ControlType controlType () const" + "Qt::Orientations expandingDirections () const" + "bool hasHeightForWidth () const" + "bool hasWidthForHeight () const" + "Policy horizontalPolicy () const" + "int horizontalStretch () const" + "bool retainSizeWhenHidden () const" + "void setControlType ( ControlType )" + "void setHeightForWidth ( bool )" + "void setHorizontalPolicy ( Policy )" + "void setHorizontalStretch ( int )" + "void setRetainSizeWhenHidden ( bool )" + "void setVerticalPolicy ( Policy )" + "void setVerticalStretch ( int )" + "void setWidthForHeight ( bool )" + "void transpose ()" + "Policy verticalPolicy () const" + "int verticalStretch () const") + (("QSpacerItem" . "QLayoutItem") + "new QSpacerItem ( int , int , QSizePolicy::Policy = QSizePolicy::Minimum , QSizePolicy::Policy = QSizePolicy::Minimum )" + "void changeSize ( int , int , QSizePolicy::Policy = QSizePolicy::Minimum , QSizePolicy::Policy = QSizePolicy::Minimum )" + "QSizePolicy sizePolicy () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual QRect geometry () const" + "virtual bool isEmpty () const" + "virtual QSize maximumSize () const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QSpacerItem * spacerItem ()") + (("QSqlDatabase" . NIL) + "new QSqlDatabase ()" + "new QSqlDatabase ( const QSqlDatabase & )" + "void close ()" + "bool commit ()" + "QString connectOptions () const" + "QString connectionName () const" + "QString databaseName () const" + "QSqlDriver * driver () const" + "QString driverName () const" + "QSqlQuery exec ( const QString & = QString() ) const" + "QString hostName () const" + "bool isOpen () const" + "bool isOpenError () const" + "bool isValid () const" + "QSqlError lastError () const" + "QSql::NumericalPrecisionPolicy numericalPrecisionPolicy () const" + "bool open ()" + "bool open ( const QString & , const QString & )" + "QString password () const" + "int port () const" + "QSqlIndex primaryIndex ( const QString & ) const" + "QSqlRecord record ( const QString & ) const" + "bool rollback ()" + "void setConnectOptions ( const QString & = QString() )" + "void setDatabaseName ( const QString & )" + "void setHostName ( const QString & )" + "void setNumericalPrecisionPolicy ( QSql::NumericalPrecisionPolicy )" + "void setPassword ( const QString & )" + "void setPort ( int )" + "void setUserName ( const QString & )" + "QStringList tables ( QSql::TableType = QSql::Tables ) const" + "bool transaction ()" + "QString userName () const" + "static QSqlDatabase addDatabase ( const QString & , const QString & = QLatin1String( defaultConnection ) )" + "static QSqlDatabase addDatabase ( QSqlDriver * , const QString & = QLatin1String( defaultConnection ) )" + "static QSqlDatabase cloneDatabase ( const QSqlDatabase & , const QString & )" + "static QStringList connectionNames ()" + "static bool contains ( const QString & = QLatin1String( defaultConnection ) )" + "static QSqlDatabase database ( const QString & = QLatin1String( defaultConnection ) , bool = true )" + "static QStringList drivers ()" + "static bool isDriverAvailable ( const QString & )" + "static void registerSqlDriver ( const QString & , QSqlDriverCreatorBase * )" + "static void removeDatabase ( const QString & )") + (("QSqlError" . NIL) + "new QSqlError ( const QString & = QString() , const QString & = QString() , ErrorType = NoError , const QString & = QString() )" + "new QSqlError ( const QSqlError & )" + "QString databaseText () const" + "QString driverText () const" + "bool isValid () const" + "QString nativeErrorCode () const" + "QString text () const" + "ErrorType type () const") + (("QSqlField" . NIL) + "new QSqlField ( const QString & = QString() , QVariant::Type = QVariant::Invalid )" + "new QSqlField ( const QSqlField & )" + "void clear ()" + "QVariant defaultValue () const" + "bool isAutoValue () const" + "bool isGenerated () const" + "bool isNull () const" + "bool isReadOnly () const" + "bool isValid () const" + "int length () const" + "QString name () const" + "int precision () const" + "RequiredStatus requiredStatus () const" + "void setAutoValue ( bool )" + "void setDefaultValue ( const QVariant & )" + "void setGenerated ( bool )" + "void setLength ( int )" + "void setName ( const QString & )" + "void setPrecision ( int )" + "void setReadOnly ( bool )" + "void setRequired ( bool )" + "void setRequiredStatus ( RequiredStatus )" + "void setType ( QVariant::Type )" + "void setValue ( const QVariant & )" + "QVariant::Type type () const" + "QVariant value () const") + (("QSqlIndex" . "QSqlRecord") + "new QSqlIndex ( const QString & = QString() , const QString & = QString() )" + "new QSqlIndex ( const QSqlIndex & )" + "void append ( const QSqlField & )" + "void append ( const QSqlField & , bool )" + "QString cursorName () const" + "bool isDescending ( int ) const" + "QString name () const" + "void setCursorName ( const QString & )" + "void setDescending ( int , bool )" + "void setName ( const QString & )") + (("QSqlQuery" . NIL) + "new QSqlQuery ( QSqlResult * )" + "new QSqlQuery ( const QString & = QString() , QSqlDatabase = QSqlDatabase() )" + "new QSqlQuery ( QSqlDatabase )" + "new QSqlQuery ( const QSqlQuery & )" + "void addBindValue ( const QVariant & , QSql::ParamType = QSql::In )" + "int at () const" + "void bindValue ( const QString & , const QVariant & , QSql::ParamType = QSql::In )" + "void bindValue ( int , const QVariant & , QSql::ParamType = QSql::In )" + "QVariant boundValue ( const QString & ) const" + "QVariant boundValue ( int ) const" + "void clear ()" + "const QSqlDriver * driver () const" + "bool exec ( const QString & )" + "bool exec ()" + "bool execBatch ( BatchExecutionMode = ValuesAsRows )" + "QString executedQuery () const" + "void finish ()" + "bool first ()" + "bool isActive () const" + "bool isForwardOnly () const" + "bool isNull ( int ) const" + "bool isNull ( const QString & ) const" + "bool isSelect () const" + "bool isValid () const" + "bool last ()" + "QSqlError lastError () const" + "QVariant lastInsertId () const" + "QString lastQuery () const" + "bool next ()" + "bool nextResult ()" + "int numRowsAffected () const" + "QSql::NumericalPrecisionPolicy numericalPrecisionPolicy () const" + "bool prepare ( const QString & )" + "bool previous ()" + "QSqlRecord record () const" + "const QSqlResult * result () const" + "bool seek ( int , bool = false )" + "void setForwardOnly ( bool )" + "void setNumericalPrecisionPolicy ( QSql::NumericalPrecisionPolicy )" + "int size () const" + "QVariant value ( int ) const" + "QVariant value ( const QString & ) const") + (("QSqlRecord" . NIL) + "new QSqlRecord ()" + "new QSqlRecord ( const QSqlRecord & )" + "void append ( const QSqlField & )" + "void clear ()" + "void clearValues ()" + "bool contains ( const QString & ) const" + "int count () const" + "QSqlField field ( int ) const" + "QSqlField field ( const QString & ) const" + "QString fieldName ( int ) const" + "int indexOf ( const QString & ) const" + "void insert ( int , const QSqlField & )" + "bool isEmpty () const" + "bool isGenerated ( const QString & ) const" + "bool isGenerated ( int ) const" + "bool isNull ( const QString & ) const" + "bool isNull ( int ) const" + "QSqlRecord keyValues ( const QSqlRecord & ) const" + "void remove ( int )" + "void replace ( int , const QSqlField & )" + "void setGenerated ( const QString & , bool )" + "void setGenerated ( int , bool )" + "void setNull ( int )" + "void setNull ( const QString & )" + "void setValue ( int , const QVariant & )" + "void setValue ( const QString & , const QVariant & )" + "QVariant value ( int ) const" + "QVariant value ( const QString & ) const") + (("QSqlRelation" . NIL) + "new QSqlRelation ()" + "new QSqlRelation ( const QString & , const QString & , const QString & )" + "QString displayColumn () const" + "QString indexColumn () const" + "bool isValid () const" + "QString tableName () const") + (("QSqlResult" . NIL) + "virtual QVariant handle () const" + "protected void addBindValue ( const QVariant & , QSql::ParamType )" + "protected int at () const" + "protected QSql::ParamType bindValueType ( int ) const" + "protected QSql::ParamType bindValueType ( const QString & ) const" + "protected BindingSyntax bindingSyntax () const" + "protected QVariant boundValue ( int ) const" + "protected QVariant boundValue ( const QString & ) const" + "protected int boundValueCount () const" + "protected QString boundValueName ( int ) const" + "protected QVector & boundValues () const" + "protected void clear ()" + "protected const QSqlDriver * driver () const" + "protected QString executedQuery () const" + "protected bool hasOutValues () const" + "protected bool isActive () const" + "protected bool isForwardOnly () const" + "protected bool isSelect () const" + "protected bool isValid () const" + "protected QSqlError lastError () const" + "protected QString lastQuery () const" + "protected void resetBindCount ()") + (("QSslCertificate" . NIL) + "new QSslCertificate ( const QByteArray & = QByteArray() , QSsl::EncodingFormat = QSsl::Pem )" + "new QSslCertificate ( const QSslCertificate & )" + "void clear ()" + "QByteArray digest ( QCryptographicHash::Algorithm = QCryptographicHash::Md5 ) const" + "QDateTime effectiveDate () const" + "QDateTime expiryDate () const" + "QList extensions () const" + "bool isBlacklisted () const" + "bool isNull () const" + "bool isSelfSigned () const" + "QStringList issuerInfo ( SubjectInfo ) const" + "QStringList issuerInfo ( const QByteArray & ) const" + "QList issuerInfoAttributes () const" + "QSslKey publicKey () const" + "QByteArray serialNumber () const" + "QMultiMap subjectAlternativeNames () const" + "QStringList subjectInfo ( SubjectInfo ) const" + "QStringList subjectInfo ( const QByteArray & ) const" + "QList subjectInfoAttributes () const" + "void swap ( QSslCertificate & )" + "QByteArray toDer () const" + "QByteArray toPem () const" + "QString toText () const" + "QByteArray version () const" + "static QList fromData ( const QByteArray & , QSsl::EncodingFormat = QSsl::Pem )" + "static QList fromPath ( const QString & , QSsl::EncodingFormat = QSsl::Pem , QRegExp::PatternSyntax = QRegExp::FixedString )" + "static QList verify ( const QList & , const QString & = QString() )") + (("QSslCipher" . NIL) + "new QSslCipher ()" + "new QSslCipher ( const QString & )" + "new QSslCipher ( const QString & , QSsl::SslProtocol )" + "new QSslCipher ( const QSslCipher & )" + "QString authenticationMethod () const" + "QString encryptionMethod () const" + "bool isNull () const" + "QString keyExchangeMethod () const" + "QString name () const" + "QSsl::SslProtocol protocol () const" + "QString protocolString () const" + "int supportedBits () const" + "void swap ( QSslCipher & )" + "int usedBits () const") + (("QSslConfiguration" . NIL) + "new QSslConfiguration ()" + "new QSslConfiguration ( const QSslConfiguration & )" + "QList allowedNextProtocols () const" + "QList caCertificates () const" + "QList ciphers () const" + "QVector ellipticCurves () const" + "bool isNull () const" + "QSslCertificate localCertificate () const" + "QList localCertificateChain () const" + "QByteArray nextNegotiatedProtocol () const" + "NextProtocolNegotiationStatus nextProtocolNegotiationStatus () const" + "QSslCertificate peerCertificate () const" + "QList peerCertificateChain () const" + "int peerVerifyDepth () const" + "QSslSocket::PeerVerifyMode peerVerifyMode () const" + "QSslKey privateKey () const" + "QSsl::SslProtocol protocol () const" + "QSslCipher sessionCipher () const" + "QSsl::SslProtocol sessionProtocol () const" + "QByteArray sessionTicket () const" + "int sessionTicketLifeTimeHint () const" + "void setAllowedNextProtocols ( const QList & )" + "void setCaCertificates ( const QList & )" + "void setCiphers ( const QList & )" + "void setEllipticCurves ( const QVector & )" + "void setLocalCertificate ( const QSslCertificate & )" + "void setLocalCertificateChain ( const QList & )" + "void setPeerVerifyDepth ( int )" + "void setPeerVerifyMode ( QSslSocket::PeerVerifyMode )" + "void setPrivateKey ( const QSslKey & )" + "void setProtocol ( QSsl::SslProtocol )" + "void setSessionTicket ( const QByteArray & )" + "void setSslOption ( QSsl::SslOption , bool )" + "void swap ( QSslConfiguration & )" + "bool testSslOption ( QSsl::SslOption ) const" + "static QSslConfiguration defaultConfiguration ()" + "static void setDefaultConfiguration ( const QSslConfiguration & )" + "static QList supportedCiphers ()" + "static QVector supportedEllipticCurves ()" + "static QList systemCaCertificates ()") + (("QSslError" . NIL) + "new QSslError ()" + "new QSslError ( SslError )" + "new QSslError ( SslError , const QSslCertificate & )" + "new QSslError ( const QSslError & )" + "QSslCertificate certificate () const" + "SslError error () const" + "QString errorString () const" + "void swap ( QSslError & )") + (("QSslKey" . NIL) + "new QSslKey ()" + "new QSslKey ( const QByteArray & , QSsl::KeyAlgorithm , QSsl::EncodingFormat = QSsl::Pem , QSsl::KeyType = QSsl::PrivateKey , const QByteArray & = QByteArray() )" + "new QSslKey ( const QSslKey & )" + "QSsl::KeyAlgorithm algorithm () const" + "void clear ()" + "bool isNull () const" + "int length () const" + "void swap ( QSslKey & )" + "QByteArray toDer ( const QByteArray & = QByteArray() ) const" + "QByteArray toPem ( const QByteArray & = QByteArray() ) const" + "QSsl::KeyType type () const") + (("QStandardItem" . NIL) + "new QStandardItem ()" + "new QStandardItem ( const QString & )" + "new QStandardItem ( const QIcon & , const QString & )" + "new QStandardItem ( int , int = 1 )" + "QString accessibleDescription () const" + "QString accessibleText () const" + "void appendColumn ( const QList & )" + "void appendRow ( const QList & )" + "void appendRow ( QStandardItem * )" + "void appendRows ( const QList & )" + "QBrush background () const" + "Qt::CheckState checkState () const" + "QStandardItem * child ( int , int = 0 ) const" + "virtual QStandardItem * clone () const" + "int column () const" + "int columnCount () const" + "virtual QVariant data ( int = Qt::UserRole + 1 ) const" + "Qt::ItemFlags flags () const" + "QFont font () const" + "QBrush foreground () const" + "bool hasChildren () const" + "QIcon icon () const" + "QModelIndex index () const" + "void insertColumn ( int , const QList & )" + "void insertColumns ( int , int )" + "void insertRow ( int , const QList & )" + "void insertRow ( int , QStandardItem * )" + "void insertRows ( int , const QList & )" + "void insertRows ( int , int )" + "bool isCheckable () const" + "bool isDragEnabled () const" + "bool isDropEnabled () const" + "bool isEditable () const" + "bool isEnabled () const" + "bool isSelectable () const" + "bool isTristate () const" + "QStandardItemModel * model () const" + "QStandardItem * parent () const" + "void removeColumn ( int )" + "void removeColumns ( int , int )" + "void removeRow ( int )" + "void removeRows ( int , int )" + "int row () const" + "int rowCount () const" + "void setAccessibleDescription ( const QString & )" + "void setAccessibleText ( const QString & )" + "void setBackground ( const QBrush & )" + "void setCheckState ( Qt::CheckState )" + "void setCheckable ( bool )" + "void setChild ( int , int , QStandardItem * )" + "void setChild ( int , QStandardItem * )" + "void setColumnCount ( int )" + "virtual void setData ( const QVariant & , int = Qt::UserRole + 1 )" + "void setDragEnabled ( bool )" + "void setDropEnabled ( bool )" + "void setEditable ( bool )" + "void setEnabled ( bool )" + "void setFlags ( Qt::ItemFlags )" + "void setFont ( const QFont & )" + "void setForeground ( const QBrush & )" + "void setIcon ( const QIcon & )" + "void setRowCount ( int )" + "void setSelectable ( bool )" + "void setSizeHint ( const QSize & )" + "void setStatusTip ( const QString & )" + "void setText ( const QString & )" + "void setTextAlignment ( Qt::Alignment )" + "void setToolTip ( const QString & )" + "void setTristate ( bool )" + "void setWhatsThis ( const QString & )" + "QSize sizeHint () const" + "void sortChildren ( int , Qt::SortOrder = Qt::AscendingOrder )" + "QString statusTip () const" + "QStandardItem * takeChild ( int , int = 0 )" + "QList takeColumn ( int )" + "QList takeRow ( int )" + "QString text () const" + "Qt::Alignment textAlignment () const" + "QString toolTip () const" + "virtual int type () const" + "QString whatsThis () const" + "protected void emitDataChanged ()") + (("QStatusTipEvent" . "QEvent") + "new QStatusTipEvent ( const QString & )" + "QString tip () const") + (("QStyleOption" . NIL) + "new QStyleOption ( int = QStyleOption::Version , int = SO_Default )" + "new QStyleOption ( const QStyleOption & )" + "void initFrom ( const QWidget * )") + (("QStyleOptionGraphicsItem" . "QStyleOption") + "new QStyleOptionGraphicsItem ()" + "new QStyleOptionGraphicsItem ( const QStyleOptionGraphicsItem & )" + "static qreal levelOfDetailFromTransform ( const QTransform & )") + (("QSvgGenerator" . "QPaintDevice") + "new QSvgGenerator ()" + "QString description () const" + "QString fileName () const" + "int resolution () const" + "void setDescription ( const QString & )" + "void setFileName ( const QString & )" + "void setResolution ( int )" + "void setSize ( const QSize & )" + "void setTitle ( const QString & )" + "void setViewBox ( const QRect & )" + "void setViewBox ( const QRectF & )" + "QSize size () const" + "QString title () const" + "QRect viewBox () const" + "QRectF viewBoxF () const") + (("QSystemSemaphore" . NIL) + "new QSystemSemaphore ( const QString & , int = 0 , AccessMode = Open )" + "bool acquire ()" + "SystemSemaphoreError error () const" + "QString errorString () const" + "QString key () const" + "bool release ( int = 1 )" + "void setKey ( const QString & , int = 0 , AccessMode = Open )") + (("QTableWidgetItem" . NIL) + "new QTableWidgetItem ( int = Type )" + "new QTableWidgetItem ( const QString & , int = Type )" + "new QTableWidgetItem ( const QIcon & , const QString & , int = Type )" + "new QTableWidgetItem ( const QTableWidgetItem & )" + "QBrush background () const" + "Qt::CheckState checkState () const" + "virtual QTableWidgetItem * clone () const" + "int column () const" + "virtual QVariant data ( int ) const" + "Qt::ItemFlags flags () const" + "QFont font () const" + "QBrush foreground () const" + "QIcon icon () const" + "bool isSelected () const" + "int row () const" + "void setBackground ( const QBrush & )" + "void setCheckState ( Qt::CheckState )" + "virtual void setData ( int , const QVariant & )" + "void setFlags ( Qt::ItemFlags )" + "void setFont ( const QFont & )" + "void setForeground ( const QBrush & )" + "void setIcon ( const QIcon & )" + "void setSelected ( bool )" + "void setSizeHint ( const QSize & )" + "void setStatusTip ( const QString & )" + "void setText ( const QString & )" + "void setTextAlignment ( int )" + "void setToolTip ( const QString & )" + "void setWhatsThis ( const QString & )" + "QSize sizeHint () const" + "QString statusTip () const" + "QTableWidget * tableWidget () const" + "QString text () const" + "int textAlignment () const" + "QString toolTip () const" + "int type () const" + "QString whatsThis () const") + (("QTableWidgetSelectionRange" . NIL) + "new QTableWidgetSelectionRange ()" + "new QTableWidgetSelectionRange ( int , int , int , int )" + "new QTableWidgetSelectionRange ( const QTableWidgetSelectionRange & )" + "int bottomRow () const" + "int columnCount () const" + "int leftColumn () const" + "int rightColumn () const" + "int rowCount () const" + "int topRow () const") + (("QTabletEvent" . "QInputEvent") + "new QTabletEvent ( Type , const QPointF & , const QPointF & , int , int , qreal , int , int , qreal , qreal , int , Qt::KeyboardModifiers , qint64 , Qt::MouseButton , Qt::MouseButtons )" + "Qt::MouseButton button () const" + "Qt::MouseButtons buttons () const" + "TabletDevice device () const" + "QPoint globalPos () const" + "const QPointF & globalPosF () const" + "int globalX () const" + "int globalY () const" + "qreal hiResGlobalX () const" + "qreal hiResGlobalY () const" + "PointerType pointerType () const" + "QPoint pos () const" + "const QPointF & posF () const" + "qreal pressure () const" + "qreal rotation () const" + "qreal tangentialPressure () const" + "qint64 uniqueId () const" + "int x () const" + "int xTilt () const" + "int y () const" + "int yTilt () const" + "int z () const") + (("QTextBlock" . NIL) + "new QTextBlock ( const QTextBlock & )" + "QTextBlockFormat blockFormat () const" + "int blockFormatIndex () const" + "int blockNumber () const" + "QTextCharFormat charFormat () const" + "int charFormatIndex () const" + "void clearLayout ()" + "bool contains ( int ) const" + "const QTextDocument * document () const" + "int firstLineNumber () const" + "bool isValid () const" + "bool isVisible () const" + "QTextLayout * layout () const" + "int length () const" + "int lineCount () const" + "QTextBlock next () const" + "int position () const" + "QTextBlock previous () const" + "int revision () const" + "void setLineCount ( int )" + "void setRevision ( int )" + "void setUserData ( QTextBlockUserData * )" + "void setUserState ( int )" + "void setVisible ( bool )" + "QString text () const" + "Qt::LayoutDirection textDirection () const" + "QVector textFormats () const" + "QTextList * textList () const" + "QTextBlockUserData * userData () const" + "int userState () const") + (("QTextBlockFormat" . "QTextFormat") + "new QTextBlockFormat ()" + "Qt::Alignment alignment () const" + "qreal bottomMargin () const" + "int indent () const" + "bool isValid () const" + "qreal leftMargin () const" + "qreal lineHeight ( qreal , qreal ) const" + "qreal lineHeight () const" + "int lineHeightType () const" + "bool nonBreakableLines () const" + "PageBreakFlags pageBreakPolicy () const" + "qreal rightMargin () const" + "void setAlignment ( Qt::Alignment )" + "void setBottomMargin ( qreal )" + "void setIndent ( int )" + "void setLeftMargin ( qreal )" + "void setLineHeight ( qreal , int )" + "void setNonBreakableLines ( bool )" + "void setPageBreakPolicy ( PageBreakFlags )" + "void setRightMargin ( qreal )" + "void setTabPositions ( const QList & )" + "void setTextIndent ( qreal )" + "void setTopMargin ( qreal )" + "QList tabPositions () const" + "qreal textIndent () const" + "qreal topMargin () const") + (("QTextBlockUserData" . NIL)) + (("QTextBoundaryFinder" . NIL) + "new QTextBoundaryFinder ()" + "new QTextBoundaryFinder ( const QTextBoundaryFinder & )" + "new QTextBoundaryFinder ( BoundaryType , const QString & )" + "new QTextBoundaryFinder ( BoundaryType , const QChar * , int , unsigned char * = 0 , int = 0 )" + "BoundaryReasons boundaryReasons () const" + "bool isAtBoundary () const" + "bool isValid () const" + "int position () const" + "void setPosition ( int )" + "QString string () const" + "void toEnd ()" + "int toNextBoundary ()" + "int toPreviousBoundary ()" + "void toStart ()" + "BoundaryType type () const") + (("QTextCharFormat" . "QTextFormat") + "new QTextCharFormat ()" + "QString anchorHref () const" + "QStringList anchorNames () const" + "QFont font () const" + "QFont::Capitalization fontCapitalization () const" + "QString fontFamily () const" + "bool fontFixedPitch () const" + "QFont::HintingPreference fontHintingPreference () const" + "bool fontItalic () const" + "bool fontKerning () const" + "qreal fontLetterSpacing () const" + "QFont::SpacingType fontLetterSpacingType () const" + "bool fontOverline () const" + "qreal fontPointSize () const" + "int fontStretch () const" + "bool fontStrikeOut () const" + "QFont::StyleHint fontStyleHint () const" + "QFont::StyleStrategy fontStyleStrategy () const" + "bool fontUnderline () const" + "int fontWeight () const" + "qreal fontWordSpacing () const" + "bool isAnchor () const" + "bool isValid () const" + "void setAnchor ( bool )" + "void setAnchorHref ( const QString & )" + "void setAnchorNames ( const QStringList & )" + "void setFont ( const QFont & , FontPropertiesInheritanceBehavior )" + "void setFont ( const QFont & )" + "void setFontCapitalization ( QFont::Capitalization )" + "void setFontFamily ( const QString & )" + "void setFontFixedPitch ( bool )" + "void setFontHintingPreference ( QFont::HintingPreference )" + "void setFontItalic ( bool )" + "void setFontKerning ( bool )" + "void setFontLetterSpacing ( qreal )" + "void setFontLetterSpacingType ( QFont::SpacingType )" + "void setFontOverline ( bool )" + "void setFontPointSize ( qreal )" + "void setFontStretch ( int )" + "void setFontStrikeOut ( bool )" + "void setFontStyleHint ( QFont::StyleHint , QFont::StyleStrategy = QFont::PreferDefault )" + "void setFontStyleStrategy ( QFont::StyleStrategy )" + "void setFontUnderline ( bool )" + "void setFontWeight ( int )" + "void setFontWordSpacing ( qreal )" + "void setTextOutline ( const QPen & )" + "void setToolTip ( const QString & )" + "void setUnderlineColor ( const QColor & )" + "void setUnderlineStyle ( UnderlineStyle )" + "void setVerticalAlignment ( VerticalAlignment )" + "QPen textOutline () const" + "QString toolTip () const" + "QColor underlineColor () const" + "UnderlineStyle underlineStyle () const" + "VerticalAlignment verticalAlignment () const") + (("QTextCodec" . NIL) + "virtual QList aliases () const" + "bool canEncode ( QChar ) const" + "bool canEncode ( const QString & ) const" + "QByteArray fromUnicode ( const QString & ) const" + "QByteArray fromUnicode ( const QChar * , int , ConverterState * = 0 ) const" + "QTextDecoder * makeDecoder ( ConversionFlags = DefaultConversion ) const" + "QTextEncoder * makeEncoder ( ConversionFlags = DefaultConversion ) const" + "virtual int mibEnum () const = 0" + "virtual QByteArray name () const = 0" + "QString toUnicode ( const QByteArray & ) const" + "QString toUnicode ( const char * , int , ConverterState * = 0 ) const" + "QString toUnicode ( const char * ) const" + "static QList availableCodecs ()" + "static QList availableMibs ()" + "static QTextCodec * codecForHtml ( const QByteArray & , QTextCodec * )" + "static QTextCodec * codecForHtml ( const QByteArray & )" + "static QTextCodec * codecForLocale ()" + "static QTextCodec * codecForMib ( int )" + "static QTextCodec * codecForName ( const QByteArray & )" + "static QTextCodec * codecForName ( const char * )" + "static QTextCodec * codecForUtfText ( const QByteArray & , QTextCodec * )" + "static QTextCodec * codecForUtfText ( const QByteArray & )" + "static void setCodecForLocale ( QTextCodec * )") + (("QTextCursor" . NIL) + "new QTextCursor ()" + "new QTextCursor ( QTextDocument * )" + "new QTextCursor ( QTextFrame * )" + "new QTextCursor ( const QTextBlock & )" + "new QTextCursor ( const QTextCursor & )" + "int anchor () const" + "bool atBlockEnd () const" + "bool atBlockStart () const" + "bool atEnd () const" + "bool atStart () const" + "void beginEditBlock ()" + "QTextBlock block () const" + "QTextCharFormat blockCharFormat () const" + "QTextBlockFormat blockFormat () const" + "int blockNumber () const" + "QTextCharFormat charFormat () const" + "void clearSelection ()" + "int columnNumber () const" + "QTextList * createList ( const QTextListFormat & )" + "QTextList * createList ( QTextListFormat::Style )" + "QTextFrame * currentFrame () const" + "QTextList * currentList () const" + "QTextTable * currentTable () const" + "void deleteChar ()" + "void deletePreviousChar ()" + "QTextDocument * document () const" + "void endEditBlock ()" + "bool hasComplexSelection () const" + "bool hasSelection () const" + "void insertBlock ()" + "void insertBlock ( const QTextBlockFormat & )" + "void insertBlock ( const QTextBlockFormat & , const QTextCharFormat & )" + "void insertFragment ( const QTextDocumentFragment & )" + "QTextFrame * insertFrame ( const QTextFrameFormat & )" + "void insertHtml ( const QString & )" + "void insertImage ( const QTextImageFormat & )" + "void insertImage ( const QTextImageFormat & , QTextFrameFormat::Position )" + "void insertImage ( const QString & )" + "void insertImage ( const QImage & , const QString & = QString() )" + "QTextList * insertList ( const QTextListFormat & )" + "QTextList * insertList ( QTextListFormat::Style )" + "QTextTable * insertTable ( int , int , const QTextTableFormat & )" + "QTextTable * insertTable ( int , int )" + "void insertText ( const QString & )" + "void insertText ( const QString & , const QTextCharFormat & )" + "bool isCopyOf ( const QTextCursor & ) const" + "bool isNull () const" + "void joinPreviousEditBlock ()" + "bool keepPositionOnInsert () const" + "void mergeBlockCharFormat ( const QTextCharFormat & )" + "void mergeBlockFormat ( const QTextBlockFormat & )" + "void mergeCharFormat ( const QTextCharFormat & )" + "bool movePosition ( MoveOperation , MoveMode = MoveAnchor , int = 1 )" + "int position () const" + "int positionInBlock () const" + "void removeSelectedText ()" + "void select ( SelectionType )" + "QString selectedText () const" + "QTextDocumentFragment selection () const" + "int selectionEnd () const" + "int selectionStart () const" + "void setBlockCharFormat ( const QTextCharFormat & )" + "void setBlockFormat ( const QTextBlockFormat & )" + "void setCharFormat ( const QTextCharFormat & )" + "void setKeepPositionOnInsert ( bool )" + "void setPosition ( int , MoveMode = MoveAnchor )" + "void setVerticalMovementX ( int )" + "void setVisualNavigation ( bool )" + "void swap ( QTextCursor & )" + "int verticalMovementX () const" + "bool visualNavigation () const") + (("QTextDecoder" . NIL) + "new QTextDecoder ( const QTextCodec * )" + "new QTextDecoder ( const QTextCodec * , QTextCodec::ConversionFlags )" + "QString toUnicode ( const char * , int )" + "void toUnicode ( QString * , const char * , int )" + "QString toUnicode ( const QByteArray & )") + (("QTextDocumentFragment" . NIL) + "new QTextDocumentFragment ()" + "new QTextDocumentFragment ( const QTextDocument * )" + "new QTextDocumentFragment ( const QTextCursor & )" + "new QTextDocumentFragment ( const QTextDocumentFragment & )" + "bool isEmpty () const" + "QString toHtml ( const QByteArray & = QByteArray() ) const" + "QString toPlainText () const" + "static QTextDocumentFragment fromHtml ( const QString & )" + "static QTextDocumentFragment fromHtml ( const QString & , const QTextDocument * )" + "static QTextDocumentFragment fromPlainText ( const QString & )") + (("QTextDocumentWriter" . NIL) + "new QTextDocumentWriter ()" + "new QTextDocumentWriter ( const QString & , const QByteArray & = QByteArray() )" + "QTextCodec * codec () const" + "QString fileName () const" + "QByteArray format () const" + "void setCodec ( QTextCodec * )" + "void setFileName ( const QString & )" + "void setFormat ( const QByteArray & )" + "bool write ( const QTextDocument * )" + "bool write ( const QTextDocumentFragment & )" + "static QList supportedDocumentFormats ()") + (("QTextEncoder" . NIL) + "new QTextEncoder ( const QTextCodec * )" + "new QTextEncoder ( const QTextCodec * , QTextCodec::ConversionFlags )" + "QByteArray fromUnicode ( const QString & )" + "QByteArray fromUnicode ( const QChar * , int )") + (("QTextFormat" . NIL) + "new QTextFormat ()" + "new QTextFormat ( int )" + "new QTextFormat ( const QTextFormat & )" + "QBrush background () const" + "bool boolProperty ( int ) const" + "QBrush brushProperty ( int ) const" + "void clearBackground ()" + "void clearForeground ()" + "void clearProperty ( int )" + "QColor colorProperty ( int ) const" + "qreal doubleProperty ( int ) const" + "QBrush foreground () const" + "bool hasProperty ( int ) const" + "int intProperty ( int ) const" + "bool isBlockFormat () const" + "bool isCharFormat () const" + "bool isEmpty () const" + "bool isFrameFormat () const" + "bool isImageFormat () const" + "bool isListFormat () const" + "bool isTableCellFormat () const" + "bool isTableFormat () const" + "bool isValid () const" + "Qt::LayoutDirection layoutDirection () const" + "QTextLength lengthProperty ( int ) const" + "QVector lengthVectorProperty ( int ) const" + "void merge ( const QTextFormat & )" + "int objectIndex () const" + "int objectType () const" + "QPen penProperty ( int ) const" + "QVariant property ( int ) const" + "int propertyCount () const" + "void setBackground ( const QBrush & )" + "void setForeground ( const QBrush & )" + "void setLayoutDirection ( Qt::LayoutDirection )" + "void setObjectIndex ( int )" + "void setObjectType ( int )" + "void setProperty ( int , const QVariant & )" + "void setProperty ( int , const QVector & )" + "QString stringProperty ( int ) const" + "void swap ( QTextFormat & )" + "QTextBlockFormat toBlockFormat () const" + "QTextCharFormat toCharFormat () const" + "QTextFrameFormat toFrameFormat () const" + "QTextImageFormat toImageFormat () const" + "QTextListFormat toListFormat () const" + "QTextTableCellFormat toTableCellFormat () const" + "QTextTableFormat toTableFormat () const" + "int type () const") + (("QTextFragment" . NIL) + "new QTextFragment ()" + "new QTextFragment ( const QTextFragment & )" + "QTextCharFormat charFormat () const" + "int charFormatIndex () const" + "bool contains ( int ) const" + "QList glyphRuns ( int = -1 , int = -1 ) const" + "bool isValid () const" + "int length () const" + "int position () const" + "QString text () const") + (("QTextFrameFormat" . "QTextFormat") + "new QTextFrameFormat ()" + "qreal border () const" + "QBrush borderBrush () const" + "BorderStyle borderStyle () const" + "qreal bottomMargin () const" + "QTextLength height () const" + "bool isValid () const" + "qreal leftMargin () const" + "qreal margin () const" + "qreal padding () const" + "PageBreakFlags pageBreakPolicy () const" + "Position position () const" + "qreal rightMargin () const" + "void setBorder ( qreal )" + "void setBorderBrush ( const QBrush & )" + "void setBorderStyle ( BorderStyle )" + "void setBottomMargin ( qreal )" + "void setHeight ( const QTextLength & )" + "void setHeight ( qreal )" + "void setLeftMargin ( qreal )" + "void setMargin ( qreal )" + "void setPadding ( qreal )" + "void setPageBreakPolicy ( PageBreakFlags )" + "void setPosition ( Position )" + "void setRightMargin ( qreal )" + "void setTopMargin ( qreal )" + "void setWidth ( const QTextLength & )" + "void setWidth ( qreal )" + "qreal topMargin () const" + "QTextLength width () const") + (("QTextImageFormat" . "QTextCharFormat") + "new QTextImageFormat ()" + "qreal height () const" + "bool isValid () const" + "QString name () const" + "void setHeight ( qreal )" + "void setName ( const QString & )" + "void setWidth ( qreal )" + "qreal width () const") + (("QTextLayout" . NIL) + "new QTextLayout ()" + "new QTextLayout ( const QString & )" + "new QTextLayout ( const QString & , const QFont & , QPaintDevice * = 0 )" + "void beginLayout ()" + "QRectF boundingRect () const" + "bool cacheEnabled () const" + "void clearAdditionalFormats ()" + "void clearLayout ()" + "QTextLine createLine ()" + "Qt::CursorMoveStyle cursorMoveStyle () const" + "void drawCursor ( QPainter * , const QPointF & , int , int ) const" + "void drawCursor ( QPainter * , const QPointF & , int ) const" + "void endLayout ()" + "QFont font () const" + "QList glyphRuns ( int = -1 , int = -1 ) const" + "bool isValidCursorPosition ( int ) const" + "int leftCursorPosition ( int ) const" + "QTextLine lineAt ( int ) const" + "int lineCount () const" + "QTextLine lineForTextPosition ( int ) const" + "qreal maximumWidth () const" + "qreal minimumWidth () const" + "int nextCursorPosition ( int , CursorMode = SkipCharacters ) const" + "QPointF position () const" + "int preeditAreaPosition () const" + "QString preeditAreaText () const" + "int previousCursorPosition ( int , CursorMode = SkipCharacters ) const" + "int rightCursorPosition ( int ) const" + "void setCacheEnabled ( bool )" + "void setCursorMoveStyle ( Qt::CursorMoveStyle )" + "void setFont ( const QFont & )" + "void setPosition ( const QPointF & )" + "void setPreeditArea ( int , const QString & )" + "void setText ( const QString & )" + "void setTextOption ( const QTextOption & )" + "QString text () const" + "const QTextOption & textOption () const") + (("QTextLength" . NIL) + "new QTextLength ()" + "new QTextLength ( Type , qreal )" + "qreal rawValue () const" + "Type type () const" + "qreal value ( qreal ) const") + (("QTextLine" . NIL) + "new QTextLine ()" + "qreal ascent () const" + "qreal cursorToX ( int , Edge = Leading ) const" + "qreal descent () const" + "void draw ( QPainter * , const QPointF & , const QTextLayout::FormatRange * = 0 ) const" + "QList glyphRuns ( int = -1 , int = -1 ) const" + "qreal height () const" + "qreal horizontalAdvance () const" + "bool isValid () const" + "qreal leading () const" + "bool leadingIncluded () const" + "int lineNumber () const" + "QRectF naturalTextRect () const" + "qreal naturalTextWidth () const" + "QPointF position () const" + "QRectF rect () const" + "void setLeadingIncluded ( bool )" + "void setLineWidth ( qreal )" + "void setNumColumns ( int )" + "void setNumColumns ( int , qreal )" + "void setPosition ( const QPointF & )" + "int textLength () const" + "int textStart () const" + "qreal width () const" + "qreal x () const" + "int xToCursor ( qreal , CursorPosition = CursorBetweenCharacters ) const" + "qreal y () const") + (("QTextListFormat" . "QTextFormat") + "new QTextListFormat ()" + "int indent () const" + "bool isValid () const" + "QString numberPrefix () const" + "QString numberSuffix () const" + "void setIndent ( int )" + "void setNumberPrefix ( const QString & )" + "void setNumberSuffix ( const QString & )" + "void setStyle ( Style )" + "Style style () const") + (("QTextOption" . NIL) + "new QTextOption ()" + "new QTextOption ( Qt::Alignment )" + "new QTextOption ( const QTextOption & )" + "Qt::Alignment alignment () const" + "Flags flags () const" + "void setAlignment ( Qt::Alignment )" + "void setFlags ( Flags )" + "void setTabArray ( const QList & )" + "void setTabStop ( qreal )" + "void setTextDirection ( Qt::LayoutDirection )" + "void setUseDesignMetrics ( bool )" + "void setWrapMode ( WrapMode )" + "QList tabArray () const" + "qreal tabStop () const" + "Qt::LayoutDirection textDirection () const" + "bool useDesignMetrics () const" + "WrapMode wrapMode () const") + (("QTextTableCell" . NIL) + "new QTextTableCell ()" + "new QTextTableCell ( const QTextTableCell & )" + "int column () const" + "int columnSpan () const" + "QTextCursor firstCursorPosition () const" + "QTextCharFormat format () const" + "bool isValid () const" + "QTextCursor lastCursorPosition () const" + "int row () const" + "int rowSpan () const" + "void setFormat ( const QTextCharFormat & )" + "int tableCellFormatIndex () const") + (("QTextTableCellFormat" . "QTextCharFormat") + "new QTextTableCellFormat ()" + "qreal bottomPadding () const" + "bool isValid () const" + "qreal leftPadding () const" + "qreal rightPadding () const" + "void setBottomPadding ( qreal )" + "void setLeftPadding ( qreal )" + "void setPadding ( qreal )" + "void setRightPadding ( qreal )" + "void setTopPadding ( qreal )" + "qreal topPadding () const") + (("QTextTableFormat" . "QTextFrameFormat") + "new QTextTableFormat ()" + "Qt::Alignment alignment () const" + "qreal cellPadding () const" + "qreal cellSpacing () const" + "void clearColumnWidthConstraints ()" + "QVector columnWidthConstraints () const" + "int columns () const" + "int headerRowCount () const" + "bool isValid () const" + "void setAlignment ( Qt::Alignment )" + "void setCellPadding ( qreal )" + "void setCellSpacing ( qreal )" + "void setColumnWidthConstraints ( const QVector & )" + "void setHeaderRowCount ( int )") + (("QTime" . NIL) + "new QTime ()" + "new QTime ( int , int , int = 0 , int = 0 )" + "QTime addMSecs ( int ) const" + "QTime addSecs ( int ) const" + "int elapsed () const" + "int hour () const" + "bool isNull () const" + "bool isValid () const" + "int minute () const" + "int msec () const" + "int msecsSinceStartOfDay () const" + "int msecsTo ( const QTime & ) const" + "int restart ()" + "int second () const" + "int secsTo ( const QTime & ) const" + "bool setHMS ( int , int , int , int = 0 )" + "void start ()" + "QString toString ( const QString & ) const" + "QString toString ( Qt::DateFormat = Qt::TextDate ) const" + "static QTime currentTime ()" + "static QTime fromMSecsSinceStartOfDay ( int )" + "static QTime fromString ( const QString & , Qt::DateFormat = Qt::TextDate )" + "static QTime fromString ( const QString & , const QString & )" + "static bool isValid ( int , int , int , int = 0 )") + (("QTimerEvent" . "QEvent") + "new QTimerEvent ( int )" + "int timerId () const") + (("QToolTip" . NIL) + "static QFont font ()" + "static void hideText ()" + "static bool isVisible ()" + "static QPalette palette ()" + "static void setFont ( const QFont & )" + "static void setPalette ( const QPalette & )" + "static void showText ( const QPoint & , const QString & , QWidget * , const QRect & )" + "static void showText ( const QPoint & , const QString & , QWidget * , const QRect & , int )" + "static void showText ( const QPoint & , const QString & , QWidget * = 0 )" + "static QString text ()") + (("QTouchEvent" . "QInputEvent") + "new QTouchEvent ( QEvent::Type , QTouchDevice * = 0 , Qt::KeyboardModifiers = Qt::NoModifier , Qt::TouchPointStates = 0 , const QList & = QList () )" + "QTouchDevice * device () const" + "QObject * target () const" + "Qt::TouchPointStates touchPointStates () const" + "const QList & touchPoints () const" + "QWindow * window () const") + (("QTransform" . NIL) + "new QTransform ()" + "new QTransform ( qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal = 1.0 )" + "new QTransform ( qreal , qreal , qreal , qreal , qreal , qreal )" + "new QTransform ( const QMatrix & )" + "qreal m11 () const" + "qreal m12 () const" + "qreal m13 () const" + "qreal m21 () const" + "qreal m22 () const" + "qreal m23 () const" + "qreal m31 () const" + "qreal m32 () const" + "qreal m33 () const" + "QTransform adjoint () const" + "qreal determinant () const" + "qreal dx () const" + "qreal dy () const" + "QTransform inverted ( bool * = 0 ) const" + "bool isAffine () const" + "bool isIdentity () const" + "bool isInvertible () const" + "bool isRotating () const" + "bool isScaling () const" + "bool isTranslating () const" + "QPointF map ( const QPointF & ) const" + "QPoint map ( const QPoint & ) const" + "QLine map ( const QLine & ) const" + "QLineF map ( const QLineF & ) const" + "QPolygonF map ( const QPolygonF & ) const" + "QPolygon map ( const QPolygon & ) const" + "QRegion map ( const QRegion & ) const" + "QPainterPath map ( const QPainterPath & ) const" + "QRectF mapRect ( const QRectF & ) const" + "QRect mapRect ( const QRect & ) const" + "QPolygon mapToPolygon ( const QRect & ) const" + "void reset ()" + "QTransform & rotate ( qreal , Qt::Axis = Qt::ZAxis )" + "QTransform & rotateRadians ( qreal , Qt::Axis = Qt::ZAxis )" + "QTransform & scale ( qreal , qreal )" + "void setMatrix ( qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal , qreal )" + "QTransform & shear ( qreal , qreal )" + "const QMatrix & toAffine () const" + "QTransform & translate ( qreal , qreal )" + "QTransform transposed () const" + "TransformationType type () const" + "static QTransform fromScale ( qreal , qreal )" + "static QTransform fromTranslate ( qreal , qreal )" + "static bool quadToQuad ( const QPolygonF & , const QPolygonF & , QTransform & )" + "static bool quadToSquare ( const QPolygonF & , QTransform & )" + "static bool squareToQuad ( const QPolygonF & , QTransform & )") + (("QTreeWidgetItem" . NIL) + "new QTreeWidgetItem ( int = Type )" + "new QTreeWidgetItem ( const QStringList & , int = Type )" + "new QTreeWidgetItem ( QTreeWidget * , int = Type )" + "new QTreeWidgetItem ( QTreeWidget * , const QStringList & , int = Type )" + "new QTreeWidgetItem ( QTreeWidget * , QTreeWidgetItem * , int = Type )" + "new QTreeWidgetItem ( QTreeWidgetItem * , int = Type )" + "new QTreeWidgetItem ( QTreeWidgetItem * , const QStringList & , int = Type )" + "new QTreeWidgetItem ( QTreeWidgetItem * , QTreeWidgetItem * , int = Type )" + "new QTreeWidgetItem ( const QTreeWidgetItem & )" + "void addChild ( QTreeWidgetItem * )" + "void addChildren ( const QList & )" + "QBrush background ( int ) const" + "Qt::CheckState checkState ( int ) const" + "QTreeWidgetItem * child ( int ) const" + "int childCount () const" + "QTreeWidgetItem::ChildIndicatorPolicy childIndicatorPolicy () const" + "virtual QTreeWidgetItem * clone () const" + "int columnCount () const" + "virtual QVariant data ( int , int ) const" + "Qt::ItemFlags flags () const" + "QFont font ( int ) const" + "QBrush foreground ( int ) const" + "QIcon icon ( int ) const" + "int indexOfChild ( QTreeWidgetItem * ) const" + "void insertChild ( int , QTreeWidgetItem * )" + "void insertChildren ( int , const QList & )" + "bool isDisabled () const" + "bool isExpanded () const" + "bool isFirstColumnSpanned () const" + "bool isHidden () const" + "bool isSelected () const" + "QTreeWidgetItem * parent () const" + "void removeChild ( QTreeWidgetItem * )" + "void setBackground ( int , const QBrush & )" + "void setCheckState ( int , Qt::CheckState )" + "void setChildIndicatorPolicy ( QTreeWidgetItem::ChildIndicatorPolicy )" + "virtual void setData ( int , int , const QVariant & )" + "void setDisabled ( bool )" + "void setExpanded ( bool )" + "void setFirstColumnSpanned ( bool )" + "void setFlags ( Qt::ItemFlags )" + "void setFont ( int , const QFont & )" + "void setForeground ( int , const QBrush & )" + "void setHidden ( bool )" + "void setIcon ( int , const QIcon & )" + "void setSelected ( bool )" + "void setSizeHint ( int , const QSize & )" + "void setStatusTip ( int , const QString & )" + "void setText ( int , const QString & )" + "void setTextAlignment ( int , int )" + "void setToolTip ( int , const QString & )" + "void setWhatsThis ( int , const QString & )" + "QSize sizeHint ( int ) const" + "void sortChildren ( int , Qt::SortOrder )" + "QString statusTip ( int ) const" + "QTreeWidgetItem * takeChild ( int )" + "QList takeChildren ()" + "QString text ( int ) const" + "int textAlignment ( int ) const" + "QString toolTip ( int ) const" + "QTreeWidget * treeWidget () const" + "int type () const" + "QString whatsThis ( int ) const" + "protected void emitDataChanged ()") + (("QUndoCommand" . NIL) + "new QUndoCommand ( QUndoCommand * = 0 )" + "new QUndoCommand ( const QString & , QUndoCommand * = 0 )" + "QString actionText () const" + "const QUndoCommand * child ( int ) const" + "int childCount () const" + "virtual int id () const" + "virtual bool mergeWith ( const QUndoCommand * )" + "virtual void redo ()" + "void setText ( const QString & )" + "QString text () const" + "virtual void undo ()") + (("QUrl" . NIL) + "new QUrl ()" + "new QUrl ( const QUrl & )" + "new QUrl ( const QString & , ParsingMode = TolerantMode )" + "QUrl adjusted ( FormattingOptions ) const" + "QString authority ( ComponentFormattingOptions = PrettyDecoded ) const" + "void clear ()" + "QString errorString () const" + "QString fileName ( ComponentFormattingOptions = FullyDecoded ) const" + "QString fragment ( ComponentFormattingOptions = PrettyDecoded ) const" + "bool hasFragment () const" + "bool hasQuery () const" + "QString host ( ComponentFormattingOptions = FullyDecoded ) const" + "bool isEmpty () const" + "bool isLocalFile () const" + "bool isParentOf ( const QUrl & ) const" + "bool isRelative () const" + "bool isValid () const" + "bool matches ( const QUrl & , FormattingOptions ) const" + "QString password ( ComponentFormattingOptions = FullyDecoded ) const" + "QString path ( ComponentFormattingOptions = FullyDecoded ) const" + "int port ( int = -1 ) const" + "QString query ( ComponentFormattingOptions = PrettyDecoded ) const" + "QUrl resolved ( const QUrl & ) const" + "QString scheme () const" + "void setAuthority ( const QString & , ParsingMode = TolerantMode )" + "void setFragment ( const QString & , ParsingMode = TolerantMode )" + "void setHost ( const QString & , ParsingMode = DecodedMode )" + "void setPassword ( const QString & , ParsingMode = DecodedMode )" + "void setPath ( const QString & , ParsingMode = DecodedMode )" + "void setPort ( int )" + "void setQuery ( const QString & , ParsingMode = TolerantMode )" + "void setQuery ( const QUrlQuery & )" + "void setScheme ( const QString & )" + "void setUrl ( const QString & , ParsingMode = TolerantMode )" + "void setUserInfo ( const QString & , ParsingMode = TolerantMode )" + "void setUserName ( const QString & , ParsingMode = DecodedMode )" + "void swap ( QUrl & )" + "QString toDisplayString ( FormattingOptions = FormattingOptions( PrettyDecoded ) ) const" + "QByteArray toEncoded ( FormattingOptions = FullyEncoded ) const" + "QString toLocalFile () const" + "QString toString ( FormattingOptions = FormattingOptions( PrettyDecoded ) ) const" + "QString topLevelDomain ( ComponentFormattingOptions = FullyDecoded ) const" + "QString url ( FormattingOptions = FormattingOptions( PrettyDecoded ) ) const" + "QString userInfo ( ComponentFormattingOptions = PrettyDecoded ) const" + "QString userName ( ComponentFormattingOptions = FullyDecoded ) const" + "static QString fromAce ( const QByteArray & )" + "static QUrl fromEncoded ( const QByteArray & , ParsingMode = TolerantMode )" + "static QUrl fromLocalFile ( const QString & )" + "static QString fromPercentEncoding ( const QByteArray & )" + "static QList fromStringList ( const QStringList & , ParsingMode = TolerantMode )" + "static QUrl fromUserInput ( const QString & )" + "static QUrl fromUserInput ( const QString & , const QString & , UserInputResolutionOptions = DefaultResolution )" + "static QStringList idnWhitelist ()" + "static void setIdnWhitelist ( const QStringList & )" + "static QByteArray toAce ( const QString & )" + "static QByteArray toPercentEncoding ( const QString & , const QByteArray & = QByteArray() , const QByteArray & = QByteArray() )" + "static QStringList toStringList ( const QList & , FormattingOptions = FormattingOptions( PrettyDecoded ) )") + (("QVariant" . NIL) + "new QVariant ( const QCursor & )" + "new QVariant ()" + "new QVariant ( const QRegExp & )" + "new QVariant ( const QRegularExpression & )" + "new QVariant ( const QUrl & )" + "new QVariant ( const QEasingCurve & )" + "new QVariant ( const QUuid & )" + "new QVariant ( const QModelIndex & )" + "new QVariant ( const QPersistentModelIndex & )" + "new QVariant ( const QJsonValue & )" + "new QVariant ( const QJsonObject & )" + "new QVariant ( const QJsonArray & )" + "new QVariant ( const QJsonDocument & )" + "new QVariant ( Type )" + "new QVariant ( const QVariant & )" + "new QVariant ( int )" + "new QVariant ( uint )" + "new QVariant ( qlonglong )" + "new QVariant ( qulonglong )" + "new QVariant ( bool )" + "new QVariant ( double )" + "new QVariant ( float )" + "new QVariant ( const char * )" + "new QVariant ( const QByteArray & )" + "new QVariant ( const QBitArray & )" + "new QVariant ( const QString & )" + "new QVariant ( QLatin1String )" + "new QVariant ( const QStringList & )" + "new QVariant ( QChar )" + "new QVariant ( const QDate & )" + "new QVariant ( const QTime & )" + "new QVariant ( const QDateTime & )" + "new QVariant ( const QSize & )" + "new QVariant ( const QSizeF & )" + "new QVariant ( const QPoint & )" + "new QVariant ( const QPointF & )" + "new QVariant ( const QLine & )" + "new QVariant ( const QLineF & )" + "new QVariant ( const QRect & )" + "new QVariant ( const QRectF & )" + "new QVariant ( const QLocale & )" + "bool canConvert ( int ) const" + "void clear ()" + "bool convert ( int )" + "bool isNull () const" + "bool isValid () const" + "void swap ( QVariant & )" + "QBitArray toBitArray () const" + "bool toBool () const" + "QByteArray toByteArray () const" + "QChar toChar () const" + "QDate toDate () const" + "QDateTime toDateTime () const" + "double toDouble ( bool * = 0 ) const" + "QEasingCurve toEasingCurve () const" + "float toFloat ( bool * = 0 ) const" + "int toInt ( bool * = 0 ) const" + "QJsonArray toJsonArray () const" + "QJsonDocument toJsonDocument () const" + "QJsonObject toJsonObject () const" + "QJsonValue toJsonValue () const" + "QLine toLine () const" + "QLineF toLineF () const" + "QLocale toLocale () const" + "qlonglong toLongLong ( bool * = 0 ) const" + "QModelIndex toModelIndex () const" + "QPersistentModelIndex toPersistentModelIndex () const" + "QPoint toPoint () const" + "QPointF toPointF () const" + "qreal toReal ( bool * = 0 ) const" + "QRect toRect () const" + "QRectF toRectF () const" + "QRegExp toRegExp () const" + "QRegularExpression toRegularExpression () const" + "QSize toSize () const" + "QSizeF toSizeF () const" + "QString toString () const" + "QStringList toStringList () const" + "QTime toTime () const" + "uint toUInt ( bool * = 0 ) const" + "qulonglong toULongLong ( bool * = 0 ) const" + "QUrl toUrl () const" + "QUuid toUuid () const" + "Type type () const" + "const char * typeName () const" + "int userType () const" + "static Type nameToType ( const char * )" + "static const char * typeToName ( int )") + (("QVector2D" . NIL) + "new QVector2D ()" + "new QVector2D ( float , float )" + "new QVector2D ( const QPoint & )" + "new QVector2D ( const QPointF & )" + "new QVector2D ( const QVector3D & )" + "new QVector2D ( const QVector4D & )" + "float distanceToLine ( const QVector2D & , const QVector2D & ) const" + "float distanceToPoint ( const QVector2D & ) const" + "bool isNull () const" + "float length () const" + "float lengthSquared () const" + "void normalize ()" + "QVector2D normalized () const" + "void setX ( float )" + "void setY ( float )" + "QPoint toPoint () const" + "QPointF toPointF () const" + "QVector3D toVector3D () const" + "QVector4D toVector4D () const" + "float x () const" + "float y () const" + "static float dotProduct ( const QVector2D & , const QVector2D & )") + (("QVector3D" . NIL) + "new QVector3D ()" + "new QVector3D ( float , float , float )" + "new QVector3D ( const QPoint & )" + "new QVector3D ( const QPointF & )" + "new QVector3D ( const QVector2D & )" + "new QVector3D ( const QVector2D & , float )" + "new QVector3D ( const QVector4D & )" + "float distanceToLine ( const QVector3D & , const QVector3D & ) const" + "float distanceToPlane ( const QVector3D & , const QVector3D & ) const" + "float distanceToPlane ( const QVector3D & , const QVector3D & , const QVector3D & ) const" + "float distanceToPoint ( const QVector3D & ) const" + "bool isNull () const" + "float length () const" + "float lengthSquared () const" + "void normalize ()" + "QVector3D normalized () const" + "QVector3D project ( const QMatrix4x4 & , const QMatrix4x4 & , const QRect & ) const" + "void setX ( float )" + "void setY ( float )" + "void setZ ( float )" + "QPoint toPoint () const" + "QPointF toPointF () const" + "QVector2D toVector2D () const" + "QVector4D toVector4D () const" + "QVector3D unproject ( const QMatrix4x4 & , const QMatrix4x4 & , const QRect & ) const" + "float x () const" + "float y () const" + "float z () const" + "static QVector3D crossProduct ( const QVector3D & , const QVector3D & )" + "static float dotProduct ( const QVector3D & , const QVector3D & )" + "static QVector3D normal ( const QVector3D & , const QVector3D & )" + "static QVector3D normal ( const QVector3D & , const QVector3D & , const QVector3D & )") + (("QVector4D" . NIL) + "new QVector4D ()" + "new QVector4D ( float , float , float , float )" + "new QVector4D ( const QPoint & )" + "new QVector4D ( const QPointF & )" + "new QVector4D ( const QVector2D & )" + "new QVector4D ( const QVector2D & , float , float )" + "new QVector4D ( const QVector3D & )" + "new QVector4D ( const QVector3D & , float )" + "bool isNull () const" + "float length () const" + "float lengthSquared () const" + "void normalize ()" + "QVector4D normalized () const" + "void setW ( float )" + "void setX ( float )" + "void setY ( float )" + "void setZ ( float )" + "QPoint toPoint () const" + "QPointF toPointF () const" + "QVector2D toVector2D () const" + "QVector2D toVector2DAffine () const" + "QVector3D toVector3D () const" + "QVector3D toVector3DAffine () const" + "float w () const" + "float x () const" + "float y () const" + "float z () const" + "static float dotProduct ( const QVector4D & , const QVector4D & )") + (("QWebDatabase" . NIL) + "new QWebDatabase ( const QWebDatabase & )" + "QString displayName () const" + "qint64 expectedSize () const" + "QString fileName () const" + "QString name () const" + "QWebSecurityOrigin origin () const" + "qint64 size () const" + "static void removeAllDatabases ()" + "static void removeDatabase ( const QWebDatabase & )") + (("QWebElement" . NIL) + "new QWebElement ()" + "new QWebElement ( const QWebElement & )" + "void addClass ( const QString & )" + "void appendInside ( const QString & )" + "void appendInside ( const QWebElement & )" + "void appendOutside ( const QString & )" + "void appendOutside ( const QWebElement & )" + "QString attribute ( const QString & , const QString & = QString() ) const" + "QString attributeNS ( const QString & , const QString & , const QString & = QString() ) const" + "QStringList attributeNames ( const QString & = QString() ) const" + "QStringList classes () const" + "QWebElement clone () const" + "QWebElement document () const" + "void encloseContentsWith ( const QWebElement & )" + "void encloseContentsWith ( const QString & )" + "void encloseWith ( const QString & )" + "void encloseWith ( const QWebElement & )" + "QVariant evaluateJavaScript ( const QString & )" + "QWebElementCollection findAll ( const QString & ) const" + "QWebElement findFirst ( const QString & ) const" + "QWebElement firstChild () const" + "QRect geometry () const" + "bool hasAttribute ( const QString & ) const" + "bool hasAttributeNS ( const QString & , const QString & ) const" + "bool hasAttributes () const" + "bool hasClass ( const QString & ) const" + "bool hasFocus () const" + "bool isNull () const" + "QWebElement lastChild () const" + "QString localName () const" + "QString namespaceUri () const" + "QWebElement nextSibling () const" + "QWebElement parent () const" + "QString prefix () const" + "void prependInside ( const QString & )" + "void prependInside ( const QWebElement & )" + "void prependOutside ( const QString & )" + "void prependOutside ( const QWebElement & )" + "QWebElement previousSibling () const" + "void removeAllChildren ()" + "void removeAttribute ( const QString & )" + "void removeAttributeNS ( const QString & , const QString & )" + "void removeClass ( const QString & )" + "void removeFromDocument ()" + "void render ( QPainter * )" + "void render ( QPainter * , const QRect & )" + "void replace ( const QString & )" + "void replace ( const QWebElement & )" + "void setAttribute ( const QString & , const QString & )" + "void setAttributeNS ( const QString & , const QString & , const QString & )" + "void setFocus ()" + "void setInnerXml ( const QString & )" + "void setOuterXml ( const QString & )" + "void setPlainText ( const QString & )" + "void setStyleProperty ( const QString & , const QString & )" + "QString styleProperty ( const QString & , StyleResolveStrategy ) const" + "QString tagName () const" + "QWebElement & takeFromDocument ()" + "QString toInnerXml () const" + "QString toOuterXml () const" + "QString toPlainText () const" + "void toggleClass ( const QString & )" + "QWebFrame * webFrame () const") + (("QWebElementCollection" . NIL) + "new QWebElementCollection ()" + "new QWebElementCollection ( const QWebElement & , const QString & )" + "new QWebElementCollection ( const QWebElementCollection & )" + "void append ( const QWebElementCollection & )" + "QWebElement at ( int ) const" + "int count () const" + "QWebElement first () const" + "QWebElement last () const" + "QList toList () const") + (("QWebHistory" . NIL) + "void back ()" + "QWebHistoryItem backItem () const" + "QList backItems ( int ) const" + "bool canGoBack () const" + "bool canGoForward () const" + "void clear ()" + "int count () const" + "QWebHistoryItem currentItem () const" + "int currentItemIndex () const" + "void forward ()" + "QWebHistoryItem forwardItem () const" + "QList forwardItems ( int ) const" + "void goToItem ( const QWebHistoryItem & )" + "QWebHistoryItem itemAt ( int ) const" + "QList items () const" + "int maximumItemCount () const" + "void setMaximumItemCount ( int )") + (("QWebHistoryItem" . NIL) + "new QWebHistoryItem ( const QWebHistoryItem & )" + "QIcon icon () const" + "bool isValid () const" + "QDateTime lastVisited () const" + "QUrl originalUrl () const" + "void setUserData ( const QVariant & )" + "QString title () const" + "QUrl url () const" + "QVariant userData () const") + (("QWebHitTestResult" . NIL) + "new QWebHitTestResult ()" + "new QWebHitTestResult ( const QWebHitTestResult & )" + "QString alternateText () const" + "QRect boundingRect () const" + "QWebElement element () const" + "QWebElement enclosingBlockElement () const" + "QWebFrame * frame () const" + "QUrl imageUrl () const" + "bool isContentEditable () const" + "bool isContentSelected () const" + "bool isNull () const" + "QWebElement linkElement () const" + "QWebFrame * linkTargetFrame () const" + "QString linkText () const" + "QString linkTitleString () const" + "QUrl linkUrl () const" + "QUrl mediaUrl () const" + "QPixmap pixmap () const" + "QPoint pos () const" + "QString title () const") + (("QWebSecurityOrigin" . NIL) + "new QWebSecurityOrigin ( const QUrl & )" + "new QWebSecurityOrigin ( const QWebSecurityOrigin & )" + "void addAccessWhitelistEntry ( const QString & , const QString & , SubdomainSetting )" + "qint64 databaseQuota () const" + "qint64 databaseUsage () const" + "QList databases () const" + "QString host () const" + "int port () const" + "void removeAccessWhitelistEntry ( const QString & , const QString & , SubdomainSetting )" + "QString scheme () const" + "void setApplicationCacheQuota ( qint64 )" + "void setDatabaseQuota ( qint64 )" + "static void addLocalScheme ( const QString & )" + "static QList allOrigins ()" + "static QStringList localSchemes ()" + "static void removeLocalScheme ( const QString & )") + (("QWebSettings" . NIL) + "QString cssMediaType () const" + "QString defaultTextEncoding () const" + "QString fontFamily ( FontFamily ) const" + "int fontSize ( FontSize ) const" + "QString localStoragePath () const" + "void resetAttribute ( WebAttribute )" + "void resetFontFamily ( FontFamily )" + "void resetFontSize ( FontSize )" + "void setAttribute ( WebAttribute , bool )" + "void setCSSMediaType ( const QString & )" + "void setDefaultTextEncoding ( const QString & )" + "void setFontFamily ( FontFamily , const QString & )" + "void setFontSize ( FontSize , int )" + "void setLocalStoragePath ( const QString & )" + "void setThirdPartyCookiePolicy ( ThirdPartyCookiePolicy )" + "void setUserStyleSheetUrl ( const QUrl & )" + "bool testAttribute ( WebAttribute ) const" + "QWebSettings::ThirdPartyCookiePolicy thirdPartyCookiePolicy () const" + "QUrl userStyleSheetUrl () const" + "static void clearIconDatabase ()" + "static void clearMemoryCaches ()" + "static void enablePersistentStorage ( const QString & = QString() )" + "static QWebSettings * globalSettings ()" + "static QString iconDatabasePath ()" + "static QIcon iconForUrl ( const QUrl & )" + "static int maximumPagesInCache ()" + "static qint64 offlineStorageDefaultQuota ()" + "static QString offlineStoragePath ()" + "static QString offlineWebApplicationCachePath ()" + "static qint64 offlineWebApplicationCacheQuota ()" + "static void setIconDatabasePath ( const QString & )" + "static void setMaximumPagesInCache ( int )" + "static void setObjectCacheCapacities ( int , int , int )" + "static void setOfflineStorageDefaultQuota ( qint64 )" + "static void setOfflineStoragePath ( const QString & )" + "static void setOfflineWebApplicationCachePath ( const QString & )" + "static void setOfflineWebApplicationCacheQuota ( qint64 )" + "static void setWebGraphic ( WebGraphic , const QPixmap & )" + "static QPixmap webGraphic ( WebGraphic )") + (("QWhatsThis" . NIL) + "static QAction * createAction ( QObject * = 0 )" + "static void enterWhatsThisMode ()" + "static void hideText ()" + "static bool inWhatsThisMode ()" + "static void leaveWhatsThisMode ()" + "static void showText ( const QPoint & , const QString & , QWidget * = 0 )") + (("QWhatsThisClickedEvent" . "QEvent") + "new QWhatsThisClickedEvent ( const QString & )" + "QString href () const") + (("QWheelEvent" . "QInputEvent") + "new QWheelEvent ( const QPointF & , const QPointF & , QPoint , QPoint , int , Qt::Orientation , Qt::MouseButtons , Qt::KeyboardModifiers )" + "new QWheelEvent ( const QPointF & , const QPointF & , QPoint , QPoint , int , Qt::Orientation , Qt::MouseButtons , Qt::KeyboardModifiers , Qt::ScrollPhase )" + "new QWheelEvent ( const QPointF & , const QPointF & , QPoint , QPoint , int , Qt::Orientation , Qt::MouseButtons , Qt::KeyboardModifiers , Qt::ScrollPhase , Qt::MouseEventSource )" + "QPoint angleDelta () const" + "Qt::MouseButtons buttons () const" + "QPoint globalPos () const" + "const QPointF & globalPosF () const" + "int globalX () const" + "int globalY () const" + "Qt::ScrollPhase phase () const" + "QPoint pixelDelta () const" + "QPoint pos () const" + "const QPointF & posF () const" + "Qt::MouseEventSource source () const" + "int x () const" + "int y () const") + (("QWidgetItem" . "QLayoutItem") + "new QWidgetItem ( QWidget * )" + "virtual QSizePolicy::ControlTypes controlTypes () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual QRect geometry () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual bool isEmpty () const" + "virtual QSize maximumSize () const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QWidget * widget ()") + (("QWindowStateChangeEvent" . "QEvent") + "Qt::WindowStates oldState () const") + (("QWriteLocker" . NIL) + "new QWriteLocker ( QReadWriteLock * )" + "QReadWriteLock * readWriteLock () const" + "void relock ()" + "void unlock ()") +)) diff --git a/helper/parsed/n-override.lisp b/helper/parsed/n-override.lisp new file mode 100644 index 0000000..20757b9 --- /dev/null +++ b/helper/parsed/n-override.lisp @@ -0,0 +1,459 @@ +(defparameter *n-override* '( + (("QAbstractGraphicsShapeItem" . "QGraphicsItem") + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const") + (("QAccessible" . NIL)) + (("QAccessibleEvent" . NIL) + "virtual QAccessibleInterface * accessibleInterface () const") + (("QAccessibleInterface" . NIL) + "virtual QColor backgroundColor () const" + "virtual QAccessibleInterface * child ( int ) const = 0" + "virtual QAccessibleInterface * childAt ( int , int ) const = 0" + "virtual int childCount () const = 0" + "virtual QAccessibleInterface * focusChild () const" + "virtual QColor foregroundColor () const" + "virtual int indexOfChild ( const QAccessibleInterface * ) const = 0" + "virtual bool isValid () const = 0" + "virtual QObject * object () const = 0" + "virtual QAccessibleInterface * parent () const = 0" + "virtual QRect rect () const = 0" + "virtual QAccessible::Role role () const = 0" + "virtual void setText ( QAccessible::Text , const QString & ) = 0" + "virtual QString text ( QAccessible::Text ) const = 0" + "virtual QWindow * window () const") + (("QAccessibleObject" . "QAccessibleInterface") + "virtual QAccessibleInterface * childAt ( int , int ) const" + "virtual bool isValid () const" + "virtual QObject * object () const" + "virtual QRect rect () const" + "virtual void setText ( QAccessible::Text , const QString & )") + (("QAccessibleWidget" . "QAccessibleObject") + "virtual QStringList actionNames () const" + "virtual QColor backgroundColor () const" + "virtual QAccessibleInterface * child ( int ) const" + "virtual int childCount () const" + "virtual void doAction ( const QString & )" + "virtual QAccessibleInterface * focusChild () const" + "virtual QColor foregroundColor () const" + "virtual int indexOfChild ( const QAccessibleInterface * ) const" + "virtual bool isValid () const" + "virtual QStringList keyBindingsForAction ( const QString & ) const" + "virtual QAccessibleInterface * parent () const" + "virtual QRect rect () const" + "virtual QAccessible::Role role () const" + "virtual QString text ( QAccessible::Text ) const" + "virtual QWindow * window () const") + (("QActionEvent" . "QEvent")) + (("QAuthenticator" . NIL)) + (("QBasicTimer" . NIL)) + (("QBitArray" . NIL)) + (("QBitmap" . "QPixmap")) + (("QBrush" . NIL)) + (("QChildEvent" . "QEvent")) + (("QCloseEvent" . "QEvent")) + (("QColor" . NIL)) + (("QConicalGradient" . "QGradient")) + (("QContextMenuEvent" . "QInputEvent")) + (("QCryptographicHash" . NIL)) + (("QCursor" . NIL)) + (("QDate" . NIL)) + (("QDateTime" . NIL)) + (("QDesktopServices" . NIL)) + (("QDir" . NIL)) + (("QDirIterator" . NIL)) + (("QDragEnterEvent" . "QDragMoveEvent")) + (("QDragLeaveEvent" . "QEvent")) + (("QDragMoveEvent" . "QDropEvent")) + (("QDropEvent" . "QEvent")) + (("QDynamicPropertyChangeEvent" . "QEvent")) + (("QEasingCurve" . NIL)) + (("QEvent" . NIL)) + (("QFileIconProvider" . NIL) + "virtual QIcon icon ( IconType ) const" + "virtual QIcon icon ( const QFileInfo & ) const" + "virtual QString type ( const QFileInfo & ) const") + (("QFileInfo" . NIL)) + (("QFileOpenEvent" . "QEvent")) + (("QFocusEvent" . "QEvent")) + (("QFont" . NIL)) + (("QFontDatabase" . NIL)) + (("QFontInfo" . NIL)) + (("QFontMetrics" . NIL)) + (("QGLColormap" . NIL)) + (("QGLContext" . NIL) + "virtual bool create ( const QGLContext * = 0 )" + "virtual void doneCurrent ()" + "virtual void makeCurrent ()" + "virtual void swapBuffers () const" + "virtual bool chooseContext ( const QGLContext * = 0 )") + (("QGLFormat" . NIL)) + (("QGLFramebufferObject" . "QPaintDevice") + "virtual int metric ( PaintDeviceMetric ) const") + (("QGLFramebufferObjectFormat" . NIL)) + (("QGLPixelBuffer" . "QPaintDevice") + "virtual int metric ( PaintDeviceMetric ) const") + (("QGestureEvent" . "QEvent")) + (("QGradient" . NIL)) + (("QGraphicsAnchorLayout" . "QGraphicsLayout") + "virtual int count () const" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const" + "virtual void removeAt ( int )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const") + (("QGraphicsEllipseItem" . "QAbstractGraphicsShapeItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsGridLayout" . "QGraphicsLayout") + "virtual int count () const" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const" + "virtual void removeAt ( int )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const") + (("QGraphicsItem" . NIL) + "virtual void advance ( int )" + "virtual QRectF boundingRect () const = 0" + "virtual bool collidesWithItem ( const QGraphicsItem * , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "virtual bool collidesWithPath ( const QPainterPath & , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 ) = 0" + "virtual QPainterPath shape () const" + "virtual int type () const" + "virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * )" + "virtual void dragEnterEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragLeaveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragMoveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dropEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hoverEnterEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverLeaveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverMoveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QVariant itemChange ( GraphicsItemChange , const QVariant & )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseMoveEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mousePressEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * )" + "virtual bool sceneEvent ( QEvent * )" + "virtual bool sceneEventFilter ( QGraphicsItem * , QEvent * )" + "virtual void wheelEvent ( QGraphicsSceneWheelEvent * )") + (("QGraphicsItemGroup" . "QGraphicsItem") + "virtual QRectF boundingRect () const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual int type () const") + (("QGraphicsLayout" . "QGraphicsLayoutItem") + "virtual int count () const = 0" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const = 0" + "virtual void removeAt ( int ) = 0" + "virtual void widgetEvent ( QEvent * )" + "virtual void updateGeometry ()") + (("QGraphicsLayoutItem" . NIL) + "virtual void setGeometry ( const QRectF & )" + "virtual void updateGeometry ()" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const = 0") + (("QGraphicsLineItem" . "QGraphicsItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsLinearLayout" . "QGraphicsLayout") + "virtual int count () const" + "virtual void invalidate ()" + "virtual QGraphicsLayoutItem * itemAt ( int ) const" + "virtual void removeAt ( int )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const") + (("QGraphicsPathItem" . "QAbstractGraphicsShapeItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsPixmapItem" . "QGraphicsItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsPolygonItem" . "QAbstractGraphicsShapeItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsRectItem" . "QAbstractGraphicsShapeItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsSceneContextMenuEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneDragDropEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneEvent" . "QEvent")) + (("QGraphicsSceneHelpEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneHoverEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneMouseEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneMoveEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneResizeEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSceneWheelEvent" . "QGraphicsSceneEvent")) + (("QGraphicsSimpleTextItem" . "QAbstractGraphicsShapeItem") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QHelpContentItem" . NIL)) + (("QHelpEvent" . "QEvent")) + (("QHelpSearchQuery" . NIL)) + (("QHideEvent" . "QEvent")) + (("QHostAddress" . NIL)) + (("QHostInfo" . NIL)) + (("QHoverEvent" . "QInputEvent")) + (("QIcon" . NIL)) + (("QIconDragEvent" . "QEvent")) + (("QImage" . "QPaintDevice")) + (("QInputEvent" . "QEvent")) + (("QInputMethodEvent" . "QEvent")) + (("QItemEditorFactory" . NIL) + "virtual QWidget * createEditor ( int , QWidget * ) const" + "virtual QByteArray valuePropertyName ( int ) const") + (("QItemSelectionRange" . NIL)) + (("QKeyEvent" . "QInputEvent")) + (("QKeySequence" . NIL)) + (("QLayoutItem" . NIL) + "virtual QSizePolicy::ControlTypes controlTypes () const" + "virtual Qt::Orientations expandingDirections () const = 0" + "virtual QRect geometry () const = 0" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual bool isEmpty () const = 0" + "virtual QLayout * layout ()" + "virtual QSize maximumSize () const = 0" + "virtual int minimumHeightForWidth ( int ) const" + "virtual QSize minimumSize () const = 0" + "virtual void setGeometry ( const QRect & ) = 0" + "virtual QSize sizeHint () const = 0" + "virtual QSpacerItem * spacerItem ()" + "virtual QWidget * widget ()") + (("QLibraryInfo" . NIL)) + (("QLinearGradient" . "QGradient")) + (("QListWidgetItem" . NIL) + "virtual QListWidgetItem * clone () const" + "virtual QVariant data ( int ) const" + "virtual void setData ( int , const QVariant & )") + (("QLocale" . NIL)) + (("QMargins" . NIL)) + (("QMatrix" . NIL)) + (("QMatrix4x4" . NIL)) + (("QMetaObject" . NIL)) + (("QModelIndex" . NIL)) + (("QMouseEvent" . "QInputEvent")) + (("QMoveEvent" . "QEvent")) + (("QNetworkAddressEntry" . NIL)) + (("QNetworkCacheMetaData" . NIL)) + (("QNetworkCookie" . NIL)) + (("QNetworkInterface" . NIL)) + (("QNetworkProxy" . NIL)) + (("QNetworkProxyFactory" . NIL) + "virtual QList queryProxy ( const QNetworkProxyQuery & = QNetworkProxyQuery() ) = 0") + (("QNetworkProxyQuery" . NIL)) + (("QNetworkRequest" . NIL)) + (("QPagedPaintDevice" . "QPaintDevice") + "virtual bool newPage () = 0" + "virtual void setPageSize ( PageSize )" + "virtual void setPageSizeMM ( const QSizeF & )") + (("QPaintDevice" . NIL) + "virtual int metric ( PaintDeviceMetric ) const") + (("QPaintEvent" . "QEvent")) + (("QPainter" . NIL)) + (("QPainterPath" . NIL)) + (("QPainterPathStroker" . NIL)) + (("QPalette" . NIL)) + (("QPen" . NIL)) + (("QPersistentModelIndex" . NIL)) + (("QPicture" . "QPaintDevice") + "virtual void setData ( const char * , uint )") + (("QPixmap" . "QPaintDevice")) + (("QPixmapCache" . NIL)) + (("QPrinter" . "QPagedPaintDevice") + "virtual bool newPage ()") + (("QPrinterInfo" . NIL)) + (("QProcessEnvironment" . NIL)) + (("QQuaternion" . NIL)) + (("QRadialGradient" . "QGradient")) + (("QReadLocker" . NIL)) + (("QReadWriteLock" . NIL)) + (("QRegExp" . NIL)) + (("QRegion" . NIL)) + (("QResizeEvent" . "QEvent")) + (("QRunnable" . NIL) + "virtual void run () = 0") + (("QSemaphore" . NIL)) + (("QShortcutEvent" . "QEvent")) + (("QShowEvent" . "QEvent")) + (("QSizePolicy" . NIL)) + (("QSpacerItem" . "QLayoutItem") + "virtual Qt::Orientations expandingDirections () const" + "virtual QRect geometry () const" + "virtual bool isEmpty () const" + "virtual QSize maximumSize () const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QSpacerItem * spacerItem ()") + (("QSqlDatabase" . NIL)) + (("QSqlError" . NIL)) + (("QSqlField" . NIL)) + (("QSqlIndex" . "QSqlRecord")) + (("QSqlQuery" . NIL)) + (("QSqlRecord" . NIL)) + (("QSqlRelation" . NIL)) + (("QSqlResult" . NIL) + "virtual QVariant handle () const" + "virtual void bindValue ( int , const QVariant & , QSql::ParamType )" + "virtual void bindValue ( const QString & , const QVariant & , QSql::ParamType )" + "virtual QVariant data ( int ) = 0" + "virtual bool exec ()" + "virtual bool fetch ( int ) = 0" + "virtual bool fetchFirst () = 0" + "virtual bool fetchLast () = 0" + "virtual bool fetchNext ()" + "virtual bool fetchPrevious ()" + "virtual bool isNull ( int ) = 0" + "virtual QVariant lastInsertId () const" + "virtual int numRowsAffected () = 0" + "virtual bool prepare ( const QString & )" + "virtual QSqlRecord record () const" + "virtual bool reset ( const QString & ) = 0" + "virtual bool savePrepare ( const QString & )" + "virtual void setActive ( bool )" + "virtual void setAt ( int )" + "virtual void setForwardOnly ( bool )" + "virtual void setLastError ( const QSqlError & )" + "virtual void setQuery ( const QString & )" + "virtual void setSelect ( bool )" + "virtual int size () = 0") + (("QSslCertificate" . NIL)) + (("QSslCipher" . NIL)) + (("QSslConfiguration" . NIL)) + (("QSslError" . NIL)) + (("QSslKey" . NIL)) + (("QStandardItem" . NIL) + "virtual QStandardItem * clone () const" + "virtual QVariant data ( int = Qt::UserRole + 1 ) const" + "virtual void setData ( const QVariant & , int = Qt::UserRole + 1 )" + "virtual int type () const") + (("QStatusTipEvent" . "QEvent")) + (("QStyleOption" . NIL)) + (("QStyleOptionGraphicsItem" . "QStyleOption")) + (("QSvgGenerator" . "QPaintDevice") + "virtual int metric ( QPaintDevice::PaintDeviceMetric ) const") + (("QSystemSemaphore" . NIL)) + (("QTableWidgetItem" . NIL) + "virtual QTableWidgetItem * clone () const" + "virtual QVariant data ( int ) const" + "virtual void setData ( int , const QVariant & )") + (("QTableWidgetSelectionRange" . NIL)) + (("QTabletEvent" . "QInputEvent")) + (("QTextBlock" . NIL)) + (("QTextBlockFormat" . "QTextFormat")) + (("QTextBlockUserData" . NIL)) + (("QTextBoundaryFinder" . NIL)) + (("QTextCharFormat" . "QTextFormat")) + (("QTextCodec" . NIL) + "virtual QList aliases () const" + "virtual int mibEnum () const = 0" + "virtual QByteArray name () const = 0" + "virtual QByteArray convertFromUnicode ( const QChar * , int , ConverterState * ) const = 0" + "virtual QString convertToUnicode ( const char * , int , ConverterState * ) const = 0") + (("QTextCursor" . NIL)) + (("QTextDecoder" . NIL)) + (("QTextDocumentFragment" . NIL)) + (("QTextDocumentWriter" . NIL)) + (("QTextEncoder" . NIL)) + (("QTextFormat" . NIL)) + (("QTextFragment" . NIL)) + (("QTextFrameFormat" . "QTextFormat")) + (("QTextImageFormat" . "QTextCharFormat")) + (("QTextLayout" . NIL)) + (("QTextLength" . NIL)) + (("QTextLine" . NIL)) + (("QTextListFormat" . "QTextFormat")) + (("QTextOption" . NIL)) + (("QTextTableCell" . NIL)) + (("QTextTableCellFormat" . "QTextCharFormat")) + (("QTextTableFormat" . "QTextFrameFormat")) + (("QTime" . NIL)) + (("QTimerEvent" . "QEvent")) + (("QToolTip" . NIL)) + (("QTouchEvent" . "QInputEvent")) + (("QTransform" . NIL)) + (("QTreeWidgetItem" . NIL) + "virtual QTreeWidgetItem * clone () const" + "virtual QVariant data ( int , int ) const" + "virtual void setData ( int , int , const QVariant & )") + (("QUndoCommand" . NIL) + "virtual int id () const" + "virtual bool mergeWith ( const QUndoCommand * )" + "virtual void redo ()" + "virtual void undo ()") + (("QUrl" . NIL)) + (("QVariant" . NIL)) + (("QVector2D" . NIL)) + (("QVector3D" . NIL)) + (("QVector4D" . NIL)) + (("QWebDatabase" . NIL)) + (("QWebElement" . NIL)) + (("QWebElementCollection" . NIL)) + (("QWebHistory" . NIL)) + (("QWebHistoryItem" . NIL)) + (("QWebHitTestResult" . NIL)) + (("QWebSecurityOrigin" . NIL)) + (("QWebSettings" . NIL)) + (("QWhatsThis" . NIL)) + (("QWhatsThisClickedEvent" . "QEvent")) + (("QWheelEvent" . "QInputEvent")) + (("QWidgetItem" . "QLayoutItem") + "virtual QSizePolicy::ControlTypes controlTypes () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual QRect geometry () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual bool isEmpty () const" + "virtual QSize maximumSize () const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QWidget * widget ()") + (("QWindowStateChangeEvent" . "QEvent")) + (("QWriteLocker" . NIL)) +)) diff --git a/helper/parsed/q-methods.lisp b/helper/parsed/q-methods.lisp new file mode 100644 index 0000000..11e570e --- /dev/null +++ b/helper/parsed/q-methods.lisp @@ -0,0 +1,4889 @@ +(defparameter *q-methods* '( + (("QAbstractAnimation" . "QObject") + "new QAbstractAnimation ( QObject * = 0 )" + "int currentLoop () const" + "int currentLoopTime () const" + "int currentTime () const" + "Direction direction () const" + "virtual int duration () const = 0" + "QAnimationGroup * group () const" + "int loopCount () const" + "void setDirection ( Direction )" + "void setLoopCount ( int )" + "State state () const" + "int totalDuration () const") + (("QAbstractButton" . "QWidget") + "new QAbstractButton ( QWidget * = 0 )" + "bool autoExclusive () const" + "bool autoRepeat () const" + "int autoRepeatDelay () const" + "int autoRepeatInterval () const" + "QButtonGroup * group () const" + "QIcon icon () const" + "QSize iconSize () const" + "bool isCheckable () const" + "bool isChecked () const" + "bool isDown () const" + "void setAutoExclusive ( bool )" + "void setAutoRepeat ( bool )" + "void setAutoRepeatDelay ( int )" + "void setAutoRepeatInterval ( int )" + "void setCheckable ( bool )" + "void setDown ( bool )" + "void setIcon ( const QIcon & )" + "void setShortcut ( const QKeySequence & )" + "void setText ( const QString & )" + "QKeySequence shortcut () const" + "QString text () const") + (("QAbstractItemDelegate" . "QObject") + "new QAbstractItemDelegate ( QObject * = 0 )" + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void destroyEditor ( QWidget * , const QModelIndex & ) const" + "virtual bool editorEvent ( QEvent * , QAbstractItemModel * , const QStyleOptionViewItem & , const QModelIndex & )" + "virtual bool helpEvent ( QHelpEvent * , QAbstractItemView * , const QStyleOptionViewItem & , const QModelIndex & )" + "virtual void paint ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const = 0" + "virtual void setEditorData ( QWidget * , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const" + "virtual QSize sizeHint ( const QStyleOptionViewItem & , const QModelIndex & ) const = 0" + "virtual void updateEditorGeometry ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const") + (("QAbstractItemModel" . "QObject") + "new QAbstractItemModel ( QObject * = 0 )" + "virtual QModelIndex buddy ( const QModelIndex & ) const" + "virtual bool canDropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const = 0" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const = 0" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "bool hasIndex ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const = 0" + "bool insertColumn ( int , const QModelIndex & = QModelIndex() )" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "bool insertRow ( int , const QModelIndex & = QModelIndex() )" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual QModelIndexList match ( const QModelIndex & , int , const QVariant & , int = 1 , Qt::MatchFlags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "bool moveColumn ( const QModelIndex & , int , const QModelIndex & , int )" + "virtual bool moveColumns ( const QModelIndex & , int , int , const QModelIndex & , int )" + "bool moveRow ( const QModelIndex & , int , const QModelIndex & , int )" + "virtual bool moveRows ( const QModelIndex & , int , int , const QModelIndex & , int )" + "virtual QModelIndex parent ( const QModelIndex & ) const = 0" + "bool removeColumn ( int , const QModelIndex & = QModelIndex() )" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "bool removeRow ( int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const = 0" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual QSize span ( const QModelIndex & ) const" + "virtual Qt::DropActions supportedDragActions () const" + "virtual Qt::DropActions supportedDropActions () const" + "protected void beginInsertColumns ( const QModelIndex & , int , int )" + "protected void beginInsertRows ( const QModelIndex & , int , int )" + "protected bool beginMoveColumns ( const QModelIndex & , int , int , const QModelIndex & , int )" + "protected bool beginMoveRows ( const QModelIndex & , int , int , const QModelIndex & , int )" + "protected void beginRemoveColumns ( const QModelIndex & , int , int )" + "protected void beginRemoveRows ( const QModelIndex & , int , int )" + "protected void beginResetModel ()" + "protected void changePersistentIndex ( const QModelIndex & , const QModelIndex & )" + "protected void changePersistentIndexList ( const QModelIndexList & , const QModelIndexList & )" + "protected QModelIndex createIndex ( int , int , quintptr ) const" + "protected void endInsertColumns ()" + "protected void endInsertRows ()" + "protected void endMoveColumns ()" + "protected void endMoveRows ()" + "protected void endRemoveColumns ()" + "protected void endRemoveRows ()" + "protected void endResetModel ()" + "protected QModelIndexList persistentIndexList () const") + (("QAbstractItemView" . "QAbstractScrollArea") + "new QAbstractItemView ( QWidget * = 0 )" + "bool alternatingRowColors () const" + "int autoScrollMargin () const" + "void closePersistentEditor ( const QModelIndex & )" + "QModelIndex currentIndex () const" + "Qt::DropAction defaultDropAction () const" + "DragDropMode dragDropMode () const" + "bool dragDropOverwriteMode () const" + "bool dragEnabled () const" + "EditTriggers editTriggers () const" + "bool hasAutoScroll () const" + "ScrollMode horizontalScrollMode () const" + "QSize iconSize () const" + "virtual QModelIndex indexAt ( const QPoint & ) const = 0" + "QWidget * indexWidget ( const QModelIndex & ) const" + "QAbstractItemDelegate * itemDelegate () const" + "QAbstractItemDelegate * itemDelegate ( const QModelIndex & ) const" + "QAbstractItemDelegate * itemDelegateForColumn ( int ) const" + "QAbstractItemDelegate * itemDelegateForRow ( int ) const" + "virtual void keyboardSearch ( const QString & )" + "QAbstractItemModel * model () const" + "void openPersistentEditor ( const QModelIndex & )" + "QModelIndex rootIndex () const" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible ) = 0" + "QAbstractItemView::SelectionBehavior selectionBehavior () const" + "QAbstractItemView::SelectionMode selectionMode () const" + "QItemSelectionModel * selectionModel () const" + "void setAlternatingRowColors ( bool )" + "void setAutoScroll ( bool )" + "void setAutoScrollMargin ( int )" + "void setDefaultDropAction ( Qt::DropAction )" + "void setDragDropMode ( DragDropMode )" + "void setDragDropOverwriteMode ( bool )" + "void setDragEnabled ( bool )" + "void setDropIndicatorShown ( bool )" + "void setEditTriggers ( EditTriggers )" + "void setHorizontalScrollMode ( ScrollMode )" + "void setIconSize ( const QSize & )" + "void setIndexWidget ( const QModelIndex & , QWidget * )" + "void setItemDelegate ( QAbstractItemDelegate * )" + "void setItemDelegateForColumn ( int , QAbstractItemDelegate * )" + "void setItemDelegateForRow ( int , QAbstractItemDelegate * )" + "virtual void setModel ( QAbstractItemModel * )" + "void setSelectionBehavior ( QAbstractItemView::SelectionBehavior )" + "void setSelectionMode ( QAbstractItemView::SelectionMode )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "void setTabKeyNavigation ( bool )" + "void setTextElideMode ( Qt::TextElideMode )" + "void setVerticalScrollMode ( ScrollMode )" + "bool showDropIndicator () const" + "virtual int sizeHintForColumn ( int ) const" + "QSize sizeHintForIndex ( const QModelIndex & ) const" + "virtual int sizeHintForRow ( int ) const" + "bool tabKeyNavigation () const" + "Qt::TextElideMode textElideMode () const" + "ScrollMode verticalScrollMode () const" + "virtual QRect visualRect ( const QModelIndex & ) const = 0" + "protected QPoint dirtyRegionOffset () const" + "protected DropIndicatorPosition dropIndicatorPosition () const" + "protected void executeDelayedItemsLayout ()" + "protected void scheduleDelayedItemsLayout ()" + "protected void scrollDirtyRegion ( int , int )" + "protected void setDirtyRegion ( const QRegion & )" + "protected void setState ( State )" + "protected State state () const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const") + (("QAbstractListModel" . "QAbstractItemModel") + "new QAbstractListModel ( QObject * = 0 )" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual QModelIndex index ( int , int = 0 , const QModelIndex & = QModelIndex() ) const" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const") + (("QAbstractNetworkCache" . "QObject") + "virtual qint64 cacheSize () const = 0" + "virtual QNetworkCacheMetaData metaData ( const QUrl & ) = 0" + "virtual bool remove ( const QUrl & ) = 0" + "virtual void updateMetaData ( const QNetworkCacheMetaData & ) = 0") + (("QAbstractPrintDialog" . "QDialog") + "new QAbstractPrintDialog ( QPrinter * , QWidget * = 0 )" + "int fromPage () const" + "int maxPage () const" + "int minPage () const" + "PrintRange printRange () const" + "QPrinter * printer () const" + "void setFromTo ( int , int )" + "void setMinMax ( int , int )" + "void setOptionTabs ( const QList & )" + "void setPrintRange ( PrintRange )" + "int toPage () const" + "virtual int exec () = 0") + (("QAbstractProxyModel" . "QAbstractItemModel") + "new QAbstractProxyModel ( QObject * = 0 )" + "virtual QModelIndex mapFromSource ( const QModelIndex & ) const = 0" + "virtual QItemSelection mapSelectionFromSource ( const QItemSelection & ) const" + "virtual QItemSelection mapSelectionToSource ( const QItemSelection & ) const" + "virtual QModelIndex mapToSource ( const QModelIndex & ) const = 0" + "virtual void setSourceModel ( QAbstractItemModel * )" + "QAbstractItemModel * sourceModel () const" + "virtual QModelIndex buddy ( const QModelIndex & ) const" + "virtual bool canDropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual void revert ()" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual QSize span ( const QModelIndex & ) const" + "virtual bool submit ()" + "virtual Qt::DropActions supportedDragActions () const" + "virtual Qt::DropActions supportedDropActions () const") + (("QAbstractScrollArea" . "QFrame") + "new QAbstractScrollArea ( QWidget * = 0 )" + "void addScrollBarWidget ( QWidget * , Qt::Alignment )" + "QWidget * cornerWidget () const" + "QScrollBar * horizontalScrollBar () const" + "Qt::ScrollBarPolicy horizontalScrollBarPolicy () const" + "QSize maximumViewportSize () const" + "QWidgetList scrollBarWidgets ( Qt::Alignment )" + "void setCornerWidget ( QWidget * )" + "void setHorizontalScrollBar ( QScrollBar * )" + "void setHorizontalScrollBarPolicy ( Qt::ScrollBarPolicy )" + "void setSizeAdjustPolicy ( SizeAdjustPolicy )" + "void setVerticalScrollBar ( QScrollBar * )" + "void setVerticalScrollBarPolicy ( Qt::ScrollBarPolicy )" + "void setViewport ( QWidget * )" + "virtual void setupViewport ( QWidget * )" + "SizeAdjustPolicy sizeAdjustPolicy () const" + "QScrollBar * verticalScrollBar () const" + "Qt::ScrollBarPolicy verticalScrollBarPolicy () const" + "QWidget * viewport () const" + "protected void setViewportMargins ( int , int , int , int )" + "protected void setViewportMargins ( const QMargins & )" + "protected QMargins viewportMargins () const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QAbstractSlider" . "QWidget") + "new QAbstractSlider ( QWidget * = 0 )" + "bool hasTracking () const" + "bool invertedAppearance () const" + "bool invertedControls () const" + "bool isSliderDown () const" + "int maximum () const" + "int minimum () const" + "Qt::Orientation orientation () const" + "int pageStep () const" + "void setInvertedAppearance ( bool )" + "void setInvertedControls ( bool )" + "void setMaximum ( int )" + "void setMinimum ( int )" + "void setPageStep ( int )" + "void setSingleStep ( int )" + "void setSliderDown ( bool )" + "void setSliderPosition ( int )" + "void setTracking ( bool )" + "int singleStep () const" + "int sliderPosition () const" + "void triggerAction ( SliderAction )" + "int value () const" + "protected SliderAction repeatAction () const" + "protected void setRepeatAction ( SliderAction , int = 500 , int = 50 )") + (("QAbstractSocket" . "QIODevice") + "new QAbstractSocket ( SocketType , QObject * )" + "void abort ()" + "bool bind ( const QHostAddress & , quint16 = 0 , BindMode = DefaultForPlatform )" + "bool bind ( quint16 = 0 , BindMode = DefaultForPlatform )" + "virtual void connectToHost ( const QString & , quint16 , OpenMode = ReadWrite , NetworkLayerProtocol = AnyIPProtocol )" + "virtual void connectToHost ( const QHostAddress & , quint16 , OpenMode = ReadWrite )" + "virtual void disconnectFromHost ()" + "SocketError error () const" + "bool flush ()" + "bool isValid () const" + "QHostAddress localAddress () const" + "quint16 localPort () const" + "PauseModes pauseMode () const" + "QHostAddress peerAddress () const" + "QString peerName () const" + "quint16 peerPort () const" + "QNetworkProxy proxy () const" + "qint64 readBufferSize () const" + "virtual void resume ()" + "void setPauseMode ( PauseModes )" + "void setProxy ( const QNetworkProxy & )" + "virtual void setReadBufferSize ( qint64 )" + "virtual void setSocketOption ( QAbstractSocket::SocketOption , const QVariant & )" + "virtual QVariant socketOption ( QAbstractSocket::SocketOption )" + "SocketType socketType () const" + "SocketState state () const" + "virtual bool waitForConnected ( int = 30000 )" + "virtual bool waitForDisconnected ( int = 30000 )" + "protected void setLocalAddress ( const QHostAddress & )" + "protected void setLocalPort ( quint16 )" + "protected void setPeerAddress ( const QHostAddress & )" + "protected void setPeerName ( const QString & )" + "protected void setPeerPort ( quint16 )" + "protected void setSocketError ( SocketError )" + "protected void setSocketState ( SocketState )" + "virtual bool atEnd () const" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool waitForBytesWritten ( int = 30000 )" + "virtual bool waitForReadyRead ( int = 30000 )") + (("QAbstractSpinBox" . "QWidget") + "new QAbstractSpinBox ( QWidget * = 0 )" + "Qt::Alignment alignment () const" + "ButtonSymbols buttonSymbols () const" + "CorrectionMode correctionMode () const" + "virtual void fixup ( QString & ) const" + "bool hasAcceptableInput () const" + "bool hasFrame () const" + "void interpretText ()" + "bool isAccelerated () const" + "bool isGroupSeparatorShown () const" + "bool isReadOnly () const" + "bool keyboardTracking () const" + "void setAccelerated ( bool )" + "void setAlignment ( Qt::Alignment )" + "void setButtonSymbols ( ButtonSymbols )" + "void setCorrectionMode ( CorrectionMode )" + "void setFrame ( bool )" + "void setGroupSeparatorShown ( bool )" + "void setKeyboardTracking ( bool )" + "void setReadOnly ( bool )" + "void setSpecialValueText ( const QString & )" + "void setWrapping ( bool )" + "QString specialValueText () const" + "virtual void stepBy ( int )" + "QString text () const" + "virtual QValidator::State validate ( QString & , int & ) const" + "bool wrapping () const" + "protected void initStyleOption ( QStyleOptionSpinBox * ) const" + "protected QLineEdit * lineEdit () const" + "protected void setLineEdit ( QLineEdit * )" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QAbstractState" . "QObject") + "bool active () const" + "QStateMachine * machine () const" + "QState * parentState () const") + (("QAbstractTableModel" . "QAbstractItemModel") + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const") + (("QAbstractTextDocumentLayout" . "QObject") + "new QAbstractTextDocumentLayout ( QTextDocument * )" + "QString anchorAt ( const QPointF & ) const" + "virtual QRectF blockBoundingRect ( const QTextBlock & ) const = 0" + "QTextDocument * document () const" + "virtual QSizeF documentSize () const = 0" + "virtual void draw ( QPainter * , const PaintContext & ) = 0" + "virtual QRectF frameBoundingRect ( QTextFrame * ) const = 0" + "virtual int hitTest ( const QPointF & , Qt::HitTestAccuracy ) const = 0" + "virtual int pageCount () const = 0" + "QPaintDevice * paintDevice () const" + "void setPaintDevice ( QPaintDevice * )" + "protected QTextCharFormat format ( int )") + (("QAbstractTransition" . "QObject") + "new QAbstractTransition ( QState * = 0 )" + "void addAnimation ( QAbstractAnimation * )" + "QList animations () const" + "QStateMachine * machine () const" + "void removeAnimation ( QAbstractAnimation * )" + "void setTargetState ( QAbstractState * )" + "void setTargetStates ( const QList & )" + "void setTransitionType ( TransitionType )" + "QState * sourceState () const" + "QAbstractState * targetState () const" + "QList targetStates () const" + "TransitionType transitionType () const") + (("QAction" . "QObject") + "new QAction ( QObject * )" + "new QAction ( const QString & , QObject * )" + "new QAction ( const QIcon & , const QString & , QObject * )" + "QActionGroup * actionGroup () const" + "void activate ( ActionEvent )" + "QList associatedGraphicsWidgets () const" + "QList associatedWidgets () const" + "bool autoRepeat () const" + "QVariant data () const" + "QFont font () const" + "QIcon icon () const" + "QString iconText () const" + "bool isCheckable () const" + "bool isChecked () const" + "bool isEnabled () const" + "bool isIconVisibleInMenu () const" + "bool isSeparator () const" + "bool isVisible () const" + "QMenu * menu () const" + "MenuRole menuRole () const" + "QWidget * parentWidget () const" + "Priority priority () const" + "void setActionGroup ( QActionGroup * )" + "void setAutoRepeat ( bool )" + "void setCheckable ( bool )" + "void setData ( const QVariant & )" + "void setFont ( const QFont & )" + "void setIcon ( const QIcon & )" + "void setIconText ( const QString & )" + "void setIconVisibleInMenu ( bool )" + "void setMenu ( QMenu * )" + "void setMenuRole ( MenuRole )" + "void setPriority ( Priority )" + "void setSeparator ( bool )" + "void setShortcut ( const QKeySequence & )" + "void setShortcutContext ( Qt::ShortcutContext )" + "void setShortcuts ( const QList & )" + "void setShortcuts ( QKeySequence::StandardKey )" + "void setStatusTip ( const QString & )" + "void setText ( const QString & )" + "void setToolTip ( const QString & )" + "void setWhatsThis ( const QString & )" + "QKeySequence shortcut () const" + "Qt::ShortcutContext shortcutContext () const" + "QList shortcuts () const" + "bool showStatusText ( QWidget * = 0 )" + "QString statusTip () const" + "QString text () const" + "QString toolTip () const" + "QString whatsThis () const") + (("QActionGroup" . "QObject") + "new QActionGroup ( QObject * )" + "QList actions () const" + "QAction * addAction ( QAction * )" + "QAction * addAction ( const QString & )" + "QAction * addAction ( const QIcon & , const QString & )" + "QAction * checkedAction () const" + "bool isEnabled () const" + "bool isExclusive () const" + "bool isVisible () const" + "void removeAction ( QAction * )") + (("QAnimationGroup" . "QAbstractAnimation") + "new QAnimationGroup ( QObject * = 0 )" + "void addAnimation ( QAbstractAnimation * )" + "QAbstractAnimation * animationAt ( int ) const" + "int animationCount () const" + "void clear ()" + "int indexOfAnimation ( QAbstractAnimation * ) const" + "void insertAnimation ( int , QAbstractAnimation * )" + "void removeAnimation ( QAbstractAnimation * )" + "QAbstractAnimation * takeAnimation ( int )") + (("QApplication" . "QGuiApplication") + "QString styleSheet () const" + "virtual bool notify ( QObject * , QEvent * )" + "static QWidget * activeModalWidget ()" + "static QWidget * activePopupWidget ()" + "static QWidget * activeWindow ()" + "static void alert ( QWidget * , int = 0 )" + "static QWidgetList allWidgets ()" + "static void beep ()" + "static int colorSpec ()" + "static int cursorFlashTime ()" + "static QDesktopWidget * desktop ()" + "static int doubleClickInterval ()" + "static int exec ()" + "static QWidget * focusWidget ()" + "static QFont font ()" + "static QFont font ( const QWidget * )" + "static QFont font ( const char * )" + "static QFontMetrics fontMetrics ()" + "static QSize globalStrut ()" + "static bool isEffectEnabled ( Qt::UIEffect )" + "static int keyboardInputInterval ()" + "static QPalette palette ( const QWidget * )" + "static QPalette palette ( const char * )" + "static void setActiveWindow ( QWidget * )" + "static void setColorSpec ( int )" + "static void setCursorFlashTime ( int )" + "static void setDoubleClickInterval ( int )" + "static void setEffectEnabled ( Qt::UIEffect , bool = true )" + "static void setFont ( const QFont & , const char * = 0 )" + "static void setGlobalStrut ( const QSize & )" + "static void setKeyboardInputInterval ( int )" + "static void setPalette ( const QPalette & , const char * = 0 )" + "static void setStartDragDistance ( int )" + "static void setStartDragTime ( int )" + "static void setStyle ( QStyle * )" + "static QStyle * setStyle ( const QString & )" + "static void setWheelScrollLines ( int )" + "static void setWindowIcon ( const QIcon & )" + "static int startDragDistance ()" + "static int startDragTime ()" + "static QStyle * style ()" + "static QWidget * topLevelAt ( const QPoint & )" + "static QWidget * topLevelAt ( int , int )" + "static QWidgetList topLevelWidgets ()" + "static int wheelScrollLines ()" + "static QWidget * widgetAt ( const QPoint & )" + "static QWidget * widgetAt ( int , int )" + "static QIcon windowIcon ()") + (("QBoxLayout" . "QLayout") + "new QBoxLayout ( Direction , QWidget * = 0 )" + "void addLayout ( QLayout * , int = 0 )" + "void addSpacerItem ( QSpacerItem * )" + "void addSpacing ( int )" + "void addStretch ( int = 0 )" + "void addStrut ( int )" + "void addWidget ( QWidget * , int = 0 , Qt::Alignment = 0 )" + "Direction direction () const" + "void insertItem ( int , QLayoutItem * )" + "void insertLayout ( int , QLayout * , int = 0 )" + "void insertSpacerItem ( int , QSpacerItem * )" + "void insertSpacing ( int , int )" + "void insertStretch ( int , int = 0 )" + "void insertWidget ( int , QWidget * , int = 0 , Qt::Alignment = 0 )" + "void setDirection ( Direction )" + "void setSpacing ( int )" + "void setStretch ( int , int )" + "bool setStretchFactor ( QWidget * , int )" + "bool setStretchFactor ( QLayout * , int )" + "int spacing () const" + "int stretch ( int ) const" + "virtual void addItem ( QLayoutItem * )" + "virtual int count () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize maximumSize () const" + "virtual int minimumHeightForWidth ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QBuffer" . "QIODevice") + "new QBuffer ( QObject * = 0 )" + "QByteArray & buffer ()" + "const QByteArray & buffer () const" + "const QByteArray & data () const" + "void setData ( const QByteArray & )" + "void setData ( const char * , int )" + "virtual bool atEnd () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool open ( OpenMode )" + "virtual qint64 pos () const" + "virtual bool seek ( qint64 )" + "virtual qint64 size () const") + (("QButtonGroup" . "QObject") + "new QButtonGroup ( QObject * = 0 )" + "void addButton ( QAbstractButton * , int = -1 )" + "QAbstractButton * button ( int ) const" + "QList buttons () const" + "QAbstractButton * checkedButton () const" + "int checkedId () const" + "bool exclusive () const" + "int id ( QAbstractButton * ) const" + "void removeButton ( QAbstractButton * )" + "void setExclusive ( bool )" + "void setId ( QAbstractButton * , int )") + (("QCalendarWidget" . "QWidget") + "new QCalendarWidget ( QWidget * = 0 )" + "int dateEditAcceptDelay () const" + "QTextCharFormat dateTextFormat ( const QDate & ) const" + "Qt::DayOfWeek firstDayOfWeek () const" + "QTextCharFormat headerTextFormat () const" + "HorizontalHeaderFormat horizontalHeaderFormat () const" + "bool isDateEditEnabled () const" + "bool isGridVisible () const" + "bool isNavigationBarVisible () const" + "QDate maximumDate () const" + "QDate minimumDate () const" + "int monthShown () const" + "QDate selectedDate () const" + "SelectionMode selectionMode () const" + "void setDateEditAcceptDelay ( int )" + "void setDateEditEnabled ( bool )" + "void setDateTextFormat ( const QDate & , const QTextCharFormat & )" + "void setFirstDayOfWeek ( Qt::DayOfWeek )" + "void setHeaderTextFormat ( const QTextCharFormat & )" + "void setHorizontalHeaderFormat ( HorizontalHeaderFormat )" + "void setMaximumDate ( const QDate & )" + "void setMinimumDate ( const QDate & )" + "void setSelectionMode ( SelectionMode )" + "void setVerticalHeaderFormat ( VerticalHeaderFormat )" + "void setWeekdayTextFormat ( Qt::DayOfWeek , const QTextCharFormat & )" + "VerticalHeaderFormat verticalHeaderFormat () const" + "QTextCharFormat weekdayTextFormat ( Qt::DayOfWeek ) const" + "int yearShown () const" + "protected void updateCell ( const QDate & )" + "protected void updateCells ()" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QCheckBox" . "QAbstractButton") + "new QCheckBox ( QWidget * = 0 )" + "new QCheckBox ( const QString & , QWidget * = 0 )" + "Qt::CheckState checkState () const" + "bool isTristate () const" + "void setCheckState ( Qt::CheckState )" + "void setTristate ( bool = true )" + "protected void initStyleOption ( QStyleOptionButton * ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QClipboard" . "QObject") + "void clear ( Mode = Clipboard )" + "QImage image ( Mode = Clipboard ) const" + "const QMimeData * mimeData ( Mode = Clipboard ) const" + "bool ownsClipboard () const" + "bool ownsFindBuffer () const" + "bool ownsSelection () const" + "QPixmap pixmap ( Mode = Clipboard ) const" + "void setImage ( const QImage & , Mode = Clipboard )" + "void setMimeData ( QMimeData * , Mode = Clipboard )" + "void setPixmap ( const QPixmap & , Mode = Clipboard )" + "void setText ( const QString & , Mode = Clipboard )" + "bool supportsFindBuffer () const" + "bool supportsSelection () const" + "QString text ( Mode = Clipboard ) const" + "QString text ( QString & , Mode = Clipboard ) const") + (("QColorDialog" . "QDialog") + "new QColorDialog ( QWidget * = 0 )" + "new QColorDialog ( const QColor & , QWidget * = 0 )" + "QColor currentColor () const" + "void open ( QObject * , const char * )" + "ColorDialogOptions options () const" + "QColor selectedColor () const" + "void setCurrentColor ( const QColor & )" + "void setOption ( ColorDialogOption , bool = true )" + "void setOptions ( ColorDialogOptions )" + "bool testOption ( ColorDialogOption ) const" + "virtual void setVisible ( bool )" + "static QColor customColor ( int )" + "static int customCount ()" + "static QColor getColor ( const QColor & = Qt::white , QWidget * = 0 , const QString & = QString() , ColorDialogOptions = 0 )" + "static void setCustomColor ( int , QColor )" + "static void setStandardColor ( int , QColor )" + "static QColor standardColor ( int )") + (("QColumnView" . "QAbstractItemView") + "new QColumnView ( QWidget * = 0 )" + "QList columnWidths () const" + "QWidget * previewWidget () const" + "bool resizeGripsVisible () const" + "void setColumnWidths ( const QList & )" + "void setPreviewWidget ( QWidget * )" + "void setResizeGripsVisible ( bool )" + "protected void initializeColumn ( QAbstractItemView * ) const" + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible )" + "virtual void selectAll ()" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setRootIndex ( const QModelIndex & )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual QSize sizeHint () const" + "virtual QRect visualRect ( const QModelIndex & ) const") + (("QComboBox" . "QWidget") + "new QComboBox ( QWidget * = 0 )" + "void addItem ( const QString & , const QVariant & = QVariant() )" + "void addItem ( const QIcon & , const QString & , const QVariant & = QVariant() )" + "void addItems ( const QStringList & )" + "QCompleter * completer () const" + "int count () const" + "QVariant currentData ( int = Qt::UserRole ) const" + "int currentIndex () const" + "QString currentText () const" + "bool duplicatesEnabled () const" + "int findData ( const QVariant & , int = Qt::UserRole , Qt::MatchFlags = static_cast ( Qt::MatchExactly | Qt::MatchCaseSensitive ) ) const" + "int findText ( const QString & , Qt::MatchFlags = static_cast ( Qt::MatchExactly | Qt::MatchCaseSensitive ) ) const" + "bool hasFrame () const" + "virtual void hidePopup ()" + "QSize iconSize () const" + "void insertItem ( int , const QString & , const QVariant & = QVariant() )" + "void insertItem ( int , const QIcon & , const QString & , const QVariant & = QVariant() )" + "void insertItems ( int , const QStringList & )" + "InsertPolicy insertPolicy () const" + "void insertSeparator ( int )" + "bool isEditable () const" + "QVariant itemData ( int , int = Qt::UserRole ) const" + "QAbstractItemDelegate * itemDelegate () const" + "QIcon itemIcon ( int ) const" + "QString itemText ( int ) const" + "QLineEdit * lineEdit () const" + "int maxCount () const" + "int maxVisibleItems () const" + "int minimumContentsLength () const" + "QAbstractItemModel * model () const" + "int modelColumn () const" + "void removeItem ( int )" + "QModelIndex rootModelIndex () const" + "void setCompleter ( QCompleter * )" + "void setDuplicatesEnabled ( bool )" + "void setEditable ( bool )" + "void setFrame ( bool )" + "void setIconSize ( const QSize & )" + "void setInsertPolicy ( InsertPolicy )" + "void setItemData ( int , const QVariant & , int = Qt::UserRole )" + "void setItemDelegate ( QAbstractItemDelegate * )" + "void setItemIcon ( int , const QIcon & )" + "void setItemText ( int , const QString & )" + "void setLineEdit ( QLineEdit * )" + "void setMaxCount ( int )" + "void setMaxVisibleItems ( int )" + "void setMinimumContentsLength ( int )" + "void setModel ( QAbstractItemModel * )" + "void setModelColumn ( int )" + "void setRootModelIndex ( const QModelIndex & )" + "void setSizeAdjustPolicy ( SizeAdjustPolicy )" + "void setValidator ( const QValidator * )" + "void setView ( QAbstractItemView * )" + "virtual void showPopup ()" + "SizeAdjustPolicy sizeAdjustPolicy () const" + "const QValidator * validator () const" + "QAbstractItemView * view () const" + "protected void initStyleOption ( QStyleOptionComboBox * ) const" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QCommandLinkButton" . "QPushButton") + "new QCommandLinkButton ( QWidget * = 0 )" + "new QCommandLinkButton ( const QString & , QWidget * = 0 )" + "new QCommandLinkButton ( const QString & , const QString & , QWidget * = 0 )" + "QString description () const" + "void setDescription ( const QString & )") + (("QCommonStyle" . "QStyle") + "new QCommonStyle ()" + "virtual void drawComplexControl ( ComplexControl , const QStyleOptionComplex * , QPainter * , const QWidget * = 0 ) const" + "virtual void drawControl ( ControlElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const" + "virtual void drawPrimitive ( PrimitiveElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const" + "virtual QPixmap generatedIconPixmap ( QIcon::Mode , const QPixmap & , const QStyleOption * ) const" + "virtual SubControl hitTestComplexControl ( ComplexControl , const QStyleOptionComplex * , const QPoint & , const QWidget * = 0 ) const" + "virtual int layoutSpacing ( QSizePolicy::ControlType , QSizePolicy::ControlType , Qt::Orientation , const QStyleOption * = 0 , const QWidget * = 0 ) const" + "virtual int pixelMetric ( PixelMetric , const QStyleOption * = 0 , const QWidget * = 0 ) const" + "virtual void polish ( QPalette & )" + "virtual void polish ( QApplication * )" + "virtual void polish ( QWidget * )" + "virtual QSize sizeFromContents ( ContentsType , const QStyleOption * , const QSize & , const QWidget * = 0 ) const" + "virtual QPixmap standardPixmap ( StandardPixmap , const QStyleOption * = 0 , const QWidget * = 0 ) const" + "virtual int styleHint ( StyleHint , const QStyleOption * = 0 , const QWidget * = 0 , QStyleHintReturn * = 0 ) const" + "virtual QRect subControlRect ( ComplexControl , const QStyleOptionComplex * , SubControl , const QWidget * = 0 ) const" + "virtual QRect subElementRect ( SubElement , const QStyleOption * , const QWidget * = 0 ) const" + "virtual void unpolish ( QWidget * )" + "virtual void unpolish ( QApplication * )") + (("QCompleter" . "QObject") + "new QCompleter ( QObject * = 0 )" + "new QCompleter ( QAbstractItemModel * , QObject * = 0 )" + "new QCompleter ( const QStringList & , QObject * = 0 )" + "Qt::CaseSensitivity caseSensitivity () const" + "int completionColumn () const" + "int completionCount () const" + "CompletionMode completionMode () const" + "QAbstractItemModel * completionModel () const" + "QString completionPrefix () const" + "int completionRole () const" + "QString currentCompletion () const" + "QModelIndex currentIndex () const" + "int currentRow () const" + "Qt::MatchFlags filterMode () const" + "int maxVisibleItems () const" + "QAbstractItemModel * model () const" + "ModelSorting modelSorting () const" + "virtual QString pathFromIndex ( const QModelIndex & ) const" + "QAbstractItemView * popup () const" + "void setCaseSensitivity ( Qt::CaseSensitivity )" + "void setCompletionColumn ( int )" + "void setCompletionMode ( CompletionMode )" + "void setCompletionRole ( int )" + "bool setCurrentRow ( int )" + "void setFilterMode ( Qt::MatchFlags )" + "void setMaxVisibleItems ( int )" + "void setModel ( QAbstractItemModel * )" + "void setModelSorting ( ModelSorting )" + "void setPopup ( QAbstractItemView * )" + "void setWidget ( QWidget * )" + "virtual QStringList splitPath ( const QString & ) const" + "QWidget * widget () const" + "bool wrapAround () const") + (("QCoreApplication" . "QObject") + "void installNativeEventFilter ( QAbstractNativeEventFilter * )" + "virtual bool notify ( QObject * , QEvent * )" + "void removeNativeEventFilter ( QAbstractNativeEventFilter * )" + "static void addLibraryPath ( const QString & )" + "static QString applicationDirPath ()" + "static QString applicationFilePath ()" + "static QString applicationName ()" + "static qint64 applicationPid ()" + "static QString applicationVersion ()" + "static QStringList arguments ()" + "static bool closingDown ()" + "static QAbstractEventDispatcher * eventDispatcher ()" + "static int exec ()" + "static void exit ( int = 0 )" + "static void flush ()" + "static bool installTranslator ( QTranslator * )" + "static QCoreApplication * instance ()" + "static bool isQuitLockEnabled ()" + "static bool isSetuidAllowed ()" + "static QStringList libraryPaths ()" + "static QString organizationDomain ()" + "static QString organizationName ()" + "static void postEvent ( QObject * , QEvent * , int = Qt::NormalEventPriority )" + "static void processEvents ( QEventLoop::ProcessEventsFlags = QEventLoop::AllEvents )" + "static void processEvents ( QEventLoop::ProcessEventsFlags , int )" + "static void removeLibraryPath ( const QString & )" + "static void removePostedEvents ( QObject * , int = 0 )" + "static bool removeTranslator ( QTranslator * )" + "static bool sendEvent ( QObject * , QEvent * )" + "static void sendPostedEvents ( QObject * = 0 , int = 0 )" + "static void setApplicationName ( const QString & )" + "static void setApplicationVersion ( const QString & )" + "static void setAttribute ( Qt::ApplicationAttribute , bool = true )" + "static void setEventDispatcher ( QAbstractEventDispatcher * )" + "static void setLibraryPaths ( const QStringList & )" + "static void setOrganizationDomain ( const QString & )" + "static void setOrganizationName ( const QString & )" + "static void setQuitLockEnabled ( bool )" + "static void setSetuidAllowed ( bool )" + "static bool startingUp ()" + "static bool testAttribute ( Qt::ApplicationAttribute )" + "static QString translate ( const char * , const char * , const char * = 0 , int = -1 )") + (("QDataWidgetMapper" . "QObject") + "new QDataWidgetMapper ( QObject * = 0 )" + "void addMapping ( QWidget * , int )" + "void addMapping ( QWidget * , int , const QByteArray & )" + "void clearMapping ()" + "int currentIndex () const" + "QAbstractItemDelegate * itemDelegate () const" + "QByteArray mappedPropertyName ( QWidget * ) const" + "int mappedSection ( QWidget * ) const" + "QWidget * mappedWidgetAt ( int ) const" + "QAbstractItemModel * model () const" + "Qt::Orientation orientation () const" + "void removeMapping ( QWidget * )" + "QModelIndex rootIndex () const" + "void setItemDelegate ( QAbstractItemDelegate * )" + "void setModel ( QAbstractItemModel * )" + "void setOrientation ( Qt::Orientation )" + "void setRootIndex ( const QModelIndex & )" + "void setSubmitPolicy ( SubmitPolicy )" + "SubmitPolicy submitPolicy () const") + (("QDateEdit" . "QDateTimeEdit") + "new QDateEdit ( QWidget * = 0 )" + "new QDateEdit ( const QDate & , QWidget * = 0 )") + (("QDateTimeEdit" . "QAbstractSpinBox") + "new QDateTimeEdit ( QWidget * = 0 )" + "new QDateTimeEdit ( const QDateTime & , QWidget * = 0 )" + "new QDateTimeEdit ( const QDate & , QWidget * = 0 )" + "new QDateTimeEdit ( const QTime & , QWidget * = 0 )" + "bool calendarPopup () const" + "QCalendarWidget * calendarWidget () const" + "void clearMaximumDate ()" + "void clearMaximumDateTime ()" + "void clearMaximumTime ()" + "void clearMinimumDate ()" + "void clearMinimumDateTime ()" + "void clearMinimumTime ()" + "Section currentSection () const" + "int currentSectionIndex () const" + "QDate date () const" + "QDateTime dateTime () const" + "QString displayFormat () const" + "Sections displayedSections () const" + "QDate maximumDate () const" + "QDateTime maximumDateTime () const" + "QTime maximumTime () const" + "QDate minimumDate () const" + "QDateTime minimumDateTime () const" + "QTime minimumTime () const" + "Section sectionAt ( int ) const" + "int sectionCount () const" + "QString sectionText ( Section ) const" + "void setCalendarPopup ( bool )" + "void setCalendarWidget ( QCalendarWidget * )" + "void setCurrentSection ( Section )" + "void setCurrentSectionIndex ( int )" + "void setDateRange ( const QDate & , const QDate & )" + "void setDateTimeRange ( const QDateTime & , const QDateTime & )" + "void setDisplayFormat ( const QString & )" + "void setMaximumDate ( const QDate & )" + "void setMaximumDateTime ( const QDateTime & )" + "void setMaximumTime ( const QTime & )" + "void setMinimumDate ( const QDate & )" + "void setMinimumDateTime ( const QDateTime & )" + "void setMinimumTime ( const QTime & )" + "void setSelectedSection ( Section )" + "void setTimeRange ( const QTime & , const QTime & )" + "void setTimeSpec ( Qt::TimeSpec )" + "QTime time () const" + "Qt::TimeSpec timeSpec () const" + "protected void initStyleOption ( QStyleOptionSpinBox * ) const" + "virtual void clear ()" + "virtual bool event ( QEvent * )" + "virtual QSize sizeHint () const" + "virtual void stepBy ( int )") + (("QDesktopWidget" . "QWidget") + "const QRect availableGeometry ( int = -1 ) const" + "const QRect availableGeometry ( const QWidget * ) const" + "const QRect availableGeometry ( const QPoint & ) const" + "bool isVirtualDesktop () const" + "int primaryScreen () const" + "QWidget * screen ( int = -1 )" + "int screenCount () const" + "const QRect screenGeometry ( int = -1 ) const" + "const QRect screenGeometry ( const QWidget * ) const" + "const QRect screenGeometry ( const QPoint & ) const" + "int screenNumber ( const QWidget * = 0 ) const" + "int screenNumber ( const QPoint & ) const") + (("QDial" . "QAbstractSlider") + "new QDial ( QWidget * = 0 )" + "int notchSize () const" + "qreal notchTarget () const" + "bool notchesVisible () const" + "void setNotchTarget ( double )" + "bool wrapping () const" + "protected void initStyleOption ( QStyleOptionSlider * ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QDialog" . "QWidget") + "new QDialog ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "bool isSizeGripEnabled () const" + "int result () const" + "void setModal ( bool )" + "void setResult ( int )" + "void setSizeGripEnabled ( bool )" + "virtual QSize minimumSizeHint () const" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const") + (("QDialogButtonBox" . "QWidget") + "new QDialogButtonBox ( QWidget * = 0 )" + "new QDialogButtonBox ( Qt::Orientation , QWidget * = 0 )" + "new QDialogButtonBox ( StandardButtons , QWidget * = 0 )" + "new QDialogButtonBox ( StandardButtons , Qt::Orientation , QWidget * = 0 )" + "void addButton ( QAbstractButton * , ButtonRole )" + "QPushButton * addButton ( const QString & , ButtonRole )" + "QPushButton * addButton ( StandardButton )" + "QPushButton * button ( StandardButton ) const" + "ButtonRole buttonRole ( QAbstractButton * ) const" + "QList buttons () const" + "bool centerButtons () const" + "void clear ()" + "Qt::Orientation orientation () const" + "void removeButton ( QAbstractButton * )" + "void setCenterButtons ( bool )" + "void setOrientation ( Qt::Orientation )" + "void setStandardButtons ( StandardButtons )" + "StandardButton standardButton ( QAbstractButton * ) const" + "StandardButtons standardButtons () const") + (("QDirModel" . "QAbstractItemModel") + "new QDirModel ( const QStringList & , QDir::Filters , QDir::SortFlags , QObject * = 0 )" + "new QDirModel ( QObject * = 0 )" + "QIcon fileIcon ( const QModelIndex & ) const" + "QFileInfo fileInfo ( const QModelIndex & ) const" + "QString fileName ( const QModelIndex & ) const" + "QString filePath ( const QModelIndex & ) const" + "QDir::Filters filter () const" + "QFileIconProvider * iconProvider () const" + "QModelIndex index ( const QString & , int = 0 ) const" + "bool isDir ( const QModelIndex & ) const" + "bool isReadOnly () const" + "bool lazyChildCount () const" + "QModelIndex mkdir ( const QModelIndex & , const QString & )" + "QStringList nameFilters () const" + "bool remove ( const QModelIndex & )" + "bool resolveSymlinks () const" + "bool rmdir ( const QModelIndex & )" + "void setFilter ( QDir::Filters )" + "void setIconProvider ( QFileIconProvider * )" + "void setLazyChildCount ( bool )" + "void setNameFilters ( const QStringList & )" + "void setReadOnly ( bool )" + "void setResolveSymlinks ( bool )" + "void setSorting ( QDir::SortFlags )" + "QDir::SortFlags sorting () const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QDockWidget" . "QWidget") + "new QDockWidget ( const QString & , QWidget * = 0 , Qt::WindowFlags = 0 )" + "new QDockWidget ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "Qt::DockWidgetAreas allowedAreas () const" + "DockWidgetFeatures features () const" + "bool isAreaAllowed ( Qt::DockWidgetArea ) const" + "bool isFloating () const" + "void setAllowedAreas ( Qt::DockWidgetAreas )" + "void setFeatures ( DockWidgetFeatures )" + "void setFloating ( bool )" + "void setTitleBarWidget ( QWidget * )" + "void setWidget ( QWidget * )" + "QWidget * titleBarWidget () const" + "QAction * toggleViewAction () const" + "QWidget * widget () const" + "protected void initStyleOption ( QStyleOptionDockWidget * ) const") + (("QDoubleSpinBox" . "QAbstractSpinBox") + "new QDoubleSpinBox ( QWidget * = 0 )" + "QString cleanText () const" + "int decimals () const" + "double maximum () const" + "double minimum () const" + "QString prefix () const" + "void setDecimals ( int )" + "void setMaximum ( double )" + "void setMinimum ( double )" + "void setPrefix ( const QString & )" + "void setRange ( double , double )" + "void setSingleStep ( double )" + "void setSuffix ( const QString & )" + "double singleStep () const" + "QString suffix () const" + "virtual QString textFromValue ( double ) const" + "double value () const" + "virtual double valueFromText ( const QString & ) const" + "virtual void fixup ( QString & ) const" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QDoubleValidator" . "QValidator") + "new QDoubleValidator ( QObject * = 0 )" + "new QDoubleValidator ( double , double , int , QObject * = 0 )" + "double bottom () const" + "int decimals () const" + "Notation notation () const" + "void setBottom ( double )" + "void setDecimals ( int )" + "void setNotation ( Notation )" + "virtual void setRange ( double , double , int = 0 )" + "void setTop ( double )" + "double top () const" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QDrag" . "QObject") + "new QDrag ( QObject * )" + "QPixmap dragCursor ( Qt::DropAction ) const" + "Qt::DropAction exec ( Qt::DropActions = Qt::MoveAction )" + "Qt::DropAction exec ( Qt::DropActions , Qt::DropAction )" + "QPoint hotSpot () const" + "QMimeData * mimeData () const" + "QPixmap pixmap () const" + "void setDragCursor ( const QPixmap & , Qt::DropAction )" + "void setHotSpot ( const QPoint & )" + "void setMimeData ( QMimeData * )" + "void setPixmap ( const QPixmap & )" + "QObject * source () const" + "Qt::DropActions supportedActions () const" + "QObject * target () const") + (("QErrorMessage" . "QDialog") + "new QErrorMessage ( QWidget * = 0 )") + (("QEventLoop" . "QObject") + "new QEventLoop ( QObject * = 0 )" + "int exec ( ProcessEventsFlags = AllEvents )" + "void exit ( int = 0 )" + "bool isRunning () const" + "bool processEvents ( ProcessEventsFlags = AllEvents )" + "void processEvents ( ProcessEventsFlags , int )" + "void wakeUp ()" + "virtual bool event ( QEvent * )") + (("QEventTransition" . "QAbstractTransition") + "new QEventTransition ( QState * = 0 )" + "new QEventTransition ( QObject * , QEvent::Type , QState * = 0 )" + "QObject * eventSource () const" + "QEvent::Type eventType () const" + "void setEventSource ( QObject * )" + "void setEventType ( QEvent::Type )") + (("QFile" . "QFileDevice") + "new QFile ( const QString & )" + "new QFile ( QObject * )" + "new QFile ( const QString & , QObject * )" + "bool copy ( const QString & )" + "bool exists () const" + "bool link ( const QString & )" + "bool remove ()" + "bool rename ( const QString & )" + "void setFileName ( const QString & )" + "QString symLinkTarget () const" + "virtual QString fileName () const" + "virtual bool open ( OpenMode )" + "virtual Permissions permissions () const" + "virtual bool resize ( qint64 )" + "virtual bool setPermissions ( Permissions )" + "virtual qint64 size () const" + "static bool copy ( const QString & , const QString & )" + "static QString decodeName ( const QByteArray & )" + "static QString decodeName ( const char * )" + "static QByteArray encodeName ( const QString & )" + "static bool exists ( const QString & )" + "static bool link ( const QString & , const QString & )" + "static Permissions permissions ( const QString & )" + "static bool remove ( const QString & )" + "static bool rename ( const QString & , const QString & )" + "static bool resize ( const QString & , qint64 )" + "static bool setPermissions ( const QString & , Permissions )" + "static QString symLinkTarget ( const QString & )") + (("QFileDevice" . "QIODevice") + "FileError error () const" + "virtual QString fileName () const" + "bool flush ()" + "int handle () const" + "virtual Permissions permissions () const" + "virtual bool resize ( qint64 )" + "virtual bool setPermissions ( Permissions )" + "void unsetError ()" + "virtual bool atEnd () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual qint64 pos () const" + "virtual bool seek ( qint64 )" + "virtual qint64 size () const") + (("QFileDialog" . "QDialog") + "new QFileDialog ( QWidget * , Qt::WindowFlags )" + "new QFileDialog ( QWidget * = 0 , const QString & = QString() , const QString & = QString() , const QString & = QString() )" + "AcceptMode acceptMode () const" + "QString defaultSuffix () const" + "QDir directory () const" + "QUrl directoryUrl () const" + "FileMode fileMode () const" + "QDir::Filters filter () const" + "QStringList history () const" + "QFileIconProvider * iconProvider () const" + "QAbstractItemDelegate * itemDelegate () const" + "QString labelText ( DialogLabel ) const" + "QStringList mimeTypeFilters () const" + "QStringList nameFilters () const" + "void open ( QObject * , const char * )" + "Options options () const" + "QAbstractProxyModel * proxyModel () const" + "bool restoreState ( const QByteArray & )" + "QByteArray saveState () const" + "void selectFile ( const QString & )" + "void selectMimeTypeFilter ( const QString & )" + "void selectNameFilter ( const QString & )" + "void selectUrl ( const QUrl & )" + "QStringList selectedFiles () const" + "QString selectedNameFilter () const" + "QList selectedUrls () const" + "void setAcceptMode ( AcceptMode )" + "void setDefaultSuffix ( const QString & )" + "void setDirectory ( const QString & )" + "void setDirectory ( const QDir & )" + "void setDirectoryUrl ( const QUrl & )" + "void setFileMode ( FileMode )" + "void setFilter ( QDir::Filters )" + "void setHistory ( const QStringList & )" + "void setIconProvider ( QFileIconProvider * )" + "void setItemDelegate ( QAbstractItemDelegate * )" + "void setLabelText ( DialogLabel , const QString & )" + "void setMimeTypeFilters ( const QStringList & )" + "void setNameFilter ( const QString & )" + "void setNameFilters ( const QStringList & )" + "void setOption ( Option , bool = true )" + "void setOptions ( Options )" + "void setProxyModel ( QAbstractProxyModel * )" + "void setSidebarUrls ( const QList & )" + "void setViewMode ( ViewMode )" + "QList sidebarUrls () const" + "bool testOption ( Option ) const" + "ViewMode viewMode () const" + "virtual void setVisible ( bool )" + "static QString getExistingDirectory ( QWidget * = 0 , const QString & = QString() , const QString & = QString() , Options = ShowDirsOnly )" + "static QUrl getExistingDirectoryUrl ( QWidget * = 0 , const QString & = QString() , const QUrl & = QUrl() , Options = ShowDirsOnly , const QStringList & = QStringList() )" + "static QString getOpenFileName ( QWidget * = 0 , const QString & = QString() , const QString & = QString() , const QString & = QString() , QString * = 0 , Options = 0 )" + "static QStringList getOpenFileNames ( QWidget * = 0 , const QString & = QString() , const QString & = QString() , const QString & = QString() , QString * = 0 , Options = 0 )" + "static QUrl getOpenFileUrl ( QWidget * = 0 , const QString & = QString() , const QUrl & = QUrl() , const QString & = QString() , QString * = 0 , Options = 0 , const QStringList & = QStringList() )" + "static QList getOpenFileUrls ( QWidget * = 0 , const QString & = QString() , const QUrl & = QUrl() , const QString & = QString() , QString * = 0 , Options = 0 , const QStringList & = QStringList() )" + "static QString getSaveFileName ( QWidget * = 0 , const QString & = QString() , const QString & = QString() , const QString & = QString() , QString * = 0 , Options = 0 )" + "static QUrl getSaveFileUrl ( QWidget * = 0 , const QString & = QString() , const QUrl & = QUrl() , const QString & = QString() , QString * = 0 , Options = 0 , const QStringList & = QStringList() )") + (("QFileSystemModel" . "QAbstractItemModel") + "new QFileSystemModel ( QObject * = 0 )" + "QIcon fileIcon ( const QModelIndex & ) const" + "QFileInfo fileInfo ( const QModelIndex & ) const" + "QString fileName ( const QModelIndex & ) const" + "QString filePath ( const QModelIndex & ) const" + "QDir::Filters filter () const" + "QFileIconProvider * iconProvider () const" + "QModelIndex index ( const QString & , int = 0 ) const" + "bool isDir ( const QModelIndex & ) const" + "bool isReadOnly () const" + "QDateTime lastModified ( const QModelIndex & ) const" + "QModelIndex mkdir ( const QModelIndex & , const QString & )" + "QVariant myComputer ( int = Qt::DisplayRole ) const" + "bool nameFilterDisables () const" + "QStringList nameFilters () const" + "QFile::Permissions permissions ( const QModelIndex & ) const" + "bool remove ( const QModelIndex & )" + "bool resolveSymlinks () const" + "bool rmdir ( const QModelIndex & )" + "QDir rootDirectory () const" + "QString rootPath () const" + "void setFilter ( QDir::Filters )" + "void setIconProvider ( QFileIconProvider * )" + "void setNameFilterDisables ( bool )" + "void setNameFilters ( const QStringList & )" + "void setReadOnly ( bool )" + "void setResolveSymlinks ( bool )" + "QModelIndex setRootPath ( const QString & )" + "qint64 size ( const QModelIndex & ) const" + "QString type ( const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QFileSystemWatcher" . "QObject") + "new QFileSystemWatcher ( QObject * = 0 )" + "new QFileSystemWatcher ( const QStringList & , QObject * = 0 )" + "bool addPath ( const QString & )" + "QStringList addPaths ( const QStringList & )" + "QStringList directories () const" + "QStringList files () const" + "bool removePath ( const QString & )" + "QStringList removePaths ( const QStringList & )") + (("QFinalState" . "QAbstractState") + "new QFinalState ( QState * = 0 )") + (("QFocusFrame" . "QWidget") + "new QFocusFrame ( QWidget * = 0 )" + "void setWidget ( QWidget * )" + "QWidget * widget () const" + "protected void initStyleOption ( QStyleOption * ) const") + (("QFontComboBox" . "QComboBox") + "new QFontComboBox ( QWidget * = 0 )" + "QFont currentFont () const" + "FontFilters fontFilters () const" + "void setFontFilters ( FontFilters )" + "void setWritingSystem ( QFontDatabase::WritingSystem )" + "QFontDatabase::WritingSystem writingSystem () const" + "virtual QSize sizeHint () const") + (("QFontDialog" . "QDialog") + "new QFontDialog ( QWidget * = 0 )" + "new QFontDialog ( const QFont & , QWidget * = 0 )" + "QFont currentFont () const" + "void open ( QObject * , const char * )" + "FontDialogOptions options () const" + "QFont selectedFont () const" + "void setCurrentFont ( const QFont & )" + "void setOption ( FontDialogOption , bool = true )" + "void setOptions ( FontDialogOptions )" + "bool testOption ( FontDialogOption ) const" + "virtual void setVisible ( bool )" + "static QFont getFont ( bool * , const QFont & , QWidget * = 0 , const QString & = QString() , FontDialogOptions = 0 )" + "static QFont getFont ( bool * , QWidget * = 0 )") + (("QFormLayout" . "QLayout") + "new QFormLayout ( QWidget * = 0 )" + "void addRow ( QWidget * , QWidget * )" + "void addRow ( QWidget * , QLayout * )" + "void addRow ( const QString & , QWidget * )" + "void addRow ( const QString & , QLayout * )" + "void addRow ( QWidget * )" + "void addRow ( QLayout * )" + "FieldGrowthPolicy fieldGrowthPolicy () const" + "Qt::Alignment formAlignment () const" + "int horizontalSpacing () const" + "void insertRow ( int , QWidget * , QWidget * )" + "void insertRow ( int , QWidget * , QLayout * )" + "void insertRow ( int , const QString & , QWidget * )" + "void insertRow ( int , const QString & , QLayout * )" + "void insertRow ( int , QWidget * )" + "void insertRow ( int , QLayout * )" + "QLayoutItem * itemAt ( int , ItemRole ) const" + "Qt::Alignment labelAlignment () const" + "QWidget * labelForField ( QWidget * ) const" + "QWidget * labelForField ( QLayout * ) const" + "int rowCount () const" + "RowWrapPolicy rowWrapPolicy () const" + "void setFieldGrowthPolicy ( FieldGrowthPolicy )" + "void setFormAlignment ( Qt::Alignment )" + "void setHorizontalSpacing ( int )" + "void setItem ( int , ItemRole , QLayoutItem * )" + "void setLabelAlignment ( Qt::Alignment )" + "void setLayout ( int , ItemRole , QLayout * )" + "void setRowWrapPolicy ( RowWrapPolicy )" + "void setSpacing ( int )" + "void setVerticalSpacing ( int )" + "void setWidget ( int , ItemRole , QWidget * )" + "int spacing () const" + "int verticalSpacing () const" + "virtual void addItem ( QLayoutItem * )" + "virtual int count () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QFrame" . "QWidget") + "new QFrame ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "QRect frameRect () const" + "Shadow frameShadow () const" + "Shape frameShape () const" + "int frameStyle () const" + "int frameWidth () const" + "int lineWidth () const" + "int midLineWidth () const" + "void setFrameRect ( const QRect & )" + "void setFrameShadow ( Shadow )" + "void setFrameShape ( Shape )" + "void setFrameStyle ( int )" + "void setLineWidth ( int )" + "void setMidLineWidth ( int )" + "protected void initStyleOption ( QStyleOptionFrame * ) const" + "virtual QSize sizeHint () const") + (("QGLShader" . "QObject") + "new QGLShader ( QGLShader::ShaderType , QObject * = 0 )" + "new QGLShader ( QGLShader::ShaderType , const QGLContext * , QObject * = 0 )" + "bool compileSourceCode ( const char * )" + "bool compileSourceCode ( const QByteArray & )" + "bool compileSourceCode ( const QString & )" + "bool compileSourceFile ( const QString & )" + "bool isCompiled () const" + "QString log () const" + "GLuint shaderId () const" + "QGLShader::ShaderType shaderType () const" + "QByteArray sourceCode () const" + "static bool hasOpenGLShaders ( ShaderType , const QGLContext * = 0 )") + (("QGLShaderProgram" . "QObject") + "new QGLShaderProgram ( QObject * = 0 )" + "new QGLShaderProgram ( const QGLContext * , QObject * = 0 )" + "bool addShader ( QGLShader * )" + "bool addShaderFromSourceCode ( QGLShader::ShaderType , const char * )" + "bool addShaderFromSourceCode ( QGLShader::ShaderType , const QByteArray & )" + "bool addShaderFromSourceCode ( QGLShader::ShaderType , const QString & )" + "bool addShaderFromSourceFile ( QGLShader::ShaderType , const QString & )" + "int attributeLocation ( const char * ) const" + "int attributeLocation ( const QByteArray & ) const" + "int attributeLocation ( const QString & ) const" + "bool bind ()" + "void bindAttributeLocation ( const char * , int )" + "void bindAttributeLocation ( const QByteArray & , int )" + "void bindAttributeLocation ( const QString & , int )" + "void disableAttributeArray ( int )" + "void disableAttributeArray ( const char * )" + "void enableAttributeArray ( int )" + "void enableAttributeArray ( const char * )" + "GLenum geometryInputType () const" + "GLenum geometryOutputType () const" + "int geometryOutputVertexCount () const" + "bool isLinked () const" + "virtual bool link ()" + "QString log () const" + "int maxGeometryOutputVertices () const" + "GLuint programId () const" + "void release ()" + "void removeAllShaders ()" + "void removeShader ( QGLShader * )" + "void setAttributeArray ( int , const QVector2D * , int = 0 )" + "void setAttributeArray ( int , const QVector3D * , int = 0 )" + "void setAttributeArray ( int , const QVector4D * , int = 0 )" + "void setAttributeArray ( const char * , const QVector2D * , int = 0 )" + "void setAttributeArray ( const char * , const QVector3D * , int = 0 )" + "void setAttributeArray ( const char * , const QVector4D * , int = 0 )" + "void setAttributeBuffer ( int , GLenum , int , int , int = 0 )" + "void setAttributeBuffer ( const char * , GLenum , int , int , int = 0 )" + "void setAttributeValue ( int , GLfloat )" + "void setAttributeValue ( int , GLfloat , GLfloat )" + "void setAttributeValue ( int , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( int , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( int , const QVector2D & )" + "void setAttributeValue ( int , const QVector3D & )" + "void setAttributeValue ( int , const QVector4D & )" + "void setAttributeValue ( int , const QColor & )" + "void setAttributeValue ( const char * , GLfloat )" + "void setAttributeValue ( const char * , GLfloat , GLfloat )" + "void setAttributeValue ( const char * , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( const char * , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( const char * , const QVector2D & )" + "void setAttributeValue ( const char * , const QVector3D & )" + "void setAttributeValue ( const char * , const QVector4D & )" + "void setAttributeValue ( const char * , const QColor & )" + "void setGeometryInputType ( GLenum )" + "void setGeometryOutputType ( GLenum )" + "void setGeometryOutputVertexCount ( int )" + "void setUniformValue ( int , GLfloat )" + "void setUniformValue ( const char * , const QPointF & )" + "void setUniformValue ( const char * , const QSize & )" + "void setUniformValue ( const char * , const QSizeF & )" + "void setUniformValue ( const char * , const QMatrix2x2 & )" + "void setUniformValue ( const char * , const QMatrix2x3 & )" + "void setUniformValue ( const char * , const QMatrix2x4 & )" + "void setUniformValue ( const char * , const QMatrix3x2 & )" + "void setUniformValue ( const char * , const QMatrix3x3 & )" + "void setUniformValue ( const char * , const QMatrix3x4 & )" + "void setUniformValue ( const char * , const QMatrix4x2 & )" + "void setUniformValue ( const char * , const QMatrix4x3 & )" + "void setUniformValue ( const char * , const QMatrix4x4 & )" + "void setUniformValue ( const char * , const QTransform & )" + "void setUniformValue ( int , GLint )" + "void setUniformValue ( int , GLuint )" + "void setUniformValue ( int , GLfloat , GLfloat )" + "void setUniformValue ( int , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( int , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( int , const QVector2D & )" + "void setUniformValue ( int , const QVector3D & )" + "void setUniformValue ( int , const QVector4D & )" + "void setUniformValue ( int , const QColor & )" + "void setUniformValue ( int , const QPoint & )" + "void setUniformValue ( int , const QPointF & )" + "void setUniformValue ( int , const QSize & )" + "void setUniformValue ( int , const QSizeF & )" + "void setUniformValue ( int , const QMatrix2x2 & )" + "void setUniformValue ( int , const QMatrix2x3 & )" + "void setUniformValue ( int , const QMatrix2x4 & )" + "void setUniformValue ( int , const QMatrix3x2 & )" + "void setUniformValue ( int , const QMatrix3x3 & )" + "void setUniformValue ( int , const QMatrix3x4 & )" + "void setUniformValue ( int , const QMatrix4x2 & )" + "void setUniformValue ( int , const QMatrix4x3 & )" + "void setUniformValue ( int , const QMatrix4x4 & )" + "void setUniformValue ( int , const QTransform & )" + "void setUniformValue ( const char * , GLfloat )" + "void setUniformValue ( const char * , GLint )" + "void setUniformValue ( const char * , GLuint )" + "void setUniformValue ( const char * , GLfloat , GLfloat )" + "void setUniformValue ( const char * , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( const char * , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( const char * , const QVector2D & )" + "void setUniformValue ( const char * , const QVector3D & )" + "void setUniformValue ( const char * , const QVector4D & )" + "void setUniformValue ( const char * , const QColor & )" + "void setUniformValue ( const char * , const QPoint & )" + "void setUniformValueArray ( int , const QVector2D * , int )" + "void setUniformValueArray ( int , const QVector3D * , int )" + "void setUniformValueArray ( int , const QVector4D * , int )" + "void setUniformValueArray ( int , const QMatrix2x2 * , int )" + "void setUniformValueArray ( int , const QMatrix2x3 * , int )" + "void setUniformValueArray ( int , const QMatrix2x4 * , int )" + "void setUniformValueArray ( int , const QMatrix3x2 * , int )" + "void setUniformValueArray ( int , const QMatrix3x3 * , int )" + "void setUniformValueArray ( int , const QMatrix3x4 * , int )" + "void setUniformValueArray ( int , const QMatrix4x2 * , int )" + "void setUniformValueArray ( int , const QMatrix4x3 * , int )" + "void setUniformValueArray ( int , const QMatrix4x4 * , int )" + "void setUniformValueArray ( const char * , const QVector2D * , int )" + "void setUniformValueArray ( const char * , const QVector3D * , int )" + "void setUniformValueArray ( const char * , const QVector4D * , int )" + "void setUniformValueArray ( const char * , const QMatrix2x2 * , int )" + "void setUniformValueArray ( const char * , const QMatrix2x3 * , int )" + "void setUniformValueArray ( const char * , const QMatrix2x4 * , int )" + "void setUniformValueArray ( const char * , const QMatrix3x2 * , int )" + "void setUniformValueArray ( const char * , const QMatrix3x3 * , int )" + "void setUniformValueArray ( const char * , const QMatrix3x4 * , int )" + "void setUniformValueArray ( const char * , const QMatrix4x2 * , int )" + "void setUniformValueArray ( const char * , const QMatrix4x3 * , int )" + "void setUniformValueArray ( const char * , const QMatrix4x4 * , int )" + "QList shaders () const" + "int uniformLocation ( const char * ) const" + "int uniformLocation ( const QByteArray & ) const" + "int uniformLocation ( const QString & ) const" + "static bool hasOpenGLShaderPrograms ( const QGLContext * = 0 )") + (("QGLWidget" . "QWidget") + "new QGLWidget ( QWidget * = 0 , const QGLWidget * = 0 , Qt::WindowFlags = 0 )" + "new QGLWidget ( QGLContext * , QWidget * = 0 , const QGLWidget * = 0 , Qt::WindowFlags = 0 )" + "new QGLWidget ( const QGLFormat & , QWidget * = 0 , const QGLWidget * = 0 , Qt::WindowFlags = 0 )" + "GLuint bindTexture ( const QImage & , GLenum = GL_TEXTURE_2D , GLint = GL_RGBA )" + "GLuint bindTexture ( const QPixmap & , GLenum = GL_TEXTURE_2D , GLint = GL_RGBA )" + "GLuint bindTexture ( const QImage & , GLenum , GLint , QGLContext::BindOptions )" + "GLuint bindTexture ( const QPixmap & , GLenum , GLint , QGLContext::BindOptions )" + "GLuint bindTexture ( const QString & )" + "const QGLColormap & colormap () const" + "QGLContext * context () const" + "void deleteTexture ( GLuint )" + "void doneCurrent ()" + "bool doubleBuffer () const" + "void drawTexture ( const QRectF & , GLuint , GLenum = GL_TEXTURE_2D )" + "void drawTexture ( const QPointF & , GLuint , GLenum = GL_TEXTURE_2D )" + "QGLFormat format () const" + "QImage grabFrameBuffer ( bool = false )" + "bool isSharing () const" + "bool isValid () const" + "void makeCurrent ()" + "void makeOverlayCurrent ()" + "const QGLContext * overlayContext () const" + "void qglClearColor ( const QColor & ) const" + "void qglColor ( const QColor & ) const" + "QPixmap renderPixmap ( int = 0 , int = 0 , bool = false )" + "void renderText ( int , int , const QString & , const QFont & = QFont() )" + "void renderText ( double , double , double , const QString & , const QFont & = QFont() )" + "void setColormap ( const QGLColormap & )" + "void swapBuffers ()" + "protected bool autoBufferSwap () const" + "protected void setAutoBufferSwap ( bool )" + "static QImage convertToGLFormat ( const QImage & )") + (("QGesture" . "QObject") + "new QGesture ( QObject * = 0 )" + "GestureCancelPolicy gestureCancelPolicy () const" + "Qt::GestureType gestureType () const" + "bool hasHotSpot () const" + "QPointF hotSpot () const" + "void setGestureCancelPolicy ( GestureCancelPolicy )" + "void setHotSpot ( const QPointF & )" + "Qt::GestureState state () const" + "void unsetHotSpot ()") + (("QGraphicsAnchor" . "QObject") + "void setSizePolicy ( QSizePolicy::Policy )" + "void setSpacing ( qreal )" + "QSizePolicy::Policy sizePolicy () const" + "qreal spacing () const" + "void unsetSpacing ()") + (("QGraphicsBlurEffect" . "QGraphicsEffect") + "new QGraphicsBlurEffect ( QObject * = 0 )" + "BlurHints blurHints () const" + "qreal blurRadius () const" + "virtual QRectF boundingRectFor ( const QRectF & ) const") + (("QGraphicsColorizeEffect" . "QGraphicsEffect") + "new QGraphicsColorizeEffect ( QObject * = 0 )" + "QColor color () const" + "qreal strength () const") + (("QGraphicsDropShadowEffect" . "QGraphicsEffect") + "new QGraphicsDropShadowEffect ( QObject * = 0 )" + "qreal blurRadius () const" + "QColor color () const" + "QPointF offset () const" + "qreal xOffset () const" + "qreal yOffset () const" + "virtual QRectF boundingRectFor ( const QRectF & ) const") + (("QGraphicsEffect" . "QObject") + "new QGraphicsEffect ( QObject * = 0 )" + "QRectF boundingRect () const" + "virtual QRectF boundingRectFor ( const QRectF & ) const" + "bool isEnabled () const" + "protected void drawSource ( QPainter * )" + "protected QRectF sourceBoundingRect ( Qt::CoordinateSystem = Qt::LogicalCoordinates ) const" + "protected bool sourceIsPixmap () const" + "protected void updateBoundingRect ()") + (("QGraphicsObject" . "QObject") + "void grabGesture ( Qt::GestureType , Qt::GestureFlags = Qt::GestureFlags() )" + "void ungrabGesture ( Qt::GestureType )") + (("QGraphicsOpacityEffect" . "QGraphicsEffect") + "new QGraphicsOpacityEffect ( QObject * = 0 )" + "qreal opacity () const" + "QBrush opacityMask () const") + (("QGraphicsProxyWidget" . "QGraphicsWidget") + "new QGraphicsProxyWidget ( QGraphicsItem * = 0 , Qt::WindowFlags = 0 )" + "QGraphicsProxyWidget * createProxyForChildWidget ( QWidget * )" + "void setWidget ( QWidget * )" + "QRectF subWidgetRect ( const QWidget * ) const" + "QWidget * widget () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual void setGeometry ( const QRectF & )" + "virtual int type () const") + (("QGraphicsRotation" . "QGraphicsTransform") + "new QGraphicsRotation ( QObject * = 0 )" + "qreal angle () const" + "QVector3D axis () const" + "QVector3D origin () const" + "void setAngle ( qreal )" + "void setAxis ( const QVector3D & )" + "void setAxis ( Qt::Axis )" + "void setOrigin ( const QVector3D & )" + "virtual void applyTo ( QMatrix4x4 * ) const") + (("QGraphicsScale" . "QGraphicsTransform") + "new QGraphicsScale ( QObject * = 0 )" + "QVector3D origin () const" + "void setOrigin ( const QVector3D & )" + "void setXScale ( qreal )" + "void setYScale ( qreal )" + "void setZScale ( qreal )" + "qreal xScale () const" + "qreal yScale () const" + "qreal zScale () const" + "virtual void applyTo ( QMatrix4x4 * ) const") + (("QGraphicsScene" . "QObject") + "new QGraphicsScene ( QObject * = 0 )" + "new QGraphicsScene ( const QRectF & , QObject * = 0 )" + "new QGraphicsScene ( qreal , qreal , qreal , qreal , QObject * = 0 )" + "QGraphicsItem * activePanel () const" + "QGraphicsWidget * activeWindow () const" + "QGraphicsEllipseItem * addEllipse ( const QRectF & , const QPen & = QPen() , const QBrush & = QBrush() )" + "QGraphicsEllipseItem * addEllipse ( qreal , qreal , qreal , qreal , const QPen & = QPen() , const QBrush & = QBrush() )" + "void addItem ( QGraphicsItem * )" + "QGraphicsLineItem * addLine ( const QLineF & , const QPen & = QPen() )" + "QGraphicsLineItem * addLine ( qreal , qreal , qreal , qreal , const QPen & = QPen() )" + "QGraphicsPathItem * addPath ( const QPainterPath & , const QPen & = QPen() , const QBrush & = QBrush() )" + "QGraphicsPixmapItem * addPixmap ( const QPixmap & )" + "QGraphicsPolygonItem * addPolygon ( const QPolygonF & , const QPen & = QPen() , const QBrush & = QBrush() )" + "QGraphicsRectItem * addRect ( const QRectF & , const QPen & = QPen() , const QBrush & = QBrush() )" + "QGraphicsRectItem * addRect ( qreal , qreal , qreal , qreal , const QPen & = QPen() , const QBrush & = QBrush() )" + "QGraphicsSimpleTextItem * addSimpleText ( const QString & , const QFont & = QFont() )" + "QGraphicsTextItem * addText ( const QString & , const QFont & = QFont() )" + "QGraphicsProxyWidget * addWidget ( QWidget * , Qt::WindowFlags = 0 )" + "QBrush backgroundBrush () const" + "int bspTreeDepth () const" + "void clearFocus ()" + "QList collidingItems ( const QGraphicsItem * , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QGraphicsItemGroup * createItemGroup ( const QList & )" + "void destroyItemGroup ( QGraphicsItemGroup * )" + "QGraphicsItem * focusItem () const" + "QFont font () const" + "QBrush foregroundBrush () const" + "bool hasFocus () const" + "qreal height () const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "void invalidate ( qreal , qreal , qreal , qreal , SceneLayers = AllLayers )" + "bool isActive () const" + "QGraphicsItem * itemAt ( const QPointF & , const QTransform & ) const" + "QGraphicsItem * itemAt ( qreal , qreal , const QTransform & ) const" + "ItemIndexMethod itemIndexMethod () const" + "QList items ( Qt::SortOrder = Qt::DescendingOrder ) const" + "QList items ( const QPointF & , Qt::ItemSelectionMode = Qt::IntersectsItemShape , Qt::SortOrder = Qt::DescendingOrder , const QTransform & = QTransform() ) const" + "QList items ( qreal , qreal , qreal , qreal , Qt::ItemSelectionMode , Qt::SortOrder , const QTransform & = QTransform() ) const" + "QList items ( const QRectF & , Qt::ItemSelectionMode = Qt::IntersectsItemShape , Qt::SortOrder = Qt::DescendingOrder , const QTransform & = QTransform() ) const" + "QList items ( const QPolygonF & , Qt::ItemSelectionMode = Qt::IntersectsItemShape , Qt::SortOrder = Qt::DescendingOrder , const QTransform & = QTransform() ) const" + "QList items ( const QPainterPath & , Qt::ItemSelectionMode = Qt::IntersectsItemShape , Qt::SortOrder = Qt::DescendingOrder , const QTransform & = QTransform() ) const" + "QRectF itemsBoundingRect () const" + "qreal minimumRenderSize () const" + "QGraphicsItem * mouseGrabberItem () const" + "QPalette palette () const" + "void removeItem ( QGraphicsItem * )" + "void render ( QPainter * , const QRectF & = QRectF() , const QRectF & = QRectF() , Qt::AspectRatioMode = Qt::KeepAspectRatio )" + "QRectF sceneRect () const" + "QList selectedItems () const" + "QPainterPath selectionArea () const" + "bool sendEvent ( QGraphicsItem * , QEvent * )" + "void setActivePanel ( QGraphicsItem * )" + "void setActiveWindow ( QGraphicsWidget * )" + "void setBackgroundBrush ( const QBrush & )" + "void setBspTreeDepth ( int )" + "void setFocus ( Qt::FocusReason = Qt::OtherFocusReason )" + "void setFocusItem ( QGraphicsItem * , Qt::FocusReason = Qt::OtherFocusReason )" + "void setFont ( const QFont & )" + "void setForegroundBrush ( const QBrush & )" + "void setItemIndexMethod ( ItemIndexMethod )" + "void setMinimumRenderSize ( qreal )" + "void setPalette ( const QPalette & )" + "void setSceneRect ( const QRectF & )" + "void setSceneRect ( qreal , qreal , qreal , qreal )" + "void setSelectionArea ( const QPainterPath & , const QTransform & )" + "void setSelectionArea ( const QPainterPath & , Qt::ItemSelectionMode = Qt::IntersectsItemShape , const QTransform & = QTransform() )" + "void setSelectionArea ( const QPainterPath & , Qt::ItemSelectionOperation , Qt::ItemSelectionMode = Qt::IntersectsItemShape , const QTransform & = QTransform() )" + "void setStickyFocus ( bool )" + "void setStyle ( QStyle * )" + "bool stickyFocus () const" + "QStyle * style () const" + "void update ( qreal , qreal , qreal , qreal )" + "QList views () const" + "qreal width () const") + (("QGraphicsSvgItem" . "QGraphicsObject") + "new QGraphicsSvgItem ( QGraphicsItem * = 0 )" + "new QGraphicsSvgItem ( const QString & , QGraphicsItem * = 0 )" + "QString elementId () const" + "QSize maximumCacheSize () const" + "QSvgRenderer * renderer () const" + "void setElementId ( const QString & )" + "void setMaximumCacheSize ( const QSize & )" + "void setSharedRenderer ( QSvgRenderer * )" + "virtual QRectF boundingRect () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual int type () const") + (("QGraphicsTextItem" . "QGraphicsObject") + "new QGraphicsTextItem ( QGraphicsItem * = 0 )" + "new QGraphicsTextItem ( const QString & , QGraphicsItem * = 0 )" + "void adjustSize ()" + "QColor defaultTextColor () const" + "QTextDocument * document () const" + "QFont font () const" + "bool openExternalLinks () const" + "void setDefaultTextColor ( const QColor & )" + "void setDocument ( QTextDocument * )" + "void setFont ( const QFont & )" + "void setHtml ( const QString & )" + "void setOpenExternalLinks ( bool )" + "void setPlainText ( const QString & )" + "void setTabChangesFocus ( bool )" + "void setTextCursor ( const QTextCursor & )" + "void setTextInteractionFlags ( Qt::TextInteractionFlags )" + "void setTextWidth ( qreal )" + "bool tabChangesFocus () const" + "QTextCursor textCursor () const" + "Qt::TextInteractionFlags textInteractionFlags () const" + "qreal textWidth () const" + "QString toHtml () const" + "QString toPlainText () const" + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual QPainterPath shape () const" + "virtual int type () const") + (("QGraphicsTransform" . "QObject") + "new QGraphicsTransform ( QObject * = 0 )" + "virtual void applyTo ( QMatrix4x4 * ) const = 0") + (("QGraphicsView" . "QAbstractScrollArea") + "new QGraphicsView ( QWidget * = 0 )" + "new QGraphicsView ( QGraphicsScene * , QWidget * = 0 )" + "Qt::Alignment alignment () const" + "QBrush backgroundBrush () const" + "CacheMode cacheMode () const" + "void centerOn ( const QPointF & )" + "void centerOn ( qreal , qreal )" + "void centerOn ( const QGraphicsItem * )" + "DragMode dragMode () const" + "void ensureVisible ( const QRectF & , int = 50 , int = 50 )" + "void ensureVisible ( qreal , qreal , qreal , qreal , int = 50 , int = 50 )" + "void ensureVisible ( const QGraphicsItem * , int = 50 , int = 50 )" + "void fitInView ( const QRectF & , Qt::AspectRatioMode = Qt::IgnoreAspectRatio )" + "void fitInView ( qreal , qreal , qreal , qreal , Qt::AspectRatioMode = Qt::IgnoreAspectRatio )" + "void fitInView ( const QGraphicsItem * , Qt::AspectRatioMode = Qt::IgnoreAspectRatio )" + "QBrush foregroundBrush () const" + "bool isInteractive () const" + "bool isTransformed () const" + "QGraphicsItem * itemAt ( const QPoint & ) const" + "QGraphicsItem * itemAt ( int , int ) const" + "QList items () const" + "QList items ( const QPoint & ) const" + "QList items ( int , int ) const" + "QList items ( int , int , int , int , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QList items ( const QRect & , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QList items ( const QPolygon & , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QList items ( const QPainterPath & , Qt::ItemSelectionMode = Qt::IntersectsItemShape ) const" + "QPoint mapFromScene ( const QPointF & ) const" + "QPolygon mapFromScene ( const QRectF & ) const" + "QPolygon mapFromScene ( const QPolygonF & ) const" + "QPainterPath mapFromScene ( const QPainterPath & ) const" + "QPoint mapFromScene ( qreal , qreal ) const" + "QPolygon mapFromScene ( qreal , qreal , qreal , qreal ) const" + "QPointF mapToScene ( const QPoint & ) const" + "QPolygonF mapToScene ( const QRect & ) const" + "QPolygonF mapToScene ( const QPolygon & ) const" + "QPainterPath mapToScene ( const QPainterPath & ) const" + "QPointF mapToScene ( int , int ) const" + "QPolygonF mapToScene ( int , int , int , int ) const" + "QMatrix matrix () const" + "OptimizationFlags optimizationFlags () const" + "void render ( QPainter * , const QRectF & = QRectF() , const QRect & = QRect() , Qt::AspectRatioMode = Qt::KeepAspectRatio )" + "QPainter::RenderHints renderHints () const" + "void resetCachedContent ()" + "void resetMatrix ()" + "void resetTransform ()" + "ViewportAnchor resizeAnchor () const" + "void rotate ( qreal )" + "QRect rubberBandRect () const" + "Qt::ItemSelectionMode rubberBandSelectionMode () const" + "void scale ( qreal , qreal )" + "QGraphicsScene * scene () const" + "QRectF sceneRect () const" + "void setAlignment ( Qt::Alignment )" + "void setBackgroundBrush ( const QBrush & )" + "void setCacheMode ( CacheMode )" + "void setDragMode ( DragMode )" + "void setForegroundBrush ( const QBrush & )" + "void setInteractive ( bool )" + "void setMatrix ( const QMatrix & , bool = false )" + "void setOptimizationFlag ( OptimizationFlag , bool = true )" + "void setOptimizationFlags ( OptimizationFlags )" + "void setRenderHint ( QPainter::RenderHint , bool = true )" + "void setRenderHints ( QPainter::RenderHints )" + "void setResizeAnchor ( ViewportAnchor )" + "void setRubberBandSelectionMode ( Qt::ItemSelectionMode )" + "void setScene ( QGraphicsScene * )" + "void setSceneRect ( const QRectF & )" + "void setSceneRect ( qreal , qreal , qreal , qreal )" + "void setTransform ( const QTransform & , bool = false )" + "void setTransformationAnchor ( ViewportAnchor )" + "void setViewportUpdateMode ( ViewportUpdateMode )" + "void shear ( qreal , qreal )" + "QTransform transform () const" + "ViewportAnchor transformationAnchor () const" + "void translate ( qreal , qreal )" + "QTransform viewportTransform () const" + "ViewportUpdateMode viewportUpdateMode () const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize sizeHint () const") + (("QGraphicsWebView" . "QGraphicsWidget") + "new QGraphicsWebView ( QGraphicsItem * = 0 )" + "bool findText ( const QString & , QWebPage::FindFlags = 0 )" + "QWebHistory * history () const" + "QIcon icon () const" + "bool isModified () const" + "bool isTiledBackingStoreFrozen () const" + "void load ( const QUrl & )" + "void load ( const QNetworkRequest & , QNetworkAccessManager::Operation = QNetworkAccessManager::GetOperation , const QByteArray & = QByteArray() )" + "QWebPage * page () const" + "QAction * pageAction ( QWebPage::WebAction ) const" + "QPainter::RenderHints renderHints () const" + "bool resizesToContents () const" + "void setContent ( const QByteArray & , const QString & = QString() , const QUrl & = QUrl() )" + "void setHtml ( const QString & , const QUrl & = QUrl() )" + "void setPage ( QWebPage * )" + "void setRenderHint ( QPainter::RenderHint , bool = true )" + "void setRenderHints ( QPainter::RenderHints )" + "void setResizesToContents ( bool )" + "void setTiledBackingStoreFrozen ( bool )" + "void setUrl ( const QUrl & )" + "void setZoomFactor ( qreal )" + "QWebSettings * settings () const" + "QString title () const" + "void triggerPageAction ( QWebPage::WebAction , bool = false )" + "QUrl url () const" + "qreal zoomFactor () const" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QVariant itemChange ( GraphicsItemChange , const QVariant & )" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & ) const" + "virtual void updateGeometry ()") + (("QGraphicsWidget" . "QGraphicsObject") + "new QGraphicsWidget ( QGraphicsItem * = 0 , Qt::WindowFlags = 0 )" + "QList actions () const" + "void addAction ( QAction * )" + "void addActions ( const QList & )" + "void adjustSize ()" + "bool autoFillBackground () const" + "Qt::FocusPolicy focusPolicy () const" + "QGraphicsWidget * focusWidget () const" + "QFont font () const" + "int grabShortcut ( const QKeySequence & , Qt::ShortcutContext = Qt::WindowShortcut )" + "void insertAction ( QAction * , QAction * )" + "void insertActions ( QAction * , QList )" + "bool isActiveWindow () const" + "QGraphicsLayout * layout () const" + "Qt::LayoutDirection layoutDirection () const" + "virtual void paintWindowFrame ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "QPalette palette () const" + "QRectF rect () const" + "void releaseShortcut ( int )" + "void removeAction ( QAction * )" + "void resize ( const QSizeF & )" + "void resize ( qreal , qreal )" + "void setAttribute ( Qt::WidgetAttribute , bool = true )" + "void setAutoFillBackground ( bool )" + "void setContentsMargins ( qreal , qreal , qreal , qreal )" + "void setFocusPolicy ( Qt::FocusPolicy )" + "void setFont ( const QFont & )" + "void setGeometry ( qreal , qreal , qreal , qreal )" + "void setLayout ( QGraphicsLayout * )" + "void setLayoutDirection ( Qt::LayoutDirection )" + "void setPalette ( const QPalette & )" + "void setShortcutAutoRepeat ( int , bool = true )" + "void setShortcutEnabled ( int , bool = true )" + "void setStyle ( QStyle * )" + "void setWindowFlags ( Qt::WindowFlags )" + "void setWindowFrameMargins ( qreal , qreal , qreal , qreal )" + "void setWindowTitle ( const QString & )" + "QSizeF size () const" + "QStyle * style () const" + "bool testAttribute ( Qt::WidgetAttribute ) const" + "void unsetLayoutDirection ()" + "void unsetWindowFrameMargins ()" + "Qt::WindowFlags windowFlags () const" + "QRectF windowFrameGeometry () const" + "QRectF windowFrameRect () const" + "QString windowTitle () const" + "Qt::WindowType windowType () const" + "virtual QRectF boundingRect () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual void setGeometry ( const QRectF & )" + "virtual QPainterPath shape () const" + "virtual int type () const" + "static void setTabOrder ( QGraphicsWidget * , QGraphicsWidget * )") + (("QGridLayout" . "QLayout") + "new QGridLayout ( QWidget * )" + "new QGridLayout ()" + "void addItem ( QLayoutItem * , int , int , int = 1 , int = 1 , Qt::Alignment = 0 )" + "void addLayout ( QLayout * , int , int , Qt::Alignment = 0 )" + "void addLayout ( QLayout * , int , int , int , int , Qt::Alignment = 0 )" + "void addWidget ( QWidget * , int , int , Qt::Alignment = 0 )" + "void addWidget ( QWidget * , int , int , int , int , Qt::Alignment = 0 )" + "QRect cellRect ( int , int ) const" + "int columnCount () const" + "int columnMinimumWidth ( int ) const" + "int columnStretch ( int ) const" + "int horizontalSpacing () const" + "QLayoutItem * itemAtPosition ( int , int ) const" + "Qt::Corner originCorner () const" + "int rowCount () const" + "int rowMinimumHeight ( int ) const" + "int rowStretch ( int ) const" + "void setColumnMinimumWidth ( int , int )" + "void setColumnStretch ( int , int )" + "void setHorizontalSpacing ( int )" + "void setOriginCorner ( Qt::Corner )" + "void setRowMinimumHeight ( int , int )" + "void setRowStretch ( int , int )" + "void setSpacing ( int )" + "void setVerticalSpacing ( int )" + "int spacing () const" + "int verticalSpacing () const" + "virtual int count () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize maximumSize () const" + "virtual int minimumHeightForWidth ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QGroupBox" . "QWidget") + "new QGroupBox ( QWidget * = 0 )" + "new QGroupBox ( const QString & , QWidget * = 0 )" + "Qt::Alignment alignment () const" + "bool isCheckable () const" + "bool isChecked () const" + "bool isFlat () const" + "void setAlignment ( int )" + "void setCheckable ( bool )" + "void setFlat ( bool )" + "void setTitle ( const QString & )" + "QString title () const" + "protected void initStyleOption ( QStyleOptionGroupBox * ) const" + "virtual QSize minimumSizeHint () const") + (("QGuiApplication" . "QCoreApplication") + "qreal devicePixelRatio () const" + "bool isSavingSession () const" + "bool isSessionRestored () const" + "QString sessionId () const" + "QString sessionKey () const" + "virtual bool notify ( QObject * , QEvent * )" + "static QWindowList allWindows ()" + "static QString applicationDisplayName ()" + "static Qt::ApplicationState applicationState ()" + "static void changeOverrideCursor ( const QCursor & )" + "static QClipboard * clipboard ()" + "static bool desktopSettingsAware ()" + "static int exec ()" + "static QObject * focusObject ()" + "static QWindow * focusWindow ()" + "static QFont font ()" + "static QInputMethod * inputMethod ()" + "static bool isLeftToRight ()" + "static bool isRightToLeft ()" + "static Qt::KeyboardModifiers keyboardModifiers ()" + "static Qt::LayoutDirection layoutDirection ()" + "static QWindow * modalWindow ()" + "static Qt::MouseButtons mouseButtons ()" + "static QCursor * overrideCursor ()" + "static QPalette palette ()" + "static QFunctionPointer platformFunction ( const QByteArray & )" + "static QString platformName ()" + "static QPlatformNativeInterface * platformNativeInterface ()" + "static QScreen * primaryScreen ()" + "static Qt::KeyboardModifiers queryKeyboardModifiers ()" + "static bool quitOnLastWindowClosed ()" + "static void restoreOverrideCursor ()" + "static QList screens ()" + "static void setApplicationDisplayName ( const QString & )" + "static void setDesktopSettingsAware ( bool )" + "static void setFont ( const QFont & )" + "static void setLayoutDirection ( Qt::LayoutDirection )" + "static void setOverrideCursor ( const QCursor & )" + "static void setPalette ( const QPalette & )" + "static void setQuitOnLastWindowClosed ( bool )" + "static void setWindowIcon ( const QIcon & )" + "static QStyleHints * styleHints ()" + "static void sync ()" + "static QWindow * topLevelAt ( const QPoint & )" + "static QWindowList topLevelWindows ()" + "static QIcon windowIcon ()") + (("QHBoxLayout" . "QBoxLayout") + "new QHBoxLayout ()" + "new QHBoxLayout ( QWidget * )") + (("QHeaderView" . "QAbstractItemView") + "new QHeaderView ( Qt::Orientation , QWidget * = 0 )" + "bool cascadingSectionResizes () const" + "int count () const" + "Qt::Alignment defaultAlignment () const" + "int defaultSectionSize () const" + "int hiddenSectionCount () const" + "void hideSection ( int )" + "bool highlightSections () const" + "bool isSectionHidden ( int ) const" + "bool isSortIndicatorShown () const" + "int length () const" + "int logicalIndex ( int ) const" + "int logicalIndexAt ( int ) const" + "int logicalIndexAt ( int , int ) const" + "int logicalIndexAt ( const QPoint & ) const" + "int maximumSectionSize () const" + "int minimumSectionSize () const" + "void moveSection ( int , int )" + "int offset () const" + "Qt::Orientation orientation () const" + "void resetDefaultSectionSize ()" + "int resizeContentsPrecision () const" + "void resizeSection ( int , int )" + "void resizeSections ( QHeaderView::ResizeMode )" + "bool restoreState ( const QByteArray & )" + "QByteArray saveState () const" + "int sectionPosition ( int ) const" + "ResizeMode sectionResizeMode ( int ) const" + "int sectionSize ( int ) const" + "int sectionSizeHint ( int ) const" + "int sectionViewportPosition ( int ) const" + "bool sectionsClickable () const" + "bool sectionsHidden () const" + "bool sectionsMovable () const" + "bool sectionsMoved () const" + "void setCascadingSectionResizes ( bool )" + "void setDefaultAlignment ( Qt::Alignment )" + "void setDefaultSectionSize ( int )" + "void setHighlightSections ( bool )" + "void setMaximumSectionSize ( int )" + "void setMinimumSectionSize ( int )" + "void setResizeContentsPrecision ( int )" + "void setSectionHidden ( int , bool )" + "void setSectionResizeMode ( ResizeMode )" + "void setSectionResizeMode ( int , ResizeMode )" + "void setSectionsClickable ( bool )" + "void setSectionsMovable ( bool )" + "void setSortIndicator ( int , Qt::SortOrder )" + "void setSortIndicatorShown ( bool )" + "void setStretchLastSection ( bool )" + "void showSection ( int )" + "Qt::SortOrder sortIndicatorOrder () const" + "int sortIndicatorSection () const" + "bool stretchLastSection () const" + "int stretchSectionCount () const" + "void swapSections ( int , int )" + "int visualIndex ( int ) const" + "int visualIndexAt ( int ) const" + "protected void initStyleOption ( QStyleOptionHeader * ) const" + "virtual void reset ()" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const") + (("QHelpContentModel" . "QAbstractItemModel") + "QHelpContentItem * contentItemAt ( const QModelIndex & ) const" + "void createContents ( const QString & )" + "bool isCreatingContents () const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const") + (("QHelpContentWidget" . "QTreeView") + "QModelIndex indexOf ( const QUrl & )") + (("QHelpEngineCore" . "QObject") + "bool addCustomFilter ( const QString & , const QStringList & )" + "bool autoSaveFilter () const" + "QString collectionFile () const" + "bool copyCollectionFile ( const QString & )" + "QString currentFilter () const" + "QStringList customFilters () const" + "QVariant customValue ( const QString & , const QVariant & = QVariant() ) const" + "QString documentationFileName ( const QString & )" + "QString error () const" + "QByteArray fileData ( const QUrl & ) const" + "QList files ( const QString , const QStringList & , const QString & = QString() )" + "QList filterAttributeSets ( const QString & ) const" + "QStringList filterAttributes () const" + "QStringList filterAttributes ( const QString & ) const" + "QUrl findFile ( const QUrl & ) const" + "bool registerDocumentation ( const QString & )" + "QStringList registeredDocumentations () const" + "bool removeCustomFilter ( const QString & )" + "bool removeCustomValue ( const QString & )" + "void setAutoSaveFilter ( bool )" + "void setCollectionFile ( const QString & )" + "void setCurrentFilter ( const QString & )" + "bool setCustomValue ( const QString & , const QVariant & )" + "bool setupData ()" + "bool unregisterDocumentation ( const QString & )" + "static QVariant metaData ( const QString & , const QString & )" + "static QString namespaceName ( const QString & )") + (("QHelpIndexModel" . "QStringListModel") + "void createIndex ( const QString & )" + "QModelIndex filter ( const QString & , const QString & = QString() )" + "bool isCreatingIndex () const") + (("QHelpIndexWidget" . "QListView")) + (("QHelpSearchEngine" . "QObject") + "int hitCount () const" + "QList query () const" + "QHelpSearchQueryWidget * queryWidget ()" + "QHelpSearchResultWidget * resultWidget ()") + (("QHelpSearchQueryWidget" . "QWidget") + "new QHelpSearchQueryWidget ( QWidget * = 0 )" + "void collapseExtendedSearch ()" + "void expandExtendedSearch ()" + "bool isCompactMode () const" + "QList query () const" + "void setQuery ( const QList & )") + (("QHelpSearchResultWidget" . "QWidget") + "QUrl linkAt ( const QPoint & )") + (("QHistoryState" . "QAbstractState") + "new QHistoryState ( QState * = 0 )" + "new QHistoryState ( HistoryType , QState * = 0 )" + "QAbstractState * defaultState () const" + "HistoryType historyType () const" + "void setDefaultState ( QAbstractState * )" + "void setHistoryType ( HistoryType )") + (("QIODevice" . "QObject") + "virtual bool atEnd () const" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "QString errorString () const" + "bool getChar ( char * )" + "bool isOpen () const" + "bool isReadable () const" + "virtual bool isSequential () const" + "bool isTextModeEnabled () const" + "bool isWritable () const" + "virtual bool open ( OpenMode )" + "OpenMode openMode () const" + "qint64 peek ( char * , qint64 )" + "QByteArray peek ( qint64 )" + "virtual qint64 pos () const" + "bool putChar ( char )" + "qint64 read ( char * , qint64 )" + "QByteArray read ( qint64 )" + "QByteArray readAll ()" + "qint64 readLine ( char * , qint64 )" + "QByteArray readLine ( qint64 = 0 )" + "virtual bool reset ()" + "virtual bool seek ( qint64 )" + "void setTextModeEnabled ( bool )" + "virtual qint64 size () const" + "void ungetChar ( char )" + "virtual bool waitForBytesWritten ( int )" + "virtual bool waitForReadyRead ( int )" + "qint64 write ( const char * , qint64 )" + "qint64 write ( const char * )" + "qint64 write ( const QByteArray & )" + "protected void setErrorString ( const QString & )" + "protected void setOpenMode ( OpenMode )") + (("QInputDialog" . "QDialog") + "new QInputDialog ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "QString cancelButtonText () const" + "QStringList comboBoxItems () const" + "int doubleDecimals () const" + "double doubleMaximum () const" + "double doubleMinimum () const" + "double doubleValue () const" + "InputMode inputMode () const" + "int intMaximum () const" + "int intMinimum () const" + "int intStep () const" + "int intValue () const" + "bool isComboBoxEditable () const" + "QString labelText () const" + "QString okButtonText () const" + "void open ( QObject * , const char * )" + "InputDialogOptions options () const" + "void setCancelButtonText ( const QString & )" + "void setComboBoxEditable ( bool )" + "void setComboBoxItems ( const QStringList & )" + "void setDoubleDecimals ( int )" + "void setDoubleMaximum ( double )" + "void setDoubleMinimum ( double )" + "void setDoubleRange ( double , double )" + "void setDoubleValue ( double )" + "void setInputMode ( InputMode )" + "void setIntMaximum ( int )" + "void setIntMinimum ( int )" + "void setIntRange ( int , int )" + "void setIntStep ( int )" + "void setIntValue ( int )" + "void setLabelText ( const QString & )" + "void setOkButtonText ( const QString & )" + "void setOption ( InputDialogOption , bool = true )" + "void setOptions ( InputDialogOptions )" + "void setTextEchoMode ( QLineEdit::EchoMode )" + "void setTextValue ( const QString & )" + "bool testOption ( InputDialogOption ) const" + "QLineEdit::EchoMode textEchoMode () const" + "QString textValue () const" + "virtual void done ( int )" + "virtual QSize minimumSizeHint () const" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const" + "static double getDouble ( QWidget * , const QString & , const QString & , double = 0 , double = -2147483647 , double = 2147483647 , int = 1 , bool * = 0 , Qt::WindowFlags = 0 )" + "static int getInt ( QWidget * , const QString & , const QString & , int = 0 , int = -2147483647 , int = 2147483647 , int = 1 , bool * = 0 , Qt::WindowFlags = 0 )" + "static QString getItem ( QWidget * , const QString & , const QString & , const QStringList & , int = 0 , bool = true , bool * = 0 , Qt::WindowFlags = 0 , Qt::InputMethodHints = Qt::ImhNone )" + "static QString getMultiLineText ( QWidget * , const QString & , const QString & , const QString & = QString() , bool * = 0 , Qt::WindowFlags = 0 , Qt::InputMethodHints = Qt::ImhNone )" + "static QString getText ( QWidget * , const QString & , const QString & , QLineEdit::EchoMode = QLineEdit::Normal , const QString & = QString() , bool * = 0 , Qt::WindowFlags = 0 , Qt::InputMethodHints = Qt::ImhNone )") + (("QIntValidator" . "QValidator") + "new QIntValidator ( QObject * = 0 )" + "new QIntValidator ( int , int , QObject * = 0 )" + "int bottom () const" + "void setBottom ( int )" + "virtual void setRange ( int , int )" + "void setTop ( int )" + "int top () const" + "virtual void fixup ( QString & ) const" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QItemDelegate" . "QAbstractItemDelegate") + "new QItemDelegate ( QObject * = 0 )" + "bool hasClipping () const" + "QItemEditorFactory * itemEditorFactory () const" + "void setClipping ( bool )" + "void setItemEditorFactory ( QItemEditorFactory * )" + "protected void drawBackground ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void paint ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void setEditorData ( QWidget * , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const" + "virtual QSize sizeHint ( const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void updateEditorGeometry ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const") + (("QItemSelectionModel" . "QObject") + "new QItemSelectionModel ( QAbstractItemModel * = 0 )" + "new QItemSelectionModel ( QAbstractItemModel * , QObject * )" + "bool columnIntersectsSelection ( int , const QModelIndex & ) const" + "QModelIndex currentIndex () const" + "bool hasSelection () const" + "bool isColumnSelected ( int , const QModelIndex & ) const" + "bool isRowSelected ( int , const QModelIndex & ) const" + "bool isSelected ( const QModelIndex & ) const" + "const QAbstractItemModel * model () const" + "QAbstractItemModel * model ()" + "bool rowIntersectsSelection ( int , const QModelIndex & ) const" + "QModelIndexList selectedColumns ( int = 0 ) const" + "QModelIndexList selectedIndexes () const" + "QModelIndexList selectedRows ( int = 0 ) const" + "const QItemSelection selection () const" + "void setModel ( QAbstractItemModel * )" + "protected void emitSelectionChanged ( const QItemSelection & , const QItemSelection & )") + (("QKeyEventTransition" . "QEventTransition") + "new QKeyEventTransition ( QState * = 0 )" + "new QKeyEventTransition ( QObject * , QEvent::Type , int , QState * = 0 )" + "int key () const" + "Qt::KeyboardModifiers modifierMask () const" + "void setKey ( int )" + "void setModifierMask ( Qt::KeyboardModifiers )") + (("QLCDNumber" . "QFrame") + "new QLCDNumber ( QWidget * = 0 )" + "new QLCDNumber ( uint , QWidget * = 0 )" + "bool checkOverflow ( double ) const" + "bool checkOverflow ( int ) const" + "int digitCount () const" + "int intValue () const" + "Mode mode () const" + "SegmentStyle segmentStyle () const" + "void setDigitCount ( int )" + "void setMode ( Mode )" + "void setSegmentStyle ( SegmentStyle )" + "bool smallDecimalPoint () const" + "double value () const" + "virtual QSize sizeHint () const") + (("QLabel" . "QFrame") + "new QLabel ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "new QLabel ( const QString & , QWidget * = 0 , Qt::WindowFlags = 0 )" + "Qt::Alignment alignment () const" + "QWidget * buddy () const" + "bool hasScaledContents () const" + "bool hasSelectedText () const" + "int indent () const" + "int margin () const" + "QMovie * movie () const" + "bool openExternalLinks () const" + "const QPicture * picture () const" + "const QPixmap * pixmap () const" + "QString selectedText () const" + "int selectionStart () const" + "void setAlignment ( Qt::Alignment )" + "void setBuddy ( QWidget * )" + "void setIndent ( int )" + "void setMargin ( int )" + "void setOpenExternalLinks ( bool )" + "void setScaledContents ( bool )" + "void setSelection ( int , int )" + "void setTextFormat ( Qt::TextFormat )" + "void setTextInteractionFlags ( Qt::TextInteractionFlags )" + "void setWordWrap ( bool )" + "QString text () const" + "Qt::TextFormat textFormat () const" + "Qt::TextInteractionFlags textInteractionFlags () const" + "bool wordWrap () const" + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QLayout" . "QObject") + "bool activate ()" + "virtual void addItem ( QLayoutItem * ) = 0" + "void addWidget ( QWidget * )" + "QMargins contentsMargins () const" + "QRect contentsRect () const" + "virtual int count () const = 0" + "virtual int indexOf ( QWidget * ) const" + "bool isEnabled () const" + "virtual QLayoutItem * itemAt ( int ) const = 0" + "QWidget * menuBar () const" + "QWidget * parentWidget () const" + "void removeItem ( QLayoutItem * )" + "void removeWidget ( QWidget * )" + "QLayoutItem * replaceWidget ( QWidget * , QWidget * , Qt::FindChildOptions = Qt::FindChildrenRecursively )" + "bool setAlignment ( QWidget * , Qt::Alignment )" + "bool setAlignment ( QLayout * , Qt::Alignment )" + "void setContentsMargins ( int , int , int , int )" + "void setContentsMargins ( const QMargins & )" + "void setEnabled ( bool )" + "void setMenuBar ( QWidget * )" + "void setSizeConstraint ( SizeConstraint )" + "void setSpacing ( int )" + "SizeConstraint sizeConstraint () const" + "int spacing () const" + "virtual QLayoutItem * takeAt ( int ) = 0" + "void update ()" + "protected void addChildLayout ( QLayout * )" + "protected void addChildWidget ( QWidget * )" + "protected QRect alignmentRect ( const QRect & ) const" + "virtual QSizePolicy::ControlTypes controlTypes () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual QRect geometry () const" + "virtual void invalidate ()" + "virtual bool isEmpty () const" + "virtual QLayout * layout ()" + "virtual QSize maximumSize () const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "static QSize closestAcceptableSize ( const QWidget * , const QSize & )") + (("QLibrary" . "QObject") + "new QLibrary ( QObject * = 0 )" + "new QLibrary ( const QString & , QObject * = 0 )" + "new QLibrary ( const QString & , int , QObject * = 0 )" + "new QLibrary ( const QString & , const QString & , QObject * = 0 )" + "QString errorString () const" + "QString fileName () const" + "bool isLoaded () const" + "bool load ()" + "LoadHints loadHints () const" + "QFunctionPointer resolve ( const char * )" + "void setFileName ( const QString & )" + "void setFileNameAndVersion ( const QString & , int )" + "void setFileNameAndVersion ( const QString & , const QString & )" + "void setLoadHints ( LoadHints )" + "bool unload ()" + "static bool isLibrary ( const QString & )" + "static QFunctionPointer resolve ( const QString & , const char * )" + "static QFunctionPointer resolve ( const QString & , int , const char * )" + "static QFunctionPointer resolve ( const QString & , const QString & , const char * )") + (("QLineEdit" . "QWidget") + "new QLineEdit ( QWidget * = 0 )" + "new QLineEdit ( const QString & , QWidget * = 0 )" + "void addAction ( QAction * , ActionPosition )" + "QAction * addAction ( const QIcon & , ActionPosition )" + "Qt::Alignment alignment () const" + "void backspace ()" + "QCompleter * completer () const" + "QMenu * createStandardContextMenu ()" + "void cursorBackward ( bool , int = 1 )" + "void cursorForward ( bool , int = 1 )" + "Qt::CursorMoveStyle cursorMoveStyle () const" + "int cursorPosition () const" + "int cursorPositionAt ( const QPoint & )" + "void cursorWordBackward ( bool )" + "void cursorWordForward ( bool )" + "void del ()" + "void deselect ()" + "QString displayText () const" + "bool dragEnabled () const" + "EchoMode echoMode () const" + "void end ( bool )" + "bool hasAcceptableInput () const" + "bool hasFrame () const" + "bool hasSelectedText () const" + "void home ( bool )" + "QString inputMask () const" + "void insert ( const QString & )" + "bool isClearButtonEnabled () const" + "bool isModified () const" + "bool isReadOnly () const" + "bool isRedoAvailable () const" + "bool isUndoAvailable () const" + "int maxLength () const" + "QString selectedText () const" + "int selectionStart () const" + "void setAlignment ( Qt::Alignment )" + "void setClearButtonEnabled ( bool )" + "void setCompleter ( QCompleter * )" + "void setCursorMoveStyle ( Qt::CursorMoveStyle )" + "void setCursorPosition ( int )" + "void setDragEnabled ( bool )" + "void setEchoMode ( EchoMode )" + "void setFrame ( bool )" + "void setInputMask ( const QString & )" + "void setMaxLength ( int )" + "void setModified ( bool )" + "void setReadOnly ( bool )" + "void setSelection ( int , int )" + "void setTextMargins ( int , int , int , int )" + "void setTextMargins ( const QMargins & )" + "void setValidator ( const QValidator * )" + "QString text () const" + "QMargins textMargins () const" + "const QValidator * validator () const" + "protected QRect cursorRect () const" + "protected void initStyleOption ( QStyleOptionFrame * ) const" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QListView" . "QAbstractItemView") + "new QListView ( QWidget * = 0 )" + "int batchSize () const" + "void clearPropertyFlags ()" + "Flow flow () const" + "QSize gridSize () const" + "bool isRowHidden ( int ) const" + "bool isSelectionRectVisible () const" + "bool isWrapping () const" + "LayoutMode layoutMode () const" + "int modelColumn () const" + "Movement movement () const" + "ResizeMode resizeMode () const" + "void setBatchSize ( int )" + "void setFlow ( Flow )" + "void setGridSize ( const QSize & )" + "void setLayoutMode ( LayoutMode )" + "void setModelColumn ( int )" + "void setMovement ( Movement )" + "void setResizeMode ( ResizeMode )" + "void setRowHidden ( int , bool )" + "void setSelectionRectVisible ( bool )" + "void setSpacing ( int )" + "void setUniformItemSizes ( bool )" + "void setViewMode ( ViewMode )" + "void setWordWrap ( bool )" + "void setWrapping ( bool )" + "int spacing () const" + "bool uniformItemSizes () const" + "ViewMode viewMode () const" + "bool wordWrap () const" + "protected QRect rectForIndex ( const QModelIndex & ) const" + "protected void setPositionForIndex ( const QPoint & , const QModelIndex & )" + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible )" + "virtual QRect visualRect ( const QModelIndex & ) const") + (("QListWidget" . "QListView") + "new QListWidget ( QWidget * = 0 )" + "void addItem ( const QString & )" + "void addItem ( QListWidgetItem * )" + "void addItems ( const QStringList & )" + "void closePersistentEditor ( QListWidgetItem * )" + "int count () const" + "QListWidgetItem * currentItem () const" + "int currentRow () const" + "void editItem ( QListWidgetItem * )" + "QList findItems ( const QString & , Qt::MatchFlags ) const" + "void insertItem ( int , QListWidgetItem * )" + "void insertItem ( int , const QString & )" + "void insertItems ( int , const QStringList & )" + "bool isSortingEnabled () const" + "QListWidgetItem * item ( int ) const" + "QListWidgetItem * itemAt ( const QPoint & ) const" + "QListWidgetItem * itemAt ( int , int ) const" + "QWidget * itemWidget ( QListWidgetItem * ) const" + "void openPersistentEditor ( QListWidgetItem * )" + "void removeItemWidget ( QListWidgetItem * )" + "int row ( const QListWidgetItem * ) const" + "QList selectedItems () const" + "void setCurrentItem ( QListWidgetItem * )" + "void setCurrentItem ( QListWidgetItem * , QItemSelectionModel::SelectionFlags )" + "void setCurrentRow ( int )" + "void setCurrentRow ( int , QItemSelectionModel::SelectionFlags )" + "void setItemWidget ( QListWidgetItem * , QWidget * )" + "void setSortingEnabled ( bool )" + "void sortItems ( Qt::SortOrder = Qt::AscendingOrder )" + "QListWidgetItem * takeItem ( int )" + "QRect visualItemRect ( const QListWidgetItem * ) const" + "protected QModelIndex indexFromItem ( QListWidgetItem * ) const" + "protected QListWidgetItem * itemFromIndex ( const QModelIndex & ) const" + "protected QList items ( const QMimeData * ) const" + "virtual void dropEvent ( QDropEvent * )") + (("QLocalServer" . "QObject") + "new QLocalServer ( QObject * = 0 )" + "void close ()" + "QString errorString () const" + "QString fullServerName () const" + "virtual bool hasPendingConnections () const" + "bool isListening () const" + "bool listen ( const QString & )" + "int maxPendingConnections () const" + "virtual QLocalSocket * nextPendingConnection ()" + "QAbstractSocket::SocketError serverError () const" + "QString serverName () const" + "void setMaxPendingConnections ( int )" + "void setSocketOptions ( SocketOptions )" + "SocketOptions socketOptions () const" + "bool waitForNewConnection ( int = 0 , bool * = 0 )" + "static bool removeServer ( const QString & )") + (("QLocalSocket" . "QIODevice") + "new QLocalSocket ( QObject * = 0 )" + "void abort ()" + "void connectToServer ( OpenMode = ReadWrite )" + "void connectToServer ( const QString & , OpenMode = ReadWrite )" + "void disconnectFromServer ()" + "LocalSocketError error () const" + "bool flush ()" + "QString fullServerName () const" + "bool isValid () const" + "qint64 readBufferSize () const" + "QString serverName () const" + "void setReadBufferSize ( qint64 )" + "void setServerName ( const QString & )" + "LocalSocketState state () const" + "bool waitForConnected ( int = 30000 )" + "bool waitForDisconnected ( int = 30000 )" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool open ( OpenMode = ReadWrite )" + "virtual bool waitForBytesWritten ( int = 30000 )" + "virtual bool waitForReadyRead ( int = 30000 )") + (("QMainWindow" . "QWidget") + "new QMainWindow ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "void addDockWidget ( Qt::DockWidgetArea , QDockWidget * )" + "void addDockWidget ( Qt::DockWidgetArea , QDockWidget * , Qt::Orientation )" + "void addToolBar ( Qt::ToolBarArea , QToolBar * )" + "void addToolBar ( QToolBar * )" + "QToolBar * addToolBar ( const QString & )" + "void addToolBarBreak ( Qt::ToolBarArea = Qt::TopToolBarArea )" + "QWidget * centralWidget () const" + "Qt::DockWidgetArea corner ( Qt::Corner ) const" + "virtual QMenu * createPopupMenu ()" + "DockOptions dockOptions () const" + "Qt::DockWidgetArea dockWidgetArea ( QDockWidget * ) const" + "bool documentMode () const" + "QSize iconSize () const" + "void insertToolBar ( QToolBar * , QToolBar * )" + "void insertToolBarBreak ( QToolBar * )" + "bool isAnimated () const" + "bool isDockNestingEnabled () const" + "QMenuBar * menuBar () const" + "QWidget * menuWidget () const" + "void removeDockWidget ( QDockWidget * )" + "void removeToolBar ( QToolBar * )" + "void removeToolBarBreak ( QToolBar * )" + "bool restoreDockWidget ( QDockWidget * )" + "bool restoreState ( const QByteArray & , int = 0 )" + "QByteArray saveState ( int = 0 ) const" + "void setCentralWidget ( QWidget * )" + "void setCorner ( Qt::Corner , Qt::DockWidgetArea )" + "void setDockOptions ( DockOptions )" + "void setDocumentMode ( bool )" + "void setIconSize ( const QSize & )" + "void setMenuBar ( QMenuBar * )" + "void setMenuWidget ( QWidget * )" + "void setStatusBar ( QStatusBar * )" + "void setTabPosition ( Qt::DockWidgetAreas , QTabWidget::TabPosition )" + "void setTabShape ( QTabWidget::TabShape )" + "void setToolButtonStyle ( Qt::ToolButtonStyle )" + "void splitDockWidget ( QDockWidget * , QDockWidget * , Qt::Orientation )" + "QStatusBar * statusBar () const" + "QTabWidget::TabPosition tabPosition ( Qt::DockWidgetArea ) const" + "QTabWidget::TabShape tabShape () const" + "QList tabifiedDockWidgets ( QDockWidget * ) const" + "void tabifyDockWidget ( QDockWidget * , QDockWidget * )" + "QWidget * takeCentralWidget ()" + "Qt::ToolBarArea toolBarArea ( QToolBar * ) const" + "bool toolBarBreak ( QToolBar * ) const" + "Qt::ToolButtonStyle toolButtonStyle () const" + "bool unifiedTitleAndToolBarOnMac () const") + (("QMdiArea" . "QAbstractScrollArea") + "new QMdiArea ( QWidget * = 0 )" + "WindowOrder activationOrder () const" + "QMdiSubWindow * activeSubWindow () const" + "QMdiSubWindow * addSubWindow ( QWidget * , Qt::WindowFlags = 0 )" + "QBrush background () const" + "QMdiSubWindow * currentSubWindow () const" + "bool documentMode () const" + "void removeSubWindow ( QWidget * )" + "void setActivationOrder ( WindowOrder )" + "void setBackground ( const QBrush & )" + "void setDocumentMode ( bool )" + "void setOption ( AreaOption , bool = true )" + "void setTabPosition ( QTabWidget::TabPosition )" + "void setTabShape ( QTabWidget::TabShape )" + "void setTabsClosable ( bool )" + "void setTabsMovable ( bool )" + "void setViewMode ( ViewMode )" + "QList subWindowList ( WindowOrder = CreationOrder ) const" + "QTabWidget::TabPosition tabPosition () const" + "QTabWidget::TabShape tabShape () const" + "bool tabsClosable () const" + "bool tabsMovable () const" + "bool testOption ( AreaOption ) const" + "ViewMode viewMode () const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QMdiSubWindow" . "QWidget") + "new QMdiSubWindow ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "bool isShaded () const" + "int keyboardPageStep () const" + "int keyboardSingleStep () const" + "QMdiArea * mdiArea () const" + "void setKeyboardPageStep ( int )" + "void setKeyboardSingleStep ( int )" + "void setOption ( SubWindowOption , bool = true )" + "void setSystemMenu ( QMenu * )" + "void setWidget ( QWidget * )" + "QMenu * systemMenu () const" + "bool testOption ( SubWindowOption ) const" + "QWidget * widget () const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QMenu" . "QWidget") + "new QMenu ( QWidget * = 0 )" + "new QMenu ( const QString & , QWidget * = 0 )" + "QAction * actionAt ( const QPoint & ) const" + "QRect actionGeometry ( QAction * ) const" + "QAction * activeAction () const" + "QAction * addAction ( const QString & )" + "QAction * addAction ( const QIcon & , const QString & )" + "QAction * addAction ( const QString & , const QObject * , const char * , const QKeySequence & = 0 )" + "QAction * addAction ( const QIcon & , const QString & , const QObject * , const char * , const QKeySequence & = 0 )" + "QAction * addMenu ( QMenu * )" + "QMenu * addMenu ( const QString & )" + "QMenu * addMenu ( const QIcon & , const QString & )" + "QAction * addSection ( const QString & )" + "QAction * addSection ( const QIcon & , const QString & )" + "QAction * addSeparator ()" + "void clear ()" + "QAction * exec ()" + "QAction * exec ( const QPoint & , QAction * = 0 )" + "void hideTearOffMenu ()" + "QIcon icon () const" + "QAction * insertMenu ( QAction * , QMenu * )" + "QAction * insertSection ( QAction * , const QString & )" + "QAction * insertSection ( QAction * , const QIcon & , const QString & )" + "QAction * insertSeparator ( QAction * )" + "bool isEmpty () const" + "bool isTearOffEnabled () const" + "bool isTearOffMenuVisible () const" + "QAction * menuAction () const" + "void popup ( const QPoint & , QAction * = 0 )" + "bool separatorsCollapsible () const" + "void setActiveAction ( QAction * )" + "void setIcon ( const QIcon & )" + "void setSeparatorsCollapsible ( bool )" + "void setTearOffEnabled ( bool )" + "void setTitle ( const QString & )" + "void setToolTipsVisible ( bool )" + "QString title () const" + "bool toolTipsVisible () const" + "protected int columnCount () const" + "protected void initStyleOption ( QStyleOptionMenuItem * , const QAction * ) const" + "virtual QSize sizeHint () const" + "static QAction * exec ( const QList & , const QPoint & , QAction * = 0 , QWidget * = 0 )") + (("QMenuBar" . "QWidget") + "new QMenuBar ( QWidget * = 0 )" + "QAction * actionAt ( const QPoint & ) const" + "QRect actionGeometry ( QAction * ) const" + "QAction * activeAction () const" + "QAction * addAction ( const QString & )" + "QAction * addAction ( const QString & , const QObject * , const char * )" + "QAction * addMenu ( QMenu * )" + "QMenu * addMenu ( const QString & )" + "QMenu * addMenu ( const QIcon & , const QString & )" + "QAction * addSeparator ()" + "void clear ()" + "QWidget * cornerWidget ( Qt::Corner = Qt::TopRightCorner ) const" + "QAction * insertMenu ( QAction * , QMenu * )" + "QAction * insertSeparator ( QAction * )" + "bool isDefaultUp () const" + "bool isNativeMenuBar () const" + "void setActiveAction ( QAction * )" + "void setCornerWidget ( QWidget * , Qt::Corner = Qt::TopRightCorner )" + "void setDefaultUp ( bool )" + "void setNativeMenuBar ( bool )" + "protected void initStyleOption ( QStyleOptionMenuItem * , const QAction * ) const" + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QMessageBox" . "QDialog") + "new QMessageBox ( QWidget * = 0 )" + "new QMessageBox ( Icon , const QString & , const QString & , StandardButtons = NoButton , QWidget * = 0 , Qt::WindowFlags = Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint )" + "void addButton ( QAbstractButton * , ButtonRole )" + "QPushButton * addButton ( const QString & , ButtonRole )" + "QPushButton * addButton ( StandardButton )" + "QAbstractButton * button ( StandardButton ) const" + "ButtonRole buttonRole ( QAbstractButton * ) const" + "QList buttons () const" + "QCheckBox * checkBox () const" + "QAbstractButton * clickedButton () const" + "QPushButton * defaultButton () const" + "QString detailedText () const" + "QAbstractButton * escapeButton () const" + "Icon icon () const" + "QPixmap iconPixmap () const" + "QString informativeText () const" + "void open ( QObject * , const char * )" + "void removeButton ( QAbstractButton * )" + "void setCheckBox ( QCheckBox * )" + "void setDefaultButton ( QPushButton * )" + "void setDefaultButton ( StandardButton )" + "void setDetailedText ( const QString & )" + "void setEscapeButton ( QAbstractButton * )" + "void setEscapeButton ( StandardButton )" + "void setIcon ( Icon )" + "void setIconPixmap ( const QPixmap & )" + "void setInformativeText ( const QString & )" + "void setStandardButtons ( StandardButtons )" + "void setText ( const QString & )" + "void setTextFormat ( Qt::TextFormat )" + "void setTextInteractionFlags ( Qt::TextInteractionFlags )" + "void setWindowModality ( Qt::WindowModality )" + "void setWindowTitle ( const QString & )" + "StandardButton standardButton ( QAbstractButton * ) const" + "StandardButtons standardButtons () const" + "QString text () const" + "Qt::TextFormat textFormat () const" + "Qt::TextInteractionFlags textInteractionFlags () const" + "virtual void setVisible ( bool )" + "static void about ( QWidget * , const QString & , const QString & )" + "static void aboutQt ( QWidget * , const QString & = QString() )" + "static StandardButton critical ( QWidget * , const QString & , const QString & , StandardButtons = Ok , StandardButton = NoButton )" + "static StandardButton information ( QWidget * , const QString & , const QString & , StandardButtons = Ok , StandardButton = NoButton )" + "static StandardButton question ( QWidget * , const QString & , const QString & , StandardButtons = StandardButtons( Yes | No ) , StandardButton = NoButton )" + "static StandardButton warning ( QWidget * , const QString & , const QString & , StandardButtons = Ok , StandardButton = NoButton )") + (("QMimeData" . "QObject") + "new QMimeData ()" + "void clear ()" + "QVariant colorData () const" + "QByteArray data ( const QString & ) const" + "virtual QStringList formats () const" + "bool hasColor () const" + "virtual bool hasFormat ( const QString & ) const" + "bool hasHtml () const" + "bool hasImage () const" + "bool hasText () const" + "bool hasUrls () const" + "QString html () const" + "QVariant imageData () const" + "void removeFormat ( const QString & )" + "void setColorData ( const QVariant & )" + "void setData ( const QString & , const QByteArray & )" + "void setHtml ( const QString & )" + "void setImageData ( const QVariant & )" + "void setText ( const QString & )" + "void setUrls ( const QList & )" + "QString text () const" + "QList urls () const") + (("QMouseEventTransition" . "QEventTransition") + "new QMouseEventTransition ( QState * = 0 )" + "new QMouseEventTransition ( QObject * , QEvent::Type , Qt::MouseButton , QState * = 0 )" + "Qt::MouseButton button () const" + "QPainterPath hitTestPath () const" + "Qt::KeyboardModifiers modifierMask () const" + "void setButton ( Qt::MouseButton )" + "void setHitTestPath ( const QPainterPath & )" + "void setModifierMask ( Qt::KeyboardModifiers )") + (("QMovie" . "QObject") + "new QMovie ( QObject * = 0 )" + "new QMovie ( const QString & , const QByteArray & = QByteArray() , QObject * = 0 )" + "QColor backgroundColor () const" + "CacheMode cacheMode () const" + "int currentFrameNumber () const" + "QImage currentImage () const" + "QPixmap currentPixmap () const" + "QString fileName () const" + "QByteArray format () const" + "int frameCount () const" + "QRect frameRect () const" + "bool isValid () const" + "bool jumpToFrame ( int )" + "int loopCount () const" + "int nextFrameDelay () const" + "QSize scaledSize ()" + "void setBackgroundColor ( const QColor & )" + "void setCacheMode ( CacheMode )" + "void setFileName ( const QString & )" + "void setFormat ( const QByteArray & )" + "void setScaledSize ( const QSize & )" + "int speed () const" + "MovieState state () const" + "static QList supportedFormats ()") + (("QNetworkAccessManager" . "QObject") + "new QNetworkAccessManager ( QObject * = 0 )" + "QNetworkConfiguration activeConfiguration () const" + "QAbstractNetworkCache * cache () const" + "void clearAccessCache ()" + "QNetworkConfiguration configuration () const" + "void connectToHost ( const QString & , quint16 = 80 )" + "void connectToHostEncrypted ( const QString & , quint16 = 443 , const QSslConfiguration & = QSslConfiguration::defaultConfiguration() )" + "QNetworkCookieJar * cookieJar () const" + "QNetworkReply * deleteResource ( const QNetworkRequest & )" + "QNetworkReply * get ( const QNetworkRequest & )" + "QNetworkReply * head ( const QNetworkRequest & )" + "NetworkAccessibility networkAccessible () const" + "QNetworkReply * post ( const QNetworkRequest & , const QByteArray & )" + "QNetworkReply * post ( const QNetworkRequest & , QHttpMultiPart * )" + "QNetworkProxy proxy () const" + "QNetworkProxyFactory * proxyFactory () const" + "QNetworkReply * put ( const QNetworkRequest & , QHttpMultiPart * )" + "QNetworkReply * put ( const QNetworkRequest & , const QByteArray & )" + "void setCache ( QAbstractNetworkCache * )" + "void setConfiguration ( const QNetworkConfiguration & )" + "void setCookieJar ( QNetworkCookieJar * )" + "void setNetworkAccessible ( NetworkAccessibility )" + "void setProxy ( const QNetworkProxy & )" + "void setProxyFactory ( QNetworkProxyFactory * )" + "QStringList supportedSchemes () const") + (("QNetworkCookieJar" . "QObject") + "new QNetworkCookieJar ( QObject * = 0 )" + "virtual QList cookiesForUrl ( const QUrl & ) const" + "virtual bool deleteCookie ( const QNetworkCookie & )" + "virtual bool insertCookie ( const QNetworkCookie & )" + "virtual bool setCookiesFromUrl ( const QList & , const QUrl & )" + "virtual bool updateCookie ( const QNetworkCookie & )" + "protected QList allCookies () const" + "protected void setAllCookies ( const QList & )") + (("QNetworkDiskCache" . "QAbstractNetworkCache") + "new QNetworkDiskCache ( QObject * = 0 )" + "QString cacheDirectory () const" + "QNetworkCacheMetaData fileMetaData ( const QString & ) const" + "qint64 maximumCacheSize () const" + "void setCacheDirectory ( const QString & )" + "void setMaximumCacheSize ( qint64 )" + "virtual qint64 cacheSize () const" + "virtual QNetworkCacheMetaData metaData ( const QUrl & )" + "virtual bool remove ( const QUrl & )" + "virtual void updateMetaData ( const QNetworkCacheMetaData & )") + (("QNetworkReply" . "QIODevice") + "QVariant attribute ( QNetworkRequest::Attribute ) const" + "NetworkError error () const" + "bool hasRawHeader ( const QByteArray & ) const" + "QVariant header ( QNetworkRequest::KnownHeaders ) const" + "void ignoreSslErrors ( const QList & )" + "bool isFinished () const" + "bool isRunning () const" + "QNetworkAccessManager * manager () const" + "QNetworkAccessManager::Operation operation () const" + "QByteArray rawHeader ( const QByteArray & ) const" + "QList rawHeaderList () const" + "qint64 readBufferSize () const" + "QNetworkRequest request () const" + "virtual void setReadBufferSize ( qint64 )" + "void setSslConfiguration ( const QSslConfiguration & )" + "QSslConfiguration sslConfiguration () const" + "QUrl url () const" + "protected void setAttribute ( QNetworkRequest::Attribute , const QVariant & )" + "protected void setError ( NetworkError , const QString & )" + "protected void setFinished ( bool )" + "protected void setHeader ( QNetworkRequest::KnownHeaders , const QVariant & )" + "protected void setOperation ( QNetworkAccessManager::Operation )" + "protected void setRawHeader ( const QByteArray & , const QByteArray & )" + "protected void setRequest ( const QNetworkRequest & )" + "protected void setUrl ( const QUrl & )" + "virtual void close ()") + (("QObject" . NIL) + "new QObject ( QObject * = 0 )" + "bool blockSignals ( bool )" + "const QObjectList & children () const" + "void dumpObjectInfo ()" + "void dumpObjectTree ()" + "QList dynamicPropertyNames () const" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "bool inherits ( const char * ) const" + "void installEventFilter ( QObject * )" + "bool isWidgetType () const" + "bool isWindowType () const" + "void killTimer ( int )" + "virtual const QMetaObject * metaObject () const" + "void moveToThread ( QThread * )" + "QString objectName () const" + "QObject * parent () const" + "QVariant property ( const char * ) const" + "void removeEventFilter ( QObject * )" + "void setObjectName ( const QString & )" + "void setParent ( QObject * )" + "bool setProperty ( const char * , const QVariant & )" + "bool signalsBlocked () const" + "int startTimer ( int , Qt::TimerType = Qt::CoarseTimer )" + "QThread * thread () const" + "protected int receivers ( const char * ) const" + "protected QObject * sender () const" + "protected int senderSignalIndex () const" + "static QString tr ( const char * , const char * = 0 , int = -1 )") + (("QPageSetupDialog" . "QDialog") + "new QPageSetupDialog ( QPrinter * , QWidget * = 0 )" + "new QPageSetupDialog ( QWidget * = 0 )" + "void open ( QObject * , const char * )" + "QPrinter * printer ()" + "virtual void done ( int )" + "virtual int exec ()" + "virtual void setVisible ( bool )") + (("QPanGesture" . "QGesture") + "qreal acceleration () const" + "QPointF delta () const" + "QPointF lastOffset () const" + "QPointF offset () const" + "void setAcceleration ( qreal )" + "void setLastOffset ( const QPointF & )" + "void setOffset ( const QPointF & )") + (("QParallelAnimationGroup" . "QAnimationGroup") + "new QParallelAnimationGroup ( QObject * = 0 )" + "virtual int duration () const") + (("QPauseAnimation" . "QAbstractAnimation") + "new QPauseAnimation ( QObject * = 0 )" + "new QPauseAnimation ( int , QObject * = 0 )" + "void setDuration ( int )" + "virtual int duration () const") + (("QPinchGesture" . "QGesture") + "QPointF centerPoint () const" + "ChangeFlags changeFlags () const" + "QPointF lastCenterPoint () const" + "qreal lastRotationAngle () const" + "qreal lastScaleFactor () const" + "qreal rotationAngle () const" + "qreal scaleFactor () const" + "void setCenterPoint ( const QPointF & )" + "void setChangeFlags ( ChangeFlags )" + "void setLastCenterPoint ( const QPointF & )" + "void setLastRotationAngle ( qreal )" + "void setLastScaleFactor ( qreal )" + "void setRotationAngle ( qreal )" + "void setScaleFactor ( qreal )" + "void setStartCenterPoint ( const QPointF & )" + "void setTotalChangeFlags ( ChangeFlags )" + "void setTotalRotationAngle ( qreal )" + "void setTotalScaleFactor ( qreal )" + "QPointF startCenterPoint () const" + "ChangeFlags totalChangeFlags () const" + "qreal totalRotationAngle () const" + "qreal totalScaleFactor () const") + (("QPlainTextDocumentLayout" . "QAbstractTextDocumentLayout") + "new QPlainTextDocumentLayout ( QTextDocument * )" + "int cursorWidth () const" + "void ensureBlockLayout ( const QTextBlock & ) const" + "void requestUpdate ()" + "void setCursorWidth ( int )" + "virtual QRectF blockBoundingRect ( const QTextBlock & ) const" + "virtual QSizeF documentSize () const" + "virtual void draw ( QPainter * , const PaintContext & )" + "virtual QRectF frameBoundingRect ( QTextFrame * ) const" + "virtual int hitTest ( const QPointF & , Qt::HitTestAccuracy ) const" + "virtual int pageCount () const") + (("QPlainTextEdit" . "QAbstractScrollArea") + "new QPlainTextEdit ( QWidget * = 0 )" + "new QPlainTextEdit ( const QString & , QWidget * = 0 )" + "QString anchorAt ( const QPoint & ) const" + "bool backgroundVisible () const" + "int blockCount () const" + "bool canPaste () const" + "bool centerOnScroll () const" + "QMenu * createStandardContextMenu ()" + "QMenu * createStandardContextMenu ( const QPoint & )" + "QTextCharFormat currentCharFormat () const" + "QTextCursor cursorForPosition ( const QPoint & ) const" + "QRect cursorRect ( const QTextCursor & ) const" + "QRect cursorRect () const" + "int cursorWidth () const" + "QTextDocument * document () const" + "QString documentTitle () const" + "void ensureCursorVisible ()" + "QList extraSelections () const" + "bool find ( const QString & , QTextDocument::FindFlags = 0 )" + "bool find ( const QRegExp & , QTextDocument::FindFlags = 0 )" + "bool isReadOnly () const" + "bool isUndoRedoEnabled () const" + "LineWrapMode lineWrapMode () const" + "virtual QVariant loadResource ( int , const QUrl & )" + "int maximumBlockCount () const" + "void mergeCurrentCharFormat ( const QTextCharFormat & )" + "void moveCursor ( QTextCursor::MoveOperation , QTextCursor::MoveMode = QTextCursor::MoveAnchor )" + "bool overwriteMode () const" + "void print ( QPagedPaintDevice * ) const" + "void setBackgroundVisible ( bool )" + "void setCenterOnScroll ( bool )" + "void setCurrentCharFormat ( const QTextCharFormat & )" + "void setCursorWidth ( int )" + "void setDocument ( QTextDocument * )" + "void setDocumentTitle ( const QString & )" + "void setExtraSelections ( const QList & )" + "void setLineWrapMode ( LineWrapMode )" + "void setMaximumBlockCount ( int )" + "void setOverwriteMode ( bool )" + "void setReadOnly ( bool )" + "void setTabChangesFocus ( bool )" + "void setTabStopWidth ( int )" + "void setTextCursor ( const QTextCursor & )" + "void setTextInteractionFlags ( Qt::TextInteractionFlags )" + "void setUndoRedoEnabled ( bool )" + "void setWordWrapMode ( QTextOption::WrapMode )" + "bool tabChangesFocus () const" + "int tabStopWidth () const" + "QTextCursor textCursor () const" + "Qt::TextInteractionFlags textInteractionFlags () const" + "QString toPlainText () const" + "QTextOption::WrapMode wordWrapMode () const" + "protected QRectF blockBoundingGeometry ( const QTextBlock & ) const" + "protected QRectF blockBoundingRect ( const QTextBlock & ) const" + "protected QPointF contentOffset () const" + "protected QTextBlock firstVisibleBlock () const" + "protected QAbstractTextDocumentLayout::PaintContext getPaintContext () const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const") + (("QPluginLoader" . "QObject") + "new QPluginLoader ( QObject * = 0 )" + "new QPluginLoader ( const QString & , QObject * = 0 )" + "QString errorString () const" + "QString fileName () const" + "QObject * instance ()" + "bool isLoaded () const" + "bool load ()" + "QLibrary::LoadHints loadHints () const" + "QJsonObject metaData () const" + "void setFileName ( const QString & )" + "void setLoadHints ( QLibrary::LoadHints )" + "bool unload ()" + "static QObjectList staticInstances ()" + "static QVector staticPlugins ()") + (("QPrintDialog" . "QAbstractPrintDialog") + "new QPrintDialog ( QPrinter * , QWidget * = 0 )" + "new QPrintDialog ( QWidget * = 0 )" + "void open ( QObject * , const char * )" + "PrintDialogOptions options () const" + "QPrinter * printer ()" + "void setOption ( PrintDialogOption , bool = true )" + "void setOptions ( PrintDialogOptions )" + "bool testOption ( PrintDialogOption ) const" + "virtual void done ( int )" + "virtual int exec ()" + "virtual void setVisible ( bool )") + (("QPrintPreviewDialog" . "QDialog") + "new QPrintPreviewDialog ( QPrinter * , QWidget * = 0 , Qt::WindowFlags = 0 )" + "new QPrintPreviewDialog ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "void open ( QObject * , const char * )" + "QPrinter * printer ()" + "virtual void done ( int )" + "virtual void setVisible ( bool )") + (("QPrintPreviewWidget" . "QWidget") + "new QPrintPreviewWidget ( QPrinter * , QWidget * = 0 , Qt::WindowFlags = 0 )" + "new QPrintPreviewWidget ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "int currentPage () const" + "QPrinter::Orientation orientation () const" + "int pageCount () const" + "ViewMode viewMode () const" + "qreal zoomFactor () const" + "ZoomMode zoomMode () const" + "virtual void setVisible ( bool )") + (("QProcess" . "QIODevice") + "new QProcess ( QObject * = 0 )" + "QStringList arguments () const" + "void closeReadChannel ( ProcessChannel )" + "void closeWriteChannel ()" + "QProcess::ProcessError error () const" + "int exitCode () const" + "QProcess::ExitStatus exitStatus () const" + "InputChannelMode inputChannelMode () const" + "ProcessChannelMode processChannelMode () const" + "QProcessEnvironment processEnvironment () const" + "qint64 processId () const" + "QString program () const" + "QByteArray readAllStandardError ()" + "QByteArray readAllStandardOutput ()" + "ProcessChannel readChannel () const" + "void setArguments ( const QStringList & )" + "void setInputChannelMode ( InputChannelMode )" + "void setProcessChannelMode ( ProcessChannelMode )" + "void setProcessEnvironment ( const QProcessEnvironment & )" + "void setProgram ( const QString & )" + "void setReadChannel ( ProcessChannel )" + "void setStandardErrorFile ( const QString & , OpenMode = Truncate )" + "void setStandardInputFile ( const QString & )" + "void setStandardOutputFile ( const QString & , OpenMode = Truncate )" + "void setStandardOutputProcess ( QProcess * )" + "void setWorkingDirectory ( const QString & )" + "void start ( const QString & , const QStringList & , OpenMode = ReadWrite )" + "void start ( OpenMode = ReadWrite )" + "void start ( const QString & , OpenMode = ReadWrite )" + "QProcess::ProcessState state () const" + "bool waitForFinished ( int = 30000 )" + "bool waitForStarted ( int = 30000 )" + "QString workingDirectory () const" + "protected void setProcessState ( ProcessState )" + "virtual bool atEnd () const" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool open ( OpenMode = ReadWrite )" + "virtual bool waitForBytesWritten ( int = 30000 )" + "virtual bool waitForReadyRead ( int = 30000 )" + "static int execute ( const QString & , const QStringList & )" + "static int execute ( const QString & )" + "static QString nullDevice ()" + "static bool startDetached ( const QString & , const QStringList & , const QString & = QString() , qint64 * = 0 )" + "static bool startDetached ( const QString & )" + "static QStringList systemEnvironment ()") + (("QProgressBar" . "QWidget") + "new QProgressBar ( QWidget * = 0 )" + "Qt::Alignment alignment () const" + "QString format () const" + "bool invertedAppearance () const" + "bool isTextVisible () const" + "int maximum () const" + "int minimum () const" + "Qt::Orientation orientation () const" + "void resetFormat ()" + "void setAlignment ( Qt::Alignment )" + "void setFormat ( const QString & )" + "void setInvertedAppearance ( bool )" + "void setTextDirection ( QProgressBar::Direction )" + "void setTextVisible ( bool )" + "virtual QString text () const" + "QProgressBar::Direction textDirection () const" + "int value () const" + "protected void initStyleOption ( QStyleOptionProgressBar * ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QProgressDialog" . "QDialog") + "new QProgressDialog ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "new QProgressDialog ( const QString & , const QString & , int , int , QWidget * = 0 , Qt::WindowFlags = 0 )" + "bool autoClose () const" + "bool autoReset () const" + "QString labelText () const" + "int maximum () const" + "int minimum () const" + "int minimumDuration () const" + "void open ( QObject * , const char * )" + "void setAutoClose ( bool )" + "void setAutoReset ( bool )" + "void setBar ( QProgressBar * )" + "void setCancelButton ( QPushButton * )" + "void setLabel ( QLabel * )" + "int value () const" + "bool wasCanceled () const" + "virtual QSize sizeHint () const") + (("QPropertyAnimation" . "QVariantAnimation") + "new QPropertyAnimation ( QObject * = 0 )" + "new QPropertyAnimation ( QObject * , const QByteArray & , QObject * = 0 )" + "QByteArray propertyName () const" + "void setPropertyName ( const QByteArray & )" + "void setTargetObject ( QObject * )" + "QObject * targetObject () const") + (("QPushButton" . "QAbstractButton") + "new QPushButton ( QWidget * = 0 )" + "new QPushButton ( const QString & , QWidget * = 0 )" + "new QPushButton ( const QIcon & , const QString & , QWidget * = 0 )" + "bool autoDefault () const" + "bool isDefault () const" + "bool isFlat () const" + "QMenu * menu () const" + "void setAutoDefault ( bool )" + "void setDefault ( bool )" + "void setFlat ( bool )" + "void setMenu ( QMenu * )" + "protected void initStyleOption ( QStyleOptionButton * ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QRadioButton" . "QAbstractButton") + "new QRadioButton ( QWidget * = 0 )" + "new QRadioButton ( const QString & , QWidget * = 0 )" + "protected void initStyleOption ( QStyleOptionButton * ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QRegExpValidator" . "QValidator") + "new QRegExpValidator ( QObject * = 0 )" + "new QRegExpValidator ( const QRegExp & , QObject * = 0 )" + "const QRegExp & regExp () const" + "void setRegExp ( const QRegExp & )" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QRubberBand" . "QWidget") + "new QRubberBand ( Shape , QWidget * = 0 )" + "void move ( int , int )" + "void move ( const QPoint & )" + "void resize ( int , int )" + "void resize ( const QSize & )" + "void setGeometry ( const QRect & )" + "void setGeometry ( int , int , int , int )" + "Shape shape () const" + "protected void initStyleOption ( QStyleOptionRubberBand * ) const") + (("QScrollArea" . "QAbstractScrollArea") + "new QScrollArea ( QWidget * = 0 )" + "Qt::Alignment alignment () const" + "void ensureVisible ( int , int , int = 50 , int = 50 )" + "void ensureWidgetVisible ( QWidget * , int = 50 , int = 50 )" + "void setAlignment ( Qt::Alignment )" + "void setWidget ( QWidget * )" + "void setWidgetResizable ( bool )" + "QWidget * takeWidget ()" + "QWidget * widget () const" + "bool widgetResizable () const" + "virtual bool focusNextPrevChild ( bool )" + "virtual QSize sizeHint () const") + (("QScrollBar" . "QAbstractSlider") + "new QScrollBar ( QWidget * = 0 )" + "new QScrollBar ( Qt::Orientation , QWidget * = 0 )" + "protected void initStyleOption ( QStyleOptionSlider * ) const" + "virtual bool event ( QEvent * )" + "virtual QSize sizeHint () const") + (("QSequentialAnimationGroup" . "QAnimationGroup") + "new QSequentialAnimationGroup ( QObject * = 0 )" + "QPauseAnimation * addPause ( int )" + "QAbstractAnimation * currentAnimation () const" + "QPauseAnimation * insertPause ( int , int )" + "virtual int duration () const") + (("QSessionManager" . "QObject") + "bool allowsErrorInteraction ()" + "bool allowsInteraction ()" + "void cancel ()" + "QStringList discardCommand () const" + "bool isPhase2 () const" + "void release ()" + "void requestPhase2 ()" + "QStringList restartCommand () const" + "RestartHint restartHint () const" + "QString sessionId () const" + "QString sessionKey () const" + "void setDiscardCommand ( const QStringList & )" + "void setManagerProperty ( const QString & , const QStringList & )" + "void setManagerProperty ( const QString & , const QString & )" + "void setRestartCommand ( const QStringList & )" + "void setRestartHint ( RestartHint )") + (("QSettings" . "QObject") + "new QSettings ( const QString & , const QString & = QString() , QObject * = 0 )" + "new QSettings ( Scope , const QString & , const QString & = QString() , QObject * = 0 )" + "new QSettings ( Format , Scope , const QString & , const QString & = QString() , QObject * = 0 )" + "new QSettings ( const QString & , Format , QObject * = 0 )" + "new QSettings ( QObject * = 0 )" + "QStringList allKeys () const" + "QString applicationName () const" + "void beginGroup ( const QString & )" + "int beginReadArray ( const QString & )" + "void beginWriteArray ( const QString & , int = -1 )" + "QStringList childGroups () const" + "QStringList childKeys () const" + "void clear ()" + "bool contains ( const QString & ) const" + "void endArray ()" + "void endGroup ()" + "bool fallbacksEnabled () const" + "QString fileName () const" + "Format format () const" + "QString group () const" + "QTextCodec * iniCodec () const" + "bool isWritable () const" + "QString organizationName () const" + "void remove ( const QString & )" + "Scope scope () const" + "void setArrayIndex ( int )" + "void setFallbacksEnabled ( bool )" + "void setIniCodec ( QTextCodec * )" + "void setIniCodec ( const char * )" + "void setValue ( const QString & , const QVariant & )" + "Status status () const" + "void sync ()" + "QVariant value ( const QString & , const QVariant & = QVariant() ) const" + "static Format defaultFormat ()" + "static Format registerFormat ( const QString & , ReadFunc , WriteFunc , Qt::CaseSensitivity = Qt::CaseSensitive )" + "static void setDefaultFormat ( Format )" + "static void setPath ( Format , Scope , const QString & )") + (("QShortcut" . "QObject") + "new QShortcut ( QWidget * )" + "new QShortcut ( const QKeySequence & , QWidget * , const char * = 0 , const char * = 0 , Qt::ShortcutContext = Qt::WindowShortcut )" + "bool autoRepeat () const" + "Qt::ShortcutContext context () const" + "int id () const" + "bool isEnabled () const" + "QKeySequence key () const" + "QWidget * parentWidget () const" + "void setAutoRepeat ( bool )" + "void setContext ( Qt::ShortcutContext )" + "void setEnabled ( bool )" + "void setKey ( const QKeySequence & )" + "void setWhatsThis ( const QString & )" + "QString whatsThis () const") + (("QSignalTransition" . "QAbstractTransition") + "new QSignalTransition ( QState * = 0 )" + "new QSignalTransition ( const QObject * , const char * , QState * = 0 )" + "QObject * senderObject () const" + "void setSenderObject ( const QObject * )" + "void setSignal ( const QByteArray & )" + "QByteArray signal () const") + (("QSizeGrip" . "QWidget") + "new QSizeGrip ( QWidget * )" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const") + (("QSlider" . "QAbstractSlider") + "new QSlider ( QWidget * = 0 )" + "new QSlider ( Qt::Orientation , QWidget * = 0 )" + "void setTickInterval ( int )" + "void setTickPosition ( TickPosition )" + "int tickInterval () const" + "TickPosition tickPosition () const" + "protected void initStyleOption ( QStyleOptionSlider * ) const" + "virtual bool event ( QEvent * )" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QSortFilterProxyModel" . "QAbstractProxyModel") + "new QSortFilterProxyModel ( QObject * = 0 )" + "bool dynamicSortFilter () const" + "Qt::CaseSensitivity filterCaseSensitivity () const" + "int filterKeyColumn () const" + "QRegExp filterRegExp () const" + "int filterRole () const" + "bool isSortLocaleAware () const" + "void setDynamicSortFilter ( bool )" + "void setFilterCaseSensitivity ( Qt::CaseSensitivity )" + "void setFilterKeyColumn ( int )" + "void setFilterRegExp ( const QRegExp & )" + "void setFilterRole ( int )" + "void setSortCaseSensitivity ( Qt::CaseSensitivity )" + "void setSortLocaleAware ( bool )" + "void setSortRole ( int )" + "Qt::CaseSensitivity sortCaseSensitivity () const" + "int sortColumn () const" + "Qt::SortOrder sortOrder () const" + "int sortRole () const" + "protected void invalidateFilter ()" + "virtual QModelIndex buddy ( const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual QModelIndex mapFromSource ( const QModelIndex & ) const" + "virtual QItemSelection mapSelectionFromSource ( const QItemSelection & ) const" + "virtual QItemSelection mapSelectionToSource ( const QItemSelection & ) const" + "virtual QModelIndex mapToSource ( const QModelIndex & ) const" + "virtual QModelIndexList match ( const QModelIndex & , int , const QVariant & , int = 1 , Qt::MatchFlags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual void setSourceModel ( QAbstractItemModel * )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual QSize span ( const QModelIndex & ) const" + "virtual Qt::DropActions supportedDropActions () const") + (("QSpinBox" . "QAbstractSpinBox") + "new QSpinBox ( QWidget * = 0 )" + "QString cleanText () const" + "int displayIntegerBase () const" + "int maximum () const" + "int minimum () const" + "QString prefix () const" + "void setDisplayIntegerBase ( int )" + "void setMaximum ( int )" + "void setMinimum ( int )" + "void setPrefix ( const QString & )" + "void setRange ( int , int )" + "void setSingleStep ( int )" + "void setSuffix ( const QString & )" + "int singleStep () const" + "QString suffix () const" + "int value () const") + (("QSplashScreen" . "QWidget") + "new QSplashScreen ( const QPixmap & = QPixmap() , Qt::WindowFlags = 0 )" + "new QSplashScreen ( QWidget * , const QPixmap & = QPixmap() , Qt::WindowFlags = 0 )" + "void finish ( QWidget * )" + "QString message () const" + "const QPixmap pixmap () const" + "void repaint ()" + "void setPixmap ( const QPixmap & )") + (("QSplitter" . "QFrame") + "new QSplitter ( QWidget * = 0 )" + "new QSplitter ( Qt::Orientation , QWidget * = 0 )" + "void addWidget ( QWidget * )" + "bool childrenCollapsible () const" + "int count () const" + "int handleWidth () const" + "int indexOf ( QWidget * ) const" + "void insertWidget ( int , QWidget * )" + "bool isCollapsible ( int ) const" + "bool opaqueResize () const" + "Qt::Orientation orientation () const" + "void refresh ()" + "bool restoreState ( const QByteArray & )" + "QByteArray saveState () const" + "void setChildrenCollapsible ( bool )" + "void setCollapsible ( int , bool )" + "void setOpaqueResize ( bool = true )" + "void setOrientation ( Qt::Orientation )" + "void setSizes ( const QList & )" + "void setStretchFactor ( int , int )" + "QList sizes () const" + "QWidget * widget ( int ) const" + "protected int closestLegalPosition ( int , int )" + "protected void moveSplitter ( int , int )" + "protected void setRubberBand ( int )" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QSplitterHandle" . "QWidget") + "bool opaqueResize () const" + "Qt::Orientation orientation () const" + "void setOrientation ( Qt::Orientation )" + "QSplitter * splitter () const" + "protected int closestLegalPosition ( int )" + "protected void moveSplitter ( int )" + "virtual QSize sizeHint () const") + (("QSqlDriver" . "QObject") + "new QSqlDriver ( QObject * = 0 )" + "virtual bool beginTransaction ()" + "virtual void close () = 0" + "virtual bool commitTransaction ()" + "virtual QSqlResult * createResult () const = 0" + "DbmsType dbmsType () const" + "virtual QString escapeIdentifier ( const QString & , IdentifierType ) const" + "virtual QString formatValue ( const QSqlField & , bool = false ) const" + "virtual QVariant handle () const" + "virtual bool hasFeature ( DriverFeature ) const = 0" + "virtual bool isIdentifierEscaped ( const QString & , IdentifierType ) const" + "virtual bool isOpen () const" + "bool isOpenError () const" + "QSqlError lastError () const" + "QSql::NumericalPrecisionPolicy numericalPrecisionPolicy () const" + "virtual bool open ( const QString & , const QString & = QString() , const QString & = QString() , const QString & = QString() , int = -1 , const QString & = QString() ) = 0" + "virtual QSqlIndex primaryIndex ( const QString & ) const" + "virtual QSqlRecord record ( const QString & ) const" + "virtual bool rollbackTransaction ()" + "void setNumericalPrecisionPolicy ( QSql::NumericalPrecisionPolicy )" + "virtual QString sqlStatement ( StatementType , const QString & , const QSqlRecord & , bool ) const" + "virtual QString stripDelimiters ( const QString & , IdentifierType ) const" + "virtual bool subscribeToNotification ( const QString & )" + "virtual QStringList subscribedToNotifications () const" + "virtual QStringList tables ( QSql::TableType ) const" + "virtual bool unsubscribeFromNotification ( const QString & )") + (("QSqlQueryModel" . "QAbstractTableModel") + "new QSqlQueryModel ( QObject * = 0 )" + "virtual void clear ()" + "QSqlError lastError () const" + "QSqlQuery query () const" + "QSqlRecord record ( int ) const" + "QSqlRecord record () const" + "void setQuery ( const QSqlQuery & )" + "void setQuery ( const QString & , const QSqlDatabase & = QSqlDatabase() )" + "protected void setLastError ( const QSqlError & )" + "virtual bool canFetchMore ( const QModelIndex & = QModelIndex() ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual void fetchMore ( const QModelIndex & = QModelIndex() )" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )") + (("QSqlRelationalDelegate" . "QItemDelegate") + "new QSqlRelationalDelegate ( QObject * = 0 )" + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const") + (("QSqlRelationalTableModel" . "QSqlTableModel") + "new QSqlRelationalTableModel ( QObject * = 0 , QSqlDatabase = QSqlDatabase() )" + "QSqlRelation relation ( int ) const" + "virtual QSqlTableModel * relationModel ( int ) const" + "void setJoinMode ( QSqlRelationalTableModel::JoinMode )" + "virtual void setRelation ( int , const QSqlRelation & )" + "virtual void clear ()" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool select ()" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void setTable ( const QString & )") + (("QSqlTableModel" . "QSqlQueryModel") + "new QSqlTableModel ( QObject * = 0 , QSqlDatabase = QSqlDatabase() )" + "QSqlDatabase database () const" + "EditStrategy editStrategy () const" + "int fieldIndex ( const QString & ) const" + "QString filter () const" + "bool insertRecord ( int , const QSqlRecord & )" + "bool isDirty ( const QModelIndex & ) const" + "bool isDirty () const" + "QSqlIndex primaryKey () const" + "QSqlRecord record () const" + "QSqlRecord record ( int ) const" + "virtual void revertRow ( int )" + "virtual void setEditStrategy ( EditStrategy )" + "virtual void setFilter ( const QString & )" + "bool setRecord ( int , const QSqlRecord & )" + "virtual void setSort ( int , Qt::SortOrder )" + "virtual void setTable ( const QString & )" + "QString tableName () const" + "protected QSqlRecord primaryValues ( int ) const" + "protected void setPrimaryKey ( const QSqlIndex & )" + "protected void setQuery ( const QSqlQuery & )" + "virtual void clear ()" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void sort ( int , Qt::SortOrder )") + (("QStackedLayout" . "QLayout") + "new QStackedLayout ()" + "new QStackedLayout ( QWidget * )" + "new QStackedLayout ( QLayout * )" + "int addWidget ( QWidget * )" + "int currentIndex () const" + "QWidget * currentWidget () const" + "int insertWidget ( int , QWidget * )" + "void setStackingMode ( StackingMode )" + "StackingMode stackingMode () const" + "QWidget * widget ( int ) const" + "virtual void addItem ( QLayoutItem * )" + "virtual int count () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QStackedWidget" . "QFrame") + "new QStackedWidget ( QWidget * = 0 )" + "int addWidget ( QWidget * )" + "int count () const" + "int currentIndex () const" + "QWidget * currentWidget () const" + "int indexOf ( QWidget * ) const" + "int insertWidget ( int , QWidget * )" + "void removeWidget ( QWidget * )" + "QWidget * widget ( int ) const") + (("QStandardItemModel" . "QAbstractItemModel") + "new QStandardItemModel ( QObject * = 0 )" + "new QStandardItemModel ( int , int , QObject * = 0 )" + "void appendColumn ( const QList & )" + "void appendRow ( const QList & )" + "void appendRow ( QStandardItem * )" + "void clear ()" + "QList findItems ( const QString & , Qt::MatchFlags = Qt::MatchExactly , int = 0 ) const" + "QStandardItem * horizontalHeaderItem ( int ) const" + "QModelIndex indexFromItem ( const QStandardItem * ) const" + "void insertColumn ( int , const QList & )" + "bool insertColumn ( int , const QModelIndex & = QModelIndex() )" + "void insertRow ( int , const QList & )" + "bool insertRow ( int , const QModelIndex & = QModelIndex() )" + "void insertRow ( int , QStandardItem * )" + "QStandardItem * invisibleRootItem () const" + "QStandardItem * item ( int , int = 0 ) const" + "QStandardItem * itemFromIndex ( const QModelIndex & ) const" + "const QStandardItem * itemPrototype () const" + "void setColumnCount ( int )" + "void setHorizontalHeaderItem ( int , QStandardItem * )" + "void setHorizontalHeaderLabels ( const QStringList & )" + "void setItem ( int , int , QStandardItem * )" + "void setItem ( int , QStandardItem * )" + "void setItemPrototype ( const QStandardItem * )" + "void setRowCount ( int )" + "void setSortRole ( int )" + "void setVerticalHeaderItem ( int , QStandardItem * )" + "void setVerticalHeaderLabels ( const QStringList & )" + "int sortRole () const" + "QList takeColumn ( int )" + "QStandardItem * takeHorizontalHeaderItem ( int )" + "QStandardItem * takeItem ( int , int = 0 )" + "QList takeRow ( int )" + "QStandardItem * takeVerticalHeaderItem ( int )" + "QStandardItem * verticalHeaderItem ( int ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QState" . "QAbstractState") + "new QState ( QState * = 0 )" + "new QState ( ChildMode , QState * = 0 )" + "void addTransition ( QAbstractTransition * )" + "QSignalTransition * addTransition ( const QObject * , const char * , QAbstractState * )" + "QAbstractTransition * addTransition ( QAbstractState * )" + "void assignProperty ( QObject * , const char * , const QVariant & )" + "ChildMode childMode () const" + "QAbstractState * errorState () const" + "QAbstractState * initialState () const" + "void removeTransition ( QAbstractTransition * )" + "void setChildMode ( ChildMode )" + "void setErrorState ( QAbstractState * )" + "void setInitialState ( QAbstractState * )" + "QList transitions () const") + (("QStateMachine" . "QState") + "new QStateMachine ( QObject * = 0 )" + "new QStateMachine ( QState::ChildMode , QObject * = 0 )" + "void addDefaultAnimation ( QAbstractAnimation * )" + "void addState ( QAbstractState * )" + "bool cancelDelayedEvent ( int )" + "void clearError ()" + "QList defaultAnimations () const" + "Error error () const" + "QString errorString () const" + "QState::RestorePolicy globalRestorePolicy () const" + "bool isAnimated () const" + "bool isRunning () const" + "int postDelayedEvent ( QEvent * , int )" + "void postEvent ( QEvent * , EventPriority = NormalPriority )" + "void removeDefaultAnimation ( QAbstractAnimation * )" + "void removeState ( QAbstractState * )" + "void setAnimated ( bool )" + "void setGlobalRestorePolicy ( QState::RestorePolicy )" + "virtual bool eventFilter ( QObject * , QEvent * )") + (("QStatusBar" . "QWidget") + "new QStatusBar ( QWidget * = 0 )" + "void addPermanentWidget ( QWidget * , int = 0 )" + "void addWidget ( QWidget * , int = 0 )" + "QString currentMessage () const" + "int insertPermanentWidget ( int , QWidget * , int = 0 )" + "int insertWidget ( int , QWidget * , int = 0 )" + "bool isSizeGripEnabled () const" + "void removeWidget ( QWidget * )" + "void setSizeGripEnabled ( bool )" + "protected void hideOrShow ()" + "protected void reformat ()") + (("QStringListModel" . "QAbstractListModel") + "new QStringListModel ( QObject * = 0 )" + "new QStringListModel ( const QStringList & , QObject * = 0 )" + "void setStringList ( const QStringList & )" + "QStringList stringList () const" + "virtual QVariant data ( const QModelIndex & , int ) const" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QStyle" . "QObject") + "int combinedLayoutSpacing ( QSizePolicy::ControlTypes , QSizePolicy::ControlTypes , Qt::Orientation , QStyleOption * = 0 , QWidget * = 0 ) const" + "virtual void drawComplexControl ( ComplexControl , const QStyleOptionComplex * , QPainter * , const QWidget * = 0 ) const = 0" + "virtual void drawControl ( ControlElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const = 0" + "virtual void drawItemPixmap ( QPainter * , const QRect & , int , const QPixmap & ) const" + "virtual void drawItemText ( QPainter * , const QRect & , int , const QPalette & , bool , const QString & , QPalette::ColorRole = QPalette::NoRole ) const" + "virtual void drawPrimitive ( PrimitiveElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const = 0" + "virtual QPixmap generatedIconPixmap ( QIcon::Mode , const QPixmap & , const QStyleOption * ) const = 0" + "virtual SubControl hitTestComplexControl ( ComplexControl , const QStyleOptionComplex * , const QPoint & , const QWidget * = 0 ) const = 0" + "virtual QRect itemPixmapRect ( const QRect & , int , const QPixmap & ) const" + "virtual QRect itemTextRect ( const QFontMetrics & , const QRect & , int , bool , const QString & ) const" + "virtual int layoutSpacing ( QSizePolicy::ControlType , QSizePolicy::ControlType , Qt::Orientation , const QStyleOption * = 0 , const QWidget * = 0 ) const = 0" + "virtual int pixelMetric ( PixelMetric , const QStyleOption * = 0 , const QWidget * = 0 ) const = 0" + "virtual void polish ( QWidget * )" + "virtual void polish ( QApplication * )" + "virtual void polish ( QPalette & )" + "const QStyle * proxy () const" + "virtual QSize sizeFromContents ( ContentsType , const QStyleOption * , const QSize & , const QWidget * = 0 ) const = 0" + "virtual QIcon standardIcon ( StandardPixmap , const QStyleOption * = 0 , const QWidget * = 0 ) const = 0" + "virtual QPalette standardPalette () const" + "virtual int styleHint ( StyleHint , const QStyleOption * = 0 , const QWidget * = 0 , QStyleHintReturn * = 0 ) const = 0" + "virtual QRect subControlRect ( ComplexControl , const QStyleOptionComplex * , SubControl , const QWidget * = 0 ) const = 0" + "virtual QRect subElementRect ( SubElement , const QStyleOption * , const QWidget * = 0 ) const = 0" + "virtual void unpolish ( QWidget * )" + "virtual void unpolish ( QApplication * )" + "static QRect alignedRect ( Qt::LayoutDirection , Qt::Alignment , const QSize & , const QRect & )" + "static int sliderPositionFromValue ( int , int , int , int , bool = false )" + "static int sliderValueFromPosition ( int , int , int , int , bool = false )" + "static Qt::Alignment visualAlignment ( Qt::LayoutDirection , Qt::Alignment )" + "static QPoint visualPos ( Qt::LayoutDirection , const QRect & , const QPoint & )" + "static QRect visualRect ( Qt::LayoutDirection , const QRect & , const QRect & )") + (("QStyledItemDelegate" . "QAbstractItemDelegate") + "new QStyledItemDelegate ( QObject * = 0 )" + "virtual QString displayText ( const QVariant & , const QLocale & ) const" + "QItemEditorFactory * itemEditorFactory () const" + "void setItemEditorFactory ( QItemEditorFactory * )" + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void paint ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void setEditorData ( QWidget * , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const" + "virtual QSize sizeHint ( const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void updateEditorGeometry ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const") + (("QSvgRenderer" . "QObject") + "new QSvgRenderer ( QObject * = 0 )" + "new QSvgRenderer ( const QString & , QObject * = 0 )" + "new QSvgRenderer ( const QByteArray & , QObject * = 0 )" + "bool animated () const" + "QRectF boundsOnElement ( const QString & ) const" + "QSize defaultSize () const" + "bool elementExists ( const QString & ) const" + "int framesPerSecond () const" + "bool isValid () const" + "QMatrix matrixForElement ( const QString & ) const" + "void setFramesPerSecond ( int )" + "void setViewBox ( const QRect & )" + "void setViewBox ( const QRectF & )" + "QRect viewBox () const" + "QRectF viewBoxF () const") + (("QSvgWidget" . "QWidget") + "new QSvgWidget ( QWidget * = 0 )" + "new QSvgWidget ( const QString & , QWidget * = 0 )" + "QSvgRenderer * renderer () const" + "virtual QSize sizeHint () const") + (("QSwipeGesture" . "QGesture") + "SwipeDirection horizontalDirection () const" + "void setSwipeAngle ( qreal )" + "qreal swipeAngle () const" + "SwipeDirection verticalDirection () const") + (("QSyntaxHighlighter" . "QObject") + "new QSyntaxHighlighter ( QObject * )" + "new QSyntaxHighlighter ( QTextDocument * )" + "QTextDocument * document () const" + "void setDocument ( QTextDocument * )" + "protected QTextBlock currentBlock () const" + "protected int currentBlockState () const" + "protected QTextBlockUserData * currentBlockUserData () const" + "protected QTextCharFormat format ( int ) const" + "protected int previousBlockState () const" + "protected void setCurrentBlockState ( int )" + "protected void setCurrentBlockUserData ( QTextBlockUserData * )" + "protected void setFormat ( int , int , const QTextCharFormat & )" + "protected void setFormat ( int , int , const QColor & )" + "protected void setFormat ( int , int , const QFont & )") + (("QSystemTrayIcon" . "QObject") + "new QSystemTrayIcon ( QObject * = 0 )" + "new QSystemTrayIcon ( const QIcon & , QObject * = 0 )" + "QMenu * contextMenu () const" + "QRect geometry () const" + "QIcon icon () const" + "bool isVisible () const" + "void setContextMenu ( QMenu * )" + "void setIcon ( const QIcon & )" + "void setToolTip ( const QString & )" + "QString toolTip () const" + "static bool isSystemTrayAvailable ()" + "static bool supportsMessages ()") + (("QTabBar" . "QWidget") + "new QTabBar ( QWidget * = 0 )" + "int addTab ( const QString & )" + "int addTab ( const QIcon & , const QString & )" + "bool autoHide () const" + "bool changeCurrentOnDrag () const" + "int count () const" + "int currentIndex () const" + "bool documentMode () const" + "bool drawBase () const" + "Qt::TextElideMode elideMode () const" + "bool expanding () const" + "QSize iconSize () const" + "int insertTab ( int , const QString & )" + "int insertTab ( int , const QIcon & , const QString & )" + "bool isMovable () const" + "bool isTabEnabled ( int ) const" + "void moveTab ( int , int )" + "void removeTab ( int )" + "SelectionBehavior selectionBehaviorOnRemove () const" + "void setAutoHide ( bool )" + "void setChangeCurrentOnDrag ( bool )" + "void setDocumentMode ( bool )" + "void setDrawBase ( bool )" + "void setElideMode ( Qt::TextElideMode )" + "void setExpanding ( bool )" + "void setIconSize ( const QSize & )" + "void setMovable ( bool )" + "void setSelectionBehaviorOnRemove ( SelectionBehavior )" + "void setShape ( Shape )" + "void setTabButton ( int , ButtonPosition , QWidget * )" + "void setTabData ( int , const QVariant & )" + "void setTabEnabled ( int , bool )" + "void setTabIcon ( int , const QIcon & )" + "void setTabText ( int , const QString & )" + "void setTabTextColor ( int , const QColor & )" + "void setTabToolTip ( int , const QString & )" + "void setTabWhatsThis ( int , const QString & )" + "void setTabsClosable ( bool )" + "void setUsesScrollButtons ( bool )" + "Shape shape () const" + "int tabAt ( const QPoint & ) const" + "QWidget * tabButton ( int , ButtonPosition ) const" + "QVariant tabData ( int ) const" + "QIcon tabIcon ( int ) const" + "QRect tabRect ( int ) const" + "QString tabText ( int ) const" + "QColor tabTextColor ( int ) const" + "QString tabToolTip ( int ) const" + "QString tabWhatsThis ( int ) const" + "bool tabsClosable () const" + "bool usesScrollButtons () const" + "protected void initStyleOption ( QStyleOptionTab * , int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QTabWidget" . "QWidget") + "new QTabWidget ( QWidget * = 0 )" + "int addTab ( QWidget * , const QString & )" + "int addTab ( QWidget * , const QIcon & , const QString & )" + "void clear ()" + "QWidget * cornerWidget ( Qt::Corner = Qt::TopRightCorner ) const" + "int count () const" + "int currentIndex () const" + "QWidget * currentWidget () const" + "bool documentMode () const" + "Qt::TextElideMode elideMode () const" + "QSize iconSize () const" + "int indexOf ( QWidget * ) const" + "int insertTab ( int , QWidget * , const QString & )" + "int insertTab ( int , QWidget * , const QIcon & , const QString & )" + "bool isMovable () const" + "bool isTabEnabled ( int ) const" + "void removeTab ( int )" + "void setCornerWidget ( QWidget * , Qt::Corner = Qt::TopRightCorner )" + "void setDocumentMode ( bool )" + "void setElideMode ( Qt::TextElideMode )" + "void setIconSize ( const QSize & )" + "void setMovable ( bool )" + "void setTabBarAutoHide ( bool )" + "void setTabEnabled ( int , bool )" + "void setTabIcon ( int , const QIcon & )" + "void setTabPosition ( TabPosition )" + "void setTabShape ( TabShape )" + "void setTabText ( int , const QString & )" + "void setTabToolTip ( int , const QString & )" + "void setTabWhatsThis ( int , const QString & )" + "void setTabsClosable ( bool )" + "void setUsesScrollButtons ( bool )" + "QTabBar * tabBar () const" + "bool tabBarAutoHide () const" + "QIcon tabIcon ( int ) const" + "TabPosition tabPosition () const" + "TabShape tabShape () const" + "QString tabText ( int ) const" + "QString tabToolTip ( int ) const" + "QString tabWhatsThis ( int ) const" + "bool tabsClosable () const" + "bool usesScrollButtons () const" + "QWidget * widget ( int ) const" + "protected void initStyleOption ( QStyleOptionTabWidgetFrame * ) const" + "protected void setTabBar ( QTabBar * )" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QTableView" . "QAbstractItemView") + "new QTableView ( QWidget * = 0 )" + "void clearSpans ()" + "int columnAt ( int ) const" + "int columnSpan ( int , int ) const" + "int columnViewportPosition ( int ) const" + "int columnWidth ( int ) const" + "Qt::PenStyle gridStyle () const" + "QHeaderView * horizontalHeader () const" + "bool isColumnHidden ( int ) const" + "bool isCornerButtonEnabled () const" + "bool isRowHidden ( int ) const" + "bool isSortingEnabled () const" + "int rowAt ( int ) const" + "int rowHeight ( int ) const" + "int rowSpan ( int , int ) const" + "int rowViewportPosition ( int ) const" + "void setColumnHidden ( int , bool )" + "void setColumnWidth ( int , int )" + "void setCornerButtonEnabled ( bool )" + "void setGridStyle ( Qt::PenStyle )" + "void setHorizontalHeader ( QHeaderView * )" + "void setRowHeight ( int , int )" + "void setRowHidden ( int , bool )" + "void setSortingEnabled ( bool )" + "void setSpan ( int , int , int , int )" + "void setVerticalHeader ( QHeaderView * )" + "void setWordWrap ( bool )" + "bool showGrid () const" + "void sortByColumn ( int , Qt::SortOrder )" + "QHeaderView * verticalHeader () const" + "bool wordWrap () const" + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setRootIndex ( const QModelIndex & )" + "virtual void setSelectionModel ( QItemSelectionModel * )") + (("QTableWidget" . "QTableView") + "new QTableWidget ( QWidget * = 0 )" + "new QTableWidget ( int , int , QWidget * = 0 )" + "QWidget * cellWidget ( int , int ) const" + "void closePersistentEditor ( QTableWidgetItem * )" + "int column ( const QTableWidgetItem * ) const" + "int columnCount () const" + "int currentColumn () const" + "QTableWidgetItem * currentItem () const" + "int currentRow () const" + "void editItem ( QTableWidgetItem * )" + "QList findItems ( const QString & , Qt::MatchFlags ) const" + "QTableWidgetItem * horizontalHeaderItem ( int ) const" + "QTableWidgetItem * item ( int , int ) const" + "QTableWidgetItem * itemAt ( const QPoint & ) const" + "QTableWidgetItem * itemAt ( int , int ) const" + "const QTableWidgetItem * itemPrototype () const" + "void openPersistentEditor ( QTableWidgetItem * )" + "void removeCellWidget ( int , int )" + "int row ( const QTableWidgetItem * ) const" + "int rowCount () const" + "QList selectedItems () const" + "QList selectedRanges () const" + "void setCellWidget ( int , int , QWidget * )" + "void setColumnCount ( int )" + "void setCurrentCell ( int , int )" + "void setCurrentCell ( int , int , QItemSelectionModel::SelectionFlags )" + "void setCurrentItem ( QTableWidgetItem * )" + "void setCurrentItem ( QTableWidgetItem * , QItemSelectionModel::SelectionFlags )" + "void setHorizontalHeaderItem ( int , QTableWidgetItem * )" + "void setHorizontalHeaderLabels ( const QStringList & )" + "void setItem ( int , int , QTableWidgetItem * )" + "void setItemPrototype ( const QTableWidgetItem * )" + "void setRangeSelected ( const QTableWidgetSelectionRange & , bool )" + "void setRowCount ( int )" + "void setVerticalHeaderItem ( int , QTableWidgetItem * )" + "void setVerticalHeaderLabels ( const QStringList & )" + "void sortItems ( int , Qt::SortOrder = Qt::AscendingOrder )" + "QTableWidgetItem * takeHorizontalHeaderItem ( int )" + "QTableWidgetItem * takeItem ( int , int )" + "QTableWidgetItem * takeVerticalHeaderItem ( int )" + "QTableWidgetItem * verticalHeaderItem ( int ) const" + "int visualColumn ( int ) const" + "QRect visualItemRect ( const QTableWidgetItem * ) const" + "int visualRow ( int ) const" + "protected QModelIndex indexFromItem ( QTableWidgetItem * ) const" + "protected QTableWidgetItem * itemFromIndex ( const QModelIndex & ) const" + "protected QList items ( const QMimeData * ) const") + (("QTapAndHoldGesture" . "QGesture") + "QPointF position () const" + "void setPosition ( const QPointF & )" + "static void setTimeout ( int )" + "static int timeout ()") + (("QTapGesture" . "QGesture") + "QPointF position () const" + "void setPosition ( const QPointF & )") + (("QTcpServer" . "QObject") + "new QTcpServer ( QObject * = 0 )" + "void close ()" + "QString errorString () const" + "virtual bool hasPendingConnections () const" + "bool isListening () const" + "bool listen ( const QHostAddress & = QHostAddress::Any , quint16 = 0 )" + "int maxPendingConnections () const" + "virtual QTcpSocket * nextPendingConnection ()" + "void pauseAccepting ()" + "QNetworkProxy proxy () const" + "void resumeAccepting ()" + "QHostAddress serverAddress () const" + "QAbstractSocket::SocketError serverError () const" + "quint16 serverPort () const" + "void setMaxPendingConnections ( int )" + "void setProxy ( const QNetworkProxy & )" + "bool waitForNewConnection ( int = 0 , bool * = 0 )" + "protected void addPendingConnection ( QTcpSocket * )") + (("QTcpSocket" . "QAbstractSocket") + "new QTcpSocket ( QObject * = 0 )") + (("QTextBlockGroup" . "QTextObject") + "protected QList blockList () const") + (("QTextBrowser" . "QTextEdit") + "new QTextBrowser ( QWidget * = 0 )" + "int backwardHistoryCount () const" + "void clearHistory ()" + "int forwardHistoryCount () const" + "QString historyTitle ( int ) const" + "QUrl historyUrl ( int ) const" + "bool isBackwardAvailable () const" + "bool isForwardAvailable () const" + "bool openExternalLinks () const" + "bool openLinks () const" + "QStringList searchPaths () const" + "void setOpenExternalLinks ( bool )" + "void setOpenLinks ( bool )" + "void setSearchPaths ( const QStringList & )" + "QUrl source () const" + "virtual QVariant loadResource ( int , const QUrl & )") + (("QTextDocument" . "QObject") + "new QTextDocument ( QObject * = 0 )" + "new QTextDocument ( const QString & , QObject * = 0 )" + "void addResource ( int , const QUrl & , const QVariant & )" + "void adjustSize ()" + "QVector allFormats () const" + "int availableRedoSteps () const" + "int availableUndoSteps () const" + "QUrl baseUrl () const" + "QTextBlock begin () const" + "int blockCount () const" + "QChar characterAt ( int ) const" + "int characterCount () const" + "virtual void clear ()" + "void clearUndoRedoStacks ( Stacks = UndoAndRedoStacks )" + "QTextDocument * clone ( QObject * = 0 ) const" + "Qt::CursorMoveStyle defaultCursorMoveStyle () const" + "QFont defaultFont () const" + "QString defaultStyleSheet () const" + "QTextOption defaultTextOption () const" + "QAbstractTextDocumentLayout * documentLayout () const" + "qreal documentMargin () const" + "void drawContents ( QPainter * , const QRectF & = QRectF() )" + "QTextBlock end () const" + "QTextCursor find ( const QString & , const QTextCursor & , FindFlags = 0 ) const" + "QTextCursor find ( const QRegularExpression & , int = 0 , FindFlags = 0 ) const" + "QTextCursor find ( const QRegularExpression & , const QTextCursor & , FindFlags = 0 ) const" + "QTextCursor find ( const QString & , int = 0 , FindFlags = 0 ) const" + "QTextCursor find ( const QRegExp & , int = 0 , FindFlags = 0 ) const" + "QTextCursor find ( const QRegExp & , const QTextCursor & , FindFlags = 0 ) const" + "QTextBlock findBlock ( int ) const" + "QTextBlock findBlockByLineNumber ( int ) const" + "QTextBlock findBlockByNumber ( int ) const" + "QTextBlock firstBlock () const" + "qreal idealWidth () const" + "qreal indentWidth () const" + "bool isEmpty () const" + "bool isModified () const" + "bool isRedoAvailable () const" + "bool isUndoAvailable () const" + "bool isUndoRedoEnabled () const" + "QTextBlock lastBlock () const" + "int lineCount () const" + "void markContentsDirty ( int , int )" + "int maximumBlockCount () const" + "QString metaInformation ( MetaInformation ) const" + "QTextObject * object ( int ) const" + "QTextObject * objectForFormat ( const QTextFormat & ) const" + "int pageCount () const" + "QSizeF pageSize () const" + "void print ( QPagedPaintDevice * ) const" + "void redo ( QTextCursor * )" + "QVariant resource ( int , const QUrl & ) const" + "int revision () const" + "QTextFrame * rootFrame () const" + "void setBaseUrl ( const QUrl & )" + "void setDefaultCursorMoveStyle ( Qt::CursorMoveStyle )" + "void setDefaultFont ( const QFont & )" + "void setDefaultStyleSheet ( const QString & )" + "void setDefaultTextOption ( const QTextOption & )" + "void setDocumentLayout ( QAbstractTextDocumentLayout * )" + "void setDocumentMargin ( qreal )" + "void setHtml ( const QString & )" + "void setIndentWidth ( qreal )" + "void setMaximumBlockCount ( int )" + "void setMetaInformation ( MetaInformation , const QString & )" + "void setPageSize ( const QSizeF & )" + "void setPlainText ( const QString & )" + "void setTextWidth ( qreal )" + "void setUndoRedoEnabled ( bool )" + "void setUseDesignMetrics ( bool )" + "QSizeF size () const" + "qreal textWidth () const" + "QString toHtml ( const QByteArray & = QByteArray() ) const" + "QString toPlainText () const" + "void undo ( QTextCursor * )" + "bool useDesignMetrics () const") + (("QTextEdit" . "QAbstractScrollArea") + "new QTextEdit ( QWidget * = 0 )" + "new QTextEdit ( const QString & , QWidget * = 0 )" + "bool acceptRichText () const" + "Qt::Alignment alignment () const" + "QString anchorAt ( const QPoint & ) const" + "AutoFormatting autoFormatting () const" + "bool canPaste () const" + "QMenu * createStandardContextMenu ()" + "QMenu * createStandardContextMenu ( const QPoint & )" + "QTextCharFormat currentCharFormat () const" + "QFont currentFont () const" + "QTextCursor cursorForPosition ( const QPoint & ) const" + "QRect cursorRect ( const QTextCursor & ) const" + "QRect cursorRect () const" + "int cursorWidth () const" + "QTextDocument * document () const" + "QString documentTitle () const" + "void ensureCursorVisible ()" + "QList extraSelections () const" + "bool find ( const QString & , QTextDocument::FindFlags = 0 )" + "bool find ( const QRegExp & , QTextDocument::FindFlags = 0 )" + "QString fontFamily () const" + "bool fontItalic () const" + "qreal fontPointSize () const" + "bool fontUnderline () const" + "int fontWeight () const" + "bool isReadOnly () const" + "bool isUndoRedoEnabled () const" + "int lineWrapColumnOrWidth () const" + "LineWrapMode lineWrapMode () const" + "virtual QVariant loadResource ( int , const QUrl & )" + "void mergeCurrentCharFormat ( const QTextCharFormat & )" + "void moveCursor ( QTextCursor::MoveOperation , QTextCursor::MoveMode = QTextCursor::MoveAnchor )" + "bool overwriteMode () const" + "void print ( QPagedPaintDevice * ) const" + "void setAcceptRichText ( bool )" + "void setAutoFormatting ( AutoFormatting )" + "void setCurrentCharFormat ( const QTextCharFormat & )" + "void setCursorWidth ( int )" + "void setDocument ( QTextDocument * )" + "void setDocumentTitle ( const QString & )" + "void setExtraSelections ( const QList & )" + "void setLineWrapColumnOrWidth ( int )" + "void setLineWrapMode ( LineWrapMode )" + "void setOverwriteMode ( bool )" + "void setReadOnly ( bool )" + "void setTabChangesFocus ( bool )" + "void setTabStopWidth ( int )" + "void setTextCursor ( const QTextCursor & )" + "void setTextInteractionFlags ( Qt::TextInteractionFlags )" + "void setUndoRedoEnabled ( bool )" + "void setWordWrapMode ( QTextOption::WrapMode )" + "bool tabChangesFocus () const" + "int tabStopWidth () const" + "QColor textBackgroundColor () const" + "QColor textColor () const" + "QTextCursor textCursor () const" + "Qt::TextInteractionFlags textInteractionFlags () const" + "QString toHtml () const" + "QString toPlainText () const" + "QTextOption::WrapMode wordWrapMode () const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const") + (("QTextFrame" . "QTextObject") + "new QTextFrame ( QTextDocument * )" + "QList childFrames () const" + "QTextCursor firstCursorPosition () const" + "int firstPosition () const" + "QTextFrameFormat frameFormat () const" + "QTextCursor lastCursorPosition () const" + "int lastPosition () const" + "QTextFrame * parentFrame () const" + "void setFrameFormat ( const QTextFrameFormat & )") + (("QTextList" . "QTextBlockGroup") + "void add ( const QTextBlock & )" + "int count () const" + "QTextListFormat format () const" + "QTextBlock item ( int ) const" + "int itemNumber ( const QTextBlock & ) const" + "QString itemText ( const QTextBlock & ) const" + "void remove ( const QTextBlock & )" + "void removeItem ( int )" + "void setFormat ( const QTextListFormat & )") + (("QTextObject" . "QObject") + "QTextDocument * document () const" + "QTextFormat format () const" + "int formatIndex () const" + "int objectIndex () const" + "protected void setFormat ( const QTextFormat & )") + (("QTextTable" . "QTextFrame") + "void appendColumns ( int )" + "void appendRows ( int )" + "QTextTableCell cellAt ( int , int ) const" + "QTextTableCell cellAt ( int ) const" + "QTextTableCell cellAt ( const QTextCursor & ) const" + "int columns () const" + "QTextTableFormat format () const" + "void insertColumns ( int , int )" + "void insertRows ( int , int )" + "void mergeCells ( int , int , int , int )" + "void mergeCells ( const QTextCursor & )" + "void removeColumns ( int , int )" + "void removeRows ( int , int )" + "void resize ( int , int )" + "QTextCursor rowEnd ( const QTextCursor & ) const" + "QTextCursor rowStart ( const QTextCursor & ) const" + "int rows () const" + "void setFormat ( const QTextTableFormat & )" + "void splitCell ( int , int , int , int )") + (("QTimeEdit" . "QDateTimeEdit") + "new QTimeEdit ( QWidget * = 0 )" + "new QTimeEdit ( const QTime & , QWidget * = 0 )") + (("QTimeLine" . "QObject") + "new QTimeLine ( int = 1000 , QObject * = 0 )" + "int currentFrame () const" + "int currentTime () const" + "qreal currentValue () const" + "CurveShape curveShape () const" + "Direction direction () const" + "int duration () const" + "QEasingCurve easingCurve () const" + "int endFrame () const" + "int frameForTime ( int ) const" + "int loopCount () const" + "void setCurveShape ( CurveShape )" + "void setDirection ( Direction )" + "void setDuration ( int )" + "void setEasingCurve ( const QEasingCurve & )" + "void setEndFrame ( int )" + "void setFrameRange ( int , int )" + "void setLoopCount ( int )" + "void setStartFrame ( int )" + "void setUpdateInterval ( int )" + "int startFrame () const" + "State state () const" + "int updateInterval () const" + "virtual qreal valueForTime ( int ) const") + (("QTimer" . "QObject") + "new QTimer ( QObject * = 0 )" + "int interval () const" + "bool isActive () const" + "bool isSingleShot () const" + "int remainingTime () const" + "void setInterval ( int )" + "void setTimerType ( Qt::TimerType )" + "int timerId () const" + "Qt::TimerType timerType () const") + (("QToolBar" . "QWidget") + "new QToolBar ( const QString & , QWidget * = 0 )" + "new QToolBar ( QWidget * = 0 )" + "QAction * actionAt ( const QPoint & ) const" + "QAction * actionAt ( int , int ) const" + "QAction * addAction ( const QString & )" + "QAction * addAction ( const QIcon & , const QString & )" + "QAction * addAction ( const QString & , const QObject * , const char * )" + "QAction * addAction ( const QIcon & , const QString & , const QObject * , const char * )" + "QAction * addSeparator ()" + "QAction * addWidget ( QWidget * )" + "Qt::ToolBarAreas allowedAreas () const" + "void clear ()" + "QSize iconSize () const" + "QAction * insertSeparator ( QAction * )" + "QAction * insertWidget ( QAction * , QWidget * )" + "bool isAreaAllowed ( Qt::ToolBarArea ) const" + "bool isFloatable () const" + "bool isFloating () const" + "bool isMovable () const" + "Qt::Orientation orientation () const" + "void setAllowedAreas ( Qt::ToolBarAreas )" + "void setFloatable ( bool )" + "void setMovable ( bool )" + "void setOrientation ( Qt::Orientation )" + "QAction * toggleViewAction () const" + "Qt::ToolButtonStyle toolButtonStyle () const" + "QWidget * widgetForAction ( QAction * ) const") + (("QToolBox" . "QFrame") + "new QToolBox ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "int addItem ( QWidget * , const QIcon & , const QString & )" + "int addItem ( QWidget * , const QString & )" + "int count () const" + "int currentIndex () const" + "QWidget * currentWidget () const" + "int indexOf ( QWidget * ) const" + "int insertItem ( int , QWidget * , const QIcon & , const QString & )" + "int insertItem ( int , QWidget * , const QString & )" + "bool isItemEnabled ( int ) const" + "QIcon itemIcon ( int ) const" + "QString itemText ( int ) const" + "QString itemToolTip ( int ) const" + "void removeItem ( int )" + "void setItemEnabled ( int , bool )" + "void setItemIcon ( int , const QIcon & )" + "void setItemText ( int , const QString & )" + "void setItemToolTip ( int , const QString & )" + "QWidget * widget ( int ) const") + (("QToolButton" . "QAbstractButton") + "new QToolButton ( QWidget * = 0 )" + "Qt::ArrowType arrowType () const" + "bool autoRaise () const" + "QMenu * menu () const" + "ToolButtonPopupMode popupMode () const" + "void setArrowType ( Qt::ArrowType )" + "void setAutoRaise ( bool )" + "void setMenu ( QMenu * )" + "void setPopupMode ( ToolButtonPopupMode )" + "Qt::ToolButtonStyle toolButtonStyle () const" + "protected void initStyleOption ( QStyleOptionToolButton * ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const") + (("QTranslator" . "QObject") + "new QTranslator ( QObject * = 0 )" + "virtual bool isEmpty () const" + "bool load ( const QString & , const QString & = QString() , const QString & = QString() , const QString & = QString() )" + "bool load ( const QLocale & , const QString & , const QString & = QString() , const QString & = QString() , const QString & = QString() )" + "virtual QString translate ( const char * , const char * , const char * = 0 , int = -1 ) const") + (("QTreeView" . "QAbstractItemView") + "new QTreeView ( QWidget * = 0 )" + "bool allColumnsShowFocus () const" + "int autoExpandDelay () const" + "int columnAt ( int ) const" + "int columnViewportPosition ( int ) const" + "int columnWidth ( int ) const" + "bool expandsOnDoubleClick () const" + "QHeaderView * header () const" + "int indentation () const" + "QModelIndex indexAbove ( const QModelIndex & ) const" + "QModelIndex indexBelow ( const QModelIndex & ) const" + "bool isAnimated () const" + "bool isColumnHidden ( int ) const" + "bool isExpanded ( const QModelIndex & ) const" + "bool isFirstColumnSpanned ( int , const QModelIndex & ) const" + "bool isHeaderHidden () const" + "bool isRowHidden ( int , const QModelIndex & ) const" + "bool isSortingEnabled () const" + "bool itemsExpandable () const" + "void resetIndentation ()" + "bool rootIsDecorated () const" + "void setAllColumnsShowFocus ( bool )" + "void setAnimated ( bool )" + "void setAutoExpandDelay ( int )" + "void setColumnHidden ( int , bool )" + "void setColumnWidth ( int , int )" + "void setExpanded ( const QModelIndex & , bool )" + "void setExpandsOnDoubleClick ( bool )" + "void setFirstColumnSpanned ( int , const QModelIndex & , bool )" + "void setHeader ( QHeaderView * )" + "void setHeaderHidden ( bool )" + "void setIndentation ( int )" + "void setItemsExpandable ( bool )" + "void setRootIsDecorated ( bool )" + "void setRowHidden ( int , const QModelIndex & , bool )" + "void setSortingEnabled ( bool )" + "void setTreePosition ( int )" + "void setUniformRowHeights ( bool )" + "void setWordWrap ( bool )" + "void sortByColumn ( int , Qt::SortOrder )" + "int treePosition () const" + "bool uniformRowHeights () const" + "bool wordWrap () const" + "protected void drawTree ( QPainter * , const QRegion & ) const" + "protected int indexRowSizeHint ( const QModelIndex & ) const" + "protected int rowHeight ( const QModelIndex & ) const" + "virtual void dataChanged ( const QModelIndex & , const QModelIndex & , const QVector & = QVector () )" + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void keyboardSearch ( const QString & )" + "virtual void reset ()" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible )" + "virtual void selectAll ()" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setRootIndex ( const QModelIndex & )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual QRect visualRect ( const QModelIndex & ) const") + (("QTreeWidget" . "QTreeView") + "new QTreeWidget ( QWidget * = 0 )" + "void addTopLevelItem ( QTreeWidgetItem * )" + "void addTopLevelItems ( const QList & )" + "void closePersistentEditor ( QTreeWidgetItem * , int = 0 )" + "int columnCount () const" + "int currentColumn () const" + "QTreeWidgetItem * currentItem () const" + "void editItem ( QTreeWidgetItem * , int = 0 )" + "QList findItems ( const QString & , Qt::MatchFlags , int = 0 ) const" + "QTreeWidgetItem * headerItem () const" + "int indexOfTopLevelItem ( QTreeWidgetItem * ) const" + "void insertTopLevelItem ( int , QTreeWidgetItem * )" + "void insertTopLevelItems ( int , const QList & )" + "QTreeWidgetItem * invisibleRootItem () const" + "bool isFirstItemColumnSpanned ( const QTreeWidgetItem * ) const" + "QTreeWidgetItem * itemAbove ( const QTreeWidgetItem * ) const" + "QTreeWidgetItem * itemAt ( const QPoint & ) const" + "QTreeWidgetItem * itemAt ( int , int ) const" + "QTreeWidgetItem * itemBelow ( const QTreeWidgetItem * ) const" + "QWidget * itemWidget ( QTreeWidgetItem * , int ) const" + "void openPersistentEditor ( QTreeWidgetItem * , int = 0 )" + "void removeItemWidget ( QTreeWidgetItem * , int )" + "QList selectedItems () const" + "void setColumnCount ( int )" + "void setCurrentItem ( QTreeWidgetItem * )" + "void setCurrentItem ( QTreeWidgetItem * , int )" + "void setCurrentItem ( QTreeWidgetItem * , int , QItemSelectionModel::SelectionFlags )" + "void setFirstItemColumnSpanned ( const QTreeWidgetItem * , bool )" + "void setHeaderItem ( QTreeWidgetItem * )" + "void setHeaderLabel ( const QString & )" + "void setHeaderLabels ( const QStringList & )" + "void setItemWidget ( QTreeWidgetItem * , int , QWidget * )" + "int sortColumn () const" + "void sortItems ( int , Qt::SortOrder )" + "QTreeWidgetItem * takeTopLevelItem ( int )" + "QTreeWidgetItem * topLevelItem ( int ) const" + "int topLevelItemCount () const" + "QRect visualItemRect ( const QTreeWidgetItem * ) const" + "protected QModelIndex indexFromItem ( QTreeWidgetItem * , int = 0 ) const" + "protected QTreeWidgetItem * itemFromIndex ( const QModelIndex & ) const" + "virtual void setSelectionModel ( QItemSelectionModel * )") + (("QUdpSocket" . "QAbstractSocket") + "new QUdpSocket ( QObject * = 0 )" + "bool hasPendingDatagrams () const" + "bool joinMulticastGroup ( const QHostAddress & )" + "bool joinMulticastGroup ( const QHostAddress & , const QNetworkInterface & )" + "bool leaveMulticastGroup ( const QHostAddress & )" + "bool leaveMulticastGroup ( const QHostAddress & , const QNetworkInterface & )" + "QNetworkInterface multicastInterface () const" + "qint64 pendingDatagramSize () const" + "qint64 readDatagram ( char * , qint64 , QHostAddress * = 0 , quint16 * = 0 )" + "void setMulticastInterface ( const QNetworkInterface & )" + "qint64 writeDatagram ( const char * , qint64 , const QHostAddress & , quint16 )" + "qint64 writeDatagram ( const QByteArray & , const QHostAddress & , quint16 )") + (("QUndoGroup" . "QObject") + "new QUndoGroup ( QObject * = 0 )" + "QUndoStack * activeStack () const" + "void addStack ( QUndoStack * )" + "bool canRedo () const" + "bool canUndo () const" + "QAction * createRedoAction ( QObject * , const QString & = QString() ) const" + "QAction * createUndoAction ( QObject * , const QString & = QString() ) const" + "bool isClean () const" + "QString redoText () const" + "void removeStack ( QUndoStack * )" + "QList stacks () const" + "QString undoText () const") + (("QUndoStack" . "QObject") + "new QUndoStack ( QObject * = 0 )" + "void beginMacro ( const QString & )" + "bool canRedo () const" + "bool canUndo () const" + "int cleanIndex () const" + "void clear ()" + "const QUndoCommand * command ( int ) const" + "int count () const" + "QAction * createRedoAction ( QObject * , const QString & = QString() ) const" + "QAction * createUndoAction ( QObject * , const QString & = QString() ) const" + "void endMacro ()" + "int index () const" + "bool isActive () const" + "bool isClean () const" + "void push ( QUndoCommand * )" + "QString redoText () const" + "void setUndoLimit ( int )" + "QString text ( int ) const" + "int undoLimit () const" + "QString undoText () const") + (("QUndoView" . "QListView") + "new QUndoView ( QWidget * = 0 )" + "new QUndoView ( QUndoStack * , QWidget * = 0 )" + "new QUndoView ( QUndoGroup * , QWidget * = 0 )" + "QIcon cleanIcon () const" + "QString emptyLabel () const" + "QUndoGroup * group () const" + "void setCleanIcon ( const QIcon & )" + "void setEmptyLabel ( const QString & )" + "QUndoStack * stack () const") + (("QVBoxLayout" . "QBoxLayout") + "new QVBoxLayout ()" + "new QVBoxLayout ( QWidget * )") + (("QValidator" . "QObject") + "new QValidator ( QObject * = 0 )" + "virtual void fixup ( QString & ) const" + "QLocale locale () const" + "void setLocale ( const QLocale & )" + "virtual State validate ( QString & , int & ) const = 0") + (("QVariantAnimation" . "QAbstractAnimation") + "new QVariantAnimation ( QObject * = 0 )" + "QVariant currentValue () const" + "QEasingCurve easingCurve () const" + "QVariant endValue () const" + "QVariant keyValueAt ( qreal ) const" + "void setDuration ( int )" + "void setEasingCurve ( const QEasingCurve & )" + "void setEndValue ( const QVariant & )" + "void setStartValue ( const QVariant & )" + "QVariant startValue () const" + "virtual int duration () const") + (("QWebFrame" . "QObject") + "void addToJavaScriptWindowObject ( const QString & , QObject * , ValueOwnership = QtOwnership )" + "QUrl baseUrl () const" + "QList childFrames () const" + "QSize contentsSize () const" + "QWebElement documentElement () const" + "QWebElementCollection findAllElements ( const QString & ) const" + "QWebElement findFirstElement ( const QString & ) const" + "QString frameName () const" + "QRect geometry () const" + "bool hasFocus () const" + "QWebHitTestResult hitTestContent ( const QPoint & ) const" + "QIcon icon () const" + "void load ( const QUrl & )" + "void load ( const QNetworkRequest & , QNetworkAccessManager::Operation = QNetworkAccessManager::GetOperation , const QByteArray & = QByteArray() )" + "QMultiMap metaData () const" + "QWebPage * page () const" + "QWebFrame * parentFrame () const" + "QPoint pos () const" + "void render ( QPainter * , const QRegion & = QRegion() )" + "void render ( QPainter * , RenderLayers , const QRegion & = QRegion() )" + "QUrl requestedUrl () const" + "void scroll ( int , int )" + "QRect scrollBarGeometry ( Qt::Orientation ) const" + "int scrollBarMaximum ( Qt::Orientation ) const" + "int scrollBarMinimum ( Qt::Orientation ) const" + "Qt::ScrollBarPolicy scrollBarPolicy ( Qt::Orientation ) const" + "int scrollBarValue ( Qt::Orientation ) const" + "QPoint scrollPosition () const" + "void scrollToAnchor ( const QString & )" + "QWebSecurityOrigin securityOrigin () const" + "void setContent ( const QByteArray & , const QString & = QString() , const QUrl & = QUrl() )" + "void setFocus ()" + "void setHtml ( const QString & , const QUrl & = QUrl() )" + "void setScrollBarPolicy ( Qt::Orientation , Qt::ScrollBarPolicy )" + "void setScrollBarValue ( Qt::Orientation , int )" + "void setScrollPosition ( const QPoint & )" + "void setTextSizeMultiplier ( qreal )" + "void setUrl ( const QUrl & )" + "void setZoomFactor ( qreal )" + "qreal textSizeMultiplier () const" + "QString title () const" + "QString toHtml () const" + "QString toPlainText () const" + "QUrl url () const" + "qreal zoomFactor () const" + "virtual bool event ( QEvent * )") + (("QWebHistoryInterface" . "QObject") + "new QWebHistoryInterface ( QObject * = 0 )" + "virtual void addHistoryEntry ( const QString & ) = 0" + "virtual bool historyContains ( const QString & ) const = 0" + "static QWebHistoryInterface * defaultInterface ()" + "static void setDefaultInterface ( QWebHistoryInterface * )") + (("QWebInspector" . "QWidget") + "new QWebInspector ( QWidget * = 0 )" + "QWebPage * page () const" + "void setPage ( QWebPage * )" + "virtual bool event ( QEvent * )" + "virtual QSize sizeHint () const") + (("QWebPage" . "QObject") + "new QWebPage ( QObject * = 0 )" + "QAction * action ( WebAction ) const" + "quint64 bytesReceived () const" + "QMenu * createStandardContextMenu ()" + "QWebFrame * currentFrame () const" + "virtual bool extension ( Extension , const ExtensionOption * = 0 , ExtensionReturn * = 0 )" + "bool findText ( const QString & , FindFlags = 0 )" + "bool focusNextPrevChild ( bool )" + "bool forwardUnsupportedContent () const" + "QWebFrame * frameAt ( const QPoint & ) const" + "bool hasSelection () const" + "QWebHistory * history () const" + "QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "bool isContentEditable () const" + "bool isModified () const" + "LinkDelegationPolicy linkDelegationPolicy () const" + "QWebFrame * mainFrame () const" + "QNetworkAccessManager * networkAccessManager () const" + "QPalette palette () const" + "QWebPluginFactory * pluginFactory () const" + "QSize preferredContentsSize () const" + "QString selectedHtml () const" + "QString selectedText () const" + "void setActualVisibleContentRect ( const QRect & ) const" + "void setContentEditable ( bool )" + "void setFeaturePermission ( QWebFrame * , Feature , PermissionPolicy )" + "void setForwardUnsupportedContent ( bool )" + "void setLinkDelegationPolicy ( LinkDelegationPolicy )" + "void setNetworkAccessManager ( QNetworkAccessManager * )" + "void setPalette ( const QPalette & )" + "void setPluginFactory ( QWebPluginFactory * )" + "void setPreferredContentsSize ( const QSize & ) const" + "void setView ( QWidget * )" + "void setViewportSize ( const QSize & ) const" + "void setVisibilityState ( VisibilityState )" + "QWebSettings * settings () const" + "virtual bool shouldInterruptJavaScript ()" + "QStringList supportedContentTypes () const" + "bool supportsContentType ( const QString & ) const" + "virtual bool supportsExtension ( Extension ) const" + "bool swallowContextMenuEvent ( QContextMenuEvent * )" + "quint64 totalBytes () const" + "virtual void triggerAction ( WebAction , bool = false )" + "QUndoStack * undoStack () const" + "void updatePositionDependentActions ( const QPoint & )" + "QWidget * view () const" + "QSize viewportSize () const" + "VisibilityState visibilityState () const" + "virtual bool event ( QEvent * )") + (("QWebPluginFactory" . "QObject") + "new QWebPluginFactory ( QObject * = 0 )" + "virtual QObject * create ( const QString & , const QUrl & , const QStringList & , const QStringList & ) const = 0" + "virtual QList plugins () const = 0" + "virtual void refreshPlugins ()") + (("QWebView" . "QWidget") + "new QWebView ( QWidget * = 0 )" + "bool findText ( const QString & , QWebPage::FindFlags = 0 )" + "bool hasSelection () const" + "QWebHistory * history () const" + "QIcon icon () const" + "bool isModified () const" + "void load ( const QUrl & )" + "void load ( const QNetworkRequest & , QNetworkAccessManager::Operation = QNetworkAccessManager::GetOperation , const QByteArray & = QByteArray() )" + "QWebPage * page () const" + "QAction * pageAction ( QWebPage::WebAction ) const" + "QPainter::RenderHints renderHints () const" + "QString selectedHtml () const" + "QString selectedText () const" + "void setContent ( const QByteArray & , const QString & = QString() , const QUrl & = QUrl() )" + "void setHtml ( const QString & , const QUrl & = QUrl() )" + "void setPage ( QWebPage * )" + "void setRenderHint ( QPainter::RenderHint , bool = true )" + "void setRenderHints ( QPainter::RenderHints )" + "void setTextSizeMultiplier ( qreal )" + "void setUrl ( const QUrl & )" + "void setZoomFactor ( qreal )" + "QWebSettings * settings () const" + "qreal textSizeMultiplier () const" + "QString title () const" + "void triggerPageAction ( QWebPage::WebAction , bool = false )" + "QUrl url () const" + "qreal zoomFactor () const" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize sizeHint () const") + (("QWidget" . "QObject") + "new QWidget ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "bool acceptDrops () const" + "QString accessibleDescription () const" + "QString accessibleName () const" + "QList actions () const" + "void activateWindow ()" + "void addAction ( QAction * )" + "void addActions ( const QList & )" + "void adjustSize ()" + "bool autoFillBackground () const" + "QPalette::ColorRole backgroundRole () const" + "QBackingStore * backingStore () const" + "QSize baseSize () const" + "QWidget * childAt ( int , int ) const" + "QWidget * childAt ( const QPoint & ) const" + "QRect childrenRect () const" + "QRegion childrenRegion () const" + "void clearFocus ()" + "void clearMask ()" + "QMargins contentsMargins () const" + "QRect contentsRect () const" + "Qt::ContextMenuPolicy contextMenuPolicy () const" + "QCursor cursor () const" + "WId effectiveWinId () const" + "void ensurePolished () const" + "Qt::FocusPolicy focusPolicy () const" + "QWidget * focusProxy () const" + "QWidget * focusWidget () const" + "const QFont & font () const" + "QFontInfo fontInfo () const" + "QFontMetrics fontMetrics () const" + "QPalette::ColorRole foregroundRole () const" + "QRect frameGeometry () const" + "QSize frameSize () const" + "const QRect & geometry () const" + "QPixmap grab ( const QRect & = QRect_QWIDGET_GRAB )" + "void grabGesture ( Qt::GestureType , Qt::GestureFlags = Qt::GestureFlags() )" + "void grabKeyboard ()" + "void grabMouse ()" + "void grabMouse ( const QCursor & )" + "int grabShortcut ( const QKeySequence & , Qt::ShortcutContext = Qt::WindowShortcut )" + "QGraphicsEffect * graphicsEffect () const" + "QGraphicsProxyWidget * graphicsProxyWidget () const" + "bool hasFocus () const" + "virtual bool hasHeightForWidth () const" + "bool hasMouseTracking () const" + "int height () const" + "virtual int heightForWidth ( int ) const" + "Qt::InputMethodHints inputMethodHints () const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "void insertAction ( QAction * , QAction * )" + "void insertActions ( QAction * , QList )" + "bool isActiveWindow () const" + "bool isAncestorOf ( const QWidget * ) const" + "bool isEnabled () const" + "bool isEnabledTo ( const QWidget * ) const" + "bool isFullScreen () const" + "bool isHidden () const" + "bool isMaximized () const" + "bool isMinimized () const" + "bool isModal () const" + "bool isVisible () const" + "bool isVisibleTo ( const QWidget * ) const" + "bool isWindow () const" + "bool isWindowModified () const" + "QLayout * layout () const" + "Qt::LayoutDirection layoutDirection () const" + "QLocale locale () const" + "QPoint mapFrom ( const QWidget * , const QPoint & ) const" + "QPoint mapFromGlobal ( const QPoint & ) const" + "QPoint mapFromParent ( const QPoint & ) const" + "QPoint mapTo ( const QWidget * , const QPoint & ) const" + "QPoint mapToGlobal ( const QPoint & ) const" + "QPoint mapToParent ( const QPoint & ) const" + "QRegion mask () const" + "int maximumHeight () const" + "QSize maximumSize () const" + "int maximumWidth () const" + "int minimumHeight () const" + "QSize minimumSize () const" + "virtual QSize minimumSizeHint () const" + "int minimumWidth () const" + "void move ( const QPoint & )" + "void move ( int , int )" + "QWidget * nativeParentWidget () const" + "QWidget * nextInFocusChain () const" + "QRect normalGeometry () const" + "void overrideWindowFlags ( Qt::WindowFlags )" + "const QPalette & palette () const" + "QWidget * parentWidget () const" + "QPoint pos () const" + "QWidget * previousInFocusChain () const" + "QRect rect () const" + "void releaseKeyboard ()" + "void releaseMouse ()" + "void releaseShortcut ( int )" + "void removeAction ( QAction * )" + "void repaint ( int , int , int , int )" + "void repaint ( const QRect & )" + "void repaint ( const QRegion & )" + "void resize ( const QSize & )" + "void resize ( int , int )" + "bool restoreGeometry ( const QByteArray & )" + "QByteArray saveGeometry () const" + "void scroll ( int , int )" + "void scroll ( int , int , const QRect & )" + "void setAcceptDrops ( bool )" + "void setAccessibleDescription ( const QString & )" + "void setAccessibleName ( const QString & )" + "void setAttribute ( Qt::WidgetAttribute , bool = true )" + "void setAutoFillBackground ( bool )" + "void setBackgroundRole ( QPalette::ColorRole )" + "void setBaseSize ( const QSize & )" + "void setBaseSize ( int , int )" + "void setContentsMargins ( int , int , int , int )" + "void setContentsMargins ( const QMargins & )" + "void setContextMenuPolicy ( Qt::ContextMenuPolicy )" + "void setCursor ( const QCursor & )" + "void setFixedHeight ( int )" + "void setFixedSize ( const QSize & )" + "void setFixedSize ( int , int )" + "void setFixedWidth ( int )" + "void setFocus ( Qt::FocusReason )" + "void setFocusPolicy ( Qt::FocusPolicy )" + "void setFocusProxy ( QWidget * )" + "void setFont ( const QFont & )" + "void setForegroundRole ( QPalette::ColorRole )" + "void setGeometry ( const QRect & )" + "void setGeometry ( int , int , int , int )" + "void setGraphicsEffect ( QGraphicsEffect * )" + "void setInputMethodHints ( Qt::InputMethodHints )" + "void setLayout ( QLayout * )" + "void setLayoutDirection ( Qt::LayoutDirection )" + "void setLocale ( const QLocale & )" + "void setMask ( const QBitmap & )" + "void setMask ( const QRegion & )" + "void setMaximumHeight ( int )" + "void setMaximumSize ( const QSize & )" + "void setMaximumSize ( int , int )" + "void setMaximumWidth ( int )" + "void setMinimumHeight ( int )" + "void setMinimumSize ( const QSize & )" + "void setMinimumSize ( int , int )" + "void setMinimumWidth ( int )" + "void setMouseTracking ( bool )" + "void setPalette ( const QPalette & )" + "void setParent ( QWidget * )" + "void setParent ( QWidget * , Qt::WindowFlags )" + "void setShortcutAutoRepeat ( int , bool = true )" + "void setShortcutEnabled ( int , bool = true )" + "void setSizeIncrement ( const QSize & )" + "void setSizeIncrement ( int , int )" + "void setSizePolicy ( QSizePolicy )" + "void setSizePolicy ( QSizePolicy::Policy , QSizePolicy::Policy )" + "void setStatusTip ( const QString & )" + "void setStyle ( QStyle * )" + "void setToolTip ( const QString & )" + "void setToolTipDuration ( int )" + "void setUpdatesEnabled ( bool )" + "void setWhatsThis ( const QString & )" + "void setWindowFilePath ( const QString & )" + "void setWindowFlags ( Qt::WindowFlags )" + "void setWindowIcon ( const QIcon & )" + "void setWindowIconText ( const QString & )" + "void setWindowModality ( Qt::WindowModality )" + "void setWindowOpacity ( qreal )" + "void setWindowRole ( const QString & )" + "void setWindowState ( Qt::WindowStates )" + "QSize size () const" + "virtual QSize sizeHint () const" + "QSize sizeIncrement () const" + "QSizePolicy sizePolicy () const" + "void stackUnder ( QWidget * )" + "QString statusTip () const" + "QStyle * style () const" + "QString styleSheet () const" + "bool testAttribute ( Qt::WidgetAttribute ) const" + "QString toolTip () const" + "int toolTipDuration () const" + "bool underMouse () const" + "void ungrabGesture ( Qt::GestureType )" + "void unsetCursor ()" + "void unsetLayoutDirection ()" + "void unsetLocale ()" + "void update ( int , int , int , int )" + "void update ( const QRect & )" + "void update ( const QRegion & )" + "void updateGeometry ()" + "bool updatesEnabled () const" + "QRegion visibleRegion () const" + "QString whatsThis () const" + "int width () const" + "WId winId () const" + "QWidget * window () const" + "QString windowFilePath () const" + "Qt::WindowFlags windowFlags () const" + "QIcon windowIcon () const" + "QString windowIconText () const" + "Qt::WindowModality windowModality () const" + "qreal windowOpacity () const" + "QString windowRole () const" + "Qt::WindowStates windowState () const" + "QString windowTitle () const" + "Qt::WindowType windowType () const" + "int x () const" + "int y () const" + "protected void create ( WId = 0 , bool = true , bool = true )" + "protected void destroy ( bool = true , bool = true )" + "protected bool focusNextChild ()" + "protected bool focusPreviousChild ()" + "static QWidget * createWindowContainer ( QWindow * , QWidget * = 0 , Qt::WindowFlags = 0 )" + "static QWidget * find ( WId )" + "static QWidget * keyboardGrabber ()" + "static QWidget * mouseGrabber ()" + "static void setTabOrder ( QWidget * , QWidget * )") + (("QWidgetAction" . "QAction") + "new QWidgetAction ( QObject * )" + "QWidget * defaultWidget () const" + "void releaseWidget ( QWidget * )" + "QWidget * requestWidget ( QWidget * )" + "void setDefaultWidget ( QWidget * )" + "protected QList createdWidgets () const") + (("QWizard" . "QDialog") + "new QWizard ( QWidget * = 0 , Qt::WindowFlags = 0 )" + "int addPage ( QWizardPage * )" + "QAbstractButton * button ( WizardButton ) const" + "QString buttonText ( WizardButton ) const" + "int currentId () const" + "QWizardPage * currentPage () const" + "QVariant field ( const QString & ) const" + "bool hasVisitedPage ( int ) const" + "virtual int nextId () const" + "WizardOptions options () const" + "QWizardPage * page ( int ) const" + "QList pageIds () const" + "QPixmap pixmap ( WizardPixmap ) const" + "void removePage ( int )" + "void setButton ( WizardButton , QAbstractButton * )" + "void setButtonText ( WizardButton , const QString & )" + "void setDefaultProperty ( const char * , const char * , const char * )" + "void setField ( const QString & , const QVariant & )" + "void setOption ( WizardOption , bool = true )" + "void setOptions ( WizardOptions )" + "void setPage ( int , QWizardPage * )" + "void setPixmap ( WizardPixmap , const QPixmap & )" + "void setSideWidget ( QWidget * )" + "void setStartId ( int )" + "void setSubTitleFormat ( Qt::TextFormat )" + "void setTitleFormat ( Qt::TextFormat )" + "void setWizardStyle ( WizardStyle )" + "QWidget * sideWidget () const" + "int startId () const" + "Qt::TextFormat subTitleFormat () const" + "bool testOption ( WizardOption ) const" + "Qt::TextFormat titleFormat () const" + "virtual bool validateCurrentPage ()" + "QList visitedPages () const" + "WizardStyle wizardStyle () const" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const") + (("QWizardPage" . "QWidget") + "new QWizardPage ( QWidget * = 0 )" + "QString buttonText ( QWizard::WizardButton ) const" + "virtual void cleanupPage ()" + "virtual void initializePage ()" + "bool isCommitPage () const" + "virtual bool isComplete () const" + "bool isFinalPage () const" + "virtual int nextId () const" + "QPixmap pixmap ( QWizard::WizardPixmap ) const" + "void setButtonText ( QWizard::WizardButton , const QString & )" + "void setCommitPage ( bool )" + "void setFinalPage ( bool )" + "void setPixmap ( QWizard::WizardPixmap , const QPixmap & )" + "void setSubTitle ( const QString & )" + "void setTitle ( const QString & )" + "QString subTitle () const" + "QString title () const" + "virtual bool validatePage ()" + "protected QVariant field ( const QString & ) const" + "protected void registerField ( const QString & , QWidget * , const char * = 0 , const char * = 0 )" + "protected void setField ( const QString & , const QVariant & )" + "protected QWizard * wizard () const") +)) diff --git a/helper/parsed/q-override.lisp b/helper/parsed/q-override.lisp new file mode 100644 index 0000000..e779fd4 --- /dev/null +++ b/helper/parsed/q-override.lisp @@ -0,0 +1,1791 @@ +(defparameter *q-override* '( + (("QAbstractAnimation" . "QObject") + "virtual int duration () const = 0" + "virtual void updateCurrentTime ( int ) = 0" + "virtual void updateDirection ( QAbstractAnimation::Direction )" + "virtual void updateState ( QAbstractAnimation::State , QAbstractAnimation::State )" + "virtual bool event ( QEvent * )") + (("QAbstractButton" . "QWidget") + "virtual void checkStateSet ()" + "virtual bool hitButton ( const QPoint & ) const" + "virtual void nextCheckState ()" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * ) = 0" + "virtual void timerEvent ( QTimerEvent * )") + (("QAbstractItemDelegate" . "QObject") + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void destroyEditor ( QWidget * , const QModelIndex & ) const" + "virtual bool editorEvent ( QEvent * , QAbstractItemModel * , const QStyleOptionViewItem & , const QModelIndex & )" + "virtual bool helpEvent ( QHelpEvent * , QAbstractItemView * , const QStyleOptionViewItem & , const QModelIndex & )" + "virtual void paint ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const = 0" + "virtual void setEditorData ( QWidget * , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const" + "virtual QSize sizeHint ( const QStyleOptionViewItem & , const QModelIndex & ) const = 0" + "virtual void updateEditorGeometry ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const") + (("QAbstractItemModel" . "QObject") + "virtual QModelIndex buddy ( const QModelIndex & ) const" + "virtual bool canDropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const = 0" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const = 0" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const = 0" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual QModelIndexList match ( const QModelIndex & , int , const QVariant & , int = 1 , Qt::MatchFlags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual bool moveColumns ( const QModelIndex & , int , int , const QModelIndex & , int )" + "virtual bool moveRows ( const QModelIndex & , int , int , const QModelIndex & , int )" + "virtual QModelIndex parent ( const QModelIndex & ) const = 0" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const = 0" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual QSize span ( const QModelIndex & ) const" + "virtual Qt::DropActions supportedDragActions () const" + "virtual Qt::DropActions supportedDropActions () const") + (("QAbstractItemView" . "QAbstractScrollArea") + "virtual QModelIndex indexAt ( const QPoint & ) const = 0" + "virtual void keyboardSearch ( const QString & )" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible ) = 0" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual int sizeHintForColumn ( int ) const" + "virtual int sizeHintForRow ( int ) const" + "virtual QRect visualRect ( const QModelIndex & ) const = 0" + "virtual bool edit ( const QModelIndex & , EditTrigger , QEvent * )" + "virtual int horizontalOffset () const = 0" + "virtual bool isIndexHidden ( const QModelIndex & ) const = 0" + "virtual QModelIndex moveCursor ( CursorAction , Qt::KeyboardModifiers ) = 0" + "virtual QModelIndexList selectedIndexes () const" + "virtual QItemSelectionModel::SelectionFlags selectionCommand ( const QModelIndex & , const QEvent * = 0 ) const" + "virtual void setSelection ( const QRect & , QItemSelectionModel::SelectionFlags ) = 0" + "virtual void startDrag ( Qt::DropActions )" + "virtual int verticalOffset () const = 0" + "virtual QStyleOptionViewItem viewOptions () const" + "virtual QRegion visualRegionForSelection ( const QItemSelection & ) const = 0" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual bool viewportEvent ( QEvent * )" + "virtual QSize viewportSizeHint () const") + (("QAbstractListModel" . "QAbstractItemModel") + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual QModelIndex index ( int , int = 0 , const QModelIndex & = QModelIndex() ) const" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const") + (("QAbstractNetworkCache" . "QObject") + "virtual qint64 cacheSize () const = 0" + "virtual QNetworkCacheMetaData metaData ( const QUrl & ) = 0" + "virtual bool remove ( const QUrl & ) = 0" + "virtual void updateMetaData ( const QNetworkCacheMetaData & ) = 0") + (("QAbstractPrintDialog" . "QDialog") + "virtual int exec () = 0") + (("QAbstractProxyModel" . "QAbstractItemModel") + "virtual QModelIndex mapFromSource ( const QModelIndex & ) const = 0" + "virtual QItemSelection mapSelectionFromSource ( const QItemSelection & ) const" + "virtual QItemSelection mapSelectionToSource ( const QItemSelection & ) const" + "virtual QModelIndex mapToSource ( const QModelIndex & ) const = 0" + "virtual void setSourceModel ( QAbstractItemModel * )" + "virtual QModelIndex buddy ( const QModelIndex & ) const" + "virtual bool canDropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual void revert ()" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual QSize span ( const QModelIndex & ) const" + "virtual bool submit ()" + "virtual Qt::DropActions supportedDragActions () const" + "virtual Qt::DropActions supportedDropActions () const") + (("QAbstractScrollArea" . "QFrame") + "virtual void setupViewport ( QWidget * )" + "virtual void scrollContentsBy ( int , int )" + "virtual bool viewportEvent ( QEvent * )" + "virtual QSize viewportSizeHint () const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QAbstractSlider" . "QWidget") + "virtual void sliderChange ( SliderChange )" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QAbstractSocket" . "QIODevice") + "virtual void connectToHost ( const QString & , quint16 , OpenMode = ReadWrite , NetworkLayerProtocol = AnyIPProtocol )" + "virtual void connectToHost ( const QHostAddress & , quint16 , OpenMode = ReadWrite )" + "virtual void disconnectFromHost ()" + "virtual void resume ()" + "virtual void setReadBufferSize ( qint64 )" + "virtual void setSocketOption ( QAbstractSocket::SocketOption , const QVariant & )" + "virtual QVariant socketOption ( QAbstractSocket::SocketOption )" + "virtual bool waitForConnected ( int = 30000 )" + "virtual bool waitForDisconnected ( int = 30000 )" + "virtual bool atEnd () const" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool waitForBytesWritten ( int = 30000 )" + "virtual bool waitForReadyRead ( int = 30000 )" + "virtual qint64 readData ( char * , qint64 )" + "virtual qint64 readLineData ( char * , qint64 )" + "virtual qint64 writeData ( const char * , qint64 )") + (("QAbstractSpinBox" . "QWidget") + "virtual void fixup ( QString & ) const" + "virtual void stepBy ( int )" + "virtual QValidator::State validate ( QString & , int & ) const" + "virtual StepEnabled stepEnabled () const" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QAbstractState" . "QObject") + "virtual void onEntry ( QEvent * ) = 0" + "virtual void onExit ( QEvent * ) = 0" + "virtual bool event ( QEvent * )") + (("QAbstractTableModel" . "QAbstractItemModel") + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const") + (("QAbstractTextDocumentLayout" . "QObject") + "virtual QRectF blockBoundingRect ( const QTextBlock & ) const = 0" + "virtual QSizeF documentSize () const = 0" + "virtual void draw ( QPainter * , const PaintContext & ) = 0" + "virtual QRectF frameBoundingRect ( QTextFrame * ) const = 0" + "virtual int hitTest ( const QPointF & , Qt::HitTestAccuracy ) const = 0" + "virtual int pageCount () const = 0" + "virtual void documentChanged ( int , int , int ) = 0" + "virtual void drawInlineObject ( QPainter * , const QRectF & , QTextInlineObject , int , const QTextFormat & )" + "virtual void positionInlineObject ( QTextInlineObject , int , const QTextFormat & )" + "virtual void resizeInlineObject ( QTextInlineObject , int , const QTextFormat & )") + (("QAbstractTransition" . "QObject") + "virtual bool eventTest ( QEvent * ) = 0" + "virtual void onTransition ( QEvent * ) = 0" + "virtual bool event ( QEvent * )") + (("QAction" . "QObject") + "virtual bool event ( QEvent * )") + (("QActionGroup" . "QObject")) + (("QAnimationGroup" . "QAbstractAnimation") + "virtual bool event ( QEvent * )") + (("QApplication" . "QGuiApplication") + "virtual bool notify ( QObject * , QEvent * )" + "virtual bool event ( QEvent * )") + (("QBoxLayout" . "QLayout") + "virtual void addItem ( QLayoutItem * )" + "virtual int count () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize maximumSize () const" + "virtual int minimumHeightForWidth ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QBuffer" . "QIODevice") + "virtual bool atEnd () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool open ( OpenMode )" + "virtual qint64 pos () const" + "virtual bool seek ( qint64 )" + "virtual qint64 size () const" + "virtual qint64 readData ( char * , qint64 )" + "virtual qint64 writeData ( const char * , qint64 )") + (("QButtonGroup" . "QObject")) + (("QCalendarWidget" . "QWidget") + "virtual void paintCell ( QPainter * , const QRect & , const QDate & ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void resizeEvent ( QResizeEvent * )") + (("QCheckBox" . "QAbstractButton") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void checkStateSet ()" + "virtual bool event ( QEvent * )" + "virtual bool hitButton ( const QPoint & ) const" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void nextCheckState ()" + "virtual void paintEvent ( QPaintEvent * )") + (("QClipboard" . "QObject")) + (("QColorDialog" . "QDialog") + "virtual void setVisible ( bool )" + "virtual void changeEvent ( QEvent * )" + "virtual void done ( int )") + (("QColumnView" . "QAbstractItemView") + "virtual QAbstractItemView * createColumn ( const QModelIndex & )" + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible )" + "virtual void selectAll ()" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setRootIndex ( const QModelIndex & )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual QSize sizeHint () const" + "virtual QRect visualRect ( const QModelIndex & ) const" + "virtual void currentChanged ( const QModelIndex & , const QModelIndex & )" + "virtual int horizontalOffset () const" + "virtual bool isIndexHidden ( const QModelIndex & ) const" + "virtual QModelIndex moveCursor ( CursorAction , Qt::KeyboardModifiers )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void rowsInserted ( const QModelIndex & , int , int )" + "virtual void scrollContentsBy ( int , int )" + "virtual void setSelection ( const QRect & , QItemSelectionModel::SelectionFlags )" + "virtual int verticalOffset () const" + "virtual QRegion visualRegionForSelection ( const QItemSelection & ) const") + (("QComboBox" . "QWidget") + "virtual void hidePopup ()" + "virtual void showPopup ()" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QCommandLinkButton" . "QPushButton") + "virtual bool event ( QEvent * )" + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual void paintEvent ( QPaintEvent * )" + "virtual QSize sizeHint () const") + (("QCommonStyle" . "QStyle") + "virtual void drawComplexControl ( ComplexControl , const QStyleOptionComplex * , QPainter * , const QWidget * = 0 ) const" + "virtual void drawControl ( ControlElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const" + "virtual void drawPrimitive ( PrimitiveElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const" + "virtual QPixmap generatedIconPixmap ( QIcon::Mode , const QPixmap & , const QStyleOption * ) const" + "virtual SubControl hitTestComplexControl ( ComplexControl , const QStyleOptionComplex * , const QPoint & , const QWidget * = 0 ) const" + "virtual int layoutSpacing ( QSizePolicy::ControlType , QSizePolicy::ControlType , Qt::Orientation , const QStyleOption * = 0 , const QWidget * = 0 ) const" + "virtual int pixelMetric ( PixelMetric , const QStyleOption * = 0 , const QWidget * = 0 ) const" + "virtual void polish ( QPalette & )" + "virtual void polish ( QApplication * )" + "virtual void polish ( QWidget * )" + "virtual QSize sizeFromContents ( ContentsType , const QStyleOption * , const QSize & , const QWidget * = 0 ) const" + "virtual QPixmap standardPixmap ( StandardPixmap , const QStyleOption * = 0 , const QWidget * = 0 ) const" + "virtual int styleHint ( StyleHint , const QStyleOption * = 0 , const QWidget * = 0 , QStyleHintReturn * = 0 ) const" + "virtual QRect subControlRect ( ComplexControl , const QStyleOptionComplex * , SubControl , const QWidget * = 0 ) const" + "virtual QRect subElementRect ( SubElement , const QStyleOption * , const QWidget * = 0 ) const" + "virtual void unpolish ( QWidget * )" + "virtual void unpolish ( QApplication * )") + (("QCompleter" . "QObject") + "virtual QString pathFromIndex ( const QModelIndex & ) const" + "virtual QStringList splitPath ( const QString & ) const" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )") + (("QCoreApplication" . "QObject") + "virtual bool notify ( QObject * , QEvent * )" + "virtual bool event ( QEvent * )") + (("QDataWidgetMapper" . "QObject")) + (("QDateEdit" . "QDateTimeEdit")) + (("QDateTimeEdit" . "QAbstractSpinBox") + "virtual QDateTime dateTimeFromText ( const QString & ) const" + "virtual QString textFromDateTime ( const QDateTime & ) const" + "virtual void clear ()" + "virtual bool event ( QEvent * )" + "virtual QSize sizeHint () const" + "virtual void stepBy ( int )" + "virtual void fixup ( QString & ) const" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual StepEnabled stepEnabled () const" + "virtual QValidator::State validate ( QString & , int & ) const" + "virtual void wheelEvent ( QWheelEvent * )") + (("QDesktopWidget" . "QWidget") + "virtual void resizeEvent ( QResizeEvent * )") + (("QDial" . "QAbstractSlider") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void sliderChange ( SliderChange )") + (("QDialog" . "QWidget") + "virtual QSize minimumSizeHint () const" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const" + "virtual void closeEvent ( QCloseEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QDialogButtonBox" . "QWidget") + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )") + (("QDirModel" . "QAbstractItemModel") + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QDockWidget" . "QWidget") + "virtual void changeEvent ( QEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QDoubleSpinBox" . "QAbstractSpinBox") + "virtual QString textFromValue ( double ) const" + "virtual double valueFromText ( const QString & ) const" + "virtual void fixup ( QString & ) const" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QDoubleValidator" . "QValidator") + "virtual void setRange ( double , double , int = 0 )" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QDrag" . "QObject")) + (("QErrorMessage" . "QDialog") + "virtual void changeEvent ( QEvent * )" + "virtual void done ( int )") + (("QEventLoop" . "QObject") + "virtual bool event ( QEvent * )") + (("QEventTransition" . "QAbstractTransition") + "virtual bool event ( QEvent * )" + "virtual bool eventTest ( QEvent * )" + "virtual void onTransition ( QEvent * )") + (("QFile" . "QFileDevice") + "virtual QString fileName () const" + "virtual bool open ( OpenMode )" + "virtual Permissions permissions () const" + "virtual bool resize ( qint64 )" + "virtual bool setPermissions ( Permissions )" + "virtual qint64 size () const") + (("QFileDevice" . "QIODevice") + "virtual QString fileName () const" + "virtual Permissions permissions () const" + "virtual bool resize ( qint64 )" + "virtual bool setPermissions ( Permissions )" + "virtual bool atEnd () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual qint64 pos () const" + "virtual bool seek ( qint64 )" + "virtual qint64 size () const" + "virtual qint64 readData ( char * , qint64 )" + "virtual qint64 readLineData ( char * , qint64 )" + "virtual qint64 writeData ( const char * , qint64 )") + (("QFileDialog" . "QDialog") + "virtual void setVisible ( bool )" + "virtual void accept ()" + "virtual void changeEvent ( QEvent * )" + "virtual void done ( int )") + (("QFileSystemModel" . "QAbstractItemModel") + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const" + "virtual bool event ( QEvent * )" + "virtual void timerEvent ( QTimerEvent * )") + (("QFileSystemWatcher" . "QObject")) + (("QFinalState" . "QAbstractState") + "virtual bool event ( QEvent * )" + "virtual void onEntry ( QEvent * )" + "virtual void onExit ( QEvent * )") + (("QFocusFrame" . "QWidget") + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QFontComboBox" . "QComboBox") + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )") + (("QFontDialog" . "QDialog") + "virtual void setVisible ( bool )" + "virtual void changeEvent ( QEvent * )" + "virtual void done ( int )") + (("QFormLayout" . "QLayout") + "virtual void addItem ( QLayoutItem * )" + "virtual int count () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QFrame" . "QWidget") + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QGLShader" . "QObject")) + (("QGLShaderProgram" . "QObject") + "virtual bool link ()") + (("QGLWidget" . "QWidget") + "virtual void glDraw ()" + "virtual void glInit ()" + "virtual void initializeGL ()" + "virtual void initializeOverlayGL ()" + "virtual void paintGL ()" + "virtual void paintOverlayGL ()" + "virtual void resizeGL ( int , int )" + "virtual void resizeOverlayGL ( int , int )" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )") + (("QGesture" . "QObject")) + (("QGraphicsAnchor" . "QObject")) + (("QGraphicsBlurEffect" . "QGraphicsEffect") + "virtual QRectF boundingRectFor ( const QRectF & ) const" + "virtual void draw ( QPainter * )") + (("QGraphicsColorizeEffect" . "QGraphicsEffect") + "virtual void draw ( QPainter * )") + (("QGraphicsDropShadowEffect" . "QGraphicsEffect") + "virtual QRectF boundingRectFor ( const QRectF & ) const" + "virtual void draw ( QPainter * )") + (("QGraphicsEffect" . "QObject") + "virtual QRectF boundingRectFor ( const QRectF & ) const" + "virtual void draw ( QPainter * ) = 0" + "virtual void sourceChanged ( ChangeFlags )") + (("QGraphicsObject" . "QObject") + "virtual bool event ( QEvent * )") + (("QGraphicsOpacityEffect" . "QGraphicsEffect") + "virtual void draw ( QPainter * )") + (("QGraphicsProxyWidget" . "QGraphicsWidget") + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual void setGeometry ( const QRectF & )" + "virtual int type () const" + "virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * )" + "virtual void dragEnterEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragLeaveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragMoveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dropEvent ( QGraphicsSceneDragDropEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void grabMouseEvent ( QEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void hoverEnterEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverLeaveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverMoveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QVariant itemChange ( GraphicsItemChange , const QVariant & )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseMoveEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mousePressEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * )" + "virtual void resizeEvent ( QGraphicsSceneResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const" + "virtual void ungrabMouseEvent ( QEvent * )" + "virtual void wheelEvent ( QGraphicsSceneWheelEvent * )") + (("QGraphicsRotation" . "QGraphicsTransform") + "virtual void applyTo ( QMatrix4x4 * ) const") + (("QGraphicsScale" . "QGraphicsTransform") + "virtual void applyTo ( QMatrix4x4 * ) const") + (("QGraphicsScene" . "QObject") + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * )" + "virtual void dragEnterEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragLeaveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragMoveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void drawBackground ( QPainter * , const QRectF & )" + "virtual void drawForeground ( QPainter * , const QRectF & )" + "virtual void dropEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void helpEvent ( QGraphicsSceneHelpEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseMoveEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mousePressEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * )" + "virtual void wheelEvent ( QGraphicsSceneWheelEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )") + (("QGraphicsSvgItem" . "QGraphicsObject") + "virtual QRectF boundingRect () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual int type () const") + (("QGraphicsTextItem" . "QGraphicsObject") + "virtual QRectF boundingRect () const" + "virtual bool contains ( const QPointF & ) const" + "virtual bool isObscuredBy ( const QGraphicsItem * ) const" + "virtual QPainterPath opaqueArea () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" + "virtual QPainterPath shape () const" + "virtual int type () const" + "virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * )" + "virtual void dragEnterEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragLeaveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragMoveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dropEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hoverEnterEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverLeaveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverMoveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseMoveEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mousePressEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * )" + "virtual bool sceneEvent ( QEvent * )") + (("QGraphicsTransform" . "QObject") + "virtual void applyTo ( QMatrix4x4 * ) const = 0") + (("QGraphicsView" . "QAbstractScrollArea") + "virtual void drawBackground ( QPainter * , const QRectF & )" + "virtual void drawForeground ( QPainter * , const QRectF & )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize sizeHint () const" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void scrollContentsBy ( int , int )" + "virtual void showEvent ( QShowEvent * )" + "virtual bool viewportEvent ( QEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QGraphicsWebView" . "QGraphicsWidget") + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QVariant itemChange ( GraphicsItemChange , const QVariant & )" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual void setGeometry ( const QRectF & )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & ) const" + "virtual void updateGeometry ()" + "virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * )" + "virtual void dragEnterEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragLeaveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dragMoveEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void dropEvent ( QGraphicsSceneDragDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hoverLeaveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverMoveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseMoveEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mousePressEvent ( QGraphicsSceneMouseEvent * )" + "virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * )" + "virtual bool sceneEvent ( QEvent * )" + "virtual void wheelEvent ( QGraphicsSceneWheelEvent * )") + (("QGraphicsWidget" . "QGraphicsObject") + "virtual void paintWindowFrame ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual void changeEvent ( QEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void grabKeyboardEvent ( QEvent * )" + "virtual void grabMouseEvent ( QEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void initStyleOption ( QStyleOption * ) const" + "virtual void moveEvent ( QGraphicsSceneMoveEvent * )" + "virtual void polishEvent ()" + "virtual void resizeEvent ( QGraphicsSceneResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual void ungrabKeyboardEvent ( QEvent * )" + "virtual void ungrabMouseEvent ( QEvent * )" + "virtual bool windowFrameEvent ( QEvent * )" + "virtual Qt::WindowFrameSection windowFrameSectionAt ( const QPointF & ) const" + "virtual QRectF boundingRect () const" + "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * = 0 )" + "virtual void setGeometry ( const QRectF & )" + "virtual QPainterPath shape () const" + "virtual int type () const" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hoverLeaveEvent ( QGraphicsSceneHoverEvent * )" + "virtual void hoverMoveEvent ( QGraphicsSceneHoverEvent * )" + "virtual QVariant itemChange ( GraphicsItemChange , const QVariant & )" + "virtual bool sceneEvent ( QEvent * )" + "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const" + "virtual void updateGeometry ()") + (("QGridLayout" . "QLayout") + "virtual int count () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual void invalidate ()" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize maximumSize () const" + "virtual int minimumHeightForWidth ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )" + "virtual void addItem ( QLayoutItem * )") + (("QGroupBox" . "QWidget") + "virtual QSize minimumSizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void childEvent ( QChildEvent * )" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )") + (("QGuiApplication" . "QCoreApplication") + "virtual bool notify ( QObject * , QEvent * )" + "virtual bool event ( QEvent * )") + (("QHBoxLayout" . "QBoxLayout")) + (("QHeaderView" . "QAbstractItemView") + "virtual void paintSection ( QPainter * , const QRect & , int ) const" + "virtual QSize sectionSizeFromContents ( int ) const" + "virtual void reset ()" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const" + "virtual void currentChanged ( const QModelIndex & , const QModelIndex & )" + "virtual bool event ( QEvent * )" + "virtual int horizontalOffset () const" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void setSelection ( const QRect & , QItemSelectionModel::SelectionFlags )" + "virtual int verticalOffset () const" + "virtual bool viewportEvent ( QEvent * )") + (("QHelpContentModel" . "QAbstractItemModel") + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const") + (("QHelpContentWidget" . "QTreeView")) + (("QHelpEngineCore" . "QObject")) + (("QHelpIndexModel" . "QStringListModel")) + (("QHelpIndexWidget" . "QListView")) + (("QHelpSearchEngine" . "QObject")) + (("QHelpSearchQueryWidget" . "QWidget")) + (("QHelpSearchResultWidget" . "QWidget")) + (("QHistoryState" . "QAbstractState") + "virtual bool event ( QEvent * )" + "virtual void onEntry ( QEvent * )" + "virtual void onExit ( QEvent * )") + (("QIODevice" . "QObject") + "virtual bool atEnd () const" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool open ( OpenMode )" + "virtual qint64 pos () const" + "virtual bool reset ()" + "virtual bool seek ( qint64 )" + "virtual qint64 size () const" + "virtual bool waitForBytesWritten ( int )" + "virtual bool waitForReadyRead ( int )" + "virtual qint64 readData ( char * , qint64 ) = 0" + "virtual qint64 readLineData ( char * , qint64 )" + "virtual qint64 writeData ( const char * , qint64 ) = 0") + (("QInputDialog" . "QDialog") + "virtual void done ( int )" + "virtual QSize minimumSizeHint () const" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const") + (("QIntValidator" . "QValidator") + "virtual void setRange ( int , int )" + "virtual void fixup ( QString & ) const" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QItemDelegate" . "QAbstractItemDelegate") + "virtual void drawCheck ( QPainter * , const QStyleOptionViewItem & , const QRect & , Qt::CheckState ) const" + "virtual void drawDecoration ( QPainter * , const QStyleOptionViewItem & , const QRect & , const QPixmap & ) const" + "virtual void drawDisplay ( QPainter * , const QStyleOptionViewItem & , const QRect & , const QString & ) const" + "virtual void drawFocus ( QPainter * , const QStyleOptionViewItem & , const QRect & ) const" + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void paint ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void setEditorData ( QWidget * , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const" + "virtual QSize sizeHint ( const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void updateEditorGeometry ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual bool editorEvent ( QEvent * , QAbstractItemModel * , const QStyleOptionViewItem & , const QModelIndex & )" + "virtual bool eventFilter ( QObject * , QEvent * )") + (("QItemSelectionModel" . "QObject")) + (("QKeyEventTransition" . "QEventTransition") + "virtual bool eventTest ( QEvent * )" + "virtual void onTransition ( QEvent * )") + (("QLCDNumber" . "QFrame") + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QLabel" . "QFrame") + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QLayout" . "QObject") + "virtual void addItem ( QLayoutItem * ) = 0" + "virtual int count () const = 0" + "virtual int indexOf ( QWidget * ) const" + "virtual QLayoutItem * itemAt ( int ) const = 0" + "virtual QLayoutItem * takeAt ( int ) = 0" + "virtual QSizePolicy::ControlTypes controlTypes () const" + "virtual Qt::Orientations expandingDirections () const" + "virtual QRect geometry () const" + "virtual void invalidate ()" + "virtual bool isEmpty () const" + "virtual QLayout * layout ()" + "virtual QSize maximumSize () const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual void childEvent ( QChildEvent * )") + (("QLibrary" . "QObject")) + (("QLineEdit" . "QWidget") + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QListView" . "QAbstractItemView") + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible )" + "virtual QRect visualRect ( const QModelIndex & ) const" + "virtual void currentChanged ( const QModelIndex & , const QModelIndex & )" + "virtual void dataChanged ( const QModelIndex & , const QModelIndex & , const QVector & = QVector () )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )" + "virtual int horizontalOffset () const" + "virtual bool isIndexHidden ( const QModelIndex & ) const" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual QModelIndex moveCursor ( CursorAction , Qt::KeyboardModifiers )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void rowsAboutToBeRemoved ( const QModelIndex & , int , int )" + "virtual void rowsInserted ( const QModelIndex & , int , int )" + "virtual QModelIndexList selectedIndexes () const" + "virtual void selectionChanged ( const QItemSelection & , const QItemSelection & )" + "virtual void setSelection ( const QRect & , QItemSelectionModel::SelectionFlags )" + "virtual void startDrag ( Qt::DropActions )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void updateGeometries ()" + "virtual int verticalOffset () const" + "virtual QStyleOptionViewItem viewOptions () const" + "virtual QSize viewportSizeHint () const" + "virtual QRegion visualRegionForSelection ( const QItemSelection & ) const") + (("QListWidget" . "QListView") + "virtual bool dropMimeData ( int , const QMimeData * , Qt::DropAction )" + "virtual QMimeData * mimeData ( const QList & ) const" + "virtual QStringList mimeTypes () const" + "virtual Qt::DropActions supportedDropActions () const" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )") + (("QLocalServer" . "QObject") + "virtual bool hasPendingConnections () const" + "virtual QLocalSocket * nextPendingConnection ()" + "virtual void incomingConnection ( quintptr )") + (("QLocalSocket" . "QIODevice") + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool open ( OpenMode = ReadWrite )" + "virtual bool waitForBytesWritten ( int = 30000 )" + "virtual bool waitForReadyRead ( int = 30000 )" + "virtual qint64 readData ( char * , qint64 )" + "virtual qint64 writeData ( const char * , qint64 )") + (("QMainWindow" . "QWidget") + "virtual QMenu * createPopupMenu ()" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual bool event ( QEvent * )") + (("QMdiArea" . "QAbstractScrollArea") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void childEvent ( QChildEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void scrollContentsBy ( int , int )" + "virtual void showEvent ( QShowEvent * )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual bool viewportEvent ( QEvent * )") + (("QMdiSubWindow" . "QWidget") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void childEvent ( QChildEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void leaveEvent ( QEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void moveEvent ( QMoveEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual void timerEvent ( QTimerEvent * )") + (("QMenu" . "QWidget") + "virtual QSize sizeHint () const" + "virtual void actionEvent ( QActionEvent * )" + "virtual void changeEvent ( QEvent * )" + "virtual void enterEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void leaveEvent ( QEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QMenuBar" . "QWidget") + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void actionEvent ( QActionEvent * )" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void leaveEvent ( QEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void timerEvent ( QTimerEvent * )") + (("QMessageBox" . "QDialog") + "virtual void setVisible ( bool )" + "virtual void changeEvent ( QEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual bool event ( QEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QMimeData" . "QObject") + "virtual QStringList formats () const" + "virtual bool hasFormat ( const QString & ) const" + "virtual QVariant retrieveData ( const QString & , QVariant::Type ) const") + (("QMouseEventTransition" . "QEventTransition") + "virtual bool eventTest ( QEvent * )" + "virtual void onTransition ( QEvent * )") + (("QMovie" . "QObject")) + (("QNetworkAccessManager" . "QObject")) + (("QNetworkCookieJar" . "QObject") + "virtual QList cookiesForUrl ( const QUrl & ) const" + "virtual bool deleteCookie ( const QNetworkCookie & )" + "virtual bool insertCookie ( const QNetworkCookie & )" + "virtual bool setCookiesFromUrl ( const QList & , const QUrl & )" + "virtual bool updateCookie ( const QNetworkCookie & )" + "virtual bool validateCookie ( const QNetworkCookie & , const QUrl & ) const") + (("QNetworkDiskCache" . "QAbstractNetworkCache") + "virtual qint64 expire ()" + "virtual qint64 cacheSize () const" + "virtual QNetworkCacheMetaData metaData ( const QUrl & )" + "virtual bool remove ( const QUrl & )" + "virtual void updateMetaData ( const QNetworkCacheMetaData & )") + (("QNetworkReply" . "QIODevice") + "virtual void setReadBufferSize ( qint64 )" + "virtual void ignoreSslErrorsImplementation ( const QList & )" + "virtual void setSslConfigurationImplementation ( const QSslConfiguration & )" + "virtual void sslConfigurationImplementation ( QSslConfiguration & ) const" + "virtual void close ()") + (("QObject" . NIL) + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual const QMetaObject * metaObject () const" + "virtual void childEvent ( QChildEvent * )" + "virtual void customEvent ( QEvent * )" + "virtual void timerEvent ( QTimerEvent * )") + (("QPageSetupDialog" . "QDialog") + "virtual void done ( int )" + "virtual int exec ()" + "virtual void setVisible ( bool )") + (("QPanGesture" . "QGesture")) + (("QParallelAnimationGroup" . "QAnimationGroup") + "virtual int duration () const" + "virtual bool event ( QEvent * )" + "virtual void updateCurrentTime ( int )" + "virtual void updateDirection ( QAbstractAnimation::Direction )" + "virtual void updateState ( QAbstractAnimation::State , QAbstractAnimation::State )") + (("QPauseAnimation" . "QAbstractAnimation") + "virtual int duration () const" + "virtual bool event ( QEvent * )" + "virtual void updateCurrentTime ( int )") + (("QPinchGesture" . "QGesture")) + (("QPlainTextDocumentLayout" . "QAbstractTextDocumentLayout") + "virtual QRectF blockBoundingRect ( const QTextBlock & ) const" + "virtual QSizeF documentSize () const" + "virtual void draw ( QPainter * , const PaintContext & )" + "virtual QRectF frameBoundingRect ( QTextFrame * ) const" + "virtual int hitTest ( const QPointF & , Qt::HitTestAccuracy ) const" + "virtual int pageCount () const" + "virtual void documentChanged ( int , int , int )") + (("QPlainTextEdit" . "QAbstractScrollArea") + "virtual QVariant loadResource ( int , const QUrl & )" + "virtual bool canInsertFromMimeData ( const QMimeData * ) const" + "virtual QMimeData * createMimeDataFromSelection () const" + "virtual void insertFromMimeData ( const QMimeData * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual void changeEvent ( QEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void scrollContentsBy ( int , int )" + "virtual void showEvent ( QShowEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QPluginLoader" . "QObject")) + (("QPrintDialog" . "QAbstractPrintDialog") + "virtual void done ( int )" + "virtual int exec ()" + "virtual void setVisible ( bool )") + (("QPrintPreviewDialog" . "QDialog") + "virtual void done ( int )" + "virtual void setVisible ( bool )") + (("QPrintPreviewWidget" . "QWidget") + "virtual void setVisible ( bool )") + (("QProcess" . "QIODevice") + "virtual void setupChildProcess ()" + "virtual bool atEnd () const" + "virtual qint64 bytesAvailable () const" + "virtual qint64 bytesToWrite () const" + "virtual bool canReadLine () const" + "virtual void close ()" + "virtual bool isSequential () const" + "virtual bool open ( OpenMode = ReadWrite )" + "virtual bool waitForBytesWritten ( int = 30000 )" + "virtual bool waitForReadyRead ( int = 30000 )" + "virtual qint64 readData ( char * , qint64 )" + "virtual qint64 writeData ( const char * , qint64 )") + (("QProgressBar" . "QWidget") + "virtual QString text () const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QProgressDialog" . "QDialog") + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QPropertyAnimation" . "QVariantAnimation") + "virtual bool event ( QEvent * )" + "virtual void updateCurrentValue ( const QVariant & )" + "virtual void updateState ( QAbstractAnimation::State , QAbstractAnimation::State )") + (("QPushButton" . "QAbstractButton") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual bool hitButton ( const QPoint & ) const" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QRadioButton" . "QAbstractButton") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual bool hitButton ( const QPoint & ) const" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QRegExpValidator" . "QValidator") + "virtual QValidator::State validate ( QString & , int & ) const") + (("QRubberBand" . "QWidget") + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void moveEvent ( QMoveEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QScrollArea" . "QAbstractScrollArea") + "virtual bool focusNextPrevChild ( bool )" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void scrollContentsBy ( int , int )" + "virtual QSize viewportSizeHint () const") + (("QScrollBar" . "QAbstractSlider") + "virtual bool event ( QEvent * )" + "virtual QSize sizeHint () const" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void sliderChange ( SliderChange )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QSequentialAnimationGroup" . "QAnimationGroup") + "virtual int duration () const" + "virtual bool event ( QEvent * )" + "virtual void updateCurrentTime ( int )" + "virtual void updateDirection ( QAbstractAnimation::Direction )" + "virtual void updateState ( QAbstractAnimation::State , QAbstractAnimation::State )") + (("QSessionManager" . "QObject")) + (("QSettings" . "QObject") + "virtual bool event ( QEvent * )") + (("QShortcut" . "QObject")) + (("QSignalTransition" . "QAbstractTransition") + "virtual bool event ( QEvent * )" + "virtual bool eventTest ( QEvent * )" + "virtual void onTransition ( QEvent * )") + (("QSizeGrip" . "QWidget") + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void moveEvent ( QMoveEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QSlider" . "QAbstractSlider") + "virtual bool event ( QEvent * )" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QSortFilterProxyModel" . "QAbstractProxyModel") + "virtual bool filterAcceptsColumn ( int , const QModelIndex & ) const" + "virtual bool filterAcceptsRow ( int , const QModelIndex & ) const" + "virtual bool lessThan ( const QModelIndex & , const QModelIndex & ) const" + "virtual QModelIndex buddy ( const QModelIndex & ) const" + "virtual bool canFetchMore ( const QModelIndex & ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual void fetchMore ( const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual QModelIndex mapFromSource ( const QModelIndex & ) const" + "virtual QItemSelection mapSelectionFromSource ( const QItemSelection & ) const" + "virtual QItemSelection mapSelectionToSource ( const QItemSelection & ) const" + "virtual QModelIndex mapToSource ( const QModelIndex & ) const" + "virtual QModelIndexList match ( const QModelIndex & , int , const QVariant & , int = 1 , Qt::MatchFlags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual void setSourceModel ( QAbstractItemModel * )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual QSize span ( const QModelIndex & ) const" + "virtual Qt::DropActions supportedDropActions () const") + (("QSpinBox" . "QAbstractSpinBox") + "virtual QString textFromValue ( int ) const" + "virtual int valueFromText ( const QString & ) const" + "virtual bool event ( QEvent * )" + "virtual void fixup ( QString & ) const" + "virtual QValidator::State validate ( QString & , int & ) const") + (("QSplashScreen" . "QWidget") + "virtual void drawContents ( QPainter * )" + "virtual bool event ( QEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )") + (("QSplitter" . "QFrame") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void childEvent ( QChildEvent * )" + "virtual bool event ( QEvent * )" + "virtual void resizeEvent ( QResizeEvent * )") + (("QSplitterHandle" . "QWidget") + "virtual QSize sizeHint () const" + "virtual bool event ( QEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )") + (("QSqlDriver" . "QObject") + "virtual bool beginTransaction ()" + "virtual void close () = 0" + "virtual bool commitTransaction ()" + "virtual QSqlResult * createResult () const = 0" + "virtual QString escapeIdentifier ( const QString & , IdentifierType ) const" + "virtual QString formatValue ( const QSqlField & , bool = false ) const" + "virtual QVariant handle () const" + "virtual bool hasFeature ( DriverFeature ) const = 0" + "virtual bool isIdentifierEscaped ( const QString & , IdentifierType ) const" + "virtual bool isOpen () const" + "virtual bool open ( const QString & , const QString & = QString() , const QString & = QString() , const QString & = QString() , int = -1 , const QString & = QString() ) = 0" + "virtual QSqlIndex primaryIndex ( const QString & ) const" + "virtual QSqlRecord record ( const QString & ) const" + "virtual bool rollbackTransaction ()" + "virtual QString sqlStatement ( StatementType , const QString & , const QSqlRecord & , bool ) const" + "virtual QString stripDelimiters ( const QString & , IdentifierType ) const" + "virtual bool subscribeToNotification ( const QString & )" + "virtual QStringList subscribedToNotifications () const" + "virtual QStringList tables ( QSql::TableType ) const" + "virtual bool unsubscribeFromNotification ( const QString & )" + "virtual void setLastError ( const QSqlError & )" + "virtual void setOpen ( bool )" + "virtual void setOpenError ( bool )") + (("QSqlQueryModel" . "QAbstractTableModel") + "virtual void clear ()" + "virtual QModelIndex indexInQuery ( const QModelIndex & ) const" + "virtual void queryChange ()" + "virtual bool canFetchMore ( const QModelIndex & = QModelIndex() ) const" + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual void fetchMore ( const QModelIndex & = QModelIndex() )" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )") + (("QSqlRelationalDelegate" . "QItemDelegate") + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const") + (("QSqlRelationalTableModel" . "QSqlTableModel") + "virtual QSqlTableModel * relationModel ( int ) const" + "virtual void setRelation ( int , const QSqlRelation & )" + "virtual void clear ()" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool select ()" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void setTable ( const QString & )" + "virtual bool insertRowIntoTable ( const QSqlRecord & )" + "virtual QString orderByClause () const" + "virtual QString selectStatement () const" + "virtual bool updateRowInTable ( int , const QSqlRecord & )") + (("QSqlTableModel" . "QSqlQueryModel") + "virtual void revertRow ( int )" + "virtual void setEditStrategy ( EditStrategy )" + "virtual void setFilter ( const QString & )" + "virtual void setSort ( int , Qt::SortOrder )" + "virtual void setTable ( const QString & )" + "virtual bool deleteRowFromTable ( int )" + "virtual bool insertRowIntoTable ( const QSqlRecord & )" + "virtual QString orderByClause () const" + "virtual QString selectStatement () const" + "virtual bool updateRowInTable ( int , const QSqlRecord & )" + "virtual void clear ()" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual void sort ( int , Qt::SortOrder )" + "virtual QModelIndex indexInQuery ( const QModelIndex & ) const") + (("QStackedLayout" . "QLayout") + "virtual void addItem ( QLayoutItem * )" + "virtual int count () const" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual QLayoutItem * itemAt ( int ) const" + "virtual QSize minimumSize () const" + "virtual void setGeometry ( const QRect & )" + "virtual QSize sizeHint () const" + "virtual QLayoutItem * takeAt ( int )") + (("QStackedWidget" . "QFrame") + "virtual bool event ( QEvent * )") + (("QStandardItemModel" . "QAbstractItemModel") + "virtual int columnCount ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant data ( const QModelIndex & , int = Qt::DisplayRole ) const" + "virtual bool dropMimeData ( const QMimeData * , Qt::DropAction , int , int , const QModelIndex & )" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool hasChildren ( const QModelIndex & = QModelIndex() ) const" + "virtual QVariant headerData ( int , Qt::Orientation , int = Qt::DisplayRole ) const" + "virtual QModelIndex index ( int , int , const QModelIndex & = QModelIndex() ) const" + "virtual bool insertColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual QMimeData * mimeData ( const QModelIndexList & ) const" + "virtual QStringList mimeTypes () const" + "virtual QModelIndex parent ( const QModelIndex & ) const" + "virtual bool removeColumns ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual bool setHeaderData ( int , Qt::Orientation , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QState" . "QAbstractState") + "virtual bool event ( QEvent * )" + "virtual void onEntry ( QEvent * )" + "virtual void onExit ( QEvent * )") + (("QStateMachine" . "QState") + "virtual bool eventFilter ( QObject * , QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void onEntry ( QEvent * )" + "virtual void onExit ( QEvent * )") + (("QStatusBar" . "QWidget") + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QStringListModel" . "QAbstractListModel") + "virtual QVariant data ( const QModelIndex & , int ) const" + "virtual Qt::ItemFlags flags ( const QModelIndex & ) const" + "virtual bool insertRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual bool removeRows ( int , int , const QModelIndex & = QModelIndex() )" + "virtual int rowCount ( const QModelIndex & = QModelIndex() ) const" + "virtual bool setData ( const QModelIndex & , const QVariant & , int = Qt::EditRole )" + "virtual QModelIndex sibling ( int , int , const QModelIndex & ) const" + "virtual void sort ( int , Qt::SortOrder = Qt::AscendingOrder )" + "virtual Qt::DropActions supportedDropActions () const") + (("QStyle" . "QObject") + "virtual void drawComplexControl ( ComplexControl , const QStyleOptionComplex * , QPainter * , const QWidget * = 0 ) const = 0" + "virtual void drawControl ( ControlElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const = 0" + "virtual void drawItemPixmap ( QPainter * , const QRect & , int , const QPixmap & ) const" + "virtual void drawItemText ( QPainter * , const QRect & , int , const QPalette & , bool , const QString & , QPalette::ColorRole = QPalette::NoRole ) const" + "virtual void drawPrimitive ( PrimitiveElement , const QStyleOption * , QPainter * , const QWidget * = 0 ) const = 0" + "virtual QPixmap generatedIconPixmap ( QIcon::Mode , const QPixmap & , const QStyleOption * ) const = 0" + "virtual SubControl hitTestComplexControl ( ComplexControl , const QStyleOptionComplex * , const QPoint & , const QWidget * = 0 ) const = 0" + "virtual QRect itemPixmapRect ( const QRect & , int , const QPixmap & ) const" + "virtual QRect itemTextRect ( const QFontMetrics & , const QRect & , int , bool , const QString & ) const" + "virtual int layoutSpacing ( QSizePolicy::ControlType , QSizePolicy::ControlType , Qt::Orientation , const QStyleOption * = 0 , const QWidget * = 0 ) const = 0" + "virtual int pixelMetric ( PixelMetric , const QStyleOption * = 0 , const QWidget * = 0 ) const = 0" + "virtual void polish ( QWidget * )" + "virtual void polish ( QApplication * )" + "virtual void polish ( QPalette & )" + "virtual QSize sizeFromContents ( ContentsType , const QStyleOption * , const QSize & , const QWidget * = 0 ) const = 0" + "virtual QIcon standardIcon ( StandardPixmap , const QStyleOption * = 0 , const QWidget * = 0 ) const = 0" + "virtual QPalette standardPalette () const" + "virtual int styleHint ( StyleHint , const QStyleOption * = 0 , const QWidget * = 0 , QStyleHintReturn * = 0 ) const = 0" + "virtual QRect subControlRect ( ComplexControl , const QStyleOptionComplex * , SubControl , const QWidget * = 0 ) const = 0" + "virtual QRect subElementRect ( SubElement , const QStyleOption * , const QWidget * = 0 ) const = 0" + "virtual void unpolish ( QWidget * )" + "virtual void unpolish ( QApplication * )") + (("QStyledItemDelegate" . "QAbstractItemDelegate") + "virtual QString displayText ( const QVariant & , const QLocale & ) const" + "virtual void initStyleOption ( QStyleOptionViewItem * , const QModelIndex & ) const" + "virtual QWidget * createEditor ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void paint ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void setEditorData ( QWidget * , const QModelIndex & ) const" + "virtual void setModelData ( QWidget * , QAbstractItemModel * , const QModelIndex & ) const" + "virtual QSize sizeHint ( const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void updateEditorGeometry ( QWidget * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual bool editorEvent ( QEvent * , QAbstractItemModel * , const QStyleOptionViewItem & , const QModelIndex & )" + "virtual bool eventFilter ( QObject * , QEvent * )") + (("QSvgRenderer" . "QObject")) + (("QSvgWidget" . "QWidget") + "virtual QSize sizeHint () const" + "virtual void paintEvent ( QPaintEvent * )") + (("QSwipeGesture" . "QGesture")) + (("QSyntaxHighlighter" . "QObject") + "virtual void highlightBlock ( const QString & ) = 0") + (("QSystemTrayIcon" . "QObject") + "virtual bool event ( QEvent * )") + (("QTabBar" . "QWidget") + "virtual QSize minimumTabSizeHint ( int ) const" + "virtual void tabInserted ( int )" + "virtual void tabLayoutChange ()" + "virtual void tabRemoved ( int )" + "virtual QSize tabSizeHint ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QTabWidget" . "QWidget") + "virtual void tabInserted ( int )" + "virtual void tabRemoved ( int )" + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QTableView" . "QAbstractItemView") + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setRootIndex ( const QModelIndex & )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual void currentChanged ( const QModelIndex & , const QModelIndex & )" + "virtual int horizontalOffset () const" + "virtual bool isIndexHidden ( const QModelIndex & ) const" + "virtual QModelIndex moveCursor ( CursorAction , Qt::KeyboardModifiers )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual QModelIndexList selectedIndexes () const" + "virtual void selectionChanged ( const QItemSelection & , const QItemSelection & )" + "virtual void setSelection ( const QRect & , QItemSelectionModel::SelectionFlags )" + "virtual int sizeHintForColumn ( int ) const" + "virtual int sizeHintForRow ( int ) const" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void updateGeometries ()" + "virtual int verticalOffset () const" + "virtual QStyleOptionViewItem viewOptions () const" + "virtual QSize viewportSizeHint () const") + (("QTableWidget" . "QTableView") + "virtual bool dropMimeData ( int , int , const QMimeData * , Qt::DropAction )" + "virtual QMimeData * mimeData ( const QList & ) const" + "virtual QStringList mimeTypes () const" + "virtual Qt::DropActions supportedDropActions () const" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )") + (("QTapAndHoldGesture" . "QGesture")) + (("QTapGesture" . "QGesture")) + (("QTcpServer" . "QObject") + "virtual bool hasPendingConnections () const" + "virtual QTcpSocket * nextPendingConnection ()") + (("QTcpSocket" . "QAbstractSocket")) + (("QTextBlockGroup" . "QTextObject") + "virtual void blockFormatChanged ( const QTextBlock & )" + "virtual void blockInserted ( const QTextBlock & )" + "virtual void blockRemoved ( const QTextBlock & )") + (("QTextBrowser" . "QTextEdit") + "virtual QVariant loadResource ( int , const QUrl & )" + "virtual bool event ( QEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QTextDocument" . "QObject") + "virtual void clear ()" + "virtual QTextObject * createObject ( const QTextFormat & )" + "virtual QVariant loadResource ( int , const QUrl & )") + (("QTextEdit" . "QAbstractScrollArea") + "virtual QVariant loadResource ( int , const QUrl & )" + "virtual bool canInsertFromMimeData ( const QMimeData * ) const" + "virtual QMimeData * createMimeDataFromSelection () const" + "virtual void insertFromMimeData ( const QMimeData * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual void changeEvent ( QEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void scrollContentsBy ( int , int )" + "virtual void showEvent ( QShowEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QTextFrame" . "QTextObject")) + (("QTextList" . "QTextBlockGroup")) + (("QTextObject" . "QObject")) + (("QTextTable" . "QTextFrame")) + (("QTimeEdit" . "QDateTimeEdit")) + (("QTimeLine" . "QObject") + "virtual qreal valueForTime ( int ) const" + "virtual void timerEvent ( QTimerEvent * )") + (("QTimer" . "QObject") + "virtual void timerEvent ( QTimerEvent * )") + (("QToolBar" . "QWidget") + "virtual void actionEvent ( QActionEvent * )" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )") + (("QToolBox" . "QFrame") + "virtual void itemInserted ( int )" + "virtual void itemRemoved ( int )" + "virtual void changeEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QToolButton" . "QAbstractButton") + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void actionEvent ( QActionEvent * )" + "virtual void changeEvent ( QEvent * )" + "virtual void enterEvent ( QEvent * )" + "virtual bool event ( QEvent * )" + "virtual bool hitButton ( const QPoint & ) const" + "virtual void leaveEvent ( QEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void nextCheckState ()" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void timerEvent ( QTimerEvent * )") + (("QTranslator" . "QObject") + "virtual bool isEmpty () const" + "virtual QString translate ( const char * , const char * , const char * = 0 , int = -1 ) const") + (("QTreeView" . "QAbstractItemView") + "virtual void drawBranches ( QPainter * , const QRect & , const QModelIndex & ) const" + "virtual void drawRow ( QPainter * , const QStyleOptionViewItem & , const QModelIndex & ) const" + "virtual void dataChanged ( const QModelIndex & , const QModelIndex & , const QVector & = QVector () )" + "virtual QModelIndex indexAt ( const QPoint & ) const" + "virtual void keyboardSearch ( const QString & )" + "virtual void reset ()" + "virtual void scrollTo ( const QModelIndex & , ScrollHint = EnsureVisible )" + "virtual void selectAll ()" + "virtual void setModel ( QAbstractItemModel * )" + "virtual void setRootIndex ( const QModelIndex & )" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual QRect visualRect ( const QModelIndex & ) const" + "virtual void currentChanged ( const QModelIndex & , const QModelIndex & )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual int horizontalOffset () const" + "virtual bool isIndexHidden ( const QModelIndex & ) const" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual QModelIndex moveCursor ( CursorAction , Qt::KeyboardModifiers )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void rowsAboutToBeRemoved ( const QModelIndex & , int , int )" + "virtual void rowsInserted ( const QModelIndex & , int , int )" + "virtual void scrollContentsBy ( int , int )" + "virtual QModelIndexList selectedIndexes () const" + "virtual void selectionChanged ( const QItemSelection & , const QItemSelection & )" + "virtual void setSelection ( const QRect & , QItemSelectionModel::SelectionFlags )" + "virtual int sizeHintForColumn ( int ) const" + "virtual void timerEvent ( QTimerEvent * )" + "virtual void updateGeometries ()" + "virtual int verticalOffset () const" + "virtual bool viewportEvent ( QEvent * )" + "virtual QSize viewportSizeHint () const" + "virtual QRegion visualRegionForSelection ( const QItemSelection & ) const") + (("QTreeWidget" . "QTreeView") + "virtual bool dropMimeData ( QTreeWidgetItem * , int , const QMimeData * , Qt::DropAction )" + "virtual QMimeData * mimeData ( const QList & ) const" + "virtual QStringList mimeTypes () const" + "virtual Qt::DropActions supportedDropActions () const" + "virtual void setSelectionModel ( QItemSelectionModel * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual bool event ( QEvent * )") + (("QUdpSocket" . "QAbstractSocket")) + (("QUndoGroup" . "QObject")) + (("QUndoStack" . "QObject")) + (("QUndoView" . "QListView")) + (("QVBoxLayout" . "QBoxLayout")) + (("QValidator" . "QObject") + "virtual void fixup ( QString & ) const" + "virtual State validate ( QString & , int & ) const = 0") + (("QVariantAnimation" . "QAbstractAnimation") + "virtual QVariant interpolated ( const QVariant & , const QVariant & , qreal ) const" + "virtual void updateCurrentValue ( const QVariant & )" + "virtual int duration () const" + "virtual bool event ( QEvent * )" + "virtual void updateCurrentTime ( int )" + "virtual void updateState ( QAbstractAnimation::State , QAbstractAnimation::State )") + (("QWebFrame" . "QObject") + "virtual bool event ( QEvent * )") + (("QWebHistoryInterface" . "QObject") + "virtual void addHistoryEntry ( const QString & ) = 0" + "virtual bool historyContains ( const QString & ) const = 0") + (("QWebInspector" . "QWidget") + "virtual bool event ( QEvent * )" + "virtual QSize sizeHint () const" + "virtual void closeEvent ( QCloseEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )") + (("QWebPage" . "QObject") + "virtual bool extension ( Extension , const ExtensionOption * = 0 , ExtensionReturn * = 0 )" + "virtual bool shouldInterruptJavaScript ()" + "virtual bool supportsExtension ( Extension ) const" + "virtual void triggerAction ( WebAction , bool = false )" + "virtual bool acceptNavigationRequest ( QWebFrame * , const QNetworkRequest & , NavigationType )" + "virtual QString chooseFile ( QWebFrame * , const QString & )" + "virtual QObject * createPlugin ( const QString & , const QUrl & , const QStringList & , const QStringList & )" + "virtual QWebPage * createWindow ( WebWindowType )" + "virtual void javaScriptAlert ( QWebFrame * , const QString & )" + "virtual bool javaScriptConfirm ( QWebFrame * , const QString & )" + "virtual void javaScriptConsoleMessage ( const QString & , int , const QString & )" + "virtual bool javaScriptPrompt ( QWebFrame * , const QString & , const QString & , QString * )" + "virtual QString userAgentForUrl ( const QUrl & ) const" + "virtual bool event ( QEvent * )") + (("QWebPluginFactory" . "QObject") + "virtual QObject * create ( const QString & , const QUrl & , const QStringList & , const QStringList & ) const = 0" + "virtual QList plugins () const = 0" + "virtual void refreshPlugins ()") + (("QWebView" . "QWidget") + "virtual QWebView * createWindow ( QWebPage::WebWindowType )" + "virtual bool event ( QEvent * )" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize sizeHint () const" + "virtual void changeEvent ( QEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void wheelEvent ( QWheelEvent * )") + (("QWidget" . "QObject") + "virtual bool hasHeightForWidth () const" + "virtual int heightForWidth ( int ) const" + "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" + "virtual QSize minimumSizeHint () const" + "virtual QSize sizeHint () const" + "virtual void actionEvent ( QActionEvent * )" + "virtual void changeEvent ( QEvent * )" + "virtual void closeEvent ( QCloseEvent * )" + "virtual void contextMenuEvent ( QContextMenuEvent * )" + "virtual void dragEnterEvent ( QDragEnterEvent * )" + "virtual void dragLeaveEvent ( QDragLeaveEvent * )" + "virtual void dragMoveEvent ( QDragMoveEvent * )" + "virtual void dropEvent ( QDropEvent * )" + "virtual void enterEvent ( QEvent * )" + "virtual void focusInEvent ( QFocusEvent * )" + "virtual bool focusNextPrevChild ( bool )" + "virtual void focusOutEvent ( QFocusEvent * )" + "virtual void hideEvent ( QHideEvent * )" + "virtual void inputMethodEvent ( QInputMethodEvent * )" + "virtual void keyPressEvent ( QKeyEvent * )" + "virtual void keyReleaseEvent ( QKeyEvent * )" + "virtual void leaveEvent ( QEvent * )" + "virtual void mouseDoubleClickEvent ( QMouseEvent * )" + "virtual void mouseMoveEvent ( QMouseEvent * )" + "virtual void mousePressEvent ( QMouseEvent * )" + "virtual void mouseReleaseEvent ( QMouseEvent * )" + "virtual void moveEvent ( QMoveEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )" + "virtual void showEvent ( QShowEvent * )" + "virtual void tabletEvent ( QTabletEvent * )" + "virtual void wheelEvent ( QWheelEvent * )" + "virtual bool event ( QEvent * )" + "virtual void initPainter ( QPainter * ) const" + "virtual int metric ( PaintDeviceMetric ) const") + (("QWidgetAction" . "QAction") + "virtual QWidget * createWidget ( QWidget * )" + "virtual void deleteWidget ( QWidget * )" + "virtual bool event ( QEvent * )" + "virtual bool eventFilter ( QObject * , QEvent * )") + (("QWizard" . "QDialog") + "virtual int nextId () const" + "virtual bool validateCurrentPage ()" + "virtual void cleanupPage ( int )" + "virtual void initializePage ( int )" + "virtual void setVisible ( bool )" + "virtual QSize sizeHint () const" + "virtual void done ( int )" + "virtual bool event ( QEvent * )" + "virtual void paintEvent ( QPaintEvent * )" + "virtual void resizeEvent ( QResizeEvent * )") + (("QWizardPage" . "QWidget") + "virtual void cleanupPage ()" + "virtual void initializePage ()" + "virtual bool isComplete () const" + "virtual int nextId () const" + "virtual bool validatePage ()") +)) diff --git a/helper/share.lisp b/helper/share.lisp new file mode 100644 index 0000000..d78862e --- /dev/null +++ b/helper/share.lisp @@ -0,0 +1,17 @@ +(defparameter *qt-documentation-path* "~/doc-qt5-txt/") +(defparameter *not-found* 0) + +(defun doc-file (class) + (format nil "~A~(~A~).txt" *qt-documentation-path* class)) + +(unless (probe-file (doc-file "QWidget")) + (error "Please set the *qt-documentation-path* first") + (ext:quit)) + +(defun search* (str1 str2 &optional (start 0)) + (search str1 str2 :test 'string-equal :start2 start)) + +(defun sort-names (names) + (sort (remove-duplicates names :test 'string=) + 'string< + :key (lambda (str) (string-trim "=/" str)))) diff --git a/my_app/README.txt b/my_app/README.txt new file mode 100644 index 0000000..4c507a9 --- /dev/null +++ b/my_app/README.txt @@ -0,0 +1,21 @@ +HOWTO +===== + + +Prepare: + + - in "make.lisp", add all of your lisp files to *lisp-files* (see "lisp/") + + - adapt main.cpp (translations, initial Lisp form to evaluate, package name). + + +Build: + + remove "tmp/" (if present) + + eql5 make + qmake + make (MSVC: nmake) + + +Now you should find a "my_app" executable. diff --git a/my_app/eql-lrelease b/my_app/eql-lrelease new file mode 100755 index 0000000..8ac2234 --- /dev/null +++ b/my_app/eql-lrelease @@ -0,0 +1 @@ +lrelease eql_es.ts \ No newline at end of file diff --git a/my_app/eql-lrelease.bat b/my_app/eql-lrelease.bat new file mode 100755 index 0000000..8ac2234 --- /dev/null +++ b/my_app/eql-lrelease.bat @@ -0,0 +1 @@ +lrelease eql_es.ts \ No newline at end of file diff --git a/my_app/eql-lupdate b/my_app/eql-lupdate new file mode 100755 index 0000000..afb5979 --- /dev/null +++ b/my_app/eql-lupdate @@ -0,0 +1 @@ +lupdate tr.h lisp/my.ui -ts eql_es.ts diff --git a/my_app/eql-lupdate.bat b/my_app/eql-lupdate.bat new file mode 100755 index 0000000..afb5979 --- /dev/null +++ b/my_app/eql-lupdate.bat @@ -0,0 +1 @@ +lupdate tr.h lisp/my.ui -ts eql_es.ts diff --git a/my_app/lisp/my.lisp b/my_app/lisp/my.lisp new file mode 100644 index 0000000..1fcc4dd --- /dev/null +++ b/my_app/lisp/my.lisp @@ -0,0 +1,17 @@ +(defpackage :example + (:use :common-lisp :eql) + (:export + #:start)) + +(in-package :example) + +(defparameter *alarm* 11) + +(defun start () + (! "show" (qnew "QLabel" + "text" (tr (format nil "

~A ~{~R~^ ~},
I want to sleep until ~R." + (string-capitalize (format nil "~R" 1)) + (loop for i from 2 to 7 collect i) + *alarm*)) + "alignment" |Qt.AlignCenter| + "margin" 10))) diff --git a/my_app/lisp/my.ui b/my_app/lisp/my.ui new file mode 100644 index 0000000..4bc0f90 --- /dev/null +++ b/my_app/lisp/my.ui @@ -0,0 +1,18 @@ + + main + + + + 0 + 0 + 400 + 300 + + + + Example + + + + + diff --git a/my_app/main.cpp b/my_app/main.cpp new file mode 100644 index 0000000..3524f09 --- /dev/null +++ b/my_app/main.cpp @@ -0,0 +1,41 @@ +#include +#include +#include +#include +#include +#include "eql.h" + +extern "C" void ini_app(cl_object); + +int catch_all_qexec() { + int ret = 0; + CL_CATCH_ALL_BEGIN(ecl_process_env()) { + ret = QApplication::exec(); } + CL_CATCH_ALL_END; + return ret; } + +int main(int argc, char** argv) { + + EQL::ini(argv); // best initialized here + + QApplication qapp(argc, argv); + + QTextCodec* utf8 = QTextCodec::codecForName("UTF-8"); + QTextCodec::setCodecForLocale(utf8); + + // Hint: use QSettings or similar to store your language settings. + // It is put here because it must load _before_ the Lisp code is executed. + // You'll probably find a more elegant solution by yourself. + QString language("es"); // example: spanish + QTranslator tr, trQt; + if(tr.load("eql_" + language)) { + qapp.installTranslator(&tr); + if(trQt.load("qt_" + language)) { + qapp.installTranslator(&trQt); }} + + EQL eql; + eql.exec(ini_app, // see make.lisp + "(start)", // initial form to be evaluated (optional) + "example"); // package name (optional) + + return catch_all_qexec(); } // closing the main/last window will quit the program diff --git a/my_app/make.lisp b/my_app/make.lisp new file mode 100644 index 0000000..8e129f5 --- /dev/null +++ b/my_app/make.lisp @@ -0,0 +1,26 @@ +#-eql5 +(error "Please use the EQL5 executable (see README)") + +(require :cmp) + +(load "tr") + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *lisp-files* + (list "my") + "All Lisp files of the application.") + +(dolist (f *lisp-files*) + (let ((file (format nil "lisp/~A" f))) + (load file) + (compile-file file :system-p t))) + +(c:build-static-library "my_lib" + :lisp-files (mapcar (lambda (file) + (format nil "lisp/~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_app") + +(eql:qq) diff --git a/my_app/my_app.pro b/my_app/my_app.pro new file mode 100644 index 0000000..6f60c03 --- /dev/null +++ b/my_app/my_app.pro @@ -0,0 +1,13 @@ +QT += widgets printsupport uitools +TEMPLATE = app +CONFIG += no_keywords release +INCLUDEPATH += ../src +LIBS += -lecl -L. -lmy_lib -L.. -leql5 +TARGET = my_app +DESTDIR = ./ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(../src/windows.pri) + +SOURCES += main.cpp diff --git a/my_app/tr.lisp b/my_app/tr.lisp new file mode 100644 index 0000000..dda7fd6 --- /dev/null +++ b/my_app/tr.lisp @@ -0,0 +1,26 @@ +(defpackage :eql-tr + (:use :common-lisp :eql)) + +(in-package :eql-tr) + +(defparameter *sources* (make-hash-table :test 'equal)) + +(progn + (when (probe-file "tr.h") + (delete-file "tr.h")) + (define-compiler-macro tr (&whole form src &optional con (n -1)) + (let* ((source (ignore-errors (eval src))) + (context* (ignore-errors (eval con))) + (context (if (stringp context*) + context* + (file-namestring *compile-file-truename*)))) + (with-open-file (out "tr.h" :direction :output :if-exists :append :if-does-not-exist :create) + (if (stringp source) + (unless (gethash (cons source context) *sources*) + (setf (gethash (cons source context) *sources*) t) + (format out "QCoreApplication::translate(~S, ~S, 0~A);~%" + context + source + (if (= -1 n) "" (format nil ", ~D" n)))) + (error (format nil "[TR: error] ~S from context ~S doesn't evaluate to a string" src context))))) + form)) diff --git a/slime/README.txt b/slime/README.txt new file mode 100644 index 0000000..b23aea1 --- /dev/null +++ b/slime/README.txt @@ -0,0 +1,5 @@ +Please note that you need to delete "thread-safe.fas*" manually +on every upgrade of either ECL or EQL. + +It will then be compiled automatically next time you use Slime. + diff --git a/slime/eql-start-swank.lisp b/slime/eql-start-swank.lisp new file mode 100644 index 0000000..b386e1c --- /dev/null +++ b/slime/eql-start-swank.lisp @@ -0,0 +1,24 @@ +;;; This file is intended to be loaded by an implementation to +;;; get a running swank server +;;; e.g. ecl -load start-swank.lisp +;;; +;;; Default port is 4005 + +;;; For additional swank-side configurations see +;;; 6.2 section of the Slime user manual. + +(load (merge-pathnames "swank-loader.lisp" *load-truename*)) + +(swank-loader:init + :delete nil ; delete any existing SWANK packages + :reload nil ; reload SWANK, even if the SWANK package already exists + :load-contribs nil) ; load all contribs + +;; uncomment for Slime mode "REPL Hook" +;; (setf eql:*slime-mode* :repl-hook) + +(mp:process-run-function :swank (lambda () + (swank:create-server + :port 4005 + :dont-close t))) ; allow to quit/restart Emacs without affecting running EQL programs + diff --git a/slime/old/process-qt-events.lisp b/slime/old/process-qt-events.lisp new file mode 100644 index 0000000..ca436ad --- /dev/null +++ b/slime/old/process-qt-events.lisp @@ -0,0 +1,18 @@ +;;; Original code taken from "swank-backend.lisp" +;;; (this is a hack) + +(in-package :swank-backend) + +(defimplementation wait-for-input (streams &optional timeout) + (if (null (cdr streams)) + (wait-for-one-stream (car streams) timeout) + (wait-for-streams streams timeout))) + +(defun wait-for-streams (streams timeout) + (loop + (when (check-slime-interrupts) (return :interrupt)) + (let ((ready (remove-if-not #'stream-readable-p streams))) + (when ready (return ready))) + (when timeout (return nil)) + (eql:qsleep 0.1))) ; instead of (sleep 0.1) + diff --git a/slime/repl-hook.lisp b/slime/repl-hook.lisp new file mode 100644 index 0000000..0108455 --- /dev/null +++ b/slime/repl-hook.lisp @@ -0,0 +1,31 @@ +;;; +;;; This is a less convenient Slime mode using a REPL eval hook, +;;; with the advantage of running all EQL functions natively. +;;; +;;; (See "thread-safe.lisp" for the default Slime mode.) + +(in-package :eql) + +(setf *slime-mode* :repl-hook) + +(defun %qeval (form) + (multiple-value-bind (values package) + (qrun-in-gui-thread* + (values (multiple-value-list + (with-simple-restart (abort "Return to SLIME's top level.") + (eval (subst 'identity 'qeval form)))) + *package*)) + (finish-output) + (setf *package* package) + (values-list values))) + +(defmacro qeval (&rest forms) + (if *load-pathname* ; ignore QEVAL when loading a file (from the Slime REPL) + (if (second forms) + (cons 'progn forms) + (first forms)) + `(%qeval (quote ,(if (second forms) + (cons 'progn forms) + (first forms)))))) + +(push '%qeval swank::*slime-repl-eval-hooks*) diff --git a/slime/thread-safe.lisp b/slime/thread-safe.lisp new file mode 100644 index 0000000..cbfcc96 --- /dev/null +++ b/slime/thread-safe.lisp @@ -0,0 +1,118 @@ +;;; +;;; SIMPLE AND SAFE SLIME MODE +;;; ========================== +;;; +;;; Loading this file before loading EQL code guarantees running EQL functions in the GUI thread. +;;; +;;; This means that we don't need a Slime REPL-hook, making it safe to evaluate any EQL code in +;;; Slime, both on the REPL and using 'eval-region'. +;;; +;;; The only drawback is a little more consing for every EQL function call, but allowing to safely +;;; call GUI functions from any ECL thread. +;;; +;;; Note also that wrapping functions in QRUN* is basically the same as a direct call, if called +;;; from the ECL main thread (GUI thread), so it will add almost no overhead. +;;; Since most EQL function calls are driven by the Qt event loop anyway, you won't even notice +;;; the presence of macro QRUN* (performance wise). +;;; + +(in-package :eql) + +(setf *slime-mode* :thread-safe) + +(defmacro wrap-in-qrun* (names &rest arguments) + (let* ((fun (if (atom names) names (first names))) + (alias (unless (atom names) (second names))) + (orig (intern (format nil "%~A-ORIG%" (string-left-trim "%" (symbol-name fun)))))) + `(progn + (defvar ,orig (symbol-function ',fun)) ; hold a reference to original + (setf (symbol-function ',orig) ,orig) + (defun ,fun (,@arguments) ; re-define function + (qrun* ,(if arguments + `(,orig ,@(remove '&optional (mapcar (lambda (x) (if (atom x) x (first x))) + arguments))) + `(,orig)))) + ,(when alias + `(setf (symbol-function ',alias) #',fun))))) + +(wrap-in-qrun* + %qnew-instance name arguments) + +(wrap-in-qrun* + %qinvoke-method object cast function arguments) + +(wrap-in-qrun* + (qproperty qget) object name) + +(wrap-in-qrun* + (qset-property qset) object name value) + +(wrap-in-qrun* + %qconnect caller signal receiver slot) + +(wrap-in-qrun* + %qdisconnect caller signal receiver slot) + +(wrap-in-qrun* + qoverride object name function) + +(wrap-in-qrun* + qadd-event-filter object event function) + +(wrap-in-qrun* + %qapropos search class type) + +(wrap-in-qrun* + qcall-default) + +(wrap-in-qrun* + qclear-event-filters) + +(wrap-in-qrun* + qcopy object) + +(wrap-in-qrun* + %qdelete object later) + +(wrap-in-qrun* + %qexec milliseconds) + +(wrap-in-qrun* + qexit) + +(wrap-in-qrun* + qgui &optional process-events) + +(wrap-in-qrun* + %qload-c++ library-name unload) + +(wrap-in-qrun* + qload-ui file-name) + +(wrap-in-qrun* + (qmessage-box qmsg) x) + +(wrap-in-qrun* + qprocess-events) + +(wrap-in-qrun* + qproperties object &optional (depth 1)) + +(wrap-in-qrun* + (qquit qq) &optional (exit-status 0) (kill-all-threads t)) + +(wrap-in-qrun* + qremove-event-filter handle) + +(wrap-in-qrun* + %qrequire name quiet) + +(wrap-in-qrun* + (qselect qsel) &optional on-selected) + +(wrap-in-qrun* + qset-null object) + +(wrap-in-qrun* + %qsingle-shot milliseconds function) + diff --git a/src/dyn_object.cpp b/src/dyn_object.cpp new file mode 100644 index 0000000..0a9a3ec --- /dev/null +++ b/src/dyn_object.cpp @@ -0,0 +1,79 @@ +// copyright (c) Polos Ruetz + +#include "dyn_object.h" +#include "ecl_fun.h" +#include +#include +#include + +int DynObject::event_filter_handle = 0; // will never be reset to 0 to avoid subtle bugs +QObject* DynObject::currentSender = 0; + +DynObject::DynObject(QObject* par) : QObject(par), filters(false) { + qApp->installEventFilter(this); } + +int DynObject::qt_metacall(QMetaObject::Call c, int id, void** args) { + if((QMetaObject::InvokeMetaMethod == c) && (id < functions.size())) { + currentSender = senders.at(id); + callConnectFun(functions.at(id), types.at(id), args); } + return -1; } + +bool DynObject::connect(QObject* from, const char* signal, DynObject* dyn, void* fun) { + int id_sig = from->metaObject()->indexOfSignal(signal + 1); + if(id_sig != -1) { + int id_slot = dyn->functions.size(); + dyn->functions << fun; + dyn->types << from->metaObject()->method(id_sig).parameterTypes(); + dyn->senders << from; + return QMetaObject::connect(from, id_sig, dyn, id_slot); } + return false; } + +bool DynObject::disconnect(QObject* from, const char* signal, DynObject* dyn, void* fun) { + int id_sig = signal ? from->metaObject()->indexOfSignal(signal + 1) : -1; + int id_slot = -1; + bool ok = false; + Q_FOREACH(void* curr, dyn->functions) { + ++id_slot; + if(curr == fun) { + dyn->functions[id_slot] = 0; + dyn->types[id_slot].clear(); + dyn->senders[id_slot] = 0; + if(QMetaObject::disconnect(from, id_sig, dyn, id_slot)) { + ok = true; }}} + return ok; } + +int DynObject::addEventFilter(QObject* obj, int type, void* fun) { + filters = true; + ev_ids << ++event_filter_handle; + ev_types << type; + ev_funs << fun; + ev_objects << obj; + return event_filter_handle; } + +bool DynObject::removeEventFilter(int id) { + int i = ev_ids.indexOf(id); + if(i != -1) { + ev_ids.remove(i); + ev_types.remove(i); + ev_funs.remove(i); + ev_objects.remove(i); + if(!ev_ids.size()) { + filters = false; } + return true; } + return false; } + +void DynObject::clearEventFilters() { + filters = false; + ev_ids.clear(); + ev_types.clear(); + ev_funs.clear(); + ev_objects.clear(); } + +bool DynObject::eventFilter(QObject* obj, QEvent* ev) { + if(filters && obj->isWidgetType()) { + for(int i = 0; i < ev_objects.size(); ++i) { + if(!ev_objects.at(i) || (obj == ev_objects.at(i))) { + if(ev->type() == ev_types.at(i)) { + if(callEventFun(ev_funs.at(i), obj, ev)) { + return true; }}}}} + return QObject::eventFilter(obj, ev); } diff --git a/src/dyn_object.h b/src/dyn_object.h new file mode 100644 index 0000000..3cc5b29 --- /dev/null +++ b/src/dyn_object.h @@ -0,0 +1,43 @@ +// copyright (c) Polos Ruetz + +#ifndef DYN_OBJECT_H +#define DYN_OBJECT_H + +#include +#include +#include + +QT_BEGIN_NAMESPACE + +typedef QList StrList; + +class DynObject: public QObject { + // no Q_OBJECT: custom connect, disconnect, qt_metacall +public: + DynObject(QObject* par = 0); + + static int event_filter_handle; + static QObject* currentSender; + + bool filters; + QList functions; + QList types; + QList senders; + QVector ev_ids; + QVector ev_types; + QVector ev_funs; + QVector ev_objects; + + static bool connect(QObject*, const char*, DynObject*, void*); + static bool disconnect(QObject*, const char*, DynObject*, void*); + + int qt_metacall(QMetaObject::Call, int, void**); + int addEventFilter(QObject*, int, void*); + bool removeEventFilter(int); + void clearEventFilters(); + bool eventFilter(QObject*, QEvent*); +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/ecl_fun.cpp b/src/ecl_fun.cpp new file mode 100644 index 0000000..1676491 --- /dev/null +++ b/src/ecl_fun.cpp @@ -0,0 +1,2810 @@ +// copyright (c) Polos Ruetz + +#include "ecl_fun.h" +#include "eql.h" +#include "dyn_object.h" +#include "gen/_lobjects.h" +#include "ui_loader.h" +#include "single_shot.h" +#include + +QT_BEGIN_NAMESPACE + +// switches +static bool _check_argument_types_ = true; +static bool _garbage_collection_ = true; + +static const char SIG = '2'; +static const char SLO = '1'; +static bool _ok_ = false; +static StrList _cstring_buffer_; +static const QMetaObject* staticQtMetaObject = QtMetaObject::get(); + +META_TYPE (T_bool_ok_pointer, bool*) +META_TYPE (T_QFileInfo, QFileInfo) +META_TYPE (T_QFileInfoList, QFileInfoList) +META_TYPE (T_QGradient, QGradient) +META_TYPE (T_QGradientStop, QGradientStop) +META_TYPE (T_QList_QAbstractAnimation, QList) +META_TYPE (T_QList_QAbstractButton, QList) +META_TYPE (T_QList_QAbstractState, QList) +META_TYPE (T_QList_QAction, QList) +META_TYPE (T_QList_QByteArray, QList) +META_TYPE (T_QList_QDockWidget, QList) +META_TYPE (T_QList_QGesture, QList) +META_TYPE (T_QList_QGraphicsItem, QList) +META_TYPE (T_QList_QGraphicsTransform, QList) +META_TYPE (T_QList_QGraphicsView, QList) +META_TYPE (T_QList_QGraphicsWidget, QList) +META_TYPE (T_QList_QKeySequence, QList) +META_TYPE (T_QList_QListWidgetItem, QList) +META_TYPE (T_QList_QMdiSubWindow, QList) +META_TYPE (T_QModelIndexList, QModelIndexList) +META_TYPE (T_QList_QObject, QList) +META_TYPE (T_QObjectList, QObjectList) +META_TYPE (T_QList_QPolygonF, QList) +META_TYPE (T_QList_QSize, QList) +META_TYPE (T_QList_QStandardItem, QList) +META_TYPE (T_QList_QTableWidgetItem, QList) +META_TYPE (T_QList_QTableWidgetSelectionRange, QList) +META_TYPE (T_QList_QTextBlock, QList) +META_TYPE (T_QList_QTextEdit_ExtraSelection, QList) +META_TYPE (T_QList_QTextFrame, QList) +META_TYPE (T_QList_QTreeWidgetItem, QList) +META_TYPE (T_QList_QUndoStack, QList) +META_TYPE (T_QList_QUrl, QList) +META_TYPE (T_QList_QWidget, QList) +META_TYPE (T_QWidgetList, QWidgetList) +META_TYPE (T_QList_int, QList) +META_TYPE (T_QList_qreal, QList) +META_TYPE (T_QMargins, QMargins) +META_TYPE (T_QModelIndex, QModelIndex) +META_TYPE (T_QPainterPath, QPainterPath) +META_TYPE (T_QPolygonF, QPolygonF) +META_TYPE (T_QRgb, QRgb) +META_TYPE (T_QTableWidgetSelectionRange, QTableWidgetSelectionRange) +META_TYPE (T_QTextBlock, QTextBlock) +META_TYPE (T_QTextBlockFormat, QTextBlockFormat) +META_TYPE (T_QTextCharFormat, QTextCharFormat) +META_TYPE (T_QTextFrameFormat, QTextFrameFormat) +META_TYPE (T_QTextListFormat, QTextListFormat) +META_TYPE (T_QTextCursor, QTextCursor) +META_TYPE (T_QTextDocumentFragment, QTextDocumentFragment) +META_TYPE (T_QTextLine, QTextLine) +META_TYPE (T_QTextOption, QTextOption) +META_TYPE (T_QVector_QGradientstop, QVector) +META_TYPE (T_QVector_QLine, QVector) +META_TYPE (T_QVector_QLineF, QVector) +META_TYPE (T_QVector_QPoint, QVector) +META_TYPE (T_QVector_QPointF, QVector) +META_TYPE (T_QVector_QRect, QVector) +META_TYPE (T_QVector_QRectF, QVector) +META_TYPE (T_QVector_QRgb, QVector) +META_TYPE (T_QVector_QTextFormat, QVector) +META_TYPE (T_QVector_QTextLength, QVector) +META_TYPE (T_QVector_qreal, QVector) +META_TYPE (T_WId, WId) + +void iniCLFunctions() { + cl_object eql(STRING("EQL")); + if(cl_find_package(eql) == Cnil) { + cl_make_package(1, eql); } + si_select_package(eql); + DEFUN ("%error-msg", error_msg2, 2) + DEFUN ("%make-qimage/dangerous", make_qimage_dangerous, 5) + DEFUN ("no-qexec", no_qexec, 0) + DEFUN ("qadd-event-filter", qadd_event_filter, 3) + DEFUN ("%qapropos", qapropos2, 3) + DEFUN ("qapp", qapp, 0) + DEFUN ("qcall-default", qcall_default, 0) + DEFUN ("qclear-event-filters", qclear_event_filters, 0) + DEFUN ("%qconnect", qconnect2, 4) + DEFUN ("qcopy", qcopy, 1) + DEFUN ("%qdelete", qdelete2, 2) + DEFUN ("%qdisconnect", qdisconnect2, 4) + DEFUN ("%qenums", qenums2, 2) + DEFUN ("qescape", qescape, 1) + DEFUN ("%qexec", qexec2, 1) + DEFUN ("qexit", qexit, 0) + DEFUN ("qfind-child", qfind_child, 2) + DEFUN ("%qfind-children", qfind_children2, 3) + DEFUN ("qfrom-utf8", qfrom_utf8, 1) + DEFUN ("qid", qid, 1) + DEFUN ("%qinvoke-method", qinvoke_method2, 4) + DEFUN ("%qload-c++", qload_cpp, 2) + DEFUN ("qload-ui", qload_ui, 1) + DEFUN ("qlocal8bit", qlocal8bit, 1) + DEFUN ("%qnew-instance", qnew_instance2, 2) + DEFUN ("%qobject-names", qobject_names2, 1) + DEFUN ("qok", qok, 0) + DEFUN ("qoverride", qoverride, 3) + DEFUN ("qprocess-events", qprocess_events, 0) + DEFUN ("qproperty", qproperty, 2) + DEFUN ("%qrequire", qrequire2, 2) + DEFUN ("qremove-event-filter", qremove_event_filter, 1) + DEFUN ("%qrun-in-gui-thread", qrun_in_gui_thread2, 2) + DEFUN ("qsender", qsender, 0) + DEFUN ("%qset-gc", qset_gc, 1) + DEFUN ("qset-property", qset_property, 3) + DEFUN ("%qsingle-shot", qsingle_shot2, 2) + DEFUN ("qstatic-meta-object", qstatic_meta_object, 1) + DEFUN ("qsuper-class-name", qsuper_class_name, 1) + DEFUN ("qtranslate", qtranslate, 3) + DEFUN ("qt-object-name", qt_object_name, 1) + DEFUN ("qt-object-?", qt_object_x, 1) + DEFUN ("%qui-class", qui_class2, 2) + DEFUN ("qui-names", qui_names, 1) + DEFUN ("qutf8", qutf8, 1) + DEFUN ("qversion", qversion, 0) } + +// QtObject methods + +QByteArray QtObject::idToClassName(int id) { + return (id > 0) ? LObjects::qNames.at(id - 1) : LObjects::nNames.at(-id - 1); } + +QByteArray QtObject::className() const { + return id ? idToClassName(id) : QByteArray("?"); } + + + +// *** utilities *** + +static QByteArray toCString(cl_object l_str) { + QByteArray ba; + if(ECL_STRINGP(l_str)) { + if(ECL_BASE_STRING_P(l_str)) { + ba = QByteArray((char*)l_str->base_string.self, l_str->base_string.fillp); } + else { + uint l = l_str->string.fillp; + ba.reserve(l); + ecl_character* l_s = l_str->string.self; + for(uint i = 0; i < l; ++i) { + ba[i] = l_s[i]; }}} + return ba; } + +static cl_object from_cstring(const QByteArray& s) { + cl_object l_s = ecl_alloc_simple_base_string(s.length()); + memcpy(l_s->base_string.self, s.constData(), s.length()); + return l_s; } + +static void type_msg(const QByteArray& wanted, const QByteArray& got) { + STATIC_SYMBOL (s_error_output, "*ERROR-OUTPUT*") + cl_format(4, + cl_symbol_value(s_error_output), + STRING("~%[EQL:typ] wanted <~A> got <~A>"), + from_cstring(wanted), + from_cstring(got.isEmpty() ? "no Qt object" : got)); } + +void error_msg(const char* fun, cl_object l_args) { + STATIC_SYMBOL_PKG (s_break_on_errors, "*BREAK-ON-ERRORS*", "EQL") + if(cl_symbol_value(s_break_on_errors) != Cnil) { + STATIC_SYMBOL_PKG (s_break, "%BREAK", "EQL") // see "lisp/ini.lisp" + cl_funcall(4, + s_break, + STRING("~%[EQL:err] ~A ~{~S~^ ~}~%"), + STRING(fun), + l_args); } + else { + STATIC_SYMBOL (s_error_output, "*ERROR-OUTPUT*") + cl_format(4, + cl_symbol_value(s_error_output), + STRING("~%[EQL:err] ~A ~{~S~^ ~}~%"), + STRING(fun), + l_args); }} + +cl_object error_msg2(cl_object l_fun, cl_object l_args) { // to be called from Lisp (see "lisp/ini.lisp") + ecl_process_env()->nvalues = 1; + error_msg(toCString(l_fun), l_args); + return Cnil; } + +static const QMetaObject* staticMetaObject(const QtObject& qt) { + return LObjects::staticMetaObject(QByteArray(), qt.id); } + +static const QMetaObject* methodMetaObject(const QtObject& qt) { + QObject* obj = qt.isQObject() ? LObjects::Q[qt.id - 1] : LObjects::N[-qt.id - 1]; + return obj ? obj->metaObject() : 0; } + +static const QMetaObject* methodMetaObjectFromName(const QByteArray& name, bool qobject) { + const QMetaObject* mo = 0; + int n = qobject ? LObjects::q_names.value(name, 0) : LObjects::n_names.value(name, 0); + if(n) { + QObject* o = qobject ? LObjects::Q[n - 1] : LObjects::N[n - 1]; + if(o) { + mo = o->metaObject(); }} + return mo; } + +static QByteArray superClassName(const QByteArray& name, bool* found = 0) { + QByteArray super; + if(LObjects::q_names.value(name, 0)) { + if(found) { + *found = true; } + const QMetaObject* moStatic = LObjects::staticMetaObject(name); + if(moStatic) { + const QMetaObject* mo = moStatic->superClass(); + if(mo) { + super = mo->className(); }}} + else if(LObjects::n_names.value(name, 0)) { + if(found) { + *found = true; } + super = LObjects::nObjectSuperClass(name); } + return super; } + +static bool inherits(const QByteArray& sub, const QByteArray& super) { + if(sub == super) { + return true; } + QByteArray upper(sub); + while(!(upper = superClassName(upper)).isEmpty()) { + // multiple inheritance exceptions (see "helper/multiple-inheritance.txt") + if("QGraphicsObject" == upper) { + if("QObject" == super) { + return true; } + upper = "QGraphicsItem"; } + if(upper == super) { + return true; }} + return false; } + +enum CallType { SignalOrSlot, Method, Static, Qt_EQL }; + +static IntList findMethodIndex(CallType type, const QByteArray& name, const QMetaObject* mo, int len) { + IntList method_i; + bool this_arg = (Method == type); + QByteArray search(name); + bool exact = true; + if(search.endsWith(')')) { + if(search.endsWith("...)")) { + exact = false; + search.truncate(search.length() - 4); + if(!search.endsWith(',')) { + search.append(','); }}} + else { + if(!len && !this_arg) { + if(search.endsWith('(')) { + search.append(')'); } + else { + search.append("()"); }} + else { + exact = false; }} + if(exact) { + int i = mo->indexOfMethod(search); + if(i != -1) { + method_i << i; }} + else { + if(!search.contains('(')) { + search.append('('); } + StrList candidates; + int min = ((SignalOrSlot == type) || (Qt_EQL == type)) ? 0 : mo->methodOffset(); + for(int i = mo->methodCount() - 1; i >= min; --i) { + QByteArray sig(mo->method(i).methodSignature()); + int len_args = sig.count(','); + if(!this_arg) { + if(!sig.endsWith("()")) { + ++len_args; }} + if(len_args == len) { + if(sig.startsWith(search)) { + method_i << i; + candidates << sig; }}} + // eliminate ambiguous ...F float 'primitive' argument lists by simply choosing the float one + // (of course this can be overridden by simply providing the non float argument list) + if(candidates.size() > 1) { + IntList mi, mi_F; + for(int i = 0; i < candidates.size(); i++) { + QByteArray sig(candidates.at(i)); + if(sig.contains("QPointF") || + sig.contains("QLineF") || + sig.contains("QRectF") || + sig.contains("QSizeF") || + sig.contains("QPolygonF")) { + mi_F << method_i.at(i); } + else + if(sig.contains("QPoint") || + sig.contains("QLine") || + sig.contains("QRect") || + sig.contains("QSize") || + sig.contains("QPolygon")) { + mi << method_i.at(i); }} + if(mi_F.size() && mi.size()) { + IntList mi_ok; + Q_FOREACH(int i, method_i) { + if(!mi.contains(i)) { + mi_ok << i; }} + method_i = mi_ok; }}} + return method_i; } + +static cl_object q_keyword() { + STATIC_SYMBOL_PKG (s_q, "Q", "KEYWORD") + return s_q; } + +static cl_object qt_keyword() { + STATIC_SYMBOL_PKG (s_qt, "QT", "KEYWORD") + return s_qt; } + +static cl_object make_vector() { + STATIC_SYMBOL_PKG (s_make_vector, "%MAKE-VECTOR", "EQL") // see "lisp/ini.lisp" + cl_object l_vector = cl_funcall(1, s_make_vector); + return l_vector; } + + + +// *** type conversions *** + +template +static T toInt(cl_object l_num) { + T i = 0; + if(cl_integerp(l_num) == Ct) { + i = fixint(l_num); } + return i; } + +static int toInt(cl_object l_num) { + return toInt(l_num); } + +template +static T toUInt(cl_object l_num) { + T i = 0; + if(cl_integerp(l_num) == Ct) { + i = fixnnint(l_num); } + return i; } + +static int toUInt(cl_object l_num) { + return toUInt(l_num); } + +template +static T toFloat(cl_object l_num) { + T f = 0; + if(ECL_SINGLE_FLOAT_P(l_num)) { + f = sf(l_num); } + else if(ECL_DOUBLE_FLOAT_P(l_num)) { + f = df(l_num); } +#ifdef ECL_LONG_FLOAT + else if(ECL_LONG_FLOAT_P(l_num)) { + f = ecl_long_float(l_num); } +#endif + else if(cl_integerp(l_num) == Ct) { + f = fixint(l_num); } + else { + cl_object l_f = cl_float(1, l_num); + if(ECL_DOUBLE_FLOAT_P(l_f)) { + f = df(l_f); } + else if(ECL_SINGLE_FLOAT_P(l_f)) { + f = sf(l_f); } +#ifdef ECL_LONG_FLOAT + else if(ECL_LONG_FLOAT_P(l_f)) { + f = ecl_long_float(l_f); } +#endif + } + return f; } + +static qreal toReal(cl_object l_num) { + return toFloat(l_num); } + +static char toChar(cl_object l_ch) { + char ch = 0; + if(CHARACTERP(l_ch)) { + ch = toInt(cl_char_code(l_ch)); } + return ch; } + +static QChar toQChar(cl_object l_ch) { + QChar ch; + if(CHARACTERP(l_ch)) { + ch = QChar(toInt(cl_char_code(l_ch))); } + return ch; } + +static QByteArray toQByteArray(cl_object l_vec) { + QByteArray ba; + if(ECL_VECTORP(l_vec)) { + int len = LEN(l_vec); + ba.reserve(len); + for(int i = 0; i < len; ++i) { + ba[i] = toInt(ecl_aref(l_vec, i)); }} + return ba; } + +static QString toQString(cl_object l_str) { + QString s; + if(ECL_STRINGP(l_str)) { + if(ECL_BASE_STRING_P(l_str)) { + s = QString::fromLatin1((char*)l_str->base_string.self, l_str->base_string.fillp); } + else { + uint l = l_str->string.fillp; + s.reserve(l); + ecl_character* l_s = l_str->string.self; + for(uint i = 0; i < l; ++i) { + s[i] = QChar(l_s[i]); }}} + return s; } + +static int classId(cl_object l_class) { + QByteArray name(toCString(l_class)); + if('L' == name.at(0)) { + name[0] = 'Q'; } + int id = LObjects::q_names.value(name, 0); + if(!id) { + id = -LObjects::n_names.value(name, 0); } + return id; } + +static const char* eventName(QEvent::Type type) { + const char* name = 0; + switch(type) { + case QEvent::ActionRemoved: + case QEvent::ActionChanged: + case QEvent::ActionAdded: + name = "QActionEvent"; + break; + case QEvent::ChildRemoved: + case QEvent::ChildPolished: + case QEvent::ChildAdded: + name = "QChildEvent"; + break; + case QEvent::Clipboard: + name = "QClipboardEvent"; + break; + case QEvent::Close: + name = "QCloseEvent"; + break; + case QEvent::ContextMenu: + name = "QContextMenuEvent"; + break; + case QEvent::DragEnter: + name = "QDragEnterEvent"; + break; + case QEvent::DragLeave: + name = "QDragLeaveEvent"; + break; + case QEvent::DragMove: + name = "QDragMoveEvent"; + break; + case QEvent::Drop: + name = "QDropEvent"; + break; + case QEvent::FileOpen: + name = "QFileOpenEvent"; + break; + case QEvent::FocusOut: + case QEvent::FocusIn: + name = "QFocusEvent"; + break; + case QEvent::GraphicsSceneContextMenu: + name = "QGraphicsSceneContextMenuEvent"; + break; + case QEvent::GraphicsSceneDrop: + case QEvent::GraphicsSceneDragMove: + case QEvent::GraphicsSceneDragLeave: + case QEvent::GraphicsSceneDragEnter: + name = "QGraphicsSceneDragDropEvent"; + break; + case QEvent::GraphicsSceneHelp: + name = "QHelpEvent"; + break; + case QEvent::GraphicsSceneHoverMove: + case QEvent::GraphicsSceneHoverLeave: + case QEvent::GraphicsSceneHoverEnter: + name = "QGraphicsSceneHoverEvent"; + break; + case QEvent::GraphicsSceneMouseRelease: + case QEvent::GraphicsSceneMousePress: + case QEvent::GraphicsSceneMouseMove: + case QEvent::GraphicsSceneMouseDoubleClick: + name = "QGraphicsSceneMouseEvent"; + break; + case QEvent::GraphicsSceneMove: + name = "QGraphicsSceneMoveEvent"; + break; + case QEvent::GraphicsSceneResize: + name = "QGraphicsSceneResizeEvent"; + break; + case QEvent::GraphicsSceneWheel: + name = "QGraphicsSceneWheelEvent"; + break; + case QEvent::Hide: + name = "QHideEvent"; + break; + case QEvent::HoverMove: + case QEvent::HoverLeave: + case QEvent::HoverEnter: + name = "QHoverEvent"; + break; + case QEvent::IconDrag: + name = "QIconDragEvent"; + break; + case QEvent::InputMethod: + name = "QInputMethodEvent"; + break; + case QEvent::KeyRelease: + case QEvent::KeyPress: + name = "QKeyEvent"; + break; + case QEvent::MouseMove: + case QEvent::MouseButtonRelease: + case QEvent::MouseButtonPress: + case QEvent::MouseButtonDblClick: + name = "QMouseEvent"; + break; + case QEvent::Move: + name = "QMoveEvent"; + break; + case QEvent::Paint: + name = "QPaintEvent"; + break; + case QEvent::Resize: + name = "QResizeEvent"; + break; + case QEvent::Shortcut: + name = "QShortcutEvent"; + break; + case QEvent::ShortcutOverride: + name = "QKeyEvent"; + break; + case QEvent::Show: + name = "QShowEvent"; + break; + case QEvent::StatusTip: + name = "QStatusTipEvent"; + break; + case QEvent::TabletLeaveProximity: + case QEvent::TabletEnterProximity: + case QEvent::TabletRelease: + case QEvent::TabletPress: + case QEvent::TabletMove: + name = "QTabletEvent"; + break; + case QEvent::Timer: + name = "QTimerEvent"; + break; + case QEvent::WhatsThis: + case QEvent::ToolTip: + name = "QHelpEvent"; + break; + case QEvent::Wheel: + name = "QWheelEvent"; + break; + case QEvent::TouchEnd: + case QEvent::TouchUpdate: + case QEvent::TouchBegin: + name = "QTouchEvent"; + break; + case QEvent::GestureOverride: + case QEvent::Gesture: + name = "QGestureEvent"; + break; + default: + name = "QEvent"; } + return name; } + +static QByteArray qtObjectName(cl_object l_obj, const QByteArray& type = QByteArray()) { + STATIC_SYMBOL_PKG (s_qt_object_p, "QT-OBJECT-P", "EQL") + STATIC_SYMBOL_PKG (s_ensure_qt_object, "ENSURE-QT-OBJECT", "EQL") + STATIC_SYMBOL_PKG (s_qt_object_id, "QT-OBJECT-ID", "EQL") + // 'primitives' first + QByteArray name; + if(cl_integerp(l_obj) == Ct) { + name = "int"; } + else if(cl_characterp(l_obj) == Ct) { + name = "QChar"; } + else if(cl_stringp(l_obj) == Ct) { + name = "QString QColor"; } + else if(cl_listp(l_obj) == Ct) { + int l = LEN(l_obj); + switch(l) { + case 0: break; + case 2: name = "QPointF QSizeF QList"; break; + case 4: name = "QRectF QLineF QList"; break; + default: name = "QPolygonF QList"; }} + else if(cl_vectorp(l_obj) == Ct) { + name = "QVector"; } + // qt-object + // (this is carefully optimized, in a probably non-obvious way, because THE-QT-OBJECT is really slow) + if(type.isNull() || LObjects::q_names.contains(type) || LObjects::n_names.contains(type)) { + l_obj = cl_funcall(3, s_ensure_qt_object, l_obj, Ct); } + if(cl_funcall(2, s_qt_object_p, l_obj) == Ct) { + name = QtObject::idToClassName(toInt(cl_funcall(2, s_qt_object_id, l_obj))); } + return name; } + +QtObject toQtObject(cl_object l_obj, cl_object l_cast, bool* qobject_align) { + STATIC_SYMBOL_PKG (s_ensure_qt_object, "ENSURE-QT-OBJECT", "EQL") + STATIC_SYMBOL_PKG (s_qt_object_pointer, "QT-OBJECT-POINTER", "EQL") + STATIC_SYMBOL_PKG (s_qt_object_unique, "QT-OBJECT-UNIQUE", "EQL") + STATIC_SYMBOL_PKG (s_qt_object_id, "QT-OBJECT-ID", "EQL") + QtObject o; + if(ECL_STRINGP(l_obj)) { // string name, for static methods + o.id = classId(l_obj); } + else { + l_obj = cl_funcall(2, s_ensure_qt_object, l_obj); + if(l_obj != Cnil) { + o.pointer = (void*)fixnnint(cl_funcall(2, s_qt_object_pointer, l_obj)); + o.unique = fixnnint(cl_funcall(2, s_qt_object_unique, l_obj)); + o.id = toInt(cl_funcall(2, s_qt_object_id, l_obj)); + if(l_cast != Cnil) { + int id_orig = o.id; + o.id = classId(l_cast); + if((id_orig > 0) && (o.id < 0)) { + *qobject_align = true; }}}} + return o; } + +static cl_object new_qt_object(void* pointer, uint unique, int id, bool finalize = false) { + STATIC_SYMBOL_PKG (s_new_qt_object, "NEW-QT-OBJECT", "EQL") + cl_object l_qt_object = cl_funcall(5, + s_new_qt_object, + ecl_make_unsigned_integer((ulong)pointer), + ecl_make_unsigned_integer(unique), + MAKE_FIXNUM(id), + finalize ? Ct : Cnil); + return l_qt_object; } + +cl_object qt_object_from_name(const QByteArray& name, void* pointer, uint unique, bool finalize) { + QByteArray name2(name); + if(name2.endsWith('*')) { + name2.truncate(name2.length() - 1); } + if(name2.startsWith("const ")) { + name2 = name2.mid(6); } + if('L' == name2.at(0)) { + name2[0] = 'Q'; } + int id = LObjects::q_names.value(name2, 0); + if(!id) { + id = -LObjects::n_names.value(name2, 0); } + cl_object l_qt_object = new_qt_object(pointer, unique, id, finalize); + return l_qt_object; } + +static QString symbolName(cl_object l_symbol) { + QString name; + if((cl_symbolp(l_symbol) == Ct)) { + name = toQString(cl_symbol_name(l_symbol)).toLower(); } + else if(ECL_STRINGP(l_symbol)) { + name = toQString(l_symbol); } + return name; } + +static QStringList toQStringList(cl_object l_list) { + QStringList l; + if(LISTP(l_list)) { + cl_object l_el = l_list; + while(l_el != Cnil) { + l << toQString(cl_car(l_el)); + l_el = cl_cdr(l_el); }} + return l; } + +static QPolygon toQPolygon(cl_object l_list) { + QPolygon p; + if(LISTP(l_list)) { + cl_object l_el = l_list; + while(l_el != Cnil) { + p << QPoint(toInt(cl_first(l_el)), toInt(cl_second(l_el))); + l_el = cl_cddr(l_el); }} + return p; } + +static QPolygonF toQPolygonF(cl_object l_list) { + QPolygonF p; + if(LISTP(l_list)) { + cl_object l_el = l_list; + while(l_el != Cnil) { + p << QPointF(toReal(cl_first(l_el)), toReal(cl_second(l_el))); + l_el = cl_cddr(l_el); }} + return p; } + +static QColor toQColor(cl_object l_c) { + if(ECL_STRINGP(l_c)) { + return QColor(toQString(l_c)); } + QtObject o = toQtObject(l_c); + if("QColor" == o.className() && o.pointer) { + QColor* p = (QColor*)o.pointer; + return *p; } + return QColor(); } + +static QGradient toQGradient(cl_object l_g) { + QtObject o = toQtObject(l_g); + if(inherits(o.className(), "QGradient") && o.pointer) { + QGradient* p = (QGradient*)o.pointer; + return *p; } + return QGradient(); } + +static QGradientStop toQGradientStop(cl_object l_gs) { + QGradientStop gs; + if(cl_consp(l_gs)) { + gs = qMakePair(toReal(cl_car(l_gs)), toQColor(cl_cdr(l_gs))); } + return gs; } + +static QList toQTextEditExtraSelectionList(cl_object l_list) { + QList l; + if(LISTP(l_list)) { + cl_object l_el = l_list; + while(l_el != Cnil) { + cl_object l_curr = cl_first(l_el); + QtObject q_cursor = toQtObject(cl_first(l_curr)); + QtObject q_format = toQtObject(cl_second(l_curr)); + if(("QTextCursor" == q_cursor.className()) && + ("QTextCharFormat" == q_format.className())) { + QTextEdit::ExtraSelection sel; + sel.cursor = *(QTextCursor*)q_cursor.pointer; + sel.format = *(QTextCharFormat*)q_format.pointer; + l << sel; } + l_el = cl_rest(l_el); }} + return l; } + +// implicit pointer types +TO_QT_TYPE_PTR (QBitmap, qbitmap) +TO_QT_TYPE_PTR2 (QBrush, qbrush) +TO_QT_TYPE_PTR2 (QCursor, qcursor) +TO_QT_TYPE_PTR2 (QDate, qdate) +TO_QT_TYPE_PTR2 (QDateTime, qdatetime) +TO_QT_TYPE_PTR (QEasingCurve, qeasingcurve) +TO_QT_TYPE_PTR2 (QFileInfo, qfileinfo) +TO_QT_TYPE_PTR2 (QFont, qfont) +TO_QT_TYPE_PTR2 (QIcon, qicon) +TO_QT_TYPE_PTR2 (QImage, qimage) +TO_QT_TYPE_PTR2 (QKeySequence, qkeysequence) +TO_QT_TYPE_PTR2 (QLocale, qlocale) +TO_QT_TYPE_PTR2 (QMatrix, qmatrix) +TO_QT_TYPE_PTR (QMargins, qmargins) +TO_QT_TYPE_PTR2 (QModelIndex, qmodelindex) +TO_QT_TYPE_PTR (QPainterPath, qpainterpath) +TO_QT_TYPE_PTR2 (QPalette, qpalette) +TO_QT_TYPE_PTR2 (QPen, qpen) +TO_QT_TYPE_PTR2 (QPixmap, qpixmap) +TO_QT_TYPE_PTR (QRegion, qregion) +TO_QT_TYPE_PTR (QRegExp, qregexp) +TO_QT_TYPE_PTR2 (QSizePolicy, qsizepolicy) +TO_QT_TYPE_PTR2 (QTableWidgetSelectionRange, qtablewidgetselectionrange) +TO_QT_TYPE_PTR2 (QTextBlock, qtextblock) +TO_QT_TYPE_PTR (QTextBlockFormat, qtextblockformat) +TO_QT_TYPE_PTR (QTextCharFormat, qtextcharformat) +TO_QT_TYPE_PTR (QTextFrameFormat, qtextframeformat) +TO_QT_TYPE_PTR (QTextListFormat, qtextlistformat) +TO_QT_TYPE_PTR (QTextCursor, qtextcursor) +TO_QT_TYPE_PTR (QTextDocumentFragment, qtextdocumentfragment) +TO_QT_TYPE_PTR2 (QTextFormat, qtextformat) +TO_QT_TYPE_PTR2 (QTextLength, qtextlength) +TO_QT_TYPE_PTR (QTextLine, qtextline) +TO_QT_TYPE_PTR (QTextOption, qtextoption) +TO_QT_TYPE_PTR2 (QTime, qtime) +TO_QT_TYPE_PTR2 (QTransform, qtransform) +TO_QT_TYPE_PTR2 (QUrl, qurl) +TO_QT_TYPE_PTR (QVariant, qvariant) + +TO_QT_TYPEF (QPoint) +TO_QT_TYPEF (QSize) +TO_QT_TYPEF2 (QLine) +TO_QT_TYPEF2 (QRect) + +TO_QT_LIST_PTR (QAbstractAnimation) +TO_QT_LIST_PTR (QAbstractButton) +TO_QT_LIST_PTR (QAbstractState) +TO_QT_LIST_PTR (QAction) +TO_QT_LIST_PTR (QDockWidget) +TO_QT_LIST_PTR (QGesture) +TO_QT_LIST_PTR (QGraphicsItem) +TO_QT_LIST_PTR (QGraphicsTransform) +TO_QT_LIST_PTR (QGraphicsView) +TO_QT_LIST_PTR (QGraphicsWidget) +TO_QT_LIST_PTR (QListWidgetItem) +TO_QT_LIST_PTR (QMdiSubWindow) +TO_QT_LIST_PTR (QObject) +TO_QT_LIST_PTR (QStandardItem) +TO_QT_LIST_PTR (QTableWidgetItem) +TO_QT_LIST_PTR (QTextFrame) +TO_QT_LIST_PTR (QTreeWidgetItem) +TO_QT_LIST_PTR (QUndoStack) +TO_QT_LIST_PTR (QWidget) + +TO_QT_LIST_VAL (QByteArray) +TO_QT_LIST_VAL (QFileInfo) +TO_QT_LIST_VAL (QKeySequence) +TO_QT_LIST_VAL (QModelIndex) +TO_QT_LIST_VAL (QPolygonF) +TO_QT_LIST_VAL (QSize) +TO_QT_LIST_VAL (QTableWidgetSelectionRange) +TO_QT_LIST_VAL (QTextBlock) +TO_QT_LIST_VAL (QUrl) +TO_QT_LIST_VAL2 (int, Int) +TO_QT_LIST_VAL2 (qreal, Real) + +TO_QT_VECTOR_VAL (QGradientStop) +TO_QT_VECTOR_VAL (QLine) +TO_QT_VECTOR_VAL (QLineF) +TO_QT_VECTOR_VAL (QPoint) +TO_QT_VECTOR_VAL (QPointF) +TO_QT_VECTOR_VAL (QRect) +TO_QT_VECTOR_VAL (QRectF) +TO_QT_VECTOR_VAL (QTextFormat) +TO_QT_VECTOR_VAL (QTextLength) +TO_QT_VECTOR_VAL2 (QRgb, UInt) +TO_QT_VECTOR_VAL2 (qreal, Real) + +QVariant toQVariant(cl_object l_obj, const char* s_type, int type) { + QVariant var; + if(type == -1) { + type = QVariant::nameToType(s_type); } + switch(type) { + case QVariant::Bool: var = (l_obj != Cnil); break; + case QVariant::Brush: var = toQBrush(l_obj); break; + case QVariant::ByteArray: var = toQByteArray(l_obj); break; + case QVariant::Char: var = toQChar(l_obj); break; + case QVariant::Color: var = toQColor(l_obj); break; + case QVariant::Cursor: var = toQCursor(l_obj); break; + case QVariant::Date: var = toQDate(l_obj); break; + case QVariant::DateTime: var = toQDateTime(l_obj); break; + case QVariant::Double: var = toFloat(l_obj); break; + case QVariant::Font: var = toQFont(l_obj); break; + case QVariant::Icon: var = toQIcon(l_obj); break; + case QVariant::Image: var = toQImage(l_obj); break; + case QVariant::Int: var = toInt(l_obj); break; + case QVariant::KeySequence: var = toQKeySequence(l_obj); break; + case QVariant::Line: var = toQLine(l_obj); break; + case QVariant::LineF: var = toQLineF(l_obj); break; + case QVariant::Locale: var = toQLocale(l_obj); break; + case QVariant::LongLong: var = toInt(l_obj); break; + case QVariant::Matrix: var = toQMatrix(l_obj); break; + case QVariant::Palette: var = toQPalette(l_obj); break; + case QVariant::Pen: var = toQPen(l_obj); break; + case QVariant::Pixmap: var = toQPixmap(l_obj); break; + case QVariant::Point: var = toQPoint(l_obj); break; + case QVariant::PointF: var = toQPointF(l_obj); break; + case QVariant::Polygon: var = toQPolygon(l_obj); break; + case QVariant::Rect: var = toQRect(l_obj); break; + case QVariant::RectF: var = toQRectF(l_obj); break; + case QVariant::Size: var = toQSize(l_obj); break; + case QVariant::SizeF: var = toQSizeF(l_obj); break; + case QVariant::SizePolicy: var = toQSizePolicy(l_obj); break; + case QVariant::String: var = toQString(l_obj); break; + case QVariant::StringList: var = toQStringList(l_obj); break; + case QVariant::TextFormat: var = toQTextFormat(l_obj); break; + case QVariant::TextLength: var = toQTextLength(l_obj); break; + case QVariant::Time: var = toQTime(l_obj); break; + case QVariant::Transform: var = toQTransform(l_obj); break; + case QVariant::Url: var = toQUrl(l_obj); break; + case QVariant::UInt: var = toUInt(l_obj); break; + case QVariant::ULongLong: var = toUInt(l_obj); break; } + // Qt_EQL: a type safe object pointer (checked at run-time) + if(QMetaType::VoidStar == type) { + QtObject obj = toQtObject(l_obj); + if(obj.pointer) { + qVariantSetValue(var, eql_pointer(obj.pointer, obj.id)); }} + return var; } + +static QVariantList toQVariantList(cl_object l_list) { + QVariantList l; + if(LISTP(l_list)) { + cl_object l_el = l_list; + while(l_el != Cnil) { + QtObject q_var = toQtObject(cl_car(l_el)); + if("QVariant" == q_var.className()) { + l << *(QVariant*)q_var.pointer; } + l_el = cl_cdr(l_el); }} + return l; } + +static cl_object from_char(char ch) { + cl_object l_char = cl_code_char(MAKE_FIXNUM((int)ch)); + return l_char; } + +static cl_object from_qchar(const QChar& ch) { + cl_object l_char = cl_code_char(MAKE_FIXNUM(ch.unicode())); + return l_char; } + +static cl_object from_qbytearray(const QByteArray& ba) { + cl_object l_vec = make_vector(); + for(int i = 0; i < ba.size(); ++i) { + cl_vector_push_extend(2, MAKE_FIXNUM(ba.at(i)), l_vec); } + return l_vec; } + +static cl_object from_qstring(const QString& s) { + cl_object l_s = ecl_alloc_simple_extended_string(s.length()); + ecl_character* l_p = l_s->string.self; + for(int i = 0; i < s.length(); ++i) { + l_p[i] = s.at(i).unicode(); } + return l_s; } + +static cl_object from_qstringlist(const QStringList& l) { + cl_object l_list = Cnil; + Q_FOREACH(QString s, l) { + l_list = CONS(from_qstring(s), l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_intlist(const QList& l) { + cl_object l_list = Cnil; + Q_FOREACH(int i, l) { + l_list = CONS(ecl_make_integer(i), l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_qreallist(const QList& l) { + cl_object l_list = Cnil; + Q_FOREACH(qreal r, l) { + l_list = CONS(ecl_make_doublefloat(r), l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_qcolor(const QColor& col) { + cl_object l_ret = Cnil; + if(col.isValid()) { // return NIL for invalid QColors + if(EQL::return_value_p) { + l_ret = qt_object_from_name("QColor", new QColor(col), 0, true); } + else { + l_ret = qt_object_from_name("QColor", (void*)&col); }} + return l_ret; } + +static cl_object from_qpolygon(const QPolygon& p) { + cl_object l_list = Cnil; + for(int i = 0; i < p.size(); ++i) { + int x, y; + p.point(i, &x, &y); + l_list = CONS(ecl_make_integer(y), CONS(ecl_make_integer(x), l_list)); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_qpolygonf(const QPolygonF& pol) { + cl_object l_list = Cnil; + for(int i = 0; i < pol.size(); ++i) { + QPointF p = pol.at(i); + l_list = CONS(ecl_make_doublefloat(p.y()), CONS(ecl_make_doublefloat(p.x()), l_list)); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_qgradientstop(const QGradientStop& gs) { + cl_object l_gs = CONS(ecl_make_doublefloat(gs.first), from_qcolor(gs.second)); + return l_gs; } + +static cl_object from_qwidgetlist(const QWidgetList& wl) { + cl_object l_list = Cnil; + Q_FOREACH(QWidget* w, wl) { + l_list = CONS(qt_object_from_name(w->metaObject()->className(), + w, + w->property("EQL.unique").toUInt()), + l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_qobjectlist(const QObjectList& ol) { + cl_object l_list = Cnil; + Q_FOREACH(QObject* o, ol) { + l_list = CONS(qt_object_from_name(o->metaObject()->className(), + o, + o->property("EQL.unique").toUInt()), + l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +static cl_object from_qtexteditextraselectionlist(const QList& l) { + cl_object l_list = Cnil; + Q_FOREACH(QTextEdit::ExtraSelection sel, l) { + l_list = CONS(LIST2(qt_object_from_name("QTextCursor", new QTextCursor(sel.cursor)), + qt_object_from_name("QTextCharFormat", new QTextCharFormat(sel.format))), + l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +TO_CL_TYPEF (QPoint, qpoint, x, y) +TO_CL_TYPEF (QSize, qsize, width, height) +TO_CL_TYPEF2 (QLine, qline, x1, y1, x2, y2) +TO_CL_TYPEF2 (QRect, qrect, x, y, width, height) + +TO_CL_LIST_PTR (QAbstractAnimation, qabstractanimation) +TO_CL_LIST_PTR (QAbstractButton, qabstractbutton) +TO_CL_LIST_PTR (QAbstractState, qabstractstate) +TO_CL_LIST_PTR (QAction, qaction) +TO_CL_LIST_PTR (QDockWidget, qdockwidget) +TO_CL_LIST_PTR (QGesture, qgesture) +TO_CL_LIST_PTR (QGraphicsItem, qgraphicsitem) +TO_CL_LIST_PTR (QGraphicsTransform, qgraphicstransform) +TO_CL_LIST_PTR (QGraphicsView, qgraphicsview) +TO_CL_LIST_PTR (QGraphicsWidget, qgraphicswidget) +TO_CL_LIST_PTR (QListWidgetItem, qlistwidgetitem) +TO_CL_LIST_PTR (QMdiSubWindow, qmdisubwindow) +TO_CL_LIST_PTR (QStandardItem, qstandarditem) +TO_CL_LIST_PTR (QTableWidgetItem, qtablewidgetitem) +TO_CL_LIST_PTR (QTextFrame, qtextframe) +TO_CL_LIST_PTR (QTreeWidgetItem, qtreewidgetitem) +TO_CL_LIST_PTR (QUndoStack, qundostack) + +TO_CL_LIST_VAL (QByteArray, qbytearray) +TO_CL_LIST_VAL (QFileInfo, qfileinfo) +TO_CL_LIST_VAL (QKeySequence, qkeysequence) +TO_CL_LIST_VAL (QModelIndex, qmodelindex) +TO_CL_LIST_VAL (QPolygonF, qpolygonf) +TO_CL_LIST_VAL (QSize, qsize) +TO_CL_LIST_VAL (QTableWidgetSelectionRange, qtablewidgetselectionrange) +TO_CL_LIST_VAL (QTextBlock, qtextblock) +TO_CL_LIST_VAL (QUrl, qurl) + +TO_CL_VECTOR_VAL (QGradientStop, qgradientstop) +TO_CL_VECTOR_VAL (QLine, qline) +TO_CL_VECTOR_VAL (QLineF, qlinef) +TO_CL_VECTOR_VAL (QPoint, qpoint) +TO_CL_VECTOR_VAL (QPointF, qpointf) +TO_CL_VECTOR_VAL (QRect, qrect) +TO_CL_VECTOR_VAL (QRectF, qrectf) +TO_CL_VECTOR_VAL (QTextFormat, qtextformat) +TO_CL_VECTOR_VAL (QTextLength, qtextlength) +TO_CL_VECTOR_VAL2 (QRgb, qrgb, ecl_make_unsigned_integer) +TO_CL_VECTOR_VAL2 (qreal, qreal, ecl_make_doublefloat) + +static cl_object from_qvariant_value(const QVariant& var) { + cl_object l_obj = Cnil; + int t = var.type(); + switch(t) { + case QVariant::Bool: l_obj = var.toBool() ? Ct : Cnil; break; + case QVariant::Brush: l_obj = from_qbrush(var.value()); break; + case QVariant::ByteArray: l_obj = from_qbytearray(var.toByteArray()); break; + case QVariant::Char: l_obj = from_qchar(var.toChar()); break; + case QVariant::Color: l_obj = from_qstring(var.toString()); break; + case QVariant::Cursor: l_obj = from_qcursor(var.value()); break; + case QVariant::Date: l_obj = from_qdate(var.toDate()); break; + case QVariant::DateTime: l_obj = from_qdatetime(var.toDateTime()); break; + case QVariant::Double: l_obj = ecl_make_doublefloat(var.toDouble()); break; + case QVariant::Font: l_obj = from_qfont(var.value()); break; + case QVariant::Icon: l_obj = from_qicon(var.value()); break; + case QVariant::Int: l_obj = ecl_make_integer(var.toInt()); break; + case QVariant::Image: l_obj = from_qimage(var.value()); break; + case QVariant::KeySequence: l_obj = from_qkeysequence(var.value()); break; + case QVariant::Line: l_obj = from_qline(var.toLine()); break; + case QVariant::LineF: l_obj = from_qlinef(var.toLineF()); break; + case QVariant::Locale: l_obj = from_qlocale(var.toLocale()); break; + case QVariant::LongLong: l_obj = ecl_make_integer(var.toLongLong()); break; + case QVariant::Palette: l_obj = from_qpalette(var.value()); break; + case QVariant::Pen: l_obj = from_qpen(var.value()); break; + case QVariant::Pixmap: l_obj = from_qpixmap(var.value()); break; + case QVariant::Point: l_obj = from_qpoint(var.toPoint()); break; + case QVariant::PointF: l_obj = from_qpointf(var.toPointF()); break; + case QVariant::Polygon: l_obj = from_qpolygon(var.value()); break; + case QVariant::Rect: l_obj = from_qrect(var.toRect()); break; + case QVariant::RectF: l_obj = from_qrectf(var.toRectF()); break; + case QVariant::Size: l_obj = from_qsize(var.toSize()); break; + case QVariant::SizeF: l_obj = from_qsizef(var.toSizeF()); break; + case QVariant::SizePolicy: l_obj = from_qsizepolicy(var.value()); break; + case QVariant::String: l_obj = from_qstring(var.toString()); break; + case QVariant::StringList: l_obj = from_qstringlist(var.toStringList()); break; + case QVariant::TextFormat: l_obj = from_qtextformat(var.value()); break; + case QVariant::TextLength: l_obj = from_qtextlength(var.value()); break; + case QVariant::Time: l_obj = from_qtime(var.toTime()); break; + case QVariant::Url: l_obj = from_qurl(var.toUrl()); break; + case QVariant::UInt: l_obj = ecl_make_unsigned_integer(var.toUInt()); break; + case QVariant::ULongLong: l_obj = ecl_make_unsigned_integer(var.toULongLong()); break; } + return l_obj; } + +static cl_object from_qvariantlist(const QVariantList& l) { + cl_object l_list = Cnil; + Q_FOREACH(QVariant v, l) { + l_list = CONS(from_qvariant_value(v), l_list); } + l_list = cl_nreverse(l_list); + return l_list; } + +static MetaArg toMetaArg(const QByteArray& sType, cl_object l_arg) { + void* p = 0; + const int n = QMetaType::type(sType); + switch(n) { + case QMetaType::Bool: p = new bool(l_arg != Cnil); break; + case QMetaType::Char: p = new char(toChar(l_arg)); break; + case QMetaType::Double: p = new double(toFloat(l_arg)); break; + case QMetaType::Float: p = new float(toFloat(l_arg)); break; + case QMetaType::Int: p = new int(toInt(l_arg)); break; + case QMetaType::Long: p = new int(toInt(l_arg)); break; + case QMetaType::LongLong: p = new qlonglong(toInt(l_arg)); break; + case QMetaType::UChar: p = new uchar(toUInt(l_arg)); break; + case QMetaType::UInt: p = new uint(toUInt(l_arg)); break; + case QMetaType::ULong: p = new ulong(toUInt(l_arg)); break; + case QMetaType::ULongLong: p = new qulonglong(toUInt(l_arg)); break; + case QMetaType::QBitmap: p = new QBitmap(*toQBitmapPointer(l_arg)); break; + case QMetaType::QByteArray: p = new QByteArray(toQByteArray(l_arg)); break; + case QMetaType::QChar: p = new QChar(toQChar(l_arg)); break; + case QMetaType::QColor: p = new QColor(toQColor(l_arg)); break; + case QMetaType::QCursor: p = new QCursor(toQCursor(l_arg)); break; + case QMetaType::QDate: p = new QDate(*toQDatePointer(l_arg)); break; + case QMetaType::QDateTime: p = new QDateTime(*toQDateTimePointer(l_arg)); break; + case QMetaType::QEasingCurve: p = new QEasingCurve(*toQEasingCurvePointer(l_arg)); break; + case QMetaType::QFont: p = new QFont(*toQFontPointer(l_arg)); break; + case QMetaType::QKeySequence: p = new QKeySequence(*toQKeySequencePointer(l_arg)); break; + case QMetaType::QLine: p = new QLine(toQLine(l_arg)); break; + case QMetaType::QLineF: p = new QLineF(toQLineF(l_arg)); break; + case QMetaType::QLocale: p = new QLocale(*toQLocalePointer(l_arg)); break; + case QMetaType::QMatrix: p = new QMatrix(*toQMatrixPointer(l_arg)); break; + case QMetaType::QPoint: p = new QPoint(toQPoint(l_arg)); break; + case QMetaType::QPointF: p = new QPointF(toQPointF(l_arg)); break; + case QMetaType::QPolygon: p = new QPolygon(toQPolygon(l_arg)); break; + case QMetaType::QRect: p = new QRect(toQRect(l_arg)); break; + case QMetaType::QRectF: p = new QRectF(toQRectF(l_arg)); break; + case QMetaType::QRegion: p = new QRegion(*toQRegionPointer(l_arg)); break; + case QMetaType::QRegExp: p = new QRegExp(*toQRegExpPointer(l_arg)); break; + case QMetaType::QSize: p = new QSize(toQSize(l_arg)); break; + case QMetaType::QSizeF: p = new QSizeF(toQSizeF(l_arg)); break; + case QMetaType::QSizePolicy: p = new QSizePolicy(*toQSizePolicyPointer(l_arg)); break; + case QMetaType::QString: p = new QString(toQString(l_arg)); break; + case QMetaType::QStringList: p = new QStringList(toQStringList(l_arg)); break; + case QMetaType::QBrush: p = new QBrush(*toQBrushPointer(l_arg)); break; + case QMetaType::QIcon: p = new QIcon(*toQIconPointer(l_arg)); break; + case QMetaType::QImage: p = new QImage(*toQImagePointer(l_arg)); break; + case QMetaType::QPalette: p = new QPalette(*toQPalettePointer(l_arg)); break; + case QMetaType::QPen: p = new QPen(*toQPenPointer(l_arg)); break; + case QMetaType::QPixmap: p = new QPixmap(*toQPixmapPointer(l_arg)); break; + case QMetaType::QTextFormat: p = new QTextFormat(*toQTextFormatPointer(l_arg)); break; + case QMetaType::QTextLength: p = new QTextLength(*toQTextLengthPointer(l_arg)); break; + case QMetaType::QTime: p = new QTime(*toQTimePointer(l_arg)); break; + case QMetaType::QTransform: p = new QTransform(*toQTransformPointer(l_arg)); break; + case QMetaType::QUrl: p = new QUrl(*toQUrlPointer(l_arg)); break; + case QMetaType::QVariant: p = new QVariant(*toQVariantPointer(l_arg)); break; + case QMetaType::QVariantList: p = new QVariantList(toQVariantList(l_arg)); break; + default: + if(T_bool_ok_pointer == n) { + p = new void*(&_ok_); } + else if(sType.endsWith('*')) { + if(sType.startsWith('Q') || sType.startsWith("const Q")) { + QtObject o = toQtObject(l_arg); + ulong l = (ulong)o.pointer; + // cast from QObject to non QObject + multiple inheritance problem + // e.g. QGraphicsObject, which inherits both QObject and QGraphicsItem + int q = sType.indexOf('Q'); + if((o.id > 0) && LObjects::n_names.contains(sType.mid(q, sType.length() - q - 1))) { + l += sizeof(QObject); } + void** v = new void*((void*)l); + p = v; } + else if("const char*" == sType) { + QByteArray ba(toCString(l_arg)); + _cstring_buffer_ << ba; + const char** s = new const char*(ba.constData()); + p = s; }} + else if(T_QFileInfo == n) p = new QFileInfo(toQFileInfo(l_arg)); + else if(T_QFileInfoList == n) p = new QFileInfoList(toQFileInfoList(l_arg)); + else if(T_QGradient == n) p = new QGradient(toQGradient(l_arg)); + else if(T_QGradientStop == n) p = new QGradientStop(toQGradientStop(l_arg)); + else if(T_QList_QAbstractAnimation == n) p = new QList(toQAbstractAnimationList(l_arg)); + else if(T_QList_QAbstractButton == n) p = new QList(toQAbstractButtonList(l_arg)); + else if(T_QList_QAbstractState == n) p = new QList(toQAbstractStateList(l_arg)); + else if(T_QList_QAction == n) p = new QList(toQActionList(l_arg)); + else if(T_QList_QByteArray == n) p = new QList(toQByteArrayList(l_arg)); + else if(T_QList_QDockWidget == n) p = new QList(toQDockWidgetList(l_arg)); + else if(T_QList_QGesture == n) p = new QList(toQGestureList(l_arg)); + else if(T_QList_QGraphicsItem == n) p = new QList(toQGraphicsItemList(l_arg)); + else if(T_QList_QGraphicsTransform == n) p = new QList(toQGraphicsTransformList(l_arg)); + else if(T_QList_QGraphicsView == n) p = new QList(toQGraphicsViewList(l_arg)); + else if(T_QList_QGraphicsWidget == n) p = new QList(toQGraphicsWidgetList(l_arg)); + else if(T_QList_QKeySequence == n) p = new QList(toQKeySequenceList(l_arg)); + else if(T_QList_QListWidgetItem == n) p = new QList(toQListWidgetItemList(l_arg)); + else if(T_QList_QMdiSubWindow == n) p = new QList(toQMdiSubWindowList(l_arg)); + else if(T_QModelIndexList == n) p = new QModelIndexList(toQModelIndexList(l_arg)); + else if((T_QObjectList == n) || (T_QList_QObject == n)) + p = new QList(toQObjectList(l_arg)); + else if(T_QList_QPolygonF == n) p = new QList(toQPolygonFList(l_arg)); + else if(T_QList_QSize == n) p = new QList(toQSizeList(l_arg)); + else if(T_QList_QStandardItem == n) p = new QList(toQStandardItemList(l_arg)); + else if(T_QList_QTableWidgetItem == n) p = new QList(toQTableWidgetItemList(l_arg)); + else if(T_QList_QTableWidgetSelectionRange == n) p = new QList(toQTableWidgetSelectionRangeList(l_arg)); + else if(T_QList_QTextBlock == n) p = new QList(toQTextBlockList(l_arg)); + else if(T_QList_QTextEdit_ExtraSelection == n) p = new QList(toQTextEditExtraSelectionList(l_arg)); + else if(T_QList_QTextFrame == n) p = new QList(toQTextFrameList(l_arg)); + else if(T_QList_QTreeWidgetItem == n) p = new QList(toQTreeWidgetItemList(l_arg)); + else if(T_QList_QUndoStack == n) p = new QList(toQUndoStackList(l_arg)); + else if(T_QList_QUrl == n) p = new QList(toQUrlList(l_arg)); + else if((T_QWidgetList == n) || (T_QList_QWidget == n)) + p = new QList(toQWidgetList(l_arg)); + else if(T_QList_int == n) p = new QList(toIntList(l_arg)); + else if(T_QList_qreal == n) p = new QList(toRealList(l_arg)); + else if(T_QMargins == n) p = new QMargins(*toQMarginsPointer(l_arg)); + else if(T_QModelIndex == n) p = new QModelIndex(*toQModelIndexPointer(l_arg)); + else if(T_QPainterPath == n) p = new QPainterPath(*toQPainterPathPointer(l_arg)); + else if(T_QPolygonF == n) p = new QPolygonF(toQPolygonF(l_arg)); + else if(T_QRgb == n) p = new QRgb(toUInt(l_arg)); + else if(T_QTableWidgetSelectionRange == n) p = new QTableWidgetSelectionRange(*toQTableWidgetSelectionRangePointer(l_arg)); + else if(T_QTextBlock == n) p = new QTextBlock(*toQTextBlockPointer(l_arg)); + else if(T_QTextBlockFormat == n) p = new QTextBlockFormat(*toQTextBlockFormatPointer(l_arg)); + else if(T_QTextCharFormat == n) p = new QTextCharFormat(*toQTextCharFormatPointer(l_arg)); + else if(T_QTextFrameFormat == n) p = new QTextFrameFormat(*toQTextFrameFormatPointer(l_arg)); + else if(T_QTextListFormat == n) p = new QTextListFormat(*toQTextListFormatPointer(l_arg)); + else if(T_QTextCursor == n) p = new QTextCursor(*toQTextCursorPointer(l_arg)); + else if(T_QTextDocumentFragment == n) p = new QTextDocumentFragment(*toQTextDocumentFragmentPointer(l_arg)); + else if(T_QTextLine == n) p = new QTextLine(*toQTextLinePointer(l_arg)); + else if(T_QTextOption == n) p = new QTextOption(*toQTextOptionPointer(l_arg)); + else if(T_QVector_QGradientstop == n) p = new QVector(toQGradientStopVector(l_arg)); + else if(T_QVector_QLine == n) p = new QVector(toQLineVector(l_arg)); + else if(T_QVector_QLineF == n) p = new QVector(toQLineFVector(l_arg)); + else if(T_QVector_QPoint == n) p = new QVector(toQPointVector(l_arg)); + else if(T_QVector_QPointF == n) p = new QVector(toQPointFVector(l_arg)); + else if(T_QVector_QRect == n) p = new QVector(toQRectVector(l_arg)); + else if(T_QVector_QRectF == n) p = new QVector(toQRectFVector(l_arg)); + else if(T_QVector_QRgb == n) p = new QVector(toQRgbVector(l_arg)); + else if(T_QVector_QTextFormat == n) p = new QVector(toQTextFormatVector(l_arg)); + else if(T_QVector_QTextLength == n) p = new QVector(toQTextLengthVector(l_arg)); + else if(T_QVector_qreal == n) p = new QVector(toqrealVector(l_arg)); + else if(T_WId == n) p = new ulong(toUInt(l_arg)); + // module types + else if((n >= LObjects::T_GLenum) && + (n <= LObjects::T_QGLFramebufferObjectFormat)) { + if(LObjects::toMetaArg_opengl) { + p = LObjects::toMetaArg_opengl(n, l_arg); }} + else if((n >= LObjects::T_QHostAddress) && + (n <= LObjects::T_QSslKey)) { + if(LObjects::toMetaArg_network) { + p = LObjects::toMetaArg_network(n, l_arg); }} + else if((n >= LObjects::T_QSqlDatabase) && + (n <= LObjects::T_QSqlRelation)) { + if(LObjects::toMetaArg_sql) { + p = LObjects::toMetaArg_sql(n, l_arg); }} + else if((n >= LObjects::T_QWebElement) && + (n <= LObjects::T_QWebHitTestResult)) { + if(LObjects::toMetaArg_webkit) { + p = LObjects::toMetaArg_webkit(n, l_arg); }} + else if(!sType.endsWith('>') && sType.contains(':')) { // enum + int* i = new int(toInt(l_arg)); + p = i; }} + return MetaArg(sType, p); } + +cl_object to_lisp_arg(const MetaArg& arg) { + cl_object l_ret = Cnil; + void* p = arg.second; + if(p) { + QByteArray sType(arg.first); + const int n = QMetaType::type(sType); + switch(n) { + case QMetaType::Bool: l_ret = *(bool*)p ? Ct : Cnil; break; + case QMetaType::Char: l_ret = from_char(*(char*)p); break; + case QMetaType::Double: l_ret = ecl_make_doublefloat(*(double*)p); break; + case QMetaType::Float: l_ret = ecl_make_singlefloat(*(float*)p); break; + case QMetaType::Int: l_ret = ecl_make_integer(*(int*)p); break; + case QMetaType::Long: l_ret = ecl_make_integer(*(long*)p); break; + case QMetaType::LongLong: l_ret = ecl_make_integer(*(qlonglong*)p); break; + case QMetaType::UChar: l_ret = MAKE_FIXNUM(*(uchar*)p); break; + case QMetaType::UInt: l_ret = ecl_make_unsigned_integer(*(uint*)p); break; + case QMetaType::ULong: l_ret = ecl_make_unsigned_integer(*(ulong*)p); break; + case QMetaType::ULongLong: l_ret = ecl_make_unsigned_integer(*(qulonglong*)p); break; + case QMetaType::QBitmap: l_ret = from_qbitmap(*(QBitmap*)p); break; + case QMetaType::QBrush: l_ret = from_qbrush(*(QBrush*)p); break; + case QMetaType::QByteArray: l_ret = from_qbytearray(*(QByteArray*)p); break; + case QMetaType::QChar: l_ret = from_qchar(*(QChar*)p); break; + case QMetaType::QColor: l_ret = from_qcolor(*(QColor*)p); break; + case QMetaType::QCursor: l_ret = from_qcursor(*(QCursor*)p); break; + case QMetaType::QDate: l_ret = from_qdate(*(QDate*)p); break; + case QMetaType::QDateTime: l_ret = from_qdatetime(*(QDateTime*)p); break; + case QMetaType::QEasingCurve: l_ret = from_qeasingcurve(*(QEasingCurve*)p); break; + case QMetaType::QFont: l_ret = from_qfont(*(QFont*)p); break; + case QMetaType::QIcon: l_ret = from_qicon(*(QIcon*)p); break; + case QMetaType::QImage: l_ret = from_qimage(*(QImage*)p); break; + case QMetaType::QKeySequence: l_ret = from_qkeysequence(*(QKeySequence*)p); break; + case QMetaType::QLine: l_ret = from_qline(*(QLine*)p); break; + case QMetaType::QLineF: l_ret = from_qlinef(*(QLineF*)p); break; + case QMetaType::QLocale: l_ret = from_qlocale(*(QLocale*)p); break; + case QMetaType::QMatrix: l_ret = from_qmatrix(*(QMatrix*)p); break; + case QMetaType::QPalette: l_ret = from_qpalette(*(QPalette*)p); break; + case QMetaType::QPen: l_ret = from_qpen(*(QPen*)p); break; + case QMetaType::QPixmap: l_ret = from_qpixmap(*(QPixmap*)p); break; + case QMetaType::QPoint: l_ret = from_qpoint(*(QPoint*)p); break; + case QMetaType::QPointF: l_ret = from_qpointf(*(QPointF*)p); break; + case QMetaType::QPolygon: l_ret = from_qpolygon(*(QPolygon*)p); break; + case QMetaType::QRect: l_ret = from_qrect(*(QRect*)p); break; + case QMetaType::QRectF: l_ret = from_qrectf(*(QRectF*)p); break; + case QMetaType::QRegion: l_ret = from_qregion(*(QRegion*)p); break; + case QMetaType::QRegExp: l_ret = from_qregexp(*(QRegExp*)p); break; + case QMetaType::QSize: l_ret = from_qsize(*(QSize*)p); break; + case QMetaType::QSizePolicy: l_ret = from_qsizepolicy(*(QSizePolicy*)p); break; + case QMetaType::QSizeF: l_ret = from_qsizef(*(QSizeF*)p); break; + case QMetaType::QString: l_ret = from_qstring(*(QString*)p); break; + case QMetaType::QStringList: l_ret = from_qstringlist(*(QStringList*)p); break; + case QMetaType::QTextFormat: l_ret = from_qtextformat(*(QTextFormat*)p); break; + case QMetaType::QTextLength: l_ret = from_qtextlength(*(QTextLength*)p); break; + case QMetaType::QTransform: l_ret = from_qtransform(*(QTransform*)p); break; + case QMetaType::QTime: l_ret = from_qtime(*(QTime*)p); break; + case QMetaType::QUrl: l_ret = from_qurl(*(QUrl*)p); break; + case QMetaType::QVariant: l_ret = from_qvariant(*(QVariant*)p); break; + case QMetaType::QVariantList: l_ret = from_qvariantlist(*(QVariantList*)p); break; + default: + if(T_bool_ok_pointer == n) { + l_ret = _ok_ ? Ct : Cnil; } + else if(sType.endsWith('*')) { + if(sType.startsWith('Q') || sType.startsWith("const Q")) { + l_ret = qt_object_from_name(sType, *(void**)p); } + else if("const char*" == sType) { + l_ret = STRING_COPY(*(char**)p); } + else { + l_ret = ecl_make_unsigned_integer((ulong)*(void**)p); }} + else if(T_QFileInfo == n) l_ret = from_qfileinfo(*(QFileInfo*)p); + else if(T_QFileInfoList == n) l_ret = from_qfileinfolist(*(QFileInfoList*)p); + else if(T_QGradientStop == n) l_ret = from_qgradientstop(*(QGradientStop*)p); + else if(T_QList_QAbstractAnimation == n) l_ret = from_qabstractanimationlist(*(QList*)p); + else if(T_QList_QAbstractButton == n) l_ret = from_qabstractbuttonlist(*(QList*)p); + else if(T_QList_QAbstractState == n) l_ret = from_qabstractstatelist(*(QList*)p); + else if(T_QList_QAction == n) l_ret = from_qactionlist(*(QList*)p); + else if(T_QList_QByteArray == n) l_ret = from_qbytearraylist(*(QList*)p); + else if(T_QList_QDockWidget == n) l_ret = from_qdockwidgetlist(*(QList*)p); + else if(T_QList_QGesture == n) l_ret = from_qgesturelist(*(QList*)p); + else if(T_QList_QGraphicsItem == n) l_ret = from_qgraphicsitemlist(*(QList*)p); + else if(T_QList_QGraphicsTransform == n) l_ret = from_qgraphicstransformlist(*(QList*)p); + else if(T_QList_QGraphicsView == n) l_ret = from_qgraphicsviewlist(*(QList*)p); + else if(T_QList_QGraphicsWidget == n) l_ret = from_qgraphicswidgetlist(*(QList*)p); + else if(T_QList_QKeySequence == n) l_ret = from_qkeysequencelist(*(QList*)p); + else if(T_QList_QListWidgetItem == n) l_ret = from_qlistwidgetitemlist(*(QList*)p); + else if(T_QList_QMdiSubWindow == n) l_ret = from_qmdisubwindowlist(*(QList*)p); + else if(T_QModelIndexList == n) l_ret = from_qmodelindexlist(*(QModelIndexList*)p); + else if((T_QObjectList == n) || (T_QList_QObject == n)) + l_ret = from_qobjectlist(*(QList*)p); + else if(T_QList_QPolygonF == n) l_ret = from_qpolygonflist(*(QList*)p); + else if(T_QList_QSize == n) l_ret = from_qsizelist(*(QList*)p); + else if(T_QList_QStandardItem == n) l_ret = from_qstandarditemlist(*(QList*)p); + else if(T_QList_QTableWidgetItem == n) l_ret = from_qtablewidgetitemlist(*(QList*)p); + else if(T_QList_QTableWidgetSelectionRange == n) l_ret = from_qtablewidgetselectionrangelist(*(QList*)p); + else if(T_QList_QTextBlock == n) l_ret = from_qtextblocklist(*(QList*)p); + else if(T_QList_QTextEdit_ExtraSelection == n) l_ret = from_qtexteditextraselectionlist(*(QList*)p); + else if(T_QList_QTextFrame == n) l_ret = from_qtextframelist(*(QList*)p); + else if(T_QList_QTreeWidgetItem == n) l_ret = from_qtreewidgetitemlist(*(QList*)p); + else if(T_QList_QUndoStack == n) l_ret = from_qundostacklist(*(QList*)p); + else if(T_QList_QUrl == n) l_ret = from_qurllist(*(QList*)p); + else if((T_QWidgetList == n) || (T_QList_QWidget == n)) + l_ret = from_qwidgetlist(*(QList*)p); + else if(T_QList_int == n) l_ret = from_intlist(*(QList*)p); + else if(T_QList_qreal == n) l_ret = from_qreallist(*(QList*)p); + else if(T_QMargins == n) l_ret = from_qmargins(*(QMargins*)p); + else if(T_QModelIndex == n) l_ret = from_qmodelindex(*(QModelIndex*)p); + else if(T_QPainterPath == n) l_ret = from_qpainterpath(*(QPainterPath*)p); + else if(T_QPolygonF == n) l_ret = from_qpolygonf(*(QPolygonF*)p); + else if(T_QRgb == n) l_ret = ecl_make_unsigned_integer(*(QRgb*)p); + else if(T_QTableWidgetSelectionRange == n) l_ret = from_qtablewidgetselectionrange(*(QTableWidgetSelectionRange*)p); + else if(T_QTextBlock == n) l_ret = from_qtextblock(*(QTextBlock*)p); + else if(T_QTextBlockFormat == n) l_ret = from_qtextblockformat(*(QTextBlockFormat*)p); + else if(T_QTextCharFormat == n) l_ret = from_qtextcharformat(*(QTextCharFormat*)p); + else if(T_QTextFrameFormat == n) l_ret = from_qtextframeformat(*(QTextFrameFormat*)p); + else if(T_QTextListFormat == n) l_ret = from_qtextlistformat(*(QTextListFormat*)p); + else if(T_QTextCursor == n) l_ret = from_qtextcursor(*(QTextCursor*)p); + else if(T_QTextDocumentFragment == n) l_ret = from_qtextdocumentfragment(*(QTextDocumentFragment*)p); + else if(T_QTextLine == n) l_ret = from_qtextline(*(QTextLine*)p); + else if(T_QTextOption == n) l_ret = from_qtextoption(*(QTextOption*)p); + else if(T_QVector_QGradientstop == n) l_ret = from_qgradientstopvector(*(QVector*)p); + else if(T_QVector_QLine == n) l_ret = from_qlinevector(*(QVector*)p); + else if(T_QVector_QLineF == n) l_ret = from_qlinefvector(*(QVector*)p); + else if(T_QVector_QPoint == n) l_ret = from_qpointvector(*(QVector*)p); + else if(T_QVector_QPointF == n) l_ret = from_qpointfvector(*(QVector*)p); + else if(T_QVector_QRect == n) l_ret = from_qrectvector(*(QVector*)p); + else if(T_QVector_QRectF == n) l_ret = from_qrectfvector(*(QVector*)p); + else if(T_QVector_QRgb == n) l_ret = from_qrgbvector(*(QVector*)p); + else if(T_QVector_QTextFormat == n) l_ret = from_qtextformatvector(*(QVector*)p); + else if(T_QVector_QTextLength == n) l_ret = from_qtextlengthvector(*(QVector*)p); + else if(T_QVector_qreal == n) l_ret = from_qrealvector(*(QVector*)p); + else if(T_WId == n) l_ret = ecl_make_unsigned_integer(*(ulong*)p); + // module types + else if((n >= LObjects::T_GLenum) && + (n <= LObjects::T_QGLFramebufferObjectFormat)) { + if(LObjects::to_lisp_arg_opengl) { + l_ret = LObjects::to_lisp_arg_opengl(n, p); }} + else if((n >= LObjects::T_QHostAddress) && + (n <= LObjects::T_QSslKey)) { + if(LObjects::to_lisp_arg_network) { + l_ret = LObjects::to_lisp_arg_network(n, p); }} + else if((n >= LObjects::T_QSqlDatabase) && + (n <= LObjects::T_QSqlRelation)) { + if(LObjects::to_lisp_arg_sql) { + l_ret = LObjects::to_lisp_arg_sql(n, p); }} + else if((n >= LObjects::T_QWebElement) && + (n <= LObjects::T_QWebHitTestResult)) { + if(LObjects::toMetaArg_webkit) { + l_ret = LObjects::to_lisp_arg_webkit(n, p); }} + else if(!sType.endsWith('>') && sType.contains(':')) { // enum + int* i = (int*)p; + l_ret = ecl_make_integer(*i); }}} + return l_ret; } + +static void clearMetaArg(const MetaArg& arg, bool is_ret = false) { + void* p = arg.second; + QByteArray sType(arg.first); + const int n = QMetaType::type(sType); + // catch all exceptions first + if(T_bool_ok_pointer == n) { + delete (void**)p; } + else if(sType.endsWith('*')) { + if("const char*" == sType) { + if(!is_ret && !_cstring_buffer_.isEmpty()) { + _cstring_buffer_.removeLast(); } + delete (char**)p; } + else { + delete (void**)p; }} + // enums + else if(!sType.endsWith('>') && sType.contains(':')) { + delete (int*)p; } + // default + else { + QMetaType::destroy(n, p); }} + +static void clearMetaArgList(const MetaArgList& args) { + MetaArgIterator it(args); + it.toBack(); + while(it.hasPrevious()) { + clearMetaArg(it.previous()); }} + +static MetaArg retArg(const QByteArray& name) { + void* p = 0; + MetaArg ret(name, p); + if(name.endsWith('*')) { + if("const char*" == name) { + p = new char**; } + else { + p = new void**; }} + else { + p = QMetaType::create(QMetaType::type(name)); } + ret.second = p; + return ret; } + + + +// *** meta info *** + +static StrList metaInfo(const QByteArray& type, const QByteArray& qclass, const QByteArray& search, + bool non, const QMetaObject* mo) { + StrList info; + if("methods" == type) { + if(!mo) { + mo = methodMetaObjectFromName(qclass, !non); } + if(mo) { + for(int i = mo->methodOffset(); i < mo->methodCount(); ++i) { + QMetaMethod mm(mo->method(i)); + if(mm.methodType() == QMetaMethod::Method) { + QString sig(mm.methodSignature()); + bool constructor = sig.startsWith('C'); + QString ret; + if(constructor) { + sig = qclass + "(" + sig.mid(sig.contains(',') ? 7 : 6); + ret = "constructor"; } + else { + ret = mm.typeName(); + if(ret.isEmpty()) { + ret = "void"; }} + ret.append(" "); + if(!sig.startsWith("_q_")) { + bool _static = false; + if(sig.startsWith('M')) { + sig = sig.mid(1); } + else if(sig.startsWith('S')) { + _static = true; + sig = sig.mid(1); } + QString name(ret + sig + (_static ? " static" : "")); + if(!_static && !constructor) { + QByteArray rm('(' + qclass + '*'); + if(mm.parameterNames().size() > 1) { + rm.append(','); } + name.replace(rm, "("); } + if(name.contains(search, Qt::CaseInsensitive)) { + info << name.toLatin1(); }}}}}} + else if("override" == type) { + Q_FOREACH(QByteArray name, LObjects::overrideFunctions(qclass)) { + if(QString(name).contains(search, Qt::CaseInsensitive)) { + info << name; }}} + else if(!non) { + if(!mo) { + mo = LObjects::staticMetaObject(qclass); } + if(mo) { + if("properties" == type) { + for(int i = mo->propertyOffset(); i < mo->propertyCount(); ++i) { + QMetaProperty mp(mo->property(i)); + QString name = QString("%1 %2%3") + .arg(mp.typeName()) + .arg(mp.name()) + .arg(mp.isWritable() ? "" : " const"); + if(name.contains(search, Qt::CaseInsensitive)) { + info << name.toLatin1(); }}} + else { + int _type = ("signals" == type) ? QMetaMethod::Signal : QMetaMethod::Slot; + for(int i = mo->methodOffset(); i < mo->methodCount(); ++i) { + QMetaMethod mm(mo->method(i)); + if(mm.methodType() == _type) { + QString ret(mm.typeName()); + if(ret.isEmpty()) { + ret = "void"; } + QString sig(mm.methodSignature()); + if(!sig.startsWith("_q_")) { + QString name(QString("%1 %2").arg(ret).arg(sig)); + if(name.contains(search, Qt::CaseInsensitive)) { + info << name.toLatin1(); }}}}}}} + return info; } + +static bool metaInfoLessThan(const QByteArray& s1, const QString& s2) { + if(s1.contains('(')) { + return s1.mid(1 + s1.lastIndexOf(' ', s1.indexOf('('))) < + s2.mid(1 + s2.lastIndexOf(' ', s2.indexOf('('))); } + return s1.mid(1 + s1.indexOf(' ')) < + s2.mid(1 + s2.indexOf(' ')); } + +static cl_object collect_info(const QByteArray& type, const QByteArray& qclass, const QByteArray& qsearch, + bool non, bool* found, const QMetaObject* mo) { + cl_object l_info = Cnil; + StrList info = metaInfo(type, qclass, qsearch, non, mo); + qSort(info.begin(), info.end(), metaInfoLessThan); + if(info.size()) { + *found = true; + Q_FOREACH(QByteArray i, info) { + l_info = CONS(STRING_COPY(i.constData()), l_info); }} + l_info = cl_nreverse(l_info); + return l_info; } + +cl_object qapropos2(cl_object l_search, cl_object l_class, cl_object l_type) { + /// args: (&optional search-string class-name) + /// Finds all occurrencies of the given search string in the given object's meta information.
Constructors are listed under "Methods".
To list the user defined functions of external C++ classes (see Qt_EQL), pass the object instead of the class name. + /// (qapropos "html" "QTextEdit") + /// (qapropos nil "QWidget") + /// (qapropos) + /// (qapropos '|toString|) ; wrapper function symbol + /// (qapropos nil *qt-main*) ; see Qt_EQL, Qt_EQL_dynamic (custom Qt classes, Qt3Support classes) + ecl_process_env()->nvalues = 1; + QByteArray search; + if(ECL_STRINGP(l_search)) { + search = toCString(l_search); } + bool all = (Cnil == l_type); + bool q = all ? false : (Ct == cl_eql(q_keyword(), l_type)); + StrList classes; + bool qt_eql = false; + const QMetaObject* mo = 0; + if(ECL_STRINGP(l_class)) { + if(!classId(l_class)) { + error_msg("QAPROPOS: class not found:", LIST1(l_class)); + return Cnil; } + classes << toCString(l_class); } + else if(Cnil == l_class) { + if(all) { + classes << LObjects::qNames; + classes << LObjects::nNames; + qSort(classes.begin(), classes.end()); } + else { + classes = q ? LObjects::qNames : LObjects::nNames; }} + else { + QtObject obj = toQtObject(l_class); + if(obj.isQObject()) { + if(obj.pointer) { + qt_eql = true; + mo = ((QObject*)obj.pointer)->metaObject(); + classes << QString("%1 : %2") + .arg(mo->className()) + .arg(QString(obj.className())) + .toLatin1(); }}} + cl_object l_docs = Cnil; + Q_FOREACH(QByteArray cl, classes) { + bool found = false; + bool non = LObjects::n_names.contains(cl); + if(non || qt_eql || LObjects::q_names.contains(cl)) { + cl_object l_doc_pro = Cnil; + cl_object l_doc_slo = Cnil; + cl_object l_doc_sig = Cnil; + cl_object l_doc_ovr = Cnil; + if(!non) { + l_doc_pro = collect_info("properties", cl, search, non, &found, mo); } + cl_object l_doc_met = collect_info("methods", cl, search, non, &found, mo); + if(!non) { + l_doc_slo = collect_info("slots", cl, search, non, &found, mo); + l_doc_sig = collect_info("signals", cl, search, non, &found, mo); } + l_doc_ovr = collect_info("override", cl, search, non, &found, mo); + if(found) { + cl_object l_doc = Cnil; + if(l_doc_pro != Cnil) { + l_doc = CONS(CONS(STRING("Properties:"), l_doc_pro), l_doc); } + if(l_doc_met != Cnil) { + l_doc = CONS(CONS(STRING("Methods:"), l_doc_met), l_doc); } + if(l_doc_slo != Cnil) { + l_doc = CONS(CONS(STRING("Slots:"), l_doc_slo), l_doc); } + if(l_doc_sig != Cnil) { + l_doc = CONS(CONS(STRING("Signals:"), l_doc_sig), l_doc); } + if((l_doc_ovr != Cnil) && !qt_eql) { + l_doc = CONS(CONS(STRING("Override:"), l_doc_ovr), l_doc); } + l_doc = cl_nreverse(l_doc); + if(l_doc != Cnil) { + l_docs = CONS(CONS(STRING_COPY(cl.data()), l_doc), l_docs); }}}} + cl_object l_ret = cl_nreverse(l_docs); + return l_ret; } + + + +// *** main functions *** + +cl_object qnew_instance2(cl_object l_name, cl_object l_args) { + /// args: (class-name &rest arguments/properties) + /// alias: qnew + /// Creates a new Qt object, optionally passing the given arguments to the constructor.
Additionally you can pass any number of property/value pairs.
Please note how you can abbreviate long type lists. + /// (qnew "QWidget") + /// (qnew "QPixmap(int,int)" 50 50) ; constructor + /// (qnew "QLabel" "text" "Readme") ; set property + /// (qnew "QMatrix4x4(qreal...)" 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4) + ecl_process_env()->nvalues = 1; + static QHash i_constructor; + if(ECL_STRINGP(l_name)) { + QByteArray name(QMetaObject::normalizedSignature(toCString(l_name))); + QByteArray nameOnly(name); + int p = name.indexOf('('); + if(p != -1) { + nameOnly = name.left(p); } + int id = LObjects::q_names.value(nameOnly, 0); + if(!id) { + id = -LObjects::n_names.value(nameOnly, 0); } + if(id) { + QObject* caller = (id > 0) ? LObjects::Q[id - 1] : LObjects::N[-id - 1]; + if(caller) { + const QMetaObject* mo = caller->metaObject(); + int method_i = i_constructor.value(name, -1); + int len = LEN(l_args); + if(method_i == -1) { + IntList method_list = findMethodIndex(Method, QByteArray("C(uint") + ((p == -1) ? ")" : ("," + name.mid(p + 1))), mo, len); + if(method_list.size()) { + method_i = method_list.at(0); + i_constructor[name] = method_i; }} + if(method_i != -1) { + // qt_metacall to given constructor "C(uint...)" + QMetaMethod mm(mo->method(method_i)); + StrList types(mm.parameterTypes()); + if(len >= (types.length() - 1)) { + const int MAX_ARGS = 16; + // r = return, u = unique + // r u 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 + void* args[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; + void* pointer = 0; + args[0] = &pointer; // return value + uint unique = LObjects::unique(); + args[1] = &unique; + MetaArgList mArgs; + cl_object l_do_args = l_args; + if(p != -1) { + for(int i = 0; (i < (types.length() - 1)) && (i < MAX_ARGS) && (l_do_args != Cnil); ++i) { + MetaArg m_arg(toMetaArg(types.at(i + 1), cl_car(l_do_args))); + args[i + 2] = m_arg.second; + mArgs << m_arg; + l_do_args = cl_cdr(l_do_args); }} + caller->qt_metacall(QMetaObject::InvokeMetaMethod, method_i, args); + clearMetaArgList(mArgs); + if(pointer) { + cl_object l_ret = new_qt_object(pointer, unique, id); + if(id > 0) { // QObject derived + QObject* obj = (QObject*)pointer; + if(obj->isWidgetType()) { + obj->setProperty("EQL.unique", unique); } + while(l_do_args != Cnil) { + qset_property(l_ret, cl_first(l_do_args), cl_second(l_do_args)); + l_do_args = cl_cddr(l_do_args); }} + return l_ret; }}}}}} + error_msg("QNEW-INSTANCE", LIST2(l_name, l_args)); + return Cnil; } + +cl_object qcopy(cl_object l_obj) { + /// args: (object) + /// Copies object using copy-on-write, if such a constructor is available (non QObject derived classes only).
This function is short for e.g: (qnew "QPixmap(QPixmap)" pixmap)

Note that the returned value will not be garbage collected (analogous to qnew). + /// (qcopy pixmap) ; QPen, QBrush, QFont, QPalette, QPixmap, QImage... + ecl_process_env()->nvalues = 1; + QtObject o = toQtObject(l_obj); + if(!o.isQObject()) { + if(o.pointer) { + // qt_metacall to constructor "C(uint,)" + QObject* caller = LObjects::N[-o.id - 1]; + const QMetaObject* mo = caller->metaObject(); + int n = mo->indexOfMethod(QByteArray("C(uint,") + o.className() + ")"); + if(n != -1) { + void* args[] = { 0, 0, 0 }; + void* pointer = 0; + args[0] = &pointer; // return value + uint unique = LObjects::unique(); + args[1] = &unique; + args[2] = o.pointer; + caller->qt_metacall(QMetaObject::InvokeMetaMethod, n, args); + if(pointer) { + cl_object l_ret = new_qt_object(pointer, unique, o.id); + return l_ret; }}}} + error_msg("QCOPY", LIST1(l_obj)); + return Cnil; } + +cl_object qset_gc(cl_object l_obj) { + ecl_process_env()->nvalues = 1; + _garbage_collection_ = (l_obj != Cnil); + return l_obj; } + +enum { GarbageCollection = 1 }; + +cl_object qdelete2(cl_object l_obj, cl_object l_later) { + /// args: (object &optional later) + /// alias: qdel + /// Deletes any Qt object, and sets the pointer value to 0. Deleting a widget deletes all its child widgets, too.
If later is not NIL, the function QObject::deleteLater() will be called instead (but note: the object pointer will be set to 0 immediately.)
Returns T if the object has effectively been deleted.

See also qlet for local Qt objects. + /// (qdel widget) + /// (qdel socket :later) + ecl_process_env()->nvalues = 1; + QtObject o = toQtObject(l_obj); + if(o.pointer) { + bool ok = false; + STATIC_SYMBOL_PKG (s_qt_object_finalize, "QT-OBJECT-FINALIZE", "EQL") + if(cl_funcall(2, s_qt_object_finalize, l_obj) != Cnil) { + if(_garbage_collection_) { + if(o.isQObject()) { + QObject* obj = (QObject*)o.pointer; + delete obj; } + else { + LObjects::deleteNObject(-o.id, o.pointer, GarbageCollection); } + ok = true; } + else { + return Cnil; }} + else { + if(o.isQObject()) { + QObject* obj = (QObject*)o.pointer; + if(Cnil == l_later) { + delete obj; } + else { + obj->deleteLater(); }} + else { + LObjects::deleteNObject(-o.id, o.pointer); } + ok = true; } + if(ok) { + STATIC_SYMBOL_PKG (s_qset_null, "QSET-NULL", "EQL") + cl_funcall(2, s_qset_null, l_obj); + return Ct; }} + // no error message (unintentional multiple deletion) + return Cnil; } + +cl_object qproperty(cl_object l_obj, cl_object l_name) { + /// args: (object name) + /// alias: qget + /// Gets a Qt property. Enumerator values are returned as int values.
Returns T as second return value for successful calls. + /// (qget label "text") + QtObject o = toQtObject(l_obj); + if(ECL_STRINGP(l_name)) { + if(o.isQObject() && o.pointer) { + const QMetaObject* mo = ((QObject*)o.pointer)->metaObject(); + int n = mo->indexOfProperty(toCString(l_name)); + if(n != -1) { + QMetaProperty mp(mo->property(n)); + QVariant var(mp.read((QObject*)o.pointer)); + const cl_env_ptr l_env = ecl_process_env(); + l_env->nvalues = 2; + EQL::return_value_p = true; + l_env->values[0] = from_qvariant_value(var); + EQL::return_value_p = false; + l_env->values[1] = Ct; + return l_env->values[0]; }}} + ecl_process_env()->nvalues = 1; + error_msg("QPROPERTY", LIST2(l_obj, l_name)); + return Cnil; } + +cl_object qset_property(cl_object l_obj, cl_object l_name, cl_object l_val) { + /// args: (object name value) + /// alias: qset + /// Sets a Qt property. Enumerators have to be passed as int values.
Returns T as second return value for successful calls. + /// (qset label "alignment" |Qt.AlignCenter|) + ecl_process_env()->nvalues = 1; + QtObject o = toQtObject(l_obj); + if(ECL_STRINGP(l_name)) { + if(o.isQObject() && o.pointer) { + const QMetaObject* mo = ((QObject*)o.pointer)->metaObject(); + int n = mo->indexOfProperty(toCString(l_name)); + if(n != -1) { + QMetaProperty mp(mo->property(n)); + QVariant var; + if(mp.isEnumType()) { + var = toInt(l_val); } + else { + var = toQVariant(l_val, mp.typeName()); } + if(mp.write((QObject*)o.pointer, var)) { + const cl_env_ptr l_env = ecl_process_env(); + l_env->nvalues = 2; + l_env->values[0] = l_val; + l_env->values[1] = Ct; + return l_env->values[0]; }}}} + error_msg("QSET-PROPERTY", LIST3(l_obj, l_name, l_val)); + return Cnil; } + +cl_object qinvoke_method2(cl_object l_obj, cl_object l_cast, cl_object l_name, cl_object l_args) { + /// args: (object function-name &rest arguments) + /// alias: qfun + /// Calls any of Qt methods, slots, signals. Static methods can be called by passing the string name of an object.

The most convenient way of calling Qt methods is to use the wrapper functions (see alternative 2 below), which allows for tab completion, showing all possible candidates in case of ambiguous type lists (overloaded methods). Additionally, static functions are shown as one symbol (easily catching the eye).

(Optionally you can pass the argument types (as for qconnect and qoverride), which may result in better performance, but only in some edge cases.) + /// (qfun item "setText" 0 "Some objects are EQL.") + /// (qfun "QDateTime" "currentDateTime") ; static method + /// (qfun slider "valueChanged" 10) ; emit signal + /// + /// ;; alternative 1: (macro '!') + /// + /// (! "setText" item 0 "Some objects are EQL.") + /// (! "currentDateTime" "QDateTime") + /// (! "valueChanged" slider 10) + /// + /// ;; alternative 2: (wrapper functions) + /// + /// (|setText| item 0 "Some objects are EQL.") + /// (|currentDateTime.QDateTime|) + /// (|valueChanged| slider 10) + static QHash i_slot; + static QHash i_method; + if((l_obj != Cnil) && ECL_STRINGP(l_name)) { + bool qobject_align = false; + bool qt_eql = false; + QByteArray castClass; + if(l_cast != Cnil) { + if(ECL_STRINGP(l_cast)) { + castClass = toCString(l_cast); } + else if(cl_eql(qt_keyword(), l_cast)) { + qt_eql = true; }} + QtObject obj = toQtObject(l_obj, qt_eql ? Cnil : l_cast, &qobject_align); + IntList method_i; + if(obj.id) { + QByteArray name(QMetaObject::normalizedSignature(toCString(l_name))); + int len_args = LEN(l_args); + QByteArray cacheName((castClass.isEmpty() + ? (qt_eql + ? QByteArray(obj.pointer ? ((QObject*)obj.pointer)->metaObject()->className() : "Qt") + : obj.className()) + : castClass) + + '_' + name + char('A' + len_args)); + bool method = false; + const QMetaObject* mo = 0; + method_i = i_slot.value(cacheName); + if(method_i.size()) { + mo = staticMetaObject(obj); } + else { + method_i = i_method.value(cacheName); + if(method_i.size()) { + if(qt_eql) { + if(obj.pointer) { + mo = ((QObject*)obj.pointer)->metaObject(); }} + else { + method = true; + mo = methodMetaObject(obj); }}} + if(method_i.isEmpty()) { + if(qt_eql) { + if(obj.pointer) { + mo = ((QObject*)obj.pointer)->metaObject(); + method_i = findMethodIndex(Qt_EQL, name, mo, len_args); }} + else { + mo = staticMetaObject(obj); + if(castClass.isEmpty() && obj.isQObject()) { + method_i = findMethodIndex(SignalOrSlot, name, mo, len_args); } + if(method_i.isEmpty()) { + method = true; + int p = name.indexOf('('); + if(p == -1) { + p = name.length(); + name.append('('); } + if(obj.isStatic()) { + mo = methodMetaObject(obj); + // static methods start with 'S' + method_i = findMethodIndex(Static, QByteArray("S") + name.left(p + 1) + name.mid(p + 1), mo, len_args); } + else { + QString sep; + if(len_args) { + sep = ","; } + // ordinary methods start with 'M' + QString _name("M" + name.left(p + 1) + "%1*" + sep + name.mid(p + 1)); + if(castClass.isEmpty()) { + const QMetaObject* _mo = mo; + mo = methodMetaObject(obj); + if(obj.isQObject()) { + do { + method_i = findMethodIndex(Method, _name.arg(_mo->className()).toLatin1(), mo, len_args); + if(method_i.size()) { + break; } + _mo = _mo->superClass(); + mo = mo->superClass(); } + while(mo && _mo); } + else { + const char* _class = obj.className().constData(); + do { + method_i = findMethodIndex(Method, _name.arg(_class).toLatin1(), mo, len_args); + if(method_i.size()) { + break; } + _class = LObjects::nObjectSuperClass(_class); + mo = mo->superClass(); } + while(_class && mo); }} + else { + // very rare need of cast, see QFUN* for examples + mo = methodMetaObject(obj); + method_i = findMethodIndex(Method, _name.arg(castClass.constData()).toLatin1(), mo, len_args); }}}} + if(method_i.size()) { + if(method || qt_eql) { + i_method[cacheName] = method_i; } + else { + i_slot[cacheName] = method_i; }}} + if(mo && method_i.size()) { + // qt_metacall + int method_index = method_i.at(0); + QMetaMethod mm(mo->method(method_index)); + StrList types(mm.parameterTypes()); + bool this_arg = method && !obj.isStatic(); + cl_object l_do_args = l_args; + if((types.length() - (this_arg ? 1 : 0)) == len_args) { + const int MAX_ARGS = 10; + // r = return, o = object + // r o 1 2 3 4 5 6 7 8 9 10 + void* args[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; + MetaArgList mArgs; + int i = -1; + void* _this = 0; + if(this_arg) { + ulong l = (ulong)obj.pointer; + if(qobject_align) { + // cast from QObject to non QObject + multiple inheritance problem + l += sizeof(QObject); } + _this = (void*)l; + args[++i + 1] = &_this; } + bool types_ok = true; + int i_start = i; + int already_checked = -1; + // type ambiguity (same number of arguments): find method for matching type list + if(method_i.size() > 1) { + // verify if first option already matches, since latest matching option will be put + // in front of the list (auto-optimization of inner loops) + int m1 = method_i.at(0); + StrList types1(mo->method(m1).parameterTypes()); + while((l_do_args != Cnil) && (i < MAX_ARGS)) { + ++i; + QByteArray curr(types1.at(i)); + if(curr.endsWith('*')) { + curr.truncate(curr.length() - 1); } + QByteArray typeName(qtObjectName(cl_car(l_do_args), curr)); + bool match = (inherits(typeName, curr) || + typeName.contains(curr) || + (curr.contains("::") && (typeName == "int")) || + (curr.contains("QList") && typeName.contains("QList")) || + (curr.contains("QVector") && typeName.contains("QVector"))); + if(!match) { + goto ok1; } + l_do_args = cl_cdr(l_do_args); } + goto ok3; +ok1: + i = i_start; + l_do_args = l_args; + IntList method_i_orig = method_i; + while((l_do_args != Cnil) && (i < MAX_ARGS)) { + ++i; + cl_object l_arg = cl_car(l_do_args); + QByteArray typeName(qtObjectName(l_arg)); + IntList matches; + Q_FOREACH(int mi, method_i) { + StrList types_i(mo->method(mi).parameterTypes()); + QByteArray curr(types_i.at(i)); + if(curr.endsWith('*')) { + curr.truncate(curr.length() - 1); } + if(inherits(typeName, curr) || + typeName.contains(curr) || + (curr.contains("::") && (typeName == "int")) || + (curr.contains("QList") && typeName.contains("QList")) || + (curr.contains("QVector") && typeName.contains("QVector"))) { + matches << mi; + method_index = mi; + mm = mo->method(method_index); + types = types_i; + if(types.size() == (i + 1)) { // last argument + goto ok2; }}} + if(matches.size() == 1) { + goto ok2; } + else if(matches.size() > 1) { + method_i = matches; } + l_do_args = cl_cdr(l_do_args); } +ok2: + // put method_index in front (optimization for repeated calls) + method_i = method_i_orig; + method_i.removeOne(method_index); + method_i.prepend(method_index); + if(method || qt_eql) { + i_method[cacheName] = method_i; } + else { + i_slot[cacheName] = method_i; }} +ok3: + l_do_args = l_args; + already_checked = i; + i = i_start; + while((l_do_args != Cnil) && (i < MAX_ARGS)) { + ++i; + cl_object l_arg = cl_car(l_do_args); + // type check + if(_check_argument_types_ && (i > already_checked)) { + if((l_arg != Cnil) && + (types.at(i).startsWith('Q')) && + !types.at(i).contains(':') && + !types.at(i).endsWith('>')) { + if(!strstr("QByteArray QChar QColor QGradientStop QLineF QPointF QPolygonF QRectF QRgb QSizeF QStringList", // primitives + types.at(i))) { + if(types.at(i) != "QVariantList") { // special case + QByteArray name1(types.at(i)); + if(name1.endsWith('*')) { + name1.truncate(name1.length() - 1); } + QByteArray name2(qtObjectName(l_arg, name1)); + if(!inherits(name2, name1)) { + type_msg(name1, name2); + types_ok = false; + break; }}}}} + MetaArg m_arg(toMetaArg(types.at(i), l_arg)); + args[i + 1] = m_arg.second; + mArgs << m_arg; + l_do_args = cl_cdr(l_do_args); } + if(types_ok) { + MetaArg ret(retArg(mm.typeName())); + args[0] = ret.second; // return value + QObject* caller = 0; + if(method) { + caller = obj.isQObject() ? LObjects::Q[obj.id - 1] : LObjects::N[-obj.id - 1]; } + else { + caller = obj.isQObject() ? (QObject*)obj.pointer : 0; } + if(caller) { + caller->qt_metacall(QMetaObject::InvokeMetaMethod, method_index, args); + clearMetaArgList(mArgs); + cl_object l_ret = Cnil; + if(ret.second) { + EQL::return_value_p = true; + l_ret = to_lisp_arg(ret); + EQL::return_value_p = false; + clearMetaArg(ret, true); } + const cl_env_ptr l_env = ecl_process_env(); + l_env->nvalues = 2; + l_env->values[0] = l_ret; + l_env->values[1] = Ct; + return l_env->values[0]; } + else { + clearMetaArgList(mArgs); }}}}}} + ecl_process_env()->nvalues = 1; + error_msg("QINVOKE-METHOD", LIST4(l_obj, l_cast, l_name, l_args)); + return Cnil; } + +static void* ensurePersistentFunction(cl_object l_fun) { + STATIC_SYMBOL_PKG (s_ensure_persistent_function, "%ENSURE-PERSISTENT-FUNCTION", "EQL") // see "lisp/ini.lisp" + cl_object l_ret = cl_funcall(2, s_ensure_persistent_function, l_fun); + return (Cnil == l_ret) ? 0 : (void*)l_ret; } + +cl_object qconnect2(cl_object l_caller, cl_object l_signal, cl_object l_receiver, cl_object l_slot) { + /// args: (caller signal receiver/function &optional slot) + /// Connects either a Qt signal to a Qt slot, or a Qt signal to a Lisp function. + /// (qconnect edit "textChanged(QString)" label "setText(QString)") + /// (qconnect edit "textChanged(QString)" (lambda (txt) (print txt))) + ecl_process_env()->nvalues = 1; + if(ECL_STRINGP(l_signal)) { + QtObject o1 = toQtObject(l_caller); + if(o1.isQObject() && o1.pointer) { + QByteArray signal(QMetaObject::normalizedSignature(toCString(l_signal))); + if(ECL_STRINGP(l_slot)) { + QtObject o2 = toQtObject(l_receiver); + if(o2.isQObject() && o2.pointer) { + QByteArray slot(QMetaObject::normalizedSignature(toCString(l_slot))); + if(QMetaObject::checkConnectArgs(signal, slot)) { + if(QObject::connect((QObject*)o1.pointer, SIG + signal, (QObject*)o2.pointer, SLO + slot)) { + return Ct; }}}} + else if(Cnil == l_slot) { + void* fun = ensurePersistentFunction(l_receiver); + if(fun) { + if(DynObject::connect((QObject*)o1.pointer, SIG + signal, LObjects::dynObject, fun)) { + return Ct; }}}}} + error_msg("QCONNECT", LIST4(l_caller, l_signal, l_receiver, l_slot)); + return Cnil; } + +cl_object qdisconnect2(cl_object l_caller, cl_object l_signal, cl_object l_receiver, cl_object l_slot) { + /// args: (caller &optional signal receiver/function slot) + /// Disconnects signals to either Qt slots or Lisp functions. Anything but the caller can be either NIL or omitted.
Returns T if something has effectively been disconnected. + /// (qdisconnect edit "textChanged(QString)" label "setText(QString)") + /// (qdisconnect edit "textChanged(QString)") + /// (qdisconnect edit nil label) + /// (qdisconnect edit) + ecl_process_env()->nvalues = 1; + QtObject o1 = toQtObject(l_caller); + if(o1.isQObject() && o1.pointer) { + QtObject o2 = toQtObject(l_receiver); + QByteArray signal(toCString(l_signal)); + QByteArray slot(toCString(l_slot)); + if(!signal.isEmpty()) { + signal = QMetaObject::normalizedSignature(signal); + signal.prepend(SIG); } + if(!slot.isEmpty()) { + slot = QMetaObject::normalizedSignature(slot); + slot.prepend(SLO); } + bool lisp = (l_receiver != Cnil) && !o2.pointer; + void* lisp_fun = lisp ? ensurePersistentFunction(l_receiver) : 0; + bool disconnected = false; + if(!lisp) { + if(QObject::disconnect((QObject*)o1.pointer, + signal.isEmpty() ? 0: signal.constData(), + o2.isQObject() ? (QObject*)o2.pointer : 0, + slot.isEmpty() ? 0 : slot.constData())) { + disconnected = true; }} + if(lisp_fun) { + if(DynObject::disconnect((QObject*)o1.pointer, + signal.isEmpty() ? 0 : signal.constData(), + LObjects::dynObject, + lisp_fun)) { + disconnected = true; }} + return disconnected ? Ct : Cnil; } + error_msg("QDISCONNECT", LIST4(l_caller, l_signal, l_receiver, l_slot)); + return Cnil; } + +cl_object qsender() { + /// args: () + /// Corresponding to QObject::sender(). To use inside a Lisp function connected to a Qt signal. + ecl_process_env()->nvalues = 1; + QObject* curr = DynObject::currentSender; + if(curr) { + cl_object l_ret = qt_object_from_name(curr->metaObject()->className(), + curr, + curr->property("EQL.unique").toUInt()); + return l_ret; } + error_msg("QSENDER", Cnil); + return Cnil; } + +static cl_object call_lisp_fun(cl_object l_fun, cl_object l_args, quint64 override_id = 0) { + cl_object l_ret = Cnil; + const cl_env_ptr l_env = ecl_process_env(); + if(override_id) { + LObjects::callingList.append(override_id); + LObjects::calling = override_id; } + CL_CATCH_ALL_BEGIN(l_env) { + CL_UNWIND_PROTECT_BEGIN(l_env) { + l_ret = cl_apply(2, l_fun, l_args); } + CL_UNWIND_PROTECT_EXIT { + if(override_id) { + LObjects::callingList.removeLast(); + LObjects::calling = LObjects::callingList.isEmpty() ? 0 : LObjects::callingList.last(); }} + CL_UNWIND_PROTECT_END; } + CL_CATCH_ALL_END; + return l_ret; } + +void callConnectFun(void* fun, const StrList& types, void** args) { + int i = 0; + cl_object l_args = Cnil; + Q_FOREACH(QByteArray type, types) { + l_args = CONS(to_lisp_arg(MetaArg(type, args[++i])), l_args); } + call_lisp_fun((cl_object)fun, cl_nreverse(l_args)); } + +cl_object qoverride(cl_object l_obj, cl_object l_name, cl_object l_fun) { + /// args: (object name function) + /// Sets a Lisp function to be called on a virtual Qt method.
To remove a function, pass NIL instead of the function argument.

If you call qcall-default anywhere inside your overridden function, the base implementation will be called afterwards.
Instead of qcall-default you can directly call the base implementation, which is useful if you want to do post-processing of the returned value. + /// (qoverride edit "keyPressEvent(QKeyEvent*)" (lambda (ev) (print (|key| ev)) (qcall-default))) + ecl_process_env()->nvalues = 1; + QtObject o = toQtObject(l_obj); + void* fun = (Cnil == l_fun) ? 0 : ensurePersistentFunction(l_fun); + if(o.pointer) { + QByteArray name(QMetaObject::normalizedSignature(toCString(l_name))); + uint id = LObjects::override_function_ids.value(name, 0); + if(id) { + LObjects::setOverrideFun(LObjects::override_id(o.unique, id), fun); + return Ct; }} + error_msg("QOVERRIDE", LIST3(l_obj, l_name, l_fun)); + return Cnil; } + +cl_object qcall_default() { + /// args: () + /// To use anywhere inside an overridden function (see qoverride).
Calls the base implementation of the virtual Qt method after leaving the function body.

Optionally call the base implementation directly (if you want to do post-processing of the return value). + ecl_process_env()->nvalues = 1; + LObjects::call_default = true; + return Ct; } + +QVariant callOverrideFun(void* fun, int id, const void** args, quint64 override_id) { + STATIC_SYMBOL_PKG (s_qt_object_p, "QT-OBJECT-P", "EQL") + STATIC_SYMBOL_PKG (s_qt_object_pointer, "QT-OBJECT-POINTER", "EQL") + int n = id - 1; + int i = 0; + const char* type = 0; + cl_object l_args = Cnil; + while((type = LObjects::override_arg_types[n][i + 1])) { + l_args = CONS(to_lisp_arg(MetaArg(type, (void*)args[i])), l_args); + ++i; } + LObjects::call_default = false; // see qcall_default() + cl_object l_ret = call_lisp_fun((cl_object)fun, cl_nreverse(l_args), override_id); + QVariant ret; + const char* ret_type = LObjects::override_arg_types[n][0]; + if(ret_type) { + QByteArray type(ret_type); + void* pointer = 0; + if(cl_funcall(2, s_qt_object_p, l_ret) == Ct) { + pointer = (void*)fixnnint(cl_funcall(2, s_qt_object_pointer, l_ret)); } + if(type.startsWith('Q') && type.endsWith('*')) { + ret = qVariantFromValue(pointer); } + else { + const int type = QMetaType::type(ret_type); + switch(type) { + // implicit pointer types + case QMetaType::QBrush: ret = qVariantFromValue(*(QBrush*)pointer); break; + case QMetaType::QCursor: ret = qVariantFromValue(*(QCursor*)pointer); break; + case QMetaType::QDate: ret = qVariantFromValue(*(QDate*)pointer); break; + case QMetaType::QDateTime: ret = qVariantFromValue(*(QDateTime*)pointer); break; + case QMetaType::QFont: ret = qVariantFromValue(*(QFont*)pointer); break; + case QMetaType::QIcon: ret = qVariantFromValue(*(QIcon*)pointer); break; + case QMetaType::QImage: ret = qVariantFromValue(*(QImage*)pointer); break; + case QMetaType::QKeySequence: ret = qVariantFromValue(*(QKeySequence*)pointer); break; + case QMetaType::QLocale: ret = qVariantFromValue(*(QLocale*)pointer); break; + case QMetaType::QPalette: ret = qVariantFromValue(*(QPalette*)pointer); break; + case QMetaType::QPen: ret = qVariantFromValue(*(QPen*)pointer); break; + case QMetaType::QPixmap: ret = qVariantFromValue(*(QPixmap*)pointer); break; + case QMetaType::QTextFormat: ret = qVariantFromValue(*(QTextFormat*)pointer); break; + case QMetaType::QTextLength: ret = qVariantFromValue(*(QTextLength*)pointer); break; + case QMetaType::QTime: ret = qVariantFromValue(*(QTime*)pointer); break; + case QMetaType::QUrl: ret = qVariantFromValue(*(QUrl*)pointer); break; + case QMetaType::QVariant: ret = qVariantFromValue(*(QVariant*)pointer); break; + default: + if(type == T_QFileInfo) ret = qVariantFromValue(*(QFileInfo*)pointer); + else if(type == T_QModelIndex) ret = qVariantFromValue(*(QModelIndex*)pointer); + else if(type == T_QPainterPath) ret = qVariantFromValue(*(QPainterPath*)pointer); + else if(type == T_QTableWidgetSelectionRange) ret = qVariantFromValue(*(QTableWidgetSelectionRange*)pointer); + else if(type == T_QTextBlock) ret = qVariantFromValue(*(QTextBlock*)pointer); + else if(type == T_QTextCharFormat) ret = qVariantFromValue(*(QTextCharFormat*)pointer); + else if(type == T_QTextCursor) ret = qVariantFromValue(*(QTextCursor*)pointer); + else if(type == T_QTextDocumentFragment) ret = qVariantFromValue(*(QTextDocumentFragment*)pointer); + else if(type == T_QTextOption) ret = qVariantFromValue(*(QTextOption*)pointer); + else ret = toQVariant(l_ret, ret_type); }}} + return ret; } + +cl_object qadd_event_filter(cl_object l_obj, cl_object l_ev, cl_object l_fun) { + /// args: (object event function) + /// Convenience function. Adds a Lisp function to be called on a given event type.
If the object argument is NIL, the event will be captured for the whole application.
If the Lisp function returns NIL, the event will be processed by Qt afterwards.

Returns a handle which can be used to remove the filter, see qremove-event-filter.

See also qoverride for QObject::eventFilter(QObject*,QEvent*) and
QObject::installEventFilter(QObject*),
QObject::removeEventFilter(QObject*).

The event class corresponds to the respective event type (no cast needed). + /// (qadd-event-filter nil |QEvent.MouseButtonPress| (lambda (object mouse-event) (print object) nil)) + ecl_process_env()->nvalues = 1; + void* fun = ensurePersistentFunction(l_fun); + if(fun) { + QObject* obj = 0; + if(l_obj != Cnil) { + QtObject o = toQtObject(l_obj); + if(o.isQObject()) { + obj = (QObject*)o.pointer; }} + int id = LObjects::dynObject->addEventFilter(obj, toInt(l_ev), fun); + cl_object l_id = ecl_make_integer(id); + return l_id; } + error_msg("QADD-EVENT-FILTER", LIST3(l_obj, l_ev, l_fun)); + return Cnil; } + +cl_object qremove_event_filter(cl_object l_handle) { + /// args: (handle) + /// Removes the event filter corresponding to handle, which is the return value of qadd-event-filter.
Returns handle if the event filter has effectively been removed.
See also qclear-event-filters. + ecl_process_env()->nvalues = 1; + if(cl_integerp(l_handle) == Ct) { + return LObjects::dynObject->removeEventFilter(toInt(l_handle)) ? l_handle : Cnil; } + error_msg("QREMOVE-EVENT-FILTER", LIST1(l_handle)); + return Cnil; } + +bool callEventFun(void* fun, QObject* obj, QEvent* ev) { + if(fun) { + if(obj->objectName().endsWith("viewport")) { + obj = obj->parent(); } + return (call_lisp_fun((cl_object)fun, + LIST2(qt_object_from_name(obj->metaObject()->className(), (void*)obj), + qt_object_from_name(eventName(ev->type()), (void*)ev))) + != Cnil); } + return true; } + +cl_object qclear_event_filters() { + /// args: () + /// Clears all added event filters. + ecl_process_env()->nvalues = 1; + LObjects::dynObject->clearEventFilters(); + return Ct; } + +cl_object qrequire2(cl_object l_name, cl_object l_quiet) { /// qrequire + /// args: (module &optional quiet) + /// Loads an EQL module, corresponding to a Qt module.
Returns the module name if both loading and initializing have been successful.
If the quiet argument is not NIL, no error message will be shown on failure.

Currently available modules: :network :opengl :sql + /// (qrequire :network) + ecl_process_env()->nvalues = 1; + QString name = symbolName(l_name); + QString prefix, postfix; +#ifdef Q_OS_DARWIN + prefix = "lib"; postfix = ".1.dylib"; +#endif +#ifdef Q_OS_LINUX + prefix = "lib"; postfix = ".so.1"; +#endif + QLibrary lib(prefix + "eql5_" + name + postfix); // global library + typedef void (*Ini)(); + Ini ini = (Ini)lib.resolve("ini"); + if(ini) { + ini(); + StaticMetaObject meta = (StaticMetaObject)lib.resolve("staticMetaObject"); + DeleteNObject del = (DeleteNObject)lib.resolve("deleteNObject"); + Override over = (Override)lib.resolve("overrideFunctions"); + if(meta && del && over) { + if("help" == name) { + LObjects::staticMetaObject_help = meta; + LObjects::deleteNObject_help = del; + LObjects::override_help = over; + return l_name; } + else if("svg" == name) { + LObjects::staticMetaObject_svg = meta; + LObjects::deleteNObject_svg = del; + LObjects::override_svg = over; + return l_name; } + else { + ToMetaArg metaArg = (ToMetaArg)lib.resolve("toMetaArg"); + To_lisp_arg lispArg = (To_lisp_arg)lib.resolve("to_lisp_arg"); + if(metaArg && lispArg) { + if("network" == name) { + LObjects::staticMetaObject_network = meta; + LObjects::deleteNObject_network = del; + LObjects::override_network = over; + LObjects::toMetaArg_network = metaArg; + LObjects::to_lisp_arg_network = lispArg; + return l_name; } + else if("opengl" == name) { + LObjects::staticMetaObject_opengl = meta; + LObjects::deleteNObject_opengl = del; + LObjects::override_opengl = over; + LObjects::toMetaArg_opengl = metaArg; + LObjects::to_lisp_arg_opengl = lispArg; + return l_name; } + else if("sql" == name) { + LObjects::staticMetaObject_sql = meta; + LObjects::deleteNObject_sql = del; + LObjects::override_sql = over; + LObjects::toMetaArg_sql = metaArg; + LObjects::to_lisp_arg_sql = lispArg; + return l_name; } + else if("webkit" == name) { + LObjects::staticMetaObject_webkit = meta; + LObjects::deleteNObject_webkit = del; + LObjects::override_webkit = over; + LObjects::toMetaArg_webkit = metaArg; + LObjects::to_lisp_arg_webkit = lispArg; + return l_name; }}}}} + if(l_quiet == Cnil) { + error_msg("QREQUIRE", LIST1(l_name)); } + return Cnil; } + +cl_object qload_cpp(cl_object l_lib_name, cl_object l_unload) { /// qload-c++ + /// args: (library-name &optional unload) + /// Loads a custom Qt/C++ plugin (see Qt_EQL_dynamic/).
The library-name has to be passed as path to the plugin, without file ending.

This offers a simple way to extend your application with your own Qt/C++ functions.
The plugin will be reloaded (if supported by the OS) every time you call this function (Linux: see also qauto-reload-c++).
If the unload argument is not NIL, the plugin will be unloaded (if supported by the OS). + /// (defparameter *c++* (qload-c++ "eql_cpp")) ; load (Linux: see also QAUTO-RELOAD-C++) + /// + /// (qapropos nil *c++*) ; documentation + /// + /// (! "mySpeedyQtFunction" (:qt *c++*)) ; call library function (note :qt) + static QHash libraries; + QString libName = toQString(l_lib_name); + bool unload = (l_unload != Cnil); + if(!libName.isEmpty()) { + if(!libName.contains('/')) { + libName.prepend("./"); } + QLibrary* lib = libraries.value(libName, 0); + if(lib) { + if(lib->isLoaded()) { + lib->unload(); // for both unload/reload + if(!unload) { + cl_sleep(ecl_make_singlefloat(0.5)); }}} + if(unload) { + ecl_process_env()->nvalues = 1; + if(lib) { + delete lib; + libraries.remove(libName); + return l_lib_name; } + return Cnil; } + if(!lib) { + lib = new QLibrary(libName); + libraries[libName] = lib; } + typedef QObject* (*Ini)(); + Ini ini = (Ini)lib->resolve("ini"); + if(ini) { + QObject* main = ini(); + if(main) { + cl_object l_ret = qt_object_from_name(LObjects::vanillaQtSuperClassName(main->metaObject()), + main, + main->property("EQL.unique").toUInt()); + const cl_env_ptr l_env = ecl_process_env(); + l_env->nvalues = 2; + l_env->values[0] = l_ret; + // for QFileSystemWatcher (QAUTO-RELOAD-C++) + QString fileName(lib->fileName()); + if(fileName.startsWith("./")) { + fileName.prepend(QDir::currentPath() + "/"); } + l_env->values[1] = from_qstring(fileName); + return l_ret; }}} + ecl_process_env()->nvalues = 1; + error_msg("QLOAD-C++", LIST2(l_lib_name, l_unload)); + return Cnil; } + + + +// *** convenience functions *** + +cl_object qtranslate(cl_object l_con, cl_object l_src, cl_object l_n) { + ecl_process_env()->nvalues = 1; + QByteArray context(toQString(l_con).toUtf8()); + QByteArray source(toQString(l_src).toUtf8()); + int n = toInt(l_n); + cl_object l_ret; + if(n == -1) { + l_ret = from_qstring(QCoreApplication::translate(context, source)); } + else { + l_ret = from_qstring(QCoreApplication::translate(context, source, 0, n)); } + return l_ret; } + +cl_object qlocal8bit(cl_object l_str) { + /// args: (string) + /// Converts a Unicode pathname to a simple ECL base string, using QString::toLocal8Bit() (see QLocale settings).
Depending on the OS (namely Windows), this is necessary if you get a filename from Qt and want to use it in ECL.

See also QUTF8. + ecl_process_env()->nvalues = 1; + cl_object l_ret = from_cstring(toQString(l_str).toLocal8Bit()); // returns 'ecl_simple_base_string', not Unicode + return l_ret; } + +cl_object qutf8(cl_object l_str) { + /// args: (string) + /// Converts a Unicode pathname to a simple ECL base string, using QString::toUtf8().
Depending on the OS (namely OSX, Linux), this is necessary if you get a filename from Qt and want to use it in ECL.

See also QLOCAL8BIT. + ecl_process_env()->nvalues = 1; + cl_object l_ret = from_cstring(toQString(l_str).toUtf8()); // returns 'ecl_simple_base_string', not Unicode + return l_ret; } + +cl_object qfrom_utf8(cl_object l_ba) { + /// args: (byte-array) + /// Returns the byte array (vector of octets) converted using QString::fromUtf8(). + ecl_process_env()->nvalues = 1; + cl_object l_ret = from_qstring(QString::fromUtf8(toQByteArray(l_ba))); + return l_ret; } + +cl_object qescape(cl_object l_str) { + /// args: (string) + /// Calls QString::toHtmlEscaped(). + ecl_process_env()->nvalues = 1; + cl_object l_ret = from_qstring(toQString(l_str).toHtmlEscaped()); + return l_ret; } + +cl_object qt_object_name(cl_object l_obj) { + /// args: (object) + /// Returns the Qt class name. + ecl_process_env()->nvalues = 1; + QtObject o = toQtObject(l_obj); + cl_object l_ret = from_cstring(o.className()); + return l_ret; } + +cl_object qt_object_x(cl_object l_obj) { /// qt-object-? + /// args: (object) + /// Returns the specific qt-object of a generic qt-object.
Works for QObject and QEvent inherited classes only. + /// (qt-object-? (|parentWidget| widget)) + /// (qt-object-? (|widget| (|itemAt| box-layout 0))) + /// (qt-object-? event) + ecl_process_env()->nvalues = 1; + QtObject o = toQtObject(l_obj); + cl_object l_ret = l_obj; + if(o.pointer) { + // QObject + if(o.isQObject()) { + QObject* obj = (QObject*)o.pointer; + l_ret = qt_object_from_name(LObjects::vanillaQtSuperClassName(obj->metaObject()), + obj, + obj->property("EQL.unique").toUInt()); } + // QEvent + else if(o.id == -LObjects::n_names.value("QEvent")) { + const char* name = eventName(((QEvent*)o.pointer)->type()); + if(name) { + l_ret = qt_object_from_name(name, o.pointer, o.unique); }}} + return l_ret; } + +cl_object qobject_names2(cl_object l_type) { + /// args: (&optional type) + /// Returns all supported object names. Passing either :q or :n returns only the QObject inherited, or not QObject inherited names, respectively. + ecl_process_env()->nvalues = 1; + bool all = (Cnil == l_type); + StrList names; + if(all) { + names << LObjects::qNames; + names << LObjects::nNames; + qSort(names.begin(), names.end()); } + else { + names = (Ct == cl_eql(q_keyword(), l_type)) ? LObjects::qNames : LObjects::nNames; } + QStringList list; + Q_FOREACH(QByteArray name, names) { + list << QString(name); } + cl_object l_ret = from_qstringlist(list); + return l_ret; } + +cl_object qenums2(cl_object l_class, cl_object l_name) { + /// args: (class-name &optional enum-name) + /// Returns the meta enum list of the given class-name and enum-name (see Q_ENUMS in Qt sources).
Omitting enum-name will return all meta enum lists of the class/scope. + /// (qenums "QLineEdit" "EchoMode") ; gives '("QLineEdit" ("EchoMode" ("Normal" . 0) ...)) + /// (qenums "Qt") + ecl_process_env()->nvalues = 1; + if(ECL_STRINGP(l_class)) { + QByteArray className(toCString(l_class)); + QByteArray name(toCString(l_name)); + const QMetaObject* mo = ("Qt" == className) ? staticQtMetaObject : LObjects::staticMetaObject(className); + if(mo) { + cl_object l_enums = Cnil; + for(int i = mo->enumeratorOffset(); i < mo->enumeratorCount(); ++i) { + QMetaEnum me(mo->enumerator(i)); + if((l_name == Cnil) || (me.name() == name)) { + cl_object l_keys = LIST1(from_cstring(me.name())); + for(int j = 0; j < me.keyCount(); ++j) { + QByteArray key(me.key(j)); + int val = (me.isFlag() ? me.keysToValue(key) : me.keyToValue(key)); + l_keys = CONS(CONS(from_cstring(key), ecl_make_integer(val)), l_keys); } + l_enums = CONS(cl_nreverse(l_keys), l_enums); }} + l_enums = CONS(l_class, cl_nreverse(l_enums)); + return l_enums; }} + error_msg("QENUMS", LIST2(l_class, l_name)); + return Cnil; } + +cl_object qapp() { + /// args: () + /// Convenience function returning qApp. + ecl_process_env()->nvalues = 1; + cl_object l_ret = qt_object_from_name("QApplication", (void*)qApp); + return l_ret; } + +cl_object qprocess_events() { + /// args: () + /// Convenience function to call QApplication::processEvents(). + ecl_process_env()->nvalues = 1; + QApplication::processEvents(); + return Ct; } + +cl_object qexec2(cl_object l_milliseconds) { + /// args: (&optional milliseconds) + /// Convenience function to call QApplication::exec().
Optionally pass the time in milliseconds after which QEventLoop::exit() will be called.
See also qsleep. + ecl_process_env()->nvalues = 1; + if(l_milliseconds != Cnil) { + static QTimer* timer = 0; + if(!timer) { + timer = new QTimer; + EQL::eventLoop = new QEventLoop; + timer->setSingleShot(true); + QObject::connect(timer, QSIGNAL(timeout()), LObjects::eql, QSLOT(exitEventLoop())); } + timer->start(toInt(l_milliseconds)); + EQL::eventLoop->exec(); + return l_milliseconds; } + QCoreApplication::exit(); // prevent "The event loop is already running" + QApplication::exec(); + return Ct; } + +cl_object no_qexec() { + EQL::qexec = false; + return Cnil; } + +cl_object qexit() { + /// args: () + /// Calls QEventLoop::exit(), in order to exit event processing after a call to qexec with a timeout.
Returns T if the event loop has effectively been exited. + ecl_process_env()->nvalues = 1; + if(EQL::eventLoop) { + if(EQL::eventLoop->isRunning()) { + EQL::eventLoop->exit(); + return Ct; }} + return Cnil; } + +cl_object qstatic_meta_object(cl_object l_class) { + /// args: (class-name) + /// Returns the ::staticMetaObject of the given class name. + /// (qstatic-meta-object "QEasingCurve") + ecl_process_env()->nvalues = 1; + if(ECL_STRINGP(l_class)) { + const QMetaObject* m = LObjects::staticMetaObject(toCString(l_class)); + if(m) { + cl_object l_ret = qt_object_from_name("QMetaObject", (void*)m); + return l_ret; }} + error_msg("QSTATIC-META-OBJECT", LIST1(l_class)); + return Cnil; } + +cl_object qload_ui(cl_object l_ui) { + /// args: (file-name) + /// Calls a custom QUiLoader::load() function, loading a UI file created by Qt Designer. Returns the top level widget of the UI.
Use qfind-child to retrieve the child widgets. + /// (qload-ui "my-fancy-gui.ui") + ecl_process_env()->nvalues = 1; + QString ui(toQString(l_ui)); + if(!ui.isEmpty()) { + if(!ui.endsWith(".ui")) { + ui.append(".ui"); } + UiLoader loader; + QFile file(ui); + if(file.open(QFile::ReadOnly)) { + QWidget* w = loader.load(&file); + file.close(); + if(w) { + cl_object l_ret = qt_object_from_name(LObjects::vanillaQtSuperClassName(w->metaObject()), + w, + w->property("EQL.unique").toUInt()); + return l_ret; }}} + error_msg("QLOAD-UI", LIST1(l_ui)); + return Cnil; } + +cl_object qfind_child(cl_object l_obj, cl_object l_name) { + /// args: (object object-name) + /// Calls QObject::findChild<QObject*>().
Can be used to get the child objects of any Qt object (typically from a UI, see qload-ui), identified by QObject::objectName(). + /// (qfind-child *main* "editor") + ecl_process_env()->nvalues = 1; + QString name(toQString(l_name)); + if(!name.isEmpty()) { + QtObject o = toQtObject(l_obj); + if(o.isQObject()) { + QObject* obj = ((QObject*)o.pointer)->findChild(name); + if(obj) { + cl_object l_ret = qt_object_from_name(LObjects::vanillaQtSuperClassName(obj->metaObject()), + obj, + obj->property("EQL.unique").toUInt()); + return l_ret; }}} + error_msg("QFIND-CHILD", LIST2(l_obj, l_name)); + return Cnil; } + +cl_object qfind_children2(cl_object l_obj, cl_object l_name, cl_object l_class) { + /// args: (object &optional object-name class-name) + /// Calls QObject::findChildren<QObject*>(), returning a list of all child objects matching object-name and class-name.
Omitting the &optional arguments will find all children, recursively. + /// (qfind-children *qt-main* nil "LightWidget") ; see Qt_EQL example + ecl_process_env()->nvalues = 1; + QString objectName(toQString(l_name)); + QByteArray className(toCString(l_class)); + QtObject o = toQtObject(l_obj); + if(o.isQObject()) { + QObjectList children = ((QObject*)o.pointer)->findChildren(objectName); + cl_object l_children = Cnil; + Q_FOREACH(QObject* child, children) { + QByteArray className2(child->metaObject()->className()); + QByteArray className3(LObjects::vanillaQtSuperClassName(child->metaObject())); + if(className.isEmpty() || + (className == className2) || + (className == className3)) { + l_children = CONS(qt_object_from_name(className3, child, child->property("EQL.unique").toUInt()), + l_children); }} + l_children = cl_nreverse(l_children); + return l_children; } + error_msg("QFIND-CHILDREN", LIST3(l_obj, l_name, l_class)); + return Cnil; } + +cl_object qui_class2(cl_object l_ui, cl_object l_name) { + /// args: (file-name &optional object-name) + /// Finds the class name for the given user-defined object name in the given UI file.
Omitting the object name will return the top level class name of the UI. + /// (qui-class "examples/data/main-window.ui" "editor") ; returns "QTextEdit" + ecl_process_env()->nvalues = 1; + QString ui(toQString(l_ui)); + QString name(toQString(l_name)); + if(!ui.isEmpty()) { + if(!ui.endsWith(".ui")) { + ui.append(".ui"); } + bool main = name.isEmpty(); + QFile file(ui); + QString className; + if(file.open(QIODevice::ReadOnly)) { + QXmlStreamReader reader(&file); + while(!reader.atEnd()) { + reader.readNext(); + if(reader.isStartElement()) { + QStringRef el(reader.name()); + if("widget" == el) { + if(main) { + className = reader.attributes().value("class").toString(); + break; } + else if(name == reader.attributes().value("name")) { + className = reader.attributes().value("class").toString(); + break; } + main = false; } + else if("action" == el) { + if(name == reader.attributes().value("name")) { + className = "QAction"; + break; }} + else if("actiongroup" == el) { + if(name == reader.attributes().value("name")) { + className = "QActionGroup"; + break; }} + else if("layout" == el) { + if(name == reader.attributes().value("name")) { + className = reader.attributes().value("class").toString(); + break; }}}} + if(!className.isEmpty()) { + cl_object l_ret = from_qstring(className); + return l_ret; }}} + error_msg("QUI-CLASS", LIST2(l_ui, l_name)); + return Cnil; } + +cl_object qui_names(cl_object l_ui) { + /// args: (file-name) + /// Finds all user-defined object names in the given UI file. + /// (qui-names "examples/data/main-window.ui") + ecl_process_env()->nvalues = 1; + QString ui(toQString(l_ui)); + if(!ui.isEmpty()) { + if(!ui.endsWith(".ui")) { + ui.append(".ui"); } + QFile file(ui); + if(file.open(QIODevice::ReadOnly)) { + QStringList names; + QXmlStreamReader reader(&file); + while(!reader.atEnd()) { + reader.readNext(); + if(reader.isStartElement()) { + QStringRef el(reader.name()); + if(("widget" == el) || + ("action" == el) || + ("actiongroup" == el) || + ("layout" == el)) { + QString name(reader.attributes().value("name").toString()); + if(!name.isEmpty()) { + names << name; }}}} + names.sort(); + cl_object l_ret = from_qstringlist(names); + return l_ret; }} + error_msg("QUI-NAMES", LIST1(l_ui)); + return Cnil; } + +cl_object qsuper_class_name(cl_object l_name) { + /// args: (name) + /// Returns the super class of an object name, or NIL if the class doesn't inherit another Qt class.
Returns T as second return value for successful calls. + /// (qsuper-class-name "QGraphicsLineItem") + if(ECL_STRINGP(l_name)) { + bool found = false; + QByteArray super = superClassName(toCString(l_name), &found); + const cl_env_ptr l_env = ecl_process_env(); + if(found) { + l_env->nvalues = 2; + l_env->values[0] = super.isEmpty() ? Cnil : from_cstring(super); + l_env->values[1] = Ct; + return l_env->values[0]; }} + ecl_process_env()->nvalues = 1; + error_msg("QSUPER-CLASS-NAME", LIST1(l_name)); + return Cnil; } + +cl_object qsingle_shot2(cl_object l_msec, cl_object l_fun) { + /// args: (milliseconds function) + /// A single shot timer similar to QTimer::singleShot(). + /// (qsingle-shot 1000 'one-second-later) + /// + /// (let ((ms 500)) + ///   (qsingle-shot ms (lambda () (qmsg ms)))) + ecl_process_env()->nvalues = 1; + if(l_fun != Cnil) { + new SingleShot(toInt(l_msec), l_fun); // see "delete this;" in "single_shot.h" + return l_msec; } + error_msg("QSINGLE-SHOT", LIST2(l_msec, l_fun)); + return Cnil; } + +cl_object qok() { + /// args: () + /// Needed to get the boolean ok value in cases like this: + /// (! "getFont(bool*)" "QFontDialog" nil) + /// + /// (|getFont.QFontDialog| nil) ; NIL needed for <bool*> + ecl_process_env()->nvalues = 1; + return _ok_ ? Ct : Cnil; } + +cl_object qid(cl_object l_class) { + /// args: (name) + /// Returns the internally used ID of the object name. Non QObject classes have negative ids. + /// (qid "QWidget") + ecl_process_env()->nvalues = 1; + if(ECL_STRINGP(l_class)) { + int id = classId(l_class); + if(id) { + cl_object l_ret = MAKE_FIXNUM(id); + return l_ret; }} + // no error message (testing for a supported Qt class) + return Cnil; } + +cl_object qversion() { + /// args: () + /// Returns the EQL version number as "<year>.<month>.<counter>", analogous to the ECL version number.
The second return value is the Qt version as returned by qVersion(). + const cl_env_ptr l_env = ecl_process_env(); + l_env->nvalues = 2; + l_env->values[0] = from_cstring(EQL::version); + l_env->values[1] = from_cstring(qVersion()); + return l_env->values[0]; } + +cl_object qrun_in_gui_thread2(cl_object l_function_or_closure, cl_object l_blocking) { + /// args: (function &optional (blocking t)) + /// alias: qrun + /// Runs function in GUI thread while (by default) blocking the calling thread (if called from main thread, function will simply be called directly).
This is needed to run GUI code from ECL threads other than the main thread.
Returns T on success.

There are 2 reasons to always wrap any EQL function like this, if called from another ECL thread:
  • Qt GUI methods always need to run in the GUI thread
  • EQL functions are not designed to be reentrant (not needed for GUI code)
See also macro qrun*. + /// (qrun 'update-view-data) + if(l_function_or_closure != Cnil) { + QObject o; + if(o.thread() == QApplication::instance()->thread()) { + // direct call + LObjects::eql->runInGuiThread(l_function_or_closure); + return Ct; } + else { + // queued call in main event loop (GUI thread) + QMetaObject::invokeMethod(LObjects::eql, + "runInGuiThread", + (l_blocking != Cnil) ? Qt::BlockingQueuedConnection : Qt::QueuedConnection, + Q_ARG(void*, l_function_or_closure)); + return Ct; }} + error_msg("QRUN-IN-GUI-THREAD", LIST1(l_function_or_closure)); + return Cnil; } + + + +// *** special extensions *** + +// +// Contributed by Mark Cox, please see "LICENSE-MAKE-QIMAGE.txt" +// + +cl_object make_qimage_dangerous(cl_object l_vector, cl_object l_width, cl_object l_height, cl_object l_bytes_per_line, cl_object l_format) { + ecl_process_env()->nvalues = 1; + + // make sure all the input data is of the correct type. + if (!ECL_VECTORP(l_vector) || !ECL_FIXNUMP(l_width) || !ECL_FIXNUMP(l_height) || !ECL_FIXNUMP(l_bytes_per_line) || !ECL_FIXNUMP(l_format)) { + error_msg("MAKE-QIMAGE", LIST5(l_vector, l_width, l_height, l_bytes_per_line, l_format)); + return Cnil; } + + ecl_vector *v = &l_vector->vector; + switch (v->elttype) { + case aet_bit: + case aet_b8: + case aet_b16: + case aet_b32: + break; + default: + error_msg("MAKE-QIMAGE", LIST5(l_vector, l_width, l_height, l_bytes_per_line, l_format)); + return Cnil; } + + int width = toInt(l_width); + int height = toInt(l_height); + int bytes_per_line = toInt(l_bytes_per_line); + QImage::Format image_format = (QImage::Format)toInt(l_format); + + QImage *image = new QImage(width, height, image_format); + Q_ASSERT(image->bytesPerLine() >= bytes_per_line); + + uint8_t *current = v->self.b8; + for (int row = 0; row < height; row++) { + uint8_t *destination = (uint8_t *)image->scanLine(row); + std::copy(current, current + bytes_per_line, destination); + current += bytes_per_line; } + + cl_object l_image = qt_object_from_name("QImage", (void*)image); // assign return value to avoid erroneous GC + return l_image; } + +QT_END_NAMESPACE diff --git a/src/ecl_fun.h b/src/ecl_fun.h new file mode 100644 index 0000000..d0bf31f --- /dev/null +++ b/src/ecl_fun.h @@ -0,0 +1,317 @@ +// copyright (c) Polos Ruetz + +#ifndef ECL_FUN_H +#define ECL_FUN_H + +#include "eql_global.h" +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +#define META_TYPE(constant, type) \ + static const int constant = qRegisterMetaType< type >(#type); + +#define DEFUN(name, c_name, num_args) \ + cl_def_c_function(c_string_to_object((char*)name), (cl_objectfn_fixed)c_name, num_args); + +#define STRING(s) make_constant_base_string((char*)s) + +#define STRING_COPY(s) (s ? make_base_string_copy((char*)s) : Cnil) + +#define PRINT(x) cl_print(1, x) + +#define TERPRI() cl_terpri(0) + +#define STATIC_SYMBOL(var, name) \ + static cl_object var = cl_intern(1, make_constant_base_string((char*)name)); + +#define STATIC_SYMBOL_PKG(var, name, pkg) \ + static cl_object var = cl_intern(2, \ + make_constant_base_string((char*)name), \ + cl_find_package(make_constant_base_string((char*)pkg))); + +#define LEN(x) fixint(cl_length(x)) + +#define LIST1(a1) \ + CONS(a1, Cnil) +#define LIST2(a1, a2) \ + CONS(a1, LIST1(a2)) +#define LIST3(a1, a2, a3) \ + CONS(a1, LIST2(a2, a3)) +#define LIST4(a1, a2, a3, a4) \ + CONS(a1, LIST3(a2, a3, a4)) +#define LIST5(a1, a2, a3, a4, a5) \ + CONS(a1, LIST4(a2, a3, a4, a5)) +#define LIST6(a1, a2, a3, a4, a5, a6) \ + CONS(a1, LIST5(a2, a3, a4, a5, a6)) +#define LIST7(a1, a2, a3, a4, a5, a6, a7) \ + CONS(a1, LIST6(a2, a3, a4, a5, a6, a7)) +#define LIST8(a1, a2, a3, a4, a5, a6, a7, a8) \ + CONS(a1, LIST7(a2, a3, a4, a5, a6, a7, a8)) +#define LIST9(a1, a2, a3, a4, a5, a6, a7, a8, a9) \ + CONS(a1, LIST8(a2, a3, a4, a5, a6, a7, a8, a9)) +#define LIST10(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) \ + CONS(a1, LIST9(a2, a3, a4, a5, a6, a7, a8, a9, a10)) + +#define TO_QT_TYPE(name) \ + static name to##name(cl_object x) { \ + if(LISTP(x)) { \ + return name(toInt(cl_first(x)), toInt(cl_second(x))); } \ + return name(); } + +#define TO_QT_TYPEF(name) \ + TO_QT_TYPE(name) \ + static name##F to##name##F(cl_object x) { \ + if(LISTP(x)) { \ + return name##F(toReal(cl_first(x)), toReal(cl_second(x))); } \ + return name##F(); } + +#define TO_QT_TYPE2(name) \ + static name to##name(cl_object x) { \ + if(LISTP(x)) { \ + return name(toInt(cl_first(x)), toInt(cl_second(x)), toInt(cl_third(x)), toInt(cl_fourth(x))); } \ + return name(); } + +#define TO_QT_TYPEF2(name) \ + TO_QT_TYPE2(name) \ + static name##F to##name##F(cl_object x) { \ + if(LISTP(x)) { \ + return name##F(toReal(cl_first(x)), toReal(cl_second(x)), toReal(cl_third(x)), toReal(cl_fourth(x))); } \ + return name##F(); } + +#define TO_QT_TYPE_PTR(cap_name, name) \ +static cap_name* to##cap_name##Pointer(cl_object x) { \ + cap_name* p = 0; \ + QtObject o = toQtObject(x); \ + if(#cap_name == o.className()) { \ + p = (cap_name*)o.pointer; } \ + return p; } \ +static cl_object from_##name(const cap_name& x) { \ + cl_object l_ret = Cnil; \ + if(EQL::return_value_p) { \ + l_ret = qt_object_from_name(#cap_name, new cap_name(x), 0, true); } \ + else { \ + l_ret = qt_object_from_name(#cap_name, (void*)&x); } \ + return l_ret; } + +#define TO_QT_TYPE_PTR2(cap_name, name) \ + TO_QT_TYPE_PTR(cap_name, name) \ +static cap_name to##cap_name(cl_object l_x) { \ + cap_name* x = to##cap_name##Pointer(l_x); \ + if(x) { \ + return *x; } \ + return cap_name(); } + +#define TO_CL_TYPE(cap_name, name, x1, x2) \ + static cl_object from_##name(const cap_name& q) { \ + cl_object l_ret = LIST2(MAKE_FIXNUM(q.x1()), MAKE_FIXNUM(q.x2())); \ + return l_ret; } + +#define TO_CL_TYPEF(cap_name, name, x1, x2) \ + TO_CL_TYPE(cap_name, name, x1, x2) \ + static cl_object from_##name##f(const cap_name##F& q) { \ + cl_object l_ret = LIST2(ecl_make_doublefloat(q.x1()), ecl_make_doublefloat(q.x2())); \ + return l_ret; } + +#define TO_CL_TYPE2(cap_name, name, x1, x2, x3, x4) \ + static cl_object from_##name(const cap_name& q) { \ + cl_object l_ret = LIST4(MAKE_FIXNUM(q.x1()), MAKE_FIXNUM(q.x2()), MAKE_FIXNUM(q.x3()), MAKE_FIXNUM(q.x4())); \ + return l_ret; } + +#define TO_CL_TYPEF2(cap_name, name, x1, x2, x3, x4) \ + TO_CL_TYPE2(cap_name, name, x1, x2, x3, x4) \ + static cl_object from_##name##f(const cap_name##F& q) { \ + cl_object l_ret = LIST4(ecl_make_doublefloat(q.x1()), ecl_make_doublefloat(q.x2()), ecl_make_doublefloat(q.x3()), ecl_make_doublefloat(q.x4())); \ + return l_ret; } + +#define TO_CL_LIST_PTR(cap_type, type) \ + static cl_object from_##type##list(const QList& l) { \ + cl_object l_list = Cnil; \ + Q_FOREACH(cap_type* x, l) { \ + l_list = CONS(qt_object_from_name(#cap_type, x), l_list); } \ + l_list = cl_nreverse(l_list); \ + return l_list; } + +#define TO_CL_LIST_VAL(cap_type, type) \ + static cl_object from_##type##list(const QList& l) { \ + cl_object l_list = Cnil; \ + Q_FOREACH(cap_type x, l) { \ + l_list = CONS(from_##type(x), l_list); } \ + l_list = cl_nreverse(l_list); \ + return l_list; } + +#define TO_CL_LIST_VAL2(cap_type, fun) \ + static cl_object from_##type##list(const QList& l) { \ + cl_object l_list = Cnil; \ + Q_FOREACH(cap_type* x, l) { \ + l_list = CONS(fun(*x), l_list); } \ + l_list = cl_nreverse(l_list); \ + return l_list; } + +#define TO_QT_LIST_PTR(type) \ + static QList to##type##List(cl_object l_list) { \ + QList l; \ + if(LISTP(l_list)) { \ + cl_object l_el = l_list; \ + while(l_el != Cnil) { \ + l << (type*)toQtObject(cl_car(l_el)).pointer; \ + l_el = cl_cdr(l_el); }} \ + return l; } + +#define TO_QT_LIST_VAL(type) \ + static QList to##type##List(cl_object l_list) { \ + QList l; \ + if(LISTP(l_list)) { \ + cl_object l_el = l_list; \ + while(l_el != Cnil) { \ + l << to##type(cl_car(l_el)); \ + l_el = cl_cdr(l_el); }} \ + return l; } + +#define TO_QT_LIST_VAL2(type, fun) \ + static QList to##fun##List(cl_object l_list) { \ + QList l; \ + if(LISTP(l_list)) { \ + cl_object l_el = l_list; \ + while(l_el != Cnil) { \ + l << to##fun(cl_car(l_el)); \ + l_el = cl_cdr(l_el); }} \ + return l; } + +#define TO_QT_VECTOR_VAL(type) \ + static QVector to##type##Vector(cl_object l_v) { \ + QVector v; \ + if(cl_simple_vector_p(l_v) == Ct) { \ + for(int i = 0; i < LEN(l_v); ++i) { \ + v.append(to##type(cl_svref(l_v, MAKE_FIXNUM(i)))); }} \ + return v; } + +#define TO_QT_VECTOR_VAL2(type, fun) \ + static QVector to##type##Vector(cl_object l_v) { \ + QVector v; \ + if(cl_simple_vector_p(l_v) == Ct) { \ + for(int i = 0; i < LEN(l_v); ++i) { \ + v.append(to##fun(cl_svref(l_v, MAKE_FIXNUM(i)))); }} \ + return v; } + +#define TO_CL_VECTOR_VAL(cap_type, type) \ + static cl_object from_##type##vector(const QVector& v) { \ + cl_object l_vec = make_vector(); \ + for(int i = 0; i < v.size(); ++i) { \ + cl_vector_push_extend(2, from_##type(v.at(i)), l_vec); } \ + return l_vec; } + +#define TO_CL_VECTOR_VAL2(cap_type, type, fun) \ + static cl_object from_##type##vector(const QVector& v) { \ + cl_object l_vec = make_vector(); \ + for(int i = 0; i < v.size(); ++i) { \ + cl_vector_push_extend(2, fun(v.at(i)), l_vec); } \ + return l_vec; } + +typedef QPair MetaArg; +typedef QList MetaArgList; +typedef QListIterator MetaArgIterator; +typedef QList StrList; +typedef QList IntList; + +class QByteArray; +class QObject; +class QEvent; + +cl_object error_msg2 (cl_object, cl_object); +cl_object make_qimage_dangerous (cl_object, cl_object, cl_object, cl_object, cl_object); +cl_object no_qexec (); +cl_object qadd_event_filter (cl_object, cl_object, cl_object); +cl_object qapropos2 (cl_object, cl_object, cl_object); +cl_object qapp (); +cl_object qcall_default (); +cl_object qclear_event_filters (); +cl_object qconnect2 (cl_object, cl_object, cl_object, cl_object); +cl_object qcopy (cl_object); +cl_object qdelete2 (cl_object, cl_object); +cl_object qdisconnect2 (cl_object, cl_object, cl_object, cl_object); +cl_object qenums2 (cl_object, cl_object); +cl_object qescape (cl_object); +cl_object qexec2 (cl_object); +cl_object qexit (); +cl_object qfind_child (cl_object, cl_object); +cl_object qfind_children2 (cl_object, cl_object, cl_object); +cl_object qfrom_utf8 (cl_object); +cl_object qid (cl_object); +cl_object qinvoke_method2 (cl_object, cl_object, cl_object, cl_object); +cl_object qload_cpp (cl_object, cl_object); +cl_object qload_ui (cl_object); +cl_object qlocal8bit (cl_object); +cl_object qmeta_enums (); +cl_object qnew_instance2 (cl_object, cl_object); +cl_object qobject_names2 (cl_object); +cl_object qok (); +cl_object qoverride (cl_object, cl_object, cl_object); +cl_object qprocess_events (); +cl_object qproperty (cl_object, cl_object); +cl_object qremove_event_filter (cl_object); +cl_object qrequire2 (cl_object, cl_object); +cl_object qrun_in_gui_thread2 (cl_object, cl_object); +cl_object qsender (); +cl_object qset_gc (cl_object); +cl_object qset_property (cl_object, cl_object, cl_object); +cl_object qsingle_shot2 (cl_object, cl_object); +cl_object qstatic_meta_object (cl_object); +cl_object qsuper_class_name (cl_object); +cl_object qtranslate (cl_object, cl_object, cl_object); +cl_object qt_object_name (cl_object); +cl_object qt_object_x (cl_object); +cl_object qui_class2 (cl_object, cl_object); +cl_object qui_names (cl_object); +cl_object qutf8 (cl_object); +cl_object qversion (); + +struct EQL_EXPORT QtObject { + QtObject() : pointer(0), unique(0), id(0) {} + + void* pointer; + uint unique; + int id; + + bool isQObject() const { return (id > 0); } + bool isStatic() const { return !pointer; } + QByteArray className() const; + + static QByteArray idToClassName(int); +}; + +// for Qt_EQL +struct eql_pointer { + void* pointer; + int id; + + eql_pointer() : pointer(0), id(0) {} + eql_pointer(void* v, int i) : pointer(v), id(i) {} +}; + +struct QtMetaObject : private QObject { + // commonly used trick to access staticQtMetaObject + static const QMetaObject* get() { return &static_cast(0)->staticQtMetaObject; } +}; + +void iniCLFunctions(); +void callConnectFun(void*, const QList&, void**); +bool callEventFun(void*, QObject*, QEvent*); +void error_msg(const char*, cl_object); +QVariant toQVariant(cl_object, const char*, int = -1); +cl_object to_lisp_arg(const MetaArg&); + +EQL_EXPORT QVariant callOverrideFun(void*, int, const void**, quint64); +EQL_EXPORT cl_object qt_object_from_name(const QByteArray&, void*, uint = 0, bool = false); +EQL_EXPORT QtObject toQtObject(cl_object, cl_object = Cnil, bool* = 0); + +QT_END_NAMESPACE + +Q_DECLARE_METATYPE(eql_pointer) + +#endif diff --git a/src/eql.cpp b/src/eql.cpp new file mode 100644 index 0000000..9b71fbb --- /dev/null +++ b/src/eql.cpp @@ -0,0 +1,181 @@ +// copyright (c) Polos Ruetz + +#include "eql.h" +#include "ecl_fun.h" +#include "gen/_lobjects.h" +#include +#include +#include + +const char EQL::version[] = "16.11.1"; // Nov 2016 + +extern "C" void ini_EQL(cl_object); + +static char* argv[] = {"EQL5"}; + +EQL::EQL() : QObject() { + if(!cl_booted) { + cl_boot(1, argv); } + iniCLFunctions(); + LObjects::ini(this); + read_VV(OBJNULL, ini_EQL); } // see "src/make-eql-lib.lisp" + +EQL::~EQL() { + LObjects::cleanUp(); + cl_shutdown(); } + +void EQL::ini(char** argv) { + cl_booted = true; + cl_boot(1, argv); } + +void EQL::eval(const char* lisp_code) { + CL_CATCH_ALL_BEGIN(ecl_process_env()) { + si_safe_eval(2, ecl_read_from_cstring((char*)lisp_code), Cnil); } + CL_CATCH_ALL_END; } + +QString EQL::home() { + static QString path; + if(path.isEmpty()) { + path = QApplication::applicationDirPath(); +#ifdef Q_OS_DARWIN + path.truncate(path.lastIndexOf('/', path.indexOf(".app"))); +#endif + path.append('/'); } + return path; } + +void EQL::exec(const QStringList& args) { + cl_object s_qtpl = cl_intern(1, make_constant_base_string("*QTPL*")); + bool exec_with_simple_restart = false; + QStringList arguments(args); + eval("(in-package :eql-user)"); + eval(QString("(eql::set-home \"%1\")").arg(home()).toLatin1().constData()); + QStringList forms; + // .eclrc + if(arguments.contains("-norc")) { + arguments.removeAll("-norc"); } + else { + eval("(x:when-it (probe-file \"~/.eclrc\") (load x:it))"); } + // Slime + int i_swank = arguments.indexOf(QRegExp("*start-swank*.lisp", Qt::CaseInsensitive, QRegExp::Wildcard)); + if(arguments.contains("-slime") || (i_swank != -1)) { + arguments.removeAll("-slime"); + QString swankFile; + if(i_swank != -1) { + swankFile = arguments.at(i_swank); + arguments.removeAt(i_swank); } + QApplication::setQuitOnLastWindowClosed(false); + forms << "(unless eql:*slime-mode*" // see mode :REPL-HOOK in "slime/eql-start-swank.lisp" + " (setf eql:*slime-mode* t))" + "(setf eql:*qtpl* nil)"; + if(arguments.length() == 2) { + QString fileName(QDir::fromNativeSeparators(arguments.at(1))); + forms << QString("(load \"%1\")").arg(fileName); + arguments.removeAt(1); } + if(!swankFile.isEmpty()) { + arguments << swankFile; } + exec_with_simple_restart = true; } + // -qtpl + else if(arguments.contains("-qtpl") || (cl_symbol_value(s_qtpl) == Ct)) { + arguments.removeAll("-qtpl"); + ecl_setq(ecl_process_env(), s_qtpl, Ct); + QApplication::setQuitOnLastWindowClosed(false); + forms << "(when (directory (in-home \"src/lisp/ecl-readline.fas*\"))" + " (load (in-home \"src/lisp/ecl-readline\")))" + << "(qsingle-shot 500 'eql::start-read-thread)"; + exec_with_simple_restart = true; } + // -qgui + if(arguments.contains("-qgui")) { + arguments.removeAll("-qgui"); + forms << "(qgui)"; } + // -quic + if(arguments.contains("-quic")) { + arguments.removeAll("-quic"); + bool maximized = false; + if(arguments.contains(":maximized")) { + arguments.removeAll(":maximized"); + maximized = true; } + if(arguments.length() >= 2) { + QString uiFile(QDir::fromNativeSeparators(arguments.at(1))); + int sep = uiFile.lastIndexOf('/') + 1; + forms << QString("(ext:run-program \"uic\" (list \"-o\" \"ui.h\" \"%1\"))").arg(uiFile) + << QString("(eql:quic \"ui.h\" \"%1ui-%2.lisp\" %3 %4)") + .arg(uiFile.left(sep)) + .arg(uiFile.mid(sep, uiFile.length() - sep - 3)) + .arg((arguments.length() == 2) ? ":ui" : arguments.at(2)) + .arg(maximized ? ":maximized" : "") + << QString("(delete-file \"ui.h\")") + << QString("(eql:qq)"); } + else { + qDebug() << "\nPlease pass a file.ui (Qt Designer).\n"; + exit(-1); }} + else { + if(arguments.length() == 1) { + // simple top-level + if(forms.isEmpty()) { + qexec = false; + forms << "(si:top-level)"; }} + else { + // load file + QString fileName(QDir::fromNativeSeparators(arguments.at(1))); + forms.prepend(QString("(load \"%1\")").arg(fileName)); }} + // eval + QString code; + if(forms.length() == 1) { + code = forms.first(); } + else { + code = "(progn " + forms.join(" ") + ")"; } + eval(code.toLatin1().constData()); + // RESTART for Qt event loop + if(exec_with_simple_restart) { + qexec = false; + eval("(eql::exec-with-simple-restart)"); }} + +void EQL::exec(lisp_ini ini, const QByteArray& expression, const QByteArray& package) { + // see my_app example + eval(QString("(eql::set-home \"%1\")").arg(home()).toLatin1().constData()); + read_VV(OBJNULL, ini); + eval(QString("(in-package :%1)").arg(QString(package)).toLatin1().constData()); + eval(expression.constData()); } + +enum { NotFound = -1 }; + +void EQL::exec(QWidget* widget, const QString& lispFile, const QString& slimeHookFile) { + // see Qt_EQL example + bool exec_with_simple_restart = false; + QStringList forms; + eval("(in-package :eql)"); + forms << QString("(set-home \"%1\")").arg(home()) + << QString("(defvar *qt-main* (qt-object %1 0 (qid \"%2\")))") + .arg((ulong)widget) + .arg(QString(LObjects::vanillaQtSuperClassName(widget->metaObject()))) + << QString("(export '*qt-main*)") + << QString("(in-package :eql-user)") + << QString("(load \"%1\")").arg(lispFile); + if(!slimeHookFile.isEmpty()) { + QString startSwankFile(QCoreApplication::arguments().last()); + if(NotFound == startSwankFile.indexOf(QRegExp("*start-swank*.lisp", Qt::CaseInsensitive, QRegExp::Wildcard))) { + qDebug() << "\nPlease pass the pathname for \"eql-start-swank.lisp\".\n"; + exit(-1); } + QApplication::setQuitOnLastWindowClosed(false); + forms << QString("(load \"%1\")").arg(startSwankFile) + << QString("(setf eql::*slime-hook-file* \"%1\")").arg(slimeHookFile) + << QString("(setf eql:*slime-mode* t" + " eql:*qtpl* nil)"); + exec_with_simple_restart = true; } + eval(QString("(progn " + forms.join(" ") + ")").toLatin1().constData()); + if(exec_with_simple_restart) { + eval("(eql::exec-with-simple-restart)"); }} + +void EQL::runInGuiThread(void* function_or_closure) { + const cl_env_ptr l_env = ecl_process_env(); + CL_CATCH_ALL_BEGIN(l_env) { + CL_UNWIND_PROTECT_BEGIN(l_env) { + cl_funcall(1, (cl_object)function_or_closure); } + CL_UNWIND_PROTECT_EXIT {} + CL_UNWIND_PROTECT_END; } + CL_CATCH_ALL_END; } + +bool EQL::cl_booted = false; +bool EQL::return_value_p = false; +bool EQL::qexec = true; +QEventLoop* EQL::eventLoop = 0; diff --git a/src/eql.h b/src/eql.h new file mode 100644 index 0000000..5cb15c0 --- /dev/null +++ b/src/eql.h @@ -0,0 +1,52 @@ +// copyright (c) Polos Ruetz + +#ifndef EQL_H +#define EQL_H + +#include +#include +#include +#include +#include +#include "eql_global.h" + +QT_BEGIN_NAMESPACE + +#define QSLOT(x) "1"#x +#define QSIGNAL(x) "2"#x + +typedef void (*lisp_ini)(cl_object); + +class EQL_EXPORT EQL : public QObject { + Q_OBJECT +public: + EQL(); + ~EQL(); + + static bool cl_booted; + static bool return_value_p; + static bool qexec; + static const char version[]; + static QEventLoop* eventLoop; + static void ini(char**); + static void eval(const char*); + static QString home(); + + void exec(const QStringList&); + void exec(lisp_ini, const QByteArray& = "nil", const QByteArray& = "eql-user"); // see my_app example + void exec(QWidget*, const QString&, const QString& = QString()); // see Qt_EQL example + + void printVersion() { + eval("(multiple-value-bind (eql qt)" + " (eql:qversion)" + " (format t \"EQL5 ~A (ECL ~A, Qt ~A)~%\" eql (lisp-implementation-version) qt))"); } + + Q_INVOKABLE void runInGuiThread(void*); + +public Q_SLOTS: + void exitEventLoop() { eventLoop->exit(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/eql_exe.pro b/src/eql_exe.pro new file mode 100644 index 0000000..bc390a6 --- /dev/null +++ b/src/eql_exe.pro @@ -0,0 +1,18 @@ +QT += widgets printsupport uitools +TEMPLATE = app +CONFIG += no_keywords release +INCLUDEPATH += ../src +LIBS = -lecl -L.. -leql5 +TARGET = eql5 +DESTDIR = ../ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(windows.pri) + +win32 { + CONFIG += console +} + +SOURCES += main.cpp + diff --git a/src/eql_fun.h b/src/eql_fun.h new file mode 100644 index 0000000..4c34cbc --- /dev/null +++ b/src/eql_fun.h @@ -0,0 +1,60 @@ +// copyright (c) Polos Ruetz +// see examples in Qt_EQL + +#ifndef EQL_FUN_H +#define EQL_FUN_H + +#include +#include + +QT_BEGIN_NAMESPACE + +#define QSLOT(x) "1"#x +#define QSIGNAL(x) "2"#x + +#define Q_PTR(type, var) (eql_check_type(var.value().id, #type) \ + ? (type)var.value().pointer \ + : 0) + +extern void +eql_fun(const QByteArray&, + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument()); + +extern QVariant +eql_fun(const QByteArray&, + int, + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument()); + +extern bool eql_check_type(int, const QByteArray&); + +struct eql_pointer { + void* pointer; + int id; + + eql_pointer() : pointer(0), id(0) {} + eql_pointer(void* v, int i) : pointer(v), id(i) {} +}; + +QT_END_NAMESPACE + +Q_DECLARE_METATYPE(eql_pointer) + +#endif diff --git a/src/eql_global.h b/src/eql_global.h new file mode 100644 index 0000000..07b79ff --- /dev/null +++ b/src/eql_global.h @@ -0,0 +1,7 @@ +#include + +#if defined(EQL_LIBRARY) +# define EQL_EXPORT Q_DECL_EXPORT +#else +# define EQL_EXPORT Q_DECL_IMPORT +#endif diff --git a/src/eql_lib.pro b/src/eql_lib.pro new file mode 100644 index 0000000..69ed574 --- /dev/null +++ b/src/eql_lib.pro @@ -0,0 +1,33 @@ +QT += widgets printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +DEFINES += EQL_LIBRARY +LIBS += -lecl -L. -lini +TARGET = eql5 +DESTDIR = ../ +OBJECTS_DIR = ./tmp/ +MOC_DIR = ./tmp/ + +include(windows.pri) + +HEADERS += gen/_lobjects.h \ + gen/_main_q_classes.h \ + gen/_main_n_classes.h \ + gen/_main_q_methods.h \ + gen/_main_n_methods.h \ + eql_fun.h \ + qt_eql.h \ + dyn_object.h \ + ui_loader.h \ + single_shot.h \ + eql_global.h \ + ecl_fun.h \ + extras.h \ + eql.h + +SOURCES += gen/_lobjects.cpp \ + qt_eql.cpp \ + dyn_object.cpp \ + ecl_fun.cpp \ + extras.cpp \ + eql.cpp diff --git a/src/extras.cpp b/src/extras.cpp new file mode 100644 index 0000000..0bbb606 --- /dev/null +++ b/src/extras.cpp @@ -0,0 +1,77 @@ +// copyright (c) Polos Ruetz + +#include "extras.h" +#include + +QT_BEGIN_NAMESPACE + +// *** QImage *** (code found in a Qt forum) + +template +inline const T& clamp(const T& x, const T& low, const T& high) { + return (x < low) ? low : ((x > high) ? high : x); } + +inline int changeBrightness(int value, int brightness) { + return clamp(value + brightness * 255 / 100, 0, 255); } + +inline int changeContrast(int value, int contrast) { + return clamp(((value - 127) * contrast / 100) + 127, 0, 255); } + +inline int changeGamma(int value, int gamma) { + return clamp(int(pow(value / 255.0, 100.0 / gamma) * 255), 0, 255); } + +inline int changeUsingTable(int value, const int table[]) { + return table[value]; } + +template +static QImage changeImage(const QImage& image, int value) { + QImage image2 = image; + image2.detach(); + if(!image2.colorCount()) { + if(image2.format() != QImage::Format_RGB32) { + image2 = image2.convertToFormat(QImage::Format_RGB32); } + int table[256]; + for(int i = 0; i < 256; ++i) { + table[i] = operation(i, value); } + if(image2.hasAlphaChannel()) { + for(int y = 0; y < image2.height(); ++y) { + QRgb* line = reinterpret_cast(image2.scanLine(y)); + for(int x = 0; x < image2.width(); ++x) { + line[x] = qRgba(changeUsingTable(qRed(line[x]), table), + changeUsingTable(qGreen(line[x]), table), + changeUsingTable(qBlue(line[x]), table), + changeUsingTable(qAlpha(line[x]), table)); }}} + else { + for(int y = 0; y < image2.height(); ++y) { + QRgb* line = reinterpret_cast(image2.scanLine(y)); + for(int x = 0; x < image2.width(); ++x) { + line[x] = qRgb(changeUsingTable(qRed(line[x]), table), + changeUsingTable(qGreen(line[x]), table), + changeUsingTable(qBlue(line[x]), table)); }}}} + else { + QVector colors = image2.colorTable(); + for(int i = 0; i < image2.colorCount(); ++i) { + colors[i] = qRgb(operation(qRed(colors[i]), value), + operation(qGreen(colors[i]), value), + operation(qBlue(colors[i]), value)); }} + return image2; } + +QImage QImage_changeBrightness(const QImage& image, int brightness) { + // example for range: -75 .. 75 (0) + if(0 == brightness) { + return image; } + return changeImage(image, brightness); } + +QImage QImage_changeContrast(const QImage& image, int contrast) { + // example for range: 1 .. 10,000 (100) + if(100 == contrast) { + return image; } + return changeImage(image, contrast); } + +QImage QImage_changeGamma(const QImage& image, int gamma) { + // example for range: 1 .. 10,000 (100) + if(100 == gamma) { + return image; } + return changeImage(image, gamma); } + +QT_END_NAMESPACE diff --git a/src/extras.h b/src/extras.h new file mode 100644 index 0000000..8ace6d3 --- /dev/null +++ b/src/extras.h @@ -0,0 +1,20 @@ +// copyright (c) Polos Ruetz +// +// extra functions added to some Qt class +// e.g. (! "changeBrightness" image 10) + +#ifndef EXTRAS_H +#define EXTRAS_H + +#include + +QT_BEGIN_NAMESPACE + +// QImage +QImage QImage_changeBrightness(const QImage&, int); +QImage QImage_changeContrast(const QImage&, int); +QImage QImage_changeGamma(const QImage&, int); + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/_lobjects.cpp b/src/gen/_lobjects.cpp new file mode 100644 index 0000000..8800393 --- /dev/null +++ b/src/gen/_lobjects.cpp @@ -0,0 +1,3276 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_lobjects.h" +#include "_main_q_classes.h" +#include "_main_n_classes.h" +#include "_main_q_methods.h" +#include "_main_n_methods.h" +#include "../dyn_object.h" +#include "../eql.h" + +int LObjects::T_GLenum = -1; +int LObjects::T_GLint = -1; +int LObjects::T_GLfloat = -1; +int LObjects::T_GLuint = -1; +int LObjects::T_QGLFormat = -1; +int LObjects::T_QGLFramebufferObjectFormat = -1; +int LObjects::T_QHostAddress = -1; +int LObjects::T_QHostInfo = -1; +int LObjects::T_QNetworkCacheMetaData = -1; +int LObjects::T_QNetworkInterface = -1; +int LObjects::T_QNetworkProxy = -1; +int LObjects::T_QNetworkRequest = -1; +int LObjects::T_QSslCertificate = -1; +int LObjects::T_QSslCipher = -1; +int LObjects::T_QSslConfiguration = -1; +int LObjects::T_QSslKey = -1; +int LObjects::T_QSqlDatabase = -1; +int LObjects::T_QSqlError = -1; +int LObjects::T_QSqlField = -1; +int LObjects::T_QSqlIndex = -1; +int LObjects::T_QSqlQuery = -1; +int LObjects::T_QSqlRecord = -1; +int LObjects::T_QSqlRelation = -1; +int LObjects::T_QWebElement = -1; +int LObjects::T_QWebElementCollection = -1; +int LObjects::T_QWebHitTestResult = -1; + +EQL* LObjects::eql = 0; +DynObject* LObjects::dynObject = 0; +QObject** LObjects::Q = 0; +QObject** LObjects::N = 0; +bool LObjects::call_default = false; +quint64 LObjects::calling = 0; +QList LObjects::callingList; +uint LObjects::i_unique = 0; +const char*** LObjects::override_arg_types = 0; +QList LObjects::qNames; +QList LObjects::nNames; +QMap LObjects::q_names; +QMap LObjects::n_names; +QHash LObjects::override_function_ids; +QHash LObjects::override_lisp_functions; + +StaticMetaObject LObjects::staticMetaObject_help = 0; +StaticMetaObject LObjects::staticMetaObject_network = 0; +StaticMetaObject LObjects::staticMetaObject_opengl = 0; +StaticMetaObject LObjects::staticMetaObject_sql = 0; +StaticMetaObject LObjects::staticMetaObject_svg = 0; +StaticMetaObject LObjects::staticMetaObject_webkit = 0; +DeleteNObject LObjects::deleteNObject_help = 0; +DeleteNObject LObjects::deleteNObject_network = 0; +DeleteNObject LObjects::deleteNObject_opengl = 0; +DeleteNObject LObjects::deleteNObject_sql = 0; +DeleteNObject LObjects::deleteNObject_svg = 0; +DeleteNObject LObjects::deleteNObject_webkit = 0; +Override LObjects::override_help = 0; +Override LObjects::override_network = 0; +Override LObjects::override_opengl = 0; +Override LObjects::override_sql = 0; +Override LObjects::override_svg = 0; +Override LObjects::override_webkit = 0; +ToMetaArg LObjects::toMetaArg_network = 0; +To_lisp_arg LObjects::to_lisp_arg_network = 0; +ToMetaArg LObjects::toMetaArg_opengl = 0; +To_lisp_arg LObjects::to_lisp_arg_opengl = 0; +ToMetaArg LObjects::toMetaArg_sql = 0; +To_lisp_arg LObjects::to_lisp_arg_sql = 0; +ToMetaArg LObjects::toMetaArg_webkit = 0; +To_lisp_arg LObjects::to_lisp_arg_webkit = 0; + +NumList LAbstractAnimation::overrideIds = NumList() << 1 << 2 << 3 << 4; +NumList LAbstractButton::overrideIds = NumList() << 9 << 10 << 11 << 12 << 13 << 14 << 15 << 16 << 17 << 18 << 19 << 20 << 8; +NumList LAbstractItemDelegate::overrideIds = NumList() << 46 << 47 << 48 << 49 << 50 << 51 << 52 << 53 << 54; +NumList LAbstractItemModel::overrideIds = NumList() << 55 << 56 << 57 << 58 << 59 << 60 << 61 << 62 << 63 << 64 << 65 << 66 << 67 << 68 << 69 << 70 << 71 << 72 << 73 << 74 << 75 << 76 << 77 << 78 << 79 << 80 << 81 << 82 << 83; +NumList LAbstractItemView::overrideIds = NumList() << 84 << 85 << 86 << 87 << 88 << 89 << 90 << 91 << 92 << 93 << 94 << 95 << 96 << 97 << 98 << 99 << 100 << 101 << 102 << 23 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 38 << 17 << 18 << 19 << 40 << 8 << 103 << 104; +NumList LAbstractListModel::overrideIds = NumList() << 60 << 62 << 65 << 79; +NumList LAbstractPrintDialog::overrideIds = NumList() << 107; +NumList LAbstractProxyModel::overrideIds = NumList() << 109 << 110 << 111 << 112 << 113 << 55 << 56 << 57 << 59 << 60 << 61 << 62 << 63 << 64 << 69 << 70 << 114 << 77 << 78 << 79 << 80 << 81 << 115 << 82 << 83; +NumList LAbstractScrollArea::overrideIds = NumList() << 105 << 106 << 103 << 104 << 24 << 25 << 28 << 29 << 30 << 31 << 32 << 15 << 38 << 17 << 18 << 19 << 20 << 40 << 43; +NumList LAbstractSlider::overrideIds = NumList() << 116 << 12 << 15 << 8 << 43; +NumList LAbstractSpinBox::overrideIds = NumList() << 142 << 143 << 144 << 145 << 23 << 24 << 25 << 12 << 27 << 28 << 13 << 14 << 35 << 15 << 16 << 17 << 18 << 19 << 20 << 40 << 41 << 8 << 43; +NumList LAbstractState::overrideIds = NumList() << 146 << 147; +NumList LAbstractTextDocumentLayout::overrideIds = NumList() << 148 << 149 << 150 << 151 << 152 << 153 << 154 << 155 << 156 << 157; +NumList LAbstractTransition::overrideIds = NumList() << 158 << 159; +NumList LAction::overrideIds = NumList(); +NumList LActionGroup::overrideIds = NumList(); +NumList LAnimationGroup::overrideIds = NumList(); +NumList LApplication::overrideIds = NumList() << 160; +NumList LBoxLayout::overrideIds = NumList() << 161 << 162 << 163 << 21 << 22 << 164 << 165 << 166 << 167 << 168 << 169 << 25 << 170; +NumList LBuffer::overrideIds = NumList() << 126 << 129 << 130 << 137 << 138 << 140 << 141 << 134 << 136; +NumList LButtonGroup::overrideIds = NumList(); +NumList LCalendarWidget::overrideIds = NumList() << 176 << 24 << 25 << 5 << 15 << 18 << 40; +NumList LCheckBox::overrideIds = NumList() << 24 << 25 << 9 << 10 << 17 << 11 << 20; +NumList LColorDialog::overrideIds = NumList() << 108 << 12 << 177; +NumList LColumnView::overrideIds = NumList() << 178 << 84 << 86 << 179 << 87 << 180 << 88 << 25 << 91 << 181 << 93 << 94 << 95 << 40 << 182 << 106 << 98 << 100 << 102; +NumList LComboBox::overrideIds = NumList() << 183 << 184 << 23 << 24 << 25 << 12 << 28 << 13 << 14 << 35 << 36 << 15 << 16 << 18 << 19 << 20 << 40 << 41 << 43; +NumList LCommandLinkButton::overrideIds = NumList() << 22 << 24 << 20 << 25; +NumList LCommonStyle::overrideIds = NumList() << 185 << 186 << 187 << 188 << 189 << 190 << 191 << 192 << 193 << 194 << 195 << 196 << 197 << 198 << 199 << 200 << 201; +NumList LCompleter::overrideIds = NumList() << 208 << 209 << 5; +NumList LCoreApplication::overrideIds = NumList() << 160; +NumList LDataWidgetMapper::overrideIds = NumList(); +NumList LDateEdit::overrideIds = NumList(); +NumList LDateTimeEdit::overrideIds = NumList() << 210 << 211 << 212 << 25 << 143 << 142 << 13 << 34 << 15 << 18 << 20 << 145 << 144 << 43; +NumList LDesktopWidget::overrideIds = NumList() << 40; +NumList LDial::overrideIds = NumList() << 24 << 25 << 17 << 18 << 19 << 20 << 40 << 116; +NumList LDialog::overrideIds = NumList() << 24 << 108 << 25 << 27 << 28 << 5 << 15 << 40 << 41; +NumList LDialogButtonBox::overrideIds = NumList() << 12; +NumList LDirModel::overrideIds = NumList() << 58 << 59 << 60 << 62 << 63 << 64 << 65 << 69 << 70 << 73 << 76 << 77 << 80 << 83; +NumList LDockWidget::overrideIds = NumList() << 12 << 27 << 20; +NumList LDoubleSpinBox::overrideIds = NumList() << 213 << 214 << 142 << 144; +NumList LDoubleValidator::overrideIds = NumList() << 215 << 144; +NumList LDrag::overrideIds = NumList(); +NumList LErrorMessage::overrideIds = NumList() << 12 << 177; +NumList LEventLoop::overrideIds = NumList(); +NumList LEventTransition::overrideIds = NumList() << 158 << 159; +NumList LFile::overrideIds = NumList() << 216 << 137 << 217 << 218 << 219 << 141; +NumList LFileDialog::overrideIds = NumList() << 108 << 220 << 12 << 177; +NumList LFileSystemModel::overrideIds = NumList() << 57 << 58 << 59 << 60 << 61 << 62 << 63 << 64 << 65 << 69 << 70 << 73 << 76 << 77 << 80 << 83 << 8; +NumList LFileSystemWatcher::overrideIds = NumList(); +NumList LFinalState::overrideIds = NumList() << 146 << 147; +NumList LFocusFrame::overrideIds = NumList() << 5 << 20; +NumList LFontComboBox::overrideIds = NumList() << 25; +NumList LFontDialog::overrideIds = NumList() << 108 << 12 << 177; +NumList LFormLayout::overrideIds = NumList() << 161 << 162 << 163 << 21 << 22 << 164 << 165 << 168 << 169 << 25 << 170; +NumList LFrame::overrideIds = NumList() << 25 << 12 << 20; +NumList LGesture::overrideIds = NumList(); +NumList LGraphicsAnchor::overrideIds = NumList(); +NumList LGraphicsBlurEffect::overrideIds = NumList() << 230 << 231; +NumList LGraphicsColorizeEffect::overrideIds = NumList() << 231; +NumList LGraphicsDropShadowEffect::overrideIds = NumList() << 230 << 231; +NumList LGraphicsEffect::overrideIds = NumList() << 230 << 231 << 232; +NumList LGraphicsOpacityEffect::overrideIds = NumList() << 231; +NumList LGraphicsProxyWidget::overrideIds = NumList() << 233 << 234 << 235 << 236 << 237 << 238 << 239 << 240 << 5 << 13 << 34 << 14 << 241 << 35 << 242 << 243 << 244 << 36 << 23 << 245 << 15 << 16 << 246 << 247 << 248 << 249 << 250 << 41 << 251 << 252 << 253; +NumList LGraphicsRotation::overrideIds = NumList() << 266; +NumList LGraphicsScale::overrideIds = NumList() << 266; +NumList LGraphicsScene::overrideIds = NumList() << 23 << 236 << 237 << 238 << 239 << 267 << 268 << 240 << 13 << 14 << 269 << 36 << 15 << 16 << 246 << 247 << 248 << 249 << 253 << 5; +NumList LGraphicsTextItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235 << 236 << 237 << 238 << 239 << 240 << 13 << 14 << 242 << 243 << 244 << 36 << 23 << 15 << 16 << 246 << 247 << 248 << 249 << 264; +NumList LGraphicsTransform::overrideIds = NumList() << 266; +NumList LGraphicsView::overrideIds = NumList() << 267 << 268 << 23 << 25 << 28 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 16 << 38 << 17 << 18 << 19 << 20 << 40 << 106 << 41 << 103 << 43; +NumList LGraphicsWidget::overrideIds = NumList() << 254 << 12 << 27 << 34 << 255 << 241 << 35 << 256 << 257 << 258 << 250 << 41 << 259 << 252 << 260 << 261 << 262 << 233 << 234 << 263 << 235 << 13 << 14 << 243 << 244 << 245 << 264 << 251 << 265; +NumList LGridLayout::overrideIds = NumList() << 162 << 163 << 21 << 22 << 164 << 165 << 166 << 167 << 168 << 169 << 25 << 170 << 161; +NumList LGroupBox::overrideIds = NumList() << 24 << 12 << 6 << 13 << 17 << 18 << 19 << 20 << 40; +NumList LGuiApplication::overrideIds = NumList() << 160; +NumList LHBoxLayout::overrideIds = NumList(); +NumList LHeaderView::overrideIds = NumList() << 273 << 274 << 139 << 87 << 108 << 25 << 181 << 93 << 38 << 17 << 18 << 19 << 20 << 98 << 100 << 103; +NumList LHistoryState::overrideIds = NumList() << 146 << 147; +NumList LIODevice::overrideIds = NumList() << 126 << 127 << 128 << 129 << 130 << 131 << 137 << 138 << 139 << 140 << 141 << 132 << 133 << 134 << 135 << 136; +NumList LInputDialog::overrideIds = NumList() << 177 << 24 << 108 << 25; +NumList LIntValidator::overrideIds = NumList() << 281 << 142 << 144; +NumList LItemDelegate::overrideIds = NumList() << 282 << 283 << 284 << 285 << 46 << 50 << 51 << 52 << 53 << 54 << 48 << 5; +NumList LItemSelectionModel::overrideIds = NumList(); +NumList LKeyEventTransition::overrideIds = NumList() << 158 << 159; +NumList LLCDNumber::overrideIds = NumList() << 25 << 20; +NumList LLabel::overrideIds = NumList() << 22 << 24 << 25 << 12 << 28 << 13 << 34 << 14 << 15 << 17 << 18 << 19 << 20; +NumList LLibrary::overrideIds = NumList(); +NumList LLineEdit::overrideIds = NumList() << 23 << 24 << 25 << 12 << 28 << 29 << 30 << 31 << 32 << 13 << 14 << 36 << 15 << 38 << 17 << 18 << 19 << 20; +NumList LListView::overrideIds = NumList() << 84 << 86 << 91 << 181 << 277 << 30 << 31 << 32 << 93 << 94 << 17 << 19 << 95 << 20 << 40 << 278 << 182 << 96 << 279 << 98 << 99 << 8 << 280 << 100 << 101 << 104 << 102; +NumList LListWidget::overrideIds = NumList() << 286 << 287 << 70 << 83 << 32; +NumList LMainWindow::overrideIds = NumList() << 291 << 28; +NumList LMdiArea::overrideIds = NumList() << 24 << 25 << 6 << 5 << 20 << 40 << 106 << 41 << 8 << 103; +NumList LMdiSubWindow::overrideIds = NumList() << 24 << 25 << 12 << 6 << 27 << 28 << 5 << 13 << 14 << 35 << 15 << 37 << 38 << 17 << 18 << 19 << 39 << 20 << 40 << 41 << 8; +NumList LMenu::overrideIds = NumList() << 25 << 26 << 12 << 33 << 34 << 35 << 15 << 37 << 17 << 18 << 19 << 20 << 8 << 43; +NumList LMenuBar::overrideIds = NumList() << 22 << 24 << 25 << 26 << 12 << 5 << 13 << 14 << 15 << 37 << 17 << 18 << 19 << 20 << 40 << 8; +NumList LMessageBox::overrideIds = NumList() << 108 << 12 << 27 << 15 << 40 << 41; +NumList LMimeData::overrideIds = NumList() << 292 << 293 << 294; +NumList LMouseEventTransition::overrideIds = NumList() << 158 << 159; +NumList LMovie::overrideIds = NumList(); +NumList LObject::overrideIds = NumList() << 5 << 6 << 7 << 8; +NumList LPageSetupDialog::overrideIds = NumList() << 177 << 107 << 108; +NumList LPanGesture::overrideIds = NumList(); +NumList LParallelAnimationGroup::overrideIds = NumList() << 1 << 2 << 3 << 4; +NumList LPauseAnimation::overrideIds = NumList() << 1 << 2; +NumList LPinchGesture::overrideIds = NumList(); +NumList LPlainTextDocumentLayout::overrideIds = NumList() << 148 << 149 << 150 << 151 << 152 << 153 << 154; +NumList LPlainTextEdit::overrideIds = NumList() << 306 << 307 << 308 << 309 << 23 << 12 << 28 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 16 << 38 << 17 << 18 << 19 << 20 << 40 << 106 << 41 << 43; +NumList LPluginLoader::overrideIds = NumList(); +NumList LPrintDialog::overrideIds = NumList() << 177 << 107 << 108; +NumList LPrintPreviewDialog::overrideIds = NumList() << 177 << 108; +NumList LPrintPreviewWidget::overrideIds = NumList() << 108; +NumList LProcess::overrideIds = NumList() << 310 << 126 << 127 << 128 << 129 << 130 << 131 << 137 << 132 << 133 << 134 << 136; +NumList LProgressBar::overrideIds = NumList() << 311 << 24 << 25 << 20; +NumList LProgressDialog::overrideIds = NumList() << 25 << 12 << 27 << 40 << 41; +NumList LPropertyAnimation::overrideIds = NumList() << 312 << 4; +NumList LPushButton::overrideIds = NumList() << 24 << 25 << 13 << 14 << 10 << 15 << 20; +NumList LRadioButton::overrideIds = NumList() << 24 << 25 << 10 << 17 << 20; +NumList LRegExpValidator::overrideIds = NumList() << 144; +NumList LRubberBand::overrideIds = NumList() << 12 << 39 << 20 << 40 << 41; +NumList LScrollArea::overrideIds = NumList() << 34 << 25 << 5 << 40 << 106 << 104; +NumList LScrollBar::overrideIds = NumList() << 25 << 28 << 35 << 17 << 18 << 19 << 20 << 116 << 43; +NumList LSequentialAnimationGroup::overrideIds = NumList() << 1 << 2 << 3 << 4; +NumList LSettings::overrideIds = NumList(); +NumList LShortcut::overrideIds = NumList(); +NumList LSignalTransition::overrideIds = NumList() << 158 << 159; +NumList LSizeGrip::overrideIds = NumList() << 108 << 25 << 5 << 35 << 17 << 18 << 19 << 39 << 20 << 41; +NumList LSlider::overrideIds = NumList() << 24 << 25 << 17 << 18 << 19 << 20; +NumList LSortFilterProxyModel::overrideIds = NumList() << 314 << 315 << 316 << 55 << 57 << 58 << 59 << 60 << 61 << 62 << 63 << 64 << 65 << 66 << 67 << 109 << 110 << 111 << 112 << 68 << 69 << 70 << 73 << 74 << 75 << 76 << 77 << 78 << 113 << 79 << 80 << 81 << 83; +NumList LSpinBox::overrideIds = NumList() << 317 << 214 << 142 << 144; +NumList LSplashScreen::overrideIds = NumList() << 318 << 18; +NumList LSplitter::overrideIds = NumList() << 24 << 25 << 12 << 6 << 40; +NumList LSplitterHandle::overrideIds = NumList() << 25 << 17 << 18 << 19 << 20 << 40; +NumList LStackedLayout::overrideIds = NumList() << 161 << 162 << 21 << 22 << 165 << 168 << 169 << 25 << 170; +NumList LStackedWidget::overrideIds = NumList(); +NumList LStandardItemModel::overrideIds = NumList() << 58 << 59 << 60 << 62 << 63 << 64 << 65 << 66 << 67 << 69 << 70 << 73 << 74 << 75 << 76 << 77 << 78 << 79 << 80 << 83; +NumList LState::overrideIds = NumList() << 146 << 147; +NumList LStateMachine::overrideIds = NumList() << 5 << 146 << 147; +NumList LStatusBar::overrideIds = NumList() << 20 << 40 << 41; +NumList LStringListModel::overrideIds = NumList() << 59 << 62 << 67 << 75 << 76 << 77 << 79 << 80 << 83; +NumList LStyledItemDelegate::overrideIds = NumList() << 356 << 357 << 46 << 50 << 51 << 52 << 53 << 54 << 48 << 5; +NumList LSwipeGesture::overrideIds = NumList(); +NumList LSyntaxHighlighter::overrideIds = NumList() << 358; +NumList LSystemTrayIcon::overrideIds = NumList(); +NumList LTabBar::overrideIds = NumList() << 359 << 360 << 361 << 362 << 363 << 24 << 25 << 12 << 35 << 15 << 17 << 18 << 19 << 20 << 40 << 41 << 8 << 43; +NumList LTabWidget::overrideIds = NumList() << 360 << 362 << 21 << 22 << 24 << 25 << 12 << 15 << 20 << 40 << 41; +NumList LTableView::overrideIds = NumList() << 84 << 87 << 180 << 88 << 181 << 93 << 94 << 95 << 20 << 96 << 279 << 98 << 89 << 90 << 8 << 280 << 100 << 101 << 104; +NumList LTableWidget::overrideIds = NumList() << 364 << 365 << 70 << 83 << 32; +NumList LTapAndHoldGesture::overrideIds = NumList(); +NumList LTapGesture::overrideIds = NumList(); +NumList LTextBlockGroup::overrideIds = NumList() << 366 << 367 << 368; +NumList LTextBrowser::overrideIds = NumList() << 306 << 34 << 14 << 15 << 17 << 18 << 19 << 20; +NumList LTextDocument::overrideIds = NumList() << 212 << 369 << 306; +NumList LTextEdit::overrideIds = NumList() << 306 << 307 << 308 << 309 << 23 << 12 << 28 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 16 << 38 << 17 << 18 << 19 << 20 << 40 << 106 << 41 << 43; +NumList LTextFrame::overrideIds = NumList(); +NumList LTextList::overrideIds = NumList(); +NumList LTextObject::overrideIds = NumList(); +NumList LTextTable::overrideIds = NumList(); +NumList LTimeEdit::overrideIds = NumList(); +NumList LTimeLine::overrideIds = NumList() << 370 << 8; +NumList LTimer::overrideIds = NumList() << 8; +NumList LToolBar::overrideIds = NumList() << 26 << 12 << 20; +NumList LToolBox::overrideIds = NumList() << 371 << 372 << 12 << 41; +NumList LToolButton::overrideIds = NumList() << 24 << 25 << 26 << 12 << 33 << 10 << 37 << 18 << 19 << 11 << 20 << 8; +NumList LTranslator::overrideIds = NumList() << 174 << 373; +NumList LTreeView::overrideIds = NumList() << 275 << 276 << 277 << 84 << 85 << 139 << 86 << 179 << 87 << 180 << 88 << 91 << 181 << 31 << 93 << 94 << 15 << 38 << 17 << 18 << 19 << 95 << 20 << 278 << 182 << 106 << 96 << 279 << 98 << 89 << 8 << 280 << 100 << 103 << 104 << 102; +NumList LTreeWidget::overrideIds = NumList() << 374 << 375 << 70 << 83 << 88 << 32; +NumList LUndoGroup::overrideIds = NumList(); +NumList LUndoStack::overrideIds = NumList(); +NumList LUndoView::overrideIds = NumList(); +NumList LVBoxLayout::overrideIds = NumList(); +NumList LValidator::overrideIds = NumList() << 142 << 144; +NumList LVariantAnimation::overrideIds = NumList() << 313 << 312 << 1 << 2 << 4; +NumList LWidget::overrideIds = NumList() << 21 << 22 << 23 << 24 << 25 << 26 << 12 << 27 << 28 << 29 << 30 << 31 << 32 << 33 << 13 << 34 << 14 << 35 << 36 << 15 << 16 << 37 << 38 << 17 << 18 << 19 << 39 << 20 << 40 << 41 << 42 << 43 << 44 << 45; +NumList LWidgetAction::overrideIds = NumList() << 395 << 396 << 5; +NumList LWizard::overrideIds = NumList() << 397 << 398 << 399 << 400 << 108 << 25 << 177 << 20 << 40; +NumList LWizardPage::overrideIds = NumList() << 401 << 402 << 403 << 397 << 404; +NumList LAbstractGraphicsShapeItem::overrideIds = NumList() << 271 << 272; +NumList LAccessible::overrideIds = NumList(); +NumList LAccessibleEvent::overrideIds = NumList() << 409; +NumList LAccessibleWidget::overrideIds = NumList() << 410 << 411 << 412 << 413 << 414 << 415 << 416 << 417 << 418 << 419 << 420 << 421 << 422 << 423 << 424; +NumList LActionEvent::overrideIds = NumList(); +NumList LBasicTimer::overrideIds = NumList(); +NumList LBitArray::overrideIds = NumList(); +NumList LBitmap::overrideIds = NumList(); +NumList LBrush::overrideIds = NumList(); +NumList LChildEvent::overrideIds = NumList(); +NumList LCloseEvent::overrideIds = NumList(); +NumList LColor::overrideIds = NumList(); +NumList LConicalGradient::overrideIds = NumList(); +NumList LContextMenuEvent::overrideIds = NumList(); +NumList LCryptographicHash::overrideIds = NumList(); +NumList LCursor::overrideIds = NumList(); +NumList LDate::overrideIds = NumList(); +NumList LDateTime::overrideIds = NumList(); +NumList LDesktopServices::overrideIds = NumList(); +NumList LDir::overrideIds = NumList(); +NumList LDirIterator::overrideIds = NumList(); +NumList LDragEnterEvent::overrideIds = NumList(); +NumList LDragLeaveEvent::overrideIds = NumList(); +NumList LDragMoveEvent::overrideIds = NumList(); +NumList LDropEvent::overrideIds = NumList(); +NumList LDynamicPropertyChangeEvent::overrideIds = NumList(); +NumList LEasingCurve::overrideIds = NumList(); +NumList LEvent::overrideIds = NumList(); +NumList LFileIconProvider::overrideIds = NumList() << 428 << 429 << 430; +NumList LFileInfo::overrideIds = NumList(); +NumList LFileOpenEvent::overrideIds = NumList(); +NumList LFocusEvent::overrideIds = NumList(); +NumList LFont::overrideIds = NumList(); +NumList LFontDatabase::overrideIds = NumList(); +NumList LFontInfo::overrideIds = NumList(); +NumList LFontMetrics::overrideIds = NumList(); +NumList LGestureEvent::overrideIds = NumList(); +NumList LGradient::overrideIds = NumList(); +NumList LGraphicsAnchorLayout::overrideIds = NumList() << 162 << 164 << 165 << 436 << 234 << 251; +NumList LGraphicsEllipseItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LGraphicsGridLayout::overrideIds = NumList() << 162 << 164 << 165 << 436 << 234 << 251; +NumList LGraphicsItem::overrideIds = NumList() << 405 << 262 << 406 << 407 << 270 << 271 << 272 << 233 << 263 << 235 << 236 << 237 << 238 << 239 << 240 << 13 << 14 << 242 << 243 << 244 << 36 << 23 << 245 << 15 << 16 << 246 << 247 << 248 << 249 << 264 << 408 << 253; +NumList LGraphicsItemGroup::overrideIds = NumList() << 262 << 271 << 272 << 233 << 235; +NumList LGraphicsLayout::overrideIds = NumList() << 162 << 164 << 165 << 436 << 437 << 265; +NumList LGraphicsLayoutItem::overrideIds = NumList() << 234 << 265 << 251; +NumList LGraphicsLineItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LGraphicsLinearLayout::overrideIds = NumList() << 162 << 164 << 165 << 436 << 234 << 251; +NumList LGraphicsPathItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LGraphicsPixmapItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LGraphicsPolygonItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LGraphicsRectItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LGraphicsSceneContextMenuEvent::overrideIds = NumList(); +NumList LGraphicsSceneDragDropEvent::overrideIds = NumList(); +NumList LGraphicsSceneEvent::overrideIds = NumList(); +NumList LGraphicsSceneHelpEvent::overrideIds = NumList(); +NumList LGraphicsSceneHoverEvent::overrideIds = NumList(); +NumList LGraphicsSceneMouseEvent::overrideIds = NumList(); +NumList LGraphicsSceneMoveEvent::overrideIds = NumList(); +NumList LGraphicsSceneResizeEvent::overrideIds = NumList(); +NumList LGraphicsSceneWheelEvent::overrideIds = NumList(); +NumList LGraphicsSimpleTextItem::overrideIds = NumList() << 262 << 270 << 271 << 272 << 233 << 263 << 235; +NumList LHelpEvent::overrideIds = NumList(); +NumList LHideEvent::overrideIds = NumList(); +NumList LHoverEvent::overrideIds = NumList(); +NumList LIcon::overrideIds = NumList(); +NumList LIconDragEvent::overrideIds = NumList(); +NumList LImage::overrideIds = NumList(); +NumList LInputEvent::overrideIds = NumList(); +NumList LInputMethodEvent::overrideIds = NumList(); +NumList LItemEditorFactory::overrideIds = NumList() << 438 << 439; +NumList LItemSelectionRange::overrideIds = NumList(); +NumList LKeyEvent::overrideIds = NumList(); +NumList LKeySequence::overrideIds = NumList(); +NumList LLayoutItem::overrideIds = NumList() << 172 << 163 << 173 << 21 << 22 << 164 << 174 << 175 << 166 << 167 << 168 << 169 << 25 << 440 << 441; +NumList LLibraryInfo::overrideIds = NumList(); +NumList LLinearGradient::overrideIds = NumList(); +NumList LListWidgetItem::overrideIds = NumList() << 442 << 443 << 444; +NumList LLocale::overrideIds = NumList(); +NumList LMargins::overrideIds = NumList(); +NumList LMatrix::overrideIds = NumList(); +NumList LMatrix4x4::overrideIds = NumList(); +NumList LMetaObject::overrideIds = NumList(); +NumList LModelIndex::overrideIds = NumList(); +NumList LMouseEvent::overrideIds = NumList(); +NumList LMoveEvent::overrideIds = NumList(); +NumList LPaintEvent::overrideIds = NumList(); +NumList LPainter::overrideIds = NumList(); +NumList LPainterPath::overrideIds = NumList(); +NumList LPainterPathStroker::overrideIds = NumList(); +NumList LPalette::overrideIds = NumList(); +NumList LPen::overrideIds = NumList(); +NumList LPersistentModelIndex::overrideIds = NumList(); +NumList LPicture::overrideIds = NumList() << 446; +NumList LPixmap::overrideIds = NumList(); +NumList LPixmapCache::overrideIds = NumList(); +NumList LPrinter::overrideIds = NumList() << 447; +NumList LPrinterInfo::overrideIds = NumList(); +NumList LProcessEnvironment::overrideIds = NumList(); +NumList LQuaternion::overrideIds = NumList(); +NumList LRadialGradient::overrideIds = NumList(); +NumList LReadLocker::overrideIds = NumList(); +NumList LReadWriteLock::overrideIds = NumList(); +NumList LRegExp::overrideIds = NumList(); +NumList LRegion::overrideIds = NumList(); +NumList LResizeEvent::overrideIds = NumList(); +NumList LRunnable::overrideIds = NumList() << 450; +NumList LSemaphore::overrideIds = NumList(); +NumList LShortcutEvent::overrideIds = NumList(); +NumList LShowEvent::overrideIds = NumList(); +NumList LSizePolicy::overrideIds = NumList(); +NumList LSpacerItem::overrideIds = NumList() << 163 << 173 << 174 << 166 << 168 << 169 << 25 << 440; +NumList LStandardItem::overrideIds = NumList() << 442 << 443 << 470 << 235; +NumList LStatusTipEvent::overrideIds = NumList(); +NumList LStyleOption::overrideIds = NumList(); +NumList LStyleOptionGraphicsItem::overrideIds = NumList(); +NumList LSystemSemaphore::overrideIds = NumList(); +NumList LTableWidgetItem::overrideIds = NumList() << 442 << 443 << 444; +NumList LTableWidgetSelectionRange::overrideIds = NumList(); +NumList LTabletEvent::overrideIds = NumList(); +NumList LTextBlock::overrideIds = NumList(); +NumList LTextBlockFormat::overrideIds = NumList(); +NumList LTextBlockUserData::overrideIds = NumList(); +NumList LTextBoundaryFinder::overrideIds = NumList(); +NumList LTextCharFormat::overrideIds = NumList(); +NumList LTextCodec::overrideIds = NumList() << 472 << 473 << 474 << 475 << 476; +NumList LTextCursor::overrideIds = NumList(); +NumList LTextDecoder::overrideIds = NumList(); +NumList LTextDocumentFragment::overrideIds = NumList(); +NumList LTextDocumentWriter::overrideIds = NumList(); +NumList LTextEncoder::overrideIds = NumList(); +NumList LTextFormat::overrideIds = NumList(); +NumList LTextFragment::overrideIds = NumList(); +NumList LTextFrameFormat::overrideIds = NumList(); +NumList LTextImageFormat::overrideIds = NumList(); +NumList LTextLayout::overrideIds = NumList(); +NumList LTextLength::overrideIds = NumList(); +NumList LTextLine::overrideIds = NumList(); +NumList LTextListFormat::overrideIds = NumList(); +NumList LTextOption::overrideIds = NumList(); +NumList LTextTableCell::overrideIds = NumList(); +NumList LTextTableCellFormat::overrideIds = NumList(); +NumList LTextTableFormat::overrideIds = NumList(); +NumList LTime::overrideIds = NumList(); +NumList LTimerEvent::overrideIds = NumList(); +NumList LToolTip::overrideIds = NumList(); +NumList LTouchEvent::overrideIds = NumList(); +NumList LTransform::overrideIds = NumList(); +NumList LTreeWidgetItem::overrideIds = NumList() << 442 << 477 << 478; +NumList LUndoCommand::overrideIds = NumList() << 479 << 480 << 481 << 482; +NumList LUrl::overrideIds = NumList(); +NumList LVariant::overrideIds = NumList(); +NumList LVector2D::overrideIds = NumList(); +NumList LVector3D::overrideIds = NumList(); +NumList LVector4D::overrideIds = NumList(); +NumList LWhatsThis::overrideIds = NumList(); +NumList LWhatsThisClickedEvent::overrideIds = NumList(); +NumList LWheelEvent::overrideIds = NumList(); +NumList LWidgetItem::overrideIds = NumList() << 172 << 163 << 173 << 21 << 22 << 174 << 166 << 168 << 169 << 25 << 441; +NumList LWindowStateChangeEvent::overrideIds = NumList(); +NumList LWriteLocker::overrideIds = NumList(); + +void LObjects::ini(EQL* e) { + static bool ok = false; + if(!ok) { + ok = true; + eql = e; + dynObject = new DynObject; + Q = new QObject* [218]; for(int i = 0; i < 218; ++i) { Q[i] = 0; } + N = new QObject* [205]; for(int i = 0; i < 205; ++i) { N[i] = 0; } + Q[0] = new Q1; + Q[1] = new Q2; + Q[2] = new Q3; + Q[3] = new Q4; + Q[4] = new Q5; + Q[5] = new Q6; + Q[7] = new Q8; + Q[8] = new Q9; + Q[9] = new Q10; + Q[10] = new Q11; + Q[12] = new Q13; + Q[13] = new Q14; + Q[14] = new Q15; + Q[15] = new Q16; + Q[16] = new Q17; + Q[17] = new Q18; + Q[18] = new Q19; + Q[19] = new Q20; + Q[20] = new Q21; + Q[21] = new Q22; + Q[22] = new Q23; + Q[23] = new Q24; + Q[24] = new Q25; + Q[25] = new Q26; + Q[26] = new Q27; + Q[27] = new Q28; + Q[28] = new Q29; + Q[29] = new Q30; + Q[30] = new Q31; + Q[31] = new Q32; + Q[32] = new Q33; + Q[33] = new Q34; + Q[34] = new Q35; + Q[35] = new Q36; + Q[36] = new Q37; + Q[37] = new Q38; + Q[38] = new Q39; + Q[39] = new Q40; + Q[40] = new Q41; + Q[41] = new Q42; + Q[42] = new Q43; + Q[43] = new Q44; + Q[44] = new Q45; + Q[45] = new Q46; + Q[46] = new Q47; + Q[47] = new Q48; + Q[48] = new Q49; + Q[49] = new Q50; + Q[50] = new Q51; + Q[51] = new Q52; + Q[52] = new Q53; + Q[53] = new Q54; + Q[54] = new Q55; + Q[55] = new Q56; + Q[56] = new Q57; + Q[57] = new Q58; + Q[58] = new Q59; + Q[59] = new Q60; + Q[63] = new Q64; + Q[64] = new Q65; + Q[65] = new Q66; + Q[66] = new Q67; + Q[67] = new Q68; + Q[68] = new Q69; + Q[69] = new Q70; + Q[70] = new Q71; + Q[71] = new Q72; + Q[72] = new Q73; + Q[73] = new Q74; + Q[74] = new Q75; + Q[76] = new Q77; + Q[77] = new Q78; + Q[78] = new Q79; + Q[80] = new Q81; + Q[81] = new Q82; + Q[82] = new Q83; + Q[83] = new Q84; + Q[84] = new Q85; + Q[85] = new Q86; + Q[94] = new Q95; + Q[95] = new Q96; + Q[96] = new Q97; + Q[97] = new Q98; + Q[98] = new Q99; + Q[99] = new Q100; + Q[100] = new Q101; + Q[101] = new Q102; + Q[102] = new Q103; + Q[103] = new Q104; + Q[104] = new Q105; + Q[105] = new Q106; + Q[106] = new Q107; + Q[107] = new Q108; + Q[110] = new Q111; + Q[111] = new Q112; + Q[112] = new Q113; + Q[113] = new Q114; + Q[114] = new Q115; + Q[115] = new Q116; + Q[116] = new Q117; + Q[117] = new Q118; + Q[118] = new Q119; + Q[123] = new Q124; + Q[124] = new Q125; + Q[125] = new Q126; + Q[126] = new Q127; + Q[127] = new Q128; + Q[128] = new Q129; + Q[129] = new Q130; + Q[130] = new Q131; + Q[131] = new Q132; + Q[132] = new Q133; + Q[133] = new Q134; + Q[134] = new Q135; + Q[135] = new Q136; + Q[136] = new Q137; + Q[137] = new Q138; + Q[138] = new Q139; + Q[139] = new Q140; + Q[140] = new Q141; + Q[141] = new Q142; + Q[142] = new Q143; + Q[143] = new Q144; + Q[144] = new Q145; + Q[145] = new Q146; + Q[146] = new Q147; + Q[147] = new Q148; + Q[148] = new Q149; + Q[149] = new Q150; + Q[150] = new Q151; + Q[151] = new Q152; + Q[152] = new Q153; + Q[153] = new Q154; + Q[154] = new Q155; + Q[155] = new Q156; + Q[156] = new Q157; + Q[162] = new Q163; + Q[163] = new Q164; + Q[164] = new Q165; + Q[165] = new Q166; + Q[166] = new Q167; + Q[167] = new Q168; + Q[168] = new Q169; + Q[169] = new Q170; + Q[170] = new Q171; + Q[173] = new Q174; + Q[174] = new Q175; + Q[175] = new Q176; + Q[176] = new Q177; + Q[177] = new Q178; + Q[178] = new Q179; + Q[179] = new Q180; + Q[180] = new Q181; + Q[181] = new Q182; + Q[184] = new Q185; + Q[185] = new Q186; + Q[186] = new Q187; + Q[187] = new Q188; + Q[188] = new Q189; + Q[189] = new Q190; + Q[190] = new Q191; + Q[191] = new Q192; + Q[192] = new Q193; + Q[193] = new Q194; + Q[194] = new Q195; + Q[195] = new Q196; + Q[196] = new Q197; + Q[197] = new Q198; + Q[198] = new Q199; + Q[199] = new Q200; + Q[200] = new Q201; + Q[202] = new Q203; + Q[203] = new Q204; + Q[204] = new Q205; + Q[205] = new Q206; + Q[206] = new Q207; + Q[207] = new Q208; + Q[214] = new Q215; + Q[215] = new Q216; + Q[216] = new Q217; + Q[217] = new Q218; + N[0] = new N1; + N[1] = new N2; + N[2] = new N3; + N[3] = new N4; + N[4] = new N5; + N[5] = new N6; + N[6] = new N7; + N[8] = new N9; + N[9] = new N10; + N[10] = new N11; + N[11] = new N12; + N[12] = new N13; + N[13] = new N14; + N[14] = new N15; + N[15] = new N16; + N[16] = new N17; + N[17] = new N18; + N[18] = new N19; + N[19] = new N20; + N[20] = new N21; + N[21] = new N22; + N[22] = new N23; + N[23] = new N24; + N[24] = new N25; + N[25] = new N26; + N[26] = new N27; + N[27] = new N28; + N[28] = new N29; + N[29] = new N30; + N[30] = new N31; + N[31] = new N32; + N[32] = new N33; + N[33] = new N34; + N[34] = new N35; + N[35] = new N36; + N[36] = new N37; + N[37] = new N38; + N[38] = new N39; + N[45] = new N46; + N[46] = new N47; + N[47] = new N48; + N[48] = new N49; + N[49] = new N50; + N[50] = new N51; + N[51] = new N52; + N[52] = new N53; + N[53] = new N54; + N[54] = new N55; + N[55] = new N56; + N[56] = new N57; + N[57] = new N58; + N[58] = new N59; + N[59] = new N60; + N[60] = new N61; + N[61] = new N62; + N[62] = new N63; + N[63] = new N64; + N[64] = new N65; + N[65] = new N66; + N[66] = new N67; + N[67] = new N68; + N[68] = new N69; + N[69] = new N70; + N[71] = new N72; + N[73] = new N74; + N[76] = new N77; + N[77] = new N78; + N[78] = new N79; + N[79] = new N80; + N[80] = new N81; + N[81] = new N82; + N[82] = new N83; + N[83] = new N84; + N[84] = new N85; + N[85] = new N86; + N[86] = new N87; + N[87] = new N88; + N[88] = new N89; + N[89] = new N90; + N[90] = new N91; + N[91] = new N92; + N[92] = new N93; + N[93] = new N94; + N[94] = new N95; + N[95] = new N96; + N[96] = new N97; + N[97] = new N98; + N[106] = new N107; + N[107] = new N108; + N[108] = new N109; + N[109] = new N110; + N[110] = new N111; + N[111] = new N112; + N[112] = new N113; + N[113] = new N114; + N[114] = new N115; + N[115] = new N116; + N[116] = new N117; + N[117] = new N118; + N[118] = new N119; + N[119] = new N120; + N[120] = new N121; + N[121] = new N122; + N[122] = new N123; + N[123] = new N124; + N[124] = new N125; + N[125] = new N126; + N[126] = new N127; + N[127] = new N128; + N[128] = new N129; + N[129] = new N130; + N[130] = new N131; + N[131] = new N132; + N[132] = new N133; + N[133] = new N134; + N[147] = new N148; + N[148] = new N149; + N[149] = new N150; + N[150] = new N151; + N[152] = new N153; + N[153] = new N154; + N[154] = new N155; + N[155] = new N156; + N[156] = new N157; + N[157] = new N158; + N[158] = new N159; + N[159] = new N160; + N[160] = new N161; + N[161] = new N162; + N[162] = new N163; + N[163] = new N164; + N[164] = new N165; + N[165] = new N166; + N[166] = new N167; + N[167] = new N168; + N[168] = new N169; + N[169] = new N170; + N[170] = new N171; + N[171] = new N172; + N[172] = new N173; + N[173] = new N174; + N[174] = new N175; + N[175] = new N176; + N[176] = new N177; + N[177] = new N178; + N[178] = new N179; + N[179] = new N180; + N[180] = new N181; + N[181] = new N182; + N[182] = new N183; + N[183] = new N184; + N[184] = new N185; + N[185] = new N186; + N[186] = new N187; + N[187] = new N188; + N[188] = new N189; + N[189] = new N190; + N[190] = new N191; + N[199] = new N200; + N[200] = new N201; + N[201] = new N202; + N[202] = new N203; + N[203] = new N204; + N[204] = new N205; + q_names["QAbstractAnimation"] = 1; + q_names["QAbstractButton"] = 2; + q_names["QAbstractItemDelegate"] = 3; + q_names["QAbstractItemModel"] = 4; + q_names["QAbstractItemView"] = 5; + q_names["QAbstractListModel"] = 6; + q_names["QAbstractNetworkCache"] = 7; + q_names["QAbstractPrintDialog"] = 8; + q_names["QAbstractProxyModel"] = 9; + q_names["QAbstractScrollArea"] = 10; + q_names["QAbstractSlider"] = 11; + q_names["QAbstractSocket"] = 12; + q_names["QAbstractSpinBox"] = 13; + q_names["QAbstractState"] = 14; + q_names["QAbstractTableModel"] = 15; + q_names["QAbstractTextDocumentLayout"] = 16; + q_names["QAbstractTransition"] = 17; + q_names["QAction"] = 18; + q_names["QActionGroup"] = 19; + q_names["QAnimationGroup"] = 20; + q_names["QApplication"] = 21; + q_names["QBoxLayout"] = 22; + q_names["QBuffer"] = 23; + q_names["QButtonGroup"] = 24; + q_names["QCalendarWidget"] = 25; + q_names["QCheckBox"] = 26; + q_names["QClipboard"] = 27; + q_names["QColorDialog"] = 28; + q_names["QColumnView"] = 29; + q_names["QComboBox"] = 30; + q_names["QCommandLinkButton"] = 31; + q_names["QCommonStyle"] = 32; + q_names["QCompleter"] = 33; + q_names["QCoreApplication"] = 34; + q_names["QDataWidgetMapper"] = 35; + q_names["QDateEdit"] = 36; + q_names["QDateTimeEdit"] = 37; + q_names["QDesktopWidget"] = 38; + q_names["QDial"] = 39; + q_names["QDialog"] = 40; + q_names["QDialogButtonBox"] = 41; + q_names["QDirModel"] = 42; + q_names["QDockWidget"] = 43; + q_names["QDoubleSpinBox"] = 44; + q_names["QDoubleValidator"] = 45; + q_names["QDrag"] = 46; + q_names["QErrorMessage"] = 47; + q_names["QEventLoop"] = 48; + q_names["QEventTransition"] = 49; + q_names["QFile"] = 50; + q_names["QFileDevice"] = 51; + q_names["QFileDialog"] = 52; + q_names["QFileSystemModel"] = 53; + q_names["QFileSystemWatcher"] = 54; + q_names["QFinalState"] = 55; + q_names["QFocusFrame"] = 56; + q_names["QFontComboBox"] = 57; + q_names["QFontDialog"] = 58; + q_names["QFormLayout"] = 59; + q_names["QFrame"] = 60; + q_names["QGLShader"] = 61; + q_names["QGLShaderProgram"] = 62; + q_names["QGLWidget"] = 63; + q_names["QGesture"] = 64; + q_names["QGraphicsAnchor"] = 65; + q_names["QGraphicsBlurEffect"] = 66; + q_names["QGraphicsColorizeEffect"] = 67; + q_names["QGraphicsDropShadowEffect"] = 68; + q_names["QGraphicsEffect"] = 69; + q_names["QGraphicsObject"] = 70; + q_names["QGraphicsOpacityEffect"] = 71; + q_names["QGraphicsProxyWidget"] = 72; + q_names["QGraphicsRotation"] = 73; + q_names["QGraphicsScale"] = 74; + q_names["QGraphicsScene"] = 75; + q_names["QGraphicsSvgItem"] = 76; + q_names["QGraphicsTextItem"] = 77; + q_names["QGraphicsTransform"] = 78; + q_names["QGraphicsView"] = 79; + q_names["QGraphicsWebView"] = 80; + q_names["QGraphicsWidget"] = 81; + q_names["QGridLayout"] = 82; + q_names["QGroupBox"] = 83; + q_names["QGuiApplication"] = 84; + q_names["QHBoxLayout"] = 85; + q_names["QHeaderView"] = 86; + q_names["QHelpContentModel"] = 87; + q_names["QHelpContentWidget"] = 88; + q_names["QHelpEngineCore"] = 89; + q_names["QHelpIndexModel"] = 90; + q_names["QHelpIndexWidget"] = 91; + q_names["QHelpSearchEngine"] = 92; + q_names["QHelpSearchQueryWidget"] = 93; + q_names["QHelpSearchResultWidget"] = 94; + q_names["QHistoryState"] = 95; + q_names["QIODevice"] = 96; + q_names["QInputDialog"] = 97; + q_names["QIntValidator"] = 98; + q_names["QItemDelegate"] = 99; + q_names["QItemSelectionModel"] = 100; + q_names["QKeyEventTransition"] = 101; + q_names["QLCDNumber"] = 102; + q_names["QLabel"] = 103; + q_names["QLayout"] = 104; + q_names["QLibrary"] = 105; + q_names["QLineEdit"] = 106; + q_names["QListView"] = 107; + q_names["QListWidget"] = 108; + q_names["QLocalServer"] = 109; + q_names["QLocalSocket"] = 110; + q_names["QMainWindow"] = 111; + q_names["QMdiArea"] = 112; + q_names["QMdiSubWindow"] = 113; + q_names["QMenu"] = 114; + q_names["QMenuBar"] = 115; + q_names["QMessageBox"] = 116; + q_names["QMimeData"] = 117; + q_names["QMouseEventTransition"] = 118; + q_names["QMovie"] = 119; + q_names["QNetworkAccessManager"] = 120; + q_names["QNetworkCookieJar"] = 121; + q_names["QNetworkDiskCache"] = 122; + q_names["QNetworkReply"] = 123; + q_names["QObject"] = 124; + q_names["QPageSetupDialog"] = 125; + q_names["QPanGesture"] = 126; + q_names["QParallelAnimationGroup"] = 127; + q_names["QPauseAnimation"] = 128; + q_names["QPinchGesture"] = 129; + q_names["QPlainTextDocumentLayout"] = 130; + q_names["QPlainTextEdit"] = 131; + q_names["QPluginLoader"] = 132; + q_names["QPrintDialog"] = 133; + q_names["QPrintPreviewDialog"] = 134; + q_names["QPrintPreviewWidget"] = 135; + q_names["QProcess"] = 136; + q_names["QProgressBar"] = 137; + q_names["QProgressDialog"] = 138; + q_names["QPropertyAnimation"] = 139; + q_names["QPushButton"] = 140; + q_names["QRadioButton"] = 141; + q_names["QRegExpValidator"] = 142; + q_names["QRubberBand"] = 143; + q_names["QScrollArea"] = 144; + q_names["QScrollBar"] = 145; + q_names["QSequentialAnimationGroup"] = 146; + q_names["QSessionManager"] = 147; + q_names["QSettings"] = 148; + q_names["QShortcut"] = 149; + q_names["QSignalTransition"] = 150; + q_names["QSizeGrip"] = 151; + q_names["QSlider"] = 152; + q_names["QSortFilterProxyModel"] = 153; + q_names["QSpinBox"] = 154; + q_names["QSplashScreen"] = 155; + q_names["QSplitter"] = 156; + q_names["QSplitterHandle"] = 157; + q_names["QSqlDriver"] = 158; + q_names["QSqlQueryModel"] = 159; + q_names["QSqlRelationalDelegate"] = 160; + q_names["QSqlRelationalTableModel"] = 161; + q_names["QSqlTableModel"] = 162; + q_names["QStackedLayout"] = 163; + q_names["QStackedWidget"] = 164; + q_names["QStandardItemModel"] = 165; + q_names["QState"] = 166; + q_names["QStateMachine"] = 167; + q_names["QStatusBar"] = 168; + q_names["QStringListModel"] = 169; + q_names["QStyle"] = 170; + q_names["QStyledItemDelegate"] = 171; + q_names["QSvgRenderer"] = 172; + q_names["QSvgWidget"] = 173; + q_names["QSwipeGesture"] = 174; + q_names["QSyntaxHighlighter"] = 175; + q_names["QSystemTrayIcon"] = 176; + q_names["QTabBar"] = 177; + q_names["QTabWidget"] = 178; + q_names["QTableView"] = 179; + q_names["QTableWidget"] = 180; + q_names["QTapAndHoldGesture"] = 181; + q_names["QTapGesture"] = 182; + q_names["QTcpServer"] = 183; + q_names["QTcpSocket"] = 184; + q_names["QTextBlockGroup"] = 185; + q_names["QTextBrowser"] = 186; + q_names["QTextDocument"] = 187; + q_names["QTextEdit"] = 188; + q_names["QTextFrame"] = 189; + q_names["QTextList"] = 190; + q_names["QTextObject"] = 191; + q_names["QTextTable"] = 192; + q_names["QTimeEdit"] = 193; + q_names["QTimeLine"] = 194; + q_names["QTimer"] = 195; + q_names["QToolBar"] = 196; + q_names["QToolBox"] = 197; + q_names["QToolButton"] = 198; + q_names["QTranslator"] = 199; + q_names["QTreeView"] = 200; + q_names["QTreeWidget"] = 201; + q_names["QUdpSocket"] = 202; + q_names["QUndoGroup"] = 203; + q_names["QUndoStack"] = 204; + q_names["QUndoView"] = 205; + q_names["QVBoxLayout"] = 206; + q_names["QValidator"] = 207; + q_names["QVariantAnimation"] = 208; + q_names["QWebFrame"] = 209; + q_names["QWebHistoryInterface"] = 210; + q_names["QWebInspector"] = 211; + q_names["QWebPage"] = 212; + q_names["QWebPluginFactory"] = 213; + q_names["QWebView"] = 214; + q_names["QWidget"] = 215; + q_names["QWidgetAction"] = 216; + q_names["QWizard"] = 217; + q_names["QWizardPage"] = 218; + n_names["QAbstractGraphicsShapeItem"] = 1; + n_names["QAccessible"] = 2; + n_names["QAccessibleEvent"] = 3; + n_names["QAccessibleInterface"] = 4; + n_names["QAccessibleObject"] = 5; + n_names["QAccessibleWidget"] = 6; + n_names["QActionEvent"] = 7; + n_names["QAuthenticator"] = 8; + n_names["QBasicTimer"] = 9; + n_names["QBitArray"] = 10; + n_names["QBitmap"] = 11; + n_names["QBrush"] = 12; + n_names["QChildEvent"] = 13; + n_names["QCloseEvent"] = 14; + n_names["QColor"] = 15; + n_names["QConicalGradient"] = 16; + n_names["QContextMenuEvent"] = 17; + n_names["QCryptographicHash"] = 18; + n_names["QCursor"] = 19; + n_names["QDate"] = 20; + n_names["QDateTime"] = 21; + n_names["QDesktopServices"] = 22; + n_names["QDir"] = 23; + n_names["QDirIterator"] = 24; + n_names["QDragEnterEvent"] = 25; + n_names["QDragLeaveEvent"] = 26; + n_names["QDragMoveEvent"] = 27; + n_names["QDropEvent"] = 28; + n_names["QDynamicPropertyChangeEvent"] = 29; + n_names["QEasingCurve"] = 30; + n_names["QEvent"] = 31; + n_names["QFileIconProvider"] = 32; + n_names["QFileInfo"] = 33; + n_names["QFileOpenEvent"] = 34; + n_names["QFocusEvent"] = 35; + n_names["QFont"] = 36; + n_names["QFontDatabase"] = 37; + n_names["QFontInfo"] = 38; + n_names["QFontMetrics"] = 39; + n_names["QGLColormap"] = 40; + n_names["QGLContext"] = 41; + n_names["QGLFormat"] = 42; + n_names["QGLFramebufferObject"] = 43; + n_names["QGLFramebufferObjectFormat"] = 44; + n_names["QGLPixelBuffer"] = 45; + n_names["QGestureEvent"] = 46; + n_names["QGradient"] = 47; + n_names["QGraphicsAnchorLayout"] = 48; + n_names["QGraphicsEllipseItem"] = 49; + n_names["QGraphicsGridLayout"] = 50; + n_names["QGraphicsItem"] = 51; + n_names["QGraphicsItemGroup"] = 52; + n_names["QGraphicsLayout"] = 53; + n_names["QGraphicsLayoutItem"] = 54; + n_names["QGraphicsLineItem"] = 55; + n_names["QGraphicsLinearLayout"] = 56; + n_names["QGraphicsPathItem"] = 57; + n_names["QGraphicsPixmapItem"] = 58; + n_names["QGraphicsPolygonItem"] = 59; + n_names["QGraphicsRectItem"] = 60; + n_names["QGraphicsSceneContextMenuEvent"] = 61; + n_names["QGraphicsSceneDragDropEvent"] = 62; + n_names["QGraphicsSceneEvent"] = 63; + n_names["QGraphicsSceneHelpEvent"] = 64; + n_names["QGraphicsSceneHoverEvent"] = 65; + n_names["QGraphicsSceneMouseEvent"] = 66; + n_names["QGraphicsSceneMoveEvent"] = 67; + n_names["QGraphicsSceneResizeEvent"] = 68; + n_names["QGraphicsSceneWheelEvent"] = 69; + n_names["QGraphicsSimpleTextItem"] = 70; + n_names["QHelpContentItem"] = 71; + n_names["QHelpEvent"] = 72; + n_names["QHelpSearchQuery"] = 73; + n_names["QHideEvent"] = 74; + n_names["QHostAddress"] = 75; + n_names["QHostInfo"] = 76; + n_names["QHoverEvent"] = 77; + n_names["QIcon"] = 78; + n_names["QIconDragEvent"] = 79; + n_names["QImage"] = 80; + n_names["QInputEvent"] = 81; + n_names["QInputMethodEvent"] = 82; + n_names["QItemEditorFactory"] = 83; + n_names["QItemSelectionRange"] = 84; + n_names["QKeyEvent"] = 85; + n_names["QKeySequence"] = 86; + n_names["QLayoutItem"] = 87; + n_names["QLibraryInfo"] = 88; + n_names["QLinearGradient"] = 89; + n_names["QListWidgetItem"] = 90; + n_names["QLocale"] = 91; + n_names["QMargins"] = 92; + n_names["QMatrix"] = 93; + n_names["QMatrix4x4"] = 94; + n_names["QMetaObject"] = 95; + n_names["QModelIndex"] = 96; + n_names["QMouseEvent"] = 97; + n_names["QMoveEvent"] = 98; + n_names["QNetworkAddressEntry"] = 99; + n_names["QNetworkCacheMetaData"] = 100; + n_names["QNetworkCookie"] = 101; + n_names["QNetworkInterface"] = 102; + n_names["QNetworkProxy"] = 103; + n_names["QNetworkProxyFactory"] = 104; + n_names["QNetworkProxyQuery"] = 105; + n_names["QNetworkRequest"] = 106; + n_names["QPagedPaintDevice"] = 107; + n_names["QPaintDevice"] = 108; + n_names["QPaintEvent"] = 109; + n_names["QPainter"] = 110; + n_names["QPainterPath"] = 111; + n_names["QPainterPathStroker"] = 112; + n_names["QPalette"] = 113; + n_names["QPen"] = 114; + n_names["QPersistentModelIndex"] = 115; + n_names["QPicture"] = 116; + n_names["QPixmap"] = 117; + n_names["QPixmapCache"] = 118; + n_names["QPrinter"] = 119; + n_names["QPrinterInfo"] = 120; + n_names["QProcessEnvironment"] = 121; + n_names["QQuaternion"] = 122; + n_names["QRadialGradient"] = 123; + n_names["QReadLocker"] = 124; + n_names["QReadWriteLock"] = 125; + n_names["QRegExp"] = 126; + n_names["QRegion"] = 127; + n_names["QResizeEvent"] = 128; + n_names["QRunnable"] = 129; + n_names["QSemaphore"] = 130; + n_names["QShortcutEvent"] = 131; + n_names["QShowEvent"] = 132; + n_names["QSizePolicy"] = 133; + n_names["QSpacerItem"] = 134; + n_names["QSqlDatabase"] = 135; + n_names["QSqlError"] = 136; + n_names["QSqlField"] = 137; + n_names["QSqlIndex"] = 138; + n_names["QSqlQuery"] = 139; + n_names["QSqlRecord"] = 140; + n_names["QSqlRelation"] = 141; + n_names["QSqlResult"] = 142; + n_names["QSslCertificate"] = 143; + n_names["QSslCipher"] = 144; + n_names["QSslConfiguration"] = 145; + n_names["QSslError"] = 146; + n_names["QSslKey"] = 147; + n_names["QStandardItem"] = 148; + n_names["QStatusTipEvent"] = 149; + n_names["QStyleOption"] = 150; + n_names["QStyleOptionGraphicsItem"] = 151; + n_names["QSvgGenerator"] = 152; + n_names["QSystemSemaphore"] = 153; + n_names["QTableWidgetItem"] = 154; + n_names["QTableWidgetSelectionRange"] = 155; + n_names["QTabletEvent"] = 156; + n_names["QTextBlock"] = 157; + n_names["QTextBlockFormat"] = 158; + n_names["QTextBlockUserData"] = 159; + n_names["QTextBoundaryFinder"] = 160; + n_names["QTextCharFormat"] = 161; + n_names["QTextCodec"] = 162; + n_names["QTextCursor"] = 163; + n_names["QTextDecoder"] = 164; + n_names["QTextDocumentFragment"] = 165; + n_names["QTextDocumentWriter"] = 166; + n_names["QTextEncoder"] = 167; + n_names["QTextFormat"] = 168; + n_names["QTextFragment"] = 169; + n_names["QTextFrameFormat"] = 170; + n_names["QTextImageFormat"] = 171; + n_names["QTextLayout"] = 172; + n_names["QTextLength"] = 173; + n_names["QTextLine"] = 174; + n_names["QTextListFormat"] = 175; + n_names["QTextOption"] = 176; + n_names["QTextTableCell"] = 177; + n_names["QTextTableCellFormat"] = 178; + n_names["QTextTableFormat"] = 179; + n_names["QTime"] = 180; + n_names["QTimerEvent"] = 181; + n_names["QToolTip"] = 182; + n_names["QTouchEvent"] = 183; + n_names["QTransform"] = 184; + n_names["QTreeWidgetItem"] = 185; + n_names["QUndoCommand"] = 186; + n_names["QUrl"] = 187; + n_names["QVariant"] = 188; + n_names["QVector2D"] = 189; + n_names["QVector3D"] = 190; + n_names["QVector4D"] = 191; + n_names["QWebDatabase"] = 192; + n_names["QWebElement"] = 193; + n_names["QWebElementCollection"] = 194; + n_names["QWebHistory"] = 195; + n_names["QWebHistoryItem"] = 196; + n_names["QWebHitTestResult"] = 197; + n_names["QWebSecurityOrigin"] = 198; + n_names["QWebSettings"] = 199; + n_names["QWhatsThis"] = 200; + n_names["QWhatsThisClickedEvent"] = 201; + n_names["QWheelEvent"] = 202; + n_names["QWidgetItem"] = 203; + n_names["QWindowStateChangeEvent"] = 204; + n_names["QWriteLocker"] = 205; + override_function_ids["duration()"] = 1; + override_function_ids["updateCurrentTime(int)"] = 2; + override_function_ids["updateDirection(QAbstractAnimation::Direction)"] = 3; + override_function_ids["updateState(QAbstractAnimation::State,QAbstractAnimation::State)"] = 4; + override_function_ids["eventFilter(QObject*,QEvent*)"] = 5; + override_function_ids["childEvent(QChildEvent*)"] = 6; + override_function_ids["customEvent(QEvent*)"] = 7; + override_function_ids["timerEvent(QTimerEvent*)"] = 8; + override_function_ids["checkStateSet()"] = 9; + override_function_ids["hitButton(QPoint)"] = 10; + override_function_ids["nextCheckState()"] = 11; + override_function_ids["changeEvent(QEvent*)"] = 12; + override_function_ids["focusInEvent(QFocusEvent*)"] = 13; + override_function_ids["focusOutEvent(QFocusEvent*)"] = 14; + override_function_ids["keyPressEvent(QKeyEvent*)"] = 15; + override_function_ids["keyReleaseEvent(QKeyEvent*)"] = 16; + override_function_ids["mouseMoveEvent(QMouseEvent*)"] = 17; + override_function_ids["mousePressEvent(QMouseEvent*)"] = 18; + override_function_ids["mouseReleaseEvent(QMouseEvent*)"] = 19; + override_function_ids["paintEvent(QPaintEvent*)"] = 20; + override_function_ids["hasHeightForWidth()"] = 21; + override_function_ids["heightForWidth(int)"] = 22; + override_function_ids["inputMethodQuery(Qt::InputMethodQuery)"] = 23; + override_function_ids["minimumSizeHint()"] = 24; + override_function_ids["sizeHint()"] = 25; + override_function_ids["actionEvent(QActionEvent*)"] = 26; + override_function_ids["closeEvent(QCloseEvent*)"] = 27; + override_function_ids["contextMenuEvent(QContextMenuEvent*)"] = 28; + override_function_ids["dragEnterEvent(QDragEnterEvent*)"] = 29; + override_function_ids["dragLeaveEvent(QDragLeaveEvent*)"] = 30; + override_function_ids["dragMoveEvent(QDragMoveEvent*)"] = 31; + override_function_ids["dropEvent(QDropEvent*)"] = 32; + override_function_ids["enterEvent(QEvent*)"] = 33; + override_function_ids["focusNextPrevChild(bool)"] = 34; + override_function_ids["hideEvent(QHideEvent*)"] = 35; + override_function_ids["inputMethodEvent(QInputMethodEvent*)"] = 36; + override_function_ids["leaveEvent(QEvent*)"] = 37; + override_function_ids["mouseDoubleClickEvent(QMouseEvent*)"] = 38; + override_function_ids["moveEvent(QMoveEvent*)"] = 39; + override_function_ids["resizeEvent(QResizeEvent*)"] = 40; + override_function_ids["showEvent(QShowEvent*)"] = 41; + override_function_ids["tabletEvent(QTabletEvent*)"] = 42; + override_function_ids["wheelEvent(QWheelEvent*)"] = 43; + override_function_ids["initPainter(QPainter*)"] = 44; + override_function_ids["metric(PaintDeviceMetric)"] = 45; + override_function_ids["createEditor(QWidget*,QStyleOptionViewItem,QModelIndex)"] = 46; + override_function_ids["destroyEditor(QWidget*,QModelIndex)"] = 47; + override_function_ids["editorEvent(QEvent*,QAbstractItemModel*,QStyleOptionViewItem,QModelIndex)"] = 48; + override_function_ids["helpEvent(QHelpEvent*,QAbstractItemView*,QStyleOptionViewItem,QModelIndex)"] = 49; + override_function_ids["paint(QPainter*,QStyleOptionViewItem,QModelIndex)"] = 50; + override_function_ids["setEditorData(QWidget*,QModelIndex)"] = 51; + override_function_ids["setModelData(QWidget*,QAbstractItemModel*,QModelIndex)"] = 52; + override_function_ids["sizeHint(QStyleOptionViewItem,QModelIndex)"] = 53; + override_function_ids["updateEditorGeometry(QWidget*,QStyleOptionViewItem,QModelIndex)"] = 54; + override_function_ids["buddy(QModelIndex)"] = 55; + override_function_ids["canDropMimeData(QMimeData*,Qt::DropAction,int,int,QModelIndex)"] = 56; + override_function_ids["canFetchMore(QModelIndex)"] = 57; + override_function_ids["columnCount(QModelIndex)"] = 58; + override_function_ids["data(QModelIndex,int)"] = 59; + override_function_ids["dropMimeData(QMimeData*,Qt::DropAction,int,int,QModelIndex)"] = 60; + override_function_ids["fetchMore(QModelIndex)"] = 61; + override_function_ids["flags(QModelIndex)"] = 62; + override_function_ids["hasChildren(QModelIndex)"] = 63; + override_function_ids["headerData(int,Qt::Orientation,int)"] = 64; + override_function_ids["index(int,int,QModelIndex)"] = 65; + override_function_ids["insertColumns(int,int,QModelIndex)"] = 66; + override_function_ids["insertRows(int,int,QModelIndex)"] = 67; + override_function_ids["match(QModelIndex,int,QVariant,int,Qt::MatchFlags)"] = 68; + override_function_ids["mimeData(QModelIndexList)"] = 69; + override_function_ids["mimeTypes()"] = 70; + override_function_ids["moveColumns(QModelIndex,int,int,QModelIndex,int)"] = 71; + override_function_ids["moveRows(QModelIndex,int,int,QModelIndex,int)"] = 72; + override_function_ids["parent(QModelIndex)"] = 73; + override_function_ids["removeColumns(int,int,QModelIndex)"] = 74; + override_function_ids["removeRows(int,int,QModelIndex)"] = 75; + override_function_ids["rowCount(QModelIndex)"] = 76; + override_function_ids["setData(QModelIndex,QVariant,int)"] = 77; + override_function_ids["setHeaderData(int,Qt::Orientation,QVariant,int)"] = 78; + override_function_ids["sibling(int,int,QModelIndex)"] = 79; + override_function_ids["sort(int,Qt::SortOrder)"] = 80; + override_function_ids["span(QModelIndex)"] = 81; + override_function_ids["supportedDragActions()"] = 82; + override_function_ids["supportedDropActions()"] = 83; + override_function_ids["indexAt(QPoint)"] = 84; + override_function_ids["keyboardSearch(QString)"] = 85; + override_function_ids["scrollTo(QModelIndex,ScrollHint)"] = 86; + override_function_ids["setModel(QAbstractItemModel*)"] = 87; + override_function_ids["setSelectionModel(QItemSelectionModel*)"] = 88; + override_function_ids["sizeHintForColumn(int)"] = 89; + override_function_ids["sizeHintForRow(int)"] = 90; + override_function_ids["visualRect(QModelIndex)"] = 91; + override_function_ids["edit(QModelIndex,EditTrigger,QEvent*)"] = 92; + override_function_ids["horizontalOffset()"] = 93; + override_function_ids["isIndexHidden(QModelIndex)"] = 94; + override_function_ids["moveCursor(CursorAction,Qt::KeyboardModifiers)"] = 95; + override_function_ids["selectedIndexes()"] = 96; + override_function_ids["selectionCommand(QModelIndex,QEvent*)"] = 97; + override_function_ids["setSelection(QRect,QItemSelectionModel::SelectionFlags)"] = 98; + override_function_ids["startDrag(Qt::DropActions)"] = 99; + override_function_ids["verticalOffset()"] = 100; + override_function_ids["viewOptions()"] = 101; + override_function_ids["visualRegionForSelection(QItemSelection)"] = 102; + override_function_ids["viewportEvent(QEvent*)"] = 103; + override_function_ids["viewportSizeHint()"] = 104; + override_function_ids["setupViewport(QWidget*)"] = 105; + override_function_ids["scrollContentsBy(int,int)"] = 106; + override_function_ids["exec()"] = 107; + override_function_ids["setVisible(bool)"] = 108; + override_function_ids["mapFromSource(QModelIndex)"] = 109; + override_function_ids["mapSelectionFromSource(QItemSelection)"] = 110; + override_function_ids["mapSelectionToSource(QItemSelection)"] = 111; + override_function_ids["mapToSource(QModelIndex)"] = 112; + override_function_ids["setSourceModel(QAbstractItemModel*)"] = 113; + override_function_ids["revert()"] = 114; + override_function_ids["submit()"] = 115; + override_function_ids["sliderChange(SliderChange)"] = 116; + override_function_ids["connectToHost(QString,quint16,OpenMode,NetworkLayerProtocol)"] = 117; + override_function_ids["connectToHost(QHostAddress,quint16,OpenMode)"] = 118; + override_function_ids["disconnectFromHost()"] = 119; + override_function_ids["resume()"] = 120; + override_function_ids["setReadBufferSize(qint64)"] = 121; + override_function_ids["setSocketOption(QAbstractSocket::SocketOption,QVariant)"] = 122; + override_function_ids["socketOption(QAbstractSocket::SocketOption)"] = 123; + override_function_ids["waitForConnected(int)"] = 124; + override_function_ids["waitForDisconnected(int)"] = 125; + override_function_ids["atEnd()"] = 126; + override_function_ids["bytesAvailable()"] = 127; + override_function_ids["bytesToWrite()"] = 128; + override_function_ids["canReadLine()"] = 129; + override_function_ids["close()"] = 130; + override_function_ids["isSequential()"] = 131; + override_function_ids["waitForBytesWritten(int)"] = 132; + override_function_ids["waitForReadyRead(int)"] = 133; + override_function_ids["readData(char*,qint64)"] = 134; + override_function_ids["readLineData(char*,qint64)"] = 135; + override_function_ids["writeData(const char*,qint64)"] = 136; + override_function_ids["open(OpenMode)"] = 137; + override_function_ids["pos()"] = 138; + override_function_ids["reset()"] = 139; + override_function_ids["seek(qint64)"] = 140; + override_function_ids["size()"] = 141; + override_function_ids["fixup(QString)"] = 142; + override_function_ids["stepBy(int)"] = 143; + override_function_ids["validate(QString,int)"] = 144; + override_function_ids["stepEnabled()"] = 145; + override_function_ids["onEntry(QEvent*)"] = 146; + override_function_ids["onExit(QEvent*)"] = 147; + override_function_ids["blockBoundingRect(QTextBlock)"] = 148; + override_function_ids["documentSize()"] = 149; + override_function_ids["draw(QPainter*,PaintContext)"] = 150; + override_function_ids["frameBoundingRect(QTextFrame*)"] = 151; + override_function_ids["hitTest(QPointF,Qt::HitTestAccuracy)"] = 152; + override_function_ids["pageCount()"] = 153; + override_function_ids["documentChanged(int,int,int)"] = 154; + override_function_ids["drawInlineObject(QPainter*,QRectF,QTextInlineObject,int,QTextFormat)"] = 155; + override_function_ids["positionInlineObject(QTextInlineObject,int,QTextFormat)"] = 156; + override_function_ids["resizeInlineObject(QTextInlineObject,int,QTextFormat)"] = 157; + override_function_ids["eventTest(QEvent*)"] = 158; + override_function_ids["onTransition(QEvent*)"] = 159; + override_function_ids["notify(QObject*,QEvent*)"] = 160; + override_function_ids["addItem(QLayoutItem*)"] = 161; + override_function_ids["count()"] = 162; + override_function_ids["expandingDirections()"] = 163; + override_function_ids["invalidate()"] = 164; + override_function_ids["itemAt(int)"] = 165; + override_function_ids["maximumSize()"] = 166; + override_function_ids["minimumHeightForWidth(int)"] = 167; + override_function_ids["minimumSize()"] = 168; + override_function_ids["setGeometry(QRect)"] = 169; + override_function_ids["takeAt(int)"] = 170; + override_function_ids["indexOf(QWidget*)"] = 171; + override_function_ids["controlTypes()"] = 172; + override_function_ids["geometry()"] = 173; + override_function_ids["isEmpty()"] = 174; + override_function_ids["layout()"] = 175; + override_function_ids["paintCell(QPainter*,QRect,QDate)"] = 176; + override_function_ids["done(int)"] = 177; + override_function_ids["createColumn(QModelIndex)"] = 178; + override_function_ids["selectAll()"] = 179; + override_function_ids["setRootIndex(QModelIndex)"] = 180; + override_function_ids["currentChanged(QModelIndex,QModelIndex)"] = 181; + override_function_ids["rowsInserted(QModelIndex,int,int)"] = 182; + override_function_ids["hidePopup()"] = 183; + override_function_ids["showPopup()"] = 184; + override_function_ids["drawComplexControl(ComplexControl,QStyleOptionComplex*,QPainter*,QWidget*)"] = 185; + override_function_ids["drawControl(ControlElement,QStyleOption*,QPainter*,QWidget*)"] = 186; + override_function_ids["drawPrimitive(PrimitiveElement,QStyleOption*,QPainter*,QWidget*)"] = 187; + override_function_ids["generatedIconPixmap(QIcon::Mode,QPixmap,QStyleOption*)"] = 188; + override_function_ids["hitTestComplexControl(ComplexControl,QStyleOptionComplex*,QPoint,QWidget*)"] = 189; + override_function_ids["layoutSpacing(QSizePolicy::ControlType,QSizePolicy::ControlType,Qt::Orientation,QStyleOption*,QWidget*)"] = 190; + override_function_ids["pixelMetric(PixelMetric,QStyleOption*,QWidget*)"] = 191; + override_function_ids["polish(QPalette)"] = 192; + override_function_ids["polish(QApplication*)"] = 193; + override_function_ids["polish(QWidget*)"] = 194; + override_function_ids["sizeFromContents(ContentsType,QStyleOption*,QSize,QWidget*)"] = 195; + override_function_ids["standardPixmap(StandardPixmap,QStyleOption*,QWidget*)"] = 196; + override_function_ids["styleHint(StyleHint,QStyleOption*,QWidget*,QStyleHintReturn*)"] = 197; + override_function_ids["subControlRect(ComplexControl,QStyleOptionComplex*,SubControl,QWidget*)"] = 198; + override_function_ids["subElementRect(SubElement,QStyleOption*,QWidget*)"] = 199; + override_function_ids["unpolish(QWidget*)"] = 200; + override_function_ids["unpolish(QApplication*)"] = 201; + override_function_ids["drawItemPixmap(QPainter*,QRect,int,QPixmap)"] = 202; + override_function_ids["drawItemText(QPainter*,QRect,int,QPalette,bool,QString,QPalette::ColorRole)"] = 203; + override_function_ids["itemPixmapRect(QRect,int,QPixmap)"] = 204; + override_function_ids["itemTextRect(QFontMetrics,QRect,int,bool,QString)"] = 205; + override_function_ids["standardIcon(StandardPixmap,QStyleOption*,QWidget*)"] = 206; + override_function_ids["standardPalette()"] = 207; + override_function_ids["pathFromIndex(QModelIndex)"] = 208; + override_function_ids["splitPath(QString)"] = 209; + override_function_ids["dateTimeFromText(QString)"] = 210; + override_function_ids["textFromDateTime(QDateTime)"] = 211; + override_function_ids["clear()"] = 212; + override_function_ids["textFromValue(double)"] = 213; + override_function_ids["valueFromText(QString)"] = 214; + override_function_ids["setRange(double,double,int)"] = 215; + override_function_ids["fileName()"] = 216; + override_function_ids["permissions()"] = 217; + override_function_ids["resize(qint64)"] = 218; + override_function_ids["setPermissions(Permissions)"] = 219; + override_function_ids["accept()"] = 220; + override_function_ids["link()"] = 221; + override_function_ids["glDraw()"] = 222; + override_function_ids["glInit()"] = 223; + override_function_ids["initializeGL()"] = 224; + override_function_ids["initializeOverlayGL()"] = 225; + override_function_ids["paintGL()"] = 226; + override_function_ids["paintOverlayGL()"] = 227; + override_function_ids["resizeGL(int,int)"] = 228; + override_function_ids["resizeOverlayGL(int,int)"] = 229; + override_function_ids["boundingRectFor(QRectF)"] = 230; + override_function_ids["draw(QPainter*)"] = 231; + override_function_ids["sourceChanged(ChangeFlags)"] = 232; + override_function_ids["paint(QPainter*,QStyleOptionGraphicsItem*,QWidget*)"] = 233; + override_function_ids["setGeometry(QRectF)"] = 234; + override_function_ids["type()"] = 235; + override_function_ids["contextMenuEvent(QGraphicsSceneContextMenuEvent*)"] = 236; + override_function_ids["dragEnterEvent(QGraphicsSceneDragDropEvent*)"] = 237; + override_function_ids["dragLeaveEvent(QGraphicsSceneDragDropEvent*)"] = 238; + override_function_ids["dragMoveEvent(QGraphicsSceneDragDropEvent*)"] = 239; + override_function_ids["dropEvent(QGraphicsSceneDragDropEvent*)"] = 240; + override_function_ids["grabMouseEvent(QEvent*)"] = 241; + override_function_ids["hoverEnterEvent(QGraphicsSceneHoverEvent*)"] = 242; + override_function_ids["hoverLeaveEvent(QGraphicsSceneHoverEvent*)"] = 243; + override_function_ids["hoverMoveEvent(QGraphicsSceneHoverEvent*)"] = 244; + override_function_ids["itemChange(GraphicsItemChange,QVariant)"] = 245; + override_function_ids["mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)"] = 246; + override_function_ids["mouseMoveEvent(QGraphicsSceneMouseEvent*)"] = 247; + override_function_ids["mousePressEvent(QGraphicsSceneMouseEvent*)"] = 248; + override_function_ids["mouseReleaseEvent(QGraphicsSceneMouseEvent*)"] = 249; + override_function_ids["resizeEvent(QGraphicsSceneResizeEvent*)"] = 250; + override_function_ids["sizeHint(Qt::SizeHint,QSizeF)"] = 251; + override_function_ids["ungrabMouseEvent(QEvent*)"] = 252; + override_function_ids["wheelEvent(QGraphicsSceneWheelEvent*)"] = 253; + override_function_ids["paintWindowFrame(QPainter*,QStyleOptionGraphicsItem*,QWidget*)"] = 254; + override_function_ids["grabKeyboardEvent(QEvent*)"] = 255; + override_function_ids["initStyleOption(QStyleOption*)"] = 256; + override_function_ids["moveEvent(QGraphicsSceneMoveEvent*)"] = 257; + override_function_ids["polishEvent()"] = 258; + override_function_ids["ungrabKeyboardEvent(QEvent*)"] = 259; + override_function_ids["windowFrameEvent(QEvent*)"] = 260; + override_function_ids["windowFrameSectionAt(QPointF)"] = 261; + override_function_ids["boundingRect()"] = 262; + override_function_ids["shape()"] = 263; + override_function_ids["sceneEvent(QEvent*)"] = 264; + override_function_ids["updateGeometry()"] = 265; + override_function_ids["applyTo(QMatrix4x4*)"] = 266; + override_function_ids["drawBackground(QPainter*,QRectF)"] = 267; + override_function_ids["drawForeground(QPainter*,QRectF)"] = 268; + override_function_ids["helpEvent(QGraphicsSceneHelpEvent*)"] = 269; + override_function_ids["contains(QPointF)"] = 270; + override_function_ids["isObscuredBy(QGraphicsItem*)"] = 271; + override_function_ids["opaqueArea()"] = 272; + override_function_ids["paintSection(QPainter*,QRect,int)"] = 273; + override_function_ids["sectionSizeFromContents(int)"] = 274; + override_function_ids["drawBranches(QPainter*,QRect,QModelIndex)"] = 275; + override_function_ids["drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)"] = 276; + override_function_ids["dataChanged(QModelIndex,QModelIndex,QVector)"] = 277; + override_function_ids["rowsAboutToBeRemoved(QModelIndex,int,int)"] = 278; + override_function_ids["selectionChanged(QItemSelection,QItemSelection)"] = 279; + override_function_ids["updateGeometries()"] = 280; + override_function_ids["setRange(int,int)"] = 281; + override_function_ids["drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)"] = 282; + override_function_ids["drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)"] = 283; + override_function_ids["drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)"] = 284; + override_function_ids["drawFocus(QPainter*,QStyleOptionViewItem,QRect)"] = 285; + override_function_ids["dropMimeData(int,QMimeData*,Qt::DropAction)"] = 286; + override_function_ids["mimeData(QList)"] = 287; + override_function_ids["hasPendingConnections()"] = 288; + override_function_ids["nextPendingConnection()"] = 289; + override_function_ids["incomingConnection(quintptr)"] = 290; + override_function_ids["createPopupMenu()"] = 291; + override_function_ids["formats()"] = 292; + override_function_ids["hasFormat(QString)"] = 293; + override_function_ids["retrieveData(QString,QVariant::Type)"] = 294; + override_function_ids["cookiesForUrl(QUrl)"] = 295; + override_function_ids["deleteCookie(QNetworkCookie)"] = 296; + override_function_ids["insertCookie(QNetworkCookie)"] = 297; + override_function_ids["setCookiesFromUrl(QList,QUrl)"] = 298; + override_function_ids["updateCookie(QNetworkCookie)"] = 299; + override_function_ids["validateCookie(QNetworkCookie,QUrl)"] = 300; + override_function_ids["expire()"] = 301; + override_function_ids["cacheSize()"] = 302; + override_function_ids["metaData(QUrl)"] = 303; + override_function_ids["remove(QUrl)"] = 304; + override_function_ids["updateMetaData(QNetworkCacheMetaData)"] = 305; + override_function_ids["loadResource(int,QUrl)"] = 306; + override_function_ids["canInsertFromMimeData(QMimeData*)"] = 307; + override_function_ids["createMimeDataFromSelection()"] = 308; + override_function_ids["insertFromMimeData(QMimeData*)"] = 309; + override_function_ids["setupChildProcess()"] = 310; + override_function_ids["text()"] = 311; + override_function_ids["updateCurrentValue(QVariant)"] = 312; + override_function_ids["interpolated(QVariant,QVariant,qreal)"] = 313; + override_function_ids["filterAcceptsColumn(int,QModelIndex)"] = 314; + override_function_ids["filterAcceptsRow(int,QModelIndex)"] = 315; + override_function_ids["lessThan(QModelIndex,QModelIndex)"] = 316; + override_function_ids["textFromValue(int)"] = 317; + override_function_ids["drawContents(QPainter*)"] = 318; + override_function_ids["beginTransaction()"] = 319; + override_function_ids["commitTransaction()"] = 320; + override_function_ids["createResult()"] = 321; + override_function_ids["escapeIdentifier(QString,IdentifierType)"] = 322; + override_function_ids["formatValue(QSqlField,bool)"] = 323; + override_function_ids["handle()"] = 324; + override_function_ids["hasFeature(DriverFeature)"] = 325; + override_function_ids["isIdentifierEscaped(QString,IdentifierType)"] = 326; + override_function_ids["isOpen()"] = 327; + override_function_ids["open(QString,QString,QString,QString,int,QString)"] = 328; + override_function_ids["primaryIndex(QString)"] = 329; + override_function_ids["record(QString)"] = 330; + override_function_ids["rollbackTransaction()"] = 331; + override_function_ids["sqlStatement(StatementType,QString,QSqlRecord,bool)"] = 332; + override_function_ids["stripDelimiters(QString,IdentifierType)"] = 333; + override_function_ids["subscribeToNotification(QString)"] = 334; + override_function_ids["subscribedToNotifications()"] = 335; + override_function_ids["tables(QSql::TableType)"] = 336; + override_function_ids["unsubscribeFromNotification(QString)"] = 337; + override_function_ids["setLastError(QSqlError)"] = 338; + override_function_ids["setOpen(bool)"] = 339; + override_function_ids["setOpenError(bool)"] = 340; + override_function_ids["indexInQuery(QModelIndex)"] = 341; + override_function_ids["queryChange()"] = 342; + override_function_ids["relationModel(int)"] = 343; + override_function_ids["setRelation(int,QSqlRelation)"] = 344; + override_function_ids["select()"] = 345; + override_function_ids["setTable(QString)"] = 346; + override_function_ids["insertRowIntoTable(QSqlRecord)"] = 347; + override_function_ids["orderByClause()"] = 348; + override_function_ids["selectStatement()"] = 349; + override_function_ids["updateRowInTable(int,QSqlRecord)"] = 350; + override_function_ids["revertRow(int)"] = 351; + override_function_ids["setEditStrategy(EditStrategy)"] = 352; + override_function_ids["setFilter(QString)"] = 353; + override_function_ids["setSort(int,Qt::SortOrder)"] = 354; + override_function_ids["deleteRowFromTable(int)"] = 355; + override_function_ids["displayText(QVariant,QLocale)"] = 356; + override_function_ids["initStyleOption(QStyleOptionViewItem*,QModelIndex)"] = 357; + override_function_ids["highlightBlock(QString)"] = 358; + override_function_ids["minimumTabSizeHint(int)"] = 359; + override_function_ids["tabInserted(int)"] = 360; + override_function_ids["tabLayoutChange()"] = 361; + override_function_ids["tabRemoved(int)"] = 362; + override_function_ids["tabSizeHint(int)"] = 363; + override_function_ids["dropMimeData(int,int,QMimeData*,Qt::DropAction)"] = 364; + override_function_ids["mimeData(QList)"] = 365; + override_function_ids["blockFormatChanged(QTextBlock)"] = 366; + override_function_ids["blockInserted(QTextBlock)"] = 367; + override_function_ids["blockRemoved(QTextBlock)"] = 368; + override_function_ids["createObject(QTextFormat)"] = 369; + override_function_ids["valueForTime(int)"] = 370; + override_function_ids["itemInserted(int)"] = 371; + override_function_ids["itemRemoved(int)"] = 372; + override_function_ids["translate(const char*,const char*,const char*,int)"] = 373; + override_function_ids["dropMimeData(QTreeWidgetItem*,int,QMimeData*,Qt::DropAction)"] = 374; + override_function_ids["mimeData(QList)"] = 375; + override_function_ids["addHistoryEntry(QString)"] = 376; + override_function_ids["historyContains(QString)"] = 377; + override_function_ids["extension(Extension,ExtensionOption*,ExtensionReturn*)"] = 378; + override_function_ids["shouldInterruptJavaScript()"] = 379; + override_function_ids["supportsExtension(Extension)"] = 380; + override_function_ids["triggerAction(WebAction,bool)"] = 381; + override_function_ids["acceptNavigationRequest(QWebFrame*,QNetworkRequest,NavigationType)"] = 382; + override_function_ids["chooseFile(QWebFrame*,QString)"] = 383; + override_function_ids["createPlugin(QString,QUrl,QStringList,QStringList)"] = 384; + override_function_ids["createWindow(WebWindowType)"] = 385; + override_function_ids["javaScriptAlert(QWebFrame*,QString)"] = 386; + override_function_ids["javaScriptConfirm(QWebFrame*,QString)"] = 387; + override_function_ids["javaScriptConsoleMessage(QString,int,QString)"] = 388; + override_function_ids["javaScriptPrompt(QWebFrame*,QString,QString,QString*)"] = 389; + override_function_ids["userAgentForUrl(QUrl)"] = 390; + override_function_ids["create(QString,QUrl,QStringList,QStringList)"] = 391; + override_function_ids["plugins()"] = 392; + override_function_ids["refreshPlugins()"] = 393; + override_function_ids["createWindow(QWebPage::WebWindowType)"] = 394; + override_function_ids["createWidget(QWidget*)"] = 395; + override_function_ids["deleteWidget(QWidget*)"] = 396; + override_function_ids["nextId()"] = 397; + override_function_ids["validateCurrentPage()"] = 398; + override_function_ids["cleanupPage(int)"] = 399; + override_function_ids["initializePage(int)"] = 400; + override_function_ids["cleanupPage()"] = 401; + override_function_ids["initializePage()"] = 402; + override_function_ids["isComplete()"] = 403; + override_function_ids["validatePage()"] = 404; + override_function_ids["advance(int)"] = 405; + override_function_ids["collidesWithItem(QGraphicsItem*,Qt::ItemSelectionMode)"] = 406; + override_function_ids["collidesWithPath(QPainterPath,Qt::ItemSelectionMode)"] = 407; + override_function_ids["sceneEventFilter(QGraphicsItem*,QEvent*)"] = 408; + override_function_ids["accessibleInterface()"] = 409; + override_function_ids["actionNames()"] = 410; + override_function_ids["backgroundColor()"] = 411; + override_function_ids["child(int)"] = 412; + override_function_ids["childCount()"] = 413; + override_function_ids["doAction(QString)"] = 414; + override_function_ids["focusChild()"] = 415; + override_function_ids["foregroundColor()"] = 416; + override_function_ids["indexOfChild(QAccessibleInterface*)"] = 417; + override_function_ids["isValid()"] = 418; + override_function_ids["keyBindingsForAction(QString)"] = 419; + override_function_ids["parent()"] = 420; + override_function_ids["rect()"] = 421; + override_function_ids["role()"] = 422; + override_function_ids["text(QAccessible::Text)"] = 423; + override_function_ids["window()"] = 424; + override_function_ids["childAt(int,int)"] = 425; + override_function_ids["object()"] = 426; + override_function_ids["setText(QAccessible::Text,QString)"] = 427; + override_function_ids["icon(IconType)"] = 428; + override_function_ids["icon(QFileInfo)"] = 429; + override_function_ids["type(QFileInfo)"] = 430; + override_function_ids["create(QGLContext*)"] = 431; + override_function_ids["doneCurrent()"] = 432; + override_function_ids["makeCurrent()"] = 433; + override_function_ids["swapBuffers()"] = 434; + override_function_ids["chooseContext(QGLContext*)"] = 435; + override_function_ids["removeAt(int)"] = 436; + override_function_ids["widgetEvent(QEvent*)"] = 437; + override_function_ids["createEditor(int,QWidget*)"] = 438; + override_function_ids["valuePropertyName(int)"] = 439; + override_function_ids["spacerItem()"] = 440; + override_function_ids["widget()"] = 441; + override_function_ids["clone()"] = 442; + override_function_ids["data(int)"] = 443; + override_function_ids["setData(int,QVariant)"] = 444; + override_function_ids["queryProxy(QNetworkProxyQuery)"] = 445; + override_function_ids["setData(const char*,uint)"] = 446; + override_function_ids["newPage()"] = 447; + override_function_ids["setPageSize(PageSize)"] = 448; + override_function_ids["setPageSizeMM(QSizeF)"] = 449; + override_function_ids["run()"] = 450; + override_function_ids["bindValue(int,QVariant,QSql::ParamType)"] = 451; + override_function_ids["bindValue(QString,QVariant,QSql::ParamType)"] = 452; + override_function_ids["fetch(int)"] = 453; + override_function_ids["fetchFirst()"] = 454; + override_function_ids["fetchLast()"] = 455; + override_function_ids["fetchNext()"] = 456; + override_function_ids["fetchPrevious()"] = 457; + override_function_ids["isNull(int)"] = 458; + override_function_ids["lastInsertId()"] = 459; + override_function_ids["numRowsAffected()"] = 460; + override_function_ids["prepare(QString)"] = 461; + override_function_ids["record()"] = 462; + override_function_ids["reset(QString)"] = 463; + override_function_ids["savePrepare(QString)"] = 464; + override_function_ids["setActive(bool)"] = 465; + override_function_ids["setAt(int)"] = 466; + override_function_ids["setForwardOnly(bool)"] = 467; + override_function_ids["setQuery(QString)"] = 468; + override_function_ids["setSelect(bool)"] = 469; + override_function_ids["setData(QVariant,int)"] = 470; + override_function_ids["metric(QPaintDevice::PaintDeviceMetric)"] = 471; + override_function_ids["aliases()"] = 472; + override_function_ids["mibEnum()"] = 473; + override_function_ids["name()"] = 474; + override_function_ids["convertFromUnicode(QChar*,int,ConverterState*)"] = 475; + override_function_ids["convertToUnicode(const char*,int,ConverterState*)"] = 476; + override_function_ids["data(int,int)"] = 477; + override_function_ids["setData(int,int,QVariant)"] = 478; + override_function_ids["id()"] = 479; + override_function_ids["mergeWith(QUndoCommand*)"] = 480; + override_function_ids["redo()"] = 481; + override_function_ids["undo()"] = 482; + override_arg_types = new const char** [482]; + { static const char* s[] = { "int", 0 }; override_arg_types[0] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[1] = s; } + { static const char* s[] = { 0, "QAbstractAnimation::Direction", 0 }; override_arg_types[2] = s; } + { static const char* s[] = { 0, "QAbstractAnimation::State", "QAbstractAnimation::State", 0 }; override_arg_types[3] = s; } + { static const char* s[] = { "bool", "QObject*", "QEvent*", 0 }; override_arg_types[4] = s; } + { static const char* s[] = { 0, "QChildEvent*", 0 }; override_arg_types[5] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[6] = s; } + { static const char* s[] = { 0, "QTimerEvent*", 0 }; override_arg_types[7] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[8] = s; } + { static const char* s[] = { "bool", "QPoint", 0 }; override_arg_types[9] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[10] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[11] = s; } + { static const char* s[] = { 0, "QFocusEvent*", 0 }; override_arg_types[12] = s; } + { static const char* s[] = { 0, "QFocusEvent*", 0 }; override_arg_types[13] = s; } + { static const char* s[] = { 0, "QKeyEvent*", 0 }; override_arg_types[14] = s; } + { static const char* s[] = { 0, "QKeyEvent*", 0 }; override_arg_types[15] = s; } + { static const char* s[] = { 0, "QMouseEvent*", 0 }; override_arg_types[16] = s; } + { static const char* s[] = { 0, "QMouseEvent*", 0 }; override_arg_types[17] = s; } + { static const char* s[] = { 0, "QMouseEvent*", 0 }; override_arg_types[18] = s; } + { static const char* s[] = { 0, "QPaintEvent*", 0 }; override_arg_types[19] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[20] = s; } + { static const char* s[] = { "int", "int", 0 }; override_arg_types[21] = s; } + { static const char* s[] = { "QVariant", "Qt::InputMethodQuery", 0 }; override_arg_types[22] = s; } + { static const char* s[] = { "QSize", 0 }; override_arg_types[23] = s; } + { static const char* s[] = { "QSize", 0 }; override_arg_types[24] = s; } + { static const char* s[] = { 0, "QActionEvent*", 0 }; override_arg_types[25] = s; } + { static const char* s[] = { 0, "QCloseEvent*", 0 }; override_arg_types[26] = s; } + { static const char* s[] = { 0, "QContextMenuEvent*", 0 }; override_arg_types[27] = s; } + { static const char* s[] = { 0, "QDragEnterEvent*", 0 }; override_arg_types[28] = s; } + { static const char* s[] = { 0, "QDragLeaveEvent*", 0 }; override_arg_types[29] = s; } + { static const char* s[] = { 0, "QDragMoveEvent*", 0 }; override_arg_types[30] = s; } + { static const char* s[] = { 0, "QDropEvent*", 0 }; override_arg_types[31] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[32] = s; } + { static const char* s[] = { "bool", "bool", 0 }; override_arg_types[33] = s; } + { static const char* s[] = { 0, "QHideEvent*", 0 }; override_arg_types[34] = s; } + { static const char* s[] = { 0, "QInputMethodEvent*", 0 }; override_arg_types[35] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[36] = s; } + { static const char* s[] = { 0, "QMouseEvent*", 0 }; override_arg_types[37] = s; } + { static const char* s[] = { 0, "QMoveEvent*", 0 }; override_arg_types[38] = s; } + { static const char* s[] = { 0, "QResizeEvent*", 0 }; override_arg_types[39] = s; } + { static const char* s[] = { 0, "QShowEvent*", 0 }; override_arg_types[40] = s; } + { static const char* s[] = { 0, "QTabletEvent*", 0 }; override_arg_types[41] = s; } + { static const char* s[] = { 0, "QWheelEvent*", 0 }; override_arg_types[42] = s; } + { static const char* s[] = { 0, "QPainter*", 0 }; override_arg_types[43] = s; } + { static const char* s[] = { "int", "PaintDeviceMetric", 0 }; override_arg_types[44] = s; } + { static const char* s[] = { "QWidget*", "QWidget*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[45] = s; } + { static const char* s[] = { 0, "QWidget*", "QModelIndex", 0 }; override_arg_types[46] = s; } + { static const char* s[] = { "bool", "QEvent*", "QAbstractItemModel*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[47] = s; } + { static const char* s[] = { "bool", "QHelpEvent*", "QAbstractItemView*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[48] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[49] = s; } + { static const char* s[] = { 0, "QWidget*", "QModelIndex", 0 }; override_arg_types[50] = s; } + { static const char* s[] = { 0, "QWidget*", "QAbstractItemModel*", "QModelIndex", 0 }; override_arg_types[51] = s; } + { static const char* s[] = { "QSize", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[52] = s; } + { static const char* s[] = { 0, "QWidget*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[53] = s; } + { static const char* s[] = { "QModelIndex", "QModelIndex", 0 }; override_arg_types[54] = s; } + { static const char* s[] = { "bool", "QMimeData*", "Qt::DropAction", "int", "int", "QModelIndex", 0 }; override_arg_types[55] = s; } + { static const char* s[] = { "bool", "QModelIndex", 0 }; override_arg_types[56] = s; } + { static const char* s[] = { "int", "QModelIndex", 0 }; override_arg_types[57] = s; } + { static const char* s[] = { "QVariant", "QModelIndex", "int", 0 }; override_arg_types[58] = s; } + { static const char* s[] = { "bool", "QMimeData*", "Qt::DropAction", "int", "int", "QModelIndex", 0 }; override_arg_types[59] = s; } + { static const char* s[] = { 0, "QModelIndex", 0 }; override_arg_types[60] = s; } + { static const char* s[] = { "Qt::ItemFlags", "QModelIndex", 0 }; override_arg_types[61] = s; } + { static const char* s[] = { "bool", "QModelIndex", 0 }; override_arg_types[62] = s; } + { static const char* s[] = { "QVariant", "int", "Qt::Orientation", "int", 0 }; override_arg_types[63] = s; } + { static const char* s[] = { "QModelIndex", "int", "int", "QModelIndex", 0 }; override_arg_types[64] = s; } + { static const char* s[] = { "bool", "int", "int", "QModelIndex", 0 }; override_arg_types[65] = s; } + { static const char* s[] = { "bool", "int", "int", "QModelIndex", 0 }; override_arg_types[66] = s; } + { static const char* s[] = { "QModelIndexList", "QModelIndex", "int", "QVariant", "int", "Qt::MatchFlags", 0 }; override_arg_types[67] = s; } + { static const char* s[] = { "QMimeData*", "QModelIndexList", 0 }; override_arg_types[68] = s; } + { static const char* s[] = { "QStringList", 0 }; override_arg_types[69] = s; } + { static const char* s[] = { "bool", "QModelIndex", "int", "int", "QModelIndex", "int", 0 }; override_arg_types[70] = s; } + { static const char* s[] = { "bool", "QModelIndex", "int", "int", "QModelIndex", "int", 0 }; override_arg_types[71] = s; } + { static const char* s[] = { "QModelIndex", "QModelIndex", 0 }; override_arg_types[72] = s; } + { static const char* s[] = { "bool", "int", "int", "QModelIndex", 0 }; override_arg_types[73] = s; } + { static const char* s[] = { "bool", "int", "int", "QModelIndex", 0 }; override_arg_types[74] = s; } + { static const char* s[] = { "int", "QModelIndex", 0 }; override_arg_types[75] = s; } + { static const char* s[] = { "bool", "QModelIndex", "QVariant", "int", 0 }; override_arg_types[76] = s; } + { static const char* s[] = { "bool", "int", "Qt::Orientation", "QVariant", "int", 0 }; override_arg_types[77] = s; } + { static const char* s[] = { "QModelIndex", "int", "int", "QModelIndex", 0 }; override_arg_types[78] = s; } + { static const char* s[] = { 0, "int", "Qt::SortOrder", 0 }; override_arg_types[79] = s; } + { static const char* s[] = { "QSize", "QModelIndex", 0 }; override_arg_types[80] = s; } + { static const char* s[] = { "Qt::DropActions", 0 }; override_arg_types[81] = s; } + { static const char* s[] = { "Qt::DropActions", 0 }; override_arg_types[82] = s; } + { static const char* s[] = { "QModelIndex", "QPoint", 0 }; override_arg_types[83] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[84] = s; } + { static const char* s[] = { 0, "QModelIndex", "ScrollHint", 0 }; override_arg_types[85] = s; } + { static const char* s[] = { 0, "QAbstractItemModel*", 0 }; override_arg_types[86] = s; } + { static const char* s[] = { 0, "QItemSelectionModel*", 0 }; override_arg_types[87] = s; } + { static const char* s[] = { "int", "int", 0 }; override_arg_types[88] = s; } + { static const char* s[] = { "int", "int", 0 }; override_arg_types[89] = s; } + { static const char* s[] = { "QRect", "QModelIndex", 0 }; override_arg_types[90] = s; } + { static const char* s[] = { "bool", "QModelIndex", "EditTrigger", "QEvent*", 0 }; override_arg_types[91] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[92] = s; } + { static const char* s[] = { "bool", "QModelIndex", 0 }; override_arg_types[93] = s; } + { static const char* s[] = { "QModelIndex", "CursorAction", "Qt::KeyboardModifiers", 0 }; override_arg_types[94] = s; } + { static const char* s[] = { "QModelIndexList", 0 }; override_arg_types[95] = s; } + { static const char* s[] = { "QItemSelectionModel::SelectionFlags", "QModelIndex", "QEvent*", 0 }; override_arg_types[96] = s; } + { static const char* s[] = { 0, "QRect", "QItemSelectionModel::SelectionFlags", 0 }; override_arg_types[97] = s; } + { static const char* s[] = { 0, "Qt::DropActions", 0 }; override_arg_types[98] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[99] = s; } + { static const char* s[] = { "QStyleOptionViewItem", 0 }; override_arg_types[100] = s; } + { static const char* s[] = { "QRegion", "QItemSelection", 0 }; override_arg_types[101] = s; } + { static const char* s[] = { "bool", "QEvent*", 0 }; override_arg_types[102] = s; } + { static const char* s[] = { "QSize", 0 }; override_arg_types[103] = s; } + { static const char* s[] = { 0, "QWidget*", 0 }; override_arg_types[104] = s; } + { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[105] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[106] = s; } + { static const char* s[] = { 0, "bool", 0 }; override_arg_types[107] = s; } + { static const char* s[] = { "QModelIndex", "QModelIndex", 0 }; override_arg_types[108] = s; } + { static const char* s[] = { "QItemSelection", "QItemSelection", 0 }; override_arg_types[109] = s; } + { static const char* s[] = { "QItemSelection", "QItemSelection", 0 }; override_arg_types[110] = s; } + { static const char* s[] = { "QModelIndex", "QModelIndex", 0 }; override_arg_types[111] = s; } + { static const char* s[] = { 0, "QAbstractItemModel*", 0 }; override_arg_types[112] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[113] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[114] = s; } + { static const char* s[] = { 0, "SliderChange", 0 }; override_arg_types[115] = s; } + { static const char* s[] = { 0, "QString", "quint16", "OpenMode", "NetworkLayerProtocol", 0 }; override_arg_types[116] = s; } + { static const char* s[] = { 0, "QHostAddress", "quint16", "OpenMode", 0 }; override_arg_types[117] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[118] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[119] = s; } + { static const char* s[] = { 0, "qint64", 0 }; override_arg_types[120] = s; } + { static const char* s[] = { 0, "QAbstractSocket::SocketOption", "QVariant", 0 }; override_arg_types[121] = s; } + { static const char* s[] = { "QVariant", "QAbstractSocket::SocketOption", 0 }; override_arg_types[122] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[123] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[124] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[125] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[126] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[127] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[128] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[129] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[130] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[131] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[132] = s; } + { static const char* s[] = { "qlonglong", "char*", "qint64", 0 }; override_arg_types[133] = s; } + { static const char* s[] = { "qlonglong", "char*", "qint64", 0 }; override_arg_types[134] = s; } + { static const char* s[] = { "qlonglong", "const char*", "qint64", 0 }; override_arg_types[135] = s; } + { static const char* s[] = { "bool", "OpenMode", 0 }; override_arg_types[136] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[137] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[138] = s; } + { static const char* s[] = { "bool", "qint64", 0 }; override_arg_types[139] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[140] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[141] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[142] = s; } + { static const char* s[] = { "QValidator::State", "QString", "int", 0 }; override_arg_types[143] = s; } + { static const char* s[] = { "StepEnabled", 0 }; override_arg_types[144] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[145] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[146] = s; } + { static const char* s[] = { "QRectF", "QTextBlock", 0 }; override_arg_types[147] = s; } + { static const char* s[] = { "QSizeF", 0 }; override_arg_types[148] = s; } + { static const char* s[] = { 0, "QPainter*", "PaintContext", 0 }; override_arg_types[149] = s; } + { static const char* s[] = { "QRectF", "QTextFrame*", 0 }; override_arg_types[150] = s; } + { static const char* s[] = { "int", "QPointF", "Qt::HitTestAccuracy", 0 }; override_arg_types[151] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[152] = s; } + { static const char* s[] = { 0, "int", "int", "int", 0 }; override_arg_types[153] = s; } + { static const char* s[] = { 0, "QPainter*", "QRectF", "QTextInlineObject", "int", "QTextFormat", 0 }; override_arg_types[154] = s; } + { static const char* s[] = { 0, "QTextInlineObject", "int", "QTextFormat", 0 }; override_arg_types[155] = s; } + { static const char* s[] = { 0, "QTextInlineObject", "int", "QTextFormat", 0 }; override_arg_types[156] = s; } + { static const char* s[] = { "bool", "QEvent*", 0 }; override_arg_types[157] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[158] = s; } + { static const char* s[] = { "bool", "QObject*", "QEvent*", 0 }; override_arg_types[159] = s; } + { static const char* s[] = { 0, "QLayoutItem*", 0 }; override_arg_types[160] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[161] = s; } + { static const char* s[] = { "Qt::Orientations", 0 }; override_arg_types[162] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[163] = s; } + { static const char* s[] = { "QLayoutItem*", "int", 0 }; override_arg_types[164] = s; } + { static const char* s[] = { "QSize", 0 }; override_arg_types[165] = s; } + { static const char* s[] = { "int", "int", 0 }; override_arg_types[166] = s; } + { static const char* s[] = { "QSize", 0 }; override_arg_types[167] = s; } + { static const char* s[] = { 0, "QRect", 0 }; override_arg_types[168] = s; } + { static const char* s[] = { "QLayoutItem*", "int", 0 }; override_arg_types[169] = s; } + { static const char* s[] = { "int", "QWidget*", 0 }; override_arg_types[170] = s; } + { static const char* s[] = { "QSizePolicy::ControlTypes", 0 }; override_arg_types[171] = s; } + { static const char* s[] = { "QRect", 0 }; override_arg_types[172] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[173] = s; } + { static const char* s[] = { "QLayout*", 0 }; override_arg_types[174] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "QDate", 0 }; override_arg_types[175] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[176] = s; } + { static const char* s[] = { "QAbstractItemView*", "QModelIndex", 0 }; override_arg_types[177] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[178] = s; } + { static const char* s[] = { 0, "QModelIndex", 0 }; override_arg_types[179] = s; } + { static const char* s[] = { 0, "QModelIndex", "QModelIndex", 0 }; override_arg_types[180] = s; } + { static const char* s[] = { 0, "QModelIndex", "int", "int", 0 }; override_arg_types[181] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[182] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[183] = s; } + { static const char* s[] = { 0, "ComplexControl", "QStyleOptionComplex*", "QPainter*", "QWidget*", 0 }; override_arg_types[184] = s; } + { static const char* s[] = { 0, "ControlElement", "QStyleOption*", "QPainter*", "QWidget*", 0 }; override_arg_types[185] = s; } + { static const char* s[] = { 0, "PrimitiveElement", "QStyleOption*", "QPainter*", "QWidget*", 0 }; override_arg_types[186] = s; } + { static const char* s[] = { "QPixmap", "QIcon::Mode", "QPixmap", "QStyleOption*", 0 }; override_arg_types[187] = s; } + { static const char* s[] = { "SubControl", "ComplexControl", "QStyleOptionComplex*", "QPoint", "QWidget*", 0 }; override_arg_types[188] = s; } + { static const char* s[] = { "int", "QSizePolicy::ControlType", "QSizePolicy::ControlType", "Qt::Orientation", "QStyleOption*", "QWidget*", 0 }; override_arg_types[189] = s; } + { static const char* s[] = { "int", "PixelMetric", "QStyleOption*", "QWidget*", 0 }; override_arg_types[190] = s; } + { static const char* s[] = { 0, "QPalette", 0 }; override_arg_types[191] = s; } + { static const char* s[] = { 0, "QApplication*", 0 }; override_arg_types[192] = s; } + { static const char* s[] = { 0, "QWidget*", 0 }; override_arg_types[193] = s; } + { static const char* s[] = { "QSize", "ContentsType", "QStyleOption*", "QSize", "QWidget*", 0 }; override_arg_types[194] = s; } + { static const char* s[] = { "QPixmap", "StandardPixmap", "QStyleOption*", "QWidget*", 0 }; override_arg_types[195] = s; } + { static const char* s[] = { "int", "StyleHint", "QStyleOption*", "QWidget*", "QStyleHintReturn*", 0 }; override_arg_types[196] = s; } + { static const char* s[] = { "QRect", "ComplexControl", "QStyleOptionComplex*", "SubControl", "QWidget*", 0 }; override_arg_types[197] = s; } + { static const char* s[] = { "QRect", "SubElement", "QStyleOption*", "QWidget*", 0 }; override_arg_types[198] = s; } + { static const char* s[] = { 0, "QWidget*", 0 }; override_arg_types[199] = s; } + { static const char* s[] = { 0, "QApplication*", 0 }; override_arg_types[200] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "int", "QPixmap", 0 }; override_arg_types[201] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "int", "QPalette", "bool", "QString", "QPalette::ColorRole", 0 }; override_arg_types[202] = s; } + { static const char* s[] = { "QRect", "QRect", "int", "QPixmap", 0 }; override_arg_types[203] = s; } + { static const char* s[] = { "QRect", "QFontMetrics", "QRect", "int", "bool", "QString", 0 }; override_arg_types[204] = s; } + { static const char* s[] = { "QIcon", "StandardPixmap", "QStyleOption*", "QWidget*", 0 }; override_arg_types[205] = s; } + { static const char* s[] = { "QPalette", 0 }; override_arg_types[206] = s; } + { static const char* s[] = { "QString", "QModelIndex", 0 }; override_arg_types[207] = s; } + { static const char* s[] = { "QStringList", "QString", 0 }; override_arg_types[208] = s; } + { static const char* s[] = { "QDateTime", "QString", 0 }; override_arg_types[209] = s; } + { static const char* s[] = { "QString", "QDateTime", 0 }; override_arg_types[210] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[211] = s; } + { static const char* s[] = { "QString", "double", 0 }; override_arg_types[212] = s; } + { static const char* s[] = { "double", "QString", 0 }; override_arg_types[213] = s; } + { static const char* s[] = { 0, "double", "double", "int", 0 }; override_arg_types[214] = s; } + { static const char* s[] = { "QString", 0 }; override_arg_types[215] = s; } + { static const char* s[] = { "Permissions", 0 }; override_arg_types[216] = s; } + { static const char* s[] = { "bool", "qint64", 0 }; override_arg_types[217] = s; } + { static const char* s[] = { "bool", "Permissions", 0 }; override_arg_types[218] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[219] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[220] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[221] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[222] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[223] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[224] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[225] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[226] = s; } + { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[227] = s; } + { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[228] = s; } + { static const char* s[] = { "QRectF", "QRectF", 0 }; override_arg_types[229] = s; } + { static const char* s[] = { 0, "QPainter*", 0 }; override_arg_types[230] = s; } + { static const char* s[] = { 0, "ChangeFlags", 0 }; override_arg_types[231] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionGraphicsItem*", "QWidget*", 0 }; override_arg_types[232] = s; } + { static const char* s[] = { 0, "QRectF", 0 }; override_arg_types[233] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[234] = s; } + { static const char* s[] = { 0, "QGraphicsSceneContextMenuEvent*", 0 }; override_arg_types[235] = s; } + { static const char* s[] = { 0, "QGraphicsSceneDragDropEvent*", 0 }; override_arg_types[236] = s; } + { static const char* s[] = { 0, "QGraphicsSceneDragDropEvent*", 0 }; override_arg_types[237] = s; } + { static const char* s[] = { 0, "QGraphicsSceneDragDropEvent*", 0 }; override_arg_types[238] = s; } + { static const char* s[] = { 0, "QGraphicsSceneDragDropEvent*", 0 }; override_arg_types[239] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[240] = s; } + { static const char* s[] = { 0, "QGraphicsSceneHoverEvent*", 0 }; override_arg_types[241] = s; } + { static const char* s[] = { 0, "QGraphicsSceneHoverEvent*", 0 }; override_arg_types[242] = s; } + { static const char* s[] = { 0, "QGraphicsSceneHoverEvent*", 0 }; override_arg_types[243] = s; } + { static const char* s[] = { "QVariant", "GraphicsItemChange", "QVariant", 0 }; override_arg_types[244] = s; } + { static const char* s[] = { 0, "QGraphicsSceneMouseEvent*", 0 }; override_arg_types[245] = s; } + { static const char* s[] = { 0, "QGraphicsSceneMouseEvent*", 0 }; override_arg_types[246] = s; } + { static const char* s[] = { 0, "QGraphicsSceneMouseEvent*", 0 }; override_arg_types[247] = s; } + { static const char* s[] = { 0, "QGraphicsSceneMouseEvent*", 0 }; override_arg_types[248] = s; } + { static const char* s[] = { 0, "QGraphicsSceneResizeEvent*", 0 }; override_arg_types[249] = s; } + { static const char* s[] = { "QSizeF", "Qt::SizeHint", "QSizeF", 0 }; override_arg_types[250] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[251] = s; } + { static const char* s[] = { 0, "QGraphicsSceneWheelEvent*", 0 }; override_arg_types[252] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionGraphicsItem*", "QWidget*", 0 }; override_arg_types[253] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[254] = s; } + { static const char* s[] = { 0, "QStyleOption*", 0 }; override_arg_types[255] = s; } + { static const char* s[] = { 0, "QGraphicsSceneMoveEvent*", 0 }; override_arg_types[256] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[257] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[258] = s; } + { static const char* s[] = { "bool", "QEvent*", 0 }; override_arg_types[259] = s; } + { static const char* s[] = { "Qt::WindowFrameSection", "QPointF", 0 }; override_arg_types[260] = s; } + { static const char* s[] = { "QRectF", 0 }; override_arg_types[261] = s; } + { static const char* s[] = { "QPainterPath", 0 }; override_arg_types[262] = s; } + { static const char* s[] = { "bool", "QEvent*", 0 }; override_arg_types[263] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[264] = s; } + { static const char* s[] = { 0, "QMatrix4x4*", 0 }; override_arg_types[265] = s; } + { static const char* s[] = { 0, "QPainter*", "QRectF", 0 }; override_arg_types[266] = s; } + { static const char* s[] = { 0, "QPainter*", "QRectF", 0 }; override_arg_types[267] = s; } + { static const char* s[] = { 0, "QGraphicsSceneHelpEvent*", 0 }; override_arg_types[268] = s; } + { static const char* s[] = { "bool", "QPointF", 0 }; override_arg_types[269] = s; } + { static const char* s[] = { "bool", "QGraphicsItem*", 0 }; override_arg_types[270] = s; } + { static const char* s[] = { "QPainterPath", 0 }; override_arg_types[271] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "int", 0 }; override_arg_types[272] = s; } + { static const char* s[] = { "QSize", "int", 0 }; override_arg_types[273] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "QModelIndex", 0 }; override_arg_types[274] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[275] = s; } + { static const char* s[] = { 0, "QModelIndex", "QModelIndex", "QVector", 0 }; override_arg_types[276] = s; } + { static const char* s[] = { 0, "QModelIndex", "int", "int", 0 }; override_arg_types[277] = s; } + { static const char* s[] = { 0, "QItemSelection", "QItemSelection", 0 }; override_arg_types[278] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[279] = s; } + { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[280] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "Qt::CheckState", 0 }; override_arg_types[281] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "QPixmap", 0 }; override_arg_types[282] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "QString", 0 }; override_arg_types[283] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", 0 }; override_arg_types[284] = s; } + { static const char* s[] = { "bool", "int", "QMimeData*", "Qt::DropAction", 0 }; override_arg_types[285] = s; } + { static const char* s[] = { "QMimeData*", "QList", 0 }; override_arg_types[286] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[287] = s; } + { static const char* s[] = { "QLocalSocket*", 0 }; override_arg_types[288] = s; } + { static const char* s[] = { 0, "quintptr", 0 }; override_arg_types[289] = s; } + { static const char* s[] = { "QMenu*", 0 }; override_arg_types[290] = s; } + { static const char* s[] = { "QStringList", 0 }; override_arg_types[291] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[292] = s; } + { static const char* s[] = { "QVariant", "QString", "QVariant::Type", 0 }; override_arg_types[293] = s; } + { static const char* s[] = { "QList", "QUrl", 0 }; override_arg_types[294] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[295] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[296] = s; } + { static const char* s[] = { "bool", "QList", "QUrl", 0 }; override_arg_types[297] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[298] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", "QUrl", 0 }; override_arg_types[299] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[300] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[301] = s; } + { static const char* s[] = { "QNetworkCacheMetaData", "QUrl", 0 }; override_arg_types[302] = s; } + { static const char* s[] = { "bool", "QUrl", 0 }; override_arg_types[303] = s; } + { static const char* s[] = { 0, "QNetworkCacheMetaData", 0 }; override_arg_types[304] = s; } + { static const char* s[] = { "QVariant", "int", "QUrl", 0 }; override_arg_types[305] = s; } + { static const char* s[] = { "bool", "QMimeData*", 0 }; override_arg_types[306] = s; } + { static const char* s[] = { "QMimeData*", 0 }; override_arg_types[307] = s; } + { static const char* s[] = { 0, "QMimeData*", 0 }; override_arg_types[308] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[309] = s; } + { static const char* s[] = { "QString", 0 }; override_arg_types[310] = s; } + { static const char* s[] = { 0, "QVariant", 0 }; override_arg_types[311] = s; } + { static const char* s[] = { "QVariant", "QVariant", "QVariant", "qreal", 0 }; override_arg_types[312] = s; } + { static const char* s[] = { "bool", "int", "QModelIndex", 0 }; override_arg_types[313] = s; } + { static const char* s[] = { "bool", "int", "QModelIndex", 0 }; override_arg_types[314] = s; } + { static const char* s[] = { "bool", "QModelIndex", "QModelIndex", 0 }; override_arg_types[315] = s; } + { static const char* s[] = { "QString", "int", 0 }; override_arg_types[316] = s; } + { static const char* s[] = { 0, "QPainter*", 0 }; override_arg_types[317] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[318] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[319] = s; } + { static const char* s[] = { "QSqlResult*", 0 }; override_arg_types[320] = s; } + { static const char* s[] = { "QString", "QString", "IdentifierType", 0 }; override_arg_types[321] = s; } + { static const char* s[] = { "QString", "QSqlField", "bool", 0 }; override_arg_types[322] = s; } + { static const char* s[] = { "QVariant", 0 }; override_arg_types[323] = s; } + { static const char* s[] = { "bool", "DriverFeature", 0 }; override_arg_types[324] = s; } + { static const char* s[] = { "bool", "QString", "IdentifierType", 0 }; override_arg_types[325] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[326] = s; } + { static const char* s[] = { "bool", "QString", "QString", "QString", "QString", "int", "QString", 0 }; override_arg_types[327] = s; } + { static const char* s[] = { "QSqlIndex", "QString", 0 }; override_arg_types[328] = s; } + { static const char* s[] = { "QSqlRecord", "QString", 0 }; override_arg_types[329] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[330] = s; } + { static const char* s[] = { "QString", "StatementType", "QString", "QSqlRecord", "bool", 0 }; override_arg_types[331] = s; } + { static const char* s[] = { "QString", "QString", "IdentifierType", 0 }; override_arg_types[332] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[333] = s; } + { static const char* s[] = { "QStringList", 0 }; override_arg_types[334] = s; } + { static const char* s[] = { "QStringList", "QSql::TableType", 0 }; override_arg_types[335] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[336] = s; } + { static const char* s[] = { 0, "QSqlError", 0 }; override_arg_types[337] = s; } + { static const char* s[] = { 0, "bool", 0 }; override_arg_types[338] = s; } + { static const char* s[] = { 0, "bool", 0 }; override_arg_types[339] = s; } + { static const char* s[] = { "QModelIndex", "QModelIndex", 0 }; override_arg_types[340] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[341] = s; } + { static const char* s[] = { "QSqlTableModel*", "int", 0 }; override_arg_types[342] = s; } + { static const char* s[] = { 0, "int", "QSqlRelation", 0 }; override_arg_types[343] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[344] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[345] = s; } + { static const char* s[] = { "bool", "QSqlRecord", 0 }; override_arg_types[346] = s; } + { static const char* s[] = { "QString", 0 }; override_arg_types[347] = s; } + { static const char* s[] = { "QString", 0 }; override_arg_types[348] = s; } + { static const char* s[] = { "bool", "int", "QSqlRecord", 0 }; override_arg_types[349] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[350] = s; } + { static const char* s[] = { 0, "EditStrategy", 0 }; override_arg_types[351] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[352] = s; } + { static const char* s[] = { 0, "int", "Qt::SortOrder", 0 }; override_arg_types[353] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[354] = s; } + { static const char* s[] = { "QString", "QVariant", "QLocale", 0 }; override_arg_types[355] = s; } + { static const char* s[] = { 0, "QStyleOptionViewItem*", "QModelIndex", 0 }; override_arg_types[356] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[357] = s; } + { static const char* s[] = { "QSize", "int", 0 }; override_arg_types[358] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[359] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[360] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[361] = s; } + { static const char* s[] = { "QSize", "int", 0 }; override_arg_types[362] = s; } + { static const char* s[] = { "bool", "int", "int", "QMimeData*", "Qt::DropAction", 0 }; override_arg_types[363] = s; } + { static const char* s[] = { "QMimeData*", "QList", 0 }; override_arg_types[364] = s; } + { static const char* s[] = { 0, "QTextBlock", 0 }; override_arg_types[365] = s; } + { static const char* s[] = { 0, "QTextBlock", 0 }; override_arg_types[366] = s; } + { static const char* s[] = { 0, "QTextBlock", 0 }; override_arg_types[367] = s; } + { static const char* s[] = { "QTextObject*", "QTextFormat", 0 }; override_arg_types[368] = s; } + { static const char* s[] = { "qreal", "int", 0 }; override_arg_types[369] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[370] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[371] = s; } + { static const char* s[] = { "QString", "const char*", "const char*", "const char*", "int", 0 }; override_arg_types[372] = s; } + { static const char* s[] = { "bool", "QTreeWidgetItem*", "int", "QMimeData*", "Qt::DropAction", 0 }; override_arg_types[373] = s; } + { static const char* s[] = { "QMimeData*", "QList", 0 }; override_arg_types[374] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[375] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[376] = s; } + { static const char* s[] = { "bool", "Extension", "ExtensionOption*", "ExtensionReturn*", 0 }; override_arg_types[377] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[378] = s; } + { static const char* s[] = { "bool", "Extension", 0 }; override_arg_types[379] = s; } + { static const char* s[] = { 0, "WebAction", "bool", 0 }; override_arg_types[380] = s; } + { static const char* s[] = { "bool", "QWebFrame*", "QNetworkRequest", "NavigationType", 0 }; override_arg_types[381] = s; } + { static const char* s[] = { "QString", "QWebFrame*", "QString", 0 }; override_arg_types[382] = s; } + { static const char* s[] = { "QObject*", "QString", "QUrl", "QStringList", "QStringList", 0 }; override_arg_types[383] = s; } + { static const char* s[] = { "QWebPage*", "WebWindowType", 0 }; override_arg_types[384] = s; } + { static const char* s[] = { 0, "QWebFrame*", "QString", 0 }; override_arg_types[385] = s; } + { static const char* s[] = { "bool", "QWebFrame*", "QString", 0 }; override_arg_types[386] = s; } + { static const char* s[] = { 0, "QString", "int", "QString", 0 }; override_arg_types[387] = s; } + { static const char* s[] = { "bool", "QWebFrame*", "QString", "QString", "QString*", 0 }; override_arg_types[388] = s; } + { static const char* s[] = { "QString", "QUrl", 0 }; override_arg_types[389] = s; } + { static const char* s[] = { "QObject*", "QString", "QUrl", "QStringList", "QStringList", 0 }; override_arg_types[390] = s; } + { static const char* s[] = { "QList", 0 }; override_arg_types[391] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[392] = s; } + { static const char* s[] = { "QWebView*", "QWebPage::WebWindowType", 0 }; override_arg_types[393] = s; } + { static const char* s[] = { "QWidget*", "QWidget*", 0 }; override_arg_types[394] = s; } + { static const char* s[] = { 0, "QWidget*", 0 }; override_arg_types[395] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[396] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[397] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[398] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[399] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[400] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[401] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[402] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[403] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[404] = s; } + { static const char* s[] = { "bool", "QGraphicsItem*", "Qt::ItemSelectionMode", 0 }; override_arg_types[405] = s; } + { static const char* s[] = { "bool", "QPainterPath", "Qt::ItemSelectionMode", 0 }; override_arg_types[406] = s; } + { static const char* s[] = { "bool", "QGraphicsItem*", "QEvent*", 0 }; override_arg_types[407] = s; } + { static const char* s[] = { "QAccessibleInterface*", 0 }; override_arg_types[408] = s; } + { static const char* s[] = { "QStringList", 0 }; override_arg_types[409] = s; } + { static const char* s[] = { "QColor", 0 }; override_arg_types[410] = s; } + { static const char* s[] = { "QAccessibleInterface*", "int", 0 }; override_arg_types[411] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[412] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[413] = s; } + { static const char* s[] = { "QAccessibleInterface*", 0 }; override_arg_types[414] = s; } + { static const char* s[] = { "QColor", 0 }; override_arg_types[415] = s; } + { static const char* s[] = { "int", "QAccessibleInterface*", 0 }; override_arg_types[416] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[417] = s; } + { static const char* s[] = { "QStringList", "QString", 0 }; override_arg_types[418] = s; } + { static const char* s[] = { "QAccessibleInterface*", 0 }; override_arg_types[419] = s; } + { static const char* s[] = { "QRect", 0 }; override_arg_types[420] = s; } + { static const char* s[] = { "QAccessible::Role", 0 }; override_arg_types[421] = s; } + { static const char* s[] = { "QString", "QAccessible::Text", 0 }; override_arg_types[422] = s; } + { static const char* s[] = { "QWindow*", 0 }; override_arg_types[423] = s; } + { static const char* s[] = { "QAccessibleInterface*", "int", "int", 0 }; override_arg_types[424] = s; } + { static const char* s[] = { "QObject*", 0 }; override_arg_types[425] = s; } + { static const char* s[] = { 0, "QAccessible::Text", "QString", 0 }; override_arg_types[426] = s; } + { static const char* s[] = { "QIcon", "IconType", 0 }; override_arg_types[427] = s; } + { static const char* s[] = { "QIcon", "QFileInfo", 0 }; override_arg_types[428] = s; } + { static const char* s[] = { "QString", "QFileInfo", 0 }; override_arg_types[429] = s; } + { static const char* s[] = { "bool", "QGLContext*", 0 }; override_arg_types[430] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[431] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[432] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[433] = s; } + { static const char* s[] = { "bool", "QGLContext*", 0 }; override_arg_types[434] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[435] = s; } + { static const char* s[] = { 0, "QEvent*", 0 }; override_arg_types[436] = s; } + { static const char* s[] = { "QWidget*", "int", "QWidget*", 0 }; override_arg_types[437] = s; } + { static const char* s[] = { "QByteArray", "int", 0 }; override_arg_types[438] = s; } + { static const char* s[] = { "QSpacerItem*", 0 }; override_arg_types[439] = s; } + { static const char* s[] = { "QWidget*", 0 }; override_arg_types[440] = s; } + { static const char* s[] = { "QListWidgetItem*", 0 }; override_arg_types[441] = s; } + { static const char* s[] = { "QVariant", "int", 0 }; override_arg_types[442] = s; } + { static const char* s[] = { 0, "int", "QVariant", 0 }; override_arg_types[443] = s; } + { static const char* s[] = { "QList", "QNetworkProxyQuery", 0 }; override_arg_types[444] = s; } + { static const char* s[] = { 0, "const char*", "uint", 0 }; override_arg_types[445] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[446] = s; } + { static const char* s[] = { 0, "PageSize", 0 }; override_arg_types[447] = s; } + { static const char* s[] = { 0, "QSizeF", 0 }; override_arg_types[448] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[449] = s; } + { static const char* s[] = { 0, "int", "QVariant", "QSql::ParamType", 0 }; override_arg_types[450] = s; } + { static const char* s[] = { 0, "QString", "QVariant", "QSql::ParamType", 0 }; override_arg_types[451] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[452] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[453] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[454] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[455] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[456] = s; } + { static const char* s[] = { "bool", "int", 0 }; override_arg_types[457] = s; } + { static const char* s[] = { "QVariant", 0 }; override_arg_types[458] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[459] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[460] = s; } + { static const char* s[] = { "QSqlRecord", 0 }; override_arg_types[461] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[462] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[463] = s; } + { static const char* s[] = { 0, "bool", 0 }; override_arg_types[464] = s; } + { static const char* s[] = { 0, "int", 0 }; override_arg_types[465] = s; } + { static const char* s[] = { 0, "bool", 0 }; override_arg_types[466] = s; } + { static const char* s[] = { 0, "QString", 0 }; override_arg_types[467] = s; } + { static const char* s[] = { 0, "bool", 0 }; override_arg_types[468] = s; } + { static const char* s[] = { 0, "QVariant", "int", 0 }; override_arg_types[469] = s; } + { static const char* s[] = { "int", "QPaintDevice::PaintDeviceMetric", 0 }; override_arg_types[470] = s; } + { static const char* s[] = { "QList", 0 }; override_arg_types[471] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[472] = s; } + { static const char* s[] = { "QByteArray", 0 }; override_arg_types[473] = s; } + { static const char* s[] = { "QByteArray", "QChar*", "int", "ConverterState*", 0 }; override_arg_types[474] = s; } + { static const char* s[] = { "QString", "const char*", "int", "ConverterState*", 0 }; override_arg_types[475] = s; } + { static const char* s[] = { "QVariant", "int", "int", 0 }; override_arg_types[476] = s; } + { static const char* s[] = { 0, "int", "int", "QVariant", 0 }; override_arg_types[477] = s; } + { static const char* s[] = { "int", 0 }; override_arg_types[478] = s; } + { static const char* s[] = { "bool", "QUndoCommand*", 0 }; override_arg_types[479] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[480] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[481] = s; } + qNames = q_names.keys(); + nNames = n_names.keys(); }} + +void LObjects::cleanUp() { + delete EQL::eventLoop; + delete[] override_arg_types; + for(int i = 204; i + 1; --i) { delete N[i]; } + for(int i = 217; i + 1; --i) { delete Q[i]; } + delete[] N; + delete[] Q; + delete dynObject; } + +quint64 LObjects::override_id(uint unique, int id) { + return (482 * (quint64)unique + id); } + +void* LObjects::overrideFun(quint64 id) { + return override_lisp_functions.value(id, 0); } + +void LObjects::setOverrideFun(quint64 id, void* fun) { + override_lisp_functions[id] = fun; } + +const QMetaObject* LObjects::staticMetaObject(const QByteArray& name, int n) { + if(!n) { + n = LObjects::q_names.value(name, 0); + if(!n) { + n = -LObjects::n_names.value(name, 0); }} + const QMetaObject* m = 0; + switch(n) { + case -204: m = &QWindowStateChangeEvent::staticMetaObject; break; + case -202: m = &QWheelEvent::staticMetaObject; break; + case -201: m = &QWhatsThisClickedEvent::staticMetaObject; break; + case -183: m = &QTouchEvent::staticMetaObject; break; + case -181: m = &QTimerEvent::staticMetaObject; break; + case -179: m = &QTextTableFormat::staticMetaObject; break; + case -178: m = &QTextTableCellFormat::staticMetaObject; break; + case -175: m = &QTextListFormat::staticMetaObject; break; + case -171: m = &QTextImageFormat::staticMetaObject; break; + case -170: m = &QTextFrameFormat::staticMetaObject; break; + case -168: m = &QTextFormat::staticMetaObject; break; + case -161: m = &QTextCharFormat::staticMetaObject; break; + case -158: m = &QTextBlockFormat::staticMetaObject; break; + case -156: m = &QTabletEvent::staticMetaObject; break; + case -149: m = &QStatusTipEvent::staticMetaObject; break; + case -133: m = &QSizePolicy::staticMetaObject; break; + case -132: m = &QShowEvent::staticMetaObject; break; + case -131: m = &QShortcutEvent::staticMetaObject; break; + case -128: m = &QResizeEvent::staticMetaObject; break; + case -123: m = &QRadialGradient::staticMetaObject; break; + case -113: m = &QPalette::staticMetaObject; break; + case -110: m = &QPainter::staticMetaObject; break; + case -109: m = &QPaintEvent::staticMetaObject; break; + case -98: m = &QMoveEvent::staticMetaObject; break; + case -97: m = &QMouseEvent::staticMetaObject; break; + case -91: m = &QLocale::staticMetaObject; break; + case -89: m = &QLinearGradient::staticMetaObject; break; + case -85: m = &QKeyEvent::staticMetaObject; break; + case -82: m = &QInputMethodEvent::staticMetaObject; break; + case -81: m = &QInputEvent::staticMetaObject; break; + case -79: m = &QIconDragEvent::staticMetaObject; break; + case -77: m = &QHoverEvent::staticMetaObject; break; + case -74: m = &QHideEvent::staticMetaObject; break; + case -72: m = &QHelpEvent::staticMetaObject; break; + case -69: m = &QGraphicsSceneWheelEvent::staticMetaObject; break; + case -68: m = &QGraphicsSceneResizeEvent::staticMetaObject; break; + case -67: m = &QGraphicsSceneMoveEvent::staticMetaObject; break; + case -66: m = &QGraphicsSceneMouseEvent::staticMetaObject; break; + case -65: m = &QGraphicsSceneHoverEvent::staticMetaObject; break; + case -64: m = &QGraphicsSceneHelpEvent::staticMetaObject; break; + case -63: m = &QGraphicsSceneEvent::staticMetaObject; break; + case -62: m = &QGraphicsSceneDragDropEvent::staticMetaObject; break; + case -61: m = &QGraphicsSceneContextMenuEvent::staticMetaObject; break; + case -47: m = &QGradient::staticMetaObject; break; + case -46: m = &QGestureEvent::staticMetaObject; break; + case -37: m = &QFontDatabase::staticMetaObject; break; + case -36: m = &QFont::staticMetaObject; break; + case -35: m = &QFocusEvent::staticMetaObject; break; + case -34: m = &QFileOpenEvent::staticMetaObject; break; + case -31: m = &QEvent::staticMetaObject; break; + case -30: m = &QEasingCurve::staticMetaObject; break; + case -29: m = &QDynamicPropertyChangeEvent::staticMetaObject; break; + case -28: m = &QDropEvent::staticMetaObject; break; + case -27: m = &QDragMoveEvent::staticMetaObject; break; + case -26: m = &QDragLeaveEvent::staticMetaObject; break; + case -25: m = &QDragEnterEvent::staticMetaObject; break; + case -17: m = &QContextMenuEvent::staticMetaObject; break; + case -16: m = &QConicalGradient::staticMetaObject; break; + case -14: m = &QCloseEvent::staticMetaObject; break; + case -13: m = &QChildEvent::staticMetaObject; break; + case -7: m = &QActionEvent::staticMetaObject; break; + case 1: m = &QAbstractAnimation::staticMetaObject; break; + case 2: m = &QAbstractButton::staticMetaObject; break; + case 3: m = &QAbstractItemDelegate::staticMetaObject; break; + case 4: m = &QAbstractItemModel::staticMetaObject; break; + case 5: m = &QAbstractItemView::staticMetaObject; break; + case 6: m = &QAbstractListModel::staticMetaObject; break; + case 8: m = &QAbstractPrintDialog::staticMetaObject; break; + case 9: m = &QAbstractProxyModel::staticMetaObject; break; + case 10: m = &QAbstractScrollArea::staticMetaObject; break; + case 11: m = &QAbstractSlider::staticMetaObject; break; + case 13: m = &QAbstractSpinBox::staticMetaObject; break; + case 14: m = &QAbstractState::staticMetaObject; break; + case 15: m = &QAbstractTableModel::staticMetaObject; break; + case 16: m = &QAbstractTextDocumentLayout::staticMetaObject; break; + case 17: m = &QAbstractTransition::staticMetaObject; break; + case 18: m = &QAction::staticMetaObject; break; + case 19: m = &QActionGroup::staticMetaObject; break; + case 20: m = &QAnimationGroup::staticMetaObject; break; + case 21: m = &QApplication::staticMetaObject; break; + case 22: m = &QBoxLayout::staticMetaObject; break; + case 23: m = &QBuffer::staticMetaObject; break; + case 24: m = &QButtonGroup::staticMetaObject; break; + case 25: m = &QCalendarWidget::staticMetaObject; break; + case 26: m = &QCheckBox::staticMetaObject; break; + case 27: m = &QClipboard::staticMetaObject; break; + case 28: m = &QColorDialog::staticMetaObject; break; + case 29: m = &QColumnView::staticMetaObject; break; + case 30: m = &QComboBox::staticMetaObject; break; + case 31: m = &QCommandLinkButton::staticMetaObject; break; + case 32: m = &QCommonStyle::staticMetaObject; break; + case 33: m = &QCompleter::staticMetaObject; break; + case 34: m = &QCoreApplication::staticMetaObject; break; + case 35: m = &QDataWidgetMapper::staticMetaObject; break; + case 36: m = &QDateEdit::staticMetaObject; break; + case 37: m = &QDateTimeEdit::staticMetaObject; break; + case 38: m = &QDesktopWidget::staticMetaObject; break; + case 39: m = &QDial::staticMetaObject; break; + case 40: m = &QDialog::staticMetaObject; break; + case 41: m = &QDialogButtonBox::staticMetaObject; break; + case 42: m = &QDirModel::staticMetaObject; break; + case 43: m = &QDockWidget::staticMetaObject; break; + case 44: m = &QDoubleSpinBox::staticMetaObject; break; + case 45: m = &QDoubleValidator::staticMetaObject; break; + case 46: m = &QDrag::staticMetaObject; break; + case 47: m = &QErrorMessage::staticMetaObject; break; + case 48: m = &QEventLoop::staticMetaObject; break; + case 49: m = &QEventTransition::staticMetaObject; break; + case 50: m = &QFile::staticMetaObject; break; + case 51: m = &QFileDevice::staticMetaObject; break; + case 52: m = &QFileDialog::staticMetaObject; break; + case 53: m = &QFileSystemModel::staticMetaObject; break; + case 54: m = &QFileSystemWatcher::staticMetaObject; break; + case 55: m = &QFinalState::staticMetaObject; break; + case 56: m = &QFocusFrame::staticMetaObject; break; + case 57: m = &QFontComboBox::staticMetaObject; break; + case 58: m = &QFontDialog::staticMetaObject; break; + case 59: m = &QFormLayout::staticMetaObject; break; + case 60: m = &QFrame::staticMetaObject; break; + case 64: m = &QGesture::staticMetaObject; break; + case 65: m = &QGraphicsAnchor::staticMetaObject; break; + case 66: m = &QGraphicsBlurEffect::staticMetaObject; break; + case 67: m = &QGraphicsColorizeEffect::staticMetaObject; break; + case 68: m = &QGraphicsDropShadowEffect::staticMetaObject; break; + case 69: m = &QGraphicsEffect::staticMetaObject; break; + case 70: m = &QGraphicsObject::staticMetaObject; break; + case 71: m = &QGraphicsOpacityEffect::staticMetaObject; break; + case 72: m = &QGraphicsProxyWidget::staticMetaObject; break; + case 73: m = &QGraphicsRotation::staticMetaObject; break; + case 74: m = &QGraphicsScale::staticMetaObject; break; + case 75: m = &QGraphicsScene::staticMetaObject; break; + case 77: m = &QGraphicsTextItem::staticMetaObject; break; + case 78: m = &QGraphicsTransform::staticMetaObject; break; + case 79: m = &QGraphicsView::staticMetaObject; break; + case 81: m = &QGraphicsWidget::staticMetaObject; break; + case 82: m = &QGridLayout::staticMetaObject; break; + case 83: m = &QGroupBox::staticMetaObject; break; + case 84: m = &QGuiApplication::staticMetaObject; break; + case 85: m = &QHBoxLayout::staticMetaObject; break; + case 86: m = &QHeaderView::staticMetaObject; break; + case 95: m = &QHistoryState::staticMetaObject; break; + case 96: m = &QIODevice::staticMetaObject; break; + case 97: m = &QInputDialog::staticMetaObject; break; + case 98: m = &QIntValidator::staticMetaObject; break; + case 99: m = &QItemDelegate::staticMetaObject; break; + case 100: m = &QItemSelectionModel::staticMetaObject; break; + case 101: m = &QKeyEventTransition::staticMetaObject; break; + case 102: m = &QLCDNumber::staticMetaObject; break; + case 103: m = &QLabel::staticMetaObject; break; + case 104: m = &QLayout::staticMetaObject; break; + case 105: m = &QLibrary::staticMetaObject; break; + case 106: m = &QLineEdit::staticMetaObject; break; + case 107: m = &QListView::staticMetaObject; break; + case 108: m = &QListWidget::staticMetaObject; break; + case 111: m = &QMainWindow::staticMetaObject; break; + case 112: m = &QMdiArea::staticMetaObject; break; + case 113: m = &QMdiSubWindow::staticMetaObject; break; + case 114: m = &QMenu::staticMetaObject; break; + case 115: m = &QMenuBar::staticMetaObject; break; + case 116: m = &QMessageBox::staticMetaObject; break; + case 117: m = &QMimeData::staticMetaObject; break; + case 118: m = &QMouseEventTransition::staticMetaObject; break; + case 119: m = &QMovie::staticMetaObject; break; + case 124: m = &QObject::staticMetaObject; break; + case 125: m = &QPageSetupDialog::staticMetaObject; break; + case 126: m = &QPanGesture::staticMetaObject; break; + case 127: m = &QParallelAnimationGroup::staticMetaObject; break; + case 128: m = &QPauseAnimation::staticMetaObject; break; + case 129: m = &QPinchGesture::staticMetaObject; break; + case 130: m = &QPlainTextDocumentLayout::staticMetaObject; break; + case 131: m = &QPlainTextEdit::staticMetaObject; break; + case 132: m = &QPluginLoader::staticMetaObject; break; + case 133: m = &QPrintDialog::staticMetaObject; break; + case 134: m = &QPrintPreviewDialog::staticMetaObject; break; + case 135: m = &QPrintPreviewWidget::staticMetaObject; break; + case 136: m = &QProcess::staticMetaObject; break; + case 137: m = &QProgressBar::staticMetaObject; break; + case 138: m = &QProgressDialog::staticMetaObject; break; + case 139: m = &QPropertyAnimation::staticMetaObject; break; + case 140: m = &QPushButton::staticMetaObject; break; + case 141: m = &QRadioButton::staticMetaObject; break; + case 142: m = &QRegExpValidator::staticMetaObject; break; + case 143: m = &QRubberBand::staticMetaObject; break; + case 144: m = &QScrollArea::staticMetaObject; break; + case 145: m = &QScrollBar::staticMetaObject; break; + case 146: m = &QSequentialAnimationGroup::staticMetaObject; break; + case 147: m = &QSessionManager::staticMetaObject; break; + case 148: m = &QSettings::staticMetaObject; break; + case 149: m = &QShortcut::staticMetaObject; break; + case 150: m = &QSignalTransition::staticMetaObject; break; + case 151: m = &QSizeGrip::staticMetaObject; break; + case 152: m = &QSlider::staticMetaObject; break; + case 153: m = &QSortFilterProxyModel::staticMetaObject; break; + case 154: m = &QSpinBox::staticMetaObject; break; + case 155: m = &QSplashScreen::staticMetaObject; break; + case 156: m = &QSplitter::staticMetaObject; break; + case 157: m = &QSplitterHandle::staticMetaObject; break; + case 163: m = &QStackedLayout::staticMetaObject; break; + case 164: m = &QStackedWidget::staticMetaObject; break; + case 165: m = &QStandardItemModel::staticMetaObject; break; + case 166: m = &QState::staticMetaObject; break; + case 167: m = &QStateMachine::staticMetaObject; break; + case 168: m = &QStatusBar::staticMetaObject; break; + case 169: m = &QStringListModel::staticMetaObject; break; + case 170: m = &QStyle::staticMetaObject; break; + case 171: m = &QStyledItemDelegate::staticMetaObject; break; + case 174: m = &QSwipeGesture::staticMetaObject; break; + case 175: m = &QSyntaxHighlighter::staticMetaObject; break; + case 176: m = &QSystemTrayIcon::staticMetaObject; break; + case 177: m = &QTabBar::staticMetaObject; break; + case 178: m = &QTabWidget::staticMetaObject; break; + case 179: m = &QTableView::staticMetaObject; break; + case 180: m = &QTableWidget::staticMetaObject; break; + case 181: m = &QTapAndHoldGesture::staticMetaObject; break; + case 182: m = &QTapGesture::staticMetaObject; break; + case 185: m = &QTextBlockGroup::staticMetaObject; break; + case 186: m = &QTextBrowser::staticMetaObject; break; + case 187: m = &QTextDocument::staticMetaObject; break; + case 188: m = &QTextEdit::staticMetaObject; break; + case 189: m = &QTextFrame::staticMetaObject; break; + case 190: m = &QTextList::staticMetaObject; break; + case 191: m = &QTextObject::staticMetaObject; break; + case 192: m = &QTextTable::staticMetaObject; break; + case 193: m = &QTimeEdit::staticMetaObject; break; + case 194: m = &QTimeLine::staticMetaObject; break; + case 195: m = &QTimer::staticMetaObject; break; + case 196: m = &QToolBar::staticMetaObject; break; + case 197: m = &QToolBox::staticMetaObject; break; + case 198: m = &QToolButton::staticMetaObject; break; + case 199: m = &QTranslator::staticMetaObject; break; + case 200: m = &QTreeView::staticMetaObject; break; + case 201: m = &QTreeWidget::staticMetaObject; break; + case 203: m = &QUndoGroup::staticMetaObject; break; + case 204: m = &QUndoStack::staticMetaObject; break; + case 205: m = &QUndoView::staticMetaObject; break; + case 206: m = &QVBoxLayout::staticMetaObject; break; + case 207: m = &QValidator::staticMetaObject; break; + case 208: m = &QVariantAnimation::staticMetaObject; break; + case 215: m = &QWidget::staticMetaObject; break; + case 216: m = &QWidgetAction::staticMetaObject; break; + case 217: m = &QWizard::staticMetaObject; break; + case 218: m = &QWizardPage::staticMetaObject; break; + case 87: + case 88: + case 89: + case 90: + case 91: + case 92: + case 93: + case 94: + if(staticMetaObject_help) { + m = staticMetaObject_help(n); } + break; + case 7: + case 12: + case 109: + case 110: + case 120: + case 121: + case 122: + case 123: + case 183: + case 184: + case 202: + if(staticMetaObject_network) { + m = staticMetaObject_network(n); } + break; + case 61: + case 62: + case 63: + if(staticMetaObject_opengl) { + m = staticMetaObject_opengl(n); } + break; + case 158: + case 159: + case 160: + case 161: + case 162: + if(staticMetaObject_sql) { + m = staticMetaObject_sql(n); } + break; + case 76: + case 172: + case 173: + if(staticMetaObject_svg) { + m = staticMetaObject_svg(n); } + break; + case 80: + case 209: + case 210: + case 211: + case 212: + case 213: + case 214: + if(staticMetaObject_webkit) { + m = staticMetaObject_webkit(n); } + break; } + return m; } + +void LObjects::deleteNObject(int n, void* p, int gc) { + switch(n) { + case 1: if(gc) delete (QAbstractGraphicsShapeItem*)p; else delete (LAbstractGraphicsShapeItem*)p; break; + case 2: if(gc) delete (QAccessible*)p; else delete (LAccessible*)p; break; + case 3: if(gc) delete (QAccessibleEvent*)p; else delete (LAccessibleEvent*)p; break; + case 6: if(gc) /* nothing */; else delete (LAccessibleWidget*)p; break; + case 7: if(gc) delete (QActionEvent*)p; else delete (LActionEvent*)p; break; + case 9: if(gc) delete (QBasicTimer*)p; else delete (LBasicTimer*)p; break; + case 10: if(gc) delete (QBitArray*)p; else delete (LBitArray*)p; break; + case 11: if(gc) delete (QBitmap*)p; else delete (LBitmap*)p; break; + case 12: if(gc) delete (QBrush*)p; else delete (LBrush*)p; break; + case 13: if(gc) delete (QChildEvent*)p; else delete (LChildEvent*)p; break; + case 14: if(gc) delete (QCloseEvent*)p; else delete (LCloseEvent*)p; break; + case 15: if(gc) delete (QColor*)p; else delete (LColor*)p; break; + case 16: if(gc) delete (QConicalGradient*)p; else delete (LConicalGradient*)p; break; + case 17: if(gc) delete (QContextMenuEvent*)p; else delete (LContextMenuEvent*)p; break; + case 18: if(gc) delete (QCryptographicHash*)p; else delete (LCryptographicHash*)p; break; + case 19: if(gc) delete (QCursor*)p; else delete (LCursor*)p; break; + case 20: if(gc) delete (QDate*)p; else delete (LDate*)p; break; + case 21: if(gc) delete (QDateTime*)p; else delete (LDateTime*)p; break; + case 22: if(gc) delete (QDesktopServices*)p; else delete (LDesktopServices*)p; break; + case 23: if(gc) delete (QDir*)p; else delete (LDir*)p; break; + case 24: if(gc) delete (QDirIterator*)p; else delete (LDirIterator*)p; break; + case 25: if(gc) delete (QDragEnterEvent*)p; else delete (LDragEnterEvent*)p; break; + case 26: if(gc) delete (QDragLeaveEvent*)p; else delete (LDragLeaveEvent*)p; break; + case 27: if(gc) delete (QDragMoveEvent*)p; else delete (LDragMoveEvent*)p; break; + case 28: if(gc) delete (QDropEvent*)p; else delete (LDropEvent*)p; break; + case 29: if(gc) delete (QDynamicPropertyChangeEvent*)p; else delete (LDynamicPropertyChangeEvent*)p; break; + case 30: if(gc) delete (QEasingCurve*)p; else delete (LEasingCurve*)p; break; + case 31: if(gc) delete (QEvent*)p; else delete (LEvent*)p; break; + case 32: if(gc) delete (QFileIconProvider*)p; else delete (LFileIconProvider*)p; break; + case 33: if(gc) delete (QFileInfo*)p; else delete (LFileInfo*)p; break; + case 34: if(gc) delete (QFileOpenEvent*)p; else delete (LFileOpenEvent*)p; break; + case 35: if(gc) delete (QFocusEvent*)p; else delete (LFocusEvent*)p; break; + case 36: if(gc) delete (QFont*)p; else delete (LFont*)p; break; + case 37: if(gc) delete (QFontDatabase*)p; else delete (LFontDatabase*)p; break; + case 38: if(gc) delete (QFontInfo*)p; else delete (LFontInfo*)p; break; + case 39: if(gc) delete (QFontMetrics*)p; else delete (LFontMetrics*)p; break; + case 46: if(gc) delete (QGestureEvent*)p; else delete (LGestureEvent*)p; break; + case 47: if(gc) delete (QGradient*)p; else delete (LGradient*)p; break; + case 48: if(gc) delete (QGraphicsAnchorLayout*)p; else delete (LGraphicsAnchorLayout*)p; break; + case 49: if(gc) delete (QGraphicsEllipseItem*)p; else delete (LGraphicsEllipseItem*)p; break; + case 50: if(gc) delete (QGraphicsGridLayout*)p; else delete (LGraphicsGridLayout*)p; break; + case 51: if(gc) delete (QGraphicsItem*)p; else delete (LGraphicsItem*)p; break; + case 52: if(gc) delete (QGraphicsItemGroup*)p; else delete (LGraphicsItemGroup*)p; break; + case 53: if(gc) delete (QGraphicsLayout*)p; else delete (LGraphicsLayout*)p; break; + case 54: if(gc) delete (QGraphicsLayoutItem*)p; else delete (LGraphicsLayoutItem*)p; break; + case 55: if(gc) delete (QGraphicsLineItem*)p; else delete (LGraphicsLineItem*)p; break; + case 56: if(gc) delete (QGraphicsLinearLayout*)p; else delete (LGraphicsLinearLayout*)p; break; + case 57: if(gc) delete (QGraphicsPathItem*)p; else delete (LGraphicsPathItem*)p; break; + case 58: if(gc) delete (QGraphicsPixmapItem*)p; else delete (LGraphicsPixmapItem*)p; break; + case 59: if(gc) delete (QGraphicsPolygonItem*)p; else delete (LGraphicsPolygonItem*)p; break; + case 60: if(gc) delete (QGraphicsRectItem*)p; else delete (LGraphicsRectItem*)p; break; + case 61: if(gc) delete (QGraphicsSceneContextMenuEvent*)p; else delete (LGraphicsSceneContextMenuEvent*)p; break; + case 62: if(gc) delete (QGraphicsSceneDragDropEvent*)p; else delete (LGraphicsSceneDragDropEvent*)p; break; + case 63: if(gc) delete (QGraphicsSceneEvent*)p; else delete (LGraphicsSceneEvent*)p; break; + case 64: if(gc) delete (QGraphicsSceneHelpEvent*)p; else delete (LGraphicsSceneHelpEvent*)p; break; + case 65: if(gc) delete (QGraphicsSceneHoverEvent*)p; else delete (LGraphicsSceneHoverEvent*)p; break; + case 66: if(gc) delete (QGraphicsSceneMouseEvent*)p; else delete (LGraphicsSceneMouseEvent*)p; break; + case 67: if(gc) delete (QGraphicsSceneMoveEvent*)p; else delete (LGraphicsSceneMoveEvent*)p; break; + case 68: if(gc) delete (QGraphicsSceneResizeEvent*)p; else delete (LGraphicsSceneResizeEvent*)p; break; + case 69: if(gc) delete (QGraphicsSceneWheelEvent*)p; else delete (LGraphicsSceneWheelEvent*)p; break; + case 70: if(gc) delete (QGraphicsSimpleTextItem*)p; else delete (LGraphicsSimpleTextItem*)p; break; + case 72: if(gc) delete (QHelpEvent*)p; else delete (LHelpEvent*)p; break; + case 74: if(gc) delete (QHideEvent*)p; else delete (LHideEvent*)p; break; + case 77: if(gc) delete (QHoverEvent*)p; else delete (LHoverEvent*)p; break; + case 78: if(gc) delete (QIcon*)p; else delete (LIcon*)p; break; + case 79: if(gc) delete (QIconDragEvent*)p; else delete (LIconDragEvent*)p; break; + case 80: if(gc) delete (QImage*)p; else delete (LImage*)p; break; + case 81: if(gc) delete (QInputEvent*)p; else delete (LInputEvent*)p; break; + case 82: if(gc) delete (QInputMethodEvent*)p; else delete (LInputMethodEvent*)p; break; + case 83: if(gc) delete (QItemEditorFactory*)p; else delete (LItemEditorFactory*)p; break; + case 84: if(gc) delete (QItemSelectionRange*)p; else delete (LItemSelectionRange*)p; break; + case 85: if(gc) delete (QKeyEvent*)p; else delete (LKeyEvent*)p; break; + case 86: if(gc) delete (QKeySequence*)p; else delete (LKeySequence*)p; break; + case 87: if(gc) delete (QLayoutItem*)p; else delete (LLayoutItem*)p; break; + case 88: if(gc) delete (QLibraryInfo*)p; else delete (LLibraryInfo*)p; break; + case 89: if(gc) delete (QLinearGradient*)p; else delete (LLinearGradient*)p; break; + case 90: if(gc) delete (QListWidgetItem*)p; else delete (LListWidgetItem*)p; break; + case 91: if(gc) delete (QLocale*)p; else delete (LLocale*)p; break; + case 92: if(gc) delete (QMargins*)p; else delete (LMargins*)p; break; + case 93: if(gc) delete (QMatrix*)p; else delete (LMatrix*)p; break; + case 94: if(gc) delete (QMatrix4x4*)p; else delete (LMatrix4x4*)p; break; + case 95: if(gc) delete (QMetaObject*)p; else delete (LMetaObject*)p; break; + case 96: if(gc) delete (QModelIndex*)p; else delete (LModelIndex*)p; break; + case 97: if(gc) delete (QMouseEvent*)p; else delete (LMouseEvent*)p; break; + case 98: if(gc) delete (QMoveEvent*)p; else delete (LMoveEvent*)p; break; + case 109: if(gc) delete (QPaintEvent*)p; else delete (LPaintEvent*)p; break; + case 110: if(gc) delete (QPainter*)p; else delete (LPainter*)p; break; + case 111: if(gc) delete (QPainterPath*)p; else delete (LPainterPath*)p; break; + case 112: if(gc) delete (QPainterPathStroker*)p; else delete (LPainterPathStroker*)p; break; + case 113: if(gc) delete (QPalette*)p; else delete (LPalette*)p; break; + case 114: if(gc) delete (QPen*)p; else delete (LPen*)p; break; + case 115: if(gc) delete (QPersistentModelIndex*)p; else delete (LPersistentModelIndex*)p; break; + case 116: if(gc) delete (QPicture*)p; else delete (LPicture*)p; break; + case 117: if(gc) delete (QPixmap*)p; else delete (LPixmap*)p; break; + case 118: if(gc) delete (QPixmapCache*)p; else delete (LPixmapCache*)p; break; + case 119: if(gc) delete (QPrinter*)p; else delete (LPrinter*)p; break; + case 120: if(gc) delete (QPrinterInfo*)p; else delete (LPrinterInfo*)p; break; + case 121: if(gc) delete (QProcessEnvironment*)p; else delete (LProcessEnvironment*)p; break; + case 122: if(gc) delete (QQuaternion*)p; else delete (LQuaternion*)p; break; + case 123: if(gc) delete (QRadialGradient*)p; else delete (LRadialGradient*)p; break; + case 124: if(gc) delete (QReadLocker*)p; else delete (LReadLocker*)p; break; + case 125: if(gc) delete (QReadWriteLock*)p; else delete (LReadWriteLock*)p; break; + case 126: if(gc) delete (QRegExp*)p; else delete (LRegExp*)p; break; + case 127: if(gc) delete (QRegion*)p; else delete (LRegion*)p; break; + case 128: if(gc) delete (QResizeEvent*)p; else delete (LResizeEvent*)p; break; + case 129: if(gc) delete (QRunnable*)p; else delete (LRunnable*)p; break; + case 130: if(gc) delete (QSemaphore*)p; else delete (LSemaphore*)p; break; + case 131: if(gc) delete (QShortcutEvent*)p; else delete (LShortcutEvent*)p; break; + case 132: if(gc) delete (QShowEvent*)p; else delete (LShowEvent*)p; break; + case 133: if(gc) delete (QSizePolicy*)p; else delete (LSizePolicy*)p; break; + case 134: if(gc) delete (QSpacerItem*)p; else delete (LSpacerItem*)p; break; + case 148: if(gc) delete (QStandardItem*)p; else delete (LStandardItem*)p; break; + case 149: if(gc) delete (QStatusTipEvent*)p; else delete (LStatusTipEvent*)p; break; + case 150: if(gc) delete (QStyleOption*)p; else delete (LStyleOption*)p; break; + case 151: if(gc) delete (QStyleOptionGraphicsItem*)p; else delete (LStyleOptionGraphicsItem*)p; break; + case 153: if(gc) delete (QSystemSemaphore*)p; else delete (LSystemSemaphore*)p; break; + case 154: if(gc) delete (QTableWidgetItem*)p; else delete (LTableWidgetItem*)p; break; + case 155: if(gc) delete (QTableWidgetSelectionRange*)p; else delete (LTableWidgetSelectionRange*)p; break; + case 156: if(gc) delete (QTabletEvent*)p; else delete (LTabletEvent*)p; break; + case 157: if(gc) delete (QTextBlock*)p; else delete (LTextBlock*)p; break; + case 158: if(gc) delete (QTextBlockFormat*)p; else delete (LTextBlockFormat*)p; break; + case 159: if(gc) delete (QTextBlockUserData*)p; else delete (LTextBlockUserData*)p; break; + case 160: if(gc) delete (QTextBoundaryFinder*)p; else delete (LTextBoundaryFinder*)p; break; + case 161: if(gc) delete (QTextCharFormat*)p; else delete (LTextCharFormat*)p; break; + case 162: if(gc) /* nothing */; else delete (LTextCodec*)p; break; + case 163: if(gc) delete (QTextCursor*)p; else delete (LTextCursor*)p; break; + case 164: if(gc) delete (QTextDecoder*)p; else delete (LTextDecoder*)p; break; + case 165: if(gc) delete (QTextDocumentFragment*)p; else delete (LTextDocumentFragment*)p; break; + case 166: if(gc) delete (QTextDocumentWriter*)p; else delete (LTextDocumentWriter*)p; break; + case 167: if(gc) delete (QTextEncoder*)p; else delete (LTextEncoder*)p; break; + case 168: if(gc) delete (QTextFormat*)p; else delete (LTextFormat*)p; break; + case 169: if(gc) delete (QTextFragment*)p; else delete (LTextFragment*)p; break; + case 170: if(gc) delete (QTextFrameFormat*)p; else delete (LTextFrameFormat*)p; break; + case 171: if(gc) delete (QTextImageFormat*)p; else delete (LTextImageFormat*)p; break; + case 172: if(gc) delete (QTextLayout*)p; else delete (LTextLayout*)p; break; + case 173: if(gc) delete (QTextLength*)p; else delete (LTextLength*)p; break; + case 174: if(gc) delete (QTextLine*)p; else delete (LTextLine*)p; break; + case 175: if(gc) delete (QTextListFormat*)p; else delete (LTextListFormat*)p; break; + case 176: if(gc) delete (QTextOption*)p; else delete (LTextOption*)p; break; + case 177: if(gc) delete (QTextTableCell*)p; else delete (LTextTableCell*)p; break; + case 178: if(gc) delete (QTextTableCellFormat*)p; else delete (LTextTableCellFormat*)p; break; + case 179: if(gc) delete (QTextTableFormat*)p; else delete (LTextTableFormat*)p; break; + case 180: if(gc) delete (QTime*)p; else delete (LTime*)p; break; + case 181: if(gc) delete (QTimerEvent*)p; else delete (LTimerEvent*)p; break; + case 182: if(gc) delete (QToolTip*)p; else delete (LToolTip*)p; break; + case 183: if(gc) delete (QTouchEvent*)p; else delete (LTouchEvent*)p; break; + case 184: if(gc) delete (QTransform*)p; else delete (LTransform*)p; break; + case 185: if(gc) delete (QTreeWidgetItem*)p; else delete (LTreeWidgetItem*)p; break; + case 186: if(gc) delete (QUndoCommand*)p; else delete (LUndoCommand*)p; break; + case 187: if(gc) delete (QUrl*)p; else delete (LUrl*)p; break; + case 188: if(gc) delete (QVariant*)p; else delete (LVariant*)p; break; + case 189: if(gc) delete (QVector2D*)p; else delete (LVector2D*)p; break; + case 190: if(gc) delete (QVector3D*)p; else delete (LVector3D*)p; break; + case 191: if(gc) delete (QVector4D*)p; else delete (LVector4D*)p; break; + case 200: if(gc) delete (QWhatsThis*)p; else delete (LWhatsThis*)p; break; + case 201: if(gc) delete (QWhatsThisClickedEvent*)p; else delete (LWhatsThisClickedEvent*)p; break; + case 202: if(gc) delete (QWheelEvent*)p; else delete (LWheelEvent*)p; break; + case 203: if(gc) delete (QWidgetItem*)p; else delete (LWidgetItem*)p; break; + case 204: if(gc) delete (QWindowStateChangeEvent*)p; else delete (LWindowStateChangeEvent*)p; break; + case 205: if(gc) delete (QWriteLocker*)p; else delete (LWriteLocker*)p; break; + case 71: + case 73: + if(deleteNObject_help) { + deleteNObject_help(n, p, gc); } + break; + case 8: + case 75: + case 76: + case 99: + case 100: + case 101: + case 102: + case 103: + case 104: + case 105: + case 106: + case 143: + case 144: + case 145: + case 146: + case 147: + if(deleteNObject_network) { + deleteNObject_network(n, p, gc); } + break; + case 40: + case 41: + case 42: + case 43: + case 44: + case 45: + if(deleteNObject_opengl) { + deleteNObject_opengl(n, p, gc); } + break; + case 135: + case 136: + case 137: + case 138: + case 139: + case 140: + case 141: + case 142: + if(deleteNObject_sql) { + deleteNObject_sql(n, p, gc); } + break; + case 152: + if(deleteNObject_svg) { + deleteNObject_svg(n, p, gc); } + break; + case 192: + case 193: + case 194: + case 195: + case 196: + case 197: + case 198: + case 199: + if(deleteNObject_webkit) { + deleteNObject_webkit(n, p, gc); } + break; }} + +const char* LObjects::nObjectSuperClass(const QByteArray& name) { + const char* s = 0; + switch(LObjects::n_names.value(name)) { + case 1: s = "QGraphicsItem"; break; + case 5: s = "QAccessibleInterface"; break; + case 6: s = "QAccessibleObject"; break; + case 7: s = "QEvent"; break; + case 11: s = "QPixmap"; break; + case 13: s = "QEvent"; break; + case 14: s = "QEvent"; break; + case 16: s = "QGradient"; break; + case 17: s = "QInputEvent"; break; + case 25: s = "QDragMoveEvent"; break; + case 26: s = "QEvent"; break; + case 27: s = "QDropEvent"; break; + case 28: s = "QEvent"; break; + case 29: s = "QEvent"; break; + case 34: s = "QEvent"; break; + case 35: s = "QEvent"; break; + case 43: s = "QPaintDevice"; break; + case 45: s = "QPaintDevice"; break; + case 46: s = "QEvent"; break; + case 48: s = "QGraphicsLayout"; break; + case 49: s = "QAbstractGraphicsShapeItem"; break; + case 50: s = "QGraphicsLayout"; break; + case 52: s = "QGraphicsItem"; break; + case 53: s = "QGraphicsLayoutItem"; break; + case 55: s = "QGraphicsItem"; break; + case 56: s = "QGraphicsLayout"; break; + case 57: s = "QAbstractGraphicsShapeItem"; break; + case 58: s = "QGraphicsItem"; break; + case 59: s = "QAbstractGraphicsShapeItem"; break; + case 60: s = "QAbstractGraphicsShapeItem"; break; + case 61: s = "QGraphicsSceneEvent"; break; + case 62: s = "QGraphicsSceneEvent"; break; + case 63: s = "QEvent"; break; + case 64: s = "QGraphicsSceneEvent"; break; + case 65: s = "QGraphicsSceneEvent"; break; + case 66: s = "QGraphicsSceneEvent"; break; + case 67: s = "QGraphicsSceneEvent"; break; + case 68: s = "QGraphicsSceneEvent"; break; + case 69: s = "QGraphicsSceneEvent"; break; + case 70: s = "QAbstractGraphicsShapeItem"; break; + case 72: s = "QEvent"; break; + case 74: s = "QEvent"; break; + case 77: s = "QInputEvent"; break; + case 79: s = "QEvent"; break; + case 80: s = "QPaintDevice"; break; + case 81: s = "QEvent"; break; + case 82: s = "QEvent"; break; + case 85: s = "QInputEvent"; break; + case 89: s = "QGradient"; break; + case 97: s = "QInputEvent"; break; + case 98: s = "QEvent"; break; + case 107: s = "QPaintDevice"; break; + case 109: s = "QEvent"; break; + case 116: s = "QPaintDevice"; break; + case 117: s = "QPaintDevice"; break; + case 119: s = "QPagedPaintDevice"; break; + case 123: s = "QGradient"; break; + case 128: s = "QEvent"; break; + case 131: s = "QEvent"; break; + case 132: s = "QEvent"; break; + case 134: s = "QLayoutItem"; break; + case 138: s = "QSqlRecord"; break; + case 149: s = "QEvent"; break; + case 151: s = "QStyleOption"; break; + case 152: s = "QPaintDevice"; break; + case 156: s = "QInputEvent"; break; + case 158: s = "QTextFormat"; break; + case 161: s = "QTextFormat"; break; + case 170: s = "QTextFormat"; break; + case 171: s = "QTextCharFormat"; break; + case 175: s = "QTextFormat"; break; + case 178: s = "QTextCharFormat"; break; + case 179: s = "QTextFrameFormat"; break; + case 181: s = "QEvent"; break; + case 183: s = "QInputEvent"; break; + case 201: s = "QEvent"; break; + case 202: s = "QInputEvent"; break; + case 203: s = "QLayoutItem"; break; + case 204: s = "QEvent"; break; } + return s; } + +StrList LObjects::overrideFunctions(const QByteArray& name) { + NumList ids; + int n = q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 1: ids = LAbstractAnimation::overrideIds; break; + case 2: ids = LAbstractButton::overrideIds; break; + case 3: ids = LAbstractItemDelegate::overrideIds; break; + case 4: ids = LAbstractItemModel::overrideIds; break; + case 5: ids = LAbstractItemView::overrideIds; break; + case 6: ids = LAbstractListModel::overrideIds; break; + case 8: ids = LAbstractPrintDialog::overrideIds; break; + case 9: ids = LAbstractProxyModel::overrideIds; break; + case 10: ids = LAbstractScrollArea::overrideIds; break; + case 11: ids = LAbstractSlider::overrideIds; break; + case 13: ids = LAbstractSpinBox::overrideIds; break; + case 14: ids = LAbstractState::overrideIds; break; + case 16: ids = LAbstractTextDocumentLayout::overrideIds; break; + case 17: ids = LAbstractTransition::overrideIds; break; + case 18: ids = LAction::overrideIds; break; + case 19: ids = LActionGroup::overrideIds; break; + case 20: ids = LAnimationGroup::overrideIds; break; + case 21: ids = LApplication::overrideIds; break; + case 22: ids = LBoxLayout::overrideIds; break; + case 23: ids = LBuffer::overrideIds; break; + case 24: ids = LButtonGroup::overrideIds; break; + case 25: ids = LCalendarWidget::overrideIds; break; + case 26: ids = LCheckBox::overrideIds; break; + case 28: ids = LColorDialog::overrideIds; break; + case 29: ids = LColumnView::overrideIds; break; + case 30: ids = LComboBox::overrideIds; break; + case 31: ids = LCommandLinkButton::overrideIds; break; + case 32: ids = LCommonStyle::overrideIds; break; + case 33: ids = LCompleter::overrideIds; break; + case 34: ids = LCoreApplication::overrideIds; break; + case 35: ids = LDataWidgetMapper::overrideIds; break; + case 36: ids = LDateEdit::overrideIds; break; + case 37: ids = LDateTimeEdit::overrideIds; break; + case 38: ids = LDesktopWidget::overrideIds; break; + case 39: ids = LDial::overrideIds; break; + case 40: ids = LDialog::overrideIds; break; + case 41: ids = LDialogButtonBox::overrideIds; break; + case 42: ids = LDirModel::overrideIds; break; + case 43: ids = LDockWidget::overrideIds; break; + case 44: ids = LDoubleSpinBox::overrideIds; break; + case 45: ids = LDoubleValidator::overrideIds; break; + case 46: ids = LDrag::overrideIds; break; + case 47: ids = LErrorMessage::overrideIds; break; + case 48: ids = LEventLoop::overrideIds; break; + case 49: ids = LEventTransition::overrideIds; break; + case 50: ids = LFile::overrideIds; break; + case 52: ids = LFileDialog::overrideIds; break; + case 53: ids = LFileSystemModel::overrideIds; break; + case 54: ids = LFileSystemWatcher::overrideIds; break; + case 55: ids = LFinalState::overrideIds; break; + case 56: ids = LFocusFrame::overrideIds; break; + case 57: ids = LFontComboBox::overrideIds; break; + case 58: ids = LFontDialog::overrideIds; break; + case 59: ids = LFormLayout::overrideIds; break; + case 60: ids = LFrame::overrideIds; break; + case 64: ids = LGesture::overrideIds; break; + case 65: ids = LGraphicsAnchor::overrideIds; break; + case 66: ids = LGraphicsBlurEffect::overrideIds; break; + case 67: ids = LGraphicsColorizeEffect::overrideIds; break; + case 68: ids = LGraphicsDropShadowEffect::overrideIds; break; + case 69: ids = LGraphicsEffect::overrideIds; break; + case 71: ids = LGraphicsOpacityEffect::overrideIds; break; + case 72: ids = LGraphicsProxyWidget::overrideIds; break; + case 73: ids = LGraphicsRotation::overrideIds; break; + case 74: ids = LGraphicsScale::overrideIds; break; + case 75: ids = LGraphicsScene::overrideIds; break; + case 77: ids = LGraphicsTextItem::overrideIds; break; + case 78: ids = LGraphicsTransform::overrideIds; break; + case 79: ids = LGraphicsView::overrideIds; break; + case 81: ids = LGraphicsWidget::overrideIds; break; + case 82: ids = LGridLayout::overrideIds; break; + case 83: ids = LGroupBox::overrideIds; break; + case 84: ids = LGuiApplication::overrideIds; break; + case 85: ids = LHBoxLayout::overrideIds; break; + case 86: ids = LHeaderView::overrideIds; break; + case 95: ids = LHistoryState::overrideIds; break; + case 96: ids = LIODevice::overrideIds; break; + case 97: ids = LInputDialog::overrideIds; break; + case 98: ids = LIntValidator::overrideIds; break; + case 99: ids = LItemDelegate::overrideIds; break; + case 100: ids = LItemSelectionModel::overrideIds; break; + case 101: ids = LKeyEventTransition::overrideIds; break; + case 102: ids = LLCDNumber::overrideIds; break; + case 103: ids = LLabel::overrideIds; break; + case 105: ids = LLibrary::overrideIds; break; + case 106: ids = LLineEdit::overrideIds; break; + case 107: ids = LListView::overrideIds; break; + case 108: ids = LListWidget::overrideIds; break; + case 111: ids = LMainWindow::overrideIds; break; + case 112: ids = LMdiArea::overrideIds; break; + case 113: ids = LMdiSubWindow::overrideIds; break; + case 114: ids = LMenu::overrideIds; break; + case 115: ids = LMenuBar::overrideIds; break; + case 116: ids = LMessageBox::overrideIds; break; + case 117: ids = LMimeData::overrideIds; break; + case 118: ids = LMouseEventTransition::overrideIds; break; + case 119: ids = LMovie::overrideIds; break; + case 124: ids = LObject::overrideIds; break; + case 125: ids = LPageSetupDialog::overrideIds; break; + case 126: ids = LPanGesture::overrideIds; break; + case 127: ids = LParallelAnimationGroup::overrideIds; break; + case 128: ids = LPauseAnimation::overrideIds; break; + case 129: ids = LPinchGesture::overrideIds; break; + case 130: ids = LPlainTextDocumentLayout::overrideIds; break; + case 131: ids = LPlainTextEdit::overrideIds; break; + case 132: ids = LPluginLoader::overrideIds; break; + case 133: ids = LPrintDialog::overrideIds; break; + case 134: ids = LPrintPreviewDialog::overrideIds; break; + case 135: ids = LPrintPreviewWidget::overrideIds; break; + case 136: ids = LProcess::overrideIds; break; + case 137: ids = LProgressBar::overrideIds; break; + case 138: ids = LProgressDialog::overrideIds; break; + case 139: ids = LPropertyAnimation::overrideIds; break; + case 140: ids = LPushButton::overrideIds; break; + case 141: ids = LRadioButton::overrideIds; break; + case 142: ids = LRegExpValidator::overrideIds; break; + case 143: ids = LRubberBand::overrideIds; break; + case 144: ids = LScrollArea::overrideIds; break; + case 145: ids = LScrollBar::overrideIds; break; + case 146: ids = LSequentialAnimationGroup::overrideIds; break; + case 148: ids = LSettings::overrideIds; break; + case 149: ids = LShortcut::overrideIds; break; + case 150: ids = LSignalTransition::overrideIds; break; + case 151: ids = LSizeGrip::overrideIds; break; + case 152: ids = LSlider::overrideIds; break; + case 153: ids = LSortFilterProxyModel::overrideIds; break; + case 154: ids = LSpinBox::overrideIds; break; + case 155: ids = LSplashScreen::overrideIds; break; + case 156: ids = LSplitter::overrideIds; break; + case 157: ids = LSplitterHandle::overrideIds; break; + case 163: ids = LStackedLayout::overrideIds; break; + case 164: ids = LStackedWidget::overrideIds; break; + case 165: ids = LStandardItemModel::overrideIds; break; + case 166: ids = LState::overrideIds; break; + case 167: ids = LStateMachine::overrideIds; break; + case 168: ids = LStatusBar::overrideIds; break; + case 169: ids = LStringListModel::overrideIds; break; + case 171: ids = LStyledItemDelegate::overrideIds; break; + case 174: ids = LSwipeGesture::overrideIds; break; + case 175: ids = LSyntaxHighlighter::overrideIds; break; + case 176: ids = LSystemTrayIcon::overrideIds; break; + case 177: ids = LTabBar::overrideIds; break; + case 178: ids = LTabWidget::overrideIds; break; + case 179: ids = LTableView::overrideIds; break; + case 180: ids = LTableWidget::overrideIds; break; + case 181: ids = LTapAndHoldGesture::overrideIds; break; + case 182: ids = LTapGesture::overrideIds; break; + case 185: ids = LTextBlockGroup::overrideIds; break; + case 186: ids = LTextBrowser::overrideIds; break; + case 187: ids = LTextDocument::overrideIds; break; + case 188: ids = LTextEdit::overrideIds; break; + case 189: ids = LTextFrame::overrideIds; break; + case 190: ids = LTextList::overrideIds; break; + case 191: ids = LTextObject::overrideIds; break; + case 192: ids = LTextTable::overrideIds; break; + case 193: ids = LTimeEdit::overrideIds; break; + case 194: ids = LTimeLine::overrideIds; break; + case 195: ids = LTimer::overrideIds; break; + case 196: ids = LToolBar::overrideIds; break; + case 197: ids = LToolBox::overrideIds; break; + case 198: ids = LToolButton::overrideIds; break; + case 199: ids = LTranslator::overrideIds; break; + case 200: ids = LTreeView::overrideIds; break; + case 201: ids = LTreeWidget::overrideIds; break; + case 203: ids = LUndoGroup::overrideIds; break; + case 204: ids = LUndoStack::overrideIds; break; + case 205: ids = LUndoView::overrideIds; break; + case 206: ids = LVBoxLayout::overrideIds; break; + case 207: ids = LValidator::overrideIds; break; + case 208: ids = LVariantAnimation::overrideIds; break; + case 215: ids = LWidget::overrideIds; break; + case 216: ids = LWidgetAction::overrideIds; break; + case 217: ids = LWizard::overrideIds; break; + case 218: ids = LWizardPage::overrideIds; break; + case 87: + case 88: + case 89: + case 90: + case 91: + case 92: + case 93: + case 94: + if(override_help) { + NumList* _ids = override_help(name); + if(_ids) { + ids = *_ids; }} + break; + case 7: + case 12: + case 109: + case 110: + case 120: + case 121: + case 122: + case 123: + case 183: + case 184: + case 202: + if(override_network) { + NumList* _ids = override_network(name); + if(_ids) { + ids = *_ids; }} + break; + case 61: + case 62: + case 63: + if(override_opengl) { + NumList* _ids = override_opengl(name); + if(_ids) { + ids = *_ids; }} + break; + case 158: + case 159: + case 160: + case 161: + case 162: + if(override_sql) { + NumList* _ids = override_sql(name); + if(_ids) { + ids = *_ids; }} + break; + case 76: + case 172: + case 173: + if(override_svg) { + NumList* _ids = override_svg(name); + if(_ids) { + ids = *_ids; }} + break; + case 80: + case 209: + case 210: + case 211: + case 212: + case 213: + case 214: + if(override_webkit) { + NumList* _ids = override_webkit(name); + if(_ids) { + ids = *_ids; }} + break; }} + else { + n = n_names.value(name); + switch(n) { + case 1: ids = LAbstractGraphicsShapeItem::overrideIds; break; + case 2: ids = LAccessible::overrideIds; break; + case 3: ids = LAccessibleEvent::overrideIds; break; + case 6: ids = LAccessibleWidget::overrideIds; break; + case 7: ids = LActionEvent::overrideIds; break; + case 9: ids = LBasicTimer::overrideIds; break; + case 10: ids = LBitArray::overrideIds; break; + case 11: ids = LBitmap::overrideIds; break; + case 12: ids = LBrush::overrideIds; break; + case 13: ids = LChildEvent::overrideIds; break; + case 14: ids = LCloseEvent::overrideIds; break; + case 15: ids = LColor::overrideIds; break; + case 16: ids = LConicalGradient::overrideIds; break; + case 17: ids = LContextMenuEvent::overrideIds; break; + case 18: ids = LCryptographicHash::overrideIds; break; + case 19: ids = LCursor::overrideIds; break; + case 20: ids = LDate::overrideIds; break; + case 21: ids = LDateTime::overrideIds; break; + case 22: ids = LDesktopServices::overrideIds; break; + case 23: ids = LDir::overrideIds; break; + case 24: ids = LDirIterator::overrideIds; break; + case 25: ids = LDragEnterEvent::overrideIds; break; + case 26: ids = LDragLeaveEvent::overrideIds; break; + case 27: ids = LDragMoveEvent::overrideIds; break; + case 28: ids = LDropEvent::overrideIds; break; + case 29: ids = LDynamicPropertyChangeEvent::overrideIds; break; + case 30: ids = LEasingCurve::overrideIds; break; + case 31: ids = LEvent::overrideIds; break; + case 32: ids = LFileIconProvider::overrideIds; break; + case 33: ids = LFileInfo::overrideIds; break; + case 34: ids = LFileOpenEvent::overrideIds; break; + case 35: ids = LFocusEvent::overrideIds; break; + case 36: ids = LFont::overrideIds; break; + case 37: ids = LFontDatabase::overrideIds; break; + case 38: ids = LFontInfo::overrideIds; break; + case 39: ids = LFontMetrics::overrideIds; break; + case 46: ids = LGestureEvent::overrideIds; break; + case 47: ids = LGradient::overrideIds; break; + case 48: ids = LGraphicsAnchorLayout::overrideIds; break; + case 49: ids = LGraphicsEllipseItem::overrideIds; break; + case 50: ids = LGraphicsGridLayout::overrideIds; break; + case 51: ids = LGraphicsItem::overrideIds; break; + case 52: ids = LGraphicsItemGroup::overrideIds; break; + case 53: ids = LGraphicsLayout::overrideIds; break; + case 54: ids = LGraphicsLayoutItem::overrideIds; break; + case 55: ids = LGraphicsLineItem::overrideIds; break; + case 56: ids = LGraphicsLinearLayout::overrideIds; break; + case 57: ids = LGraphicsPathItem::overrideIds; break; + case 58: ids = LGraphicsPixmapItem::overrideIds; break; + case 59: ids = LGraphicsPolygonItem::overrideIds; break; + case 60: ids = LGraphicsRectItem::overrideIds; break; + case 61: ids = LGraphicsSceneContextMenuEvent::overrideIds; break; + case 62: ids = LGraphicsSceneDragDropEvent::overrideIds; break; + case 63: ids = LGraphicsSceneEvent::overrideIds; break; + case 64: ids = LGraphicsSceneHelpEvent::overrideIds; break; + case 65: ids = LGraphicsSceneHoverEvent::overrideIds; break; + case 66: ids = LGraphicsSceneMouseEvent::overrideIds; break; + case 67: ids = LGraphicsSceneMoveEvent::overrideIds; break; + case 68: ids = LGraphicsSceneResizeEvent::overrideIds; break; + case 69: ids = LGraphicsSceneWheelEvent::overrideIds; break; + case 70: ids = LGraphicsSimpleTextItem::overrideIds; break; + case 72: ids = LHelpEvent::overrideIds; break; + case 74: ids = LHideEvent::overrideIds; break; + case 77: ids = LHoverEvent::overrideIds; break; + case 78: ids = LIcon::overrideIds; break; + case 79: ids = LIconDragEvent::overrideIds; break; + case 80: ids = LImage::overrideIds; break; + case 81: ids = LInputEvent::overrideIds; break; + case 82: ids = LInputMethodEvent::overrideIds; break; + case 83: ids = LItemEditorFactory::overrideIds; break; + case 84: ids = LItemSelectionRange::overrideIds; break; + case 85: ids = LKeyEvent::overrideIds; break; + case 86: ids = LKeySequence::overrideIds; break; + case 87: ids = LLayoutItem::overrideIds; break; + case 88: ids = LLibraryInfo::overrideIds; break; + case 89: ids = LLinearGradient::overrideIds; break; + case 90: ids = LListWidgetItem::overrideIds; break; + case 91: ids = LLocale::overrideIds; break; + case 92: ids = LMargins::overrideIds; break; + case 93: ids = LMatrix::overrideIds; break; + case 94: ids = LMatrix4x4::overrideIds; break; + case 95: ids = LMetaObject::overrideIds; break; + case 96: ids = LModelIndex::overrideIds; break; + case 97: ids = LMouseEvent::overrideIds; break; + case 98: ids = LMoveEvent::overrideIds; break; + case 109: ids = LPaintEvent::overrideIds; break; + case 110: ids = LPainter::overrideIds; break; + case 111: ids = LPainterPath::overrideIds; break; + case 112: ids = LPainterPathStroker::overrideIds; break; + case 113: ids = LPalette::overrideIds; break; + case 114: ids = LPen::overrideIds; break; + case 115: ids = LPersistentModelIndex::overrideIds; break; + case 116: ids = LPicture::overrideIds; break; + case 117: ids = LPixmap::overrideIds; break; + case 118: ids = LPixmapCache::overrideIds; break; + case 119: ids = LPrinter::overrideIds; break; + case 120: ids = LPrinterInfo::overrideIds; break; + case 121: ids = LProcessEnvironment::overrideIds; break; + case 122: ids = LQuaternion::overrideIds; break; + case 123: ids = LRadialGradient::overrideIds; break; + case 124: ids = LReadLocker::overrideIds; break; + case 125: ids = LReadWriteLock::overrideIds; break; + case 126: ids = LRegExp::overrideIds; break; + case 127: ids = LRegion::overrideIds; break; + case 128: ids = LResizeEvent::overrideIds; break; + case 129: ids = LRunnable::overrideIds; break; + case 130: ids = LSemaphore::overrideIds; break; + case 131: ids = LShortcutEvent::overrideIds; break; + case 132: ids = LShowEvent::overrideIds; break; + case 133: ids = LSizePolicy::overrideIds; break; + case 134: ids = LSpacerItem::overrideIds; break; + case 148: ids = LStandardItem::overrideIds; break; + case 149: ids = LStatusTipEvent::overrideIds; break; + case 150: ids = LStyleOption::overrideIds; break; + case 151: ids = LStyleOptionGraphicsItem::overrideIds; break; + case 153: ids = LSystemSemaphore::overrideIds; break; + case 154: ids = LTableWidgetItem::overrideIds; break; + case 155: ids = LTableWidgetSelectionRange::overrideIds; break; + case 156: ids = LTabletEvent::overrideIds; break; + case 157: ids = LTextBlock::overrideIds; break; + case 158: ids = LTextBlockFormat::overrideIds; break; + case 159: ids = LTextBlockUserData::overrideIds; break; + case 160: ids = LTextBoundaryFinder::overrideIds; break; + case 161: ids = LTextCharFormat::overrideIds; break; + case 162: ids = LTextCodec::overrideIds; break; + case 163: ids = LTextCursor::overrideIds; break; + case 164: ids = LTextDecoder::overrideIds; break; + case 165: ids = LTextDocumentFragment::overrideIds; break; + case 166: ids = LTextDocumentWriter::overrideIds; break; + case 167: ids = LTextEncoder::overrideIds; break; + case 168: ids = LTextFormat::overrideIds; break; + case 169: ids = LTextFragment::overrideIds; break; + case 170: ids = LTextFrameFormat::overrideIds; break; + case 171: ids = LTextImageFormat::overrideIds; break; + case 172: ids = LTextLayout::overrideIds; break; + case 173: ids = LTextLength::overrideIds; break; + case 174: ids = LTextLine::overrideIds; break; + case 175: ids = LTextListFormat::overrideIds; break; + case 176: ids = LTextOption::overrideIds; break; + case 177: ids = LTextTableCell::overrideIds; break; + case 178: ids = LTextTableCellFormat::overrideIds; break; + case 179: ids = LTextTableFormat::overrideIds; break; + case 180: ids = LTime::overrideIds; break; + case 181: ids = LTimerEvent::overrideIds; break; + case 182: ids = LToolTip::overrideIds; break; + case 183: ids = LTouchEvent::overrideIds; break; + case 184: ids = LTransform::overrideIds; break; + case 185: ids = LTreeWidgetItem::overrideIds; break; + case 186: ids = LUndoCommand::overrideIds; break; + case 187: ids = LUrl::overrideIds; break; + case 188: ids = LVariant::overrideIds; break; + case 189: ids = LVector2D::overrideIds; break; + case 190: ids = LVector3D::overrideIds; break; + case 191: ids = LVector4D::overrideIds; break; + case 200: ids = LWhatsThis::overrideIds; break; + case 201: ids = LWhatsThisClickedEvent::overrideIds; break; + case 202: ids = LWheelEvent::overrideIds; break; + case 203: ids = LWidgetItem::overrideIds; break; + case 204: ids = LWindowStateChangeEvent::overrideIds; break; + case 205: ids = LWriteLocker::overrideIds; break; + case 71: + case 73: + if(override_help) { + NumList* _ids = override_help(name); + if(_ids) { + ids = *_ids; }} + break; + case 8: + case 75: + case 76: + case 99: + case 100: + case 101: + case 102: + case 103: + case 104: + case 105: + case 106: + case 143: + case 144: + case 145: + case 146: + case 147: + if(override_network) { + NumList* _ids = override_network(name); + if(_ids) { + ids = *_ids; }} + break; + case 40: + case 41: + case 42: + case 43: + case 44: + case 45: + if(override_opengl) { + NumList* _ids = override_opengl(name); + if(_ids) { + ids = *_ids; }} + break; + case 135: + case 136: + case 137: + case 138: + case 139: + case 140: + case 141: + case 142: + if(override_sql) { + NumList* _ids = override_sql(name); + if(_ids) { + ids = *_ids; }} + break; + case 152: + if(override_svg) { + NumList* _ids = override_svg(name); + if(_ids) { + ids = *_ids; }} + break; + case 192: + case 193: + case 194: + case 195: + case 196: + case 197: + case 198: + case 199: + if(override_webkit) { + NumList* _ids = override_webkit(name); + if(_ids) { + ids = *_ids; }} + break; }} + StrList funs; + Q_FOREACH(int id, ids) { + const char* ret = override_arg_types[id - 1][0]; + funs << QString("%1 %2") + .arg(ret ? ret : "void") + .arg(QString(override_function_ids.key(id))).toLatin1(); } + return funs; } diff --git a/src/gen/_lobjects.h b/src/gen/_lobjects.h new file mode 100644 index 0000000..4c6e0d2 --- /dev/null +++ b/src/gen/_lobjects.h @@ -0,0 +1,149 @@ +#ifndef LOBJECTS_H +#define LOBJECTS_H + +#include "../eql_global.h" +#include "../ecl_fun.h" +#include +#include +#include + +Q_DECLARE_METATYPE(QList) +Q_DECLARE_METATYPE(QList) +Q_DECLARE_METATYPE(QPainterPath) +Q_DECLARE_METATYPE(QStyleOptionViewItem) +Q_DECLARE_METATYPE(QTableWidgetSelectionRange) +Q_DECLARE_METATYPE(QTextBlock) +Q_DECLARE_METATYPE(QTextCharFormat) +Q_DECLARE_METATYPE(QTextCursor) +Q_DECLARE_METATYPE(QTextDocumentFragment) +Q_DECLARE_METATYPE(QTextOption) + +QT_BEGIN_NAMESPACE + +typedef QList NumList; +typedef QList StrList; + +#define QRect_QWIDGET_GRAB QRect(0, 0, -1, -1) + +class EQL; +class DynObject; + +// functions from EQL modules +typedef const QMetaObject* (*StaticMetaObject)(int); +typedef void (*DeleteNObject)(int, void*, int); +typedef NumList* (*Override)(const QByteArray&); +typedef void* (*ToMetaArg)(int, cl_object); +typedef cl_object (*To_lisp_arg)(int, void*); + +class EQL_EXPORT LObjects { +public: + static int T_GLenum; + static int T_GLint; + static int T_GLfloat; + static int T_GLuint; + static int T_QGLFormat; + static int T_QGLFramebufferObjectFormat; + static int T_QHostAddress; + static int T_QHostInfo; + static int T_QNetworkCacheMetaData; + static int T_QNetworkInterface; + static int T_QNetworkProxy; + static int T_QNetworkRequest; + static int T_QSslCertificate; + static int T_QSslCipher; + static int T_QSslConfiguration; + static int T_QSslKey; + static int T_QSqlDatabase; + static int T_QSqlError; + static int T_QSqlField; + static int T_QSqlIndex; + static int T_QSqlQuery; + static int T_QSqlRecord; + static int T_QSqlRelation; + static int T_QWebElement; + static int T_QWebElementCollection; + static int T_QWebHitTestResult; + + static QObject** Q; + static QObject** N; + static bool call_default; + static quint64 calling; + static QList callingList; + static uint i_unique; + static const char*** override_arg_types; + static DynObject* dynObject; + static EQL* eql; + static QList qNames; + static QList nNames; + static QMap q_names; + static QMap n_names; + static QHash override_function_ids; + static QHash override_lisp_functions; + + static void ini(EQL*); + static void cleanUp(); + static uint unique() { return ++i_unique; } // safe: e.g. on 32 bit, 100 new QT-OBJECTs/sec would take more than one year to overflow + static void deleteNObject(int, void*, int = 0); + static const QMetaObject* staticMetaObject(const QByteArray&, int n = 0); + static const char* nObjectSuperClass(const QByteArray&); + static StrList overrideFunctions(const QByteArray&); + static quint64 override_id(uint, int); + static void* overrideFun(quint64); + static void setOverrideFun(quint64, void*); + + static QByteArray vanillaQtSuperClassName(const QMetaObject* mo) { + QByteArray className(mo->className()); + while(!q_names.contains(className)) { + mo = mo->superClass(); + if(!mo) { + break; } + className = mo->className(); } + return className; } + + // for Qt_EQL, see "eql_fun.h" + static bool checkType(int id, const QByteArray& name) { + QByteArray name2(name.left(qMax(0, name.length() - 1))); + if(name.endsWith('*') + && ((id > 0) ? (id == q_names.value(name2)) : (-id == n_names.value(name2)))) { + return true; } + error_msg(QString("eql_fun(): wanted Q_PTR(%1*, x), found Q_PTR(%2, x)") + .arg(QString((id > 0) ? q_names.key(id) : n_names.key(-id))) + .arg(QString(name)) + .toLatin1().constData(), + Cnil); + return false; } + + static StaticMetaObject staticMetaObject_help; + static StaticMetaObject staticMetaObject_network; + static StaticMetaObject staticMetaObject_opengl; + static StaticMetaObject staticMetaObject_sql; + static StaticMetaObject staticMetaObject_svg; + static StaticMetaObject staticMetaObject_test; + static StaticMetaObject staticMetaObject_webkit; + static DeleteNObject deleteNObject_help; + static DeleteNObject deleteNObject_network; + static DeleteNObject deleteNObject_opengl; + static DeleteNObject deleteNObject_sql; + static DeleteNObject deleteNObject_svg; + static DeleteNObject deleteNObject_test; + static DeleteNObject deleteNObject_webkit; + static Override override_help; + static Override override_network; + static Override override_opengl; + static Override override_sql; + static Override override_svg; + static Override override_test; + static Override override_webkit; + static ToMetaArg toMetaArg_network; + static To_lisp_arg to_lisp_arg_network; + static ToMetaArg toMetaArg_opengl; + static To_lisp_arg to_lisp_arg_opengl; + static ToMetaArg toMetaArg_sql; + static To_lisp_arg to_lisp_arg_sql; + static ToMetaArg toMetaArg_webkit; + static To_lisp_arg to_lisp_arg_webkit; +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/_main_n_classes.h b/src/gen/_main_n_classes.h new file mode 100644 index 0000000..dbe9826 --- /dev/null +++ b/src/gen/_main_n_classes.h @@ -0,0 +1,2040 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef MAIN_N_CLASSES_H +#define MAIN_N_CLASSES_H + +#include "../ecl_fun.h" +#include "_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LAbstractGraphicsShapeItem : public QAbstractGraphicsShapeItem { + friend class N1; +public: + LAbstractGraphicsShapeItem(uint u, QGraphicsItem* x1 = 0) : QAbstractGraphicsShapeItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::opaqueArea(); } return ret; } + void advance(int x1) { quint64 id = LObjects::override_id(unique, 405); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 405, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::advance(x1); }} + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } return ret; } + bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 406, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::collidesWithItem(x1, x2); } return ret; } + bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::collidesWithPath(x1, x2); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::contains(x1); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::type(); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::focusOutEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::itemChange(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::sceneEvent(x1); } return ret; } + bool sceneEventFilter(QGraphicsItem* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::sceneEventFilter(x1, x2); } return ret; } + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::wheelEvent(x1); }} +}; + +class LAccessible : public QAccessible { + friend class N2; +public: + + static NumList overrideIds; + uint unique; +}; + +class LAccessibleEvent : public QAccessibleEvent { + friend class N3; +public: + LAccessibleEvent(uint u, QObject* x1, QAccessible::Event x2) : QAccessibleEvent(x1, x2), unique(u) {} + LAccessibleEvent(uint u, QAccessibleInterface* x1, QAccessible::Event x2) : QAccessibleEvent(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QAccessibleInterface* accessibleInterface() const { quint64 id = LObjects::override_id(unique, 409); void* fun = LObjects::overrideFun(id); QAccessibleInterface* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QAccessibleInterface*)callOverrideFun(fun, 409, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleEvent::accessibleInterface(); } return ret; } +}; + +class LAccessibleWidget : public QAccessibleWidget { + friend class N6; +public: + LAccessibleWidget(uint u, QWidget* x1, QAccessible::Role x2 = QAccessible::Client, const QString& x3 = QString()) : QAccessibleWidget(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + QStringList actionNames() const { quint64 id = LObjects::override_id(unique, 410); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 410, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::actionNames(); } return ret; } + QColor backgroundColor() const { quint64 id = LObjects::override_id(unique, 411); void* fun = LObjects::overrideFun(id); QColor ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 411, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::backgroundColor(); } return ret; } + QAccessibleInterface* child(int x1) const { quint64 id = LObjects::override_id(unique, 412); void* fun = LObjects::overrideFun(id); QAccessibleInterface* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QAccessibleInterface*)callOverrideFun(fun, 412, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::child(x1); } return ret; } + int childCount() const { quint64 id = LObjects::override_id(unique, 413); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 413, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::childCount(); } return ret; } + void doAction(const QString& x1) { quint64 id = LObjects::override_id(unique, 414); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 414, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAccessibleWidget::doAction(x1); }} + QAccessibleInterface* focusChild() const { quint64 id = LObjects::override_id(unique, 415); void* fun = LObjects::overrideFun(id); QAccessibleInterface* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QAccessibleInterface*)callOverrideFun(fun, 415, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::focusChild(); } return ret; } + QColor foregroundColor() const { quint64 id = LObjects::override_id(unique, 416); void* fun = LObjects::overrideFun(id); QColor ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 416, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::foregroundColor(); } return ret; } + int indexOfChild(const QAccessibleInterface* x1) const { quint64 id = LObjects::override_id(unique, 417); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 417, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::indexOfChild(x1); } return ret; } + bool isValid() const { quint64 id = LObjects::override_id(unique, 418); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 418, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::isValid(); } return ret; } + QStringList keyBindingsForAction(const QString& x1) const { quint64 id = LObjects::override_id(unique, 419); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 419, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::keyBindingsForAction(x1); } return ret; } + QAccessibleInterface* parent() const { quint64 id = LObjects::override_id(unique, 420); void* fun = LObjects::overrideFun(id); QAccessibleInterface* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QAccessibleInterface*)callOverrideFun(fun, 420, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::parent(); } return ret; } + QRect rect() const { quint64 id = LObjects::override_id(unique, 421); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 421, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::rect(); } return ret; } + QAccessible::Role role() const { quint64 id = LObjects::override_id(unique, 422); void* fun = LObjects::overrideFun(id); QAccessible::Role ret = (QAccessible::Role)0; if(fun && (LObjects::calling != id)) { ret = (QAccessible::Role)callOverrideFun(fun, 422, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::role(); } return ret; } + QString text(QAccessible::Text x1) const { quint64 id = LObjects::override_id(unique, 423); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 423, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::text(x1); } return ret; } + QWindow* window() const { quint64 id = LObjects::override_id(unique, 424); void* fun = LObjects::overrideFun(id); QWindow* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QWindow*)callOverrideFun(fun, 424, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::window(); } return ret; } + QAccessibleInterface* childAt(int x1, int x2) const { quint64 id = LObjects::override_id(unique, 425); void* fun = LObjects::overrideFun(id); QAccessibleInterface* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QAccessibleInterface*)callOverrideFun(fun, 425, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::childAt(x1, x2); } return ret; } + QObject* object() const { quint64 id = LObjects::override_id(unique, 426); void* fun = LObjects::overrideFun(id); QObject* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QObject*)callOverrideFun(fun, 426, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAccessibleWidget::object(); } return ret; } + void setText(QAccessible::Text x1, const QString& x2) { quint64 id = LObjects::override_id(unique, 427); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 427, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAccessibleWidget::setText(x1, x2); }} +}; + +class LActionEvent : public QActionEvent { + friend class N7; +public: + LActionEvent(uint u, int x1, QAction* x2, QAction* x3 = 0) : QActionEvent(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LBasicTimer : public QBasicTimer { + friend class N9; +public: + LBasicTimer(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LBitArray : public QBitArray { + friend class N10; +public: + LBitArray(uint u) : unique(u) {} + LBitArray(uint u, int x1, bool x2 = false) : QBitArray(x1, x2), unique(u) {} + LBitArray(uint u, const QBitArray& x1) : QBitArray(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LBitmap : public QBitmap { + friend class N11; +public: + LBitmap(uint u) : unique(u) {} + LBitmap(uint u, const QPixmap& x1) : QBitmap(x1), unique(u) {} + LBitmap(uint u, int x1, int x2) : QBitmap(x1, x2), unique(u) {} + LBitmap(uint u, const QSize& x1) : QBitmap(x1), unique(u) {} + LBitmap(uint u, const QString& x1, const char* x2 = 0) : QBitmap(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LBrush : public QBrush { + friend class N12; +public: + LBrush(uint u) : unique(u) {} + LBrush(uint u, Qt::BrushStyle x1) : QBrush(x1), unique(u) {} + LBrush(uint u, const QColor& x1, Qt::BrushStyle x2 = Qt::SolidPattern) : QBrush(x1, x2), unique(u) {} + LBrush(uint u, Qt::GlobalColor x1, Qt::BrushStyle x2 = Qt::SolidPattern) : QBrush(x1, x2), unique(u) {} + LBrush(uint u, const QColor& x1, const QPixmap& x2) : QBrush(x1, x2), unique(u) {} + LBrush(uint u, Qt::GlobalColor x1, const QPixmap& x2) : QBrush(x1, x2), unique(u) {} + LBrush(uint u, const QPixmap& x1) : QBrush(x1), unique(u) {} + LBrush(uint u, const QImage& x1) : QBrush(x1), unique(u) {} + LBrush(uint u, const QBrush& x1) : QBrush(x1), unique(u) {} + LBrush(uint u, const QGradient& x1) : QBrush(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LChildEvent : public QChildEvent { + friend class N13; +public: + LChildEvent(uint u, Type x1, QObject* x2) : QChildEvent(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LCloseEvent : public QCloseEvent { + friend class N14; +public: + LCloseEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LColor : public QColor { + friend class N15; +public: + LColor(uint u) : unique(u) {} + LColor(uint u, int x1, int x2, int x3, int x4 = 255) : QColor(x1, x2, x3, x4), unique(u) {} + LColor(uint u, QRgb x1) : QColor(x1), unique(u) {} + LColor(uint u, const QString& x1) : QColor(x1), unique(u) {} + LColor(uint u, const char* x1) : QColor(x1), unique(u) {} + LColor(uint u, const QColor& x1) : QColor(x1), unique(u) {} + LColor(uint u, Qt::GlobalColor x1) : QColor(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LConicalGradient : public QConicalGradient { + friend class N16; +public: + LConicalGradient(uint u) : unique(u) {} + LConicalGradient(uint u, const QPointF& x1, qreal x2) : QConicalGradient(x1, x2), unique(u) {} + LConicalGradient(uint u, qreal x1, qreal x2, qreal x3) : QConicalGradient(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LContextMenuEvent : public QContextMenuEvent { + friend class N17; +public: + LContextMenuEvent(uint u, Reason x1, const QPoint& x2, const QPoint& x3, Qt::KeyboardModifiers x4) : QContextMenuEvent(x1, x2, x3, x4), unique(u) {} + LContextMenuEvent(uint u, Reason x1, const QPoint& x2, const QPoint& x3) : QContextMenuEvent(x1, x2, x3), unique(u) {} + LContextMenuEvent(uint u, Reason x1, const QPoint& x2) : QContextMenuEvent(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LCryptographicHash : public QCryptographicHash { + friend class N18; +public: + LCryptographicHash(uint u, Algorithm x1) : QCryptographicHash(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LCursor : public QCursor { + friend class N19; +public: + LCursor(uint u) : unique(u) {} + LCursor(uint u, Qt::CursorShape x1) : QCursor(x1), unique(u) {} + LCursor(uint u, const QBitmap& x1, const QBitmap& x2, int x3 = -1, int x4 = -1) : QCursor(x1, x2, x3, x4), unique(u) {} + LCursor(uint u, const QPixmap& x1, int x2 = -1, int x3 = -1) : QCursor(x1, x2, x3), unique(u) {} + LCursor(uint u, const QCursor& x1) : QCursor(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDate : public QDate { + friend class N20; +public: + LDate(uint u) : unique(u) {} + LDate(uint u, int x1, int x2, int x3) : QDate(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDateTime : public QDateTime { + friend class N21; +public: + LDateTime(uint u) : unique(u) {} + LDateTime(uint u, const QDate& x1) : QDateTime(x1), unique(u) {} + LDateTime(uint u, const QDate& x1, const QTime& x2, Qt::TimeSpec x3 = Qt::LocalTime) : QDateTime(x1, x2, x3), unique(u) {} + LDateTime(uint u, const QDate& x1, const QTime& x2, Qt::TimeSpec x3, int x4) : QDateTime(x1, x2, x3, x4), unique(u) {} + LDateTime(uint u, const QDate& x1, const QTime& x2, const QTimeZone& x3) : QDateTime(x1, x2, x3), unique(u) {} + LDateTime(uint u, const QDateTime& x1) : QDateTime(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDesktopServices : public QDesktopServices { + friend class N22; +public: + + static NumList overrideIds; + uint unique; +}; + +class LDir : public QDir { + friend class N23; +public: + LDir(uint u, const QDir& x1) : QDir(x1), unique(u) {} + LDir(uint u, const QString& x1 = QString()) : QDir(x1), unique(u) {} + LDir(uint u, const QString& x1, const QString& x2, SortFlags x3 = SortFlags(Name|IgnoreCase), Filters x4 = AllEntries) : QDir(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDirIterator : public QDirIterator { + friend class N24; +public: + LDirIterator(uint u, const QDir& x1, IteratorFlags x2 = NoIteratorFlags) : QDirIterator(x1, x2), unique(u) {} + LDirIterator(uint u, const QString& x1, IteratorFlags x2 = NoIteratorFlags) : QDirIterator(x1, x2), unique(u) {} + LDirIterator(uint u, const QString& x1, QDir::Filters x2, IteratorFlags x3 = NoIteratorFlags) : QDirIterator(x1, x2, x3), unique(u) {} + LDirIterator(uint u, const QString& x1, const QStringList& x2, QDir::Filters x3 = QDir::NoFilter, IteratorFlags x4 = NoIteratorFlags) : QDirIterator(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDragEnterEvent : public QDragEnterEvent { + friend class N25; +public: + LDragEnterEvent(uint u, const QPoint& x1, Qt::DropActions x2, const QMimeData* x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5) : QDragEnterEvent(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDragLeaveEvent : public QDragLeaveEvent { + friend class N26; +public: + LDragLeaveEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDragMoveEvent : public QDragMoveEvent { + friend class N27; +public: + LDragMoveEvent(uint u, const QPoint& x1, Qt::DropActions x2, const QMimeData* x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5, Type x6 = DragMove) : QDragMoveEvent(x1, x2, x3, x4, x5, x6), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDropEvent : public QDropEvent { + friend class N28; +public: + LDropEvent(uint u, const QPointF& x1, Qt::DropActions x2, const QMimeData* x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5, Type x6 = Drop) : QDropEvent(x1, x2, x3, x4, x5, x6), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LDynamicPropertyChangeEvent : public QDynamicPropertyChangeEvent { + friend class N29; +public: + LDynamicPropertyChangeEvent(uint u, const QByteArray& x1) : QDynamicPropertyChangeEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LEasingCurve : public QEasingCurve { + friend class N30; +public: + LEasingCurve(uint u, Type x1 = Linear) : QEasingCurve(x1), unique(u) {} + LEasingCurve(uint u, const QEasingCurve& x1) : QEasingCurve(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LEvent : public QEvent { + friend class N31; +public: + LEvent(uint u, Type x1) : QEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LFileIconProvider : public QFileIconProvider { + friend class N32; +public: + LFileIconProvider(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + QIcon icon(IconType x1) const { quint64 id = LObjects::override_id(unique, 428); void* fun = LObjects::overrideFun(id); QIcon ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 428, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileIconProvider::icon(x1); } return ret; } + QString type(const QFileInfo& x1) const { quint64 id = LObjects::override_id(unique, 430); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 430, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileIconProvider::type(x1); } return ret; } +}; + +class LFileInfo : public QFileInfo { + friend class N33; +public: + LFileInfo(uint u) : unique(u) {} + LFileInfo(uint u, const QString& x1) : QFileInfo(x1), unique(u) {} + LFileInfo(uint u, const QFile& x1) : QFileInfo(x1), unique(u) {} + LFileInfo(uint u, const QDir& x1, const QString& x2) : QFileInfo(x1, x2), unique(u) {} + LFileInfo(uint u, const QFileInfo& x1) : QFileInfo(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LFileOpenEvent : public QFileOpenEvent { + friend class N34; +public: + + static NumList overrideIds; + uint unique; +}; + +class LFocusEvent : public QFocusEvent { + friend class N35; +public: + LFocusEvent(uint u, Type x1, Qt::FocusReason x2 = Qt::OtherFocusReason) : QFocusEvent(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LFont : public QFont { + friend class N36; +public: + LFont(uint u) : unique(u) {} + LFont(uint u, const QString& x1, int x2 = -1, int x3 = -1, bool x4 = false) : QFont(x1, x2, x3, x4), unique(u) {} + LFont(uint u, const QFont& x1, QPaintDevice* x2) : QFont(x1, x2), unique(u) {} + LFont(uint u, const QFont& x1) : QFont(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LFontDatabase : public QFontDatabase { + friend class N37; +public: + LFontDatabase(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LFontInfo : public QFontInfo { + friend class N38; +public: + LFontInfo(uint u, const QFont& x1) : QFontInfo(x1), unique(u) {} + LFontInfo(uint u, const QFontInfo& x1) : QFontInfo(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LFontMetrics : public QFontMetrics { + friend class N39; +public: + LFontMetrics(uint u, const QFont& x1) : QFontMetrics(x1), unique(u) {} + LFontMetrics(uint u, const QFont& x1, QPaintDevice* x2) : QFontMetrics(x1, x2), unique(u) {} + LFontMetrics(uint u, const QFontMetrics& x1) : QFontMetrics(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGestureEvent : public QGestureEvent { + friend class N46; +public: + LGestureEvent(uint u, const QList& x1) : QGestureEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGradient : public QGradient { + friend class N47; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsAnchorLayout : public QGraphicsAnchorLayout { + friend class N48; +public: + LGraphicsAnchorLayout(uint u, QGraphicsLayoutItem* x1 = 0) : QGraphicsAnchorLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsAnchorLayout::count(); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchorLayout::invalidate(); }} + QGraphicsLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QGraphicsLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QGraphicsLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsAnchorLayout::itemAt(x1); } return ret; } + void removeAt(int x1) { quint64 id = LObjects::override_id(unique, 436); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 436, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchorLayout::removeAt(x1); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchorLayout::setGeometry(x1); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsAnchorLayout::sizeHint(x1, x2); } return ret; } + void widgetEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 437); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 437, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchorLayout::widgetEvent(x1); }} + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchorLayout::updateGeometry(); }} +}; + +class LGraphicsEllipseItem : public QGraphicsEllipseItem { + friend class N49; +public: + LGraphicsEllipseItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsEllipseItem(x1), unique(u) {} + LGraphicsEllipseItem(uint u, const QRectF& x1, QGraphicsItem* x2 = 0) : QGraphicsEllipseItem(x1, x2), unique(u) {} + LGraphicsEllipseItem(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsItem* x5 = 0) : QGraphicsEllipseItem(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsEllipseItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::type(); } return ret; } +}; + +class LGraphicsGridLayout : public QGraphicsGridLayout { + friend class N50; +public: + LGraphicsGridLayout(uint u, QGraphicsLayoutItem* x1 = 0) : QGraphicsGridLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsGridLayout::count(); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsGridLayout::invalidate(); }} + QGraphicsLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QGraphicsLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QGraphicsLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsGridLayout::itemAt(x1); } return ret; } + void removeAt(int x1) { quint64 id = LObjects::override_id(unique, 436); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 436, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsGridLayout::removeAt(x1); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsGridLayout::setGeometry(x1); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsGridLayout::sizeHint(x1, x2); } return ret; } + void widgetEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 437); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 437, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsGridLayout::widgetEvent(x1); }} + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsGridLayout::updateGeometry(); }} +}; + +class LGraphicsItem : public QGraphicsItem { + friend class N51; +public: + LGraphicsItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void advance(int x1) { quint64 id = LObjects::override_id(unique, 405); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 405, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::advance(x1); }} + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } return ret; } + bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 406, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::collidesWithItem(x1, x2); } return ret; } + bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::collidesWithPath(x1, x2); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::type(); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::focusOutEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::itemChange(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::sceneEvent(x1); } return ret; } + bool sceneEventFilter(QGraphicsItem* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::sceneEventFilter(x1, x2); } return ret; } + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItem::wheelEvent(x1); }} +}; + +class LGraphicsItemGroup : public QGraphicsItemGroup { + friend class N52; +public: + LGraphicsItemGroup(uint u, QGraphicsItem* x1 = 0) : QGraphicsItemGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::boundingRect(); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::paint(x1, x2, x3); }} + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::type(); } return ret; } + void advance(int x1) { quint64 id = LObjects::override_id(unique, 405); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 405, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::advance(x1); }} + bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 406, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::collidesWithItem(x1, x2); } return ret; } + bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::collidesWithPath(x1, x2); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::contains(x1); } return ret; } + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::shape(); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::focusOutEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::itemChange(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::sceneEvent(x1); } return ret; } + bool sceneEventFilter(QGraphicsItem* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::sceneEventFilter(x1, x2); } return ret; } + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::wheelEvent(x1); }} +}; + +class LGraphicsLayout : public QGraphicsLayout { + friend class N53; +public: + LGraphicsLayout(uint u, QGraphicsLayoutItem* x1 = 0) : QGraphicsLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLayout::invalidate(); }} + QGraphicsLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QGraphicsLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QGraphicsLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } return ret; } + void removeAt(int x1) { quint64 id = LObjects::override_id(unique, 436); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 436, args, id); }} + void widgetEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 437); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 437, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLayout::widgetEvent(x1); }} + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLayout::updateGeometry(); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLayout::setGeometry(x1); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } return ret; } +}; + +class LGraphicsLayoutItem : public QGraphicsLayoutItem { + friend class N54; +public: + LGraphicsLayoutItem(uint u, QGraphicsLayoutItem* x1 = 0, bool x2 = false) : QGraphicsLayoutItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLayoutItem::setGeometry(x1); }} + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLayoutItem::updateGeometry(); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } return ret; } +}; + +class LGraphicsLineItem : public QGraphicsLineItem { + friend class N55; +public: + LGraphicsLineItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsLineItem(x1), unique(u) {} + LGraphicsLineItem(uint u, const QLineF& x1, QGraphicsItem* x2 = 0) : QGraphicsLineItem(x1, x2), unique(u) {} + LGraphicsLineItem(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsItem* x5 = 0) : QGraphicsLineItem(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::type(); } return ret; } + void advance(int x1) { quint64 id = LObjects::override_id(unique, 405); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 405, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::advance(x1); }} + bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 406, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::collidesWithItem(x1, x2); } return ret; } + bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::collidesWithPath(x1, x2); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::focusOutEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::itemChange(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::sceneEvent(x1); } return ret; } + bool sceneEventFilter(QGraphicsItem* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::sceneEventFilter(x1, x2); } return ret; } + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::wheelEvent(x1); }} +}; + +class LGraphicsLinearLayout : public QGraphicsLinearLayout { + friend class N56; +public: + LGraphicsLinearLayout(uint u, QGraphicsLayoutItem* x1 = 0) : QGraphicsLinearLayout(x1), unique(u) {} + LGraphicsLinearLayout(uint u, Qt::Orientation x1, QGraphicsLayoutItem* x2 = 0) : QGraphicsLinearLayout(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLinearLayout::count(); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLinearLayout::invalidate(); }} + QGraphicsLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QGraphicsLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QGraphicsLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLinearLayout::itemAt(x1); } return ret; } + void removeAt(int x1) { quint64 id = LObjects::override_id(unique, 436); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 436, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLinearLayout::removeAt(x1); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLinearLayout::setGeometry(x1); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLinearLayout::sizeHint(x1, x2); } return ret; } + void widgetEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 437); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 437, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLinearLayout::widgetEvent(x1); }} + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLinearLayout::updateGeometry(); }} +}; + +class LGraphicsPathItem : public QGraphicsPathItem { + friend class N57; +public: + LGraphicsPathItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsPathItem(x1), unique(u) {} + LGraphicsPathItem(uint u, const QPainterPath& x1, QGraphicsItem* x2 = 0) : QGraphicsPathItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPathItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::type(); } return ret; } +}; + +class LGraphicsPixmapItem : public QGraphicsPixmapItem { + friend class N58; +public: + LGraphicsPixmapItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsPixmapItem(x1), unique(u) {} + LGraphicsPixmapItem(uint u, const QPixmap& x1, QGraphicsItem* x2 = 0) : QGraphicsPixmapItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::type(); } return ret; } + void advance(int x1) { quint64 id = LObjects::override_id(unique, 405); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 405, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::advance(x1); }} + bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 406, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::collidesWithItem(x1, x2); } return ret; } + bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::collidesWithPath(x1, x2); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::focusOutEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::itemChange(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::sceneEvent(x1); } return ret; } + bool sceneEventFilter(QGraphicsItem* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::sceneEventFilter(x1, x2); } return ret; } + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::wheelEvent(x1); }} +}; + +class LGraphicsPolygonItem : public QGraphicsPolygonItem { + friend class N59; +public: + LGraphicsPolygonItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsPolygonItem(x1), unique(u) {} + LGraphicsPolygonItem(uint u, const QPolygonF& x1, QGraphicsItem* x2 = 0) : QGraphicsPolygonItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPolygonItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::type(); } return ret; } +}; + +class LGraphicsRectItem : public QGraphicsRectItem { + friend class N60; +public: + LGraphicsRectItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsRectItem(x1), unique(u) {} + LGraphicsRectItem(uint u, const QRectF& x1, QGraphicsItem* x2 = 0) : QGraphicsRectItem(x1, x2), unique(u) {} + LGraphicsRectItem(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsItem* x5 = 0) : QGraphicsRectItem(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRectItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::type(); } return ret; } +}; + +class LGraphicsSceneContextMenuEvent : public QGraphicsSceneContextMenuEvent { + friend class N61; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneDragDropEvent : public QGraphicsSceneDragDropEvent { + friend class N62; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneEvent : public QGraphicsSceneEvent { + friend class N63; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneHelpEvent : public QGraphicsSceneHelpEvent { + friend class N64; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneHoverEvent : public QGraphicsSceneHoverEvent { + friend class N65; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneMouseEvent : public QGraphicsSceneMouseEvent { + friend class N66; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneMoveEvent : public QGraphicsSceneMoveEvent { + friend class N67; +public: + LGraphicsSceneMoveEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneResizeEvent : public QGraphicsSceneResizeEvent { + friend class N68; +public: + LGraphicsSceneResizeEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSceneWheelEvent : public QGraphicsSceneWheelEvent { + friend class N69; +public: + + static NumList overrideIds; + uint unique; +}; + +class LGraphicsSimpleTextItem : public QGraphicsSimpleTextItem { + friend class N70; +public: + LGraphicsSimpleTextItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsSimpleTextItem(x1), unique(u) {} + LGraphicsSimpleTextItem(uint u, const QString& x1, QGraphicsItem* x2 = 0) : QGraphicsSimpleTextItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsSimpleTextItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::type(); } return ret; } +}; + +class LHelpEvent : public QHelpEvent { + friend class N72; +public: + LHelpEvent(uint u, Type x1, const QPoint& x2, const QPoint& x3) : QHelpEvent(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LHideEvent : public QHideEvent { + friend class N74; +public: + LHideEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LHoverEvent : public QHoverEvent { + friend class N77; +public: + LHoverEvent(uint u, Type x1, const QPointF& x2, const QPointF& x3, Qt::KeyboardModifiers x4 = Qt::NoModifier) : QHoverEvent(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LIcon : public QIcon { + friend class N78; +public: + LIcon(uint u) : unique(u) {} + LIcon(uint u, const QPixmap& x1) : QIcon(x1), unique(u) {} + LIcon(uint u, const QIcon& x1) : QIcon(x1), unique(u) {} + LIcon(uint u, const QString& x1) : QIcon(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LIconDragEvent : public QIconDragEvent { + friend class N79; +public: + LIconDragEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LImage : public QImage { + friend class N80; +public: + LImage(uint u) : unique(u) {} + LImage(uint u, const QSize& x1, Format x2) : QImage(x1, x2), unique(u) {} + LImage(uint u, int x1, int x2, Format x3) : QImage(x1, x2, x3), unique(u) {} + LImage(uint u, const QString& x1, const char* x2 = 0) : QImage(x1, x2), unique(u) {} + LImage(uint u, const QImage& x1) : QImage(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QImage::metric(x1); } return ret; } +}; + +class LInputEvent : public QInputEvent { + friend class N81; +public: + + static NumList overrideIds; + uint unique; +}; + +class LInputMethodEvent : public QInputMethodEvent { + friend class N82; +public: + LInputMethodEvent(uint u) : unique(u) {} + LInputMethodEvent(uint u, const QInputMethodEvent& x1) : QInputMethodEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LItemEditorFactory : public QItemEditorFactory { + friend class N83; +public: + LItemEditorFactory(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + QWidget* createEditor(int x1, QWidget* x2) const { quint64 id = LObjects::override_id(unique, 438); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QWidget*)callOverrideFun(fun, 438, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemEditorFactory::createEditor(x1, x2); } return ret; } + QByteArray valuePropertyName(int x1) const { quint64 id = LObjects::override_id(unique, 439); void* fun = LObjects::overrideFun(id); QByteArray ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 439, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemEditorFactory::valuePropertyName(x1); } return ret; } +}; + +class LItemSelectionRange : public QItemSelectionRange { + friend class N84; +public: + LItemSelectionRange(uint u) : unique(u) {} + LItemSelectionRange(uint u, const QItemSelectionRange& x1) : QItemSelectionRange(x1), unique(u) {} + LItemSelectionRange(uint u, const QModelIndex& x1, const QModelIndex& x2) : QItemSelectionRange(x1, x2), unique(u) {} + LItemSelectionRange(uint u, const QModelIndex& x1) : QItemSelectionRange(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LKeyEvent : public QKeyEvent { + friend class N85; +public: + LKeyEvent(uint u, Type x1, int x2, Qt::KeyboardModifiers x3, const QString& x4 = QString(), bool x5 = false, ushort x6 = 1) : QKeyEvent(x1, x2, x3, x4, x5, x6), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LKeySequence : public QKeySequence { + friend class N86; +public: + LKeySequence(uint u) : unique(u) {} + LKeySequence(uint u, const QString& x1, SequenceFormat x2 = NativeText) : QKeySequence(x1, x2), unique(u) {} + LKeySequence(uint u, int x1, int x2 = 0, int x3 = 0, int x4 = 0) : QKeySequence(x1, x2, x3, x4), unique(u) {} + LKeySequence(uint u, const QKeySequence& x1) : QKeySequence(x1), unique(u) {} + LKeySequence(uint u, StandardKey x1) : QKeySequence(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LLayoutItem : public QLayoutItem { + friend class N87; +public: + LLayoutItem(uint u, Qt::Alignment x1 = 0) : QLayoutItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::controlTypes(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLayoutItem::invalidate(); }} + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::layout(); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::minimumHeightForWidth(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } return ret; } + QSpacerItem* spacerItem() { quint64 id = LObjects::override_id(unique, 440); void* fun = LObjects::overrideFun(id); QSpacerItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QSpacerItem*)callOverrideFun(fun, 440, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::spacerItem(); } return ret; } + QWidget* widget() { quint64 id = LObjects::override_id(unique, 441); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QWidget*)callOverrideFun(fun, 441, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLayoutItem::widget(); } return ret; } +}; + +class LLibraryInfo : public QLibraryInfo { + friend class N88; +public: + + static NumList overrideIds; + uint unique; +}; + +class LLinearGradient : public QLinearGradient { + friend class N89; +public: + LLinearGradient(uint u) : unique(u) {} + LLinearGradient(uint u, const QPointF& x1, const QPointF& x2) : QLinearGradient(x1, x2), unique(u) {} + LLinearGradient(uint u, qreal x1, qreal x2, qreal x3, qreal x4) : QLinearGradient(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LListWidgetItem : public QListWidgetItem { + friend class N90; +public: + LListWidgetItem(uint u, QListWidget* x1 = 0, int x2 = Type) : QListWidgetItem(x1, x2), unique(u) {} + LListWidgetItem(uint u, const QString& x1, QListWidget* x2 = 0, int x3 = Type) : QListWidgetItem(x1, x2, x3), unique(u) {} + LListWidgetItem(uint u, const QIcon& x1, const QString& x2, QListWidget* x3 = 0, int x4 = Type) : QListWidgetItem(x1, x2, x3, x4), unique(u) {} + LListWidgetItem(uint u, const QListWidgetItem& x1) : QListWidgetItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QListWidgetItem* clone() const { quint64 id = LObjects::override_id(unique, 442); void* fun = LObjects::overrideFun(id); QListWidgetItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QListWidgetItem*)callOverrideFun(fun, 442, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidgetItem::clone(); } return ret; } + QVariant data(int x1) const { quint64 id = LObjects::override_id(unique, 443); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 443, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidgetItem::data(x1); } return ret; } + void setData(int x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 444); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 444, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidgetItem::setData(x1, x2); }} +}; + +class LLocale : public QLocale { + friend class N91; +public: + LLocale(uint u) : unique(u) {} + LLocale(uint u, const QString& x1) : QLocale(x1), unique(u) {} + LLocale(uint u, Language x1, Country x2 = AnyCountry) : QLocale(x1, x2), unique(u) {} + LLocale(uint u, Language x1, Script x2, Country x3) : QLocale(x1, x2, x3), unique(u) {} + LLocale(uint u, const QLocale& x1) : QLocale(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LMargins : public QMargins { + friend class N92; +public: + LMargins(uint u) : unique(u) {} + LMargins(uint u, int x1, int x2, int x3, int x4) : QMargins(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LMatrix : public QMatrix { + friend class N93; +public: + LMatrix(uint u) : unique(u) {} + LMatrix(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) : QMatrix(x1, x2, x3, x4, x5, x6), unique(u) {} + LMatrix(uint u, const QMatrix& x1) : QMatrix(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LMatrix4x4 : public QMatrix4x4 { + friend class N94; +public: + LMatrix4x4(uint u) : unique(u) {} + LMatrix4x4(uint u, const float* x1) : QMatrix4x4(x1), unique(u) {} + LMatrix4x4(uint u, float x1, float x2, float x3, float x4, float x5, float x6, float x7, float x8, float x9, float x10, float x11, float x12, float x13, float x14, float x15, float x16) : QMatrix4x4(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16), unique(u) {} + LMatrix4x4(uint u, const QTransform& x1) : QMatrix4x4(x1), unique(u) {} + LMatrix4x4(uint u, const QMatrix& x1) : QMatrix4x4(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LMetaObject : public QMetaObject { + friend class N95; +public: + + static NumList overrideIds; + uint unique; +}; + +class LModelIndex : public QModelIndex { + friend class N96; +public: + LModelIndex(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LMouseEvent : public QMouseEvent { + friend class N97; +public: + LMouseEvent(uint u, Type x1, const QPointF& x2, Qt::MouseButton x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5) : QMouseEvent(x1, x2, x3, x4, x5), unique(u) {} + LMouseEvent(uint u, Type x1, const QPointF& x2, const QPointF& x3, Qt::MouseButton x4, Qt::MouseButtons x5, Qt::KeyboardModifiers x6) : QMouseEvent(x1, x2, x3, x4, x5, x6), unique(u) {} + LMouseEvent(uint u, Type x1, const QPointF& x2, const QPointF& x3, const QPointF& x4, Qt::MouseButton x5, Qt::MouseButtons x6, Qt::KeyboardModifiers x7) : QMouseEvent(x1, x2, x3, x4, x5, x6, x7), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LMoveEvent : public QMoveEvent { + friend class N98; +public: + LMoveEvent(uint u, const QPoint& x1, const QPoint& x2) : QMoveEvent(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPaintEvent : public QPaintEvent { + friend class N109; +public: + LPaintEvent(uint u, const QRegion& x1) : QPaintEvent(x1), unique(u) {} + LPaintEvent(uint u, const QRect& x1) : QPaintEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPainter : public QPainter { + friend class N110; +public: + LPainter(uint u, QImage* x1) : QPainter(x1), unique(u) {} + LPainter(uint u, QPicture* x1) : QPainter(x1), unique(u) {} + LPainter(uint u, QPixmap* x1) : QPainter(x1), unique(u) {} + LPainter(uint u, QPrinter* x1) : QPainter(x1), unique(u) {} + LPainter(uint u, QWidget* x1) : QPainter(x1), unique(u) {} + LPainter(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPainterPath : public QPainterPath { + friend class N111; +public: + LPainterPath(uint u) : unique(u) {} + LPainterPath(uint u, const QPointF& x1) : QPainterPath(x1), unique(u) {} + LPainterPath(uint u, const QPainterPath& x1) : QPainterPath(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPainterPathStroker : public QPainterPathStroker { + friend class N112; +public: + LPainterPathStroker(uint u) : unique(u) {} + LPainterPathStroker(uint u, const QPen& x1) : QPainterPathStroker(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPalette : public QPalette { + friend class N113; +public: + LPalette(uint u) : unique(u) {} + LPalette(uint u, const QColor& x1) : QPalette(x1), unique(u) {} + LPalette(uint u, Qt::GlobalColor x1) : QPalette(x1), unique(u) {} + LPalette(uint u, const QColor& x1, const QColor& x2) : QPalette(x1, x2), unique(u) {} + LPalette(uint u, const QBrush& x1, const QBrush& x2, const QBrush& x3, const QBrush& x4, const QBrush& x5, const QBrush& x6, const QBrush& x7, const QBrush& x8, const QBrush& x9) : QPalette(x1, x2, x3, x4, x5, x6, x7, x8, x9), unique(u) {} + LPalette(uint u, const QPalette& x1) : QPalette(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPen : public QPen { + friend class N114; +public: + LPen(uint u) : unique(u) {} + LPen(uint u, Qt::PenStyle x1) : QPen(x1), unique(u) {} + LPen(uint u, const QColor& x1) : QPen(x1), unique(u) {} + LPen(uint u, const QBrush& x1, qreal x2, Qt::PenStyle x3 = Qt::SolidLine, Qt::PenCapStyle x4 = Qt::SquareCap, Qt::PenJoinStyle x5 = Qt::BevelJoin) : QPen(x1, x2, x3, x4, x5), unique(u) {} + LPen(uint u, const QPen& x1) : QPen(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPersistentModelIndex : public QPersistentModelIndex { + friend class N115; +public: + LPersistentModelIndex(uint u, const QModelIndex& x1) : QPersistentModelIndex(x1), unique(u) {} + LPersistentModelIndex(uint u, const QPersistentModelIndex& x1) : QPersistentModelIndex(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LPicture : public QPicture { + friend class N116; +public: + LPicture(uint u, int x1 = -1) : QPicture(x1), unique(u) {} + LPicture(uint u, const QPicture& x1) : QPicture(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setData(const char* x1, uint x2) { quint64 id = LObjects::override_id(unique, 446); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 446, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPicture::setData(x1, x2); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPicture::metric(x1); } return ret; } +}; + +class LPixmap : public QPixmap { + friend class N117; +public: + LPixmap(uint u) : unique(u) {} + LPixmap(uint u, int x1, int x2) : QPixmap(x1, x2), unique(u) {} + LPixmap(uint u, const QString& x1, const char* x2 = 0, Qt::ImageConversionFlags x3 = Qt::AutoColor) : QPixmap(x1, x2, x3), unique(u) {} + LPixmap(uint u, const QPixmap& x1) : QPixmap(x1), unique(u) {} + LPixmap(uint u, const QSize& x1) : QPixmap(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPixmap::metric(x1); } return ret; } +}; + +class LPixmapCache : public QPixmapCache { + friend class N118; +public: + + static NumList overrideIds; + uint unique; +}; + +class LPrinter : public QPrinter { + friend class N119; +public: + LPrinter(uint u, PrinterMode x1 = ScreenResolution) : QPrinter(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool newPage() { quint64 id = LObjects::override_id(unique, 447); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 447, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrinter::newPage(); } return ret; } + void setPageSize(PageSize x1) { quint64 id = LObjects::override_id(unique, 448); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 448, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrinter::setPageSize(x1); }} + void setPageSizeMM(const QSizeF& x1) { quint64 id = LObjects::override_id(unique, 449); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 449, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrinter::setPageSizeMM(x1); }} +}; + +class LPrinterInfo : public QPrinterInfo { + friend class N120; +public: + + static NumList overrideIds; + uint unique; +}; + +class LProcessEnvironment : public QProcessEnvironment { + friend class N121; +public: + LProcessEnvironment(uint u) : unique(u) {} + LProcessEnvironment(uint u, const QProcessEnvironment& x1) : QProcessEnvironment(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LQuaternion : public QQuaternion { + friend class N122; +public: + LQuaternion(uint u) : unique(u) {} + LQuaternion(uint u, float x1, float x2, float x3, float x4) : QQuaternion(x1, x2, x3, x4), unique(u) {} + LQuaternion(uint u, float x1, const QVector3D& x2) : QQuaternion(x1, x2), unique(u) {} + LQuaternion(uint u, const QVector4D& x1) : QQuaternion(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LRadialGradient : public QRadialGradient { + friend class N123; +public: + LRadialGradient(uint u) : unique(u) {} + LRadialGradient(uint u, const QPointF& x1, qreal x2, const QPointF& x3) : QRadialGradient(x1, x2, x3), unique(u) {} + LRadialGradient(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5) : QRadialGradient(x1, x2, x3, x4, x5), unique(u) {} + LRadialGradient(uint u, const QPointF& x1, qreal x2) : QRadialGradient(x1, x2), unique(u) {} + LRadialGradient(uint u, qreal x1, qreal x2, qreal x3) : QRadialGradient(x1, x2, x3), unique(u) {} + LRadialGradient(uint u, const QPointF& x1, qreal x2, const QPointF& x3, qreal x4) : QRadialGradient(x1, x2, x3, x4), unique(u) {} + LRadialGradient(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) : QRadialGradient(x1, x2, x3, x4, x5, x6), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LReadLocker : public QReadLocker { + friend class N124; +public: + LReadLocker(uint u, QReadWriteLock* x1) : QReadLocker(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LReadWriteLock : public QReadWriteLock { + friend class N125; +public: + LReadWriteLock(uint u, RecursionMode x1 = NonRecursive) : QReadWriteLock(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LRegExp : public QRegExp { + friend class N126; +public: + LRegExp(uint u) : unique(u) {} + LRegExp(uint u, const QString& x1, Qt::CaseSensitivity x2 = Qt::CaseSensitive, PatternSyntax x3 = RegExp) : QRegExp(x1, x2, x3), unique(u) {} + LRegExp(uint u, const QRegExp& x1) : QRegExp(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LRegion : public QRegion { + friend class N127; +public: + LRegion(uint u) : unique(u) {} + LRegion(uint u, int x1, int x2, int x3, int x4, RegionType x5 = Rectangle) : QRegion(x1, x2, x3, x4, x5), unique(u) {} + LRegion(uint u, const QPolygon& x1, Qt::FillRule x2 = Qt::OddEvenFill) : QRegion(x1, x2), unique(u) {} + LRegion(uint u, const QRegion& x1) : QRegion(x1), unique(u) {} + LRegion(uint u, const QBitmap& x1) : QRegion(x1), unique(u) {} + LRegion(uint u, const QRect& x1, RegionType x2 = Rectangle) : QRegion(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LResizeEvent : public QResizeEvent { + friend class N128; +public: + LResizeEvent(uint u, const QSize& x1, const QSize& x2) : QResizeEvent(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LRunnable : public QRunnable { + friend class N129; +public: + LRunnable(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + void run() { quint64 id = LObjects::override_id(unique, 450); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 450, 0, id); }} +}; + +class LSemaphore : public QSemaphore { + friend class N130; +public: + LSemaphore(uint u, int x1 = 0) : QSemaphore(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LShortcutEvent : public QShortcutEvent { + friend class N131; +public: + LShortcutEvent(uint u, const QKeySequence& x1, int x2, bool x3 = false) : QShortcutEvent(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LShowEvent : public QShowEvent { + friend class N132; +public: + LShowEvent(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSizePolicy : public QSizePolicy { + friend class N133; +public: + LSizePolicy(uint u) : unique(u) {} + LSizePolicy(uint u, Policy x1, Policy x2, ControlType x3 = DefaultType) : QSizePolicy(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSpacerItem : public QSpacerItem { + friend class N134; +public: + LSpacerItem(uint u, int x1, int x2, QSizePolicy::Policy x3 = QSizePolicy::Minimum, QSizePolicy::Policy x4 = QSizePolicy::Minimum) : QSpacerItem(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::expandingDirections(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::geometry(); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::isEmpty(); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::maximumSize(); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpacerItem::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::sizeHint(); } return ret; } + QSpacerItem* spacerItem() { quint64 id = LObjects::override_id(unique, 440); void* fun = LObjects::overrideFun(id); QSpacerItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QSpacerItem*)callOverrideFun(fun, 440, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::spacerItem(); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::controlTypes(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpacerItem::invalidate(); }} + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::layout(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::minimumHeightForWidth(x1); } return ret; } + QWidget* widget() { quint64 id = LObjects::override_id(unique, 441); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QWidget*)callOverrideFun(fun, 441, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpacerItem::widget(); } return ret; } +}; + +class LStandardItem : public QStandardItem { + friend class N148; +public: + LStandardItem(uint u) : unique(u) {} + LStandardItem(uint u, const QString& x1) : QStandardItem(x1), unique(u) {} + LStandardItem(uint u, const QIcon& x1, const QString& x2) : QStandardItem(x1, x2), unique(u) {} + LStandardItem(uint u, int x1, int x2 = 1) : QStandardItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QStandardItem* clone() const { quint64 id = LObjects::override_id(unique, 442); void* fun = LObjects::overrideFun(id); QStandardItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QStandardItem*)callOverrideFun(fun, 442, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItem::clone(); } return ret; } + QVariant data(int x1 = Qt::UserRole+1) const { quint64 id = LObjects::override_id(unique, 443); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 443, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItem::data(x1); } return ret; } + void setData(const QVariant& x1, int x2 = Qt::UserRole+1) { quint64 id = LObjects::override_id(unique, 470); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 470, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStandardItem::setData(x1, x2); }} + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItem::type(); } return ret; } +}; + +class LStatusTipEvent : public QStatusTipEvent { + friend class N149; +public: + LStatusTipEvent(uint u, const QString& x1) : QStatusTipEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LStyleOption : public QStyleOption { + friend class N150; +public: + LStyleOption(uint u, int x1 = QStyleOption::Version, int x2 = SO_Default) : QStyleOption(x1, x2), unique(u) {} + LStyleOption(uint u, const QStyleOption& x1) : QStyleOption(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LStyleOptionGraphicsItem : public QStyleOptionGraphicsItem { + friend class N151; +public: + LStyleOptionGraphicsItem(uint u) : unique(u) {} + LStyleOptionGraphicsItem(uint u, const QStyleOptionGraphicsItem& x1) : QStyleOptionGraphicsItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSystemSemaphore : public QSystemSemaphore { + friend class N153; +public: + LSystemSemaphore(uint u, const QString& x1, int x2 = 0, AccessMode x3 = Open) : QSystemSemaphore(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTableWidgetItem : public QTableWidgetItem { + friend class N154; +public: + LTableWidgetItem(uint u, int x1 = Type) : QTableWidgetItem(x1), unique(u) {} + LTableWidgetItem(uint u, const QString& x1, int x2 = Type) : QTableWidgetItem(x1, x2), unique(u) {} + LTableWidgetItem(uint u, const QIcon& x1, const QString& x2, int x3 = Type) : QTableWidgetItem(x1, x2, x3), unique(u) {} + LTableWidgetItem(uint u, const QTableWidgetItem& x1) : QTableWidgetItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QTableWidgetItem* clone() const { quint64 id = LObjects::override_id(unique, 442); void* fun = LObjects::overrideFun(id); QTableWidgetItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QTableWidgetItem*)callOverrideFun(fun, 442, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidgetItem::clone(); } return ret; } + QVariant data(int x1) const { quint64 id = LObjects::override_id(unique, 443); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 443, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidgetItem::data(x1); } return ret; } + void setData(int x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 444); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 444, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidgetItem::setData(x1, x2); }} +}; + +class LTableWidgetSelectionRange : public QTableWidgetSelectionRange { + friend class N155; +public: + LTableWidgetSelectionRange(uint u) : unique(u) {} + LTableWidgetSelectionRange(uint u, int x1, int x2, int x3, int x4) : QTableWidgetSelectionRange(x1, x2, x3, x4), unique(u) {} + LTableWidgetSelectionRange(uint u, const QTableWidgetSelectionRange& x1) : QTableWidgetSelectionRange(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTabletEvent : public QTabletEvent { + friend class N156; +public: + LTabletEvent(uint u, Type x1, const QPointF& x2, const QPointF& x3, int x4, int x5, qreal x6, int x7, int x8, qreal x9, qreal x10, int x11, Qt::KeyboardModifiers x12, qint64 x13, Qt::MouseButton x14, Qt::MouseButtons x15) : QTabletEvent(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextBlock : public QTextBlock { + friend class N157; +public: + LTextBlock(uint u, const QTextBlock& x1) : QTextBlock(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextBlockFormat : public QTextBlockFormat { + friend class N158; +public: + LTextBlockFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextBlockUserData : public QTextBlockUserData { + friend class N159; +public: + + static NumList overrideIds; + uint unique; +}; + +class LTextBoundaryFinder : public QTextBoundaryFinder { + friend class N160; +public: + LTextBoundaryFinder(uint u) : unique(u) {} + LTextBoundaryFinder(uint u, const QTextBoundaryFinder& x1) : QTextBoundaryFinder(x1), unique(u) {} + LTextBoundaryFinder(uint u, BoundaryType x1, const QString& x2) : QTextBoundaryFinder(x1, x2), unique(u) {} + LTextBoundaryFinder(uint u, BoundaryType x1, const QChar* x2, int x3, uchar* x4 = 0, int x5 = 0) : QTextBoundaryFinder(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextCharFormat : public QTextCharFormat { + friend class N161; +public: + LTextCharFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextCodec : public QTextCodec { + friend class N162; +public: + + static NumList overrideIds; + uint unique; + + QList aliases() const { quint64 id = LObjects::override_id(unique, 472); void* fun = LObjects::overrideFun(id); QList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 472, 0, id).value >(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextCodec::aliases(); } return ret; } + int mibEnum() const { quint64 id = LObjects::override_id(unique, 473); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 473, 0, id).toInt(); } return ret; } + QByteArray name() const { quint64 id = LObjects::override_id(unique, 474); void* fun = LObjects::overrideFun(id); QByteArray ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 474, 0, id).value(); } return ret; } + QByteArray convertFromUnicode(const QChar* x1, int x2, ConverterState* x3) const { quint64 id = LObjects::override_id(unique, 475); void* fun = LObjects::overrideFun(id); QByteArray ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 475, args, id).value(); } return ret; } + QString convertToUnicode(const char* x1, int x2, ConverterState* x3) const { quint64 id = LObjects::override_id(unique, 476); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 476, args, id).value(); } return ret; } +}; + +class LTextCursor : public QTextCursor { + friend class N163; +public: + LTextCursor(uint u) : unique(u) {} + LTextCursor(uint u, QTextDocument* x1) : QTextCursor(x1), unique(u) {} + LTextCursor(uint u, QTextFrame* x1) : QTextCursor(x1), unique(u) {} + LTextCursor(uint u, const QTextBlock& x1) : QTextCursor(x1), unique(u) {} + LTextCursor(uint u, const QTextCursor& x1) : QTextCursor(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextDecoder : public QTextDecoder { + friend class N164; +public: + LTextDecoder(uint u, const QTextCodec* x1) : QTextDecoder(x1), unique(u) {} + LTextDecoder(uint u, const QTextCodec* x1, QTextCodec::ConversionFlags x2) : QTextDecoder(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextDocumentFragment : public QTextDocumentFragment { + friend class N165; +public: + LTextDocumentFragment(uint u) : unique(u) {} + LTextDocumentFragment(uint u, const QTextDocument* x1) : QTextDocumentFragment(x1), unique(u) {} + LTextDocumentFragment(uint u, const QTextCursor& x1) : QTextDocumentFragment(x1), unique(u) {} + LTextDocumentFragment(uint u, const QTextDocumentFragment& x1) : QTextDocumentFragment(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextDocumentWriter : public QTextDocumentWriter { + friend class N166; +public: + LTextDocumentWriter(uint u) : unique(u) {} + LTextDocumentWriter(uint u, const QString& x1, const QByteArray& x2 = QByteArray()) : QTextDocumentWriter(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextEncoder : public QTextEncoder { + friend class N167; +public: + LTextEncoder(uint u, const QTextCodec* x1) : QTextEncoder(x1), unique(u) {} + LTextEncoder(uint u, const QTextCodec* x1, QTextCodec::ConversionFlags x2) : QTextEncoder(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextFormat : public QTextFormat { + friend class N168; +public: + LTextFormat(uint u) : unique(u) {} + LTextFormat(uint u, int x1) : QTextFormat(x1), unique(u) {} + LTextFormat(uint u, const QTextFormat& x1) : QTextFormat(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextFragment : public QTextFragment { + friend class N169; +public: + LTextFragment(uint u) : unique(u) {} + LTextFragment(uint u, const QTextFragment& x1) : QTextFragment(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextFrameFormat : public QTextFrameFormat { + friend class N170; +public: + LTextFrameFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextImageFormat : public QTextImageFormat { + friend class N171; +public: + LTextImageFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextLayout : public QTextLayout { + friend class N172; +public: + LTextLayout(uint u) : unique(u) {} + LTextLayout(uint u, const QString& x1) : QTextLayout(x1), unique(u) {} + LTextLayout(uint u, const QString& x1, const QFont& x2, QPaintDevice* x3 = 0) : QTextLayout(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextLength : public QTextLength { + friend class N173; +public: + LTextLength(uint u) : unique(u) {} + LTextLength(uint u, Type x1, qreal x2) : QTextLength(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextLine : public QTextLine { + friend class N174; +public: + LTextLine(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextListFormat : public QTextListFormat { + friend class N175; +public: + LTextListFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextOption : public QTextOption { + friend class N176; +public: + LTextOption(uint u) : unique(u) {} + LTextOption(uint u, Qt::Alignment x1) : QTextOption(x1), unique(u) {} + LTextOption(uint u, const QTextOption& x1) : QTextOption(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextTableCell : public QTextTableCell { + friend class N177; +public: + LTextTableCell(uint u) : unique(u) {} + LTextTableCell(uint u, const QTextTableCell& x1) : QTextTableCell(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextTableCellFormat : public QTextTableCellFormat { + friend class N178; +public: + LTextTableCellFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTextTableFormat : public QTextTableFormat { + friend class N179; +public: + LTextTableFormat(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTime : public QTime { + friend class N180; +public: + LTime(uint u) : unique(u) {} + LTime(uint u, int x1, int x2, int x3 = 0, int x4 = 0) : QTime(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTimerEvent : public QTimerEvent { + friend class N181; +public: + LTimerEvent(uint u, int x1) : QTimerEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LToolTip : public QToolTip { + friend class N182; +public: + + static NumList overrideIds; + uint unique; +}; + +class LTouchEvent : public QTouchEvent { + friend class N183; +public: + LTouchEvent(uint u, QEvent::Type x1, QTouchDevice* x2 = 0, Qt::KeyboardModifiers x3 = Qt::NoModifier, Qt::TouchPointStates x4 = 0, const QList& x5 = QList()) : QTouchEvent(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTransform : public QTransform { + friend class N184; +public: + LTransform(uint u) : unique(u) {} + LTransform(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6, qreal x7, qreal x8, qreal x9 = 1.0) : QTransform(x1, x2, x3, x4, x5, x6, x7, x8, x9), unique(u) {} + LTransform(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) : QTransform(x1, x2, x3, x4, x5, x6), unique(u) {} + LTransform(uint u, const QMatrix& x1) : QTransform(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LTreeWidgetItem : public QTreeWidgetItem { + friend class N185; +public: + LTreeWidgetItem(uint u, int x1 = Type) : QTreeWidgetItem(x1), unique(u) {} + LTreeWidgetItem(uint u, const QStringList& x1, int x2 = Type) : QTreeWidgetItem(x1, x2), unique(u) {} + LTreeWidgetItem(uint u, QTreeWidget* x1, int x2 = Type) : QTreeWidgetItem(x1, x2), unique(u) {} + LTreeWidgetItem(uint u, QTreeWidget* x1, const QStringList& x2, int x3 = Type) : QTreeWidgetItem(x1, x2, x3), unique(u) {} + LTreeWidgetItem(uint u, QTreeWidget* x1, QTreeWidgetItem* x2, int x3 = Type) : QTreeWidgetItem(x1, x2, x3), unique(u) {} + LTreeWidgetItem(uint u, QTreeWidgetItem* x1, int x2 = Type) : QTreeWidgetItem(x1, x2), unique(u) {} + LTreeWidgetItem(uint u, QTreeWidgetItem* x1, const QStringList& x2, int x3 = Type) : QTreeWidgetItem(x1, x2, x3), unique(u) {} + LTreeWidgetItem(uint u, QTreeWidgetItem* x1, QTreeWidgetItem* x2, int x3 = Type) : QTreeWidgetItem(x1, x2, x3), unique(u) {} + LTreeWidgetItem(uint u, const QTreeWidgetItem& x1) : QTreeWidgetItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QTreeWidgetItem* clone() const { quint64 id = LObjects::override_id(unique, 442); void* fun = LObjects::overrideFun(id); QTreeWidgetItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QTreeWidgetItem*)callOverrideFun(fun, 442, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidgetItem::clone(); } return ret; } + QVariant data(int x1, int x2) const { quint64 id = LObjects::override_id(unique, 477); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 477, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidgetItem::data(x1, x2); } return ret; } + void setData(int x1, int x2, const QVariant& x3) { quint64 id = LObjects::override_id(unique, 478); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 478, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidgetItem::setData(x1, x2, x3); }} +}; + +class LUndoCommand : public QUndoCommand { + friend class N186; +public: + LUndoCommand(uint u, QUndoCommand* x1 = 0) : QUndoCommand(x1), unique(u) {} + LUndoCommand(uint u, const QString& x1, QUndoCommand* x2 = 0) : QUndoCommand(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + int id() const { quint64 id = LObjects::override_id(unique, 479); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 479, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoCommand::id(); } return ret; } + bool mergeWith(const QUndoCommand* x1) { quint64 id = LObjects::override_id(unique, 480); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 480, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoCommand::mergeWith(x1); } return ret; } + void redo() { quint64 id = LObjects::override_id(unique, 481); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 481, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoCommand::redo(); }} + void undo() { quint64 id = LObjects::override_id(unique, 482); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 482, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoCommand::undo(); }} +}; + +class LUrl : public QUrl { + friend class N187; +public: + LUrl(uint u) : unique(u) {} + LUrl(uint u, const QUrl& x1) : QUrl(x1), unique(u) {} + LUrl(uint u, const QString& x1, ParsingMode x2 = TolerantMode) : QUrl(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LVariant : public QVariant { + friend class N188; +public: + LVariant(uint u, const QCursor& x1) : QVariant(x1), unique(u) {} + LVariant(uint u) : unique(u) {} + LVariant(uint u, const QRegExp& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QRegularExpression& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QUrl& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QEasingCurve& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QUuid& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QModelIndex& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QPersistentModelIndex& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QJsonValue& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QJsonObject& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QJsonArray& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QJsonDocument& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, Type x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QVariant& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, int x1) : QVariant(x1), unique(u) {} + LVariant(uint u, uint x1) : QVariant(x1), unique(u) {} + LVariant(uint u, qlonglong x1) : QVariant(x1), unique(u) {} + LVariant(uint u, qulonglong x1) : QVariant(x1), unique(u) {} + LVariant(uint u, bool x1) : QVariant(x1), unique(u) {} + LVariant(uint u, double x1) : QVariant(x1), unique(u) {} + LVariant(uint u, float x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const char* x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QByteArray& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QBitArray& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QString& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, QLatin1String x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QStringList& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, QChar x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QDate& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QTime& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QDateTime& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QSize& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QSizeF& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QPoint& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QPointF& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QLine& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QLineF& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QRect& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QRectF& x1) : QVariant(x1), unique(u) {} + LVariant(uint u, const QLocale& x1) : QVariant(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LVector2D : public QVector2D { + friend class N189; +public: + LVector2D(uint u) : unique(u) {} + LVector2D(uint u, float x1, float x2) : QVector2D(x1, x2), unique(u) {} + LVector2D(uint u, const QPoint& x1) : QVector2D(x1), unique(u) {} + LVector2D(uint u, const QPointF& x1) : QVector2D(x1), unique(u) {} + LVector2D(uint u, const QVector3D& x1) : QVector2D(x1), unique(u) {} + LVector2D(uint u, const QVector4D& x1) : QVector2D(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LVector3D : public QVector3D { + friend class N190; +public: + LVector3D(uint u) : unique(u) {} + LVector3D(uint u, float x1, float x2, float x3) : QVector3D(x1, x2, x3), unique(u) {} + LVector3D(uint u, const QPoint& x1) : QVector3D(x1), unique(u) {} + LVector3D(uint u, const QPointF& x1) : QVector3D(x1), unique(u) {} + LVector3D(uint u, const QVector2D& x1) : QVector3D(x1), unique(u) {} + LVector3D(uint u, const QVector2D& x1, float x2) : QVector3D(x1, x2), unique(u) {} + LVector3D(uint u, const QVector4D& x1) : QVector3D(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LVector4D : public QVector4D { + friend class N191; +public: + LVector4D(uint u) : unique(u) {} + LVector4D(uint u, float x1, float x2, float x3, float x4) : QVector4D(x1, x2, x3, x4), unique(u) {} + LVector4D(uint u, const QPoint& x1) : QVector4D(x1), unique(u) {} + LVector4D(uint u, const QPointF& x1) : QVector4D(x1), unique(u) {} + LVector4D(uint u, const QVector2D& x1) : QVector4D(x1), unique(u) {} + LVector4D(uint u, const QVector2D& x1, float x2, float x3) : QVector4D(x1, x2, x3), unique(u) {} + LVector4D(uint u, const QVector3D& x1) : QVector4D(x1), unique(u) {} + LVector4D(uint u, const QVector3D& x1, float x2) : QVector4D(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWhatsThis : public QWhatsThis { + friend class N200; +public: + + static NumList overrideIds; + uint unique; +}; + +class LWhatsThisClickedEvent : public QWhatsThisClickedEvent { + friend class N201; +public: + LWhatsThisClickedEvent(uint u, const QString& x1) : QWhatsThisClickedEvent(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWheelEvent : public QWheelEvent { + friend class N202; +public: + LWheelEvent(uint u, const QPointF& x1, const QPointF& x2, QPoint x3, QPoint x4, int x5, Qt::Orientation x6, Qt::MouseButtons x7, Qt::KeyboardModifiers x8) : QWheelEvent(x1, x2, x3, x4, x5, x6, x7, x8), unique(u) {} + LWheelEvent(uint u, const QPointF& x1, const QPointF& x2, QPoint x3, QPoint x4, int x5, Qt::Orientation x6, Qt::MouseButtons x7, Qt::KeyboardModifiers x8, Qt::ScrollPhase x9) : QWheelEvent(x1, x2, x3, x4, x5, x6, x7, x8, x9), unique(u) {} + LWheelEvent(uint u, const QPointF& x1, const QPointF& x2, QPoint x3, QPoint x4, int x5, Qt::Orientation x6, Qt::MouseButtons x7, Qt::KeyboardModifiers x8, Qt::ScrollPhase x9, Qt::MouseEventSource x10) : QWheelEvent(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWidgetItem : public QWidgetItem { + friend class N203; +public: + LWidgetItem(uint u, QWidget* x1) : QWidgetItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::controlTypes(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::expandingDirections(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::geometry(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::heightForWidth(x1); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::isEmpty(); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::maximumSize(); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidgetItem::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::sizeHint(); } return ret; } + QWidget* widget() { quint64 id = LObjects::override_id(unique, 441); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QWidget*)callOverrideFun(fun, 441, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::widget(); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidgetItem::invalidate(); }} + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::layout(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::minimumHeightForWidth(x1); } return ret; } + QSpacerItem* spacerItem() { quint64 id = LObjects::override_id(unique, 440); void* fun = LObjects::overrideFun(id); QSpacerItem* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QSpacerItem*)callOverrideFun(fun, 440, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetItem::spacerItem(); } return ret; } +}; + +class LWindowStateChangeEvent : public QWindowStateChangeEvent { + friend class N204; +public: + + static NumList overrideIds; + uint unique; +}; + +class LWriteLocker : public QWriteLocker { + friend class N205; +public: + LWriteLocker(uint u, QReadWriteLock* x1) : QWriteLocker(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/_main_n_methods.h b/src/gen/_main_n_methods.h new file mode 100644 index 0000000..716bd9e --- /dev/null +++ b/src/gen/_main_n_methods.h @@ -0,0 +1,4227 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef MAIN_N_METHODS_H +#define MAIN_N_METHODS_H + +#include "_main_n_classes.h" +#include +#include +#include "../extras.h" +#include "../eql_global.h" + +QT_BEGIN_NAMESPACE + +class EQL_EXPORT N2 : public QObject { // QAccessible + Q_OBJECT +public: + Q_INVOKABLE QAccessibleInterface* SaccessibleInterface(QAccessible::Id x1) { return QAccessible::accessibleInterface(x1); } + Q_INVOKABLE void SdeleteAccessibleInterface(QAccessible::Id x1) { QAccessible::deleteAccessibleInterface(x1); } + Q_INVOKABLE void SinstallFactory(QAccessible::InterfaceFactory x1) { QAccessible::installFactory(x1); } + Q_INVOKABLE bool SisActive() { return QAccessible::isActive(); } + Q_INVOKABLE QAccessibleInterface* SqueryAccessibleInterface(QObject* x1) { return QAccessible::queryAccessibleInterface(x1); } + Q_INVOKABLE int SregisterAccessibleInterface(QAccessibleInterface* x1) { return QAccessible::registerAccessibleInterface(x1); } + Q_INVOKABLE void SremoveFactory(QAccessible::InterfaceFactory x1) { QAccessible::removeFactory(x1); } + Q_INVOKABLE void SsetRootObject(QObject* x1) { QAccessible::setRootObject(x1); } + Q_INVOKABLE int SuniqueId(QAccessibleInterface* x1) { return QAccessible::uniqueId(x1); } + Q_INVOKABLE void SupdateAccessibility(QAccessibleEvent* x1) { QAccessible::updateAccessibility(x1); } +}; + +class EQL_EXPORT N3 : public QObject { // QAccessibleEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1, QAccessible::Event x2) { return new LAccessibleEvent(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QAccessibleInterface* x1, QAccessible::Event x2) { return new LAccessibleEvent(u, x1, x2); } + Q_INVOKABLE QAccessibleInterface* MaccessibleInterface(QAccessibleEvent* o) const { return o->accessibleInterface(); } + Q_INVOKABLE int Mchild(QAccessibleEvent* o) const { return o->child(); } + Q_INVOKABLE QObject* Mobject(QAccessibleEvent* o) const { return o->object(); } + Q_INVOKABLE void MsetChild(QAccessibleEvent* o, int x1) { o->setChild(x1); } + Q_INVOKABLE int Mtype(QAccessibleEvent* o) const { return o->type(); } +}; + +class EQL_EXPORT N4 : public QObject { // QAccessibleInterface + Q_OBJECT +public: + Q_INVOKABLE QAccessibleActionInterface* MactionInterface(QAccessibleInterface* o) { return o->actionInterface(); } + Q_INVOKABLE QColor MbackgroundColor(QAccessibleInterface* o) const { return o->backgroundColor(); } + Q_INVOKABLE QAccessibleInterface* MfocusChild(QAccessibleInterface* o) const { return o->focusChild(); } + Q_INVOKABLE QColor MforegroundColor(QAccessibleInterface* o) const { return o->foregroundColor(); } + Q_INVOKABLE QAccessibleTableCellInterface* MtableCellInterface(QAccessibleInterface* o) { return o->tableCellInterface(); } + Q_INVOKABLE QAccessibleTableInterface* MtableInterface(QAccessibleInterface* o) { return o->tableInterface(); } + Q_INVOKABLE QAccessibleTextInterface* MtextInterface(QAccessibleInterface* o) { return o->textInterface(); } + Q_INVOKABLE QAccessibleValueInterface* MvalueInterface(QAccessibleInterface* o) { return o->valueInterface(); } + Q_INVOKABLE QWindow* Mwindow(QAccessibleInterface* o) const { return o->window(); } +}; + +class EQL_EXPORT N9 : public QObject { // QBasicTimer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LBasicTimer(u); } + Q_INVOKABLE bool MisActive(QBasicTimer* o) const { return o->isActive(); } + Q_INVOKABLE void Mstart(QBasicTimer* o, int x1, QObject* x2) { o->start(x1, x2); } + Q_INVOKABLE void Mstart(QBasicTimer* o, int x1, Qt::TimerType x2, QObject* x3) { o->start(x1, x2, x3); } + Q_INVOKABLE void Mstop(QBasicTimer* o) { o->stop(); } + Q_INVOKABLE int MtimerId(QBasicTimer* o) const { return o->timerId(); } +}; + +class EQL_EXPORT N10 : public QObject { // QBitArray + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LBitArray(u); } + Q_INVOKABLE void* C(uint u, int x1, bool x2 = false) { return new LBitArray(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QBitArray& x1) { return new LBitArray(u, x1); } + Q_INVOKABLE bool Mat(QBitArray* o, int x1) const { return o->at(x1); } + Q_INVOKABLE void Mclear(QBitArray* o) { o->clear(); } + Q_INVOKABLE void MclearBit(QBitArray* o, int x1) { o->clearBit(x1); } + Q_INVOKABLE int Mcount(QBitArray* o) const { return o->count(); } + Q_INVOKABLE int Mcount(QBitArray* o, bool x1) const { return o->count(x1); } + Q_INVOKABLE bool Mfill(QBitArray* o, bool x1, int x2 = -1) { return o->fill(x1, x2); } + Q_INVOKABLE void Mfill(QBitArray* o, bool x1, int x2, int x3) { o->fill(x1, x2, x3); } + Q_INVOKABLE bool MisEmpty(QBitArray* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisNull(QBitArray* o) const { return o->isNull(); } + Q_INVOKABLE void Mresize(QBitArray* o, int x1) { o->resize(x1); } + Q_INVOKABLE void MsetBit(QBitArray* o, int x1) { o->setBit(x1); } + Q_INVOKABLE void MsetBit(QBitArray* o, int x1, bool x2) { o->setBit(x1, x2); } + Q_INVOKABLE int Msize(QBitArray* o) const { return o->size(); } + Q_INVOKABLE void Mswap(QBitArray* o, QBitArray& x1) { o->swap(x1); } + Q_INVOKABLE bool MtestBit(QBitArray* o, int x1) const { return o->testBit(x1); } + Q_INVOKABLE bool MtoggleBit(QBitArray* o, int x1) { return o->toggleBit(x1); } + Q_INVOKABLE void Mtruncate(QBitArray* o, int x1) { o->truncate(x1); } +}; + +class EQL_EXPORT N12 : public QObject { // QBrush + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LBrush(u); } + Q_INVOKABLE void* C(uint u, Qt::BrushStyle x1) { return new LBrush(u, x1); } + Q_INVOKABLE void* C(uint u, const QColor& x1, Qt::BrushStyle x2 = Qt::SolidPattern) { return new LBrush(u, x1, x2); } + Q_INVOKABLE void* C(uint u, Qt::GlobalColor x1, Qt::BrushStyle x2 = Qt::SolidPattern) { return new LBrush(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QColor& x1, const QPixmap& x2) { return new LBrush(u, x1, x2); } + Q_INVOKABLE void* C(uint u, Qt::GlobalColor x1, const QPixmap& x2) { return new LBrush(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QPixmap& x1) { return new LBrush(u, x1); } + Q_INVOKABLE void* C(uint u, const QImage& x1) { return new LBrush(u, x1); } + Q_INVOKABLE void* C(uint u, const QBrush& x1) { return new LBrush(u, x1); } + Q_INVOKABLE void* C(uint u, const QGradient& x1) { return new LBrush(u, x1); } + Q_INVOKABLE QColor Mcolor(QBrush* o) const { return o->color(); } + Q_INVOKABLE const QGradient* Mgradient(QBrush* o) const { return o->gradient(); } + Q_INVOKABLE bool MisOpaque(QBrush* o) const { return o->isOpaque(); } + Q_INVOKABLE QMatrix Mmatrix(QBrush* o) const { return o->matrix(); } + Q_INVOKABLE void MsetColor(QBrush* o, const QColor& x1) { o->setColor(x1); } + Q_INVOKABLE void MsetColor(QBrush* o, Qt::GlobalColor x1) { o->setColor(x1); } + Q_INVOKABLE void MsetMatrix(QBrush* o, const QMatrix& x1) { o->setMatrix(x1); } + Q_INVOKABLE void MsetStyle(QBrush* o, Qt::BrushStyle x1) { o->setStyle(x1); } + Q_INVOKABLE void MsetTexture(QBrush* o, const QPixmap& x1) { o->setTexture(x1); } + Q_INVOKABLE void MsetTextureImage(QBrush* o, const QImage& x1) { o->setTextureImage(x1); } + Q_INVOKABLE void MsetTransform(QBrush* o, const QTransform& x1) { o->setTransform(x1); } + Q_INVOKABLE int Mstyle(QBrush* o) const { return o->style(); } + Q_INVOKABLE void Mswap(QBrush* o, QBrush& x1) { o->swap(x1); } + Q_INVOKABLE QPixmap Mtexture(QBrush* o) const { return o->texture(); } + Q_INVOKABLE QImage MtextureImage(QBrush* o) const { return o->textureImage(); } + Q_INVOKABLE QTransform Mtransform(QBrush* o) const { return o->transform(); } +}; + +class EQL_EXPORT N15 : public QObject { // QColor + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LColor(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2, int x3, int x4 = 255) { return new LColor(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, QRgb x1) { return new LColor(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LColor(u, x1); } + Q_INVOKABLE void* C(uint u, const char* x1) { return new LColor(u, x1); } + Q_INVOKABLE void* C(uint u, const QColor& x1) { return new LColor(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::GlobalColor x1) { return new LColor(u, x1); } + Q_INVOKABLE int Malpha(QColor* o) const { return o->alpha(); } + Q_INVOKABLE qreal MalphaF(QColor* o) const { return o->alphaF(); } + Q_INVOKABLE int Mblack(QColor* o) const { return o->black(); } + Q_INVOKABLE qreal MblackF(QColor* o) const { return o->blackF(); } + Q_INVOKABLE int Mblue(QColor* o) const { return o->blue(); } + Q_INVOKABLE qreal MblueF(QColor* o) const { return o->blueF(); } + Q_INVOKABLE QColor MconvertTo(QColor* o, QColor::Spec x1) const { return o->convertTo(x1); } + Q_INVOKABLE int Mcyan(QColor* o) const { return o->cyan(); } + Q_INVOKABLE qreal McyanF(QColor* o) const { return o->cyanF(); } + Q_INVOKABLE QColor Mdarker(QColor* o, int x1 = 200) const { return o->darker(x1); } + Q_INVOKABLE int Mgreen(QColor* o) const { return o->green(); } + Q_INVOKABLE qreal MgreenF(QColor* o) const { return o->greenF(); } + Q_INVOKABLE int MhslHue(QColor* o) const { return o->hslHue(); } + Q_INVOKABLE qreal MhslHueF(QColor* o) const { return o->hslHueF(); } + Q_INVOKABLE int MhslSaturation(QColor* o) const { return o->hslSaturation(); } + Q_INVOKABLE qreal MhslSaturationF(QColor* o) const { return o->hslSaturationF(); } + Q_INVOKABLE int MhsvHue(QColor* o) const { return o->hsvHue(); } + Q_INVOKABLE qreal MhsvHueF(QColor* o) const { return o->hsvHueF(); } + Q_INVOKABLE int MhsvSaturation(QColor* o) const { return o->hsvSaturation(); } + Q_INVOKABLE qreal MhsvSaturationF(QColor* o) const { return o->hsvSaturationF(); } + Q_INVOKABLE int Mhue(QColor* o) const { return o->hue(); } + Q_INVOKABLE qreal MhueF(QColor* o) const { return o->hueF(); } + Q_INVOKABLE bool MisValid(QColor* o) const { return o->isValid(); } + Q_INVOKABLE QColor Mlighter(QColor* o, int x1 = 150) const { return o->lighter(x1); } + Q_INVOKABLE int Mlightness(QColor* o) const { return o->lightness(); } + Q_INVOKABLE qreal MlightnessF(QColor* o) const { return o->lightnessF(); } + Q_INVOKABLE int Mmagenta(QColor* o) const { return o->magenta(); } + Q_INVOKABLE qreal MmagentaF(QColor* o) const { return o->magentaF(); } + Q_INVOKABLE QString Mname(QColor* o) const { return o->name(); } + Q_INVOKABLE QString Mname(QColor* o, QColor::NameFormat x1) const { return o->name(x1); } + Q_INVOKABLE int Mred(QColor* o) const { return o->red(); } + Q_INVOKABLE qreal MredF(QColor* o) const { return o->redF(); } + Q_INVOKABLE QRgb Mrgb(QColor* o) const { return o->rgb(); } + Q_INVOKABLE QRgb Mrgba(QColor* o) const { return o->rgba(); } + Q_INVOKABLE int Msaturation(QColor* o) const { return o->saturation(); } + Q_INVOKABLE qreal MsaturationF(QColor* o) const { return o->saturationF(); } + Q_INVOKABLE void MsetAlpha(QColor* o, int x1) { o->setAlpha(x1); } + Q_INVOKABLE void MsetAlphaF(QColor* o, qreal x1) { o->setAlphaF(x1); } + Q_INVOKABLE void MsetBlue(QColor* o, int x1) { o->setBlue(x1); } + Q_INVOKABLE void MsetBlueF(QColor* o, qreal x1) { o->setBlueF(x1); } + Q_INVOKABLE void MsetCmyk(QColor* o, int x1, int x2, int x3, int x4, int x5 = 255) { o->setCmyk(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetCmykF(QColor* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5 = 1.0) { o->setCmykF(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetGreen(QColor* o, int x1) { o->setGreen(x1); } + Q_INVOKABLE void MsetGreenF(QColor* o, qreal x1) { o->setGreenF(x1); } + Q_INVOKABLE void MsetHsl(QColor* o, int x1, int x2, int x3, int x4 = 255) { o->setHsl(x1, x2, x3, x4); } + Q_INVOKABLE void MsetHslF(QColor* o, qreal x1, qreal x2, qreal x3, qreal x4 = 1.0) { o->setHslF(x1, x2, x3, x4); } + Q_INVOKABLE void MsetHsv(QColor* o, int x1, int x2, int x3, int x4 = 255) { o->setHsv(x1, x2, x3, x4); } + Q_INVOKABLE void MsetHsvF(QColor* o, qreal x1, qreal x2, qreal x3, qreal x4 = 1.0) { o->setHsvF(x1, x2, x3, x4); } + Q_INVOKABLE void MsetNamedColor(QColor* o, const QString& x1) { o->setNamedColor(x1); } + Q_INVOKABLE void MsetRed(QColor* o, int x1) { o->setRed(x1); } + Q_INVOKABLE void MsetRedF(QColor* o, qreal x1) { o->setRedF(x1); } + Q_INVOKABLE void MsetRgb(QColor* o, int x1, int x2, int x3, int x4 = 255) { o->setRgb(x1, x2, x3, x4); } + Q_INVOKABLE void MsetRgb(QColor* o, QRgb x1) { o->setRgb(x1); } + Q_INVOKABLE void MsetRgbF(QColor* o, qreal x1, qreal x2, qreal x3, qreal x4 = 1.0) { o->setRgbF(x1, x2, x3, x4); } + Q_INVOKABLE void MsetRgba(QColor* o, QRgb x1) { o->setRgba(x1); } + Q_INVOKABLE int Mspec(QColor* o) const { return o->spec(); } + Q_INVOKABLE QColor MtoCmyk(QColor* o) const { return o->toCmyk(); } + Q_INVOKABLE QColor MtoHsl(QColor* o) const { return o->toHsl(); } + Q_INVOKABLE QColor MtoHsv(QColor* o) const { return o->toHsv(); } + Q_INVOKABLE QColor MtoRgb(QColor* o) const { return o->toRgb(); } + Q_INVOKABLE int Mvalue(QColor* o) const { return o->value(); } + Q_INVOKABLE qreal MvalueF(QColor* o) const { return o->valueF(); } + Q_INVOKABLE int Myellow(QColor* o) const { return o->yellow(); } + Q_INVOKABLE qreal MyellowF(QColor* o) const { return o->yellowF(); } + Q_INVOKABLE QStringList ScolorNames() { return QColor::colorNames(); } + Q_INVOKABLE QColor SfromCmyk(int x1, int x2, int x3, int x4, int x5 = 255) { return QColor::fromCmyk(x1, x2, x3, x4, x5); } + Q_INVOKABLE QColor SfromCmykF(qreal x1, qreal x2, qreal x3, qreal x4, qreal x5 = 1.0) { return QColor::fromCmykF(x1, x2, x3, x4, x5); } + Q_INVOKABLE QColor SfromHsl(int x1, int x2, int x3, int x4 = 255) { return QColor::fromHsl(x1, x2, x3, x4); } + Q_INVOKABLE QColor SfromHslF(qreal x1, qreal x2, qreal x3, qreal x4 = 1.0) { return QColor::fromHslF(x1, x2, x3, x4); } + Q_INVOKABLE QColor SfromHsv(int x1, int x2, int x3, int x4 = 255) { return QColor::fromHsv(x1, x2, x3, x4); } + Q_INVOKABLE QColor SfromHsvF(qreal x1, qreal x2, qreal x3, qreal x4 = 1.0) { return QColor::fromHsvF(x1, x2, x3, x4); } + Q_INVOKABLE QColor SfromRgb(QRgb x1) { return QColor::fromRgb(x1); } + Q_INVOKABLE QColor SfromRgb(int x1, int x2, int x3, int x4 = 255) { return QColor::fromRgb(x1, x2, x3, x4); } + Q_INVOKABLE QColor SfromRgbF(qreal x1, qreal x2, qreal x3, qreal x4 = 1.0) { return QColor::fromRgbF(x1, x2, x3, x4); } + Q_INVOKABLE QColor SfromRgba(QRgb x1) { return QColor::fromRgba(x1); } + Q_INVOKABLE bool SisValidColor(const QString& x1) { return QColor::isValidColor(x1); } +}; + +class EQL_EXPORT N18 : public QObject { // QCryptographicHash + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QCryptographicHash::Algorithm x1) { return new LCryptographicHash(u, x1); } + Q_INVOKABLE void MaddData(QCryptographicHash* o, const char* x1, int x2) { o->addData(x1, x2); } + Q_INVOKABLE void MaddData(QCryptographicHash* o, const QByteArray& x1) { o->addData(x1); } + Q_INVOKABLE void Mreset(QCryptographicHash* o) { o->reset(); } + Q_INVOKABLE QByteArray Mresult(QCryptographicHash* o) const { return o->result(); } + Q_INVOKABLE QByteArray Shash(const QByteArray& x1, QCryptographicHash::Algorithm x2) { return QCryptographicHash::hash(x1, x2); } +}; + +class EQL_EXPORT N19 : public QObject { // QCursor + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LCursor(u); } + Q_INVOKABLE void* C(uint u, Qt::CursorShape x1) { return new LCursor(u, x1); } + Q_INVOKABLE void* C(uint u, const QBitmap& x1, const QBitmap& x2, int x3 = -1, int x4 = -1) { return new LCursor(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QPixmap& x1, int x2 = -1, int x3 = -1) { return new LCursor(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QCursor& x1) { return new LCursor(u, x1); } + Q_INVOKABLE const QBitmap* Mbitmap(QCursor* o) const { return o->bitmap(); } + Q_INVOKABLE QPoint MhotSpot(QCursor* o) const { return o->hotSpot(); } + Q_INVOKABLE const QBitmap* Mmask(QCursor* o) const { return o->mask(); } + Q_INVOKABLE QPixmap Mpixmap(QCursor* o) const { return o->pixmap(); } + Q_INVOKABLE void MsetShape(QCursor* o, Qt::CursorShape x1) { o->setShape(x1); } + Q_INVOKABLE int Mshape(QCursor* o) const { return o->shape(); } + Q_INVOKABLE QPoint Spos() { return QCursor::pos(); } + Q_INVOKABLE QPoint Spos(const QScreen* x1) { return QCursor::pos(x1); } + Q_INVOKABLE void SsetPos(int x1, int x2) { QCursor::setPos(x1, x2); } + Q_INVOKABLE void SsetPos(QScreen* x1, int x2, int x3) { QCursor::setPos(x1, x2, x3); } + Q_INVOKABLE void SsetPos(const QPoint& x1) { QCursor::setPos(x1); } + Q_INVOKABLE void SsetPos(QScreen* x1, const QPoint& x2) { QCursor::setPos(x1, x2); } +}; + +class EQL_EXPORT N20 : public QObject { // QDate + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LDate(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2, int x3) { return new LDate(u, x1, x2, x3); } + Q_INVOKABLE QDate MaddDays(QDate* o, qint64 x1) const { return o->addDays(x1); } + Q_INVOKABLE QDate MaddMonths(QDate* o, int x1) const { return o->addMonths(x1); } + Q_INVOKABLE QDate MaddYears(QDate* o, int x1) const { return o->addYears(x1); } + Q_INVOKABLE int Mday(QDate* o) const { return o->day(); } + Q_INVOKABLE int MdayOfWeek(QDate* o) const { return o->dayOfWeek(); } + Q_INVOKABLE int MdayOfYear(QDate* o) const { return o->dayOfYear(); } + Q_INVOKABLE int MdaysInMonth(QDate* o) const { return o->daysInMonth(); } + Q_INVOKABLE int MdaysInYear(QDate* o) const { return o->daysInYear(); } + Q_INVOKABLE qlonglong MdaysTo(QDate* o, const QDate& x1) const { return o->daysTo(x1); } + Q_INVOKABLE bool MisNull(QDate* o) const { return o->isNull(); } + Q_INVOKABLE bool MisValid(QDate* o) const { return o->isValid(); } + Q_INVOKABLE int Mmonth(QDate* o) const { return o->month(); } + Q_INVOKABLE bool MsetDate(QDate* o, int x1, int x2, int x3) { return o->setDate(x1, x2, x3); } + Q_INVOKABLE qlonglong MtoJulianDay(QDate* o) const { return o->toJulianDay(); } + Q_INVOKABLE QString MtoString(QDate* o, const QString& x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QDate* o, Qt::DateFormat x1 = Qt::TextDate) const { return o->toString(x1); } + Q_INVOKABLE int Myear(QDate* o) const { return o->year(); } + Q_INVOKABLE QDate ScurrentDate() { return QDate::currentDate(); } + Q_INVOKABLE QDate SfromJulianDay(qint64 x1) { return QDate::fromJulianDay(x1); } + Q_INVOKABLE QDate SfromString(const QString& x1, Qt::DateFormat x2 = Qt::TextDate) { return QDate::fromString(x1, x2); } + Q_INVOKABLE QDate SfromString(const QString& x1, const QString& x2) { return QDate::fromString(x1, x2); } + Q_INVOKABLE bool SisLeapYear(int x1) { return QDate::isLeapYear(x1); } + Q_INVOKABLE bool SisValid(int x1, int x2, int x3) { return QDate::isValid(x1, x2, x3); } + Q_INVOKABLE QString SlongDayName(int x1, QDate::MonthNameType x2 = QDate::DateFormat) { return QDate::longDayName(x1, x2); } + Q_INVOKABLE QString SlongMonthName(int x1, QDate::MonthNameType x2 = QDate::DateFormat) { return QDate::longMonthName(x1, x2); } + Q_INVOKABLE QString SshortDayName(int x1, QDate::MonthNameType x2 = QDate::DateFormat) { return QDate::shortDayName(x1, x2); } + Q_INVOKABLE QString SshortMonthName(int x1, QDate::MonthNameType x2 = QDate::DateFormat) { return QDate::shortMonthName(x1, x2); } +}; + +class EQL_EXPORT N21 : public QObject { // QDateTime + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LDateTime(u); } + Q_INVOKABLE void* C(uint u, const QDate& x1) { return new LDateTime(u, x1); } + Q_INVOKABLE void* C(uint u, const QDate& x1, const QTime& x2, Qt::TimeSpec x3 = Qt::LocalTime) { return new LDateTime(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QDate& x1, const QTime& x2, Qt::TimeSpec x3, int x4) { return new LDateTime(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QDate& x1, const QTime& x2, const QTimeZone& x3) { return new LDateTime(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QDateTime& x1) { return new LDateTime(u, x1); } + Q_INVOKABLE QDateTime MaddDays(QDateTime* o, qint64 x1) const { return o->addDays(x1); } + Q_INVOKABLE QDateTime MaddMSecs(QDateTime* o, qint64 x1) const { return o->addMSecs(x1); } + Q_INVOKABLE QDateTime MaddMonths(QDateTime* o, int x1) const { return o->addMonths(x1); } + Q_INVOKABLE QDateTime MaddSecs(QDateTime* o, qint64 x1) const { return o->addSecs(x1); } + Q_INVOKABLE QDateTime MaddYears(QDateTime* o, int x1) const { return o->addYears(x1); } + Q_INVOKABLE QDate Mdate(QDateTime* o) const { return o->date(); } + Q_INVOKABLE qlonglong MdaysTo(QDateTime* o, const QDateTime& x1) const { return o->daysTo(x1); } + Q_INVOKABLE bool MisDaylightTime(QDateTime* o) const { return o->isDaylightTime(); } + Q_INVOKABLE bool MisNull(QDateTime* o) const { return o->isNull(); } + Q_INVOKABLE bool MisValid(QDateTime* o) const { return o->isValid(); } + Q_INVOKABLE qlonglong MmsecsTo(QDateTime* o, const QDateTime& x1) const { return o->msecsTo(x1); } + Q_INVOKABLE int MoffsetFromUtc(QDateTime* o) const { return o->offsetFromUtc(); } + Q_INVOKABLE qlonglong MsecsTo(QDateTime* o, const QDateTime& x1) const { return o->secsTo(x1); } + Q_INVOKABLE void MsetDate(QDateTime* o, const QDate& x1) { o->setDate(x1); } + Q_INVOKABLE void MsetMSecsSinceEpoch(QDateTime* o, qint64 x1) { o->setMSecsSinceEpoch(x1); } + Q_INVOKABLE void MsetOffsetFromUtc(QDateTime* o, int x1) { o->setOffsetFromUtc(x1); } + Q_INVOKABLE void MsetTime(QDateTime* o, const QTime& x1) { o->setTime(x1); } + Q_INVOKABLE void MsetTimeSpec(QDateTime* o, Qt::TimeSpec x1) { o->setTimeSpec(x1); } + Q_INVOKABLE void MsetTimeZone(QDateTime* o, const QTimeZone& x1) { o->setTimeZone(x1); } + Q_INVOKABLE void MsetTime_t(QDateTime* o, uint x1) { o->setTime_t(x1); } + Q_INVOKABLE void Mswap(QDateTime* o, QDateTime& x1) { o->swap(x1); } + Q_INVOKABLE QTime Mtime(QDateTime* o) const { return o->time(); } + Q_INVOKABLE int MtimeSpec(QDateTime* o) const { return o->timeSpec(); } + Q_INVOKABLE QTimeZone MtimeZone(QDateTime* o) const { return o->timeZone(); } + Q_INVOKABLE QString MtimeZoneAbbreviation(QDateTime* o) const { return o->timeZoneAbbreviation(); } + Q_INVOKABLE QDateTime MtoLocalTime(QDateTime* o) const { return o->toLocalTime(); } + Q_INVOKABLE qlonglong MtoMSecsSinceEpoch(QDateTime* o) const { return o->toMSecsSinceEpoch(); } + Q_INVOKABLE QDateTime MtoOffsetFromUtc(QDateTime* o, int x1) const { return o->toOffsetFromUtc(x1); } + Q_INVOKABLE QString MtoString(QDateTime* o, const QString& x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QDateTime* o, Qt::DateFormat x1 = Qt::TextDate) const { return o->toString(x1); } + Q_INVOKABLE QDateTime MtoTimeSpec(QDateTime* o, Qt::TimeSpec x1) const { return o->toTimeSpec(x1); } + Q_INVOKABLE QDateTime MtoTimeZone(QDateTime* o, const QTimeZone& x1) const { return o->toTimeZone(x1); } + Q_INVOKABLE uint MtoTime_t(QDateTime* o) const { return o->toTime_t(); } + Q_INVOKABLE QDateTime MtoUTC(QDateTime* o) const { return o->toUTC(); } + Q_INVOKABLE QDateTime ScurrentDateTime() { return QDateTime::currentDateTime(); } + Q_INVOKABLE QDateTime ScurrentDateTimeUtc() { return QDateTime::currentDateTimeUtc(); } + Q_INVOKABLE qlonglong ScurrentMSecsSinceEpoch() { return QDateTime::currentMSecsSinceEpoch(); } + Q_INVOKABLE QDateTime SfromMSecsSinceEpoch(qint64 x1) { return QDateTime::fromMSecsSinceEpoch(x1); } + Q_INVOKABLE QDateTime SfromMSecsSinceEpoch(qint64 x1, Qt::TimeSpec x2, int x3 = 0) { return QDateTime::fromMSecsSinceEpoch(x1, x2, x3); } + Q_INVOKABLE QDateTime SfromMSecsSinceEpoch(qint64 x1, const QTimeZone& x2) { return QDateTime::fromMSecsSinceEpoch(x1, x2); } + Q_INVOKABLE QDateTime SfromString(const QString& x1, Qt::DateFormat x2 = Qt::TextDate) { return QDateTime::fromString(x1, x2); } + Q_INVOKABLE QDateTime SfromString(const QString& x1, const QString& x2) { return QDateTime::fromString(x1, x2); } + Q_INVOKABLE QDateTime SfromTime_t(uint x1) { return QDateTime::fromTime_t(x1); } + Q_INVOKABLE QDateTime SfromTime_t(uint x1, Qt::TimeSpec x2, int x3 = 0) { return QDateTime::fromTime_t(x1, x2, x3); } + Q_INVOKABLE QDateTime SfromTime_t(uint x1, const QTimeZone& x2) { return QDateTime::fromTime_t(x1, x2); } +}; + +class EQL_EXPORT N22 : public QObject { // QDesktopServices + Q_OBJECT +public: + Q_INVOKABLE bool SopenUrl(const QUrl& x1) { return QDesktopServices::openUrl(x1); } +}; + +class EQL_EXPORT N23 : public QObject { // QDir + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QDir& x1) { return new LDir(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1 = QString()) { return new LDir(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2, QDir::SortFlags x3 = QDir::Name|QDir::IgnoreCase, QDir::Filters x4 = QDir::AllEntries) { return new LDir(u, x1, x2, x3, x4); } + Q_INVOKABLE QString MabsoluteFilePath(QDir* o, const QString& x1) const { return o->absoluteFilePath(x1); } + Q_INVOKABLE QString MabsolutePath(QDir* o) const { return o->absolutePath(); } + Q_INVOKABLE QString McanonicalPath(QDir* o) const { return o->canonicalPath(); } + Q_INVOKABLE bool Mcd(QDir* o, const QString& x1) { return o->cd(x1); } + Q_INVOKABLE bool McdUp(QDir* o) { return o->cdUp(); } + Q_INVOKABLE uint Mcount(QDir* o) const { return o->count(); } + Q_INVOKABLE QString MdirName(QDir* o) const { return o->dirName(); } + Q_INVOKABLE QFileInfoList MentryInfoList(QDir* o, const QStringList& x1, QDir::Filters x2 = QDir::NoFilter, QDir::SortFlags x3 = QDir::NoSort) const { return o->entryInfoList(x1, x2, x3); } + Q_INVOKABLE QFileInfoList MentryInfoList(QDir* o, QDir::Filters x1 = QDir::NoFilter, QDir::SortFlags x2 = QDir::NoSort) const { return o->entryInfoList(x1, x2); } + Q_INVOKABLE QStringList MentryList(QDir* o, const QStringList& x1, QDir::Filters x2 = QDir::NoFilter, QDir::SortFlags x3 = QDir::NoSort) const { return o->entryList(x1, x2, x3); } + Q_INVOKABLE QStringList MentryList(QDir* o, QDir::Filters x1 = QDir::NoFilter, QDir::SortFlags x2 = QDir::NoSort) const { return o->entryList(x1, x2); } + Q_INVOKABLE bool Mexists(QDir* o, const QString& x1) const { return o->exists(x1); } + Q_INVOKABLE bool Mexists(QDir* o) const { return o->exists(); } + Q_INVOKABLE QString MfilePath(QDir* o, const QString& x1) const { return o->filePath(x1); } + Q_INVOKABLE int Mfilter(QDir* o) const { return o->filter(); } + Q_INVOKABLE bool MisAbsolute(QDir* o) const { return o->isAbsolute(); } + Q_INVOKABLE bool MisReadable(QDir* o) const { return o->isReadable(); } + Q_INVOKABLE bool MisRelative(QDir* o) const { return o->isRelative(); } + Q_INVOKABLE bool MisRoot(QDir* o) const { return o->isRoot(); } + Q_INVOKABLE bool MmakeAbsolute(QDir* o) { return o->makeAbsolute(); } + Q_INVOKABLE bool Mmkdir(QDir* o, const QString& x1) const { return o->mkdir(x1); } + Q_INVOKABLE bool Mmkpath(QDir* o, const QString& x1) const { return o->mkpath(x1); } + Q_INVOKABLE QStringList MnameFilters(QDir* o) const { return o->nameFilters(); } + Q_INVOKABLE QString Mpath(QDir* o) const { return o->path(); } + Q_INVOKABLE void Mrefresh(QDir* o) const { o->refresh(); } + Q_INVOKABLE QString MrelativeFilePath(QDir* o, const QString& x1) const { return o->relativeFilePath(x1); } + Q_INVOKABLE bool Mremove(QDir* o, const QString& x1) { return o->remove(x1); } + Q_INVOKABLE bool MremoveRecursively(QDir* o) { return o->removeRecursively(); } + Q_INVOKABLE bool Mrename(QDir* o, const QString& x1, const QString& x2) { return o->rename(x1, x2); } + Q_INVOKABLE bool Mrmdir(QDir* o, const QString& x1) const { return o->rmdir(x1); } + Q_INVOKABLE bool Mrmpath(QDir* o, const QString& x1) const { return o->rmpath(x1); } + Q_INVOKABLE void MsetFilter(QDir* o, QDir::Filters x1) { o->setFilter(x1); } + Q_INVOKABLE void MsetNameFilters(QDir* o, const QStringList& x1) { o->setNameFilters(x1); } + Q_INVOKABLE void MsetPath(QDir* o, const QString& x1) { o->setPath(x1); } + Q_INVOKABLE void MsetSorting(QDir* o, QDir::SortFlags x1) { o->setSorting(x1); } + Q_INVOKABLE int Msorting(QDir* o) const { return o->sorting(); } + Q_INVOKABLE void Mswap(QDir* o, QDir& x1) { o->swap(x1); } + Q_INVOKABLE void SaddSearchPath(const QString& x1, const QString& x2) { QDir::addSearchPath(x1, x2); } + Q_INVOKABLE QString ScleanPath(const QString& x1) { return QDir::cleanPath(x1); } + Q_INVOKABLE QDir Scurrent() { return QDir::current(); } + Q_INVOKABLE QString ScurrentPath() { return QDir::currentPath(); } + Q_INVOKABLE QFileInfoList Sdrives() { return QDir::drives(); } + Q_INVOKABLE QString SfromNativeSeparators(const QString& x1) { return QDir::fromNativeSeparators(x1); } + Q_INVOKABLE QDir Shome() { return QDir::home(); } + Q_INVOKABLE QString ShomePath() { return QDir::homePath(); } + Q_INVOKABLE bool SisAbsolutePath(const QString& x1) { return QDir::isAbsolutePath(x1); } + Q_INVOKABLE bool SisRelativePath(const QString& x1) { return QDir::isRelativePath(x1); } + Q_INVOKABLE bool Smatch(const QString& x1, const QString& x2) { return QDir::match(x1, x2); } + Q_INVOKABLE bool Smatch(const QStringList& x1, const QString& x2) { return QDir::match(x1, x2); } + Q_INVOKABLE QDir Sroot() { return QDir::root(); } + Q_INVOKABLE QString SrootPath() { return QDir::rootPath(); } + Q_INVOKABLE QStringList SsearchPaths(const QString& x1) { return QDir::searchPaths(x1); } + Q_INVOKABLE QChar Sseparator() { return QDir::separator(); } + Q_INVOKABLE bool SsetCurrent(const QString& x1) { return QDir::setCurrent(x1); } + Q_INVOKABLE void SsetSearchPaths(const QString& x1, const QStringList& x2) { QDir::setSearchPaths(x1, x2); } + Q_INVOKABLE QDir Stemp() { return QDir::temp(); } + Q_INVOKABLE QString StempPath() { return QDir::tempPath(); } + Q_INVOKABLE QString StoNativeSeparators(const QString& x1) { return QDir::toNativeSeparators(x1); } +}; + +class EQL_EXPORT N24 : public QObject { // QDirIterator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QDir& x1, QDirIterator::IteratorFlags x2 = QDirIterator::NoIteratorFlags) { return new LDirIterator(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, QDirIterator::IteratorFlags x2 = QDirIterator::NoIteratorFlags) { return new LDirIterator(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, QDir::Filters x2, QDirIterator::IteratorFlags x3 = QDirIterator::NoIteratorFlags) { return new LDirIterator(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QStringList& x2, QDir::Filters x3 = QDir::NoFilter, QDirIterator::IteratorFlags x4 = QDirIterator::NoIteratorFlags) { return new LDirIterator(u, x1, x2, x3, x4); } + Q_INVOKABLE QFileInfo MfileInfo(QDirIterator* o) const { return o->fileInfo(); } + Q_INVOKABLE QString MfileName(QDirIterator* o) const { return o->fileName(); } + Q_INVOKABLE QString MfilePath(QDirIterator* o) const { return o->filePath(); } + Q_INVOKABLE bool MhasNext(QDirIterator* o) const { return o->hasNext(); } + Q_INVOKABLE QString Mnext(QDirIterator* o) { return o->next(); } + Q_INVOKABLE QString Mpath(QDirIterator* o) const { return o->path(); } +}; + +class EQL_EXPORT N30 : public QObject { // QEasingCurve + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QEasingCurve::Type x1 = QEasingCurve::Linear) { return new LEasingCurve(u, x1); } + Q_INVOKABLE void* C(uint u, const QEasingCurve& x1) { return new LEasingCurve(u, x1); } + Q_INVOKABLE void MaddCubicBezierSegment(QEasingCurve* o, const QPointF& x1, const QPointF& x2, const QPointF& x3) { o->addCubicBezierSegment(x1, x2, x3); } + Q_INVOKABLE void MaddTCBSegment(QEasingCurve* o, const QPointF& x1, qreal x2, qreal x3, qreal x4) { o->addTCBSegment(x1, x2, x3, x4); } + Q_INVOKABLE qreal Mamplitude(QEasingCurve* o) const { return o->amplitude(); } + Q_INVOKABLE qreal Movershoot(QEasingCurve* o) const { return o->overshoot(); } + Q_INVOKABLE qreal Mperiod(QEasingCurve* o) const { return o->period(); } + Q_INVOKABLE void MsetAmplitude(QEasingCurve* o, qreal x1) { o->setAmplitude(x1); } + Q_INVOKABLE void MsetOvershoot(QEasingCurve* o, qreal x1) { o->setOvershoot(x1); } + Q_INVOKABLE void MsetPeriod(QEasingCurve* o, qreal x1) { o->setPeriod(x1); } + Q_INVOKABLE void MsetType(QEasingCurve* o, QEasingCurve::Type x1) { o->setType(x1); } + Q_INVOKABLE void Mswap(QEasingCurve* o, QEasingCurve& x1) { o->swap(x1); } + Q_INVOKABLE QVector MtoCubicSpline(QEasingCurve* o) const { return o->toCubicSpline(); } + Q_INVOKABLE int Mtype(QEasingCurve* o) const { return o->type(); } + Q_INVOKABLE qreal MvalueForProgress(QEasingCurve* o, qreal x1) const { return o->valueForProgress(x1); } +}; + +class EQL_EXPORT N31 : public QObject { // QEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QEvent::Type x1) { return new LEvent(u, x1); } + Q_INVOKABLE void Maccept(QEvent* o) { o->accept(); } + Q_INVOKABLE void Mignore(QEvent* o) { o->ignore(); } + Q_INVOKABLE bool MisAccepted(QEvent* o) const { return o->isAccepted(); } + Q_INVOKABLE void MsetAccepted(QEvent* o, bool x1) { o->setAccepted(x1); } + Q_INVOKABLE bool Mspontaneous(QEvent* o) const { return o->spontaneous(); } + Q_INVOKABLE int Mtype(QEvent* o) const { return o->type(); } + Q_INVOKABLE int SregisterEventType(int x1 = -1) { return QEvent::registerEventType(x1); } +}; + +class EQL_EXPORT N32 : public QObject { // QFileIconProvider + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LFileIconProvider(u); } + Q_INVOKABLE QIcon Micon(QFileIconProvider* o, QFileIconProvider::IconType x1) const { return o->icon(x1); } + Q_INVOKABLE QIcon Micon(QFileIconProvider* o, const QFileInfo& x1) const { return o->icon(x1); } + Q_INVOKABLE int Moptions(QFileIconProvider* o) const { return o->options(); } + Q_INVOKABLE void MsetOptions(QFileIconProvider* o, QFileIconProvider::Options x1) { o->setOptions(x1); } + Q_INVOKABLE QString Mtype(QFileIconProvider* o, const QFileInfo& x1) const { return o->type(x1); } +}; + +class EQL_EXPORT N33 : public QObject { // QFileInfo + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LFileInfo(u); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LFileInfo(u, x1); } + Q_INVOKABLE void* C(uint u, const QFile& x1) { return new LFileInfo(u, x1); } + Q_INVOKABLE void* C(uint u, const QDir& x1, const QString& x2) { return new LFileInfo(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QFileInfo& x1) { return new LFileInfo(u, x1); } + Q_INVOKABLE QDir MabsoluteDir(QFileInfo* o) const { return o->absoluteDir(); } + Q_INVOKABLE QString MabsoluteFilePath(QFileInfo* o) const { return o->absoluteFilePath(); } + Q_INVOKABLE QString MabsolutePath(QFileInfo* o) const { return o->absolutePath(); } + Q_INVOKABLE QString MbaseName(QFileInfo* o) const { return o->baseName(); } + Q_INVOKABLE QString MbundleName(QFileInfo* o) const { return o->bundleName(); } + Q_INVOKABLE bool Mcaching(QFileInfo* o) const { return o->caching(); } + Q_INVOKABLE QString McanonicalFilePath(QFileInfo* o) const { return o->canonicalFilePath(); } + Q_INVOKABLE QString McanonicalPath(QFileInfo* o) const { return o->canonicalPath(); } + Q_INVOKABLE QString McompleteBaseName(QFileInfo* o) const { return o->completeBaseName(); } + Q_INVOKABLE QString McompleteSuffix(QFileInfo* o) const { return o->completeSuffix(); } + Q_INVOKABLE QDateTime Mcreated(QFileInfo* o) const { return o->created(); } + Q_INVOKABLE QDir Mdir(QFileInfo* o) const { return o->dir(); } + Q_INVOKABLE bool Mexists(QFileInfo* o) const { return o->exists(); } + Q_INVOKABLE QString MfileName(QFileInfo* o) const { return o->fileName(); } + Q_INVOKABLE QString MfilePath(QFileInfo* o) const { return o->filePath(); } + Q_INVOKABLE QString Mgroup(QFileInfo* o) const { return o->group(); } + Q_INVOKABLE uint MgroupId(QFileInfo* o) const { return o->groupId(); } + Q_INVOKABLE bool MisAbsolute(QFileInfo* o) const { return o->isAbsolute(); } + Q_INVOKABLE bool MisBundle(QFileInfo* o) const { return o->isBundle(); } + Q_INVOKABLE bool MisDir(QFileInfo* o) const { return o->isDir(); } + Q_INVOKABLE bool MisExecutable(QFileInfo* o) const { return o->isExecutable(); } + Q_INVOKABLE bool MisFile(QFileInfo* o) const { return o->isFile(); } + Q_INVOKABLE bool MisHidden(QFileInfo* o) const { return o->isHidden(); } + Q_INVOKABLE bool MisNativePath(QFileInfo* o) const { return o->isNativePath(); } + Q_INVOKABLE bool MisReadable(QFileInfo* o) const { return o->isReadable(); } + Q_INVOKABLE bool MisRelative(QFileInfo* o) const { return o->isRelative(); } + Q_INVOKABLE bool MisRoot(QFileInfo* o) const { return o->isRoot(); } + Q_INVOKABLE bool MisSymLink(QFileInfo* o) const { return o->isSymLink(); } + Q_INVOKABLE bool MisWritable(QFileInfo* o) const { return o->isWritable(); } + Q_INVOKABLE QDateTime MlastModified(QFileInfo* o) const { return o->lastModified(); } + Q_INVOKABLE QDateTime MlastRead(QFileInfo* o) const { return o->lastRead(); } + Q_INVOKABLE bool MmakeAbsolute(QFileInfo* o) { return o->makeAbsolute(); } + Q_INVOKABLE QString Mowner(QFileInfo* o) const { return o->owner(); } + Q_INVOKABLE uint MownerId(QFileInfo* o) const { return o->ownerId(); } + Q_INVOKABLE QString Mpath(QFileInfo* o) const { return o->path(); } + Q_INVOKABLE bool Mpermission(QFileInfo* o, QFile::Permissions x1) const { return o->permission(x1); } + Q_INVOKABLE int Mpermissions(QFileInfo* o) const { return o->permissions(); } + Q_INVOKABLE void Mrefresh(QFileInfo* o) { o->refresh(); } + Q_INVOKABLE void MsetCaching(QFileInfo* o, bool x1) { o->setCaching(x1); } + Q_INVOKABLE void MsetFile(QFileInfo* o, const QString& x1) { o->setFile(x1); } + Q_INVOKABLE void MsetFile(QFileInfo* o, const QFile& x1) { o->setFile(x1); } + Q_INVOKABLE void MsetFile(QFileInfo* o, const QDir& x1, const QString& x2) { o->setFile(x1, x2); } + Q_INVOKABLE qlonglong Msize(QFileInfo* o) const { return o->size(); } + Q_INVOKABLE QString Msuffix(QFileInfo* o) const { return o->suffix(); } + Q_INVOKABLE void Mswap(QFileInfo* o, QFileInfo& x1) { o->swap(x1); } + Q_INVOKABLE QString MsymLinkTarget(QFileInfo* o) const { return o->symLinkTarget(); } + Q_INVOKABLE bool Sexists(const QString& x1) { return QFileInfo::exists(x1); } +}; + +class EQL_EXPORT N36 : public QObject { // QFont + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LFont(u); } + Q_INVOKABLE void* C(uint u, const QString& x1, int x2 = -1, int x3 = -1, bool x4 = false) { return new LFont(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QFont& x1, QPaintDevice* x2) { return new LFont(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QFont& x1) { return new LFont(u, x1); } + Q_INVOKABLE bool Mbold(QFont* o) const { return o->bold(); } + Q_INVOKABLE int Mcapitalization(QFont* o) const { return o->capitalization(); } + Q_INVOKABLE QString MdefaultFamily(QFont* o) const { return o->defaultFamily(); } + Q_INVOKABLE bool MexactMatch(QFont* o) const { return o->exactMatch(); } + Q_INVOKABLE QString Mfamily(QFont* o) const { return o->family(); } + Q_INVOKABLE bool MfixedPitch(QFont* o) const { return o->fixedPitch(); } + Q_INVOKABLE bool MfromString(QFont* o, const QString& x1) { return o->fromString(x1); } + Q_INVOKABLE int MhintingPreference(QFont* o) const { return o->hintingPreference(); } + Q_INVOKABLE bool MisCopyOf(QFont* o, const QFont& x1) const { return o->isCopyOf(x1); } + Q_INVOKABLE bool Mitalic(QFont* o) const { return o->italic(); } + Q_INVOKABLE bool Mkerning(QFont* o) const { return o->kerning(); } + Q_INVOKABLE QString Mkey(QFont* o) const { return o->key(); } + Q_INVOKABLE QString MlastResortFamily(QFont* o) const { return o->lastResortFamily(); } + Q_INVOKABLE QString MlastResortFont(QFont* o) const { return o->lastResortFont(); } + Q_INVOKABLE qreal MletterSpacing(QFont* o) const { return o->letterSpacing(); } + Q_INVOKABLE int MletterSpacingType(QFont* o) const { return o->letterSpacingType(); } + Q_INVOKABLE bool Moverline(QFont* o) const { return o->overline(); } + Q_INVOKABLE int MpixelSize(QFont* o) const { return o->pixelSize(); } + Q_INVOKABLE int MpointSize(QFont* o) const { return o->pointSize(); } + Q_INVOKABLE qreal MpointSizeF(QFont* o) const { return o->pointSizeF(); } + Q_INVOKABLE QFont Mresolve(QFont* o, const QFont& x1) const { return o->resolve(x1); } + Q_INVOKABLE void MsetBold(QFont* o, bool x1) { o->setBold(x1); } + Q_INVOKABLE void MsetCapitalization(QFont* o, QFont::Capitalization x1) { o->setCapitalization(x1); } + Q_INVOKABLE void MsetFamily(QFont* o, const QString& x1) { o->setFamily(x1); } + Q_INVOKABLE void MsetFixedPitch(QFont* o, bool x1) { o->setFixedPitch(x1); } + Q_INVOKABLE void MsetHintingPreference(QFont* o, QFont::HintingPreference x1) { o->setHintingPreference(x1); } + Q_INVOKABLE void MsetItalic(QFont* o, bool x1) { o->setItalic(x1); } + Q_INVOKABLE void MsetKerning(QFont* o, bool x1) { o->setKerning(x1); } + Q_INVOKABLE void MsetLetterSpacing(QFont* o, QFont::SpacingType x1, qreal x2) { o->setLetterSpacing(x1, x2); } + Q_INVOKABLE void MsetOverline(QFont* o, bool x1) { o->setOverline(x1); } + Q_INVOKABLE void MsetPixelSize(QFont* o, int x1) { o->setPixelSize(x1); } + Q_INVOKABLE void MsetPointSize(QFont* o, int x1) { o->setPointSize(x1); } + Q_INVOKABLE void MsetPointSizeF(QFont* o, qreal x1) { o->setPointSizeF(x1); } + Q_INVOKABLE void MsetStretch(QFont* o, int x1) { o->setStretch(x1); } + Q_INVOKABLE void MsetStrikeOut(QFont* o, bool x1) { o->setStrikeOut(x1); } + Q_INVOKABLE void MsetStyle(QFont* o, QFont::Style x1) { o->setStyle(x1); } + Q_INVOKABLE void MsetStyleHint(QFont* o, QFont::StyleHint x1, QFont::StyleStrategy x2 = QFont::PreferDefault) { o->setStyleHint(x1, x2); } + Q_INVOKABLE void MsetStyleName(QFont* o, const QString& x1) { o->setStyleName(x1); } + Q_INVOKABLE void MsetStyleStrategy(QFont* o, QFont::StyleStrategy x1) { o->setStyleStrategy(x1); } + Q_INVOKABLE void MsetUnderline(QFont* o, bool x1) { o->setUnderline(x1); } + Q_INVOKABLE void MsetWeight(QFont* o, int x1) { o->setWeight(x1); } + Q_INVOKABLE void MsetWordSpacing(QFont* o, qreal x1) { o->setWordSpacing(x1); } + Q_INVOKABLE int Mstretch(QFont* o) const { return o->stretch(); } + Q_INVOKABLE bool MstrikeOut(QFont* o) const { return o->strikeOut(); } + Q_INVOKABLE int Mstyle(QFont* o) const { return o->style(); } + Q_INVOKABLE int MstyleHint(QFont* o) const { return o->styleHint(); } + Q_INVOKABLE QString MstyleName(QFont* o) const { return o->styleName(); } + Q_INVOKABLE int MstyleStrategy(QFont* o) const { return o->styleStrategy(); } + Q_INVOKABLE void Mswap(QFont* o, QFont& x1) { o->swap(x1); } + Q_INVOKABLE QString MtoString(QFont* o) const { return o->toString(); } + Q_INVOKABLE bool Munderline(QFont* o) const { return o->underline(); } + Q_INVOKABLE int Mweight(QFont* o) const { return o->weight(); } + Q_INVOKABLE qreal MwordSpacing(QFont* o) const { return o->wordSpacing(); } + Q_INVOKABLE void SinsertSubstitution(const QString& x1, const QString& x2) { QFont::insertSubstitution(x1, x2); } + Q_INVOKABLE void SinsertSubstitutions(const QString& x1, const QStringList& x2) { QFont::insertSubstitutions(x1, x2); } + Q_INVOKABLE void SremoveSubstitutions(const QString& x1) { QFont::removeSubstitutions(x1); } + Q_INVOKABLE QString Ssubstitute(const QString& x1) { return QFont::substitute(x1); } + Q_INVOKABLE QStringList Ssubstitutes(const QString& x1) { return QFont::substitutes(x1); } + Q_INVOKABLE QStringList Ssubstitutions() { return QFont::substitutions(); } +}; + +class EQL_EXPORT N37 : public QObject { // QFontDatabase + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LFontDatabase(u); } + Q_INVOKABLE bool Mbold(QFontDatabase* o, const QString& x1, const QString& x2) const { return o->bold(x1, x2); } + Q_INVOKABLE QStringList Mfamilies(QFontDatabase* o, QFontDatabase::WritingSystem x1 = QFontDatabase::Any) const { return o->families(x1); } + Q_INVOKABLE QFont Mfont(QFontDatabase* o, const QString& x1, const QString& x2, int x3) const { return o->font(x1, x2, x3); } + Q_INVOKABLE bool MisBitmapScalable(QFontDatabase* o, const QString& x1, const QString& x2 = QString()) const { return o->isBitmapScalable(x1, x2); } + Q_INVOKABLE bool MisFixedPitch(QFontDatabase* o, const QString& x1, const QString& x2 = QString()) const { return o->isFixedPitch(x1, x2); } + Q_INVOKABLE bool MisPrivateFamily(QFontDatabase* o, const QString& x1) const { return o->isPrivateFamily(x1); } + Q_INVOKABLE bool MisScalable(QFontDatabase* o, const QString& x1, const QString& x2 = QString()) const { return o->isScalable(x1, x2); } + Q_INVOKABLE bool MisSmoothlyScalable(QFontDatabase* o, const QString& x1, const QString& x2 = QString()) const { return o->isSmoothlyScalable(x1, x2); } + Q_INVOKABLE bool Mitalic(QFontDatabase* o, const QString& x1, const QString& x2) const { return o->italic(x1, x2); } + Q_INVOKABLE QList MpointSizes(QFontDatabase* o, const QString& x1, const QString& x2 = QString()) { return o->pointSizes(x1, x2); } + Q_INVOKABLE QList MsmoothSizes(QFontDatabase* o, const QString& x1, const QString& x2) { return o->smoothSizes(x1, x2); } + Q_INVOKABLE QString MstyleString(QFontDatabase* o, const QFont& x1) { return o->styleString(x1); } + Q_INVOKABLE QString MstyleString(QFontDatabase* o, const QFontInfo& x1) { return o->styleString(x1); } + Q_INVOKABLE QStringList Mstyles(QFontDatabase* o, const QString& x1) const { return o->styles(x1); } + Q_INVOKABLE int Mweight(QFontDatabase* o, const QString& x1, const QString& x2) const { return o->weight(x1, x2); } + Q_INVOKABLE int SaddApplicationFont(const QString& x1) { return QFontDatabase::addApplicationFont(x1); } + Q_INVOKABLE int SaddApplicationFontFromData(const QByteArray& x1) { return QFontDatabase::addApplicationFontFromData(x1); } + Q_INVOKABLE QStringList SapplicationFontFamilies(int x1) { return QFontDatabase::applicationFontFamilies(x1); } + Q_INVOKABLE bool SremoveAllApplicationFonts() { return QFontDatabase::removeAllApplicationFonts(); } + Q_INVOKABLE bool SremoveApplicationFont(int x1) { return QFontDatabase::removeApplicationFont(x1); } + Q_INVOKABLE QList SstandardSizes() { return QFontDatabase::standardSizes(); } + Q_INVOKABLE QFont SsystemFont(QFontDatabase::SystemFont x1) { return QFontDatabase::systemFont(x1); } + Q_INVOKABLE QString SwritingSystemName(QFontDatabase::WritingSystem x1) { return QFontDatabase::writingSystemName(x1); } + Q_INVOKABLE QString SwritingSystemSample(QFontDatabase::WritingSystem x1) { return QFontDatabase::writingSystemSample(x1); } +}; + +class EQL_EXPORT N38 : public QObject { // QFontInfo + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QFont& x1) { return new LFontInfo(u, x1); } + Q_INVOKABLE void* C(uint u, const QFontInfo& x1) { return new LFontInfo(u, x1); } + Q_INVOKABLE bool Mbold(QFontInfo* o) const { return o->bold(); } + Q_INVOKABLE bool MexactMatch(QFontInfo* o) const { return o->exactMatch(); } + Q_INVOKABLE QString Mfamily(QFontInfo* o) const { return o->family(); } + Q_INVOKABLE bool MfixedPitch(QFontInfo* o) const { return o->fixedPitch(); } + Q_INVOKABLE bool Mitalic(QFontInfo* o) const { return o->italic(); } + Q_INVOKABLE int MpixelSize(QFontInfo* o) const { return o->pixelSize(); } + Q_INVOKABLE int MpointSize(QFontInfo* o) const { return o->pointSize(); } + Q_INVOKABLE qreal MpointSizeF(QFontInfo* o) const { return o->pointSizeF(); } + Q_INVOKABLE int Mstyle(QFontInfo* o) const { return o->style(); } + Q_INVOKABLE int MstyleHint(QFontInfo* o) const { return o->styleHint(); } + Q_INVOKABLE QString MstyleName(QFontInfo* o) const { return o->styleName(); } + Q_INVOKABLE void Mswap(QFontInfo* o, QFontInfo& x1) { o->swap(x1); } + Q_INVOKABLE int Mweight(QFontInfo* o) const { return o->weight(); } +}; + +class EQL_EXPORT N39 : public QObject { // QFontMetrics + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QFont& x1) { return new LFontMetrics(u, x1); } + Q_INVOKABLE void* C(uint u, const QFont& x1, QPaintDevice* x2) { return new LFontMetrics(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QFontMetrics& x1) { return new LFontMetrics(u, x1); } + Q_INVOKABLE int Mascent(QFontMetrics* o) const { return o->ascent(); } + Q_INVOKABLE int MaverageCharWidth(QFontMetrics* o) const { return o->averageCharWidth(); } + Q_INVOKABLE QRect MboundingRect(QFontMetrics* o, QChar x1) const { return o->boundingRect(x1); } + Q_INVOKABLE QRect MboundingRect(QFontMetrics* o, const QString& x1) const { return o->boundingRect(x1); } + Q_INVOKABLE int Mdescent(QFontMetrics* o) const { return o->descent(); } + Q_INVOKABLE QString MelidedText(QFontMetrics* o, const QString& x1, Qt::TextElideMode x2, int x3, int x4 = 0) const { return o->elidedText(x1, x2, x3, x4); } + Q_INVOKABLE int Mheight(QFontMetrics* o) const { return o->height(); } + Q_INVOKABLE bool MinFont(QFontMetrics* o, QChar x1) const { return o->inFont(x1); } + Q_INVOKABLE bool MinFontUcs4(QFontMetrics* o, uint x1) const { return o->inFontUcs4(x1); } + Q_INVOKABLE int Mleading(QFontMetrics* o) const { return o->leading(); } + Q_INVOKABLE int MleftBearing(QFontMetrics* o, QChar x1) const { return o->leftBearing(x1); } + Q_INVOKABLE int MlineSpacing(QFontMetrics* o) const { return o->lineSpacing(); } + Q_INVOKABLE int MlineWidth(QFontMetrics* o) const { return o->lineWidth(); } + Q_INVOKABLE int MmaxWidth(QFontMetrics* o) const { return o->maxWidth(); } + Q_INVOKABLE int MminLeftBearing(QFontMetrics* o) const { return o->minLeftBearing(); } + Q_INVOKABLE int MminRightBearing(QFontMetrics* o) const { return o->minRightBearing(); } + Q_INVOKABLE int MoverlinePos(QFontMetrics* o) const { return o->overlinePos(); } + Q_INVOKABLE int MrightBearing(QFontMetrics* o, QChar x1) const { return o->rightBearing(x1); } + Q_INVOKABLE int MstrikeOutPos(QFontMetrics* o) const { return o->strikeOutPos(); } + Q_INVOKABLE void Mswap(QFontMetrics* o, QFontMetrics& x1) { o->swap(x1); } + Q_INVOKABLE QRect MtightBoundingRect(QFontMetrics* o, const QString& x1) const { return o->tightBoundingRect(x1); } + Q_INVOKABLE int MunderlinePos(QFontMetrics* o) const { return o->underlinePos(); } + Q_INVOKABLE int Mwidth(QFontMetrics* o, const QString& x1, int x2 = -1) const { return o->width(x1, x2); } + Q_INVOKABLE int Mwidth(QFontMetrics* o, QChar x1) const { return o->width(x1); } + Q_INVOKABLE int MxHeight(QFontMetrics* o) const { return o->xHeight(); } +}; + +class EQL_EXPORT N47 : public QObject { // QGradient + Q_OBJECT +public: + Q_INVOKABLE int McoordinateMode(QGradient* o) const { return o->coordinateMode(); } + Q_INVOKABLE void MsetColorAt(QGradient* o, qreal x1, const QColor& x2) { o->setColorAt(x1, x2); } + Q_INVOKABLE void MsetCoordinateMode(QGradient* o, QGradient::CoordinateMode x1) { o->setCoordinateMode(x1); } + Q_INVOKABLE void MsetSpread(QGradient* o, QGradient::Spread x1) { o->setSpread(x1); } + Q_INVOKABLE void MsetStops(QGradient* o, const QGradientStops& x1) { o->setStops(x1); } + Q_INVOKABLE int Mspread(QGradient* o) const { return o->spread(); } + Q_INVOKABLE QGradientStops Mstops(QGradient* o) const { return o->stops(); } + Q_INVOKABLE int Mtype(QGradient* o) const { return o->type(); } +}; + +class EQL_EXPORT N51 : public QObject { // QGraphicsItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsItem(u, x1); } + Q_INVOKABLE bool MacceptDrops(QGraphicsItem* o) const { return o->acceptDrops(); } + Q_INVOKABLE bool MacceptHoverEvents(QGraphicsItem* o) const { return o->acceptHoverEvents(); } + Q_INVOKABLE bool MacceptTouchEvents(QGraphicsItem* o) const { return o->acceptTouchEvents(); } + Q_INVOKABLE int MacceptedMouseButtons(QGraphicsItem* o) const { return o->acceptedMouseButtons(); } + Q_INVOKABLE void Madvance(QGraphicsItem* o, int x1) { o->advance(x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsItem* o) const { return o->boundingRect(); } + Q_INVOKABLE QRegion MboundingRegion(QGraphicsItem* o, const QTransform& x1) const { return o->boundingRegion(x1); } + Q_INVOKABLE qreal MboundingRegionGranularity(QGraphicsItem* o) const { return o->boundingRegionGranularity(); } + Q_INVOKABLE int McacheMode(QGraphicsItem* o) const { return o->cacheMode(); } + Q_INVOKABLE QList MchildItems(QGraphicsItem* o) const { return o->childItems(); } + Q_INVOKABLE QRectF MchildrenBoundingRect(QGraphicsItem* o) const { return o->childrenBoundingRect(); } + Q_INVOKABLE void MclearFocus(QGraphicsItem* o) { o->clearFocus(); } + Q_INVOKABLE QPainterPath MclipPath(QGraphicsItem* o) const { return o->clipPath(); } + Q_INVOKABLE bool McollidesWithItem(QGraphicsItem* o, const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { return o->collidesWithItem(x1, x2); } + Q_INVOKABLE bool McollidesWithPath(QGraphicsItem* o, const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { return o->collidesWithPath(x1, x2); } + Q_INVOKABLE QList McollidingItems(QGraphicsItem* o, Qt::ItemSelectionMode x1 = Qt::IntersectsItemShape) const { return o->collidingItems(x1); } + Q_INVOKABLE QGraphicsItem* McommonAncestorItem(QGraphicsItem* o, const QGraphicsItem* x1) const { return o->commonAncestorItem(x1); } + Q_INVOKABLE bool Mcontains(QGraphicsItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE QCursor Mcursor(QGraphicsItem* o) const { return o->cursor(); } + Q_INVOKABLE QVariant Mdata(QGraphicsItem* o, int x1) const { return o->data(x1); } + Q_INVOKABLE QTransform MdeviceTransform(QGraphicsItem* o, const QTransform& x1) const { return o->deviceTransform(x1); } + Q_INVOKABLE qreal MeffectiveOpacity(QGraphicsItem* o) const { return o->effectiveOpacity(); } + Q_INVOKABLE void MensureVisible(QGraphicsItem* o, const QRectF& x1 = QRectF(), int x2 = 50, int x3 = 50) { o->ensureVisible(x1, x2, x3); } + Q_INVOKABLE void MensureVisible(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4, int x5 = 50, int x6 = 50) { o->ensureVisible(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE bool MfiltersChildEvents(QGraphicsItem* o) const { return o->filtersChildEvents(); } + Q_INVOKABLE int Mflags(QGraphicsItem* o) const { return o->flags(); } + Q_INVOKABLE QGraphicsItem* MfocusItem(QGraphicsItem* o) const { return o->focusItem(); } + Q_INVOKABLE QGraphicsItem* MfocusProxy(QGraphicsItem* o) const { return o->focusProxy(); } + Q_INVOKABLE void MgrabKeyboard(QGraphicsItem* o) { o->grabKeyboard(); } + Q_INVOKABLE void MgrabMouse(QGraphicsItem* o) { o->grabMouse(); } + Q_INVOKABLE QGraphicsEffect* MgraphicsEffect(QGraphicsItem* o) const { return o->graphicsEffect(); } + Q_INVOKABLE QGraphicsItemGroup* Mgroup(QGraphicsItem* o) const { return o->group(); } + Q_INVOKABLE bool MhasCursor(QGraphicsItem* o) const { return o->hasCursor(); } + Q_INVOKABLE bool MhasFocus(QGraphicsItem* o) const { return o->hasFocus(); } + Q_INVOKABLE void Mhide(QGraphicsItem* o) { o->hide(); } + Q_INVOKABLE int MinputMethodHints(QGraphicsItem* o) const { return o->inputMethodHints(); } + Q_INVOKABLE void MinstallSceneEventFilter(QGraphicsItem* o, QGraphicsItem* x1) { o->installSceneEventFilter(x1); } + Q_INVOKABLE bool MisActive(QGraphicsItem* o) const { return o->isActive(); } + Q_INVOKABLE bool MisAncestorOf(QGraphicsItem* o, const QGraphicsItem* x1) const { return o->isAncestorOf(x1); } + Q_INVOKABLE bool MisClipped(QGraphicsItem* o) const { return o->isClipped(); } + Q_INVOKABLE bool MisEnabled(QGraphicsItem* o) const { return o->isEnabled(); } + Q_INVOKABLE bool MisObscured(QGraphicsItem* o, const QRectF& x1 = QRectF()) const { return o->isObscured(x1); } + Q_INVOKABLE bool MisObscured(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->isObscured(x1, x2, x3, x4); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE bool MisPanel(QGraphicsItem* o) const { return o->isPanel(); } + Q_INVOKABLE bool MisSelected(QGraphicsItem* o) const { return o->isSelected(); } + Q_INVOKABLE bool MisUnderMouse(QGraphicsItem* o) const { return o->isUnderMouse(); } + Q_INVOKABLE bool MisVisible(QGraphicsItem* o) const { return o->isVisible(); } + Q_INVOKABLE bool MisVisibleTo(QGraphicsItem* o, const QGraphicsItem* x1) const { return o->isVisibleTo(x1); } + Q_INVOKABLE bool MisWidget(QGraphicsItem* o) const { return o->isWidget(); } + Q_INVOKABLE bool MisWindow(QGraphicsItem* o) const { return o->isWindow(); } + Q_INVOKABLE QTransform MitemTransform(QGraphicsItem* o, const QGraphicsItem* x1, bool* x2 = 0) const { return o->itemTransform(x1, x2); } + Q_INVOKABLE QPointF MmapFromItem(QGraphicsItem* o, const QGraphicsItem* x1, const QPointF& x2) const { return o->mapFromItem(x1, x2); } + Q_INVOKABLE QPolygonF MmapFromItem(QGraphicsItem* o, const QGraphicsItem* x1, const QRectF& x2) const { return o->mapFromItem(x1, x2); } + Q_INVOKABLE QPolygonF MmapFromItem(QGraphicsItem* o, const QGraphicsItem* x1, const QPolygonF& x2) const { return o->mapFromItem(x1, x2); } + Q_INVOKABLE QPainterPath MmapFromItem(QGraphicsItem* o, const QGraphicsItem* x1, const QPainterPath& x2) const { return o->mapFromItem(x1, x2); } + Q_INVOKABLE QPolygonF MmapFromItem(QGraphicsItem* o, const QGraphicsItem* x1, qreal x2, qreal x3, qreal x4, qreal x5) const { return o->mapFromItem(x1, x2, x3, x4, x5); } + Q_INVOKABLE QPointF MmapFromItem(QGraphicsItem* o, const QGraphicsItem* x1, qreal x2, qreal x3) const { return o->mapFromItem(x1, x2, x3); } + Q_INVOKABLE QPointF MmapFromParent(QGraphicsItem* o, const QPointF& x1) const { return o->mapFromParent(x1); } + Q_INVOKABLE QPolygonF MmapFromParent(QGraphicsItem* o, const QRectF& x1) const { return o->mapFromParent(x1); } + Q_INVOKABLE QPolygonF MmapFromParent(QGraphicsItem* o, const QPolygonF& x1) const { return o->mapFromParent(x1); } + Q_INVOKABLE QPainterPath MmapFromParent(QGraphicsItem* o, const QPainterPath& x1) const { return o->mapFromParent(x1); } + Q_INVOKABLE QPolygonF MmapFromParent(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapFromParent(x1, x2, x3, x4); } + Q_INVOKABLE QPointF MmapFromParent(QGraphicsItem* o, qreal x1, qreal x2) const { return o->mapFromParent(x1, x2); } + Q_INVOKABLE QPointF MmapFromScene(QGraphicsItem* o, const QPointF& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPolygonF MmapFromScene(QGraphicsItem* o, const QRectF& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPolygonF MmapFromScene(QGraphicsItem* o, const QPolygonF& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPainterPath MmapFromScene(QGraphicsItem* o, const QPainterPath& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPolygonF MmapFromScene(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapFromScene(x1, x2, x3, x4); } + Q_INVOKABLE QPointF MmapFromScene(QGraphicsItem* o, qreal x1, qreal x2) const { return o->mapFromScene(x1, x2); } + Q_INVOKABLE QRectF MmapRectFromItem(QGraphicsItem* o, const QGraphicsItem* x1, const QRectF& x2) const { return o->mapRectFromItem(x1, x2); } + Q_INVOKABLE QRectF MmapRectFromItem(QGraphicsItem* o, const QGraphicsItem* x1, qreal x2, qreal x3, qreal x4, qreal x5) const { return o->mapRectFromItem(x1, x2, x3, x4, x5); } + Q_INVOKABLE QRectF MmapRectFromParent(QGraphicsItem* o, const QRectF& x1) const { return o->mapRectFromParent(x1); } + Q_INVOKABLE QRectF MmapRectFromParent(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapRectFromParent(x1, x2, x3, x4); } + Q_INVOKABLE QRectF MmapRectFromScene(QGraphicsItem* o, const QRectF& x1) const { return o->mapRectFromScene(x1); } + Q_INVOKABLE QRectF MmapRectFromScene(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapRectFromScene(x1, x2, x3, x4); } + Q_INVOKABLE QRectF MmapRectToItem(QGraphicsItem* o, const QGraphicsItem* x1, const QRectF& x2) const { return o->mapRectToItem(x1, x2); } + Q_INVOKABLE QRectF MmapRectToItem(QGraphicsItem* o, const QGraphicsItem* x1, qreal x2, qreal x3, qreal x4, qreal x5) const { return o->mapRectToItem(x1, x2, x3, x4, x5); } + Q_INVOKABLE QRectF MmapRectToParent(QGraphicsItem* o, const QRectF& x1) const { return o->mapRectToParent(x1); } + Q_INVOKABLE QRectF MmapRectToParent(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapRectToParent(x1, x2, x3, x4); } + Q_INVOKABLE QRectF MmapRectToScene(QGraphicsItem* o, const QRectF& x1) const { return o->mapRectToScene(x1); } + Q_INVOKABLE QRectF MmapRectToScene(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapRectToScene(x1, x2, x3, x4); } + Q_INVOKABLE QPointF MmapToItem(QGraphicsItem* o, const QGraphicsItem* x1, const QPointF& x2) const { return o->mapToItem(x1, x2); } + Q_INVOKABLE QPolygonF MmapToItem(QGraphicsItem* o, const QGraphicsItem* x1, const QRectF& x2) const { return o->mapToItem(x1, x2); } + Q_INVOKABLE QPolygonF MmapToItem(QGraphicsItem* o, const QGraphicsItem* x1, const QPolygonF& x2) const { return o->mapToItem(x1, x2); } + Q_INVOKABLE QPainterPath MmapToItem(QGraphicsItem* o, const QGraphicsItem* x1, const QPainterPath& x2) const { return o->mapToItem(x1, x2); } + Q_INVOKABLE QPolygonF MmapToItem(QGraphicsItem* o, const QGraphicsItem* x1, qreal x2, qreal x3, qreal x4, qreal x5) const { return o->mapToItem(x1, x2, x3, x4, x5); } + Q_INVOKABLE QPointF MmapToItem(QGraphicsItem* o, const QGraphicsItem* x1, qreal x2, qreal x3) const { return o->mapToItem(x1, x2, x3); } + Q_INVOKABLE QPointF MmapToParent(QGraphicsItem* o, const QPointF& x1) const { return o->mapToParent(x1); } + Q_INVOKABLE QPolygonF MmapToParent(QGraphicsItem* o, const QRectF& x1) const { return o->mapToParent(x1); } + Q_INVOKABLE QPolygonF MmapToParent(QGraphicsItem* o, const QPolygonF& x1) const { return o->mapToParent(x1); } + Q_INVOKABLE QPainterPath MmapToParent(QGraphicsItem* o, const QPainterPath& x1) const { return o->mapToParent(x1); } + Q_INVOKABLE QPolygonF MmapToParent(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapToParent(x1, x2, x3, x4); } + Q_INVOKABLE QPointF MmapToParent(QGraphicsItem* o, qreal x1, qreal x2) const { return o->mapToParent(x1, x2); } + Q_INVOKABLE QPointF MmapToScene(QGraphicsItem* o, const QPointF& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPolygonF MmapToScene(QGraphicsItem* o, const QRectF& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPolygonF MmapToScene(QGraphicsItem* o, const QPolygonF& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPainterPath MmapToScene(QGraphicsItem* o, const QPainterPath& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPolygonF MmapToScene(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapToScene(x1, x2, x3, x4); } + Q_INVOKABLE QPointF MmapToScene(QGraphicsItem* o, qreal x1, qreal x2) const { return o->mapToScene(x1, x2); } + Q_INVOKABLE void MmoveBy(QGraphicsItem* o, qreal x1, qreal x2) { o->moveBy(x1, x2); } + Q_INVOKABLE qreal Mopacity(QGraphicsItem* o) const { return o->opacity(); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE QGraphicsItem* Mpanel(QGraphicsItem* o) const { return o->panel(); } + Q_INVOKABLE int MpanelModality(QGraphicsItem* o) const { return o->panelModality(); } + Q_INVOKABLE QGraphicsItem* MparentItem(QGraphicsItem* o) const { return o->parentItem(); } + Q_INVOKABLE QGraphicsObject* MparentObject(QGraphicsItem* o) const { return o->parentObject(); } + Q_INVOKABLE QGraphicsWidget* MparentWidget(QGraphicsItem* o) const { return o->parentWidget(); } + Q_INVOKABLE QPointF Mpos(QGraphicsItem* o) const { return o->pos(); } + Q_INVOKABLE void MremoveSceneEventFilter(QGraphicsItem* o, QGraphicsItem* x1) { o->removeSceneEventFilter(x1); } + Q_INVOKABLE void MresetTransform(QGraphicsItem* o) { o->resetTransform(); } + Q_INVOKABLE qreal Mrotation(QGraphicsItem* o) const { return o->rotation(); } + Q_INVOKABLE qreal Mscale(QGraphicsItem* o) const { return o->scale(); } + Q_INVOKABLE QGraphicsScene* Mscene(QGraphicsItem* o) const { return o->scene(); } + Q_INVOKABLE QRectF MsceneBoundingRect(QGraphicsItem* o) const { return o->sceneBoundingRect(); } + Q_INVOKABLE QPointF MscenePos(QGraphicsItem* o) const { return o->scenePos(); } + Q_INVOKABLE QTransform MsceneTransform(QGraphicsItem* o) const { return o->sceneTransform(); } + Q_INVOKABLE void Mscroll(QGraphicsItem* o, qreal x1, qreal x2, const QRectF& x3 = QRectF()) { o->scroll(x1, x2, x3); } + Q_INVOKABLE void MsetAcceptDrops(QGraphicsItem* o, bool x1) { o->setAcceptDrops(x1); } + Q_INVOKABLE void MsetAcceptHoverEvents(QGraphicsItem* o, bool x1) { o->setAcceptHoverEvents(x1); } + Q_INVOKABLE void MsetAcceptTouchEvents(QGraphicsItem* o, bool x1) { o->setAcceptTouchEvents(x1); } + Q_INVOKABLE void MsetAcceptedMouseButtons(QGraphicsItem* o, Qt::MouseButtons x1) { o->setAcceptedMouseButtons(x1); } + Q_INVOKABLE void MsetActive(QGraphicsItem* o, bool x1) { o->setActive(x1); } + Q_INVOKABLE void MsetBoundingRegionGranularity(QGraphicsItem* o, qreal x1) { o->setBoundingRegionGranularity(x1); } + Q_INVOKABLE void MsetCacheMode(QGraphicsItem* o, QGraphicsItem::CacheMode x1, const QSize& x2 = QSize()) { o->setCacheMode(x1, x2); } + Q_INVOKABLE void MsetCursor(QGraphicsItem* o, const QCursor& x1) { o->setCursor(x1); } + Q_INVOKABLE void MsetData(QGraphicsItem* o, int x1, const QVariant& x2) { o->setData(x1, x2); } + Q_INVOKABLE void MsetEnabled(QGraphicsItem* o, bool x1) { o->setEnabled(x1); } + Q_INVOKABLE void MsetFiltersChildEvents(QGraphicsItem* o, bool x1) { o->setFiltersChildEvents(x1); } + Q_INVOKABLE void MsetFlag(QGraphicsItem* o, QGraphicsItem::GraphicsItemFlag x1, bool x2 = true) { o->setFlag(x1, x2); } + Q_INVOKABLE void MsetFlags(QGraphicsItem* o, QGraphicsItem::GraphicsItemFlags x1) { o->setFlags(x1); } + Q_INVOKABLE void MsetFocus(QGraphicsItem* o, Qt::FocusReason x1 = Qt::OtherFocusReason) { o->setFocus(x1); } + Q_INVOKABLE void MsetFocusProxy(QGraphicsItem* o, QGraphicsItem* x1) { o->setFocusProxy(x1); } + Q_INVOKABLE void MsetGraphicsEffect(QGraphicsItem* o, QGraphicsEffect* x1) { o->setGraphicsEffect(x1); } + Q_INVOKABLE void MsetGroup(QGraphicsItem* o, QGraphicsItemGroup* x1) { o->setGroup(x1); } + Q_INVOKABLE void MsetInputMethodHints(QGraphicsItem* o, Qt::InputMethodHints x1) { o->setInputMethodHints(x1); } + Q_INVOKABLE void MsetOpacity(QGraphicsItem* o, qreal x1) { o->setOpacity(x1); } + Q_INVOKABLE void MsetPanelModality(QGraphicsItem* o, QGraphicsItem::PanelModality x1) { o->setPanelModality(x1); } + Q_INVOKABLE void MsetParentItem(QGraphicsItem* o, QGraphicsItem* x1) { o->setParentItem(x1); } + Q_INVOKABLE void MsetPos(QGraphicsItem* o, const QPointF& x1) { o->setPos(x1); } + Q_INVOKABLE void MsetPos(QGraphicsItem* o, qreal x1, qreal x2) { o->setPos(x1, x2); } + Q_INVOKABLE void MsetRotation(QGraphicsItem* o, qreal x1) { o->setRotation(x1); } + Q_INVOKABLE void MsetScale(QGraphicsItem* o, qreal x1) { o->setScale(x1); } + Q_INVOKABLE void MsetSelected(QGraphicsItem* o, bool x1) { o->setSelected(x1); } + Q_INVOKABLE void MsetToolTip(QGraphicsItem* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetTransform(QGraphicsItem* o, const QTransform& x1, bool x2 = false) { o->setTransform(x1, x2); } + Q_INVOKABLE void MsetTransformOriginPoint(QGraphicsItem* o, const QPointF& x1) { o->setTransformOriginPoint(x1); } + Q_INVOKABLE void MsetTransformOriginPoint(QGraphicsItem* o, qreal x1, qreal x2) { o->setTransformOriginPoint(x1, x2); } + Q_INVOKABLE void MsetTransformations(QGraphicsItem* o, const QList& x1) { o->setTransformations(x1); } + Q_INVOKABLE void MsetVisible(QGraphicsItem* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE void MsetX(QGraphicsItem* o, qreal x1) { o->setX(x1); } + Q_INVOKABLE void MsetY(QGraphicsItem* o, qreal x1) { o->setY(x1); } + Q_INVOKABLE void MsetZValue(QGraphicsItem* o, qreal x1) { o->setZValue(x1); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsItem* o) const { return o->shape(); } + Q_INVOKABLE void Mshow(QGraphicsItem* o) { o->show(); } + Q_INVOKABLE void MstackBefore(QGraphicsItem* o, const QGraphicsItem* x1) { o->stackBefore(x1); } + Q_INVOKABLE QGraphicsObject* MtoGraphicsObject(QGraphicsItem* o) { return o->toGraphicsObject(); } + Q_INVOKABLE const QGraphicsObject* MtoGraphicsObject(QGraphicsItem* o) const { return o->toGraphicsObject(); } + Q_INVOKABLE QString MtoolTip(QGraphicsItem* o) const { return o->toolTip(); } + Q_INVOKABLE QGraphicsItem* MtopLevelItem(QGraphicsItem* o) const { return o->topLevelItem(); } + Q_INVOKABLE QGraphicsWidget* MtopLevelWidget(QGraphicsItem* o) const { return o->topLevelWidget(); } + Q_INVOKABLE QTransform Mtransform(QGraphicsItem* o) const { return o->transform(); } + Q_INVOKABLE QPointF MtransformOriginPoint(QGraphicsItem* o) const { return o->transformOriginPoint(); } + Q_INVOKABLE QList Mtransformations(QGraphicsItem* o) const { return o->transformations(); } + Q_INVOKABLE int Mtype(QGraphicsItem* o) const { return o->type(); } + Q_INVOKABLE void MungrabKeyboard(QGraphicsItem* o) { o->ungrabKeyboard(); } + Q_INVOKABLE void MungrabMouse(QGraphicsItem* o) { o->ungrabMouse(); } + Q_INVOKABLE void MunsetCursor(QGraphicsItem* o) { o->unsetCursor(); } + Q_INVOKABLE void Mupdate(QGraphicsItem* o, const QRectF& x1 = QRectF()) { o->update(x1); } + Q_INVOKABLE void Mupdate(QGraphicsItem* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->update(x1, x2, x3, x4); } + Q_INVOKABLE QGraphicsWidget* Mwindow(QGraphicsItem* o) const { return o->window(); } + Q_INVOKABLE qreal Mx(QGraphicsItem* o) const { return o->x(); } + Q_INVOKABLE qreal My(QGraphicsItem* o) const { return o->y(); } + Q_INVOKABLE qreal MzValue(QGraphicsItem* o) const { return o->zValue(); } + Q_INVOKABLE void MprepareGeometryChange(QGraphicsItem* o) { ((LGraphicsItem*)o)->prepareGeometryChange(); } + Q_INVOKABLE void MupdateMicroFocus(QGraphicsItem* o) { ((LGraphicsItem*)o)->updateMicroFocus(); } +}; + +class EQL_EXPORT N54 : public QObject { // QGraphicsLayoutItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsLayoutItem* x1 = 0, bool x2 = false) { return new LGraphicsLayoutItem(u, x1, x2); } + Q_INVOKABLE QRectF McontentsRect(QGraphicsLayoutItem* o) const { return o->contentsRect(); } + Q_INVOKABLE QSizeF MeffectiveSizeHint(QGraphicsLayoutItem* o, Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { return o->effectiveSizeHint(x1, x2); } + Q_INVOKABLE QRectF Mgeometry(QGraphicsLayoutItem* o) const { return o->geometry(); } + Q_INVOKABLE QGraphicsItem* MgraphicsItem(QGraphicsLayoutItem* o) const { return o->graphicsItem(); } + Q_INVOKABLE bool MisLayout(QGraphicsLayoutItem* o) const { return o->isLayout(); } + Q_INVOKABLE qreal MmaximumHeight(QGraphicsLayoutItem* o) const { return o->maximumHeight(); } + Q_INVOKABLE QSizeF MmaximumSize(QGraphicsLayoutItem* o) const { return o->maximumSize(); } + Q_INVOKABLE qreal MmaximumWidth(QGraphicsLayoutItem* o) const { return o->maximumWidth(); } + Q_INVOKABLE qreal MminimumHeight(QGraphicsLayoutItem* o) const { return o->minimumHeight(); } + Q_INVOKABLE QSizeF MminimumSize(QGraphicsLayoutItem* o) const { return o->minimumSize(); } + Q_INVOKABLE qreal MminimumWidth(QGraphicsLayoutItem* o) const { return o->minimumWidth(); } + Q_INVOKABLE bool MownedByLayout(QGraphicsLayoutItem* o) const { return o->ownedByLayout(); } + Q_INVOKABLE QGraphicsLayoutItem* MparentLayoutItem(QGraphicsLayoutItem* o) const { return o->parentLayoutItem(); } + Q_INVOKABLE qreal MpreferredHeight(QGraphicsLayoutItem* o) const { return o->preferredHeight(); } + Q_INVOKABLE QSizeF MpreferredSize(QGraphicsLayoutItem* o) const { return o->preferredSize(); } + Q_INVOKABLE qreal MpreferredWidth(QGraphicsLayoutItem* o) const { return o->preferredWidth(); } + Q_INVOKABLE void MsetGeometry(QGraphicsLayoutItem* o, const QRectF& x1) { o->setGeometry(x1); } + Q_INVOKABLE void MsetMaximumHeight(QGraphicsLayoutItem* o, qreal x1) { o->setMaximumHeight(x1); } + Q_INVOKABLE void MsetMaximumSize(QGraphicsLayoutItem* o, const QSizeF& x1) { o->setMaximumSize(x1); } + Q_INVOKABLE void MsetMaximumSize(QGraphicsLayoutItem* o, qreal x1, qreal x2) { o->setMaximumSize(x1, x2); } + Q_INVOKABLE void MsetMaximumWidth(QGraphicsLayoutItem* o, qreal x1) { o->setMaximumWidth(x1); } + Q_INVOKABLE void MsetMinimumHeight(QGraphicsLayoutItem* o, qreal x1) { o->setMinimumHeight(x1); } + Q_INVOKABLE void MsetMinimumSize(QGraphicsLayoutItem* o, const QSizeF& x1) { o->setMinimumSize(x1); } + Q_INVOKABLE void MsetMinimumSize(QGraphicsLayoutItem* o, qreal x1, qreal x2) { o->setMinimumSize(x1, x2); } + Q_INVOKABLE void MsetMinimumWidth(QGraphicsLayoutItem* o, qreal x1) { o->setMinimumWidth(x1); } + Q_INVOKABLE void MsetParentLayoutItem(QGraphicsLayoutItem* o, QGraphicsLayoutItem* x1) { o->setParentLayoutItem(x1); } + Q_INVOKABLE void MsetPreferredHeight(QGraphicsLayoutItem* o, qreal x1) { o->setPreferredHeight(x1); } + Q_INVOKABLE void MsetPreferredSize(QGraphicsLayoutItem* o, const QSizeF& x1) { o->setPreferredSize(x1); } + Q_INVOKABLE void MsetPreferredSize(QGraphicsLayoutItem* o, qreal x1, qreal x2) { o->setPreferredSize(x1, x2); } + Q_INVOKABLE void MsetPreferredWidth(QGraphicsLayoutItem* o, qreal x1) { o->setPreferredWidth(x1); } + Q_INVOKABLE void MsetSizePolicy(QGraphicsLayoutItem* o, const QSizePolicy& x1) { o->setSizePolicy(x1); } + Q_INVOKABLE void MsetSizePolicy(QGraphicsLayoutItem* o, QSizePolicy::Policy x1, QSizePolicy::Policy x2, QSizePolicy::ControlType x3 = QSizePolicy::DefaultType) { o->setSizePolicy(x1, x2, x3); } + Q_INVOKABLE QSizePolicy MsizePolicy(QGraphicsLayoutItem* o) const { return o->sizePolicy(); } + Q_INVOKABLE void MupdateGeometry(QGraphicsLayoutItem* o) { o->updateGeometry(); } + Q_INVOKABLE void MsetGraphicsItem(QGraphicsLayoutItem* o, QGraphicsItem* x1) { ((LGraphicsLayoutItem*)o)->setGraphicsItem(x1); } + Q_INVOKABLE void MsetOwnedByLayout(QGraphicsLayoutItem* o, bool x1) { ((LGraphicsLayoutItem*)o)->setOwnedByLayout(x1); } +}; + +class EQL_EXPORT N78 : public QObject { // QIcon + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LIcon(u); } + Q_INVOKABLE void* C(uint u, const QPixmap& x1) { return new LIcon(u, x1); } + Q_INVOKABLE void* C(uint u, const QIcon& x1) { return new LIcon(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LIcon(u, x1); } + Q_INVOKABLE QSize MactualSize(QIcon* o, const QSize& x1, QIcon::Mode x2 = QIcon::Normal, QIcon::State x3 = QIcon::Off) const { return o->actualSize(x1, x2, x3); } + Q_INVOKABLE QSize MactualSize(QIcon* o, QWindow* x1, const QSize& x2, QIcon::Mode x3 = QIcon::Normal, QIcon::State x4 = QIcon::Off) const { return o->actualSize(x1, x2, x3, x4); } + Q_INVOKABLE void MaddFile(QIcon* o, const QString& x1, const QSize& x2 = QSize(), QIcon::Mode x3 = QIcon::Normal, QIcon::State x4 = QIcon::Off) { o->addFile(x1, x2, x3, x4); } + Q_INVOKABLE void MaddPixmap(QIcon* o, const QPixmap& x1, QIcon::Mode x2 = QIcon::Normal, QIcon::State x3 = QIcon::Off) { o->addPixmap(x1, x2, x3); } + Q_INVOKABLE QList MavailableSizes(QIcon* o, QIcon::Mode x1 = QIcon::Normal, QIcon::State x2 = QIcon::Off) const { return o->availableSizes(x1, x2); } + Q_INVOKABLE qlonglong McacheKey(QIcon* o) const { return o->cacheKey(); } + Q_INVOKABLE bool MisNull(QIcon* o) const { return o->isNull(); } + Q_INVOKABLE QString Mname(QIcon* o) const { return o->name(); } + Q_INVOKABLE void Mpaint(QIcon* o, QPainter* x1, const QRect& x2, Qt::Alignment x3 = Qt::AlignCenter, QIcon::Mode x4 = QIcon::Normal, QIcon::State x5 = QIcon::Off) const { o->paint(x1, x2, x3, x4, x5); } + Q_INVOKABLE void Mpaint(QIcon* o, QPainter* x1, int x2, int x3, int x4, int x5, Qt::Alignment x6 = Qt::AlignCenter, QIcon::Mode x7 = QIcon::Normal, QIcon::State x8 = QIcon::Off) const { o->paint(x1, x2, x3, x4, x5, x6, x7, x8); } + Q_INVOKABLE QPixmap Mpixmap(QIcon* o, const QSize& x1, QIcon::Mode x2 = QIcon::Normal, QIcon::State x3 = QIcon::Off) const { return o->pixmap(x1, x2, x3); } + Q_INVOKABLE QPixmap Mpixmap(QIcon* o, QWindow* x1, const QSize& x2, QIcon::Mode x3 = QIcon::Normal, QIcon::State x4 = QIcon::Off) const { return o->pixmap(x1, x2, x3, x4); } + Q_INVOKABLE QPixmap Mpixmap(QIcon* o, int x1, int x2, QIcon::Mode x3 = QIcon::Normal, QIcon::State x4 = QIcon::Off) const { return o->pixmap(x1, x2, x3, x4); } + Q_INVOKABLE QPixmap Mpixmap(QIcon* o, int x1, QIcon::Mode x2 = QIcon::Normal, QIcon::State x3 = QIcon::Off) const { return o->pixmap(x1, x2, x3); } + Q_INVOKABLE void Mswap(QIcon* o, QIcon& x1) { o->swap(x1); } + Q_INVOKABLE QIcon SfromTheme(const QString& x1, const QIcon& x2 = QIcon()) { return QIcon::fromTheme(x1, x2); } + Q_INVOKABLE bool ShasThemeIcon(const QString& x1) { return QIcon::hasThemeIcon(x1); } + Q_INVOKABLE void SsetThemeName(const QString& x1) { QIcon::setThemeName(x1); } + Q_INVOKABLE void SsetThemeSearchPaths(const QStringList& x1) { QIcon::setThemeSearchPaths(x1); } + Q_INVOKABLE QString SthemeName() { return QIcon::themeName(); } + Q_INVOKABLE QStringList SthemeSearchPaths() { return QIcon::themeSearchPaths(); } +}; + +class EQL_EXPORT N83 : public QObject { // QItemEditorFactory + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LItemEditorFactory(u); } + Q_INVOKABLE QWidget* McreateEditor(QItemEditorFactory* o, int x1, QWidget* x2) const { return o->createEditor(x1, x2); } + Q_INVOKABLE void MregisterEditor(QItemEditorFactory* o, int x1, QItemEditorCreatorBase* x2) { o->registerEditor(x1, x2); } + Q_INVOKABLE QByteArray MvaluePropertyName(QItemEditorFactory* o, int x1) const { return o->valuePropertyName(x1); } + Q_INVOKABLE const QItemEditorFactory* SdefaultFactory() { return QItemEditorFactory::defaultFactory(); } + Q_INVOKABLE void SsetDefaultFactory(QItemEditorFactory* x1) { QItemEditorFactory::setDefaultFactory(x1); } +}; + +class EQL_EXPORT N84 : public QObject { // QItemSelectionRange + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LItemSelectionRange(u); } + Q_INVOKABLE void* C(uint u, const QItemSelectionRange& x1) { return new LItemSelectionRange(u, x1); } + Q_INVOKABLE void* C(uint u, const QModelIndex& x1, const QModelIndex& x2) { return new LItemSelectionRange(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QModelIndex& x1) { return new LItemSelectionRange(u, x1); } + Q_INVOKABLE int Mbottom(QItemSelectionRange* o) const { return o->bottom(); } + Q_INVOKABLE QPersistentModelIndex MbottomRight(QItemSelectionRange* o) const { return o->bottomRight(); } + Q_INVOKABLE bool Mcontains(QItemSelectionRange* o, const QModelIndex& x1) const { return o->contains(x1); } + Q_INVOKABLE bool Mcontains(QItemSelectionRange* o, int x1, int x2, const QModelIndex& x3) const { return o->contains(x1, x2, x3); } + Q_INVOKABLE int Mheight(QItemSelectionRange* o) const { return o->height(); } + Q_INVOKABLE QModelIndexList Mindexes(QItemSelectionRange* o) const { return o->indexes(); } + Q_INVOKABLE QItemSelectionRange Mintersected(QItemSelectionRange* o, const QItemSelectionRange& x1) const { return o->intersected(x1); } + Q_INVOKABLE bool Mintersects(QItemSelectionRange* o, const QItemSelectionRange& x1) const { return o->intersects(x1); } + Q_INVOKABLE bool MisEmpty(QItemSelectionRange* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisValid(QItemSelectionRange* o) const { return o->isValid(); } + Q_INVOKABLE int Mleft(QItemSelectionRange* o) const { return o->left(); } + Q_INVOKABLE const QAbstractItemModel* Mmodel(QItemSelectionRange* o) const { return o->model(); } + Q_INVOKABLE QModelIndex Mparent(QItemSelectionRange* o) const { return o->parent(); } + Q_INVOKABLE int Mright(QItemSelectionRange* o) const { return o->right(); } + Q_INVOKABLE int Mtop(QItemSelectionRange* o) const { return o->top(); } + Q_INVOKABLE QPersistentModelIndex MtopLeft(QItemSelectionRange* o) const { return o->topLeft(); } + Q_INVOKABLE int Mwidth(QItemSelectionRange* o) const { return o->width(); } +}; + +class EQL_EXPORT N86 : public QObject { // QKeySequence + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LKeySequence(u); } + Q_INVOKABLE void* C(uint u, const QString& x1, QKeySequence::SequenceFormat x2 = QKeySequence::NativeText) { return new LKeySequence(u, x1, x2); } + Q_INVOKABLE void* C(uint u, int x1, int x2 = 0, int x3 = 0, int x4 = 0) { return new LKeySequence(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QKeySequence& x1) { return new LKeySequence(u, x1); } + Q_INVOKABLE void* C(uint u, QKeySequence::StandardKey x1) { return new LKeySequence(u, x1); } + Q_INVOKABLE int Mcount(QKeySequence* o) const { return o->count(); } + Q_INVOKABLE bool MisEmpty(QKeySequence* o) const { return o->isEmpty(); } + Q_INVOKABLE int Mmatches(QKeySequence* o, const QKeySequence& x1) const { return o->matches(x1); } + Q_INVOKABLE void Mswap(QKeySequence* o, QKeySequence& x1) { o->swap(x1); } + Q_INVOKABLE QString MtoString(QKeySequence* o, QKeySequence::SequenceFormat x1 = QKeySequence::PortableText) const { return o->toString(x1); } + Q_INVOKABLE QKeySequence SfromString(const QString& x1, QKeySequence::SequenceFormat x2 = QKeySequence::PortableText) { return QKeySequence::fromString(x1, x2); } + Q_INVOKABLE QList SkeyBindings(QKeySequence::StandardKey x1) { return QKeySequence::keyBindings(x1); } + Q_INVOKABLE QList SlistFromString(const QString& x1, QKeySequence::SequenceFormat x2 = QKeySequence::PortableText) { return QKeySequence::listFromString(x1, x2); } + Q_INVOKABLE QString SlistToString(const QList& x1, QKeySequence::SequenceFormat x2 = QKeySequence::PortableText) { return QKeySequence::listToString(x1, x2); } + Q_INVOKABLE QKeySequence Smnemonic(const QString& x1) { return QKeySequence::mnemonic(x1); } +}; + +class EQL_EXPORT N87 : public QObject { // QLayoutItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, Qt::Alignment x1 = 0) { return new LLayoutItem(u, x1); } + Q_INVOKABLE int Malignment(QLayoutItem* o) const { return o->alignment(); } + Q_INVOKABLE int McontrolTypes(QLayoutItem* o) const { return o->controlTypes(); } + Q_INVOKABLE int MexpandingDirections(QLayoutItem* o) const { return o->expandingDirections(); } + Q_INVOKABLE QRect Mgeometry(QLayoutItem* o) const { return o->geometry(); } + Q_INVOKABLE bool MhasHeightForWidth(QLayoutItem* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QLayoutItem* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE void Minvalidate(QLayoutItem* o) { o->invalidate(); } + Q_INVOKABLE bool MisEmpty(QLayoutItem* o) const { return o->isEmpty(); } + Q_INVOKABLE QLayout* Mlayout(QLayoutItem* o) { return o->layout(); } + Q_INVOKABLE QSize MmaximumSize(QLayoutItem* o) const { return o->maximumSize(); } + Q_INVOKABLE int MminimumHeightForWidth(QLayoutItem* o, int x1) const { return o->minimumHeightForWidth(x1); } + Q_INVOKABLE QSize MminimumSize(QLayoutItem* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetAlignment(QLayoutItem* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetGeometry(QLayoutItem* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QLayoutItem* o) const { return o->sizeHint(); } + Q_INVOKABLE QSpacerItem* MspacerItem(QLayoutItem* o) { return o->spacerItem(); } + Q_INVOKABLE QWidget* Mwidget(QLayoutItem* o) { return o->widget(); } +}; + +class EQL_EXPORT N88 : public QObject { // QLibraryInfo + Q_OBJECT +public: + Q_INVOKABLE bool SisDebugBuild() { return QLibraryInfo::isDebugBuild(); } + Q_INVOKABLE QString SlicensedProducts() { return QLibraryInfo::licensedProducts(); } + Q_INVOKABLE QString Slicensee() { return QLibraryInfo::licensee(); } + Q_INVOKABLE QString Slocation(QLibraryInfo::LibraryLocation x1) { return QLibraryInfo::location(x1); } +}; + +class EQL_EXPORT N90 : public QObject { // QListWidgetItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QListWidget* x1 = 0, int x2 = QListWidgetItem::Type) { return new LListWidgetItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, QListWidget* x2 = 0, int x3 = QListWidgetItem::Type) { return new LListWidgetItem(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QIcon& x1, const QString& x2, QListWidget* x3 = 0, int x4 = QListWidgetItem::Type) { return new LListWidgetItem(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QListWidgetItem& x1) { return new LListWidgetItem(u, x1); } + Q_INVOKABLE QBrush Mbackground(QListWidgetItem* o) const { return o->background(); } + Q_INVOKABLE int McheckState(QListWidgetItem* o) const { return o->checkState(); } + Q_INVOKABLE QListWidgetItem* Mclone(QListWidgetItem* o) const { return o->clone(); } + Q_INVOKABLE QVariant Mdata(QListWidgetItem* o, int x1) const { return o->data(x1); } + Q_INVOKABLE int Mflags(QListWidgetItem* o) const { return o->flags(); } + Q_INVOKABLE QFont Mfont(QListWidgetItem* o) const { return o->font(); } + Q_INVOKABLE QBrush Mforeground(QListWidgetItem* o) const { return o->foreground(); } + Q_INVOKABLE QIcon Micon(QListWidgetItem* o) const { return o->icon(); } + Q_INVOKABLE bool MisHidden(QListWidgetItem* o) const { return o->isHidden(); } + Q_INVOKABLE bool MisSelected(QListWidgetItem* o) const { return o->isSelected(); } + Q_INVOKABLE QListWidget* MlistWidget(QListWidgetItem* o) const { return o->listWidget(); } + Q_INVOKABLE void MsetBackground(QListWidgetItem* o, const QBrush& x1) { o->setBackground(x1); } + Q_INVOKABLE void MsetCheckState(QListWidgetItem* o, Qt::CheckState x1) { o->setCheckState(x1); } + Q_INVOKABLE void MsetData(QListWidgetItem* o, int x1, const QVariant& x2) { o->setData(x1, x2); } + Q_INVOKABLE void MsetFlags(QListWidgetItem* o, Qt::ItemFlags x1) { o->setFlags(x1); } + Q_INVOKABLE void MsetFont(QListWidgetItem* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetForeground(QListWidgetItem* o, const QBrush& x1) { o->setForeground(x1); } + Q_INVOKABLE void MsetHidden(QListWidgetItem* o, bool x1) { o->setHidden(x1); } + Q_INVOKABLE void MsetIcon(QListWidgetItem* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetSelected(QListWidgetItem* o, bool x1) { o->setSelected(x1); } + Q_INVOKABLE void MsetSizeHint(QListWidgetItem* o, const QSize& x1) { o->setSizeHint(x1); } + Q_INVOKABLE void MsetStatusTip(QListWidgetItem* o, const QString& x1) { o->setStatusTip(x1); } + Q_INVOKABLE void MsetText(QListWidgetItem* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetTextAlignment(QListWidgetItem* o, int x1) { o->setTextAlignment(x1); } + Q_INVOKABLE void MsetToolTip(QListWidgetItem* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetWhatsThis(QListWidgetItem* o, const QString& x1) { o->setWhatsThis(x1); } + Q_INVOKABLE QSize MsizeHint(QListWidgetItem* o) const { return o->sizeHint(); } + Q_INVOKABLE QString MstatusTip(QListWidgetItem* o) const { return o->statusTip(); } + Q_INVOKABLE QString Mtext(QListWidgetItem* o) const { return o->text(); } + Q_INVOKABLE int MtextAlignment(QListWidgetItem* o) const { return o->textAlignment(); } + Q_INVOKABLE QString MtoolTip(QListWidgetItem* o) const { return o->toolTip(); } + Q_INVOKABLE int Mtype(QListWidgetItem* o) const { return o->type(); } + Q_INVOKABLE QString MwhatsThis(QListWidgetItem* o) const { return o->whatsThis(); } +}; + +class EQL_EXPORT N91 : public QObject { // QLocale + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LLocale(u); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LLocale(u, x1); } + Q_INVOKABLE void* C(uint u, QLocale::Language x1, QLocale::Country x2 = QLocale::AnyCountry) { return new LLocale(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QLocale::Language x1, QLocale::Script x2, QLocale::Country x3) { return new LLocale(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QLocale& x1) { return new LLocale(u, x1); } + Q_INVOKABLE QString MamText(QLocale* o) const { return o->amText(); } + Q_INVOKABLE QString Mbcp47Name(QLocale* o) const { return o->bcp47Name(); } + Q_INVOKABLE int Mcountry(QLocale* o) const { return o->country(); } + Q_INVOKABLE QString McreateSeparatedList(QLocale* o, const QStringList& x1) const { return o->createSeparatedList(x1); } + Q_INVOKABLE QString McurrencySymbol(QLocale* o, QLocale::CurrencySymbolFormat x1 = QLocale::CurrencySymbol) const { return o->currencySymbol(x1); } + Q_INVOKABLE QString MdateFormat(QLocale* o, QLocale::FormatType x1 = QLocale::LongFormat) const { return o->dateFormat(x1); } + Q_INVOKABLE QString MdateTimeFormat(QLocale* o, QLocale::FormatType x1 = QLocale::LongFormat) const { return o->dateTimeFormat(x1); } + Q_INVOKABLE QString MdayName(QLocale* o, int x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->dayName(x1, x2); } + Q_INVOKABLE QChar MdecimalPoint(QLocale* o) const { return o->decimalPoint(); } + Q_INVOKABLE QChar Mexponential(QLocale* o) const { return o->exponential(); } + Q_INVOKABLE int MfirstDayOfWeek(QLocale* o) const { return o->firstDayOfWeek(); } + Q_INVOKABLE QChar MgroupSeparator(QLocale* o) const { return o->groupSeparator(); } + Q_INVOKABLE int Mlanguage(QLocale* o) const { return o->language(); } + Q_INVOKABLE int MmeasurementSystem(QLocale* o) const { return o->measurementSystem(); } + Q_INVOKABLE QString MmonthName(QLocale* o, int x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->monthName(x1, x2); } + Q_INVOKABLE QString Mname(QLocale* o) const { return o->name(); } + Q_INVOKABLE QString MnativeCountryName(QLocale* o) const { return o->nativeCountryName(); } + Q_INVOKABLE QString MnativeLanguageName(QLocale* o) const { return o->nativeLanguageName(); } + Q_INVOKABLE QChar MnegativeSign(QLocale* o) const { return o->negativeSign(); } + Q_INVOKABLE int MnumberOptions(QLocale* o) const { return o->numberOptions(); } + Q_INVOKABLE QChar Mpercent(QLocale* o) const { return o->percent(); } + Q_INVOKABLE QString MpmText(QLocale* o) const { return o->pmText(); } + Q_INVOKABLE QChar MpositiveSign(QLocale* o) const { return o->positiveSign(); } + Q_INVOKABLE int Mscript(QLocale* o) const { return o->script(); } + Q_INVOKABLE void MsetNumberOptions(QLocale* o, QLocale::NumberOptions x1) { o->setNumberOptions(x1); } + Q_INVOKABLE QString MstandaloneDayName(QLocale* o, int x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->standaloneDayName(x1, x2); } + Q_INVOKABLE QString MstandaloneMonthName(QLocale* o, int x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->standaloneMonthName(x1, x2); } + Q_INVOKABLE int MtextDirection(QLocale* o) const { return o->textDirection(); } + Q_INVOKABLE QString MtimeFormat(QLocale* o, QLocale::FormatType x1 = QLocale::LongFormat) const { return o->timeFormat(x1); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, qlonglong x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, qulonglong x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, double x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, short x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, ushort x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, int x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, uint x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QString MtoCurrencyString(QLocale* o, float x1, const QString& x2 = QString()) const { return o->toCurrencyString(x1, x2); } + Q_INVOKABLE QDate MtoDate(QLocale* o, const QString& x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->toDate(x1, x2); } + Q_INVOKABLE QDate MtoDate(QLocale* o, const QString& x1, const QString& x2) const { return o->toDate(x1, x2); } + Q_INVOKABLE QDateTime MtoDateTime(QLocale* o, const QString& x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->toDateTime(x1, x2); } + Q_INVOKABLE QDateTime MtoDateTime(QLocale* o, const QString& x1, const QString& x2) const { return o->toDateTime(x1, x2); } + Q_INVOKABLE double MtoDouble(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toDouble(x1, x2); } + Q_INVOKABLE double MtoDouble(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toDouble(x1, x2); } + Q_INVOKABLE float MtoFloat(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toFloat(x1, x2); } + Q_INVOKABLE float MtoFloat(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toFloat(x1, x2); } + Q_INVOKABLE int MtoInt(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toInt(x1, x2); } + Q_INVOKABLE int MtoInt(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toInt(x1, x2); } + Q_INVOKABLE qlonglong MtoLongLong(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toLongLong(x1, x2); } + Q_INVOKABLE qlonglong MtoLongLong(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toLongLong(x1, x2); } + Q_INVOKABLE QString MtoLower(QLocale* o, const QString& x1) const { return o->toLower(x1); } + Q_INVOKABLE short MtoShort(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toShort(x1, x2); } + Q_INVOKABLE short MtoShort(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toShort(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, qlonglong x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QLocale* o, const QDate& x1, const QString& x2) const { return o->toString(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, const QDate& x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->toString(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, const QTime& x1, const QString& x2) const { return o->toString(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, const QTime& x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->toString(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, const QDateTime& x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->toString(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, const QDateTime& x1, const QString& x2) const { return o->toString(x1, x2); } + Q_INVOKABLE QString MtoString(QLocale* o, qulonglong x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QLocale* o, double x1, char x2 = 'g', int x3 = 6) const { return o->toString(x1, x2, x3); } + Q_INVOKABLE QString MtoString(QLocale* o, short x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QLocale* o, ushort x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QLocale* o, int x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QLocale* o, uint x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QLocale* o, float x1, char x2 = 'g', int x3 = 6) const { return o->toString(x1, x2, x3); } + Q_INVOKABLE QTime MtoTime(QLocale* o, const QString& x1, QLocale::FormatType x2 = QLocale::LongFormat) const { return o->toTime(x1, x2); } + Q_INVOKABLE QTime MtoTime(QLocale* o, const QString& x1, const QString& x2) const { return o->toTime(x1, x2); } + Q_INVOKABLE uint MtoUInt(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toUInt(x1, x2); } + Q_INVOKABLE uint MtoUInt(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toUInt(x1, x2); } + Q_INVOKABLE qulonglong MtoULongLong(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toULongLong(x1, x2); } + Q_INVOKABLE qulonglong MtoULongLong(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toULongLong(x1, x2); } + Q_INVOKABLE ushort MtoUShort(QLocale* o, const QString& x1, bool* x2 = 0) const { return o->toUShort(x1, x2); } + Q_INVOKABLE ushort MtoUShort(QLocale* o, const QStringRef& x1, bool* x2 = 0) const { return o->toUShort(x1, x2); } + Q_INVOKABLE QString MtoUpper(QLocale* o, const QString& x1) const { return o->toUpper(x1); } + Q_INVOKABLE QStringList MuiLanguages(QLocale* o) const { return o->uiLanguages(); } + Q_INVOKABLE QList Mweekdays(QLocale* o) const { return o->weekdays(); } + Q_INVOKABLE QChar MzeroDigit(QLocale* o) const { return o->zeroDigit(); } + Q_INVOKABLE QLocale Sc() { return QLocale::c(); } + Q_INVOKABLE QString ScountryToString(QLocale::Country x1) { return QLocale::countryToString(x1); } + Q_INVOKABLE QString SlanguageToString(QLocale::Language x1) { return QLocale::languageToString(x1); } + Q_INVOKABLE QList SmatchingLocales(QLocale::Language x1, QLocale::Script x2, QLocale::Country x3) { return QLocale::matchingLocales(x1, x2, x3); } + Q_INVOKABLE QString SscriptToString(QLocale::Script x1) { return QLocale::scriptToString(x1); } + Q_INVOKABLE void SsetDefault(const QLocale& x1) { QLocale::setDefault(x1); } + Q_INVOKABLE QLocale Ssystem() { return QLocale::system(); } +}; + +class EQL_EXPORT N92 : public QObject { // QMargins + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LMargins(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2, int x3, int x4) { return new LMargins(u, x1, x2, x3, x4); } + Q_INVOKABLE int Mbottom(QMargins* o) const { return o->bottom(); } + Q_INVOKABLE bool MisNull(QMargins* o) const { return o->isNull(); } + Q_INVOKABLE int Mleft(QMargins* o) const { return o->left(); } + Q_INVOKABLE int Mright(QMargins* o) const { return o->right(); } + Q_INVOKABLE void MsetBottom(QMargins* o, int x1) { o->setBottom(x1); } + Q_INVOKABLE void MsetLeft(QMargins* o, int x1) { o->setLeft(x1); } + Q_INVOKABLE void MsetRight(QMargins* o, int x1) { o->setRight(x1); } + Q_INVOKABLE void MsetTop(QMargins* o, int x1) { o->setTop(x1); } + Q_INVOKABLE int Mtop(QMargins* o) const { return o->top(); } +}; + +class EQL_EXPORT N93 : public QObject { // QMatrix + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LMatrix(u); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) { return new LMatrix(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void* C(uint u, const QMatrix& x1) { return new LMatrix(u, x1); } + Q_INVOKABLE qreal Mm11(QMatrix* o) const { return o->m11(); } + Q_INVOKABLE qreal Mm12(QMatrix* o) const { return o->m12(); } + Q_INVOKABLE qreal Mm21(QMatrix* o) const { return o->m21(); } + Q_INVOKABLE qreal Mm22(QMatrix* o) const { return o->m22(); } + Q_INVOKABLE qreal Mdeterminant(QMatrix* o) const { return o->determinant(); } + Q_INVOKABLE qreal Mdx(QMatrix* o) const { return o->dx(); } + Q_INVOKABLE qreal Mdy(QMatrix* o) const { return o->dy(); } + Q_INVOKABLE QMatrix Minverted(QMatrix* o, bool* x1 = 0) const { return o->inverted(x1); } + Q_INVOKABLE bool MisIdentity(QMatrix* o) const { return o->isIdentity(); } + Q_INVOKABLE bool MisInvertible(QMatrix* o) const { return o->isInvertible(); } + Q_INVOKABLE QPointF Mmap(QMatrix* o, const QPointF& x1) const { return o->map(x1); } + Q_INVOKABLE QPoint Mmap(QMatrix* o, const QPoint& x1) const { return o->map(x1); } + Q_INVOKABLE QLineF Mmap(QMatrix* o, const QLineF& x1) const { return o->map(x1); } + Q_INVOKABLE QLine Mmap(QMatrix* o, const QLine& x1) const { return o->map(x1); } + Q_INVOKABLE QPolygonF Mmap(QMatrix* o, const QPolygonF& x1) const { return o->map(x1); } + Q_INVOKABLE QPolygon Mmap(QMatrix* o, const QPolygon& x1) const { return o->map(x1); } + Q_INVOKABLE QRegion Mmap(QMatrix* o, const QRegion& x1) const { return o->map(x1); } + Q_INVOKABLE QPainterPath Mmap(QMatrix* o, const QPainterPath& x1) const { return o->map(x1); } + Q_INVOKABLE QRectF MmapRect(QMatrix* o, const QRectF& x1) const { return o->mapRect(x1); } + Q_INVOKABLE QRect MmapRect(QMatrix* o, const QRect& x1) const { return o->mapRect(x1); } + Q_INVOKABLE QPolygon MmapToPolygon(QMatrix* o, const QRect& x1) const { return o->mapToPolygon(x1); } + Q_INVOKABLE void Mreset(QMatrix* o) { o->reset(); } + Q_INVOKABLE QMatrix Mrotate(QMatrix* o, qreal x1) { return o->rotate(x1); } + Q_INVOKABLE QMatrix Mscale(QMatrix* o, qreal x1, qreal x2) { return o->scale(x1, x2); } + Q_INVOKABLE void MsetMatrix(QMatrix* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) { o->setMatrix(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QMatrix Mshear(QMatrix* o, qreal x1, qreal x2) { return o->shear(x1, x2); } + Q_INVOKABLE QMatrix Mtranslate(QMatrix* o, qreal x1, qreal x2) { return o->translate(x1, x2); } +}; + +class EQL_EXPORT N94 : public QObject { // QMatrix4x4 + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LMatrix4x4(u); } + Q_INVOKABLE void* C(uint u, const float* x1) { return new LMatrix4x4(u, x1); } + Q_INVOKABLE void* C(uint u, float x1, float x2, float x3, float x4, float x5, float x6, float x7, float x8, float x9, float x10, float x11, float x12, float x13, float x14, float x15, float x16) { return new LMatrix4x4(u, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16); } + Q_INVOKABLE void* C(uint u, const QTransform& x1) { return new LMatrix4x4(u, x1); } + Q_INVOKABLE void* C(uint u, const QMatrix& x1) { return new LMatrix4x4(u, x1); } + Q_INVOKABLE QVector4D Mcolumn(QMatrix4x4* o, int x1) const { return o->column(x1); } + Q_INVOKABLE const float* MconstData(QMatrix4x4* o) const { return o->constData(); } + Q_INVOKABLE void McopyDataTo(QMatrix4x4* o, float* x1) const { o->copyDataTo(x1); } + Q_INVOKABLE float* Mdata(QMatrix4x4* o) { return o->data(); } + Q_INVOKABLE const float* Mdata(QMatrix4x4* o) const { return o->data(); } + Q_INVOKABLE double Mdeterminant(QMatrix4x4* o) const { return o->determinant(); } + Q_INVOKABLE void Mfill(QMatrix4x4* o, float x1) { o->fill(x1); } + Q_INVOKABLE void Mfrustum(QMatrix4x4* o, float x1, float x2, float x3, float x4, float x5, float x6) { o->frustum(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QMatrix4x4 Minverted(QMatrix4x4* o, bool* x1 = 0) const { return o->inverted(x1); } + Q_INVOKABLE bool MisAffine(QMatrix4x4* o) const { return o->isAffine(); } + Q_INVOKABLE bool MisIdentity(QMatrix4x4* o) const { return o->isIdentity(); } + Q_INVOKABLE void MlookAt(QMatrix4x4* o, const QVector3D& x1, const QVector3D& x2, const QVector3D& x3) { o->lookAt(x1, x2, x3); } + Q_INVOKABLE QPoint Mmap(QMatrix4x4* o, const QPoint& x1) const { return o->map(x1); } + Q_INVOKABLE QPointF Mmap(QMatrix4x4* o, const QPointF& x1) const { return o->map(x1); } + Q_INVOKABLE QVector3D Mmap(QMatrix4x4* o, const QVector3D& x1) const { return o->map(x1); } + Q_INVOKABLE QVector4D Mmap(QMatrix4x4* o, const QVector4D& x1) const { return o->map(x1); } + Q_INVOKABLE QRect MmapRect(QMatrix4x4* o, const QRect& x1) const { return o->mapRect(x1); } + Q_INVOKABLE QRectF MmapRect(QMatrix4x4* o, const QRectF& x1) const { return o->mapRect(x1); } + Q_INVOKABLE QVector3D MmapVector(QMatrix4x4* o, const QVector3D& x1) const { return o->mapVector(x1); } + Q_INVOKABLE QMatrix3x3 MnormalMatrix(QMatrix4x4* o) const { return o->normalMatrix(); } + Q_INVOKABLE void Moptimize(QMatrix4x4* o) { o->optimize(); } + Q_INVOKABLE void Mortho(QMatrix4x4* o, float x1, float x2, float x3, float x4, float x5, float x6) { o->ortho(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void Mortho(QMatrix4x4* o, const QRect& x1) { o->ortho(x1); } + Q_INVOKABLE void Mortho(QMatrix4x4* o, const QRectF& x1) { o->ortho(x1); } + Q_INVOKABLE void Mperspective(QMatrix4x4* o, float x1, float x2, float x3, float x4) { o->perspective(x1, x2, x3, x4); } + Q_INVOKABLE void Mrotate(QMatrix4x4* o, float x1, const QVector3D& x2) { o->rotate(x1, x2); } + Q_INVOKABLE void Mrotate(QMatrix4x4* o, const QQuaternion& x1) { o->rotate(x1); } + Q_INVOKABLE void Mrotate(QMatrix4x4* o, float x1, float x2, float x3, float x4 = 0.0f) { o->rotate(x1, x2, x3, x4); } + Q_INVOKABLE QVector4D Mrow(QMatrix4x4* o, int x1) const { return o->row(x1); } + Q_INVOKABLE void Mscale(QMatrix4x4* o, const QVector3D& x1) { o->scale(x1); } + Q_INVOKABLE void Mscale(QMatrix4x4* o, float x1, float x2) { o->scale(x1, x2); } + Q_INVOKABLE void Mscale(QMatrix4x4* o, float x1, float x2, float x3) { o->scale(x1, x2, x3); } + Q_INVOKABLE void Mscale(QMatrix4x4* o, float x1) { o->scale(x1); } + Q_INVOKABLE void MsetColumn(QMatrix4x4* o, int x1, const QVector4D& x2) { o->setColumn(x1, x2); } + Q_INVOKABLE void MsetRow(QMatrix4x4* o, int x1, const QVector4D& x2) { o->setRow(x1, x2); } + Q_INVOKABLE void MsetToIdentity(QMatrix4x4* o) { o->setToIdentity(); } + Q_INVOKABLE QMatrix MtoAffine(QMatrix4x4* o) const { return o->toAffine(); } + Q_INVOKABLE QTransform MtoTransform(QMatrix4x4* o) const { return o->toTransform(); } + Q_INVOKABLE QTransform MtoTransform(QMatrix4x4* o, float x1) const { return o->toTransform(x1); } + Q_INVOKABLE void Mtranslate(QMatrix4x4* o, const QVector3D& x1) { o->translate(x1); } + Q_INVOKABLE void Mtranslate(QMatrix4x4* o, float x1, float x2) { o->translate(x1, x2); } + Q_INVOKABLE void Mtranslate(QMatrix4x4* o, float x1, float x2, float x3) { o->translate(x1, x2, x3); } + Q_INVOKABLE QMatrix4x4 Mtransposed(QMatrix4x4* o) const { return o->transposed(); } + Q_INVOKABLE void Mviewport(QMatrix4x4* o, float x1, float x2, float x3, float x4, float x5 = 0.0f, float x6 = 1.0f) { o->viewport(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void Mviewport(QMatrix4x4* o, const QRectF& x1) { o->viewport(x1); } +}; + +class EQL_EXPORT N95 : public QObject { // QMetaObject + Q_OBJECT +public: + Q_INVOKABLE int MclassInfoCount(QMetaObject* o) const { return o->classInfoCount(); } + Q_INVOKABLE int MclassInfoOffset(QMetaObject* o) const { return o->classInfoOffset(); } + Q_INVOKABLE const char* MclassName(QMetaObject* o) const { return o->className(); } + Q_INVOKABLE int MconstructorCount(QMetaObject* o) const { return o->constructorCount(); } + Q_INVOKABLE int MenumeratorCount(QMetaObject* o) const { return o->enumeratorCount(); } + Q_INVOKABLE int MenumeratorOffset(QMetaObject* o) const { return o->enumeratorOffset(); } + Q_INVOKABLE int MindexOfClassInfo(QMetaObject* o, const char* x1) const { return o->indexOfClassInfo(x1); } + Q_INVOKABLE int MindexOfConstructor(QMetaObject* o, const char* x1) const { return o->indexOfConstructor(x1); } + Q_INVOKABLE int MindexOfEnumerator(QMetaObject* o, const char* x1) const { return o->indexOfEnumerator(x1); } + Q_INVOKABLE int MindexOfMethod(QMetaObject* o, const char* x1) const { return o->indexOfMethod(x1); } + Q_INVOKABLE int MindexOfProperty(QMetaObject* o, const char* x1) const { return o->indexOfProperty(x1); } + Q_INVOKABLE int MindexOfSignal(QMetaObject* o, const char* x1) const { return o->indexOfSignal(x1); } + Q_INVOKABLE int MindexOfSlot(QMetaObject* o, const char* x1) const { return o->indexOfSlot(x1); } + Q_INVOKABLE int MmethodCount(QMetaObject* o) const { return o->methodCount(); } + Q_INVOKABLE int MmethodOffset(QMetaObject* o) const { return o->methodOffset(); } + Q_INVOKABLE int MpropertyCount(QMetaObject* o) const { return o->propertyCount(); } + Q_INVOKABLE int MpropertyOffset(QMetaObject* o) const { return o->propertyOffset(); } + Q_INVOKABLE const QMetaObject* MsuperClass(QMetaObject* o) const { return o->superClass(); } + Q_INVOKABLE bool ScheckConnectArgs(const char* x1, const char* x2) { return QMetaObject::checkConnectArgs(x1, x2); } + Q_INVOKABLE void SconnectSlotsByName(QObject* x1) { QMetaObject::connectSlotsByName(x1); } + Q_INVOKABLE QByteArray SnormalizedSignature(const char* x1) { return QMetaObject::normalizedSignature(x1); } + Q_INVOKABLE QByteArray SnormalizedType(const char* x1) { return QMetaObject::normalizedType(x1); } +}; + +class EQL_EXPORT N96 : public QObject { // QModelIndex + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LModelIndex(u); } + Q_INVOKABLE QModelIndex Mchild(QModelIndex* o, int x1, int x2) const { return o->child(x1, x2); } + Q_INVOKABLE int Mcolumn(QModelIndex* o) const { return o->column(); } + Q_INVOKABLE QVariant Mdata(QModelIndex* o, int x1 = Qt::DisplayRole) const { return o->data(x1); } + Q_INVOKABLE int Mflags(QModelIndex* o) const { return o->flags(); } + Q_INVOKABLE quintptr MinternalId(QModelIndex* o) const { return o->internalId(); } + Q_INVOKABLE bool MisValid(QModelIndex* o) const { return o->isValid(); } + Q_INVOKABLE const QAbstractItemModel* Mmodel(QModelIndex* o) const { return o->model(); } + Q_INVOKABLE QModelIndex Mparent(QModelIndex* o) const { return o->parent(); } + Q_INVOKABLE int Mrow(QModelIndex* o) const { return o->row(); } + Q_INVOKABLE QModelIndex Msibling(QModelIndex* o, int x1, int x2) const { return o->sibling(x1, x2); } +}; + +class EQL_EXPORT N108 : public QObject { // QPaintDevice + Q_OBJECT +public: + Q_INVOKABLE int McolorCount(QPaintDevice* o) const { return o->colorCount(); } + Q_INVOKABLE int Mdepth(QPaintDevice* o) const { return o->depth(); } + Q_INVOKABLE int MdevicePixelRatio(QPaintDevice* o) const { return o->devicePixelRatio(); } + Q_INVOKABLE int Mheight(QPaintDevice* o) const { return o->height(); } + Q_INVOKABLE int MheightMM(QPaintDevice* o) const { return o->heightMM(); } + Q_INVOKABLE int MlogicalDpiX(QPaintDevice* o) const { return o->logicalDpiX(); } + Q_INVOKABLE int MlogicalDpiY(QPaintDevice* o) const { return o->logicalDpiY(); } + Q_INVOKABLE bool MpaintingActive(QPaintDevice* o) const { return o->paintingActive(); } + Q_INVOKABLE int MphysicalDpiX(QPaintDevice* o) const { return o->physicalDpiX(); } + Q_INVOKABLE int MphysicalDpiY(QPaintDevice* o) const { return o->physicalDpiY(); } + Q_INVOKABLE int Mwidth(QPaintDevice* o) const { return o->width(); } + Q_INVOKABLE int MwidthMM(QPaintDevice* o) const { return o->widthMM(); } +}; + +class EQL_EXPORT N110 : public QObject { // QPainter + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QImage* x1) { return new LPainter(u, x1); } + Q_INVOKABLE bool Mbegin(QPainter* o, QImage* x1) { return o->begin(x1); } + Q_INVOKABLE void* C(uint u, QPicture* x1) { return new LPainter(u, x1); } + Q_INVOKABLE bool Mbegin(QPainter* o, QPicture* x1) { return o->begin(x1); } + Q_INVOKABLE void* C(uint u, QPixmap* x1) { return new LPainter(u, x1); } + Q_INVOKABLE bool Mbegin(QPainter* o, QPixmap* x1) { return o->begin(x1); } + Q_INVOKABLE void* C(uint u, QPrinter* x1) { return new LPainter(u, x1); } + Q_INVOKABLE bool Mbegin(QPainter* o, QPrinter* x1) { return o->begin(x1); } + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LPainter(u, x1); } + Q_INVOKABLE bool Mbegin(QPainter* o, QWidget* x1) { return o->begin(x1); } + Q_INVOKABLE void* C(uint u) { return new LPainter(u); } + Q_INVOKABLE QBrush Mbackground(QPainter* o) const { return o->background(); } + Q_INVOKABLE int MbackgroundMode(QPainter* o) const { return o->backgroundMode(); } + Q_INVOKABLE void MbeginNativePainting(QPainter* o) { o->beginNativePainting(); } + Q_INVOKABLE QRectF MboundingRect(QPainter* o, const QRectF& x1, int x2, const QString& x3) { return o->boundingRect(x1, x2, x3); } + Q_INVOKABLE QRect MboundingRect(QPainter* o, const QRect& x1, int x2, const QString& x3) { return o->boundingRect(x1, x2, x3); } + Q_INVOKABLE QRect MboundingRect(QPainter* o, int x1, int x2, int x3, int x4, int x5, const QString& x6) { return o->boundingRect(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QRectF MboundingRect(QPainter* o, const QRectF& x1, const QString& x2, const QTextOption& x3 = QTextOption()) { return o->boundingRect(x1, x2, x3); } + Q_INVOKABLE QBrush Mbrush(QPainter* o) const { return o->brush(); } + Q_INVOKABLE QPoint MbrushOrigin(QPainter* o) const { return o->brushOrigin(); } + Q_INVOKABLE QRectF MclipBoundingRect(QPainter* o) const { return o->clipBoundingRect(); } + Q_INVOKABLE QPainterPath MclipPath(QPainter* o) const { return o->clipPath(); } + Q_INVOKABLE QRegion MclipRegion(QPainter* o) const { return o->clipRegion(); } + Q_INVOKABLE QTransform McombinedTransform(QPainter* o) const { return o->combinedTransform(); } + Q_INVOKABLE int McompositionMode(QPainter* o) const { return o->compositionMode(); } + Q_INVOKABLE QTransform MdeviceTransform(QPainter* o) const { return o->deviceTransform(); } + Q_INVOKABLE void MdrawArc(QPainter* o, const QRectF& x1, int x2, int x3) { o->drawArc(x1, x2, x3); } + Q_INVOKABLE void MdrawArc(QPainter* o, const QRect& x1, int x2, int x3) { o->drawArc(x1, x2, x3); } + Q_INVOKABLE void MdrawArc(QPainter* o, int x1, int x2, int x3, int x4, int x5, int x6) { o->drawArc(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MdrawChord(QPainter* o, const QRectF& x1, int x2, int x3) { o->drawChord(x1, x2, x3); } + Q_INVOKABLE void MdrawChord(QPainter* o, const QRect& x1, int x2, int x3) { o->drawChord(x1, x2, x3); } + Q_INVOKABLE void MdrawChord(QPainter* o, int x1, int x2, int x3, int x4, int x5, int x6) { o->drawChord(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MdrawConvexPolygon(QPainter* o, const QPointF* x1, int x2) { o->drawConvexPolygon(x1, x2); } + Q_INVOKABLE void MdrawConvexPolygon(QPainter* o, const QPolygonF& x1) { o->drawConvexPolygon(x1); } + Q_INVOKABLE void MdrawConvexPolygon(QPainter* o, const QPolygon& x1) { o->drawConvexPolygon(x1); } + Q_INVOKABLE void MdrawEllipse(QPainter* o, const QRectF& x1) { o->drawEllipse(x1); } + Q_INVOKABLE void MdrawEllipse(QPainter* o, const QRect& x1) { o->drawEllipse(x1); } + Q_INVOKABLE void MdrawEllipse(QPainter* o, int x1, int x2, int x3, int x4) { o->drawEllipse(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawEllipse(QPainter* o, const QPointF& x1, qreal x2, qreal x3) { o->drawEllipse(x1, x2, x3); } + Q_INVOKABLE void MdrawEllipse(QPainter* o, const QPoint& x1, int x2, int x3) { o->drawEllipse(x1, x2, x3); } + Q_INVOKABLE void MdrawGlyphRun(QPainter* o, const QPointF& x1, const QGlyphRun& x2) { o->drawGlyphRun(x1, x2); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QRectF& x1, const QImage& x2, const QRectF& x3, Qt::ImageConversionFlags x4 = Qt::AutoColor) { o->drawImage(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QRect& x1, const QImage& x2, const QRect& x3, Qt::ImageConversionFlags x4 = Qt::AutoColor) { o->drawImage(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QPointF& x1, const QImage& x2) { o->drawImage(x1, x2); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QPoint& x1, const QImage& x2) { o->drawImage(x1, x2); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QPointF& x1, const QImage& x2, const QRectF& x3, Qt::ImageConversionFlags x4 = Qt::AutoColor) { o->drawImage(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QPoint& x1, const QImage& x2, const QRect& x3, Qt::ImageConversionFlags x4 = Qt::AutoColor) { o->drawImage(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QRectF& x1, const QImage& x2) { o->drawImage(x1, x2); } + Q_INVOKABLE void MdrawImage(QPainter* o, const QRect& x1, const QImage& x2) { o->drawImage(x1, x2); } + Q_INVOKABLE void MdrawImage(QPainter* o, int x1, int x2, const QImage& x3, int x4 = 0, int x5 = 0, int x6 = -1, int x7 = -1, Qt::ImageConversionFlags x8 = Qt::AutoColor) { o->drawImage(x1, x2, x3, x4, x5, x6, x7, x8); } + Q_INVOKABLE void MdrawLine(QPainter* o, const QLineF& x1) { o->drawLine(x1); } + Q_INVOKABLE void MdrawLine(QPainter* o, const QLine& x1) { o->drawLine(x1); } + Q_INVOKABLE void MdrawLine(QPainter* o, const QPoint& x1, const QPoint& x2) { o->drawLine(x1, x2); } + Q_INVOKABLE void MdrawLine(QPainter* o, const QPointF& x1, const QPointF& x2) { o->drawLine(x1, x2); } + Q_INVOKABLE void MdrawLine(QPainter* o, int x1, int x2, int x3, int x4) { o->drawLine(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QLineF* x1, int x2) { o->drawLines(x1, x2); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QLine* x1, int x2) { o->drawLines(x1, x2); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QPointF* x1, int x2) { o->drawLines(x1, x2); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QVector& x1) { o->drawLines(x1); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QVector& x1) { o->drawLines(x1); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QVector& x1) { o->drawLines(x1); } + Q_INVOKABLE void MdrawLines(QPainter* o, const QVector& x1) { o->drawLines(x1); } + Q_INVOKABLE void MdrawPath(QPainter* o, const QPainterPath& x1) { o->drawPath(x1); } + Q_INVOKABLE void MdrawPicture(QPainter* o, const QPointF& x1, const QPicture& x2) { o->drawPicture(x1, x2); } + Q_INVOKABLE void MdrawPicture(QPainter* o, const QPoint& x1, const QPicture& x2) { o->drawPicture(x1, x2); } + Q_INVOKABLE void MdrawPicture(QPainter* o, int x1, int x2, const QPicture& x3) { o->drawPicture(x1, x2, x3); } + Q_INVOKABLE void MdrawPie(QPainter* o, const QRectF& x1, int x2, int x3) { o->drawPie(x1, x2, x3); } + Q_INVOKABLE void MdrawPie(QPainter* o, const QRect& x1, int x2, int x3) { o->drawPie(x1, x2, x3); } + Q_INVOKABLE void MdrawPie(QPainter* o, int x1, int x2, int x3, int x4, int x5, int x6) { o->drawPie(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QRectF& x1, const QPixmap& x2, const QRectF& x3) { o->drawPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QRect& x1, const QPixmap& x2, const QRect& x3) { o->drawPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QPointF& x1, const QPixmap& x2, const QRectF& x3) { o->drawPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QPoint& x1, const QPixmap& x2, const QRect& x3) { o->drawPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QPointF& x1, const QPixmap& x2) { o->drawPixmap(x1, x2); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QPoint& x1, const QPixmap& x2) { o->drawPixmap(x1, x2); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, int x1, int x2, const QPixmap& x3) { o->drawPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, const QRect& x1, const QPixmap& x2) { o->drawPixmap(x1, x2); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, int x1, int x2, int x3, int x4, const QPixmap& x5) { o->drawPixmap(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, int x1, int x2, int x3, int x4, const QPixmap& x5, int x6, int x7, int x8, int x9) { o->drawPixmap(x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE void MdrawPixmap(QPainter* o, int x1, int x2, const QPixmap& x3, int x4, int x5, int x6, int x7) { o->drawPixmap(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE void MdrawPixmapFragments(QPainter* o, const QPainter::PixmapFragment* x1, int x2, const QPixmap& x3, QPainter::PixmapFragmentHints x4 = 0) { o->drawPixmapFragments(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawPoint(QPainter* o, const QPointF& x1) { o->drawPoint(x1); } + Q_INVOKABLE void MdrawPoint(QPainter* o, const QPoint& x1) { o->drawPoint(x1); } + Q_INVOKABLE void MdrawPoint(QPainter* o, int x1, int x2) { o->drawPoint(x1, x2); } + Q_INVOKABLE void MdrawPoints(QPainter* o, const QPointF* x1, int x2) { o->drawPoints(x1, x2); } + Q_INVOKABLE void MdrawPoints(QPainter* o, const QPolygonF& x1) { o->drawPoints(x1); } + Q_INVOKABLE void MdrawPoints(QPainter* o, const QPolygon& x1) { o->drawPoints(x1); } + Q_INVOKABLE void MdrawPolygon(QPainter* o, const QPointF* x1, int x2, Qt::FillRule x3 = Qt::OddEvenFill) { o->drawPolygon(x1, x2, x3); } + Q_INVOKABLE void MdrawPolygon(QPainter* o, const QPolygonF& x1, Qt::FillRule x2 = Qt::OddEvenFill) { o->drawPolygon(x1, x2); } + Q_INVOKABLE void MdrawPolygon(QPainter* o, const QPolygon& x1, Qt::FillRule x2 = Qt::OddEvenFill) { o->drawPolygon(x1, x2); } + Q_INVOKABLE void MdrawPolyline(QPainter* o, const QPointF* x1, int x2) { o->drawPolyline(x1, x2); } + Q_INVOKABLE void MdrawPolyline(QPainter* o, const QPolygonF& x1) { o->drawPolyline(x1); } + Q_INVOKABLE void MdrawPolyline(QPainter* o, const QPolygon& x1) { o->drawPolyline(x1); } + Q_INVOKABLE void MdrawRect(QPainter* o, const QRectF& x1) { o->drawRect(x1); } + Q_INVOKABLE void MdrawRect(QPainter* o, const QRect& x1) { o->drawRect(x1); } + Q_INVOKABLE void MdrawRect(QPainter* o, int x1, int x2, int x3, int x4) { o->drawRect(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawRects(QPainter* o, const QRectF* x1, int x2) { o->drawRects(x1, x2); } + Q_INVOKABLE void MdrawRects(QPainter* o, const QRect* x1, int x2) { o->drawRects(x1, x2); } + Q_INVOKABLE void MdrawRects(QPainter* o, const QVector& x1) { o->drawRects(x1); } + Q_INVOKABLE void MdrawRects(QPainter* o, const QVector& x1) { o->drawRects(x1); } + Q_INVOKABLE void MdrawRoundedRect(QPainter* o, const QRectF& x1, qreal x2, qreal x3, Qt::SizeMode x4 = Qt::AbsoluteSize) { o->drawRoundedRect(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawRoundedRect(QPainter* o, const QRect& x1, qreal x2, qreal x3, Qt::SizeMode x4 = Qt::AbsoluteSize) { o->drawRoundedRect(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawRoundedRect(QPainter* o, int x1, int x2, int x3, int x4, qreal x5, qreal x6, Qt::SizeMode x7 = Qt::AbsoluteSize) { o->drawRoundedRect(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE void MdrawStaticText(QPainter* o, const QPointF& x1, const QStaticText& x2) { o->drawStaticText(x1, x2); } + Q_INVOKABLE void MdrawStaticText(QPainter* o, const QPoint& x1, const QStaticText& x2) { o->drawStaticText(x1, x2); } + Q_INVOKABLE void MdrawStaticText(QPainter* o, int x1, int x2, const QStaticText& x3) { o->drawStaticText(x1, x2, x3); } + Q_INVOKABLE void MdrawText(QPainter* o, const QPointF& x1, const QString& x2) { o->drawText(x1, x2); } + Q_INVOKABLE void MdrawText(QPainter* o, const QPoint& x1, const QString& x2) { o->drawText(x1, x2); } + Q_INVOKABLE void MdrawText(QPainter* o, const QRectF& x1, int x2, const QString& x3, QRectF* x4 = 0) { o->drawText(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawText(QPainter* o, const QRect& x1, int x2, const QString& x3, QRect* x4 = 0) { o->drawText(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawText(QPainter* o, int x1, int x2, const QString& x3) { o->drawText(x1, x2, x3); } + Q_INVOKABLE void MdrawText(QPainter* o, int x1, int x2, int x3, int x4, int x5, const QString& x6, QRect* x7 = 0) { o->drawText(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE void MdrawText(QPainter* o, const QRectF& x1, const QString& x2, const QTextOption& x3 = QTextOption()) { o->drawText(x1, x2, x3); } + Q_INVOKABLE void MdrawTiledPixmap(QPainter* o, const QRectF& x1, const QPixmap& x2, const QPointF& x3 = QPointF()) { o->drawTiledPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawTiledPixmap(QPainter* o, const QRect& x1, const QPixmap& x2, const QPoint& x3 = QPoint()) { o->drawTiledPixmap(x1, x2, x3); } + Q_INVOKABLE void MdrawTiledPixmap(QPainter* o, int x1, int x2, int x3, int x4, const QPixmap& x5, int x6 = 0, int x7 = 0) { o->drawTiledPixmap(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE bool Mend(QPainter* o) { return o->end(); } + Q_INVOKABLE void MendNativePainting(QPainter* o) { o->endNativePainting(); } + Q_INVOKABLE void MeraseRect(QPainter* o, const QRectF& x1) { o->eraseRect(x1); } + Q_INVOKABLE void MeraseRect(QPainter* o, const QRect& x1) { o->eraseRect(x1); } + Q_INVOKABLE void MeraseRect(QPainter* o, int x1, int x2, int x3, int x4) { o->eraseRect(x1, x2, x3, x4); } + Q_INVOKABLE void MfillPath(QPainter* o, const QPainterPath& x1, const QBrush& x2) { o->fillPath(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRectF& x1, const QBrush& x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, int x1, int x2, int x3, int x4, Qt::BrushStyle x5) { o->fillRect(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRect& x1, Qt::BrushStyle x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRectF& x1, Qt::BrushStyle x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRect& x1, const QBrush& x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRect& x1, const QColor& x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRectF& x1, const QColor& x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, int x1, int x2, int x3, int x4, const QBrush& x5) { o->fillRect(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfillRect(QPainter* o, int x1, int x2, int x3, int x4, const QColor& x5) { o->fillRect(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfillRect(QPainter* o, int x1, int x2, int x3, int x4, Qt::GlobalColor x5) { o->fillRect(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRect& x1, Qt::GlobalColor x2) { o->fillRect(x1, x2); } + Q_INVOKABLE void MfillRect(QPainter* o, const QRectF& x1, Qt::GlobalColor x2) { o->fillRect(x1, x2); } + Q_INVOKABLE QFont Mfont(QPainter* o) const { return o->font(); } + Q_INVOKABLE QFontInfo MfontInfo(QPainter* o) const { return o->fontInfo(); } + Q_INVOKABLE QFontMetrics MfontMetrics(QPainter* o) const { return o->fontMetrics(); } + Q_INVOKABLE bool MhasClipping(QPainter* o) const { return o->hasClipping(); } + Q_INVOKABLE bool MisActive(QPainter* o) const { return o->isActive(); } + Q_INVOKABLE int MlayoutDirection(QPainter* o) const { return o->layoutDirection(); } + Q_INVOKABLE qreal Mopacity(QPainter* o) const { return o->opacity(); } + Q_INVOKABLE QPen Mpen(QPainter* o) const { return o->pen(); } + Q_INVOKABLE int MrenderHints(QPainter* o) const { return o->renderHints(); } + Q_INVOKABLE void MresetTransform(QPainter* o) { o->resetTransform(); } + Q_INVOKABLE void Mrestore(QPainter* o) { o->restore(); } + Q_INVOKABLE void Mrotate(QPainter* o, qreal x1) { o->rotate(x1); } + Q_INVOKABLE void Msave(QPainter* o) { o->save(); } + Q_INVOKABLE void Mscale(QPainter* o, qreal x1, qreal x2) { o->scale(x1, x2); } + Q_INVOKABLE void MsetBackground(QPainter* o, const QBrush& x1) { o->setBackground(x1); } + Q_INVOKABLE void MsetBackgroundMode(QPainter* o, Qt::BGMode x1) { o->setBackgroundMode(x1); } + Q_INVOKABLE void MsetBrush(QPainter* o, const QBrush& x1) { o->setBrush(x1); } + Q_INVOKABLE void MsetBrush(QPainter* o, Qt::BrushStyle x1) { o->setBrush(x1); } + Q_INVOKABLE void MsetBrushOrigin(QPainter* o, const QPointF& x1) { o->setBrushOrigin(x1); } + Q_INVOKABLE void MsetBrushOrigin(QPainter* o, const QPoint& x1) { o->setBrushOrigin(x1); } + Q_INVOKABLE void MsetBrushOrigin(QPainter* o, int x1, int x2) { o->setBrushOrigin(x1, x2); } + Q_INVOKABLE void MsetClipPath(QPainter* o, const QPainterPath& x1, Qt::ClipOperation x2 = Qt::ReplaceClip) { o->setClipPath(x1, x2); } + Q_INVOKABLE void MsetClipRect(QPainter* o, const QRectF& x1, Qt::ClipOperation x2 = Qt::ReplaceClip) { o->setClipRect(x1, x2); } + Q_INVOKABLE void MsetClipRect(QPainter* o, int x1, int x2, int x3, int x4, Qt::ClipOperation x5 = Qt::ReplaceClip) { o->setClipRect(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetClipRect(QPainter* o, const QRect& x1, Qt::ClipOperation x2 = Qt::ReplaceClip) { o->setClipRect(x1, x2); } + Q_INVOKABLE void MsetClipRegion(QPainter* o, const QRegion& x1, Qt::ClipOperation x2 = Qt::ReplaceClip) { o->setClipRegion(x1, x2); } + Q_INVOKABLE void MsetClipping(QPainter* o, bool x1) { o->setClipping(x1); } + Q_INVOKABLE void MsetCompositionMode(QPainter* o, QPainter::CompositionMode x1) { o->setCompositionMode(x1); } + Q_INVOKABLE void MsetFont(QPainter* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetLayoutDirection(QPainter* o, Qt::LayoutDirection x1) { o->setLayoutDirection(x1); } + Q_INVOKABLE void MsetOpacity(QPainter* o, qreal x1) { o->setOpacity(x1); } + Q_INVOKABLE void MsetPen(QPainter* o, const QPen& x1) { o->setPen(x1); } + Q_INVOKABLE void MsetPen(QPainter* o, const QColor& x1) { o->setPen(x1); } + Q_INVOKABLE void MsetPen(QPainter* o, Qt::PenStyle x1) { o->setPen(x1); } + Q_INVOKABLE void MsetRenderHint(QPainter* o, QPainter::RenderHint x1, bool x2 = true) { o->setRenderHint(x1, x2); } + Q_INVOKABLE void MsetRenderHints(QPainter* o, QPainter::RenderHints x1, bool x2 = true) { o->setRenderHints(x1, x2); } + Q_INVOKABLE void MsetTransform(QPainter* o, const QTransform& x1, bool x2 = false) { o->setTransform(x1, x2); } + Q_INVOKABLE void MsetViewTransformEnabled(QPainter* o, bool x1) { o->setViewTransformEnabled(x1); } + Q_INVOKABLE void MsetViewport(QPainter* o, const QRect& x1) { o->setViewport(x1); } + Q_INVOKABLE void MsetViewport(QPainter* o, int x1, int x2, int x3, int x4) { o->setViewport(x1, x2, x3, x4); } + Q_INVOKABLE void MsetWindow(QPainter* o, const QRect& x1) { o->setWindow(x1); } + Q_INVOKABLE void MsetWindow(QPainter* o, int x1, int x2, int x3, int x4) { o->setWindow(x1, x2, x3, x4); } + Q_INVOKABLE void MsetWorldMatrixEnabled(QPainter* o, bool x1) { o->setWorldMatrixEnabled(x1); } + Q_INVOKABLE void MsetWorldTransform(QPainter* o, const QTransform& x1, bool x2 = false) { o->setWorldTransform(x1, x2); } + Q_INVOKABLE void Mshear(QPainter* o, qreal x1, qreal x2) { o->shear(x1, x2); } + Q_INVOKABLE void MstrokePath(QPainter* o, const QPainterPath& x1, const QPen& x2) { o->strokePath(x1, x2); } + Q_INVOKABLE bool MtestRenderHint(QPainter* o, QPainter::RenderHint x1) const { return o->testRenderHint(x1); } + Q_INVOKABLE QTransform Mtransform(QPainter* o) const { return o->transform(); } + Q_INVOKABLE void Mtranslate(QPainter* o, const QPointF& x1) { o->translate(x1); } + Q_INVOKABLE void Mtranslate(QPainter* o, const QPoint& x1) { o->translate(x1); } + Q_INVOKABLE void Mtranslate(QPainter* o, qreal x1, qreal x2) { o->translate(x1, x2); } + Q_INVOKABLE bool MviewTransformEnabled(QPainter* o) const { return o->viewTransformEnabled(); } + Q_INVOKABLE QRect Mviewport(QPainter* o) const { return o->viewport(); } + Q_INVOKABLE QRect Mwindow(QPainter* o) const { return o->window(); } + Q_INVOKABLE bool MworldMatrixEnabled(QPainter* o) const { return o->worldMatrixEnabled(); } + Q_INVOKABLE QTransform MworldTransform(QPainter* o) const { return o->worldTransform(); } +}; + +class EQL_EXPORT N111 : public QObject { // QPainterPath + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LPainterPath(u); } + Q_INVOKABLE void* C(uint u, const QPointF& x1) { return new LPainterPath(u, x1); } + Q_INVOKABLE void* C(uint u, const QPainterPath& x1) { return new LPainterPath(u, x1); } + Q_INVOKABLE void MaddEllipse(QPainterPath* o, const QRectF& x1) { o->addEllipse(x1); } + Q_INVOKABLE void MaddEllipse(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->addEllipse(x1, x2, x3, x4); } + Q_INVOKABLE void MaddEllipse(QPainterPath* o, const QPointF& x1, qreal x2, qreal x3) { o->addEllipse(x1, x2, x3); } + Q_INVOKABLE void MaddPath(QPainterPath* o, const QPainterPath& x1) { o->addPath(x1); } + Q_INVOKABLE void MaddPolygon(QPainterPath* o, const QPolygonF& x1) { o->addPolygon(x1); } + Q_INVOKABLE void MaddRect(QPainterPath* o, const QRectF& x1) { o->addRect(x1); } + Q_INVOKABLE void MaddRect(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->addRect(x1, x2, x3, x4); } + Q_INVOKABLE void MaddRegion(QPainterPath* o, const QRegion& x1) { o->addRegion(x1); } + Q_INVOKABLE void MaddRoundedRect(QPainterPath* o, const QRectF& x1, qreal x2, qreal x3, Qt::SizeMode x4 = Qt::AbsoluteSize) { o->addRoundedRect(x1, x2, x3, x4); } + Q_INVOKABLE void MaddRoundedRect(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6, Qt::SizeMode x7 = Qt::AbsoluteSize) { o->addRoundedRect(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE void MaddText(QPainterPath* o, const QPointF& x1, const QFont& x2, const QString& x3) { o->addText(x1, x2, x3); } + Q_INVOKABLE void MaddText(QPainterPath* o, qreal x1, qreal x2, const QFont& x3, const QString& x4) { o->addText(x1, x2, x3, x4); } + Q_INVOKABLE qreal MangleAtPercent(QPainterPath* o, qreal x1) const { return o->angleAtPercent(x1); } + Q_INVOKABLE void MarcMoveTo(QPainterPath* o, const QRectF& x1, qreal x2) { o->arcMoveTo(x1, x2); } + Q_INVOKABLE void MarcMoveTo(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5) { o->arcMoveTo(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MarcTo(QPainterPath* o, const QRectF& x1, qreal x2, qreal x3) { o->arcTo(x1, x2, x3); } + Q_INVOKABLE void MarcTo(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) { o->arcTo(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QRectF MboundingRect(QPainterPath* o) const { return o->boundingRect(); } + Q_INVOKABLE void McloseSubpath(QPainterPath* o) { o->closeSubpath(); } + Q_INVOKABLE void MconnectPath(QPainterPath* o, const QPainterPath& x1) { o->connectPath(x1); } + Q_INVOKABLE bool Mcontains(QPainterPath* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool Mcontains(QPainterPath* o, const QRectF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool Mcontains(QPainterPath* o, const QPainterPath& x1) const { return o->contains(x1); } + Q_INVOKABLE QRectF McontrolPointRect(QPainterPath* o) const { return o->controlPointRect(); } + Q_INVOKABLE void McubicTo(QPainterPath* o, const QPointF& x1, const QPointF& x2, const QPointF& x3) { o->cubicTo(x1, x2, x3); } + Q_INVOKABLE void McubicTo(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) { o->cubicTo(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QPointF McurrentPosition(QPainterPath* o) const { return o->currentPosition(); } + Q_INVOKABLE int MelementCount(QPainterPath* o) const { return o->elementCount(); } + Q_INVOKABLE int MfillRule(QPainterPath* o) const { return o->fillRule(); } + Q_INVOKABLE QPainterPath Mintersected(QPainterPath* o, const QPainterPath& x1) const { return o->intersected(x1); } + Q_INVOKABLE bool Mintersects(QPainterPath* o, const QRectF& x1) const { return o->intersects(x1); } + Q_INVOKABLE bool Mintersects(QPainterPath* o, const QPainterPath& x1) const { return o->intersects(x1); } + Q_INVOKABLE bool MisEmpty(QPainterPath* o) const { return o->isEmpty(); } + Q_INVOKABLE qreal Mlength(QPainterPath* o) const { return o->length(); } + Q_INVOKABLE void MlineTo(QPainterPath* o, const QPointF& x1) { o->lineTo(x1); } + Q_INVOKABLE void MlineTo(QPainterPath* o, qreal x1, qreal x2) { o->lineTo(x1, x2); } + Q_INVOKABLE void MmoveTo(QPainterPath* o, const QPointF& x1) { o->moveTo(x1); } + Q_INVOKABLE void MmoveTo(QPainterPath* o, qreal x1, qreal x2) { o->moveTo(x1, x2); } + Q_INVOKABLE qreal MpercentAtLength(QPainterPath* o, qreal x1) const { return o->percentAtLength(x1); } + Q_INVOKABLE QPointF MpointAtPercent(QPainterPath* o, qreal x1) const { return o->pointAtPercent(x1); } + Q_INVOKABLE void MquadTo(QPainterPath* o, const QPointF& x1, const QPointF& x2) { o->quadTo(x1, x2); } + Q_INVOKABLE void MquadTo(QPainterPath* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->quadTo(x1, x2, x3, x4); } + Q_INVOKABLE void MsetElementPositionAt(QPainterPath* o, int x1, qreal x2, qreal x3) { o->setElementPositionAt(x1, x2, x3); } + Q_INVOKABLE void MsetFillRule(QPainterPath* o, Qt::FillRule x1) { o->setFillRule(x1); } + Q_INVOKABLE QPainterPath Msimplified(QPainterPath* o) const { return o->simplified(); } + Q_INVOKABLE qreal MslopeAtPercent(QPainterPath* o, qreal x1) const { return o->slopeAtPercent(x1); } + Q_INVOKABLE QPainterPath Msubtracted(QPainterPath* o, const QPainterPath& x1) const { return o->subtracted(x1); } + Q_INVOKABLE void Mswap(QPainterPath* o, QPainterPath& x1) { o->swap(x1); } + Q_INVOKABLE QPolygonF MtoFillPolygon(QPainterPath* o, const QTransform& x1) const { return o->toFillPolygon(x1); } + Q_INVOKABLE QPolygonF MtoFillPolygon(QPainterPath* o, const QMatrix& x1 = QMatrix()) const { return o->toFillPolygon(x1); } + Q_INVOKABLE QList MtoFillPolygons(QPainterPath* o, const QTransform& x1) const { return o->toFillPolygons(x1); } + Q_INVOKABLE QList MtoFillPolygons(QPainterPath* o, const QMatrix& x1 = QMatrix()) const { return o->toFillPolygons(x1); } + Q_INVOKABLE QPainterPath MtoReversed(QPainterPath* o) const { return o->toReversed(); } + Q_INVOKABLE QList MtoSubpathPolygons(QPainterPath* o, const QTransform& x1) const { return o->toSubpathPolygons(x1); } + Q_INVOKABLE QList MtoSubpathPolygons(QPainterPath* o, const QMatrix& x1 = QMatrix()) const { return o->toSubpathPolygons(x1); } + Q_INVOKABLE void Mtranslate(QPainterPath* o, qreal x1, qreal x2) { o->translate(x1, x2); } + Q_INVOKABLE void Mtranslate(QPainterPath* o, const QPointF& x1) { o->translate(x1); } + Q_INVOKABLE QPainterPath Mtranslated(QPainterPath* o, qreal x1, qreal x2) const { return o->translated(x1, x2); } + Q_INVOKABLE QPainterPath Mtranslated(QPainterPath* o, const QPointF& x1) const { return o->translated(x1); } + Q_INVOKABLE QPainterPath Munited(QPainterPath* o, const QPainterPath& x1) const { return o->united(x1); } +}; + +class EQL_EXPORT N112 : public QObject { // QPainterPathStroker + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LPainterPathStroker(u); } + Q_INVOKABLE void* C(uint u, const QPen& x1) { return new LPainterPathStroker(u, x1); } + Q_INVOKABLE int McapStyle(QPainterPathStroker* o) const { return o->capStyle(); } + Q_INVOKABLE QPainterPath McreateStroke(QPainterPathStroker* o, const QPainterPath& x1) const { return o->createStroke(x1); } + Q_INVOKABLE qreal McurveThreshold(QPainterPathStroker* o) const { return o->curveThreshold(); } + Q_INVOKABLE qreal MdashOffset(QPainterPathStroker* o) const { return o->dashOffset(); } + Q_INVOKABLE QVector MdashPattern(QPainterPathStroker* o) const { return o->dashPattern(); } + Q_INVOKABLE int MjoinStyle(QPainterPathStroker* o) const { return o->joinStyle(); } + Q_INVOKABLE qreal MmiterLimit(QPainterPathStroker* o) const { return o->miterLimit(); } + Q_INVOKABLE void MsetCapStyle(QPainterPathStroker* o, Qt::PenCapStyle x1) { o->setCapStyle(x1); } + Q_INVOKABLE void MsetCurveThreshold(QPainterPathStroker* o, qreal x1) { o->setCurveThreshold(x1); } + Q_INVOKABLE void MsetDashOffset(QPainterPathStroker* o, qreal x1) { o->setDashOffset(x1); } + Q_INVOKABLE void MsetDashPattern(QPainterPathStroker* o, Qt::PenStyle x1) { o->setDashPattern(x1); } + Q_INVOKABLE void MsetDashPattern(QPainterPathStroker* o, const QVector& x1) { o->setDashPattern(x1); } + Q_INVOKABLE void MsetJoinStyle(QPainterPathStroker* o, Qt::PenJoinStyle x1) { o->setJoinStyle(x1); } + Q_INVOKABLE void MsetMiterLimit(QPainterPathStroker* o, qreal x1) { o->setMiterLimit(x1); } + Q_INVOKABLE void MsetWidth(QPainterPathStroker* o, qreal x1) { o->setWidth(x1); } + Q_INVOKABLE qreal Mwidth(QPainterPathStroker* o) const { return o->width(); } +}; + +class EQL_EXPORT N113 : public QObject { // QPalette + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LPalette(u); } + Q_INVOKABLE void* C(uint u, const QColor& x1) { return new LPalette(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::GlobalColor x1) { return new LPalette(u, x1); } + Q_INVOKABLE void* C(uint u, const QColor& x1, const QColor& x2) { return new LPalette(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QBrush& x1, const QBrush& x2, const QBrush& x3, const QBrush& x4, const QBrush& x5, const QBrush& x6, const QBrush& x7, const QBrush& x8, const QBrush& x9) { return new LPalette(u, x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE void* C(uint u, const QPalette& x1) { return new LPalette(u, x1); } + Q_INVOKABLE QBrush MalternateBase(QPalette* o) const { return o->alternateBase(); } + Q_INVOKABLE QBrush Mbase(QPalette* o) const { return o->base(); } + Q_INVOKABLE QBrush MbrightText(QPalette* o) const { return o->brightText(); } + Q_INVOKABLE QBrush Mbrush(QPalette* o, QPalette::ColorGroup x1, QPalette::ColorRole x2) const { return o->brush(x1, x2); } + Q_INVOKABLE QBrush Mbrush(QPalette* o, QPalette::ColorRole x1) const { return o->brush(x1); } + Q_INVOKABLE QBrush Mbutton(QPalette* o) const { return o->button(); } + Q_INVOKABLE QBrush MbuttonText(QPalette* o) const { return o->buttonText(); } + Q_INVOKABLE qlonglong McacheKey(QPalette* o) const { return o->cacheKey(); } + Q_INVOKABLE QColor Mcolor(QPalette* o, QPalette::ColorGroup x1, QPalette::ColorRole x2) const { return o->color(x1, x2); } + Q_INVOKABLE QColor Mcolor(QPalette* o, QPalette::ColorRole x1) const { return o->color(x1); } + Q_INVOKABLE int McurrentColorGroup(QPalette* o) const { return o->currentColorGroup(); } + Q_INVOKABLE QBrush Mdark(QPalette* o) const { return o->dark(); } + Q_INVOKABLE QBrush Mhighlight(QPalette* o) const { return o->highlight(); } + Q_INVOKABLE QBrush MhighlightedText(QPalette* o) const { return o->highlightedText(); } + Q_INVOKABLE bool MisBrushSet(QPalette* o, QPalette::ColorGroup x1, QPalette::ColorRole x2) const { return o->isBrushSet(x1, x2); } + Q_INVOKABLE bool MisCopyOf(QPalette* o, const QPalette& x1) const { return o->isCopyOf(x1); } + Q_INVOKABLE bool MisEqual(QPalette* o, QPalette::ColorGroup x1, QPalette::ColorGroup x2) const { return o->isEqual(x1, x2); } + Q_INVOKABLE QBrush Mlight(QPalette* o) const { return o->light(); } + Q_INVOKABLE QBrush Mlink(QPalette* o) const { return o->link(); } + Q_INVOKABLE QBrush MlinkVisited(QPalette* o) const { return o->linkVisited(); } + Q_INVOKABLE QBrush Mmid(QPalette* o) const { return o->mid(); } + Q_INVOKABLE QBrush Mmidlight(QPalette* o) const { return o->midlight(); } + Q_INVOKABLE QPalette Mresolve(QPalette* o, const QPalette& x1) const { return o->resolve(x1); } + Q_INVOKABLE void MsetBrush(QPalette* o, QPalette::ColorRole x1, const QBrush& x2) { o->setBrush(x1, x2); } + Q_INVOKABLE void MsetBrush(QPalette* o, QPalette::ColorGroup x1, QPalette::ColorRole x2, const QBrush& x3) { o->setBrush(x1, x2, x3); } + Q_INVOKABLE void MsetColor(QPalette* o, QPalette::ColorGroup x1, QPalette::ColorRole x2, const QColor& x3) { o->setColor(x1, x2, x3); } + Q_INVOKABLE void MsetColor(QPalette* o, QPalette::ColorRole x1, const QColor& x2) { o->setColor(x1, x2); } + Q_INVOKABLE void MsetColorGroup(QPalette* o, QPalette::ColorGroup x1, const QBrush& x2, const QBrush& x3, const QBrush& x4, const QBrush& x5, const QBrush& x6, const QBrush& x7, const QBrush& x8, const QBrush& x9, const QBrush& x10) { o->setColorGroup(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10); } + Q_INVOKABLE void MsetCurrentColorGroup(QPalette* o, QPalette::ColorGroup x1) { o->setCurrentColorGroup(x1); } + Q_INVOKABLE QBrush Mshadow(QPalette* o) const { return o->shadow(); } + Q_INVOKABLE void Mswap(QPalette* o, QPalette& x1) { o->swap(x1); } + Q_INVOKABLE QBrush Mtext(QPalette* o) const { return o->text(); } + Q_INVOKABLE QBrush MtoolTipBase(QPalette* o) const { return o->toolTipBase(); } + Q_INVOKABLE QBrush MtoolTipText(QPalette* o) const { return o->toolTipText(); } + Q_INVOKABLE QBrush Mwindow(QPalette* o) const { return o->window(); } + Q_INVOKABLE QBrush MwindowText(QPalette* o) const { return o->windowText(); } +}; + +class EQL_EXPORT N114 : public QObject { // QPen + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LPen(u); } + Q_INVOKABLE void* C(uint u, Qt::PenStyle x1) { return new LPen(u, x1); } + Q_INVOKABLE void* C(uint u, const QColor& x1) { return new LPen(u, x1); } + Q_INVOKABLE void* C(uint u, const QBrush& x1, qreal x2, Qt::PenStyle x3 = Qt::SolidLine, Qt::PenCapStyle x4 = Qt::SquareCap, Qt::PenJoinStyle x5 = Qt::BevelJoin) { return new LPen(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QPen& x1) { return new LPen(u, x1); } + Q_INVOKABLE QBrush Mbrush(QPen* o) const { return o->brush(); } + Q_INVOKABLE int McapStyle(QPen* o) const { return o->capStyle(); } + Q_INVOKABLE QColor Mcolor(QPen* o) const { return o->color(); } + Q_INVOKABLE qreal MdashOffset(QPen* o) const { return o->dashOffset(); } + Q_INVOKABLE QVector MdashPattern(QPen* o) const { return o->dashPattern(); } + Q_INVOKABLE bool MisCosmetic(QPen* o) const { return o->isCosmetic(); } + Q_INVOKABLE bool MisSolid(QPen* o) const { return o->isSolid(); } + Q_INVOKABLE int MjoinStyle(QPen* o) const { return o->joinStyle(); } + Q_INVOKABLE qreal MmiterLimit(QPen* o) const { return o->miterLimit(); } + Q_INVOKABLE void MsetBrush(QPen* o, const QBrush& x1) { o->setBrush(x1); } + Q_INVOKABLE void MsetCapStyle(QPen* o, Qt::PenCapStyle x1) { o->setCapStyle(x1); } + Q_INVOKABLE void MsetColor(QPen* o, const QColor& x1) { o->setColor(x1); } + Q_INVOKABLE void MsetCosmetic(QPen* o, bool x1) { o->setCosmetic(x1); } + Q_INVOKABLE void MsetDashOffset(QPen* o, qreal x1) { o->setDashOffset(x1); } + Q_INVOKABLE void MsetDashPattern(QPen* o, const QVector& x1) { o->setDashPattern(x1); } + Q_INVOKABLE void MsetJoinStyle(QPen* o, Qt::PenJoinStyle x1) { o->setJoinStyle(x1); } + Q_INVOKABLE void MsetMiterLimit(QPen* o, qreal x1) { o->setMiterLimit(x1); } + Q_INVOKABLE void MsetStyle(QPen* o, Qt::PenStyle x1) { o->setStyle(x1); } + Q_INVOKABLE void MsetWidth(QPen* o, int x1) { o->setWidth(x1); } + Q_INVOKABLE void MsetWidthF(QPen* o, qreal x1) { o->setWidthF(x1); } + Q_INVOKABLE int Mstyle(QPen* o) const { return o->style(); } + Q_INVOKABLE void Mswap(QPen* o, QPen& x1) { o->swap(x1); } + Q_INVOKABLE int Mwidth(QPen* o) const { return o->width(); } + Q_INVOKABLE qreal MwidthF(QPen* o) const { return o->widthF(); } +}; + +class EQL_EXPORT N115 : public QObject { // QPersistentModelIndex + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QModelIndex& x1) { return new LPersistentModelIndex(u, x1); } + Q_INVOKABLE void* C(uint u, const QPersistentModelIndex& x1) { return new LPersistentModelIndex(u, x1); } + Q_INVOKABLE QModelIndex Mchild(QPersistentModelIndex* o, int x1, int x2) const { return o->child(x1, x2); } + Q_INVOKABLE int Mcolumn(QPersistentModelIndex* o) const { return o->column(); } + Q_INVOKABLE QVariant Mdata(QPersistentModelIndex* o, int x1 = Qt::DisplayRole) const { return o->data(x1); } + Q_INVOKABLE int Mflags(QPersistentModelIndex* o) const { return o->flags(); } + Q_INVOKABLE bool MisValid(QPersistentModelIndex* o) const { return o->isValid(); } + Q_INVOKABLE const QAbstractItemModel* Mmodel(QPersistentModelIndex* o) const { return o->model(); } + Q_INVOKABLE QModelIndex Mparent(QPersistentModelIndex* o) const { return o->parent(); } + Q_INVOKABLE int Mrow(QPersistentModelIndex* o) const { return o->row(); } + Q_INVOKABLE QModelIndex Msibling(QPersistentModelIndex* o, int x1, int x2) const { return o->sibling(x1, x2); } + Q_INVOKABLE void Mswap(QPersistentModelIndex* o, QPersistentModelIndex& x1) { o->swap(x1); } +}; + +class EQL_EXPORT N118 : public QObject { // QPixmapCache + Q_OBJECT +public: + Q_INVOKABLE int ScacheLimit() { return QPixmapCache::cacheLimit(); } + Q_INVOKABLE void Sclear() { QPixmapCache::clear(); } + Q_INVOKABLE bool Sfind(const QString& x1, QPixmap* x2) { return QPixmapCache::find(x1, x2); } + Q_INVOKABLE bool Sinsert(const QString& x1, const QPixmap& x2) { return QPixmapCache::insert(x1, x2); } + Q_INVOKABLE void Sremove(const QString& x1) { QPixmapCache::remove(x1); } + Q_INVOKABLE void SsetCacheLimit(int x1) { QPixmapCache::setCacheLimit(x1); } +}; + +class EQL_EXPORT N120 : public QObject { // QPrinterInfo + Q_OBJECT +public: + Q_INVOKABLE int MdefaultDuplexMode(QPrinterInfo* o) const { return o->defaultDuplexMode(); } + Q_INVOKABLE QPageSize MdefaultPageSize(QPrinterInfo* o) const { return o->defaultPageSize(); } + Q_INVOKABLE QString Mdescription(QPrinterInfo* o) const { return o->description(); } + Q_INVOKABLE bool MisDefault(QPrinterInfo* o) const { return o->isDefault(); } + Q_INVOKABLE bool MisNull(QPrinterInfo* o) const { return o->isNull(); } + Q_INVOKABLE bool MisRemote(QPrinterInfo* o) const { return o->isRemote(); } + Q_INVOKABLE QString Mlocation(QPrinterInfo* o) const { return o->location(); } + Q_INVOKABLE QString MmakeAndModel(QPrinterInfo* o) const { return o->makeAndModel(); } + Q_INVOKABLE QPageSize MmaximumPhysicalPageSize(QPrinterInfo* o) const { return o->maximumPhysicalPageSize(); } + Q_INVOKABLE QPageSize MminimumPhysicalPageSize(QPrinterInfo* o) const { return o->minimumPhysicalPageSize(); } + Q_INVOKABLE QString MprinterName(QPrinterInfo* o) const { return o->printerName(); } + Q_INVOKABLE int Mstate(QPrinterInfo* o) const { return o->state(); } + Q_INVOKABLE QList MsupportedDuplexModes(QPrinterInfo* o) const { return o->supportedDuplexModes(); } + Q_INVOKABLE QList MsupportedPageSizes(QPrinterInfo* o) const { return o->supportedPageSizes(); } + Q_INVOKABLE QList MsupportedResolutions(QPrinterInfo* o) const { return o->supportedResolutions(); } + Q_INVOKABLE bool MsupportsCustomPageSizes(QPrinterInfo* o) const { return o->supportsCustomPageSizes(); } + Q_INVOKABLE QStringList SavailablePrinterNames() { return QPrinterInfo::availablePrinterNames(); } + Q_INVOKABLE QString SdefaultPrinterName() { return QPrinterInfo::defaultPrinterName(); } +}; + +class EQL_EXPORT N121 : public QObject { // QProcessEnvironment + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LProcessEnvironment(u); } + Q_INVOKABLE void* C(uint u, const QProcessEnvironment& x1) { return new LProcessEnvironment(u, x1); } + Q_INVOKABLE void Mclear(QProcessEnvironment* o) { o->clear(); } + Q_INVOKABLE bool Mcontains(QProcessEnvironment* o, const QString& x1) const { return o->contains(x1); } + Q_INVOKABLE void Minsert(QProcessEnvironment* o, const QString& x1, const QString& x2) { o->insert(x1, x2); } + Q_INVOKABLE void Minsert(QProcessEnvironment* o, const QProcessEnvironment& x1) { o->insert(x1); } + Q_INVOKABLE bool MisEmpty(QProcessEnvironment* o) const { return o->isEmpty(); } + Q_INVOKABLE QStringList Mkeys(QProcessEnvironment* o) const { return o->keys(); } + Q_INVOKABLE void Mremove(QProcessEnvironment* o, const QString& x1) { o->remove(x1); } + Q_INVOKABLE void Mswap(QProcessEnvironment* o, QProcessEnvironment& x1) { o->swap(x1); } + Q_INVOKABLE QStringList MtoStringList(QProcessEnvironment* o) const { return o->toStringList(); } + Q_INVOKABLE QString Mvalue(QProcessEnvironment* o, const QString& x1, const QString& x2 = QString()) const { return o->value(x1, x2); } + Q_INVOKABLE QProcessEnvironment SsystemEnvironment() { return QProcessEnvironment::systemEnvironment(); } +}; + +class EQL_EXPORT N122 : public QObject { // QQuaternion + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LQuaternion(u); } + Q_INVOKABLE void* C(uint u, float x1, float x2, float x3, float x4) { return new LQuaternion(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, float x1, const QVector3D& x2) { return new LQuaternion(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QVector4D& x1) { return new LQuaternion(u, x1); } + Q_INVOKABLE QQuaternion Mconjugated(QQuaternion* o) const { return o->conjugated(); } + Q_INVOKABLE void MgetAxes(QQuaternion* o, QVector3D* x1, QVector3D* x2, QVector3D* x3) const { o->getAxes(x1, x2, x3); } + Q_INVOKABLE void MgetAxisAndAngle(QQuaternion* o, float* x1, float* x2, float* x3, float* x4) const { o->getAxisAndAngle(x1, x2, x3, x4); } + Q_INVOKABLE void MgetAxisAndAngle(QQuaternion* o, QVector3D* x1, float* x2) const { o->getAxisAndAngle(x1, x2); } + Q_INVOKABLE void MgetEulerAngles(QQuaternion* o, float* x1, float* x2, float* x3) const { o->getEulerAngles(x1, x2, x3); } + Q_INVOKABLE QQuaternion Minverted(QQuaternion* o) const { return o->inverted(); } + Q_INVOKABLE bool MisIdentity(QQuaternion* o) const { return o->isIdentity(); } + Q_INVOKABLE bool MisNull(QQuaternion* o) const { return o->isNull(); } + Q_INVOKABLE float Mlength(QQuaternion* o) const { return o->length(); } + Q_INVOKABLE float MlengthSquared(QQuaternion* o) const { return o->lengthSquared(); } + Q_INVOKABLE void Mnormalize(QQuaternion* o) { o->normalize(); } + Q_INVOKABLE QQuaternion Mnormalized(QQuaternion* o) const { return o->normalized(); } + Q_INVOKABLE QVector3D MrotatedVector(QQuaternion* o, const QVector3D& x1) const { return o->rotatedVector(x1); } + Q_INVOKABLE float Mscalar(QQuaternion* o) const { return o->scalar(); } + Q_INVOKABLE void MsetScalar(QQuaternion* o, float x1) { o->setScalar(x1); } + Q_INVOKABLE void MsetVector(QQuaternion* o, const QVector3D& x1) { o->setVector(x1); } + Q_INVOKABLE void MsetVector(QQuaternion* o, float x1, float x2, float x3) { o->setVector(x1, x2, x3); } + Q_INVOKABLE void MsetX(QQuaternion* o, float x1) { o->setX(x1); } + Q_INVOKABLE void MsetY(QQuaternion* o, float x1) { o->setY(x1); } + Q_INVOKABLE void MsetZ(QQuaternion* o, float x1) { o->setZ(x1); } + Q_INVOKABLE QVector3D MtoEulerAngles(QQuaternion* o) const { return o->toEulerAngles(); } + Q_INVOKABLE QMatrix3x3 MtoRotationMatrix(QQuaternion* o) const { return o->toRotationMatrix(); } + Q_INVOKABLE QVector4D MtoVector4D(QQuaternion* o) const { return o->toVector4D(); } + Q_INVOKABLE QVector3D Mvector(QQuaternion* o) const { return o->vector(); } + Q_INVOKABLE float Mx(QQuaternion* o) const { return o->x(); } + Q_INVOKABLE float My(QQuaternion* o) const { return o->y(); } + Q_INVOKABLE float Mz(QQuaternion* o) const { return o->z(); } + Q_INVOKABLE float SdotProduct(const QQuaternion& x1, const QQuaternion& x2) { return QQuaternion::dotProduct(x1, x2); } + Q_INVOKABLE QQuaternion SfromAxes(const QVector3D& x1, const QVector3D& x2, const QVector3D& x3) { return QQuaternion::fromAxes(x1, x2, x3); } + Q_INVOKABLE QQuaternion SfromAxisAndAngle(const QVector3D& x1, float x2) { return QQuaternion::fromAxisAndAngle(x1, x2); } + Q_INVOKABLE QQuaternion SfromAxisAndAngle(float x1, float x2, float x3, float x4) { return QQuaternion::fromAxisAndAngle(x1, x2, x3, x4); } + Q_INVOKABLE QQuaternion SfromDirection(const QVector3D& x1, const QVector3D& x2) { return QQuaternion::fromDirection(x1, x2); } + Q_INVOKABLE QQuaternion SfromEulerAngles(float x1, float x2, float x3) { return QQuaternion::fromEulerAngles(x1, x2, x3); } + Q_INVOKABLE QQuaternion SfromEulerAngles(const QVector3D& x1) { return QQuaternion::fromEulerAngles(x1); } + Q_INVOKABLE QQuaternion SfromRotationMatrix(const QMatrix3x3& x1) { return QQuaternion::fromRotationMatrix(x1); } + Q_INVOKABLE QQuaternion Snlerp(const QQuaternion& x1, const QQuaternion& x2, float x3) { return QQuaternion::nlerp(x1, x2, x3); } + Q_INVOKABLE QQuaternion SrotationTo(const QVector3D& x1, const QVector3D& x2) { return QQuaternion::rotationTo(x1, x2); } + Q_INVOKABLE QQuaternion Sslerp(const QQuaternion& x1, const QQuaternion& x2, float x3) { return QQuaternion::slerp(x1, x2, x3); } +}; + +class EQL_EXPORT N124 : public QObject { // QReadLocker + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QReadWriteLock* x1) { return new LReadLocker(u, x1); } + Q_INVOKABLE QReadWriteLock* MreadWriteLock(QReadLocker* o) const { return o->readWriteLock(); } + Q_INVOKABLE void Mrelock(QReadLocker* o) { o->relock(); } + Q_INVOKABLE void Munlock(QReadLocker* o) { o->unlock(); } +}; + +class EQL_EXPORT N125 : public QObject { // QReadWriteLock + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QReadWriteLock::RecursionMode x1 = QReadWriteLock::NonRecursive) { return new LReadWriteLock(u, x1); } + Q_INVOKABLE void MlockForRead(QReadWriteLock* o) { o->lockForRead(); } + Q_INVOKABLE void MlockForWrite(QReadWriteLock* o) { o->lockForWrite(); } + Q_INVOKABLE bool MtryLockForRead(QReadWriteLock* o) { return o->tryLockForRead(); } + Q_INVOKABLE bool MtryLockForRead(QReadWriteLock* o, int x1) { return o->tryLockForRead(x1); } + Q_INVOKABLE bool MtryLockForWrite(QReadWriteLock* o) { return o->tryLockForWrite(); } + Q_INVOKABLE bool MtryLockForWrite(QReadWriteLock* o, int x1) { return o->tryLockForWrite(x1); } + Q_INVOKABLE void Munlock(QReadWriteLock* o) { o->unlock(); } +}; + +class EQL_EXPORT N126 : public QObject { // QRegExp + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LRegExp(u); } + Q_INVOKABLE void* C(uint u, const QString& x1, Qt::CaseSensitivity x2 = Qt::CaseSensitive, QRegExp::PatternSyntax x3 = QRegExp::RegExp) { return new LRegExp(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QRegExp& x1) { return new LRegExp(u, x1); } + Q_INVOKABLE QString Mcap(QRegExp* o, int x1 = 0) const { return o->cap(x1); } + Q_INVOKABLE int McaptureCount(QRegExp* o) const { return o->captureCount(); } + Q_INVOKABLE QStringList McapturedTexts(QRegExp* o) const { return o->capturedTexts(); } + Q_INVOKABLE int McaseSensitivity(QRegExp* o) const { return o->caseSensitivity(); } + Q_INVOKABLE QString MerrorString(QRegExp* o) const { return o->errorString(); } + Q_INVOKABLE bool MexactMatch(QRegExp* o, const QString& x1) const { return o->exactMatch(x1); } + Q_INVOKABLE int MindexIn(QRegExp* o, const QString& x1, int x2 = 0, QRegExp::CaretMode x3 = QRegExp::CaretAtZero) const { return o->indexIn(x1, x2, x3); } + Q_INVOKABLE bool MisEmpty(QRegExp* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisMinimal(QRegExp* o) const { return o->isMinimal(); } + Q_INVOKABLE bool MisValid(QRegExp* o) const { return o->isValid(); } + Q_INVOKABLE int MlastIndexIn(QRegExp* o, const QString& x1, int x2 = -1, QRegExp::CaretMode x3 = QRegExp::CaretAtZero) const { return o->lastIndexIn(x1, x2, x3); } + Q_INVOKABLE int MmatchedLength(QRegExp* o) const { return o->matchedLength(); } + Q_INVOKABLE QString Mpattern(QRegExp* o) const { return o->pattern(); } + Q_INVOKABLE int MpatternSyntax(QRegExp* o) const { return o->patternSyntax(); } + Q_INVOKABLE int Mpos(QRegExp* o, int x1 = 0) const { return o->pos(x1); } + Q_INVOKABLE void MsetCaseSensitivity(QRegExp* o, Qt::CaseSensitivity x1) { o->setCaseSensitivity(x1); } + Q_INVOKABLE void MsetMinimal(QRegExp* o, bool x1) { o->setMinimal(x1); } + Q_INVOKABLE void MsetPattern(QRegExp* o, const QString& x1) { o->setPattern(x1); } + Q_INVOKABLE void MsetPatternSyntax(QRegExp* o, QRegExp::PatternSyntax x1) { o->setPatternSyntax(x1); } + Q_INVOKABLE void Mswap(QRegExp* o, QRegExp& x1) { o->swap(x1); } + Q_INVOKABLE QString Sescape(const QString& x1) { return QRegExp::escape(x1); } +}; + +class EQL_EXPORT N127 : public QObject { // QRegion + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LRegion(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2, int x3, int x4, QRegion::RegionType x5 = QRegion::Rectangle) { return new LRegion(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QPolygon& x1, Qt::FillRule x2 = Qt::OddEvenFill) { return new LRegion(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QRegion& x1) { return new LRegion(u, x1); } + Q_INVOKABLE void* C(uint u, const QBitmap& x1) { return new LRegion(u, x1); } + Q_INVOKABLE void* C(uint u, const QRect& x1, QRegion::RegionType x2 = QRegion::Rectangle) { return new LRegion(u, x1, x2); } + Q_INVOKABLE QRect MboundingRect(QRegion* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QRegion* o, const QPoint& x1) const { return o->contains(x1); } + Q_INVOKABLE bool Mcontains(QRegion* o, const QRect& x1) const { return o->contains(x1); } + Q_INVOKABLE QRegion Mintersected(QRegion* o, const QRegion& x1) const { return o->intersected(x1); } + Q_INVOKABLE QRegion Mintersected(QRegion* o, const QRect& x1) const { return o->intersected(x1); } + Q_INVOKABLE bool Mintersects(QRegion* o, const QRegion& x1) const { return o->intersects(x1); } + Q_INVOKABLE bool Mintersects(QRegion* o, const QRect& x1) const { return o->intersects(x1); } + Q_INVOKABLE bool MisEmpty(QRegion* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisNull(QRegion* o) const { return o->isNull(); } + Q_INVOKABLE int MrectCount(QRegion* o) const { return o->rectCount(); } + Q_INVOKABLE QVector Mrects(QRegion* o) const { return o->rects(); } + Q_INVOKABLE void MsetRects(QRegion* o, const QRect* x1, int x2) { o->setRects(x1, x2); } + Q_INVOKABLE QRegion Msubtracted(QRegion* o, const QRegion& x1) const { return o->subtracted(x1); } + Q_INVOKABLE void Mswap(QRegion* o, QRegion& x1) { o->swap(x1); } + Q_INVOKABLE void Mtranslate(QRegion* o, int x1, int x2) { o->translate(x1, x2); } + Q_INVOKABLE void Mtranslate(QRegion* o, const QPoint& x1) { o->translate(x1); } + Q_INVOKABLE QRegion Mtranslated(QRegion* o, int x1, int x2) const { return o->translated(x1, x2); } + Q_INVOKABLE QRegion Mtranslated(QRegion* o, const QPoint& x1) const { return o->translated(x1); } + Q_INVOKABLE QRegion Munited(QRegion* o, const QRegion& x1) const { return o->united(x1); } + Q_INVOKABLE QRegion Munited(QRegion* o, const QRect& x1) const { return o->united(x1); } + Q_INVOKABLE QRegion Mxored(QRegion* o, const QRegion& x1) const { return o->xored(x1); } +}; + +class EQL_EXPORT N129 : public QObject { // QRunnable + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LRunnable(u); } + Q_INVOKABLE bool MautoDelete(QRunnable* o) const { return o->autoDelete(); } + Q_INVOKABLE void Mrun(QRunnable* o) { o->run(); } + Q_INVOKABLE void MsetAutoDelete(QRunnable* o, bool x1) { o->setAutoDelete(x1); } +}; + +class EQL_EXPORT N130 : public QObject { // QSemaphore + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = 0) { return new LSemaphore(u, x1); } + Q_INVOKABLE void Macquire(QSemaphore* o, int x1 = 1) { o->acquire(x1); } + Q_INVOKABLE int Mavailable(QSemaphore* o) const { return o->available(); } + Q_INVOKABLE void Mrelease(QSemaphore* o, int x1 = 1) { o->release(x1); } + Q_INVOKABLE bool MtryAcquire(QSemaphore* o, int x1 = 1) { return o->tryAcquire(x1); } + Q_INVOKABLE bool MtryAcquire(QSemaphore* o, int x1, int x2) { return o->tryAcquire(x1, x2); } +}; + +class EQL_EXPORT N133 : public QObject { // QSizePolicy + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSizePolicy(u); } + Q_INVOKABLE void* C(uint u, QSizePolicy::Policy x1, QSizePolicy::Policy x2, QSizePolicy::ControlType x3 = QSizePolicy::DefaultType) { return new LSizePolicy(u, x1, x2, x3); } + Q_INVOKABLE int McontrolType(QSizePolicy* o) const { return o->controlType(); } + Q_INVOKABLE int MexpandingDirections(QSizePolicy* o) const { return o->expandingDirections(); } + Q_INVOKABLE bool MhasHeightForWidth(QSizePolicy* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE bool MhasWidthForHeight(QSizePolicy* o) const { return o->hasWidthForHeight(); } + Q_INVOKABLE int MhorizontalPolicy(QSizePolicy* o) const { return o->horizontalPolicy(); } + Q_INVOKABLE int MhorizontalStretch(QSizePolicy* o) const { return o->horizontalStretch(); } + Q_INVOKABLE bool MretainSizeWhenHidden(QSizePolicy* o) const { return o->retainSizeWhenHidden(); } + Q_INVOKABLE void MsetControlType(QSizePolicy* o, QSizePolicy::ControlType x1) { o->setControlType(x1); } + Q_INVOKABLE void MsetHeightForWidth(QSizePolicy* o, bool x1) { o->setHeightForWidth(x1); } + Q_INVOKABLE void MsetHorizontalPolicy(QSizePolicy* o, QSizePolicy::Policy x1) { o->setHorizontalPolicy(x1); } + Q_INVOKABLE void MsetHorizontalStretch(QSizePolicy* o, int x1) { o->setHorizontalStretch(x1); } + Q_INVOKABLE void MsetRetainSizeWhenHidden(QSizePolicy* o, bool x1) { o->setRetainSizeWhenHidden(x1); } + Q_INVOKABLE void MsetVerticalPolicy(QSizePolicy* o, QSizePolicy::Policy x1) { o->setVerticalPolicy(x1); } + Q_INVOKABLE void MsetVerticalStretch(QSizePolicy* o, int x1) { o->setVerticalStretch(x1); } + Q_INVOKABLE void MsetWidthForHeight(QSizePolicy* o, bool x1) { o->setWidthForHeight(x1); } + Q_INVOKABLE void Mtranspose(QSizePolicy* o) { o->transpose(); } + Q_INVOKABLE int MverticalPolicy(QSizePolicy* o) const { return o->verticalPolicy(); } + Q_INVOKABLE int MverticalStretch(QSizePolicy* o) const { return o->verticalStretch(); } +}; + +class EQL_EXPORT N148 : public QObject { // QStandardItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LStandardItem(u); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LStandardItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QIcon& x1, const QString& x2) { return new LStandardItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, int x1, int x2 = 1) { return new LStandardItem(u, x1, x2); } + Q_INVOKABLE QString MaccessibleDescription(QStandardItem* o) const { return o->accessibleDescription(); } + Q_INVOKABLE QString MaccessibleText(QStandardItem* o) const { return o->accessibleText(); } + Q_INVOKABLE void MappendColumn(QStandardItem* o, const QList& x1) { o->appendColumn(x1); } + Q_INVOKABLE void MappendRow(QStandardItem* o, const QList& x1) { o->appendRow(x1); } + Q_INVOKABLE void MappendRow(QStandardItem* o, QStandardItem* x1) { o->appendRow(x1); } + Q_INVOKABLE void MappendRows(QStandardItem* o, const QList& x1) { o->appendRows(x1); } + Q_INVOKABLE QBrush Mbackground(QStandardItem* o) const { return o->background(); } + Q_INVOKABLE int McheckState(QStandardItem* o) const { return o->checkState(); } + Q_INVOKABLE QStandardItem* Mchild(QStandardItem* o, int x1, int x2 = 0) const { return o->child(x1, x2); } + Q_INVOKABLE QStandardItem* Mclone(QStandardItem* o) const { return o->clone(); } + Q_INVOKABLE int Mcolumn(QStandardItem* o) const { return o->column(); } + Q_INVOKABLE int McolumnCount(QStandardItem* o) const { return o->columnCount(); } + Q_INVOKABLE QVariant Mdata(QStandardItem* o, int x1 = Qt::UserRole+1) const { return o->data(x1); } + Q_INVOKABLE int Mflags(QStandardItem* o) const { return o->flags(); } + Q_INVOKABLE QFont Mfont(QStandardItem* o) const { return o->font(); } + Q_INVOKABLE QBrush Mforeground(QStandardItem* o) const { return o->foreground(); } + Q_INVOKABLE bool MhasChildren(QStandardItem* o) const { return o->hasChildren(); } + Q_INVOKABLE QIcon Micon(QStandardItem* o) const { return o->icon(); } + Q_INVOKABLE QModelIndex Mindex(QStandardItem* o) const { return o->index(); } + Q_INVOKABLE void MinsertColumn(QStandardItem* o, int x1, const QList& x2) { o->insertColumn(x1, x2); } + Q_INVOKABLE void MinsertColumns(QStandardItem* o, int x1, int x2) { o->insertColumns(x1, x2); } + Q_INVOKABLE void MinsertRow(QStandardItem* o, int x1, const QList& x2) { o->insertRow(x1, x2); } + Q_INVOKABLE void MinsertRow(QStandardItem* o, int x1, QStandardItem* x2) { o->insertRow(x1, x2); } + Q_INVOKABLE void MinsertRows(QStandardItem* o, int x1, const QList& x2) { o->insertRows(x1, x2); } + Q_INVOKABLE void MinsertRows(QStandardItem* o, int x1, int x2) { o->insertRows(x1, x2); } + Q_INVOKABLE bool MisCheckable(QStandardItem* o) const { return o->isCheckable(); } + Q_INVOKABLE bool MisDragEnabled(QStandardItem* o) const { return o->isDragEnabled(); } + Q_INVOKABLE bool MisDropEnabled(QStandardItem* o) const { return o->isDropEnabled(); } + Q_INVOKABLE bool MisEditable(QStandardItem* o) const { return o->isEditable(); } + Q_INVOKABLE bool MisEnabled(QStandardItem* o) const { return o->isEnabled(); } + Q_INVOKABLE bool MisSelectable(QStandardItem* o) const { return o->isSelectable(); } + Q_INVOKABLE bool MisTristate(QStandardItem* o) const { return o->isTristate(); } + Q_INVOKABLE QStandardItemModel* Mmodel(QStandardItem* o) const { return o->model(); } + Q_INVOKABLE QStandardItem* Mparent(QStandardItem* o) const { return o->parent(); } + Q_INVOKABLE void MremoveColumn(QStandardItem* o, int x1) { o->removeColumn(x1); } + Q_INVOKABLE void MremoveColumns(QStandardItem* o, int x1, int x2) { o->removeColumns(x1, x2); } + Q_INVOKABLE void MremoveRow(QStandardItem* o, int x1) { o->removeRow(x1); } + Q_INVOKABLE void MremoveRows(QStandardItem* o, int x1, int x2) { o->removeRows(x1, x2); } + Q_INVOKABLE int Mrow(QStandardItem* o) const { return o->row(); } + Q_INVOKABLE int MrowCount(QStandardItem* o) const { return o->rowCount(); } + Q_INVOKABLE void MsetAccessibleDescription(QStandardItem* o, const QString& x1) { o->setAccessibleDescription(x1); } + Q_INVOKABLE void MsetAccessibleText(QStandardItem* o, const QString& x1) { o->setAccessibleText(x1); } + Q_INVOKABLE void MsetBackground(QStandardItem* o, const QBrush& x1) { o->setBackground(x1); } + Q_INVOKABLE void MsetCheckState(QStandardItem* o, Qt::CheckState x1) { o->setCheckState(x1); } + Q_INVOKABLE void MsetCheckable(QStandardItem* o, bool x1) { o->setCheckable(x1); } + Q_INVOKABLE void MsetChild(QStandardItem* o, int x1, int x2, QStandardItem* x3) { o->setChild(x1, x2, x3); } + Q_INVOKABLE void MsetChild(QStandardItem* o, int x1, QStandardItem* x2) { o->setChild(x1, x2); } + Q_INVOKABLE void MsetColumnCount(QStandardItem* o, int x1) { o->setColumnCount(x1); } + Q_INVOKABLE void MsetData(QStandardItem* o, const QVariant& x1, int x2 = Qt::UserRole+1) { o->setData(x1, x2); } + Q_INVOKABLE void MsetDragEnabled(QStandardItem* o, bool x1) { o->setDragEnabled(x1); } + Q_INVOKABLE void MsetDropEnabled(QStandardItem* o, bool x1) { o->setDropEnabled(x1); } + Q_INVOKABLE void MsetEditable(QStandardItem* o, bool x1) { o->setEditable(x1); } + Q_INVOKABLE void MsetEnabled(QStandardItem* o, bool x1) { o->setEnabled(x1); } + Q_INVOKABLE void MsetFlags(QStandardItem* o, Qt::ItemFlags x1) { o->setFlags(x1); } + Q_INVOKABLE void MsetFont(QStandardItem* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetForeground(QStandardItem* o, const QBrush& x1) { o->setForeground(x1); } + Q_INVOKABLE void MsetIcon(QStandardItem* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetRowCount(QStandardItem* o, int x1) { o->setRowCount(x1); } + Q_INVOKABLE void MsetSelectable(QStandardItem* o, bool x1) { o->setSelectable(x1); } + Q_INVOKABLE void MsetSizeHint(QStandardItem* o, const QSize& x1) { o->setSizeHint(x1); } + Q_INVOKABLE void MsetStatusTip(QStandardItem* o, const QString& x1) { o->setStatusTip(x1); } + Q_INVOKABLE void MsetText(QStandardItem* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetTextAlignment(QStandardItem* o, Qt::Alignment x1) { o->setTextAlignment(x1); } + Q_INVOKABLE void MsetToolTip(QStandardItem* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetTristate(QStandardItem* o, bool x1) { o->setTristate(x1); } + Q_INVOKABLE void MsetWhatsThis(QStandardItem* o, const QString& x1) { o->setWhatsThis(x1); } + Q_INVOKABLE QSize MsizeHint(QStandardItem* o) const { return o->sizeHint(); } + Q_INVOKABLE void MsortChildren(QStandardItem* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sortChildren(x1, x2); } + Q_INVOKABLE QString MstatusTip(QStandardItem* o) const { return o->statusTip(); } + Q_INVOKABLE QStandardItem* MtakeChild(QStandardItem* o, int x1, int x2 = 0) { return o->takeChild(x1, x2); } + Q_INVOKABLE QList MtakeColumn(QStandardItem* o, int x1) { return o->takeColumn(x1); } + Q_INVOKABLE QList MtakeRow(QStandardItem* o, int x1) { return o->takeRow(x1); } + Q_INVOKABLE QString Mtext(QStandardItem* o) const { return o->text(); } + Q_INVOKABLE int MtextAlignment(QStandardItem* o) const { return o->textAlignment(); } + Q_INVOKABLE QString MtoolTip(QStandardItem* o) const { return o->toolTip(); } + Q_INVOKABLE int Mtype(QStandardItem* o) const { return o->type(); } + Q_INVOKABLE QString MwhatsThis(QStandardItem* o) const { return o->whatsThis(); } + Q_INVOKABLE void MemitDataChanged(QStandardItem* o) { ((LStandardItem*)o)->emitDataChanged(); } +}; + +class EQL_EXPORT N150 : public QObject { // QStyleOption + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = QStyleOption::Version, int x2 = QStyleOption::SO_Default) { return new LStyleOption(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QStyleOption& x1) { return new LStyleOption(u, x1); } + Q_INVOKABLE void MinitFrom(QStyleOption* o, const QWidget* x1) { o->initFrom(x1); } +}; + +class EQL_EXPORT N153 : public QObject { // QSystemSemaphore + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1, int x2 = 0, QSystemSemaphore::AccessMode x3 = QSystemSemaphore::Open) { return new LSystemSemaphore(u, x1, x2, x3); } + Q_INVOKABLE bool Macquire(QSystemSemaphore* o) { return o->acquire(); } + Q_INVOKABLE int Merror(QSystemSemaphore* o) const { return o->error(); } + Q_INVOKABLE QString MerrorString(QSystemSemaphore* o) const { return o->errorString(); } + Q_INVOKABLE QString Mkey(QSystemSemaphore* o) const { return o->key(); } + Q_INVOKABLE bool Mrelease(QSystemSemaphore* o, int x1 = 1) { return o->release(x1); } + Q_INVOKABLE void MsetKey(QSystemSemaphore* o, const QString& x1, int x2 = 0, QSystemSemaphore::AccessMode x3 = QSystemSemaphore::Open) { o->setKey(x1, x2, x3); } +}; + +class EQL_EXPORT N154 : public QObject { // QTableWidgetItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = QTableWidgetItem::Type) { return new LTableWidgetItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, int x2 = QTableWidgetItem::Type) { return new LTableWidgetItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QIcon& x1, const QString& x2, int x3 = QTableWidgetItem::Type) { return new LTableWidgetItem(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QTableWidgetItem& x1) { return new LTableWidgetItem(u, x1); } + Q_INVOKABLE QBrush Mbackground(QTableWidgetItem* o) const { return o->background(); } + Q_INVOKABLE int McheckState(QTableWidgetItem* o) const { return o->checkState(); } + Q_INVOKABLE QTableWidgetItem* Mclone(QTableWidgetItem* o) const { return o->clone(); } + Q_INVOKABLE int Mcolumn(QTableWidgetItem* o) const { return o->column(); } + Q_INVOKABLE QVariant Mdata(QTableWidgetItem* o, int x1) const { return o->data(x1); } + Q_INVOKABLE int Mflags(QTableWidgetItem* o) const { return o->flags(); } + Q_INVOKABLE QFont Mfont(QTableWidgetItem* o) const { return o->font(); } + Q_INVOKABLE QBrush Mforeground(QTableWidgetItem* o) const { return o->foreground(); } + Q_INVOKABLE QIcon Micon(QTableWidgetItem* o) const { return o->icon(); } + Q_INVOKABLE bool MisSelected(QTableWidgetItem* o) const { return o->isSelected(); } + Q_INVOKABLE int Mrow(QTableWidgetItem* o) const { return o->row(); } + Q_INVOKABLE void MsetBackground(QTableWidgetItem* o, const QBrush& x1) { o->setBackground(x1); } + Q_INVOKABLE void MsetCheckState(QTableWidgetItem* o, Qt::CheckState x1) { o->setCheckState(x1); } + Q_INVOKABLE void MsetData(QTableWidgetItem* o, int x1, const QVariant& x2) { o->setData(x1, x2); } + Q_INVOKABLE void MsetFlags(QTableWidgetItem* o, Qt::ItemFlags x1) { o->setFlags(x1); } + Q_INVOKABLE void MsetFont(QTableWidgetItem* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetForeground(QTableWidgetItem* o, const QBrush& x1) { o->setForeground(x1); } + Q_INVOKABLE void MsetIcon(QTableWidgetItem* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetSelected(QTableWidgetItem* o, bool x1) { o->setSelected(x1); } + Q_INVOKABLE void MsetSizeHint(QTableWidgetItem* o, const QSize& x1) { o->setSizeHint(x1); } + Q_INVOKABLE void MsetStatusTip(QTableWidgetItem* o, const QString& x1) { o->setStatusTip(x1); } + Q_INVOKABLE void MsetText(QTableWidgetItem* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetTextAlignment(QTableWidgetItem* o, int x1) { o->setTextAlignment(x1); } + Q_INVOKABLE void MsetToolTip(QTableWidgetItem* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetWhatsThis(QTableWidgetItem* o, const QString& x1) { o->setWhatsThis(x1); } + Q_INVOKABLE QSize MsizeHint(QTableWidgetItem* o) const { return o->sizeHint(); } + Q_INVOKABLE QString MstatusTip(QTableWidgetItem* o) const { return o->statusTip(); } + Q_INVOKABLE QTableWidget* MtableWidget(QTableWidgetItem* o) const { return o->tableWidget(); } + Q_INVOKABLE QString Mtext(QTableWidgetItem* o) const { return o->text(); } + Q_INVOKABLE int MtextAlignment(QTableWidgetItem* o) const { return o->textAlignment(); } + Q_INVOKABLE QString MtoolTip(QTableWidgetItem* o) const { return o->toolTip(); } + Q_INVOKABLE int Mtype(QTableWidgetItem* o) const { return o->type(); } + Q_INVOKABLE QString MwhatsThis(QTableWidgetItem* o) const { return o->whatsThis(); } +}; + +class EQL_EXPORT N155 : public QObject { // QTableWidgetSelectionRange + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTableWidgetSelectionRange(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2, int x3, int x4) { return new LTableWidgetSelectionRange(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QTableWidgetSelectionRange& x1) { return new LTableWidgetSelectionRange(u, x1); } + Q_INVOKABLE int MbottomRow(QTableWidgetSelectionRange* o) const { return o->bottomRow(); } + Q_INVOKABLE int McolumnCount(QTableWidgetSelectionRange* o) const { return o->columnCount(); } + Q_INVOKABLE int MleftColumn(QTableWidgetSelectionRange* o) const { return o->leftColumn(); } + Q_INVOKABLE int MrightColumn(QTableWidgetSelectionRange* o) const { return o->rightColumn(); } + Q_INVOKABLE int MrowCount(QTableWidgetSelectionRange* o) const { return o->rowCount(); } + Q_INVOKABLE int MtopRow(QTableWidgetSelectionRange* o) const { return o->topRow(); } +}; + +class EQL_EXPORT N157 : public QObject { // QTextBlock + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QTextBlock& x1) { return new LTextBlock(u, x1); } + Q_INVOKABLE QTextBlockFormat MblockFormat(QTextBlock* o) const { return o->blockFormat(); } + Q_INVOKABLE int MblockFormatIndex(QTextBlock* o) const { return o->blockFormatIndex(); } + Q_INVOKABLE int MblockNumber(QTextBlock* o) const { return o->blockNumber(); } + Q_INVOKABLE QTextCharFormat McharFormat(QTextBlock* o) const { return o->charFormat(); } + Q_INVOKABLE int McharFormatIndex(QTextBlock* o) const { return o->charFormatIndex(); } + Q_INVOKABLE void MclearLayout(QTextBlock* o) { o->clearLayout(); } + Q_INVOKABLE bool Mcontains(QTextBlock* o, int x1) const { return o->contains(x1); } + Q_INVOKABLE const QTextDocument* Mdocument(QTextBlock* o) const { return o->document(); } + Q_INVOKABLE int MfirstLineNumber(QTextBlock* o) const { return o->firstLineNumber(); } + Q_INVOKABLE bool MisValid(QTextBlock* o) const { return o->isValid(); } + Q_INVOKABLE bool MisVisible(QTextBlock* o) const { return o->isVisible(); } + Q_INVOKABLE QTextLayout* Mlayout(QTextBlock* o) const { return o->layout(); } + Q_INVOKABLE int Mlength(QTextBlock* o) const { return o->length(); } + Q_INVOKABLE int MlineCount(QTextBlock* o) const { return o->lineCount(); } + Q_INVOKABLE QTextBlock Mnext(QTextBlock* o) const { return o->next(); } + Q_INVOKABLE int Mposition(QTextBlock* o) const { return o->position(); } + Q_INVOKABLE QTextBlock Mprevious(QTextBlock* o) const { return o->previous(); } + Q_INVOKABLE int Mrevision(QTextBlock* o) const { return o->revision(); } + Q_INVOKABLE void MsetLineCount(QTextBlock* o, int x1) { o->setLineCount(x1); } + Q_INVOKABLE void MsetRevision(QTextBlock* o, int x1) { o->setRevision(x1); } + Q_INVOKABLE void MsetUserData(QTextBlock* o, QTextBlockUserData* x1) { o->setUserData(x1); } + Q_INVOKABLE void MsetUserState(QTextBlock* o, int x1) { o->setUserState(x1); } + Q_INVOKABLE void MsetVisible(QTextBlock* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QString Mtext(QTextBlock* o) const { return o->text(); } + Q_INVOKABLE int MtextDirection(QTextBlock* o) const { return o->textDirection(); } + Q_INVOKABLE QVector MtextFormats(QTextBlock* o) const { return o->textFormats(); } + Q_INVOKABLE QTextList* MtextList(QTextBlock* o) const { return o->textList(); } + Q_INVOKABLE QTextBlockUserData* MuserData(QTextBlock* o) const { return o->userData(); } + Q_INVOKABLE int MuserState(QTextBlock* o) const { return o->userState(); } +}; + +class EQL_EXPORT N159 : public QObject { // QTextBlockUserData + Q_OBJECT +public: +}; + +class EQL_EXPORT N160 : public QObject { // QTextBoundaryFinder + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextBoundaryFinder(u); } + Q_INVOKABLE void* C(uint u, const QTextBoundaryFinder& x1) { return new LTextBoundaryFinder(u, x1); } + Q_INVOKABLE void* C(uint u, QTextBoundaryFinder::BoundaryType x1, const QString& x2) { return new LTextBoundaryFinder(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QTextBoundaryFinder::BoundaryType x1, const QChar* x2, int x3, uchar* x4 = 0, int x5 = 0) { return new LTextBoundaryFinder(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE int MboundaryReasons(QTextBoundaryFinder* o) const { return o->boundaryReasons(); } + Q_INVOKABLE bool MisAtBoundary(QTextBoundaryFinder* o) const { return o->isAtBoundary(); } + Q_INVOKABLE bool MisValid(QTextBoundaryFinder* o) const { return o->isValid(); } + Q_INVOKABLE int Mposition(QTextBoundaryFinder* o) const { return o->position(); } + Q_INVOKABLE void MsetPosition(QTextBoundaryFinder* o, int x1) { o->setPosition(x1); } + Q_INVOKABLE QString Mstring(QTextBoundaryFinder* o) const { return o->string(); } + Q_INVOKABLE void MtoEnd(QTextBoundaryFinder* o) { o->toEnd(); } + Q_INVOKABLE int MtoNextBoundary(QTextBoundaryFinder* o) { return o->toNextBoundary(); } + Q_INVOKABLE int MtoPreviousBoundary(QTextBoundaryFinder* o) { return o->toPreviousBoundary(); } + Q_INVOKABLE void MtoStart(QTextBoundaryFinder* o) { o->toStart(); } + Q_INVOKABLE int Mtype(QTextBoundaryFinder* o) const { return o->type(); } +}; + +class EQL_EXPORT N162 : public QObject { // QTextCodec + Q_OBJECT +public: + Q_INVOKABLE QList Maliases(QTextCodec* o) const { return o->aliases(); } + Q_INVOKABLE bool McanEncode(QTextCodec* o, QChar x1) const { return o->canEncode(x1); } + Q_INVOKABLE bool McanEncode(QTextCodec* o, const QString& x1) const { return o->canEncode(x1); } + Q_INVOKABLE QByteArray MfromUnicode(QTextCodec* o, const QString& x1) const { return o->fromUnicode(x1); } + Q_INVOKABLE QByteArray MfromUnicode(QTextCodec* o, const QChar* x1, int x2, QTextCodec::ConverterState* x3 = 0) const { return o->fromUnicode(x1, x2, x3); } + Q_INVOKABLE QTextDecoder* MmakeDecoder(QTextCodec* o, QTextCodec::ConversionFlags x1 = QTextCodec::DefaultConversion) const { return o->makeDecoder(x1); } + Q_INVOKABLE QTextEncoder* MmakeEncoder(QTextCodec* o, QTextCodec::ConversionFlags x1 = QTextCodec::DefaultConversion) const { return o->makeEncoder(x1); } + Q_INVOKABLE int MmibEnum(QTextCodec* o) const { return o->mibEnum(); } + Q_INVOKABLE QByteArray Mname(QTextCodec* o) const { return o->name(); } + Q_INVOKABLE QString MtoUnicode(QTextCodec* o, const QByteArray& x1) const { return o->toUnicode(x1); } + Q_INVOKABLE QString MtoUnicode(QTextCodec* o, const char* x1, int x2, QTextCodec::ConverterState* x3 = 0) const { return o->toUnicode(x1, x2, x3); } + Q_INVOKABLE QString MtoUnicode(QTextCodec* o, const char* x1) const { return o->toUnicode(x1); } + Q_INVOKABLE QList SavailableCodecs() { return QTextCodec::availableCodecs(); } + Q_INVOKABLE QList SavailableMibs() { return QTextCodec::availableMibs(); } + Q_INVOKABLE QTextCodec* ScodecForHtml(const QByteArray& x1, QTextCodec* x2) { return QTextCodec::codecForHtml(x1, x2); } + Q_INVOKABLE QTextCodec* ScodecForHtml(const QByteArray& x1) { return QTextCodec::codecForHtml(x1); } + Q_INVOKABLE QTextCodec* ScodecForLocale() { return QTextCodec::codecForLocale(); } + Q_INVOKABLE QTextCodec* ScodecForMib(int x1) { return QTextCodec::codecForMib(x1); } + Q_INVOKABLE QTextCodec* ScodecForName(const QByteArray& x1) { return QTextCodec::codecForName(x1); } + Q_INVOKABLE QTextCodec* ScodecForName(const char* x1) { return QTextCodec::codecForName(x1); } + Q_INVOKABLE QTextCodec* ScodecForUtfText(const QByteArray& x1, QTextCodec* x2) { return QTextCodec::codecForUtfText(x1, x2); } + Q_INVOKABLE QTextCodec* ScodecForUtfText(const QByteArray& x1) { return QTextCodec::codecForUtfText(x1); } + Q_INVOKABLE void SsetCodecForLocale(QTextCodec* x1) { QTextCodec::setCodecForLocale(x1); } +}; + +class EQL_EXPORT N163 : public QObject { // QTextCursor + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextCursor(u); } + Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LTextCursor(u, x1); } + Q_INVOKABLE void* C(uint u, QTextFrame* x1) { return new LTextCursor(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextBlock& x1) { return new LTextCursor(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextCursor& x1) { return new LTextCursor(u, x1); } + Q_INVOKABLE int Manchor(QTextCursor* o) const { return o->anchor(); } + Q_INVOKABLE bool MatBlockEnd(QTextCursor* o) const { return o->atBlockEnd(); } + Q_INVOKABLE bool MatBlockStart(QTextCursor* o) const { return o->atBlockStart(); } + Q_INVOKABLE bool MatEnd(QTextCursor* o) const { return o->atEnd(); } + Q_INVOKABLE bool MatStart(QTextCursor* o) const { return o->atStart(); } + Q_INVOKABLE void MbeginEditBlock(QTextCursor* o) { o->beginEditBlock(); } + Q_INVOKABLE QTextBlock Mblock(QTextCursor* o) const { return o->block(); } + Q_INVOKABLE QTextCharFormat MblockCharFormat(QTextCursor* o) const { return o->blockCharFormat(); } + Q_INVOKABLE QTextBlockFormat MblockFormat(QTextCursor* o) const { return o->blockFormat(); } + Q_INVOKABLE int MblockNumber(QTextCursor* o) const { return o->blockNumber(); } + Q_INVOKABLE QTextCharFormat McharFormat(QTextCursor* o) const { return o->charFormat(); } + Q_INVOKABLE void MclearSelection(QTextCursor* o) { o->clearSelection(); } + Q_INVOKABLE int McolumnNumber(QTextCursor* o) const { return o->columnNumber(); } + Q_INVOKABLE QTextList* McreateList(QTextCursor* o, const QTextListFormat& x1) { return o->createList(x1); } + Q_INVOKABLE QTextList* McreateList(QTextCursor* o, QTextListFormat::Style x1) { return o->createList(x1); } + Q_INVOKABLE QTextFrame* McurrentFrame(QTextCursor* o) const { return o->currentFrame(); } + Q_INVOKABLE QTextList* McurrentList(QTextCursor* o) const { return o->currentList(); } + Q_INVOKABLE QTextTable* McurrentTable(QTextCursor* o) const { return o->currentTable(); } + Q_INVOKABLE void MdeleteChar(QTextCursor* o) { o->deleteChar(); } + Q_INVOKABLE void MdeletePreviousChar(QTextCursor* o) { o->deletePreviousChar(); } + Q_INVOKABLE QTextDocument* Mdocument(QTextCursor* o) const { return o->document(); } + Q_INVOKABLE void MendEditBlock(QTextCursor* o) { o->endEditBlock(); } + Q_INVOKABLE bool MhasComplexSelection(QTextCursor* o) const { return o->hasComplexSelection(); } + Q_INVOKABLE bool MhasSelection(QTextCursor* o) const { return o->hasSelection(); } + Q_INVOKABLE void MinsertBlock(QTextCursor* o) { o->insertBlock(); } + Q_INVOKABLE void MinsertBlock(QTextCursor* o, const QTextBlockFormat& x1) { o->insertBlock(x1); } + Q_INVOKABLE void MinsertBlock(QTextCursor* o, const QTextBlockFormat& x1, const QTextCharFormat& x2) { o->insertBlock(x1, x2); } + Q_INVOKABLE void MinsertFragment(QTextCursor* o, const QTextDocumentFragment& x1) { o->insertFragment(x1); } + Q_INVOKABLE QTextFrame* MinsertFrame(QTextCursor* o, const QTextFrameFormat& x1) { return o->insertFrame(x1); } + Q_INVOKABLE void MinsertHtml(QTextCursor* o, const QString& x1) { o->insertHtml(x1); } + Q_INVOKABLE void MinsertImage(QTextCursor* o, const QTextImageFormat& x1) { o->insertImage(x1); } + Q_INVOKABLE void MinsertImage(QTextCursor* o, const QTextImageFormat& x1, QTextFrameFormat::Position x2) { o->insertImage(x1, x2); } + Q_INVOKABLE void MinsertImage(QTextCursor* o, const QString& x1) { o->insertImage(x1); } + Q_INVOKABLE void MinsertImage(QTextCursor* o, const QImage& x1, const QString& x2 = QString()) { o->insertImage(x1, x2); } + Q_INVOKABLE QTextList* MinsertList(QTextCursor* o, const QTextListFormat& x1) { return o->insertList(x1); } + Q_INVOKABLE QTextList* MinsertList(QTextCursor* o, QTextListFormat::Style x1) { return o->insertList(x1); } + Q_INVOKABLE QTextTable* MinsertTable(QTextCursor* o, int x1, int x2, const QTextTableFormat& x3) { return o->insertTable(x1, x2, x3); } + Q_INVOKABLE QTextTable* MinsertTable(QTextCursor* o, int x1, int x2) { return o->insertTable(x1, x2); } + Q_INVOKABLE void MinsertText(QTextCursor* o, const QString& x1) { o->insertText(x1); } + Q_INVOKABLE void MinsertText(QTextCursor* o, const QString& x1, const QTextCharFormat& x2) { o->insertText(x1, x2); } + Q_INVOKABLE bool MisCopyOf(QTextCursor* o, const QTextCursor& x1) const { return o->isCopyOf(x1); } + Q_INVOKABLE bool MisNull(QTextCursor* o) const { return o->isNull(); } + Q_INVOKABLE void MjoinPreviousEditBlock(QTextCursor* o) { o->joinPreviousEditBlock(); } + Q_INVOKABLE bool MkeepPositionOnInsert(QTextCursor* o) const { return o->keepPositionOnInsert(); } + Q_INVOKABLE void MmergeBlockCharFormat(QTextCursor* o, const QTextCharFormat& x1) { o->mergeBlockCharFormat(x1); } + Q_INVOKABLE void MmergeBlockFormat(QTextCursor* o, const QTextBlockFormat& x1) { o->mergeBlockFormat(x1); } + Q_INVOKABLE void MmergeCharFormat(QTextCursor* o, const QTextCharFormat& x1) { o->mergeCharFormat(x1); } + Q_INVOKABLE bool MmovePosition(QTextCursor* o, QTextCursor::MoveOperation x1, QTextCursor::MoveMode x2 = QTextCursor::MoveAnchor, int x3 = 1) { return o->movePosition(x1, x2, x3); } + Q_INVOKABLE int Mposition(QTextCursor* o) const { return o->position(); } + Q_INVOKABLE int MpositionInBlock(QTextCursor* o) const { return o->positionInBlock(); } + Q_INVOKABLE void MremoveSelectedText(QTextCursor* o) { o->removeSelectedText(); } + Q_INVOKABLE void Mselect(QTextCursor* o, QTextCursor::SelectionType x1) { o->select(x1); } + Q_INVOKABLE QString MselectedText(QTextCursor* o) const { return o->selectedText(); } + Q_INVOKABLE QTextDocumentFragment Mselection(QTextCursor* o) const { return o->selection(); } + Q_INVOKABLE int MselectionEnd(QTextCursor* o) const { return o->selectionEnd(); } + Q_INVOKABLE int MselectionStart(QTextCursor* o) const { return o->selectionStart(); } + Q_INVOKABLE void MsetBlockCharFormat(QTextCursor* o, const QTextCharFormat& x1) { o->setBlockCharFormat(x1); } + Q_INVOKABLE void MsetBlockFormat(QTextCursor* o, const QTextBlockFormat& x1) { o->setBlockFormat(x1); } + Q_INVOKABLE void MsetCharFormat(QTextCursor* o, const QTextCharFormat& x1) { o->setCharFormat(x1); } + Q_INVOKABLE void MsetKeepPositionOnInsert(QTextCursor* o, bool x1) { o->setKeepPositionOnInsert(x1); } + Q_INVOKABLE void MsetPosition(QTextCursor* o, int x1, QTextCursor::MoveMode x2 = QTextCursor::MoveAnchor) { o->setPosition(x1, x2); } + Q_INVOKABLE void MsetVerticalMovementX(QTextCursor* o, int x1) { o->setVerticalMovementX(x1); } + Q_INVOKABLE void MsetVisualNavigation(QTextCursor* o, bool x1) { o->setVisualNavigation(x1); } + Q_INVOKABLE void Mswap(QTextCursor* o, QTextCursor& x1) { o->swap(x1); } + Q_INVOKABLE int MverticalMovementX(QTextCursor* o) const { return o->verticalMovementX(); } + Q_INVOKABLE bool MvisualNavigation(QTextCursor* o) const { return o->visualNavigation(); } +}; + +class EQL_EXPORT N164 : public QObject { // QTextDecoder + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QTextCodec* x1) { return new LTextDecoder(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextCodec* x1, QTextCodec::ConversionFlags x2) { return new LTextDecoder(u, x1, x2); } + Q_INVOKABLE QString MtoUnicode(QTextDecoder* o, const char* x1, int x2) { return o->toUnicode(x1, x2); } + Q_INVOKABLE void MtoUnicode(QTextDecoder* o, QString* x1, const char* x2, int x3) { o->toUnicode(x1, x2, x3); } + Q_INVOKABLE QString MtoUnicode(QTextDecoder* o, const QByteArray& x1) { return o->toUnicode(x1); } +}; + +class EQL_EXPORT N165 : public QObject { // QTextDocumentFragment + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextDocumentFragment(u); } + Q_INVOKABLE void* C(uint u, const QTextDocument* x1) { return new LTextDocumentFragment(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextCursor& x1) { return new LTextDocumentFragment(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextDocumentFragment& x1) { return new LTextDocumentFragment(u, x1); } + Q_INVOKABLE bool MisEmpty(QTextDocumentFragment* o) const { return o->isEmpty(); } + Q_INVOKABLE QString MtoHtml(QTextDocumentFragment* o, const QByteArray& x1 = QByteArray()) const { return o->toHtml(x1); } + Q_INVOKABLE QString MtoPlainText(QTextDocumentFragment* o) const { return o->toPlainText(); } + Q_INVOKABLE QTextDocumentFragment SfromHtml(const QString& x1) { return QTextDocumentFragment::fromHtml(x1); } + Q_INVOKABLE QTextDocumentFragment SfromHtml(const QString& x1, const QTextDocument* x2) { return QTextDocumentFragment::fromHtml(x1, x2); } + Q_INVOKABLE QTextDocumentFragment SfromPlainText(const QString& x1) { return QTextDocumentFragment::fromPlainText(x1); } +}; + +class EQL_EXPORT N166 : public QObject { // QTextDocumentWriter + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextDocumentWriter(u); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QByteArray& x2 = QByteArray()) { return new LTextDocumentWriter(u, x1, x2); } + Q_INVOKABLE QTextCodec* Mcodec(QTextDocumentWriter* o) const { return o->codec(); } + Q_INVOKABLE QString MfileName(QTextDocumentWriter* o) const { return o->fileName(); } + Q_INVOKABLE QByteArray Mformat(QTextDocumentWriter* o) const { return o->format(); } + Q_INVOKABLE void MsetCodec(QTextDocumentWriter* o, QTextCodec* x1) { o->setCodec(x1); } + Q_INVOKABLE void MsetFileName(QTextDocumentWriter* o, const QString& x1) { o->setFileName(x1); } + Q_INVOKABLE void MsetFormat(QTextDocumentWriter* o, const QByteArray& x1) { o->setFormat(x1); } + Q_INVOKABLE bool Mwrite(QTextDocumentWriter* o, const QTextDocument* x1) { return o->write(x1); } + Q_INVOKABLE bool Mwrite(QTextDocumentWriter* o, const QTextDocumentFragment& x1) { return o->write(x1); } + Q_INVOKABLE QList SsupportedDocumentFormats() { return QTextDocumentWriter::supportedDocumentFormats(); } +}; + +class EQL_EXPORT N167 : public QObject { // QTextEncoder + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QTextCodec* x1) { return new LTextEncoder(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextCodec* x1, QTextCodec::ConversionFlags x2) { return new LTextEncoder(u, x1, x2); } + Q_INVOKABLE QByteArray MfromUnicode(QTextEncoder* o, const QString& x1) { return o->fromUnicode(x1); } + Q_INVOKABLE QByteArray MfromUnicode(QTextEncoder* o, const QChar* x1, int x2) { return o->fromUnicode(x1, x2); } +}; + +class EQL_EXPORT N168 : public QObject { // QTextFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextFormat(u); } + Q_INVOKABLE void* C(uint u, int x1) { return new LTextFormat(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextFormat& x1) { return new LTextFormat(u, x1); } + Q_INVOKABLE QBrush Mbackground(QTextFormat* o) const { return o->background(); } + Q_INVOKABLE bool MboolProperty(QTextFormat* o, int x1) const { return o->boolProperty(x1); } + Q_INVOKABLE QBrush MbrushProperty(QTextFormat* o, int x1) const { return o->brushProperty(x1); } + Q_INVOKABLE void MclearBackground(QTextFormat* o) { o->clearBackground(); } + Q_INVOKABLE void MclearForeground(QTextFormat* o) { o->clearForeground(); } + Q_INVOKABLE void MclearProperty(QTextFormat* o, int x1) { o->clearProperty(x1); } + Q_INVOKABLE QColor McolorProperty(QTextFormat* o, int x1) const { return o->colorProperty(x1); } + Q_INVOKABLE qreal MdoubleProperty(QTextFormat* o, int x1) const { return o->doubleProperty(x1); } + Q_INVOKABLE QBrush Mforeground(QTextFormat* o) const { return o->foreground(); } + Q_INVOKABLE bool MhasProperty(QTextFormat* o, int x1) const { return o->hasProperty(x1); } + Q_INVOKABLE int MintProperty(QTextFormat* o, int x1) const { return o->intProperty(x1); } + Q_INVOKABLE bool MisBlockFormat(QTextFormat* o) const { return o->isBlockFormat(); } + Q_INVOKABLE bool MisCharFormat(QTextFormat* o) const { return o->isCharFormat(); } + Q_INVOKABLE bool MisEmpty(QTextFormat* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisFrameFormat(QTextFormat* o) const { return o->isFrameFormat(); } + Q_INVOKABLE bool MisImageFormat(QTextFormat* o) const { return o->isImageFormat(); } + Q_INVOKABLE bool MisListFormat(QTextFormat* o) const { return o->isListFormat(); } + Q_INVOKABLE bool MisTableCellFormat(QTextFormat* o) const { return o->isTableCellFormat(); } + Q_INVOKABLE bool MisTableFormat(QTextFormat* o) const { return o->isTableFormat(); } + Q_INVOKABLE bool MisValid(QTextFormat* o) const { return o->isValid(); } + Q_INVOKABLE int MlayoutDirection(QTextFormat* o) const { return o->layoutDirection(); } + Q_INVOKABLE QTextLength MlengthProperty(QTextFormat* o, int x1) const { return o->lengthProperty(x1); } + Q_INVOKABLE QVector MlengthVectorProperty(QTextFormat* o, int x1) const { return o->lengthVectorProperty(x1); } + Q_INVOKABLE void Mmerge(QTextFormat* o, const QTextFormat& x1) { o->merge(x1); } + Q_INVOKABLE int MobjectIndex(QTextFormat* o) const { return o->objectIndex(); } + Q_INVOKABLE int MobjectType(QTextFormat* o) const { return o->objectType(); } + Q_INVOKABLE QPen MpenProperty(QTextFormat* o, int x1) const { return o->penProperty(x1); } + Q_INVOKABLE QVariant Mproperty(QTextFormat* o, int x1) const { return o->property(x1); } + Q_INVOKABLE int MpropertyCount(QTextFormat* o) const { return o->propertyCount(); } + Q_INVOKABLE void MsetBackground(QTextFormat* o, const QBrush& x1) { o->setBackground(x1); } + Q_INVOKABLE void MsetForeground(QTextFormat* o, const QBrush& x1) { o->setForeground(x1); } + Q_INVOKABLE void MsetLayoutDirection(QTextFormat* o, Qt::LayoutDirection x1) { o->setLayoutDirection(x1); } + Q_INVOKABLE void MsetObjectIndex(QTextFormat* o, int x1) { o->setObjectIndex(x1); } + Q_INVOKABLE void MsetObjectType(QTextFormat* o, int x1) { o->setObjectType(x1); } + Q_INVOKABLE void MsetProperty(QTextFormat* o, int x1, const QVariant& x2) { o->setProperty(x1, x2); } + Q_INVOKABLE void MsetProperty(QTextFormat* o, int x1, const QVector& x2) { o->setProperty(x1, x2); } + Q_INVOKABLE QString MstringProperty(QTextFormat* o, int x1) const { return o->stringProperty(x1); } + Q_INVOKABLE void Mswap(QTextFormat* o, QTextFormat& x1) { o->swap(x1); } + Q_INVOKABLE QTextBlockFormat MtoBlockFormat(QTextFormat* o) const { return o->toBlockFormat(); } + Q_INVOKABLE QTextCharFormat MtoCharFormat(QTextFormat* o) const { return o->toCharFormat(); } + Q_INVOKABLE QTextFrameFormat MtoFrameFormat(QTextFormat* o) const { return o->toFrameFormat(); } + Q_INVOKABLE QTextImageFormat MtoImageFormat(QTextFormat* o) const { return o->toImageFormat(); } + Q_INVOKABLE QTextListFormat MtoListFormat(QTextFormat* o) const { return o->toListFormat(); } + Q_INVOKABLE QTextTableCellFormat MtoTableCellFormat(QTextFormat* o) const { return o->toTableCellFormat(); } + Q_INVOKABLE QTextTableFormat MtoTableFormat(QTextFormat* o) const { return o->toTableFormat(); } + Q_INVOKABLE int Mtype(QTextFormat* o) const { return o->type(); } +}; + +class EQL_EXPORT N169 : public QObject { // QTextFragment + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextFragment(u); } + Q_INVOKABLE void* C(uint u, const QTextFragment& x1) { return new LTextFragment(u, x1); } + Q_INVOKABLE QTextCharFormat McharFormat(QTextFragment* o) const { return o->charFormat(); } + Q_INVOKABLE int McharFormatIndex(QTextFragment* o) const { return o->charFormatIndex(); } + Q_INVOKABLE bool Mcontains(QTextFragment* o, int x1) const { return o->contains(x1); } + Q_INVOKABLE QList MglyphRuns(QTextFragment* o, int x1 = -1, int x2 = -1) const { return o->glyphRuns(x1, x2); } + Q_INVOKABLE bool MisValid(QTextFragment* o) const { return o->isValid(); } + Q_INVOKABLE int Mlength(QTextFragment* o) const { return o->length(); } + Q_INVOKABLE int Mposition(QTextFragment* o) const { return o->position(); } + Q_INVOKABLE QString Mtext(QTextFragment* o) const { return o->text(); } +}; + +class EQL_EXPORT N172 : public QObject { // QTextLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextLayout(u); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LTextLayout(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QFont& x2, QPaintDevice* x3 = 0) { return new LTextLayout(u, x1, x2, x3); } + Q_INVOKABLE void MbeginLayout(QTextLayout* o) { o->beginLayout(); } + Q_INVOKABLE QRectF MboundingRect(QTextLayout* o) const { return o->boundingRect(); } + Q_INVOKABLE bool McacheEnabled(QTextLayout* o) const { return o->cacheEnabled(); } + Q_INVOKABLE void MclearAdditionalFormats(QTextLayout* o) { o->clearAdditionalFormats(); } + Q_INVOKABLE void MclearLayout(QTextLayout* o) { o->clearLayout(); } + Q_INVOKABLE QTextLine McreateLine(QTextLayout* o) { return o->createLine(); } + Q_INVOKABLE int McursorMoveStyle(QTextLayout* o) const { return o->cursorMoveStyle(); } + Q_INVOKABLE void MdrawCursor(QTextLayout* o, QPainter* x1, const QPointF& x2, int x3, int x4) const { o->drawCursor(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawCursor(QTextLayout* o, QPainter* x1, const QPointF& x2, int x3) const { o->drawCursor(x1, x2, x3); } + Q_INVOKABLE void MendLayout(QTextLayout* o) { o->endLayout(); } + Q_INVOKABLE QFont Mfont(QTextLayout* o) const { return o->font(); } + Q_INVOKABLE QList MglyphRuns(QTextLayout* o, int x1 = -1, int x2 = -1) const { return o->glyphRuns(x1, x2); } + Q_INVOKABLE bool MisValidCursorPosition(QTextLayout* o, int x1) const { return o->isValidCursorPosition(x1); } + Q_INVOKABLE int MleftCursorPosition(QTextLayout* o, int x1) const { return o->leftCursorPosition(x1); } + Q_INVOKABLE QTextLine MlineAt(QTextLayout* o, int x1) const { return o->lineAt(x1); } + Q_INVOKABLE int MlineCount(QTextLayout* o) const { return o->lineCount(); } + Q_INVOKABLE QTextLine MlineForTextPosition(QTextLayout* o, int x1) const { return o->lineForTextPosition(x1); } + Q_INVOKABLE qreal MmaximumWidth(QTextLayout* o) const { return o->maximumWidth(); } + Q_INVOKABLE qreal MminimumWidth(QTextLayout* o) const { return o->minimumWidth(); } + Q_INVOKABLE int MnextCursorPosition(QTextLayout* o, int x1, QTextLayout::CursorMode x2 = QTextLayout::SkipCharacters) const { return o->nextCursorPosition(x1, x2); } + Q_INVOKABLE QPointF Mposition(QTextLayout* o) const { return o->position(); } + Q_INVOKABLE int MpreeditAreaPosition(QTextLayout* o) const { return o->preeditAreaPosition(); } + Q_INVOKABLE QString MpreeditAreaText(QTextLayout* o) const { return o->preeditAreaText(); } + Q_INVOKABLE int MpreviousCursorPosition(QTextLayout* o, int x1, QTextLayout::CursorMode x2 = QTextLayout::SkipCharacters) const { return o->previousCursorPosition(x1, x2); } + Q_INVOKABLE int MrightCursorPosition(QTextLayout* o, int x1) const { return o->rightCursorPosition(x1); } + Q_INVOKABLE void MsetCacheEnabled(QTextLayout* o, bool x1) { o->setCacheEnabled(x1); } + Q_INVOKABLE void MsetCursorMoveStyle(QTextLayout* o, Qt::CursorMoveStyle x1) { o->setCursorMoveStyle(x1); } + Q_INVOKABLE void MsetFont(QTextLayout* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetPosition(QTextLayout* o, const QPointF& x1) { o->setPosition(x1); } + Q_INVOKABLE void MsetPreeditArea(QTextLayout* o, int x1, const QString& x2) { o->setPreeditArea(x1, x2); } + Q_INVOKABLE void MsetText(QTextLayout* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetTextOption(QTextLayout* o, const QTextOption& x1) { o->setTextOption(x1); } + Q_INVOKABLE QString Mtext(QTextLayout* o) const { return o->text(); } + Q_INVOKABLE QTextOption MtextOption(QTextLayout* o) const { return o->textOption(); } +}; + +class EQL_EXPORT N173 : public QObject { // QTextLength + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextLength(u); } + Q_INVOKABLE void* C(uint u, QTextLength::Type x1, qreal x2) { return new LTextLength(u, x1, x2); } + Q_INVOKABLE qreal MrawValue(QTextLength* o) const { return o->rawValue(); } + Q_INVOKABLE int Mtype(QTextLength* o) const { return o->type(); } + Q_INVOKABLE qreal Mvalue(QTextLength* o, qreal x1) const { return o->value(x1); } +}; + +class EQL_EXPORT N174 : public QObject { // QTextLine + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextLine(u); } + Q_INVOKABLE qreal Mascent(QTextLine* o) const { return o->ascent(); } + Q_INVOKABLE qreal McursorToX(QTextLine* o, int x1, QTextLine::Edge x2 = QTextLine::Leading) const { return o->cursorToX(x1, x2); } + Q_INVOKABLE qreal Mdescent(QTextLine* o) const { return o->descent(); } + Q_INVOKABLE void Mdraw(QTextLine* o, QPainter* x1, const QPointF& x2, const QTextLayout::FormatRange* x3 = 0) const { o->draw(x1, x2, x3); } + Q_INVOKABLE QList MglyphRuns(QTextLine* o, int x1 = -1, int x2 = -1) const { return o->glyphRuns(x1, x2); } + Q_INVOKABLE qreal Mheight(QTextLine* o) const { return o->height(); } + Q_INVOKABLE qreal MhorizontalAdvance(QTextLine* o) const { return o->horizontalAdvance(); } + Q_INVOKABLE bool MisValid(QTextLine* o) const { return o->isValid(); } + Q_INVOKABLE qreal Mleading(QTextLine* o) const { return o->leading(); } + Q_INVOKABLE bool MleadingIncluded(QTextLine* o) const { return o->leadingIncluded(); } + Q_INVOKABLE int MlineNumber(QTextLine* o) const { return o->lineNumber(); } + Q_INVOKABLE QRectF MnaturalTextRect(QTextLine* o) const { return o->naturalTextRect(); } + Q_INVOKABLE qreal MnaturalTextWidth(QTextLine* o) const { return o->naturalTextWidth(); } + Q_INVOKABLE QPointF Mposition(QTextLine* o) const { return o->position(); } + Q_INVOKABLE QRectF Mrect(QTextLine* o) const { return o->rect(); } + Q_INVOKABLE void MsetLeadingIncluded(QTextLine* o, bool x1) { o->setLeadingIncluded(x1); } + Q_INVOKABLE void MsetLineWidth(QTextLine* o, qreal x1) { o->setLineWidth(x1); } + Q_INVOKABLE void MsetNumColumns(QTextLine* o, int x1) { o->setNumColumns(x1); } + Q_INVOKABLE void MsetNumColumns(QTextLine* o, int x1, qreal x2) { o->setNumColumns(x1, x2); } + Q_INVOKABLE void MsetPosition(QTextLine* o, const QPointF& x1) { o->setPosition(x1); } + Q_INVOKABLE int MtextLength(QTextLine* o) const { return o->textLength(); } + Q_INVOKABLE int MtextStart(QTextLine* o) const { return o->textStart(); } + Q_INVOKABLE qreal Mwidth(QTextLine* o) const { return o->width(); } + Q_INVOKABLE qreal Mx(QTextLine* o) const { return o->x(); } + Q_INVOKABLE int MxToCursor(QTextLine* o, qreal x1, QTextLine::CursorPosition x2 = QTextLine::CursorBetweenCharacters) const { return o->xToCursor(x1, x2); } + Q_INVOKABLE qreal My(QTextLine* o) const { return o->y(); } +}; + +class EQL_EXPORT N176 : public QObject { // QTextOption + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextOption(u); } + Q_INVOKABLE void* C(uint u, Qt::Alignment x1) { return new LTextOption(u, x1); } + Q_INVOKABLE void* C(uint u, const QTextOption& x1) { return new LTextOption(u, x1); } + Q_INVOKABLE int Malignment(QTextOption* o) const { return o->alignment(); } + Q_INVOKABLE int Mflags(QTextOption* o) const { return o->flags(); } + Q_INVOKABLE void MsetAlignment(QTextOption* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetFlags(QTextOption* o, QTextOption::Flags x1) { o->setFlags(x1); } + Q_INVOKABLE void MsetTabArray(QTextOption* o, const QList& x1) { o->setTabArray(x1); } + Q_INVOKABLE void MsetTabStop(QTextOption* o, qreal x1) { o->setTabStop(x1); } + Q_INVOKABLE void MsetTextDirection(QTextOption* o, Qt::LayoutDirection x1) { o->setTextDirection(x1); } + Q_INVOKABLE void MsetUseDesignMetrics(QTextOption* o, bool x1) { o->setUseDesignMetrics(x1); } + Q_INVOKABLE void MsetWrapMode(QTextOption* o, QTextOption::WrapMode x1) { o->setWrapMode(x1); } + Q_INVOKABLE QList MtabArray(QTextOption* o) const { return o->tabArray(); } + Q_INVOKABLE qreal MtabStop(QTextOption* o) const { return o->tabStop(); } + Q_INVOKABLE int MtextDirection(QTextOption* o) const { return o->textDirection(); } + Q_INVOKABLE bool MuseDesignMetrics(QTextOption* o) const { return o->useDesignMetrics(); } + Q_INVOKABLE int MwrapMode(QTextOption* o) const { return o->wrapMode(); } +}; + +class EQL_EXPORT N177 : public QObject { // QTextTableCell + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextTableCell(u); } + Q_INVOKABLE void* C(uint u, const QTextTableCell& x1) { return new LTextTableCell(u, x1); } + Q_INVOKABLE int Mcolumn(QTextTableCell* o) const { return o->column(); } + Q_INVOKABLE int McolumnSpan(QTextTableCell* o) const { return o->columnSpan(); } + Q_INVOKABLE QTextCursor MfirstCursorPosition(QTextTableCell* o) const { return o->firstCursorPosition(); } + Q_INVOKABLE QTextCharFormat Mformat(QTextTableCell* o) const { return o->format(); } + Q_INVOKABLE bool MisValid(QTextTableCell* o) const { return o->isValid(); } + Q_INVOKABLE QTextCursor MlastCursorPosition(QTextTableCell* o) const { return o->lastCursorPosition(); } + Q_INVOKABLE int Mrow(QTextTableCell* o) const { return o->row(); } + Q_INVOKABLE int MrowSpan(QTextTableCell* o) const { return o->rowSpan(); } + Q_INVOKABLE void MsetFormat(QTextTableCell* o, const QTextCharFormat& x1) { o->setFormat(x1); } + Q_INVOKABLE int MtableCellFormatIndex(QTextTableCell* o) const { return o->tableCellFormatIndex(); } +}; + +class EQL_EXPORT N180 : public QObject { // QTime + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTime(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2, int x3 = 0, int x4 = 0) { return new LTime(u, x1, x2, x3, x4); } + Q_INVOKABLE QTime MaddMSecs(QTime* o, int x1) const { return o->addMSecs(x1); } + Q_INVOKABLE QTime MaddSecs(QTime* o, int x1) const { return o->addSecs(x1); } + Q_INVOKABLE int Melapsed(QTime* o) const { return o->elapsed(); } + Q_INVOKABLE int Mhour(QTime* o) const { return o->hour(); } + Q_INVOKABLE bool MisNull(QTime* o) const { return o->isNull(); } + Q_INVOKABLE bool MisValid(QTime* o) const { return o->isValid(); } + Q_INVOKABLE int Mminute(QTime* o) const { return o->minute(); } + Q_INVOKABLE int Mmsec(QTime* o) const { return o->msec(); } + Q_INVOKABLE int MmsecsSinceStartOfDay(QTime* o) const { return o->msecsSinceStartOfDay(); } + Q_INVOKABLE int MmsecsTo(QTime* o, const QTime& x1) const { return o->msecsTo(x1); } + Q_INVOKABLE int Mrestart(QTime* o) { return o->restart(); } + Q_INVOKABLE int Msecond(QTime* o) const { return o->second(); } + Q_INVOKABLE int MsecsTo(QTime* o, const QTime& x1) const { return o->secsTo(x1); } + Q_INVOKABLE bool MsetHMS(QTime* o, int x1, int x2, int x3, int x4 = 0) { return o->setHMS(x1, x2, x3, x4); } + Q_INVOKABLE void Mstart(QTime* o) { o->start(); } + Q_INVOKABLE QString MtoString(QTime* o, const QString& x1) const { return o->toString(x1); } + Q_INVOKABLE QString MtoString(QTime* o, Qt::DateFormat x1 = Qt::TextDate) const { return o->toString(x1); } + Q_INVOKABLE QTime ScurrentTime() { return QTime::currentTime(); } + Q_INVOKABLE QTime SfromMSecsSinceStartOfDay(int x1) { return QTime::fromMSecsSinceStartOfDay(x1); } + Q_INVOKABLE QTime SfromString(const QString& x1, Qt::DateFormat x2 = Qt::TextDate) { return QTime::fromString(x1, x2); } + Q_INVOKABLE QTime SfromString(const QString& x1, const QString& x2) { return QTime::fromString(x1, x2); } + Q_INVOKABLE bool SisValid(int x1, int x2, int x3, int x4 = 0) { return QTime::isValid(x1, x2, x3, x4); } +}; + +class EQL_EXPORT N182 : public QObject { // QToolTip + Q_OBJECT +public: + Q_INVOKABLE QFont Sfont() { return QToolTip::font(); } + Q_INVOKABLE void ShideText() { QToolTip::hideText(); } + Q_INVOKABLE bool SisVisible() { return QToolTip::isVisible(); } + Q_INVOKABLE QPalette Spalette() { return QToolTip::palette(); } + Q_INVOKABLE void SsetFont(const QFont& x1) { QToolTip::setFont(x1); } + Q_INVOKABLE void SsetPalette(const QPalette& x1) { QToolTip::setPalette(x1); } + Q_INVOKABLE void SshowText(const QPoint& x1, const QString& x2, QWidget* x3, const QRect& x4) { QToolTip::showText(x1, x2, x3, x4); } + Q_INVOKABLE void SshowText(const QPoint& x1, const QString& x2, QWidget* x3, const QRect& x4, int x5) { QToolTip::showText(x1, x2, x3, x4, x5); } + Q_INVOKABLE void SshowText(const QPoint& x1, const QString& x2, QWidget* x3 = 0) { QToolTip::showText(x1, x2, x3); } + Q_INVOKABLE QString Stext() { return QToolTip::text(); } +}; + +class EQL_EXPORT N184 : public QObject { // QTransform + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTransform(u); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6, qreal x7, qreal x8, qreal x9 = 1.0) { return new LTransform(u, x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) { return new LTransform(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void* C(uint u, const QMatrix& x1) { return new LTransform(u, x1); } + Q_INVOKABLE qreal Mm11(QTransform* o) const { return o->m11(); } + Q_INVOKABLE qreal Mm12(QTransform* o) const { return o->m12(); } + Q_INVOKABLE qreal Mm13(QTransform* o) const { return o->m13(); } + Q_INVOKABLE qreal Mm21(QTransform* o) const { return o->m21(); } + Q_INVOKABLE qreal Mm22(QTransform* o) const { return o->m22(); } + Q_INVOKABLE qreal Mm23(QTransform* o) const { return o->m23(); } + Q_INVOKABLE qreal Mm31(QTransform* o) const { return o->m31(); } + Q_INVOKABLE qreal Mm32(QTransform* o) const { return o->m32(); } + Q_INVOKABLE qreal Mm33(QTransform* o) const { return o->m33(); } + Q_INVOKABLE QTransform Madjoint(QTransform* o) const { return o->adjoint(); } + Q_INVOKABLE qreal Mdeterminant(QTransform* o) const { return o->determinant(); } + Q_INVOKABLE qreal Mdx(QTransform* o) const { return o->dx(); } + Q_INVOKABLE qreal Mdy(QTransform* o) const { return o->dy(); } + Q_INVOKABLE QTransform Minverted(QTransform* o, bool* x1 = 0) const { return o->inverted(x1); } + Q_INVOKABLE bool MisAffine(QTransform* o) const { return o->isAffine(); } + Q_INVOKABLE bool MisIdentity(QTransform* o) const { return o->isIdentity(); } + Q_INVOKABLE bool MisInvertible(QTransform* o) const { return o->isInvertible(); } + Q_INVOKABLE bool MisRotating(QTransform* o) const { return o->isRotating(); } + Q_INVOKABLE bool MisScaling(QTransform* o) const { return o->isScaling(); } + Q_INVOKABLE bool MisTranslating(QTransform* o) const { return o->isTranslating(); } + Q_INVOKABLE QPointF Mmap(QTransform* o, const QPointF& x1) const { return o->map(x1); } + Q_INVOKABLE QPoint Mmap(QTransform* o, const QPoint& x1) const { return o->map(x1); } + Q_INVOKABLE QLine Mmap(QTransform* o, const QLine& x1) const { return o->map(x1); } + Q_INVOKABLE QLineF Mmap(QTransform* o, const QLineF& x1) const { return o->map(x1); } + Q_INVOKABLE QPolygonF Mmap(QTransform* o, const QPolygonF& x1) const { return o->map(x1); } + Q_INVOKABLE QPolygon Mmap(QTransform* o, const QPolygon& x1) const { return o->map(x1); } + Q_INVOKABLE QRegion Mmap(QTransform* o, const QRegion& x1) const { return o->map(x1); } + Q_INVOKABLE QPainterPath Mmap(QTransform* o, const QPainterPath& x1) const { return o->map(x1); } + Q_INVOKABLE QRectF MmapRect(QTransform* o, const QRectF& x1) const { return o->mapRect(x1); } + Q_INVOKABLE QRect MmapRect(QTransform* o, const QRect& x1) const { return o->mapRect(x1); } + Q_INVOKABLE QPolygon MmapToPolygon(QTransform* o, const QRect& x1) const { return o->mapToPolygon(x1); } + Q_INVOKABLE void Mreset(QTransform* o) { o->reset(); } + Q_INVOKABLE QTransform Mrotate(QTransform* o, qreal x1, Qt::Axis x2 = Qt::ZAxis) { return o->rotate(x1, x2); } + Q_INVOKABLE QTransform MrotateRadians(QTransform* o, qreal x1, Qt::Axis x2 = Qt::ZAxis) { return o->rotateRadians(x1, x2); } + Q_INVOKABLE QTransform Mscale(QTransform* o, qreal x1, qreal x2) { return o->scale(x1, x2); } + Q_INVOKABLE void MsetMatrix(QTransform* o, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6, qreal x7, qreal x8, qreal x9) { o->setMatrix(x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE QTransform Mshear(QTransform* o, qreal x1, qreal x2) { return o->shear(x1, x2); } + Q_INVOKABLE QMatrix MtoAffine(QTransform* o) const { return o->toAffine(); } + Q_INVOKABLE QTransform Mtranslate(QTransform* o, qreal x1, qreal x2) { return o->translate(x1, x2); } + Q_INVOKABLE QTransform Mtransposed(QTransform* o) const { return o->transposed(); } + Q_INVOKABLE int Mtype(QTransform* o) const { return o->type(); } + Q_INVOKABLE QTransform SfromScale(qreal x1, qreal x2) { return QTransform::fromScale(x1, x2); } + Q_INVOKABLE QTransform SfromTranslate(qreal x1, qreal x2) { return QTransform::fromTranslate(x1, x2); } + Q_INVOKABLE bool SquadToQuad(const QPolygonF& x1, const QPolygonF& x2, QTransform& x3) { return QTransform::quadToQuad(x1, x2, x3); } + Q_INVOKABLE bool SquadToSquare(const QPolygonF& x1, QTransform& x2) { return QTransform::quadToSquare(x1, x2); } + Q_INVOKABLE bool SsquareToQuad(const QPolygonF& x1, QTransform& x2) { return QTransform::squareToQuad(x1, x2); } +}; + +class EQL_EXPORT N185 : public QObject { // QTreeWidgetItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QStringList& x1, int x2 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QTreeWidget* x1, int x2 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QTreeWidget* x1, const QStringList& x2, int x3 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QTreeWidget* x1, QTreeWidgetItem* x2, int x3 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QTreeWidgetItem* x1, int x2 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QTreeWidgetItem* x1, const QStringList& x2, int x3 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QTreeWidgetItem* x1, QTreeWidgetItem* x2, int x3 = QTreeWidgetItem::Type) { return new LTreeWidgetItem(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QTreeWidgetItem& x1) { return new LTreeWidgetItem(u, x1); } + Q_INVOKABLE void MaddChild(QTreeWidgetItem* o, QTreeWidgetItem* x1) { o->addChild(x1); } + Q_INVOKABLE void MaddChildren(QTreeWidgetItem* o, const QList& x1) { o->addChildren(x1); } + Q_INVOKABLE QBrush Mbackground(QTreeWidgetItem* o, int x1) const { return o->background(x1); } + Q_INVOKABLE int McheckState(QTreeWidgetItem* o, int x1) const { return o->checkState(x1); } + Q_INVOKABLE QTreeWidgetItem* Mchild(QTreeWidgetItem* o, int x1) const { return o->child(x1); } + Q_INVOKABLE int MchildCount(QTreeWidgetItem* o) const { return o->childCount(); } + Q_INVOKABLE int MchildIndicatorPolicy(QTreeWidgetItem* o) const { return o->childIndicatorPolicy(); } + Q_INVOKABLE QTreeWidgetItem* Mclone(QTreeWidgetItem* o) const { return o->clone(); } + Q_INVOKABLE int McolumnCount(QTreeWidgetItem* o) const { return o->columnCount(); } + Q_INVOKABLE QVariant Mdata(QTreeWidgetItem* o, int x1, int x2) const { return o->data(x1, x2); } + Q_INVOKABLE int Mflags(QTreeWidgetItem* o) const { return o->flags(); } + Q_INVOKABLE QFont Mfont(QTreeWidgetItem* o, int x1) const { return o->font(x1); } + Q_INVOKABLE QBrush Mforeground(QTreeWidgetItem* o, int x1) const { return o->foreground(x1); } + Q_INVOKABLE QIcon Micon(QTreeWidgetItem* o, int x1) const { return o->icon(x1); } + Q_INVOKABLE int MindexOfChild(QTreeWidgetItem* o, QTreeWidgetItem* x1) const { return o->indexOfChild(x1); } + Q_INVOKABLE void MinsertChild(QTreeWidgetItem* o, int x1, QTreeWidgetItem* x2) { o->insertChild(x1, x2); } + Q_INVOKABLE void MinsertChildren(QTreeWidgetItem* o, int x1, const QList& x2) { o->insertChildren(x1, x2); } + Q_INVOKABLE bool MisDisabled(QTreeWidgetItem* o) const { return o->isDisabled(); } + Q_INVOKABLE bool MisExpanded(QTreeWidgetItem* o) const { return o->isExpanded(); } + Q_INVOKABLE bool MisFirstColumnSpanned(QTreeWidgetItem* o) const { return o->isFirstColumnSpanned(); } + Q_INVOKABLE bool MisHidden(QTreeWidgetItem* o) const { return o->isHidden(); } + Q_INVOKABLE bool MisSelected(QTreeWidgetItem* o) const { return o->isSelected(); } + Q_INVOKABLE QTreeWidgetItem* Mparent(QTreeWidgetItem* o) const { return o->parent(); } + Q_INVOKABLE void MremoveChild(QTreeWidgetItem* o, QTreeWidgetItem* x1) { o->removeChild(x1); } + Q_INVOKABLE void MsetBackground(QTreeWidgetItem* o, int x1, const QBrush& x2) { o->setBackground(x1, x2); } + Q_INVOKABLE void MsetCheckState(QTreeWidgetItem* o, int x1, Qt::CheckState x2) { o->setCheckState(x1, x2); } + Q_INVOKABLE void MsetChildIndicatorPolicy(QTreeWidgetItem* o, QTreeWidgetItem::ChildIndicatorPolicy x1) { o->setChildIndicatorPolicy(x1); } + Q_INVOKABLE void MsetData(QTreeWidgetItem* o, int x1, int x2, const QVariant& x3) { o->setData(x1, x2, x3); } + Q_INVOKABLE void MsetDisabled(QTreeWidgetItem* o, bool x1) { o->setDisabled(x1); } + Q_INVOKABLE void MsetExpanded(QTreeWidgetItem* o, bool x1) { o->setExpanded(x1); } + Q_INVOKABLE void MsetFirstColumnSpanned(QTreeWidgetItem* o, bool x1) { o->setFirstColumnSpanned(x1); } + Q_INVOKABLE void MsetFlags(QTreeWidgetItem* o, Qt::ItemFlags x1) { o->setFlags(x1); } + Q_INVOKABLE void MsetFont(QTreeWidgetItem* o, int x1, const QFont& x2) { o->setFont(x1, x2); } + Q_INVOKABLE void MsetForeground(QTreeWidgetItem* o, int x1, const QBrush& x2) { o->setForeground(x1, x2); } + Q_INVOKABLE void MsetHidden(QTreeWidgetItem* o, bool x1) { o->setHidden(x1); } + Q_INVOKABLE void MsetIcon(QTreeWidgetItem* o, int x1, const QIcon& x2) { o->setIcon(x1, x2); } + Q_INVOKABLE void MsetSelected(QTreeWidgetItem* o, bool x1) { o->setSelected(x1); } + Q_INVOKABLE void MsetSizeHint(QTreeWidgetItem* o, int x1, const QSize& x2) { o->setSizeHint(x1, x2); } + Q_INVOKABLE void MsetStatusTip(QTreeWidgetItem* o, int x1, const QString& x2) { o->setStatusTip(x1, x2); } + Q_INVOKABLE void MsetText(QTreeWidgetItem* o, int x1, const QString& x2) { o->setText(x1, x2); } + Q_INVOKABLE void MsetTextAlignment(QTreeWidgetItem* o, int x1, int x2) { o->setTextAlignment(x1, x2); } + Q_INVOKABLE void MsetToolTip(QTreeWidgetItem* o, int x1, const QString& x2) { o->setToolTip(x1, x2); } + Q_INVOKABLE void MsetWhatsThis(QTreeWidgetItem* o, int x1, const QString& x2) { o->setWhatsThis(x1, x2); } + Q_INVOKABLE QSize MsizeHint(QTreeWidgetItem* o, int x1) const { return o->sizeHint(x1); } + Q_INVOKABLE void MsortChildren(QTreeWidgetItem* o, int x1, Qt::SortOrder x2) { o->sortChildren(x1, x2); } + Q_INVOKABLE QString MstatusTip(QTreeWidgetItem* o, int x1) const { return o->statusTip(x1); } + Q_INVOKABLE QTreeWidgetItem* MtakeChild(QTreeWidgetItem* o, int x1) { return o->takeChild(x1); } + Q_INVOKABLE QList MtakeChildren(QTreeWidgetItem* o) { return o->takeChildren(); } + Q_INVOKABLE QString Mtext(QTreeWidgetItem* o, int x1) const { return o->text(x1); } + Q_INVOKABLE int MtextAlignment(QTreeWidgetItem* o, int x1) const { return o->textAlignment(x1); } + Q_INVOKABLE QString MtoolTip(QTreeWidgetItem* o, int x1) const { return o->toolTip(x1); } + Q_INVOKABLE QTreeWidget* MtreeWidget(QTreeWidgetItem* o) const { return o->treeWidget(); } + Q_INVOKABLE int Mtype(QTreeWidgetItem* o) const { return o->type(); } + Q_INVOKABLE QString MwhatsThis(QTreeWidgetItem* o, int x1) const { return o->whatsThis(x1); } + Q_INVOKABLE void MemitDataChanged(QTreeWidgetItem* o) { ((LTreeWidgetItem*)o)->emitDataChanged(); } +}; + +class EQL_EXPORT N186 : public QObject { // QUndoCommand + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QUndoCommand* x1 = 0) { return new LUndoCommand(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QUndoCommand* x2 = 0) { return new LUndoCommand(u, x1, x2); } + Q_INVOKABLE QString MactionText(QUndoCommand* o) const { return o->actionText(); } + Q_INVOKABLE const QUndoCommand* Mchild(QUndoCommand* o, int x1) const { return o->child(x1); } + Q_INVOKABLE int MchildCount(QUndoCommand* o) const { return o->childCount(); } + Q_INVOKABLE int Mid(QUndoCommand* o) const { return o->id(); } + Q_INVOKABLE bool MmergeWith(QUndoCommand* o, const QUndoCommand* x1) { return o->mergeWith(x1); } + Q_INVOKABLE void Mredo(QUndoCommand* o) { o->redo(); } + Q_INVOKABLE void MsetText(QUndoCommand* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE QString Mtext(QUndoCommand* o) const { return o->text(); } + Q_INVOKABLE void Mundo(QUndoCommand* o) { o->undo(); } +}; + +class EQL_EXPORT N187 : public QObject { // QUrl + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LUrl(u); } + Q_INVOKABLE void* C(uint u, const QUrl& x1) { return new LUrl(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { return new LUrl(u, x1, x2); } + Q_INVOKABLE QUrl Madjusted(QUrl* o, QUrl::FormattingOptions x1) const { return o->adjusted(x1); } + Q_INVOKABLE QString Mauthority(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::PrettyDecoded) const { return o->authority(x1); } + Q_INVOKABLE void Mclear(QUrl* o) { o->clear(); } + Q_INVOKABLE QString MerrorString(QUrl* o) const { return o->errorString(); } + Q_INVOKABLE QString MfileName(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::FullyDecoded) const { return o->fileName(x1); } + Q_INVOKABLE QString Mfragment(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::PrettyDecoded) const { return o->fragment(x1); } + Q_INVOKABLE bool MhasFragment(QUrl* o) const { return o->hasFragment(); } + Q_INVOKABLE bool MhasQuery(QUrl* o) const { return o->hasQuery(); } + Q_INVOKABLE QString Mhost(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::FullyDecoded) const { return o->host(x1); } + Q_INVOKABLE bool MisEmpty(QUrl* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisLocalFile(QUrl* o) const { return o->isLocalFile(); } + Q_INVOKABLE bool MisParentOf(QUrl* o, const QUrl& x1) const { return o->isParentOf(x1); } + Q_INVOKABLE bool MisRelative(QUrl* o) const { return o->isRelative(); } + Q_INVOKABLE bool MisValid(QUrl* o) const { return o->isValid(); } + Q_INVOKABLE bool Mmatches(QUrl* o, const QUrl& x1, QUrl::FormattingOptions x2) const { return o->matches(x1, x2); } + Q_INVOKABLE QString Mpassword(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::FullyDecoded) const { return o->password(x1); } + Q_INVOKABLE QString Mpath(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::FullyDecoded) const { return o->path(x1); } + Q_INVOKABLE int Mport(QUrl* o, int x1 = -1) const { return o->port(x1); } + Q_INVOKABLE QString Mquery(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::PrettyDecoded) const { return o->query(x1); } + Q_INVOKABLE QUrl Mresolved(QUrl* o, const QUrl& x1) const { return o->resolved(x1); } + Q_INVOKABLE QString Mscheme(QUrl* o) const { return o->scheme(); } + Q_INVOKABLE void MsetAuthority(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { o->setAuthority(x1, x2); } + Q_INVOKABLE void MsetFragment(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { o->setFragment(x1, x2); } + Q_INVOKABLE void MsetHost(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::DecodedMode) { o->setHost(x1, x2); } + Q_INVOKABLE void MsetPassword(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::DecodedMode) { o->setPassword(x1, x2); } + Q_INVOKABLE void MsetPath(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::DecodedMode) { o->setPath(x1, x2); } + Q_INVOKABLE void MsetPort(QUrl* o, int x1) { o->setPort(x1); } + Q_INVOKABLE void MsetQuery(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { o->setQuery(x1, x2); } + Q_INVOKABLE void MsetQuery(QUrl* o, const QUrlQuery& x1) { o->setQuery(x1); } + Q_INVOKABLE void MsetScheme(QUrl* o, const QString& x1) { o->setScheme(x1); } + Q_INVOKABLE void MsetUrl(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { o->setUrl(x1, x2); } + Q_INVOKABLE void MsetUserInfo(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { o->setUserInfo(x1, x2); } + Q_INVOKABLE void MsetUserName(QUrl* o, const QString& x1, QUrl::ParsingMode x2 = QUrl::DecodedMode) { o->setUserName(x1, x2); } + Q_INVOKABLE void Mswap(QUrl* o, QUrl& x1) { o->swap(x1); } + Q_INVOKABLE QString MtoDisplayString(QUrl* o, QUrl::FormattingOptions x1 = QUrl::PrettyDecoded) const { return o->toDisplayString(x1); } + Q_INVOKABLE QByteArray MtoEncoded(QUrl* o, QUrl::FormattingOptions x1 = QUrl::FullyEncoded) const { return o->toEncoded(x1); } + Q_INVOKABLE QString MtoLocalFile(QUrl* o) const { return o->toLocalFile(); } + Q_INVOKABLE QString MtoString(QUrl* o, QUrl::FormattingOptions x1 = QUrl::PrettyDecoded) const { return o->toString(x1); } + Q_INVOKABLE QString MtopLevelDomain(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::FullyDecoded) const { return o->topLevelDomain(x1); } + Q_INVOKABLE QString Murl(QUrl* o, QUrl::FormattingOptions x1 = QUrl::PrettyDecoded) const { return o->url(x1); } + Q_INVOKABLE QString MuserInfo(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::PrettyDecoded) const { return o->userInfo(x1); } + Q_INVOKABLE QString MuserName(QUrl* o, QUrl::ComponentFormattingOptions x1 = QUrl::FullyDecoded) const { return o->userName(x1); } + Q_INVOKABLE QString SfromAce(const QByteArray& x1) { return QUrl::fromAce(x1); } + Q_INVOKABLE QUrl SfromEncoded(const QByteArray& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { return QUrl::fromEncoded(x1, x2); } + Q_INVOKABLE QUrl SfromLocalFile(const QString& x1) { return QUrl::fromLocalFile(x1); } + Q_INVOKABLE QString SfromPercentEncoding(const QByteArray& x1) { return QUrl::fromPercentEncoding(x1); } + Q_INVOKABLE QList SfromStringList(const QStringList& x1, QUrl::ParsingMode x2 = QUrl::TolerantMode) { return QUrl::fromStringList(x1, x2); } + Q_INVOKABLE QUrl SfromUserInput(const QString& x1) { return QUrl::fromUserInput(x1); } + Q_INVOKABLE QUrl SfromUserInput(const QString& x1, const QString& x2, QUrl::UserInputResolutionOptions x3 = QUrl::DefaultResolution) { return QUrl::fromUserInput(x1, x2, x3); } + Q_INVOKABLE QStringList SidnWhitelist() { return QUrl::idnWhitelist(); } + Q_INVOKABLE void SsetIdnWhitelist(const QStringList& x1) { QUrl::setIdnWhitelist(x1); } + Q_INVOKABLE QByteArray StoAce(const QString& x1) { return QUrl::toAce(x1); } + Q_INVOKABLE QByteArray StoPercentEncoding(const QString& x1, const QByteArray& x2 = QByteArray(), const QByteArray& x3 = QByteArray()) { return QUrl::toPercentEncoding(x1, x2, x3); } + Q_INVOKABLE QStringList StoStringList(const QList& x1, QUrl::FormattingOptions x2 = QUrl::PrettyDecoded) { return QUrl::toStringList(x1, x2); } +}; + +class EQL_EXPORT N188 : public QObject { // QVariant + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QCursor& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u) { return new LVariant(u); } + Q_INVOKABLE void* C(uint u, const QRegExp& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QRegularExpression& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QUrl& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QEasingCurve& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QUuid& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QModelIndex& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QPersistentModelIndex& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QJsonValue& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QJsonObject& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QJsonArray& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QJsonDocument& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, QVariant::Type x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QVariant& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, int x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, uint x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, qlonglong x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, qulonglong x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, bool x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, double x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, float x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const char* x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QByteArray& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QBitArray& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, QLatin1String x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QStringList& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, QChar x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QDate& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QTime& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QDateTime& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QSize& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QSizeF& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QPoint& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QPointF& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QLine& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QLineF& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QRect& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QRectF& x1) { return new LVariant(u, x1); } + Q_INVOKABLE void* C(uint u, const QLocale& x1) { return new LVariant(u, x1); } + Q_INVOKABLE bool McanConvert(QVariant* o, int x1) const { return o->canConvert(x1); } + Q_INVOKABLE void Mclear(QVariant* o) { o->clear(); } + Q_INVOKABLE bool Mconvert(QVariant* o, int x1) { return o->convert(x1); } + Q_INVOKABLE bool MisNull(QVariant* o) const { return o->isNull(); } + Q_INVOKABLE bool MisValid(QVariant* o) const { return o->isValid(); } + Q_INVOKABLE void Mswap(QVariant* o, QVariant& x1) { o->swap(x1); } + Q_INVOKABLE QBitArray MtoBitArray(QVariant* o) const { return o->toBitArray(); } + Q_INVOKABLE bool MtoBool(QVariant* o) const { return o->toBool(); } + Q_INVOKABLE QByteArray MtoByteArray(QVariant* o) const { return o->toByteArray(); } + Q_INVOKABLE QChar MtoChar(QVariant* o) const { return o->toChar(); } + Q_INVOKABLE QDate MtoDate(QVariant* o) const { return o->toDate(); } + Q_INVOKABLE QDateTime MtoDateTime(QVariant* o) const { return o->toDateTime(); } + Q_INVOKABLE double MtoDouble(QVariant* o, bool* x1 = 0) const { return o->toDouble(x1); } + Q_INVOKABLE QEasingCurve MtoEasingCurve(QVariant* o) const { return o->toEasingCurve(); } + Q_INVOKABLE float MtoFloat(QVariant* o, bool* x1 = 0) const { return o->toFloat(x1); } + Q_INVOKABLE int MtoInt(QVariant* o, bool* x1 = 0) const { return o->toInt(x1); } + Q_INVOKABLE QJsonArray MtoJsonArray(QVariant* o) const { return o->toJsonArray(); } + Q_INVOKABLE QJsonDocument MtoJsonDocument(QVariant* o) const { return o->toJsonDocument(); } + Q_INVOKABLE QJsonObject MtoJsonObject(QVariant* o) const { return o->toJsonObject(); } + Q_INVOKABLE QJsonValue MtoJsonValue(QVariant* o) const { return o->toJsonValue(); } + Q_INVOKABLE QLine MtoLine(QVariant* o) const { return o->toLine(); } + Q_INVOKABLE QLineF MtoLineF(QVariant* o) const { return o->toLineF(); } + Q_INVOKABLE QLocale MtoLocale(QVariant* o) const { return o->toLocale(); } + Q_INVOKABLE qlonglong MtoLongLong(QVariant* o, bool* x1 = 0) const { return o->toLongLong(x1); } + Q_INVOKABLE QModelIndex MtoModelIndex(QVariant* o) const { return o->toModelIndex(); } + Q_INVOKABLE QPersistentModelIndex MtoPersistentModelIndex(QVariant* o) const { return o->toPersistentModelIndex(); } + Q_INVOKABLE QPoint MtoPoint(QVariant* o) const { return o->toPoint(); } + Q_INVOKABLE QPointF MtoPointF(QVariant* o) const { return o->toPointF(); } + Q_INVOKABLE qreal MtoReal(QVariant* o, bool* x1 = 0) const { return o->toReal(x1); } + Q_INVOKABLE QRect MtoRect(QVariant* o) const { return o->toRect(); } + Q_INVOKABLE QRectF MtoRectF(QVariant* o) const { return o->toRectF(); } + Q_INVOKABLE QRegExp MtoRegExp(QVariant* o) const { return o->toRegExp(); } + Q_INVOKABLE QRegularExpression MtoRegularExpression(QVariant* o) const { return o->toRegularExpression(); } + Q_INVOKABLE QSize MtoSize(QVariant* o) const { return o->toSize(); } + Q_INVOKABLE QSizeF MtoSizeF(QVariant* o) const { return o->toSizeF(); } + Q_INVOKABLE QString MtoString(QVariant* o) const { return o->toString(); } + Q_INVOKABLE QStringList MtoStringList(QVariant* o) const { return o->toStringList(); } + Q_INVOKABLE QTime MtoTime(QVariant* o) const { return o->toTime(); } + Q_INVOKABLE uint MtoUInt(QVariant* o, bool* x1 = 0) const { return o->toUInt(x1); } + Q_INVOKABLE qulonglong MtoULongLong(QVariant* o, bool* x1 = 0) const { return o->toULongLong(x1); } + Q_INVOKABLE QUrl MtoUrl(QVariant* o) const { return o->toUrl(); } + Q_INVOKABLE QUuid MtoUuid(QVariant* o) const { return o->toUuid(); } + Q_INVOKABLE int Mtype(QVariant* o) const { return o->type(); } + Q_INVOKABLE const char* MtypeName(QVariant* o) const { return o->typeName(); } + Q_INVOKABLE int MuserType(QVariant* o) const { return o->userType(); } + Q_INVOKABLE int SnameToType(const char* x1) { return QVariant::nameToType(x1); } + Q_INVOKABLE const char* StypeToName(int x1) { return QVariant::typeToName(x1); } +}; + +class EQL_EXPORT N189 : public QObject { // QVector2D + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LVector2D(u); } + Q_INVOKABLE void* C(uint u, float x1, float x2) { return new LVector2D(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QPoint& x1) { return new LVector2D(u, x1); } + Q_INVOKABLE void* C(uint u, const QPointF& x1) { return new LVector2D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector3D& x1) { return new LVector2D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector4D& x1) { return new LVector2D(u, x1); } + Q_INVOKABLE float MdistanceToLine(QVector2D* o, const QVector2D& x1, const QVector2D& x2) const { return o->distanceToLine(x1, x2); } + Q_INVOKABLE float MdistanceToPoint(QVector2D* o, const QVector2D& x1) const { return o->distanceToPoint(x1); } + Q_INVOKABLE bool MisNull(QVector2D* o) const { return o->isNull(); } + Q_INVOKABLE float Mlength(QVector2D* o) const { return o->length(); } + Q_INVOKABLE float MlengthSquared(QVector2D* o) const { return o->lengthSquared(); } + Q_INVOKABLE void Mnormalize(QVector2D* o) { o->normalize(); } + Q_INVOKABLE QVector2D Mnormalized(QVector2D* o) const { return o->normalized(); } + Q_INVOKABLE void MsetX(QVector2D* o, float x1) { o->setX(x1); } + Q_INVOKABLE void MsetY(QVector2D* o, float x1) { o->setY(x1); } + Q_INVOKABLE QPoint MtoPoint(QVector2D* o) const { return o->toPoint(); } + Q_INVOKABLE QPointF MtoPointF(QVector2D* o) const { return o->toPointF(); } + Q_INVOKABLE QVector3D MtoVector3D(QVector2D* o) const { return o->toVector3D(); } + Q_INVOKABLE QVector4D MtoVector4D(QVector2D* o) const { return o->toVector4D(); } + Q_INVOKABLE float Mx(QVector2D* o) const { return o->x(); } + Q_INVOKABLE float My(QVector2D* o) const { return o->y(); } + Q_INVOKABLE float SdotProduct(const QVector2D& x1, const QVector2D& x2) { return QVector2D::dotProduct(x1, x2); } +}; + +class EQL_EXPORT N190 : public QObject { // QVector3D + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LVector3D(u); } + Q_INVOKABLE void* C(uint u, float x1, float x2, float x3) { return new LVector3D(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QPoint& x1) { return new LVector3D(u, x1); } + Q_INVOKABLE void* C(uint u, const QPointF& x1) { return new LVector3D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector2D& x1) { return new LVector3D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector2D& x1, float x2) { return new LVector3D(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QVector4D& x1) { return new LVector3D(u, x1); } + Q_INVOKABLE float MdistanceToLine(QVector3D* o, const QVector3D& x1, const QVector3D& x2) const { return o->distanceToLine(x1, x2); } + Q_INVOKABLE float MdistanceToPlane(QVector3D* o, const QVector3D& x1, const QVector3D& x2) const { return o->distanceToPlane(x1, x2); } + Q_INVOKABLE float MdistanceToPlane(QVector3D* o, const QVector3D& x1, const QVector3D& x2, const QVector3D& x3) const { return o->distanceToPlane(x1, x2, x3); } + Q_INVOKABLE float MdistanceToPoint(QVector3D* o, const QVector3D& x1) const { return o->distanceToPoint(x1); } + Q_INVOKABLE bool MisNull(QVector3D* o) const { return o->isNull(); } + Q_INVOKABLE float Mlength(QVector3D* o) const { return o->length(); } + Q_INVOKABLE float MlengthSquared(QVector3D* o) const { return o->lengthSquared(); } + Q_INVOKABLE void Mnormalize(QVector3D* o) { o->normalize(); } + Q_INVOKABLE QVector3D Mnormalized(QVector3D* o) const { return o->normalized(); } + Q_INVOKABLE QVector3D Mproject(QVector3D* o, const QMatrix4x4& x1, const QMatrix4x4& x2, const QRect& x3) const { return o->project(x1, x2, x3); } + Q_INVOKABLE void MsetX(QVector3D* o, float x1) { o->setX(x1); } + Q_INVOKABLE void MsetY(QVector3D* o, float x1) { o->setY(x1); } + Q_INVOKABLE void MsetZ(QVector3D* o, float x1) { o->setZ(x1); } + Q_INVOKABLE QPoint MtoPoint(QVector3D* o) const { return o->toPoint(); } + Q_INVOKABLE QPointF MtoPointF(QVector3D* o) const { return o->toPointF(); } + Q_INVOKABLE QVector2D MtoVector2D(QVector3D* o) const { return o->toVector2D(); } + Q_INVOKABLE QVector4D MtoVector4D(QVector3D* o) const { return o->toVector4D(); } + Q_INVOKABLE QVector3D Munproject(QVector3D* o, const QMatrix4x4& x1, const QMatrix4x4& x2, const QRect& x3) const { return o->unproject(x1, x2, x3); } + Q_INVOKABLE float Mx(QVector3D* o) const { return o->x(); } + Q_INVOKABLE float My(QVector3D* o) const { return o->y(); } + Q_INVOKABLE float Mz(QVector3D* o) const { return o->z(); } + Q_INVOKABLE QVector3D ScrossProduct(const QVector3D& x1, const QVector3D& x2) { return QVector3D::crossProduct(x1, x2); } + Q_INVOKABLE float SdotProduct(const QVector3D& x1, const QVector3D& x2) { return QVector3D::dotProduct(x1, x2); } + Q_INVOKABLE QVector3D Snormal(const QVector3D& x1, const QVector3D& x2) { return QVector3D::normal(x1, x2); } + Q_INVOKABLE QVector3D Snormal(const QVector3D& x1, const QVector3D& x2, const QVector3D& x3) { return QVector3D::normal(x1, x2, x3); } +}; + +class EQL_EXPORT N191 : public QObject { // QVector4D + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LVector4D(u); } + Q_INVOKABLE void* C(uint u, float x1, float x2, float x3, float x4) { return new LVector4D(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QPoint& x1) { return new LVector4D(u, x1); } + Q_INVOKABLE void* C(uint u, const QPointF& x1) { return new LVector4D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector2D& x1) { return new LVector4D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector2D& x1, float x2, float x3) { return new LVector4D(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QVector3D& x1) { return new LVector4D(u, x1); } + Q_INVOKABLE void* C(uint u, const QVector3D& x1, float x2) { return new LVector4D(u, x1, x2); } + Q_INVOKABLE bool MisNull(QVector4D* o) const { return o->isNull(); } + Q_INVOKABLE float Mlength(QVector4D* o) const { return o->length(); } + Q_INVOKABLE float MlengthSquared(QVector4D* o) const { return o->lengthSquared(); } + Q_INVOKABLE void Mnormalize(QVector4D* o) { o->normalize(); } + Q_INVOKABLE QVector4D Mnormalized(QVector4D* o) const { return o->normalized(); } + Q_INVOKABLE void MsetW(QVector4D* o, float x1) { o->setW(x1); } + Q_INVOKABLE void MsetX(QVector4D* o, float x1) { o->setX(x1); } + Q_INVOKABLE void MsetY(QVector4D* o, float x1) { o->setY(x1); } + Q_INVOKABLE void MsetZ(QVector4D* o, float x1) { o->setZ(x1); } + Q_INVOKABLE QPoint MtoPoint(QVector4D* o) const { return o->toPoint(); } + Q_INVOKABLE QPointF MtoPointF(QVector4D* o) const { return o->toPointF(); } + Q_INVOKABLE QVector2D MtoVector2D(QVector4D* o) const { return o->toVector2D(); } + Q_INVOKABLE QVector2D MtoVector2DAffine(QVector4D* o) const { return o->toVector2DAffine(); } + Q_INVOKABLE QVector3D MtoVector3D(QVector4D* o) const { return o->toVector3D(); } + Q_INVOKABLE QVector3D MtoVector3DAffine(QVector4D* o) const { return o->toVector3DAffine(); } + Q_INVOKABLE float Mw(QVector4D* o) const { return o->w(); } + Q_INVOKABLE float Mx(QVector4D* o) const { return o->x(); } + Q_INVOKABLE float My(QVector4D* o) const { return o->y(); } + Q_INVOKABLE float Mz(QVector4D* o) const { return o->z(); } + Q_INVOKABLE float SdotProduct(const QVector4D& x1, const QVector4D& x2) { return QVector4D::dotProduct(x1, x2); } +}; + +class EQL_EXPORT N200 : public QObject { // QWhatsThis + Q_OBJECT +public: + Q_INVOKABLE QAction* ScreateAction(QObject* x1 = 0) { return QWhatsThis::createAction(x1); } + Q_INVOKABLE void SenterWhatsThisMode() { QWhatsThis::enterWhatsThisMode(); } + Q_INVOKABLE void ShideText() { QWhatsThis::hideText(); } + Q_INVOKABLE bool SinWhatsThisMode() { return QWhatsThis::inWhatsThisMode(); } + Q_INVOKABLE void SleaveWhatsThisMode() { QWhatsThis::leaveWhatsThisMode(); } + Q_INVOKABLE void SshowText(const QPoint& x1, const QString& x2, QWidget* x3 = 0) { QWhatsThis::showText(x1, x2, x3); } +}; + +class EQL_EXPORT N205 : public QObject { // QWriteLocker + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QReadWriteLock* x1) { return new LWriteLocker(u, x1); } + Q_INVOKABLE QReadWriteLock* MreadWriteLock(QWriteLocker* o) const { return o->readWriteLock(); } + Q_INVOKABLE void Mrelock(QWriteLocker* o) { o->relock(); } + Q_INVOKABLE void Munlock(QWriteLocker* o) { o->unlock(); } +}; + +class EQL_EXPORT N1 : public N51 { // QAbstractGraphicsShapeItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LAbstractGraphicsShapeItem(u, x1); } + Q_INVOKABLE QBrush Mbrush(QAbstractGraphicsShapeItem* o) const { return o->brush(); } + Q_INVOKABLE QPen Mpen(QAbstractGraphicsShapeItem* o) const { return o->pen(); } + Q_INVOKABLE void MsetBrush(QAbstractGraphicsShapeItem* o, const QBrush& x1) { o->setBrush(x1); } + Q_INVOKABLE void MsetPen(QAbstractGraphicsShapeItem* o, const QPen& x1) { o->setPen(x1); } + Q_INVOKABLE bool MisObscuredBy(QAbstractGraphicsShapeItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QAbstractGraphicsShapeItem* o) const { return o->opaqueArea(); } +}; + +class EQL_EXPORT N5 : public N4 { // QAccessibleObject + Q_OBJECT +public: + Q_INVOKABLE QAccessibleInterface* MchildAt(QAccessibleObject* o, int x1, int x2) const { return o->childAt(x1, x2); } + Q_INVOKABLE bool MisValid(QAccessibleObject* o) const { return o->isValid(); } + Q_INVOKABLE QObject* Mobject(QAccessibleObject* o) const { return o->object(); } + Q_INVOKABLE QRect Mrect(QAccessibleObject* o) const { return o->rect(); } + Q_INVOKABLE void MsetText(QAccessibleObject* o, QAccessible::Text x1, const QString& x2) { o->setText(x1, x2); } +}; + +class EQL_EXPORT N6 : public N5 { // QAccessibleWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1, QAccessible::Role x2 = QAccessible::Client, const QString& x3 = QString()) { return new LAccessibleWidget(u, x1, x2, x3); } + Q_INVOKABLE void MaddControllingSignal(QAccessibleWidget* o, const QString& x1) { ((LAccessibleWidget*)o)->addControllingSignal(x1); } + Q_INVOKABLE QObject* MparentObject(QAccessibleWidget* o) const { return ((LAccessibleWidget*)o)->parentObject(); } + Q_INVOKABLE QWidget* Mwidget(QAccessibleWidget* o) const { return ((LAccessibleWidget*)o)->widget(); } + Q_INVOKABLE QStringList MactionNames(QAccessibleWidget* o) const { return o->actionNames(); } + Q_INVOKABLE QColor MbackgroundColor(QAccessibleWidget* o) const { return o->backgroundColor(); } + Q_INVOKABLE QAccessibleInterface* Mchild(QAccessibleWidget* o, int x1) const { return o->child(x1); } + Q_INVOKABLE int MchildCount(QAccessibleWidget* o) const { return o->childCount(); } + Q_INVOKABLE void MdoAction(QAccessibleWidget* o, const QString& x1) { o->doAction(x1); } + Q_INVOKABLE QAccessibleInterface* MfocusChild(QAccessibleWidget* o) const { return o->focusChild(); } + Q_INVOKABLE QColor MforegroundColor(QAccessibleWidget* o) const { return o->foregroundColor(); } + Q_INVOKABLE int MindexOfChild(QAccessibleWidget* o, const QAccessibleInterface* x1) const { return o->indexOfChild(x1); } + Q_INVOKABLE bool MisValid(QAccessibleWidget* o) const { return o->isValid(); } + Q_INVOKABLE QStringList MkeyBindingsForAction(QAccessibleWidget* o, const QString& x1) const { return o->keyBindingsForAction(x1); } + Q_INVOKABLE QAccessibleInterface* Mparent(QAccessibleWidget* o) const { return o->parent(); } + Q_INVOKABLE QRect Mrect(QAccessibleWidget* o) const { return o->rect(); } + Q_INVOKABLE int Mrole(QAccessibleWidget* o) const { return o->role(); } + Q_INVOKABLE QString Mtext(QAccessibleWidget* o, QAccessible::Text x1) const { return o->text(x1); } + Q_INVOKABLE QWindow* Mwindow(QAccessibleWidget* o) const { return o->window(); } +}; + +class EQL_EXPORT N7 : public N31 { // QActionEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1, QAction* x2, QAction* x3 = 0) { return new LActionEvent(u, x1, x2, x3); } + Q_INVOKABLE QAction* Maction(QActionEvent* o) const { return o->action(); } + Q_INVOKABLE QAction* Mbefore(QActionEvent* o) const { return o->before(); } +}; + +class EQL_EXPORT N13 : public N31 { // QChildEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QChildEvent::Type x1, QObject* x2) { return new LChildEvent(u, x1, x2); } + Q_INVOKABLE bool Madded(QChildEvent* o) const { return o->added(); } + Q_INVOKABLE QObject* Mchild(QChildEvent* o) const { return o->child(); } + Q_INVOKABLE bool Mpolished(QChildEvent* o) const { return o->polished(); } + Q_INVOKABLE bool Mremoved(QChildEvent* o) const { return o->removed(); } +}; + +class EQL_EXPORT N14 : public N31 { // QCloseEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LCloseEvent(u); } +}; + +class EQL_EXPORT N16 : public N47 { // QConicalGradient + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LConicalGradient(u); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, qreal x2) { return new LConicalGradient(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3) { return new LConicalGradient(u, x1, x2, x3); } + Q_INVOKABLE qreal Mangle(QConicalGradient* o) const { return o->angle(); } + Q_INVOKABLE QPointF Mcenter(QConicalGradient* o) const { return o->center(); } + Q_INVOKABLE void MsetAngle(QConicalGradient* o, qreal x1) { o->setAngle(x1); } + Q_INVOKABLE void MsetCenter(QConicalGradient* o, const QPointF& x1) { o->setCenter(x1); } + Q_INVOKABLE void MsetCenter(QConicalGradient* o, qreal x1, qreal x2) { o->setCenter(x1, x2); } +}; + +class EQL_EXPORT N26 : public N31 { // QDragLeaveEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LDragLeaveEvent(u); } +}; + +class EQL_EXPORT N28 : public N31 { // QDropEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QPointF& x1, Qt::DropActions x2, const QMimeData* x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5, QDropEvent::Type x6 = QDropEvent::Drop) { return new LDropEvent(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MacceptProposedAction(QDropEvent* o) { o->acceptProposedAction(); } + Q_INVOKABLE int MdropAction(QDropEvent* o) const { return o->dropAction(); } + Q_INVOKABLE int MkeyboardModifiers(QDropEvent* o) const { return o->keyboardModifiers(); } + Q_INVOKABLE const QMimeData* MmimeData(QDropEvent* o) const { return o->mimeData(); } + Q_INVOKABLE int MmouseButtons(QDropEvent* o) const { return o->mouseButtons(); } + Q_INVOKABLE QPoint Mpos(QDropEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MposF(QDropEvent* o) const { return o->posF(); } + Q_INVOKABLE int MpossibleActions(QDropEvent* o) const { return o->possibleActions(); } + Q_INVOKABLE int MproposedAction(QDropEvent* o) const { return o->proposedAction(); } + Q_INVOKABLE void MsetDropAction(QDropEvent* o, Qt::DropAction x1) { o->setDropAction(x1); } + Q_INVOKABLE QObject* Msource(QDropEvent* o) const { return o->source(); } +}; + +class EQL_EXPORT N29 : public N31 { // QDynamicPropertyChangeEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QByteArray& x1) { return new LDynamicPropertyChangeEvent(u, x1); } + Q_INVOKABLE QByteArray MpropertyName(QDynamicPropertyChangeEvent* o) const { return o->propertyName(); } +}; + +class EQL_EXPORT N34 : public N31 { // QFileOpenEvent + Q_OBJECT +public: + Q_INVOKABLE QString Mfile(QFileOpenEvent* o) const { return o->file(); } + Q_INVOKABLE QUrl Murl(QFileOpenEvent* o) const { return o->url(); } +}; + +class EQL_EXPORT N35 : public N31 { // QFocusEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QFocusEvent::Type x1, Qt::FocusReason x2 = Qt::OtherFocusReason) { return new LFocusEvent(u, x1, x2); } + Q_INVOKABLE bool MgotFocus(QFocusEvent* o) const { return o->gotFocus(); } + Q_INVOKABLE bool MlostFocus(QFocusEvent* o) const { return o->lostFocus(); } + Q_INVOKABLE int Mreason(QFocusEvent* o) const { return o->reason(); } +}; + +class EQL_EXPORT N46 : public N31 { // QGestureEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QList& x1) { return new LGestureEvent(u, x1); } + Q_INVOKABLE void Maccept(QGestureEvent* o, QGesture* x1) { o->accept(x1); } + Q_INVOKABLE void Maccept(QGestureEvent* o, Qt::GestureType x1) { o->accept(x1); } + Q_INVOKABLE QList MactiveGestures(QGestureEvent* o) const { return o->activeGestures(); } + Q_INVOKABLE QList McanceledGestures(QGestureEvent* o) const { return o->canceledGestures(); } + Q_INVOKABLE QGesture* Mgesture(QGestureEvent* o, Qt::GestureType x1) const { return o->gesture(x1); } + Q_INVOKABLE QList Mgestures(QGestureEvent* o) const { return o->gestures(); } + Q_INVOKABLE void Mignore(QGestureEvent* o, QGesture* x1) { o->ignore(x1); } + Q_INVOKABLE void Mignore(QGestureEvent* o, Qt::GestureType x1) { o->ignore(x1); } + Q_INVOKABLE bool MisAccepted(QGestureEvent* o, QGesture* x1) const { return o->isAccepted(x1); } + Q_INVOKABLE bool MisAccepted(QGestureEvent* o, Qt::GestureType x1) const { return o->isAccepted(x1); } + Q_INVOKABLE QPointF MmapToGraphicsScene(QGestureEvent* o, const QPointF& x1) const { return o->mapToGraphicsScene(x1); } + Q_INVOKABLE void MsetAccepted(QGestureEvent* o, QGesture* x1, bool x2) { o->setAccepted(x1, x2); } + Q_INVOKABLE void MsetAccepted(QGestureEvent* o, Qt::GestureType x1, bool x2) { o->setAccepted(x1, x2); } + Q_INVOKABLE QWidget* Mwidget(QGestureEvent* o) const { return o->widget(); } +}; + +class EQL_EXPORT N49 : public N1 { // QGraphicsEllipseItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsEllipseItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QRectF& x1, QGraphicsItem* x2 = 0) { return new LGraphicsEllipseItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsItem* x5 = 0) { return new LGraphicsEllipseItem(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE QRectF Mrect(QGraphicsEllipseItem* o) const { return o->rect(); } + Q_INVOKABLE void MsetRect(QGraphicsEllipseItem* o, const QRectF& x1) { o->setRect(x1); } + Q_INVOKABLE void MsetRect(QGraphicsEllipseItem* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setRect(x1, x2, x3, x4); } + Q_INVOKABLE void MsetSpanAngle(QGraphicsEllipseItem* o, int x1) { o->setSpanAngle(x1); } + Q_INVOKABLE void MsetStartAngle(QGraphicsEllipseItem* o, int x1) { o->setStartAngle(x1); } + Q_INVOKABLE int MspanAngle(QGraphicsEllipseItem* o) const { return o->spanAngle(); } + Q_INVOKABLE int MstartAngle(QGraphicsEllipseItem* o) const { return o->startAngle(); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsEllipseItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsEllipseItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsEllipseItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsEllipseItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsEllipseItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsEllipseItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsEllipseItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N52 : public N51 { // QGraphicsItemGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsItemGroup(u, x1); } + Q_INVOKABLE void MaddToGroup(QGraphicsItemGroup* o, QGraphicsItem* x1) { o->addToGroup(x1); } + Q_INVOKABLE void MremoveFromGroup(QGraphicsItemGroup* o, QGraphicsItem* x1) { o->removeFromGroup(x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsItemGroup* o) const { return o->boundingRect(); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsItemGroup* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsItemGroup* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsItemGroup* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE int Mtype(QGraphicsItemGroup* o) const { return o->type(); } +}; + +class EQL_EXPORT N53 : public N54 { // QGraphicsLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsLayoutItem* x1 = 0) { return new LGraphicsLayout(u, x1); } + Q_INVOKABLE void Mactivate(QGraphicsLayout* o) { o->activate(); } + Q_INVOKABLE int Mcount(QGraphicsLayout* o) const { return o->count(); } + Q_INVOKABLE void Minvalidate(QGraphicsLayout* o) { o->invalidate(); } + Q_INVOKABLE bool MisActivated(QGraphicsLayout* o) const { return o->isActivated(); } + Q_INVOKABLE QGraphicsLayoutItem* MitemAt(QGraphicsLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE void MremoveAt(QGraphicsLayout* o, int x1) { o->removeAt(x1); } + Q_INVOKABLE void MsetContentsMargins(QGraphicsLayout* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setContentsMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MwidgetEvent(QGraphicsLayout* o, QEvent* x1) { o->widgetEvent(x1); } + Q_INVOKABLE void MaddChildLayoutItem(QGraphicsLayout* o, QGraphicsLayoutItem* x1) { ((LGraphicsLayout*)o)->addChildLayoutItem(x1); } + Q_INVOKABLE void MupdateGeometry(QGraphicsLayout* o) { o->updateGeometry(); } +}; + +class EQL_EXPORT N55 : public N51 { // QGraphicsLineItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsLineItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QLineF& x1, QGraphicsItem* x2 = 0) { return new LGraphicsLineItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsItem* x5 = 0) { return new LGraphicsLineItem(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE QLineF Mline(QGraphicsLineItem* o) const { return o->line(); } + Q_INVOKABLE QPen Mpen(QGraphicsLineItem* o) const { return o->pen(); } + Q_INVOKABLE void MsetLine(QGraphicsLineItem* o, const QLineF& x1) { o->setLine(x1); } + Q_INVOKABLE void MsetLine(QGraphicsLineItem* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setLine(x1, x2, x3, x4); } + Q_INVOKABLE void MsetPen(QGraphicsLineItem* o, const QPen& x1) { o->setPen(x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsLineItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsLineItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsLineItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsLineItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsLineItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsLineItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsLineItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N56 : public N53 { // QGraphicsLinearLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsLayoutItem* x1 = 0) { return new LGraphicsLinearLayout(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::Orientation x1, QGraphicsLayoutItem* x2 = 0) { return new LGraphicsLinearLayout(u, x1, x2); } + Q_INVOKABLE void MaddItem(QGraphicsLinearLayout* o, QGraphicsLayoutItem* x1) { o->addItem(x1); } + Q_INVOKABLE void MaddStretch(QGraphicsLinearLayout* o, int x1 = 1) { o->addStretch(x1); } + Q_INVOKABLE int Malignment(QGraphicsLinearLayout* o, QGraphicsLayoutItem* x1) const { return o->alignment(x1); } + Q_INVOKABLE void MinsertItem(QGraphicsLinearLayout* o, int x1, QGraphicsLayoutItem* x2) { o->insertItem(x1, x2); } + Q_INVOKABLE void MinsertStretch(QGraphicsLinearLayout* o, int x1, int x2 = 1) { o->insertStretch(x1, x2); } + Q_INVOKABLE qreal MitemSpacing(QGraphicsLinearLayout* o, int x1) const { return o->itemSpacing(x1); } + Q_INVOKABLE int Morientation(QGraphicsLinearLayout* o) const { return o->orientation(); } + Q_INVOKABLE void MremoveItem(QGraphicsLinearLayout* o, QGraphicsLayoutItem* x1) { o->removeItem(x1); } + Q_INVOKABLE void MsetAlignment(QGraphicsLinearLayout* o, QGraphicsLayoutItem* x1, Qt::Alignment x2) { o->setAlignment(x1, x2); } + Q_INVOKABLE void MsetItemSpacing(QGraphicsLinearLayout* o, int x1, qreal x2) { o->setItemSpacing(x1, x2); } + Q_INVOKABLE void MsetOrientation(QGraphicsLinearLayout* o, Qt::Orientation x1) { o->setOrientation(x1); } + Q_INVOKABLE void MsetSpacing(QGraphicsLinearLayout* o, qreal x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetStretchFactor(QGraphicsLinearLayout* o, QGraphicsLayoutItem* x1, int x2) { o->setStretchFactor(x1, x2); } + Q_INVOKABLE qreal Mspacing(QGraphicsLinearLayout* o) const { return o->spacing(); } + Q_INVOKABLE int MstretchFactor(QGraphicsLinearLayout* o, QGraphicsLayoutItem* x1) const { return o->stretchFactor(x1); } + Q_INVOKABLE int Mcount(QGraphicsLinearLayout* o) const { return o->count(); } + Q_INVOKABLE void Minvalidate(QGraphicsLinearLayout* o) { o->invalidate(); } + Q_INVOKABLE QGraphicsLayoutItem* MitemAt(QGraphicsLinearLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE void MremoveAt(QGraphicsLinearLayout* o, int x1) { o->removeAt(x1); } + Q_INVOKABLE void MsetGeometry(QGraphicsLinearLayout* o, const QRectF& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSizeF MsizeHint(QGraphicsLinearLayout* o, Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { return o->sizeHint(x1, x2); } +}; + +class EQL_EXPORT N57 : public N1 { // QGraphicsPathItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsPathItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QPainterPath& x1, QGraphicsItem* x2 = 0) { return new LGraphicsPathItem(u, x1, x2); } + Q_INVOKABLE QPainterPath Mpath(QGraphicsPathItem* o) const { return o->path(); } + Q_INVOKABLE void MsetPath(QGraphicsPathItem* o, const QPainterPath& x1) { o->setPath(x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsPathItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsPathItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsPathItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsPathItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsPathItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsPathItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsPathItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N58 : public N51 { // QGraphicsPixmapItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsPixmapItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QPixmap& x1, QGraphicsItem* x2 = 0) { return new LGraphicsPixmapItem(u, x1, x2); } + Q_INVOKABLE QPointF Moffset(QGraphicsPixmapItem* o) const { return o->offset(); } + Q_INVOKABLE QPixmap Mpixmap(QGraphicsPixmapItem* o) const { return o->pixmap(); } + Q_INVOKABLE void MsetOffset(QGraphicsPixmapItem* o, const QPointF& x1) { o->setOffset(x1); } + Q_INVOKABLE void MsetOffset(QGraphicsPixmapItem* o, qreal x1, qreal x2) { o->setOffset(x1, x2); } + Q_INVOKABLE void MsetPixmap(QGraphicsPixmapItem* o, const QPixmap& x1) { o->setPixmap(x1); } + Q_INVOKABLE void MsetShapeMode(QGraphicsPixmapItem* o, QGraphicsPixmapItem::ShapeMode x1) { o->setShapeMode(x1); } + Q_INVOKABLE void MsetTransformationMode(QGraphicsPixmapItem* o, Qt::TransformationMode x1) { o->setTransformationMode(x1); } + Q_INVOKABLE int MshapeMode(QGraphicsPixmapItem* o) const { return o->shapeMode(); } + Q_INVOKABLE int MtransformationMode(QGraphicsPixmapItem* o) const { return o->transformationMode(); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsPixmapItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsPixmapItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsPixmapItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsPixmapItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsPixmapItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsPixmapItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsPixmapItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N59 : public N1 { // QGraphicsPolygonItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsPolygonItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QPolygonF& x1, QGraphicsItem* x2 = 0) { return new LGraphicsPolygonItem(u, x1, x2); } + Q_INVOKABLE int MfillRule(QGraphicsPolygonItem* o) const { return o->fillRule(); } + Q_INVOKABLE QPolygonF Mpolygon(QGraphicsPolygonItem* o) const { return o->polygon(); } + Q_INVOKABLE void MsetFillRule(QGraphicsPolygonItem* o, Qt::FillRule x1) { o->setFillRule(x1); } + Q_INVOKABLE void MsetPolygon(QGraphicsPolygonItem* o, const QPolygonF& x1) { o->setPolygon(x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsPolygonItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsPolygonItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsPolygonItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsPolygonItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsPolygonItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsPolygonItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsPolygonItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N60 : public N1 { // QGraphicsRectItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsRectItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QRectF& x1, QGraphicsItem* x2 = 0) { return new LGraphicsRectItem(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsItem* x5 = 0) { return new LGraphicsRectItem(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE QRectF Mrect(QGraphicsRectItem* o) const { return o->rect(); } + Q_INVOKABLE void MsetRect(QGraphicsRectItem* o, const QRectF& x1) { o->setRect(x1); } + Q_INVOKABLE void MsetRect(QGraphicsRectItem* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setRect(x1, x2, x3, x4); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsRectItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsRectItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsRectItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsRectItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsRectItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsRectItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsRectItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N63 : public N31 { // QGraphicsSceneEvent + Q_OBJECT +public: + Q_INVOKABLE QWidget* Mwidget(QGraphicsSceneEvent* o) const { return o->widget(); } +}; + +class EQL_EXPORT N64 : public N63 { // QGraphicsSceneHelpEvent + Q_OBJECT +public: + Q_INVOKABLE QPointF MscenePos(QGraphicsSceneHelpEvent* o) const { return o->scenePos(); } + Q_INVOKABLE QPoint MscreenPos(QGraphicsSceneHelpEvent* o) const { return o->screenPos(); } +}; + +class EQL_EXPORT N65 : public N63 { // QGraphicsSceneHoverEvent + Q_OBJECT +public: + Q_INVOKABLE QPointF MlastPos(QGraphicsSceneHoverEvent* o) const { return o->lastPos(); } + Q_INVOKABLE QPointF MlastScenePos(QGraphicsSceneHoverEvent* o) const { return o->lastScenePos(); } + Q_INVOKABLE QPoint MlastScreenPos(QGraphicsSceneHoverEvent* o) const { return o->lastScreenPos(); } + Q_INVOKABLE int Mmodifiers(QGraphicsSceneHoverEvent* o) const { return o->modifiers(); } + Q_INVOKABLE QPointF Mpos(QGraphicsSceneHoverEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MscenePos(QGraphicsSceneHoverEvent* o) const { return o->scenePos(); } + Q_INVOKABLE QPoint MscreenPos(QGraphicsSceneHoverEvent* o) const { return o->screenPos(); } +}; + +class EQL_EXPORT N66 : public N63 { // QGraphicsSceneMouseEvent + Q_OBJECT +public: + Q_INVOKABLE int Mbutton(QGraphicsSceneMouseEvent* o) const { return o->button(); } + Q_INVOKABLE QPointF MbuttonDownPos(QGraphicsSceneMouseEvent* o, Qt::MouseButton x1) const { return o->buttonDownPos(x1); } + Q_INVOKABLE QPointF MbuttonDownScenePos(QGraphicsSceneMouseEvent* o, Qt::MouseButton x1) const { return o->buttonDownScenePos(x1); } + Q_INVOKABLE QPoint MbuttonDownScreenPos(QGraphicsSceneMouseEvent* o, Qt::MouseButton x1) const { return o->buttonDownScreenPos(x1); } + Q_INVOKABLE int Mbuttons(QGraphicsSceneMouseEvent* o) const { return o->buttons(); } + Q_INVOKABLE int Mflags(QGraphicsSceneMouseEvent* o) const { return o->flags(); } + Q_INVOKABLE QPointF MlastPos(QGraphicsSceneMouseEvent* o) const { return o->lastPos(); } + Q_INVOKABLE QPointF MlastScenePos(QGraphicsSceneMouseEvent* o) const { return o->lastScenePos(); } + Q_INVOKABLE QPoint MlastScreenPos(QGraphicsSceneMouseEvent* o) const { return o->lastScreenPos(); } + Q_INVOKABLE int Mmodifiers(QGraphicsSceneMouseEvent* o) const { return o->modifiers(); } + Q_INVOKABLE QPointF Mpos(QGraphicsSceneMouseEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MscenePos(QGraphicsSceneMouseEvent* o) const { return o->scenePos(); } + Q_INVOKABLE QPoint MscreenPos(QGraphicsSceneMouseEvent* o) const { return o->screenPos(); } + Q_INVOKABLE int Msource(QGraphicsSceneMouseEvent* o) const { return o->source(); } +}; + +class EQL_EXPORT N67 : public N63 { // QGraphicsSceneMoveEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LGraphicsSceneMoveEvent(u); } + Q_INVOKABLE QPointF MnewPos(QGraphicsSceneMoveEvent* o) const { return o->newPos(); } + Q_INVOKABLE QPointF MoldPos(QGraphicsSceneMoveEvent* o) const { return o->oldPos(); } +}; + +class EQL_EXPORT N68 : public N63 { // QGraphicsSceneResizeEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LGraphicsSceneResizeEvent(u); } + Q_INVOKABLE QSizeF MnewSize(QGraphicsSceneResizeEvent* o) const { return o->newSize(); } + Q_INVOKABLE QSizeF MoldSize(QGraphicsSceneResizeEvent* o) const { return o->oldSize(); } +}; + +class EQL_EXPORT N69 : public N63 { // QGraphicsSceneWheelEvent + Q_OBJECT +public: + Q_INVOKABLE int Mbuttons(QGraphicsSceneWheelEvent* o) const { return o->buttons(); } + Q_INVOKABLE int Mdelta(QGraphicsSceneWheelEvent* o) const { return o->delta(); } + Q_INVOKABLE int Mmodifiers(QGraphicsSceneWheelEvent* o) const { return o->modifiers(); } + Q_INVOKABLE int Morientation(QGraphicsSceneWheelEvent* o) const { return o->orientation(); } + Q_INVOKABLE QPointF Mpos(QGraphicsSceneWheelEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MscenePos(QGraphicsSceneWheelEvent* o) const { return o->scenePos(); } + Q_INVOKABLE QPoint MscreenPos(QGraphicsSceneWheelEvent* o) const { return o->screenPos(); } +}; + +class EQL_EXPORT N70 : public N1 { // QGraphicsSimpleTextItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsSimpleTextItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QGraphicsItem* x2 = 0) { return new LGraphicsSimpleTextItem(u, x1, x2); } + Q_INVOKABLE QFont Mfont(QGraphicsSimpleTextItem* o) const { return o->font(); } + Q_INVOKABLE void MsetFont(QGraphicsSimpleTextItem* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetText(QGraphicsSimpleTextItem* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE QString Mtext(QGraphicsSimpleTextItem* o) const { return o->text(); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsSimpleTextItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsSimpleTextItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsSimpleTextItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsSimpleTextItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsSimpleTextItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsSimpleTextItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsSimpleTextItem* o) const { return o->type(); } +}; + +class EQL_EXPORT N72 : public N31 { // QHelpEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QHelpEvent::Type x1, const QPoint& x2, const QPoint& x3) { return new LHelpEvent(u, x1, x2, x3); } + Q_INVOKABLE QPoint MglobalPos(QHelpEvent* o) const { return o->globalPos(); } + Q_INVOKABLE int MglobalX(QHelpEvent* o) const { return o->globalX(); } + Q_INVOKABLE int MglobalY(QHelpEvent* o) const { return o->globalY(); } + Q_INVOKABLE QPoint Mpos(QHelpEvent* o) const { return o->pos(); } + Q_INVOKABLE int Mx(QHelpEvent* o) const { return o->x(); } + Q_INVOKABLE int My(QHelpEvent* o) const { return o->y(); } +}; + +class EQL_EXPORT N74 : public N31 { // QHideEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LHideEvent(u); } +}; + +class EQL_EXPORT N79 : public N31 { // QIconDragEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LIconDragEvent(u); } +}; + +class EQL_EXPORT N80 : public N108 { // QImage + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LImage(u); } + Q_INVOKABLE void* C(uint u, const QSize& x1, QImage::Format x2) { return new LImage(u, x1, x2); } + Q_INVOKABLE void* C(uint u, int x1, int x2, QImage::Format x3) { return new LImage(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QString& x1, const char* x2 = 0) { return new LImage(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QImage& x1) { return new LImage(u, x1); } + Q_INVOKABLE bool MallGray(QImage* o) const { return o->allGray(); } + Q_INVOKABLE int MbitPlaneCount(QImage* o) const { return o->bitPlaneCount(); } + Q_INVOKABLE int MbyteCount(QImage* o) const { return o->byteCount(); } + Q_INVOKABLE int MbytesPerLine(QImage* o) const { return o->bytesPerLine(); } + Q_INVOKABLE qlonglong McacheKey(QImage* o) const { return o->cacheKey(); } + Q_INVOKABLE QRgb Mcolor(QImage* o, int x1) const { return o->color(x1); } + Q_INVOKABLE int McolorCount(QImage* o) const { return o->colorCount(); } + Q_INVOKABLE QVector McolorTable(QImage* o) const { return o->colorTable(); } + Q_INVOKABLE QImage MconvertToFormat(QImage* o, QImage::Format x1, Qt::ImageConversionFlags x2 = Qt::AutoColor) const { return o->convertToFormat(x1, x2); } + Q_INVOKABLE QImage MconvertToFormat(QImage* o, QImage::Format x1, const QVector& x2, Qt::ImageConversionFlags x3 = Qt::AutoColor) const { return o->convertToFormat(x1, x2, x3); } + Q_INVOKABLE QImage Mcopy(QImage* o, const QRect& x1 = QRect()) const { return o->copy(x1); } + Q_INVOKABLE QImage Mcopy(QImage* o, int x1, int x2, int x3, int x4) const { return o->copy(x1, x2, x3, x4); } + Q_INVOKABLE QImage McreateAlphaMask(QImage* o, Qt::ImageConversionFlags x1 = Qt::AutoColor) const { return o->createAlphaMask(x1); } + Q_INVOKABLE QImage McreateHeuristicMask(QImage* o, bool x1 = true) const { return o->createHeuristicMask(x1); } + Q_INVOKABLE QImage McreateMaskFromColor(QImage* o, QRgb x1, Qt::MaskMode x2 = Qt::MaskInColor) const { return o->createMaskFromColor(x1, x2); } + Q_INVOKABLE int Mdepth(QImage* o) const { return o->depth(); } + Q_INVOKABLE qreal MdevicePixelRatio(QImage* o) const { return o->devicePixelRatio(); } + Q_INVOKABLE int MdotsPerMeterX(QImage* o) const { return o->dotsPerMeterX(); } + Q_INVOKABLE int MdotsPerMeterY(QImage* o) const { return o->dotsPerMeterY(); } + Q_INVOKABLE void Mfill(QImage* o, uint x1) { o->fill(x1); } + Q_INVOKABLE void Mfill(QImage* o, Qt::GlobalColor x1) { o->fill(x1); } + Q_INVOKABLE void Mfill(QImage* o, const QColor& x1) { o->fill(x1); } + Q_INVOKABLE int Mformat(QImage* o) const { return o->format(); } + Q_INVOKABLE bool MhasAlphaChannel(QImage* o) const { return o->hasAlphaChannel(); } + Q_INVOKABLE int Mheight(QImage* o) const { return o->height(); } + Q_INVOKABLE void MinvertPixels(QImage* o, QImage::InvertMode x1 = QImage::InvertRgb) { o->invertPixels(x1); } + Q_INVOKABLE bool MisGrayscale(QImage* o) const { return o->isGrayscale(); } + Q_INVOKABLE bool MisNull(QImage* o) const { return o->isNull(); } + Q_INVOKABLE bool Mload(QImage* o, const QString& x1, const char* x2 = 0) { return o->load(x1, x2); } + Q_INVOKABLE bool MloadFromData(QImage* o, const QByteArray& x1, const char* x2 = 0) { return o->loadFromData(x1, x2); } + Q_INVOKABLE QImage Mmirrored(QImage* o, bool x1 = false, bool x2 = true) const { return o->mirrored(x1, x2); } + Q_INVOKABLE QPoint Moffset(QImage* o) const { return o->offset(); } + Q_INVOKABLE QRgb Mpixel(QImage* o, const QPoint& x1) const { return o->pixel(x1); } + Q_INVOKABLE QRgb Mpixel(QImage* o, int x1, int x2) const { return o->pixel(x1, x2); } + Q_INVOKABLE QPixelFormat MpixelFormat(QImage* o) const { return o->pixelFormat(); } + Q_INVOKABLE int MpixelIndex(QImage* o, const QPoint& x1) const { return o->pixelIndex(x1); } + Q_INVOKABLE int MpixelIndex(QImage* o, int x1, int x2) const { return o->pixelIndex(x1, x2); } + Q_INVOKABLE QRect Mrect(QImage* o) const { return o->rect(); } + Q_INVOKABLE QImage MrgbSwapped(QImage* o) const { return o->rgbSwapped(); } + Q_INVOKABLE bool Msave(QImage* o, const QString& x1, const char* x2 = 0, int x3 = -1) const { return o->save(x1, x2, x3); } + Q_INVOKABLE QImage Mscaled(QImage* o, const QSize& x1, Qt::AspectRatioMode x2 = Qt::IgnoreAspectRatio, Qt::TransformationMode x3 = Qt::FastTransformation) const { return o->scaled(x1, x2, x3); } + Q_INVOKABLE QImage Mscaled(QImage* o, int x1, int x2, Qt::AspectRatioMode x3 = Qt::IgnoreAspectRatio, Qt::TransformationMode x4 = Qt::FastTransformation) const { return o->scaled(x1, x2, x3, x4); } + Q_INVOKABLE QImage MscaledToHeight(QImage* o, int x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->scaledToHeight(x1, x2); } + Q_INVOKABLE QImage MscaledToWidth(QImage* o, int x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->scaledToWidth(x1, x2); } + Q_INVOKABLE void MsetColor(QImage* o, int x1, QRgb x2) { o->setColor(x1, x2); } + Q_INVOKABLE void MsetColorCount(QImage* o, int x1) { o->setColorCount(x1); } + Q_INVOKABLE void MsetColorTable(QImage* o, const QVector& x1) { o->setColorTable(x1); } + Q_INVOKABLE void MsetDevicePixelRatio(QImage* o, qreal x1) { o->setDevicePixelRatio(x1); } + Q_INVOKABLE void MsetDotsPerMeterX(QImage* o, int x1) { o->setDotsPerMeterX(x1); } + Q_INVOKABLE void MsetDotsPerMeterY(QImage* o, int x1) { o->setDotsPerMeterY(x1); } + Q_INVOKABLE void MsetOffset(QImage* o, const QPoint& x1) { o->setOffset(x1); } + Q_INVOKABLE void MsetPixel(QImage* o, const QPoint& x1, uint x2) { o->setPixel(x1, x2); } + Q_INVOKABLE void MsetPixel(QImage* o, int x1, int x2, uint x3) { o->setPixel(x1, x2, x3); } + Q_INVOKABLE void MsetText(QImage* o, const QString& x1, const QString& x2) { o->setText(x1, x2); } + Q_INVOKABLE QSize Msize(QImage* o) const { return o->size(); } + Q_INVOKABLE void Mswap(QImage* o, QImage& x1) { o->swap(x1); } + Q_INVOKABLE QString Mtext(QImage* o, const QString& x1 = QString()) const { return o->text(x1); } + Q_INVOKABLE QStringList MtextKeys(QImage* o) const { return o->textKeys(); } + Q_INVOKABLE QImage Mtransformed(QImage* o, const QMatrix& x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->transformed(x1, x2); } + Q_INVOKABLE QImage Mtransformed(QImage* o, const QTransform& x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->transformed(x1, x2); } + Q_INVOKABLE bool Mvalid(QImage* o, const QPoint& x1) const { return o->valid(x1); } + Q_INVOKABLE bool Mvalid(QImage* o, int x1, int x2) const { return o->valid(x1, x2); } + Q_INVOKABLE int Mwidth(QImage* o) const { return o->width(); } + Q_INVOKABLE QImage MsmoothScaled(QImage* o, int x1, int x2) const { return ((LImage*)o)->smoothScaled(x1, x2); } + Q_INVOKABLE QImage SfromData(const QByteArray& x1, const char* x2 = 0) { return QImage::fromData(x1, x2); } + Q_INVOKABLE int StoImageFormat(QPixelFormat x1) { return QImage::toImageFormat(x1); } + Q_INVOKABLE QPixelFormat StoPixelFormat(QImage::Format x1) { return QImage::toPixelFormat(x1); } + Q_INVOKABLE QMatrix StrueMatrix(const QMatrix& x1, int x2, int x3) { return QImage::trueMatrix(x1, x2, x3); } + Q_INVOKABLE QTransform StrueMatrix(const QTransform& x1, int x2, int x3) { return QImage::trueMatrix(x1, x2, x3); } + // see src/extras.cpp + Q_INVOKABLE QImage MchangeBrightness(QImage* o, int x1) { return QImage_changeBrightness(*o, x1); } + Q_INVOKABLE QImage MchangeContrast(QImage* o, int x1) { return QImage_changeContrast(*o, x1); } + Q_INVOKABLE QImage MchangeGamma(QImage* o, int x1) { return QImage_changeGamma(*o, x1); } +}; + +class EQL_EXPORT N81 : public N31 { // QInputEvent + Q_OBJECT +public: + Q_INVOKABLE int Mmodifiers(QInputEvent* o) const { return o->modifiers(); } + Q_INVOKABLE ulong Mtimestamp(QInputEvent* o) const { return o->timestamp(); } +}; + +class EQL_EXPORT N82 : public N31 { // QInputMethodEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LInputMethodEvent(u); } + Q_INVOKABLE void* C(uint u, const QInputMethodEvent& x1) { return new LInputMethodEvent(u, x1); } + Q_INVOKABLE QString McommitString(QInputMethodEvent* o) const { return o->commitString(); } + Q_INVOKABLE QString MpreeditString(QInputMethodEvent* o) const { return o->preeditString(); } + Q_INVOKABLE int MreplacementLength(QInputMethodEvent* o) const { return o->replacementLength(); } + Q_INVOKABLE int MreplacementStart(QInputMethodEvent* o) const { return o->replacementStart(); } + Q_INVOKABLE void MsetCommitString(QInputMethodEvent* o, const QString& x1, int x2 = 0, int x3 = 0) { o->setCommitString(x1, x2, x3); } +}; + +class EQL_EXPORT N85 : public N81 { // QKeyEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QKeyEvent::Type x1, int x2, Qt::KeyboardModifiers x3, const QString& x4 = QString(), bool x5 = false, ushort x6 = 1) { return new LKeyEvent(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE int Mcount(QKeyEvent* o) const { return o->count(); } + Q_INVOKABLE bool MisAutoRepeat(QKeyEvent* o) const { return o->isAutoRepeat(); } + Q_INVOKABLE int Mkey(QKeyEvent* o) const { return o->key(); } + Q_INVOKABLE bool Mmatches(QKeyEvent* o, QKeySequence::StandardKey x1) const { return o->matches(x1); } + Q_INVOKABLE int Mmodifiers(QKeyEvent* o) const { return o->modifiers(); } + Q_INVOKABLE QString Mtext(QKeyEvent* o) const { return o->text(); } +}; + +class EQL_EXPORT N89 : public N47 { // QLinearGradient + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LLinearGradient(u); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, const QPointF& x2) { return new LLinearGradient(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4) { return new LLinearGradient(u, x1, x2, x3, x4); } + Q_INVOKABLE QPointF MfinalStop(QLinearGradient* o) const { return o->finalStop(); } + Q_INVOKABLE void MsetFinalStop(QLinearGradient* o, const QPointF& x1) { o->setFinalStop(x1); } + Q_INVOKABLE void MsetFinalStop(QLinearGradient* o, qreal x1, qreal x2) { o->setFinalStop(x1, x2); } + Q_INVOKABLE void MsetStart(QLinearGradient* o, const QPointF& x1) { o->setStart(x1); } + Q_INVOKABLE void MsetStart(QLinearGradient* o, qreal x1, qreal x2) { o->setStart(x1, x2); } + Q_INVOKABLE QPointF Mstart(QLinearGradient* o) const { return o->start(); } +}; + +class EQL_EXPORT N97 : public N81 { // QMouseEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QMouseEvent::Type x1, const QPointF& x2, Qt::MouseButton x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5) { return new LMouseEvent(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, QMouseEvent::Type x1, const QPointF& x2, const QPointF& x3, Qt::MouseButton x4, Qt::MouseButtons x5, Qt::KeyboardModifiers x6) { return new LMouseEvent(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void* C(uint u, QMouseEvent::Type x1, const QPointF& x2, const QPointF& x3, const QPointF& x4, Qt::MouseButton x5, Qt::MouseButtons x6, Qt::KeyboardModifiers x7) { return new LMouseEvent(u, x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE int Mbutton(QMouseEvent* o) const { return o->button(); } + Q_INVOKABLE int Mbuttons(QMouseEvent* o) const { return o->buttons(); } + Q_INVOKABLE int Mflags(QMouseEvent* o) const { return o->flags(); } + Q_INVOKABLE QPoint MglobalPos(QMouseEvent* o) const { return o->globalPos(); } + Q_INVOKABLE int MglobalX(QMouseEvent* o) const { return o->globalX(); } + Q_INVOKABLE int MglobalY(QMouseEvent* o) const { return o->globalY(); } + Q_INVOKABLE QPointF MlocalPos(QMouseEvent* o) const { return o->localPos(); } + Q_INVOKABLE QPoint Mpos(QMouseEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MscreenPos(QMouseEvent* o) const { return o->screenPos(); } + Q_INVOKABLE int Msource(QMouseEvent* o) const { return o->source(); } + Q_INVOKABLE QPointF MwindowPos(QMouseEvent* o) const { return o->windowPos(); } + Q_INVOKABLE int Mx(QMouseEvent* o) const { return o->x(); } + Q_INVOKABLE int My(QMouseEvent* o) const { return o->y(); } +}; + +class EQL_EXPORT N98 : public N31 { // QMoveEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QPoint& x1, const QPoint& x2) { return new LMoveEvent(u, x1, x2); } + Q_INVOKABLE QPoint MoldPos(QMoveEvent* o) const { return o->oldPos(); } + Q_INVOKABLE QPoint Mpos(QMoveEvent* o) const { return o->pos(); } +}; + +class EQL_EXPORT N107 : public N108 { // QPagedPaintDevice + Q_OBJECT +public: + Q_INVOKABLE bool MnewPage(QPagedPaintDevice* o) { return o->newPage(); } + Q_INVOKABLE QPageLayout MpageLayout(QPagedPaintDevice* o) const { return o->pageLayout(); } + Q_INVOKABLE int MpageSize(QPagedPaintDevice* o) const { return o->pageSize(); } + Q_INVOKABLE QSizeF MpageSizeMM(QPagedPaintDevice* o) const { return o->pageSizeMM(); } + Q_INVOKABLE bool MsetPageLayout(QPagedPaintDevice* o, const QPageLayout& x1) { return o->setPageLayout(x1); } + Q_INVOKABLE bool MsetPageMargins(QPagedPaintDevice* o, const QMarginsF& x1) { return o->setPageMargins(x1); } + Q_INVOKABLE bool MsetPageMargins(QPagedPaintDevice* o, const QMarginsF& x1, QPageLayout::Unit x2) { return o->setPageMargins(x1, x2); } + Q_INVOKABLE bool MsetPageOrientation(QPagedPaintDevice* o, QPageLayout::Orientation x1) { return o->setPageOrientation(x1); } + Q_INVOKABLE bool MsetPageSize(QPagedPaintDevice* o, const QPageSize& x1) { return o->setPageSize(x1); } + Q_INVOKABLE void MsetPageSize(QPagedPaintDevice* o, QPagedPaintDevice::PageSize x1) { o->setPageSize(x1); } + Q_INVOKABLE void MsetPageSizeMM(QPagedPaintDevice* o, const QSizeF& x1) { o->setPageSizeMM(x1); } +}; + +class EQL_EXPORT N109 : public N31 { // QPaintEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QRegion& x1) { return new LPaintEvent(u, x1); } + Q_INVOKABLE void* C(uint u, const QRect& x1) { return new LPaintEvent(u, x1); } + Q_INVOKABLE QRect Mrect(QPaintEvent* o) const { return o->rect(); } + Q_INVOKABLE QRegion Mregion(QPaintEvent* o) const { return o->region(); } +}; + +class EQL_EXPORT N116 : public N108 { // QPicture + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = -1) { return new LPicture(u, x1); } + Q_INVOKABLE void* C(uint u, const QPicture& x1) { return new LPicture(u, x1); } + Q_INVOKABLE QRect MboundingRect(QPicture* o) const { return o->boundingRect(); } + Q_INVOKABLE const char* Mdata(QPicture* o) const { return o->data(); } + Q_INVOKABLE bool MisNull(QPicture* o) const { return o->isNull(); } + Q_INVOKABLE bool Mload(QPicture* o, const QString& x1, const char* x2 = 0) { return o->load(x1, x2); } + Q_INVOKABLE bool Mplay(QPicture* o, QPainter* x1) { return o->play(x1); } + Q_INVOKABLE bool Msave(QPicture* o, const QString& x1, const char* x2 = 0) { return o->save(x1, x2); } + Q_INVOKABLE void MsetBoundingRect(QPicture* o, const QRect& x1) { o->setBoundingRect(x1); } + Q_INVOKABLE void MsetData(QPicture* o, const char* x1, uint x2) { o->setData(x1, x2); } + Q_INVOKABLE uint Msize(QPicture* o) const { return o->size(); } + Q_INVOKABLE void Mswap(QPicture* o, QPicture& x1) { o->swap(x1); } +}; + +class EQL_EXPORT N117 : public N108 { // QPixmap + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LPixmap(u); } + Q_INVOKABLE void* C(uint u, int x1, int x2) { return new LPixmap(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, const char* x2 = 0, Qt::ImageConversionFlags x3 = Qt::AutoColor) { return new LPixmap(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QPixmap& x1) { return new LPixmap(u, x1); } + Q_INVOKABLE void* C(uint u, const QSize& x1) { return new LPixmap(u, x1); } + Q_INVOKABLE qlonglong McacheKey(QPixmap* o) const { return o->cacheKey(); } + Q_INVOKABLE bool MconvertFromImage(QPixmap* o, const QImage& x1, Qt::ImageConversionFlags x2 = Qt::AutoColor) { return o->convertFromImage(x1, x2); } + Q_INVOKABLE QPixmap Mcopy(QPixmap* o, const QRect& x1 = QRect()) const { return o->copy(x1); } + Q_INVOKABLE QPixmap Mcopy(QPixmap* o, int x1, int x2, int x3, int x4) const { return o->copy(x1, x2, x3, x4); } + Q_INVOKABLE QBitmap McreateHeuristicMask(QPixmap* o, bool x1 = true) const { return o->createHeuristicMask(x1); } + Q_INVOKABLE QBitmap McreateMaskFromColor(QPixmap* o, const QColor& x1, Qt::MaskMode x2 = Qt::MaskInColor) const { return o->createMaskFromColor(x1, x2); } + Q_INVOKABLE int Mdepth(QPixmap* o) const { return o->depth(); } + Q_INVOKABLE void Mdetach(QPixmap* o) { o->detach(); } + Q_INVOKABLE qreal MdevicePixelRatio(QPixmap* o) const { return o->devicePixelRatio(); } + Q_INVOKABLE void Mfill(QPixmap* o, const QColor& x1 = Qt::white) { o->fill(x1); } + Q_INVOKABLE bool MhasAlpha(QPixmap* o) const { return o->hasAlpha(); } + Q_INVOKABLE bool MhasAlphaChannel(QPixmap* o) const { return o->hasAlphaChannel(); } + Q_INVOKABLE int Mheight(QPixmap* o) const { return o->height(); } + Q_INVOKABLE bool MisNull(QPixmap* o) const { return o->isNull(); } + Q_INVOKABLE bool MisQBitmap(QPixmap* o) const { return o->isQBitmap(); } + Q_INVOKABLE bool Mload(QPixmap* o, const QString& x1, const char* x2 = 0, Qt::ImageConversionFlags x3 = Qt::AutoColor) { return o->load(x1, x2, x3); } + Q_INVOKABLE bool MloadFromData(QPixmap* o, const QByteArray& x1, const char* x2 = 0, Qt::ImageConversionFlags x3 = Qt::AutoColor) { return o->loadFromData(x1, x2, x3); } + Q_INVOKABLE QBitmap Mmask(QPixmap* o) const { return o->mask(); } + Q_INVOKABLE QRect Mrect(QPixmap* o) const { return o->rect(); } + Q_INVOKABLE bool Msave(QPixmap* o, const QString& x1, const char* x2 = 0, int x3 = -1) const { return o->save(x1, x2, x3); } + Q_INVOKABLE QPixmap Mscaled(QPixmap* o, const QSize& x1, Qt::AspectRatioMode x2 = Qt::IgnoreAspectRatio, Qt::TransformationMode x3 = Qt::FastTransformation) const { return o->scaled(x1, x2, x3); } + Q_INVOKABLE QPixmap Mscaled(QPixmap* o, int x1, int x2, Qt::AspectRatioMode x3 = Qt::IgnoreAspectRatio, Qt::TransformationMode x4 = Qt::FastTransformation) const { return o->scaled(x1, x2, x3, x4); } + Q_INVOKABLE QPixmap MscaledToHeight(QPixmap* o, int x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->scaledToHeight(x1, x2); } + Q_INVOKABLE QPixmap MscaledToWidth(QPixmap* o, int x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->scaledToWidth(x1, x2); } + Q_INVOKABLE void Mscroll(QPixmap* o, int x1, int x2, int x3, int x4, int x5, int x6, QRegion* x7 = 0) { o->scroll(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE void Mscroll(QPixmap* o, int x1, int x2, const QRect& x3, QRegion* x4 = 0) { o->scroll(x1, x2, x3, x4); } + Q_INVOKABLE void MsetDevicePixelRatio(QPixmap* o, qreal x1) { o->setDevicePixelRatio(x1); } + Q_INVOKABLE void MsetMask(QPixmap* o, const QBitmap& x1) { o->setMask(x1); } + Q_INVOKABLE QSize Msize(QPixmap* o) const { return o->size(); } + Q_INVOKABLE void Mswap(QPixmap* o, QPixmap& x1) { o->swap(x1); } + Q_INVOKABLE QImage MtoImage(QPixmap* o) const { return o->toImage(); } + Q_INVOKABLE QPixmap Mtransformed(QPixmap* o, const QTransform& x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->transformed(x1, x2); } + Q_INVOKABLE QPixmap Mtransformed(QPixmap* o, const QMatrix& x1, Qt::TransformationMode x2 = Qt::FastTransformation) const { return o->transformed(x1, x2); } + Q_INVOKABLE int Mwidth(QPixmap* o) const { return o->width(); } + Q_INVOKABLE int SdefaultDepth() { return QPixmap::defaultDepth(); } + Q_INVOKABLE QPixmap SfromImage(const QImage& x1, Qt::ImageConversionFlags x2 = Qt::AutoColor) { return QPixmap::fromImage(x1, x2); } + Q_INVOKABLE QPixmap SfromImageReader(QImageReader* x1, Qt::ImageConversionFlags x2 = Qt::AutoColor) { return QPixmap::fromImageReader(x1, x2); } + Q_INVOKABLE QTransform StrueMatrix(const QTransform& x1, int x2, int x3) { return QPixmap::trueMatrix(x1, x2, x3); } + Q_INVOKABLE QMatrix StrueMatrix(const QMatrix& x1, int x2, int x3) { return QPixmap::trueMatrix(x1, x2, x3); } +}; + +class EQL_EXPORT N119 : public N107 { // QPrinter + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QPrinter::PrinterMode x1 = QPrinter::ScreenResolution) { return new LPrinter(u, x1); } + Q_INVOKABLE bool Mabort(QPrinter* o) { return o->abort(); } + Q_INVOKABLE bool McollateCopies(QPrinter* o) const { return o->collateCopies(); } + Q_INVOKABLE int McolorMode(QPrinter* o) const { return o->colorMode(); } + Q_INVOKABLE int McopyCount(QPrinter* o) const { return o->copyCount(); } + Q_INVOKABLE QString Mcreator(QPrinter* o) const { return o->creator(); } + Q_INVOKABLE QString MdocName(QPrinter* o) const { return o->docName(); } + Q_INVOKABLE int Mduplex(QPrinter* o) const { return o->duplex(); } + Q_INVOKABLE bool MfontEmbeddingEnabled(QPrinter* o) const { return o->fontEmbeddingEnabled(); } + Q_INVOKABLE int MfromPage(QPrinter* o) const { return o->fromPage(); } + Q_INVOKABLE bool MfullPage(QPrinter* o) const { return o->fullPage(); } + Q_INVOKABLE bool MisValid(QPrinter* o) const { return o->isValid(); } + Q_INVOKABLE QString MoutputFileName(QPrinter* o) const { return o->outputFileName(); } + Q_INVOKABLE int MoutputFormat(QPrinter* o) const { return o->outputFormat(); } + Q_INVOKABLE QPageLayout MpageLayout(QPrinter* o) const { return o->pageLayout(); } + Q_INVOKABLE int MpageOrder(QPrinter* o) const { return o->pageOrder(); } + Q_INVOKABLE QRectF MpageRect(QPrinter* o, QPrinter::Unit x1) const { return o->pageRect(x1); } + Q_INVOKABLE QRectF MpaperRect(QPrinter* o, QPrinter::Unit x1) const { return o->paperRect(x1); } + Q_INVOKABLE int MpaperSource(QPrinter* o) const { return o->paperSource(); } + Q_INVOKABLE QString MprintProgram(QPrinter* o) const { return o->printProgram(); } + Q_INVOKABLE int MprintRange(QPrinter* o) const { return o->printRange(); } + Q_INVOKABLE QString MprinterName(QPrinter* o) const { return o->printerName(); } + Q_INVOKABLE int MprinterState(QPrinter* o) const { return o->printerState(); } + Q_INVOKABLE int Mresolution(QPrinter* o) const { return o->resolution(); } + Q_INVOKABLE void MsetCollateCopies(QPrinter* o, bool x1) { o->setCollateCopies(x1); } + Q_INVOKABLE void MsetColorMode(QPrinter* o, QPrinter::ColorMode x1) { o->setColorMode(x1); } + Q_INVOKABLE void MsetCopyCount(QPrinter* o, int x1) { o->setCopyCount(x1); } + Q_INVOKABLE void MsetCreator(QPrinter* o, const QString& x1) { o->setCreator(x1); } + Q_INVOKABLE void MsetDocName(QPrinter* o, const QString& x1) { o->setDocName(x1); } + Q_INVOKABLE void MsetDuplex(QPrinter* o, QPrinter::DuplexMode x1) { o->setDuplex(x1); } + Q_INVOKABLE void MsetFontEmbeddingEnabled(QPrinter* o, bool x1) { o->setFontEmbeddingEnabled(x1); } + Q_INVOKABLE void MsetFromTo(QPrinter* o, int x1, int x2) { o->setFromTo(x1, x2); } + Q_INVOKABLE void MsetFullPage(QPrinter* o, bool x1) { o->setFullPage(x1); } + Q_INVOKABLE void MsetOutputFileName(QPrinter* o, const QString& x1) { o->setOutputFileName(x1); } + Q_INVOKABLE void MsetOutputFormat(QPrinter* o, QPrinter::OutputFormat x1) { o->setOutputFormat(x1); } + Q_INVOKABLE bool MsetPageLayout(QPrinter* o, const QPageLayout& x1) { return o->setPageLayout(x1); } + Q_INVOKABLE bool MsetPageMargins(QPrinter* o, const QMarginsF& x1) { return o->setPageMargins(x1); } + Q_INVOKABLE bool MsetPageMargins(QPrinter* o, const QMarginsF& x1, QPageLayout::Unit x2) { return o->setPageMargins(x1, x2); } + Q_INVOKABLE void MsetPageOrder(QPrinter* o, QPrinter::PageOrder x1) { o->setPageOrder(x1); } + Q_INVOKABLE bool MsetPageOrientation(QPrinter* o, QPageLayout::Orientation x1) { return o->setPageOrientation(x1); } + Q_INVOKABLE bool MsetPageSize(QPrinter* o, const QPageSize& x1) { return o->setPageSize(x1); } + Q_INVOKABLE void MsetPaperSource(QPrinter* o, QPrinter::PaperSource x1) { o->setPaperSource(x1); } + Q_INVOKABLE void MsetPrintProgram(QPrinter* o, const QString& x1) { o->setPrintProgram(x1); } + Q_INVOKABLE void MsetPrintRange(QPrinter* o, QPrinter::PrintRange x1) { o->setPrintRange(x1); } + Q_INVOKABLE void MsetPrinterName(QPrinter* o, const QString& x1) { o->setPrinterName(x1); } + Q_INVOKABLE void MsetResolution(QPrinter* o, int x1) { o->setResolution(x1); } + Q_INVOKABLE QList MsupportedResolutions(QPrinter* o) const { return o->supportedResolutions(); } + Q_INVOKABLE bool MsupportsMultipleCopies(QPrinter* o) const { return o->supportsMultipleCopies(); } + Q_INVOKABLE int MtoPage(QPrinter* o) const { return o->toPage(); } + Q_INVOKABLE bool MnewPage(QPrinter* o) { return o->newPage(); } +}; + +class EQL_EXPORT N123 : public N47 { // QRadialGradient + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LRadialGradient(u); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, qreal x2, const QPointF& x3) { return new LRadialGradient(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5) { return new LRadialGradient(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, qreal x2) { return new LRadialGradient(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3) { return new LRadialGradient(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, qreal x2, const QPointF& x3, qreal x4) { return new LRadialGradient(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, qreal x5, qreal x6) { return new LRadialGradient(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QPointF Mcenter(QRadialGradient* o) const { return o->center(); } + Q_INVOKABLE qreal McenterRadius(QRadialGradient* o) const { return o->centerRadius(); } + Q_INVOKABLE QPointF MfocalPoint(QRadialGradient* o) const { return o->focalPoint(); } + Q_INVOKABLE qreal MfocalRadius(QRadialGradient* o) const { return o->focalRadius(); } + Q_INVOKABLE qreal Mradius(QRadialGradient* o) const { return o->radius(); } + Q_INVOKABLE void MsetCenter(QRadialGradient* o, const QPointF& x1) { o->setCenter(x1); } + Q_INVOKABLE void MsetCenter(QRadialGradient* o, qreal x1, qreal x2) { o->setCenter(x1, x2); } + Q_INVOKABLE void MsetCenterRadius(QRadialGradient* o, qreal x1) { o->setCenterRadius(x1); } + Q_INVOKABLE void MsetFocalPoint(QRadialGradient* o, const QPointF& x1) { o->setFocalPoint(x1); } + Q_INVOKABLE void MsetFocalPoint(QRadialGradient* o, qreal x1, qreal x2) { o->setFocalPoint(x1, x2); } + Q_INVOKABLE void MsetFocalRadius(QRadialGradient* o, qreal x1) { o->setFocalRadius(x1); } + Q_INVOKABLE void MsetRadius(QRadialGradient* o, qreal x1) { o->setRadius(x1); } +}; + +class EQL_EXPORT N128 : public N31 { // QResizeEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QSize& x1, const QSize& x2) { return new LResizeEvent(u, x1, x2); } + Q_INVOKABLE QSize MoldSize(QResizeEvent* o) const { return o->oldSize(); } + Q_INVOKABLE QSize Msize(QResizeEvent* o) const { return o->size(); } +}; + +class EQL_EXPORT N131 : public N31 { // QShortcutEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QKeySequence& x1, int x2, bool x3 = false) { return new LShortcutEvent(u, x1, x2, x3); } + Q_INVOKABLE bool MisAmbiguous(QShortcutEvent* o) const { return o->isAmbiguous(); } + Q_INVOKABLE QKeySequence Mkey(QShortcutEvent* o) const { return o->key(); } + Q_INVOKABLE int MshortcutId(QShortcutEvent* o) const { return o->shortcutId(); } +}; + +class EQL_EXPORT N132 : public N31 { // QShowEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LShowEvent(u); } +}; + +class EQL_EXPORT N134 : public N87 { // QSpacerItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1, int x2, QSizePolicy::Policy x3 = QSizePolicy::Minimum, QSizePolicy::Policy x4 = QSizePolicy::Minimum) { return new LSpacerItem(u, x1, x2, x3, x4); } + Q_INVOKABLE void MchangeSize(QSpacerItem* o, int x1, int x2, QSizePolicy::Policy x3 = QSizePolicy::Minimum, QSizePolicy::Policy x4 = QSizePolicy::Minimum) { o->changeSize(x1, x2, x3, x4); } + Q_INVOKABLE QSizePolicy MsizePolicy(QSpacerItem* o) const { return o->sizePolicy(); } + Q_INVOKABLE int MexpandingDirections(QSpacerItem* o) const { return o->expandingDirections(); } + Q_INVOKABLE QRect Mgeometry(QSpacerItem* o) const { return o->geometry(); } + Q_INVOKABLE bool MisEmpty(QSpacerItem* o) const { return o->isEmpty(); } + Q_INVOKABLE QSize MmaximumSize(QSpacerItem* o) const { return o->maximumSize(); } + Q_INVOKABLE QSize MminimumSize(QSpacerItem* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QSpacerItem* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QSpacerItem* o) const { return o->sizeHint(); } + Q_INVOKABLE QSpacerItem* MspacerItem(QSpacerItem* o) { return o->spacerItem(); } +}; + +class EQL_EXPORT N149 : public N31 { // QStatusTipEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LStatusTipEvent(u, x1); } + Q_INVOKABLE QString Mtip(QStatusTipEvent* o) const { return o->tip(); } +}; + +class EQL_EXPORT N151 : public N150 { // QStyleOptionGraphicsItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LStyleOptionGraphicsItem(u); } + Q_INVOKABLE void* C(uint u, const QStyleOptionGraphicsItem& x1) { return new LStyleOptionGraphicsItem(u, x1); } + Q_INVOKABLE qreal SlevelOfDetailFromTransform(const QTransform& x1) { return QStyleOptionGraphicsItem::levelOfDetailFromTransform(x1); } +}; + +class EQL_EXPORT N156 : public N81 { // QTabletEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QTabletEvent::Type x1, const QPointF& x2, const QPointF& x3, int x4, int x5, qreal x6, int x7, int x8, qreal x9, qreal x10, int x11, Qt::KeyboardModifiers x12, qint64 x13, Qt::MouseButton x14, Qt::MouseButtons x15) { return new LTabletEvent(u, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15); } + Q_INVOKABLE int Mbutton(QTabletEvent* o) const { return o->button(); } + Q_INVOKABLE int Mbuttons(QTabletEvent* o) const { return o->buttons(); } + Q_INVOKABLE int Mdevice(QTabletEvent* o) const { return o->device(); } + Q_INVOKABLE QPoint MglobalPos(QTabletEvent* o) const { return o->globalPos(); } + Q_INVOKABLE QPointF MglobalPosF(QTabletEvent* o) const { return o->globalPosF(); } + Q_INVOKABLE int MglobalX(QTabletEvent* o) const { return o->globalX(); } + Q_INVOKABLE int MglobalY(QTabletEvent* o) const { return o->globalY(); } + Q_INVOKABLE qreal MhiResGlobalX(QTabletEvent* o) const { return o->hiResGlobalX(); } + Q_INVOKABLE qreal MhiResGlobalY(QTabletEvent* o) const { return o->hiResGlobalY(); } + Q_INVOKABLE int MpointerType(QTabletEvent* o) const { return o->pointerType(); } + Q_INVOKABLE QPoint Mpos(QTabletEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MposF(QTabletEvent* o) const { return o->posF(); } + Q_INVOKABLE qreal Mpressure(QTabletEvent* o) const { return o->pressure(); } + Q_INVOKABLE qreal Mrotation(QTabletEvent* o) const { return o->rotation(); } + Q_INVOKABLE qreal MtangentialPressure(QTabletEvent* o) const { return o->tangentialPressure(); } + Q_INVOKABLE qlonglong MuniqueId(QTabletEvent* o) const { return o->uniqueId(); } + Q_INVOKABLE int Mx(QTabletEvent* o) const { return o->x(); } + Q_INVOKABLE int MxTilt(QTabletEvent* o) const { return o->xTilt(); } + Q_INVOKABLE int My(QTabletEvent* o) const { return o->y(); } + Q_INVOKABLE int MyTilt(QTabletEvent* o) const { return o->yTilt(); } + Q_INVOKABLE int Mz(QTabletEvent* o) const { return o->z(); } +}; + +class EQL_EXPORT N158 : public N168 { // QTextBlockFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextBlockFormat(u); } + Q_INVOKABLE int Malignment(QTextBlockFormat* o) const { return o->alignment(); } + Q_INVOKABLE qreal MbottomMargin(QTextBlockFormat* o) const { return o->bottomMargin(); } + Q_INVOKABLE int Mindent(QTextBlockFormat* o) const { return o->indent(); } + Q_INVOKABLE bool MisValid(QTextBlockFormat* o) const { return o->isValid(); } + Q_INVOKABLE qreal MleftMargin(QTextBlockFormat* o) const { return o->leftMargin(); } + Q_INVOKABLE qreal MlineHeight(QTextBlockFormat* o, qreal x1, qreal x2) const { return o->lineHeight(x1, x2); } + Q_INVOKABLE qreal MlineHeight(QTextBlockFormat* o) const { return o->lineHeight(); } + Q_INVOKABLE int MlineHeightType(QTextBlockFormat* o) const { return o->lineHeightType(); } + Q_INVOKABLE bool MnonBreakableLines(QTextBlockFormat* o) const { return o->nonBreakableLines(); } + Q_INVOKABLE int MpageBreakPolicy(QTextBlockFormat* o) const { return o->pageBreakPolicy(); } + Q_INVOKABLE qreal MrightMargin(QTextBlockFormat* o) const { return o->rightMargin(); } + Q_INVOKABLE void MsetAlignment(QTextBlockFormat* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetBottomMargin(QTextBlockFormat* o, qreal x1) { o->setBottomMargin(x1); } + Q_INVOKABLE void MsetIndent(QTextBlockFormat* o, int x1) { o->setIndent(x1); } + Q_INVOKABLE void MsetLeftMargin(QTextBlockFormat* o, qreal x1) { o->setLeftMargin(x1); } + Q_INVOKABLE void MsetLineHeight(QTextBlockFormat* o, qreal x1, int x2) { o->setLineHeight(x1, x2); } + Q_INVOKABLE void MsetNonBreakableLines(QTextBlockFormat* o, bool x1) { o->setNonBreakableLines(x1); } + Q_INVOKABLE void MsetPageBreakPolicy(QTextBlockFormat* o, QTextBlockFormat::PageBreakFlags x1) { o->setPageBreakPolicy(x1); } + Q_INVOKABLE void MsetRightMargin(QTextBlockFormat* o, qreal x1) { o->setRightMargin(x1); } + Q_INVOKABLE void MsetTabPositions(QTextBlockFormat* o, const QList& x1) { o->setTabPositions(x1); } + Q_INVOKABLE void MsetTextIndent(QTextBlockFormat* o, qreal x1) { o->setTextIndent(x1); } + Q_INVOKABLE void MsetTopMargin(QTextBlockFormat* o, qreal x1) { o->setTopMargin(x1); } + Q_INVOKABLE QList MtabPositions(QTextBlockFormat* o) const { return o->tabPositions(); } + Q_INVOKABLE qreal MtextIndent(QTextBlockFormat* o) const { return o->textIndent(); } + Q_INVOKABLE qreal MtopMargin(QTextBlockFormat* o) const { return o->topMargin(); } +}; + +class EQL_EXPORT N161 : public N168 { // QTextCharFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextCharFormat(u); } + Q_INVOKABLE QString ManchorHref(QTextCharFormat* o) const { return o->anchorHref(); } + Q_INVOKABLE QStringList ManchorNames(QTextCharFormat* o) const { return o->anchorNames(); } + Q_INVOKABLE QFont Mfont(QTextCharFormat* o) const { return o->font(); } + Q_INVOKABLE int MfontCapitalization(QTextCharFormat* o) const { return o->fontCapitalization(); } + Q_INVOKABLE QString MfontFamily(QTextCharFormat* o) const { return o->fontFamily(); } + Q_INVOKABLE bool MfontFixedPitch(QTextCharFormat* o) const { return o->fontFixedPitch(); } + Q_INVOKABLE int MfontHintingPreference(QTextCharFormat* o) const { return o->fontHintingPreference(); } + Q_INVOKABLE bool MfontItalic(QTextCharFormat* o) const { return o->fontItalic(); } + Q_INVOKABLE bool MfontKerning(QTextCharFormat* o) const { return o->fontKerning(); } + Q_INVOKABLE qreal MfontLetterSpacing(QTextCharFormat* o) const { return o->fontLetterSpacing(); } + Q_INVOKABLE int MfontLetterSpacingType(QTextCharFormat* o) const { return o->fontLetterSpacingType(); } + Q_INVOKABLE bool MfontOverline(QTextCharFormat* o) const { return o->fontOverline(); } + Q_INVOKABLE qreal MfontPointSize(QTextCharFormat* o) const { return o->fontPointSize(); } + Q_INVOKABLE int MfontStretch(QTextCharFormat* o) const { return o->fontStretch(); } + Q_INVOKABLE bool MfontStrikeOut(QTextCharFormat* o) const { return o->fontStrikeOut(); } + Q_INVOKABLE int MfontStyleHint(QTextCharFormat* o) const { return o->fontStyleHint(); } + Q_INVOKABLE int MfontStyleStrategy(QTextCharFormat* o) const { return o->fontStyleStrategy(); } + Q_INVOKABLE bool MfontUnderline(QTextCharFormat* o) const { return o->fontUnderline(); } + Q_INVOKABLE int MfontWeight(QTextCharFormat* o) const { return o->fontWeight(); } + Q_INVOKABLE qreal MfontWordSpacing(QTextCharFormat* o) const { return o->fontWordSpacing(); } + Q_INVOKABLE bool MisAnchor(QTextCharFormat* o) const { return o->isAnchor(); } + Q_INVOKABLE bool MisValid(QTextCharFormat* o) const { return o->isValid(); } + Q_INVOKABLE void MsetAnchor(QTextCharFormat* o, bool x1) { o->setAnchor(x1); } + Q_INVOKABLE void MsetAnchorHref(QTextCharFormat* o, const QString& x1) { o->setAnchorHref(x1); } + Q_INVOKABLE void MsetAnchorNames(QTextCharFormat* o, const QStringList& x1) { o->setAnchorNames(x1); } + Q_INVOKABLE void MsetFont(QTextCharFormat* o, const QFont& x1, QTextCharFormat::FontPropertiesInheritanceBehavior x2) { o->setFont(x1, x2); } + Q_INVOKABLE void MsetFont(QTextCharFormat* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetFontCapitalization(QTextCharFormat* o, QFont::Capitalization x1) { o->setFontCapitalization(x1); } + Q_INVOKABLE void MsetFontFamily(QTextCharFormat* o, const QString& x1) { o->setFontFamily(x1); } + Q_INVOKABLE void MsetFontFixedPitch(QTextCharFormat* o, bool x1) { o->setFontFixedPitch(x1); } + Q_INVOKABLE void MsetFontHintingPreference(QTextCharFormat* o, QFont::HintingPreference x1) { o->setFontHintingPreference(x1); } + Q_INVOKABLE void MsetFontItalic(QTextCharFormat* o, bool x1) { o->setFontItalic(x1); } + Q_INVOKABLE void MsetFontKerning(QTextCharFormat* o, bool x1) { o->setFontKerning(x1); } + Q_INVOKABLE void MsetFontLetterSpacing(QTextCharFormat* o, qreal x1) { o->setFontLetterSpacing(x1); } + Q_INVOKABLE void MsetFontLetterSpacingType(QTextCharFormat* o, QFont::SpacingType x1) { o->setFontLetterSpacingType(x1); } + Q_INVOKABLE void MsetFontOverline(QTextCharFormat* o, bool x1) { o->setFontOverline(x1); } + Q_INVOKABLE void MsetFontPointSize(QTextCharFormat* o, qreal x1) { o->setFontPointSize(x1); } + Q_INVOKABLE void MsetFontStretch(QTextCharFormat* o, int x1) { o->setFontStretch(x1); } + Q_INVOKABLE void MsetFontStrikeOut(QTextCharFormat* o, bool x1) { o->setFontStrikeOut(x1); } + Q_INVOKABLE void MsetFontStyleHint(QTextCharFormat* o, QFont::StyleHint x1, QFont::StyleStrategy x2 = QFont::PreferDefault) { o->setFontStyleHint(x1, x2); } + Q_INVOKABLE void MsetFontStyleStrategy(QTextCharFormat* o, QFont::StyleStrategy x1) { o->setFontStyleStrategy(x1); } + Q_INVOKABLE void MsetFontUnderline(QTextCharFormat* o, bool x1) { o->setFontUnderline(x1); } + Q_INVOKABLE void MsetFontWeight(QTextCharFormat* o, int x1) { o->setFontWeight(x1); } + Q_INVOKABLE void MsetFontWordSpacing(QTextCharFormat* o, qreal x1) { o->setFontWordSpacing(x1); } + Q_INVOKABLE void MsetTextOutline(QTextCharFormat* o, const QPen& x1) { o->setTextOutline(x1); } + Q_INVOKABLE void MsetToolTip(QTextCharFormat* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetUnderlineColor(QTextCharFormat* o, const QColor& x1) { o->setUnderlineColor(x1); } + Q_INVOKABLE void MsetUnderlineStyle(QTextCharFormat* o, QTextCharFormat::UnderlineStyle x1) { o->setUnderlineStyle(x1); } + Q_INVOKABLE void MsetVerticalAlignment(QTextCharFormat* o, QTextCharFormat::VerticalAlignment x1) { o->setVerticalAlignment(x1); } + Q_INVOKABLE QPen MtextOutline(QTextCharFormat* o) const { return o->textOutline(); } + Q_INVOKABLE QString MtoolTip(QTextCharFormat* o) const { return o->toolTip(); } + Q_INVOKABLE QColor MunderlineColor(QTextCharFormat* o) const { return o->underlineColor(); } + Q_INVOKABLE int MunderlineStyle(QTextCharFormat* o) const { return o->underlineStyle(); } + Q_INVOKABLE int MverticalAlignment(QTextCharFormat* o) const { return o->verticalAlignment(); } +}; + +class EQL_EXPORT N170 : public N168 { // QTextFrameFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextFrameFormat(u); } + Q_INVOKABLE qreal Mborder(QTextFrameFormat* o) const { return o->border(); } + Q_INVOKABLE QBrush MborderBrush(QTextFrameFormat* o) const { return o->borderBrush(); } + Q_INVOKABLE int MborderStyle(QTextFrameFormat* o) const { return o->borderStyle(); } + Q_INVOKABLE qreal MbottomMargin(QTextFrameFormat* o) const { return o->bottomMargin(); } + Q_INVOKABLE QTextLength Mheight(QTextFrameFormat* o) const { return o->height(); } + Q_INVOKABLE bool MisValid(QTextFrameFormat* o) const { return o->isValid(); } + Q_INVOKABLE qreal MleftMargin(QTextFrameFormat* o) const { return o->leftMargin(); } + Q_INVOKABLE qreal Mmargin(QTextFrameFormat* o) const { return o->margin(); } + Q_INVOKABLE qreal Mpadding(QTextFrameFormat* o) const { return o->padding(); } + Q_INVOKABLE int MpageBreakPolicy(QTextFrameFormat* o) const { return o->pageBreakPolicy(); } + Q_INVOKABLE int Mposition(QTextFrameFormat* o) const { return o->position(); } + Q_INVOKABLE qreal MrightMargin(QTextFrameFormat* o) const { return o->rightMargin(); } + Q_INVOKABLE void MsetBorder(QTextFrameFormat* o, qreal x1) { o->setBorder(x1); } + Q_INVOKABLE void MsetBorderBrush(QTextFrameFormat* o, const QBrush& x1) { o->setBorderBrush(x1); } + Q_INVOKABLE void MsetBorderStyle(QTextFrameFormat* o, QTextFrameFormat::BorderStyle x1) { o->setBorderStyle(x1); } + Q_INVOKABLE void MsetBottomMargin(QTextFrameFormat* o, qreal x1) { o->setBottomMargin(x1); } + Q_INVOKABLE void MsetHeight(QTextFrameFormat* o, const QTextLength& x1) { o->setHeight(x1); } + Q_INVOKABLE void MsetHeight(QTextFrameFormat* o, qreal x1) { o->setHeight(x1); } + Q_INVOKABLE void MsetLeftMargin(QTextFrameFormat* o, qreal x1) { o->setLeftMargin(x1); } + Q_INVOKABLE void MsetMargin(QTextFrameFormat* o, qreal x1) { o->setMargin(x1); } + Q_INVOKABLE void MsetPadding(QTextFrameFormat* o, qreal x1) { o->setPadding(x1); } + Q_INVOKABLE void MsetPageBreakPolicy(QTextFrameFormat* o, QTextFrameFormat::PageBreakFlags x1) { o->setPageBreakPolicy(x1); } + Q_INVOKABLE void MsetPosition(QTextFrameFormat* o, QTextFrameFormat::Position x1) { o->setPosition(x1); } + Q_INVOKABLE void MsetRightMargin(QTextFrameFormat* o, qreal x1) { o->setRightMargin(x1); } + Q_INVOKABLE void MsetTopMargin(QTextFrameFormat* o, qreal x1) { o->setTopMargin(x1); } + Q_INVOKABLE void MsetWidth(QTextFrameFormat* o, const QTextLength& x1) { o->setWidth(x1); } + Q_INVOKABLE void MsetWidth(QTextFrameFormat* o, qreal x1) { o->setWidth(x1); } + Q_INVOKABLE qreal MtopMargin(QTextFrameFormat* o) const { return o->topMargin(); } + Q_INVOKABLE QTextLength Mwidth(QTextFrameFormat* o) const { return o->width(); } +}; + +class EQL_EXPORT N171 : public N161 { // QTextImageFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextImageFormat(u); } + Q_INVOKABLE qreal Mheight(QTextImageFormat* o) const { return o->height(); } + Q_INVOKABLE bool MisValid(QTextImageFormat* o) const { return o->isValid(); } + Q_INVOKABLE QString Mname(QTextImageFormat* o) const { return o->name(); } + Q_INVOKABLE void MsetHeight(QTextImageFormat* o, qreal x1) { o->setHeight(x1); } + Q_INVOKABLE void MsetName(QTextImageFormat* o, const QString& x1) { o->setName(x1); } + Q_INVOKABLE void MsetWidth(QTextImageFormat* o, qreal x1) { o->setWidth(x1); } + Q_INVOKABLE qreal Mwidth(QTextImageFormat* o) const { return o->width(); } +}; + +class EQL_EXPORT N175 : public N168 { // QTextListFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextListFormat(u); } + Q_INVOKABLE int Mindent(QTextListFormat* o) const { return o->indent(); } + Q_INVOKABLE bool MisValid(QTextListFormat* o) const { return o->isValid(); } + Q_INVOKABLE QString MnumberPrefix(QTextListFormat* o) const { return o->numberPrefix(); } + Q_INVOKABLE QString MnumberSuffix(QTextListFormat* o) const { return o->numberSuffix(); } + Q_INVOKABLE void MsetIndent(QTextListFormat* o, int x1) { o->setIndent(x1); } + Q_INVOKABLE void MsetNumberPrefix(QTextListFormat* o, const QString& x1) { o->setNumberPrefix(x1); } + Q_INVOKABLE void MsetNumberSuffix(QTextListFormat* o, const QString& x1) { o->setNumberSuffix(x1); } + Q_INVOKABLE void MsetStyle(QTextListFormat* o, QTextListFormat::Style x1) { o->setStyle(x1); } + Q_INVOKABLE int Mstyle(QTextListFormat* o) const { return o->style(); } +}; + +class EQL_EXPORT N178 : public N161 { // QTextTableCellFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextTableCellFormat(u); } + Q_INVOKABLE qreal MbottomPadding(QTextTableCellFormat* o) const { return o->bottomPadding(); } + Q_INVOKABLE bool MisValid(QTextTableCellFormat* o) const { return o->isValid(); } + Q_INVOKABLE qreal MleftPadding(QTextTableCellFormat* o) const { return o->leftPadding(); } + Q_INVOKABLE qreal MrightPadding(QTextTableCellFormat* o) const { return o->rightPadding(); } + Q_INVOKABLE void MsetBottomPadding(QTextTableCellFormat* o, qreal x1) { o->setBottomPadding(x1); } + Q_INVOKABLE void MsetLeftPadding(QTextTableCellFormat* o, qreal x1) { o->setLeftPadding(x1); } + Q_INVOKABLE void MsetPadding(QTextTableCellFormat* o, qreal x1) { o->setPadding(x1); } + Q_INVOKABLE void MsetRightPadding(QTextTableCellFormat* o, qreal x1) { o->setRightPadding(x1); } + Q_INVOKABLE void MsetTopPadding(QTextTableCellFormat* o, qreal x1) { o->setTopPadding(x1); } + Q_INVOKABLE qreal MtopPadding(QTextTableCellFormat* o) const { return o->topPadding(); } +}; + +class EQL_EXPORT N179 : public N170 { // QTextTableFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LTextTableFormat(u); } + Q_INVOKABLE int Malignment(QTextTableFormat* o) const { return o->alignment(); } + Q_INVOKABLE qreal McellPadding(QTextTableFormat* o) const { return o->cellPadding(); } + Q_INVOKABLE qreal McellSpacing(QTextTableFormat* o) const { return o->cellSpacing(); } + Q_INVOKABLE void MclearColumnWidthConstraints(QTextTableFormat* o) { o->clearColumnWidthConstraints(); } + Q_INVOKABLE QVector McolumnWidthConstraints(QTextTableFormat* o) const { return o->columnWidthConstraints(); } + Q_INVOKABLE int Mcolumns(QTextTableFormat* o) const { return o->columns(); } + Q_INVOKABLE int MheaderRowCount(QTextTableFormat* o) const { return o->headerRowCount(); } + Q_INVOKABLE bool MisValid(QTextTableFormat* o) const { return o->isValid(); } + Q_INVOKABLE void MsetAlignment(QTextTableFormat* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetCellPadding(QTextTableFormat* o, qreal x1) { o->setCellPadding(x1); } + Q_INVOKABLE void MsetCellSpacing(QTextTableFormat* o, qreal x1) { o->setCellSpacing(x1); } + Q_INVOKABLE void MsetColumnWidthConstraints(QTextTableFormat* o, const QVector& x1) { o->setColumnWidthConstraints(x1); } + Q_INVOKABLE void MsetHeaderRowCount(QTextTableFormat* o, int x1) { o->setHeaderRowCount(x1); } +}; + +class EQL_EXPORT N181 : public N31 { // QTimerEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1) { return new LTimerEvent(u, x1); } + Q_INVOKABLE int MtimerId(QTimerEvent* o) const { return o->timerId(); } +}; + +class EQL_EXPORT N183 : public N81 { // QTouchEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QEvent::Type x1, QTouchDevice* x2 = 0, Qt::KeyboardModifiers x3 = Qt::NoModifier, Qt::TouchPointStates x4 = 0, const QList& x5 = QList()) { return new LTouchEvent(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE QTouchDevice* Mdevice(QTouchEvent* o) const { return o->device(); } + Q_INVOKABLE QObject* Mtarget(QTouchEvent* o) const { return o->target(); } + Q_INVOKABLE int MtouchPointStates(QTouchEvent* o) const { return o->touchPointStates(); } + Q_INVOKABLE QList MtouchPoints(QTouchEvent* o) const { return o->touchPoints(); } + Q_INVOKABLE QWindow* Mwindow(QTouchEvent* o) const { return o->window(); } +}; + +class EQL_EXPORT N201 : public N31 { // QWhatsThisClickedEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LWhatsThisClickedEvent(u, x1); } + Q_INVOKABLE QString Mhref(QWhatsThisClickedEvent* o) const { return o->href(); } +}; + +class EQL_EXPORT N202 : public N81 { // QWheelEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QPointF& x1, const QPointF& x2, QPoint x3, QPoint x4, int x5, Qt::Orientation x6, Qt::MouseButtons x7, Qt::KeyboardModifiers x8) { return new LWheelEvent(u, x1, x2, x3, x4, x5, x6, x7, x8); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, const QPointF& x2, QPoint x3, QPoint x4, int x5, Qt::Orientation x6, Qt::MouseButtons x7, Qt::KeyboardModifiers x8, Qt::ScrollPhase x9) { return new LWheelEvent(u, x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE void* C(uint u, const QPointF& x1, const QPointF& x2, QPoint x3, QPoint x4, int x5, Qt::Orientation x6, Qt::MouseButtons x7, Qt::KeyboardModifiers x8, Qt::ScrollPhase x9, Qt::MouseEventSource x10) { return new LWheelEvent(u, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10); } + Q_INVOKABLE QPoint MangleDelta(QWheelEvent* o) const { return o->angleDelta(); } + Q_INVOKABLE int Mbuttons(QWheelEvent* o) const { return o->buttons(); } + Q_INVOKABLE QPoint MglobalPos(QWheelEvent* o) const { return o->globalPos(); } + Q_INVOKABLE QPointF MglobalPosF(QWheelEvent* o) const { return o->globalPosF(); } + Q_INVOKABLE int MglobalX(QWheelEvent* o) const { return o->globalX(); } + Q_INVOKABLE int MglobalY(QWheelEvent* o) const { return o->globalY(); } + Q_INVOKABLE int Mphase(QWheelEvent* o) const { return o->phase(); } + Q_INVOKABLE QPoint MpixelDelta(QWheelEvent* o) const { return o->pixelDelta(); } + Q_INVOKABLE QPoint Mpos(QWheelEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MposF(QWheelEvent* o) const { return o->posF(); } + Q_INVOKABLE int Msource(QWheelEvent* o) const { return o->source(); } + Q_INVOKABLE int Mx(QWheelEvent* o) const { return o->x(); } + Q_INVOKABLE int My(QWheelEvent* o) const { return o->y(); } +}; + +class EQL_EXPORT N203 : public N87 { // QWidgetItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LWidgetItem(u, x1); } + Q_INVOKABLE int McontrolTypes(QWidgetItem* o) const { return o->controlTypes(); } + Q_INVOKABLE int MexpandingDirections(QWidgetItem* o) const { return o->expandingDirections(); } + Q_INVOKABLE QRect Mgeometry(QWidgetItem* o) const { return o->geometry(); } + Q_INVOKABLE bool MhasHeightForWidth(QWidgetItem* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QWidgetItem* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE bool MisEmpty(QWidgetItem* o) const { return o->isEmpty(); } + Q_INVOKABLE QSize MmaximumSize(QWidgetItem* o) const { return o->maximumSize(); } + Q_INVOKABLE QSize MminimumSize(QWidgetItem* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QWidgetItem* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QWidgetItem* o) const { return o->sizeHint(); } + Q_INVOKABLE QWidget* Mwidget(QWidgetItem* o) { return o->widget(); } +}; + +class EQL_EXPORT N204 : public N31 { // QWindowStateChangeEvent + Q_OBJECT +public: + Q_INVOKABLE int MoldState(QWindowStateChangeEvent* o) const { return o->oldState(); } +}; + +class EQL_EXPORT N11 : public N117 { // QBitmap + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LBitmap(u); } + Q_INVOKABLE void* C(uint u, const QPixmap& x1) { return new LBitmap(u, x1); } + Q_INVOKABLE void* C(uint u, int x1, int x2) { return new LBitmap(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QSize& x1) { return new LBitmap(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, const char* x2 = 0) { return new LBitmap(u, x1, x2); } + Q_INVOKABLE void Mclear(QBitmap* o) { o->clear(); } + Q_INVOKABLE void Mswap(QBitmap* o, QBitmap& x1) { o->swap(x1); } + Q_INVOKABLE QBitmap Mtransformed(QBitmap* o, const QTransform& x1) const { return o->transformed(x1); } + Q_INVOKABLE QBitmap SfromImage(const QImage& x1, Qt::ImageConversionFlags x2 = Qt::AutoColor) { return QBitmap::fromImage(x1, x2); } +}; + +class EQL_EXPORT N17 : public N81 { // QContextMenuEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QContextMenuEvent::Reason x1, const QPoint& x2, const QPoint& x3, Qt::KeyboardModifiers x4) { return new LContextMenuEvent(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, QContextMenuEvent::Reason x1, const QPoint& x2, const QPoint& x3) { return new LContextMenuEvent(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QContextMenuEvent::Reason x1, const QPoint& x2) { return new LContextMenuEvent(u, x1, x2); } + Q_INVOKABLE QPoint MglobalPos(QContextMenuEvent* o) const { return o->globalPos(); } + Q_INVOKABLE int MglobalX(QContextMenuEvent* o) const { return o->globalX(); } + Q_INVOKABLE int MglobalY(QContextMenuEvent* o) const { return o->globalY(); } + Q_INVOKABLE QPoint Mpos(QContextMenuEvent* o) const { return o->pos(); } + Q_INVOKABLE int Mreason(QContextMenuEvent* o) const { return o->reason(); } + Q_INVOKABLE int Mx(QContextMenuEvent* o) const { return o->x(); } + Q_INVOKABLE int My(QContextMenuEvent* o) const { return o->y(); } +}; + +class EQL_EXPORT N27 : public N28 { // QDragMoveEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QPoint& x1, Qt::DropActions x2, const QMimeData* x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5, QDragMoveEvent::Type x6 = QDragMoveEvent::DragMove) { return new LDragMoveEvent(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void Maccept(QDragMoveEvent* o, const QRect& x1) { o->accept(x1); } + Q_INVOKABLE void Maccept(QDragMoveEvent* o) { o->accept(); } + Q_INVOKABLE QRect ManswerRect(QDragMoveEvent* o) const { return o->answerRect(); } + Q_INVOKABLE void Mignore(QDragMoveEvent* o, const QRect& x1) { o->ignore(x1); } + Q_INVOKABLE void Mignore(QDragMoveEvent* o) { o->ignore(); } +}; + +class EQL_EXPORT N48 : public N53 { // QGraphicsAnchorLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsLayoutItem* x1 = 0) { return new LGraphicsAnchorLayout(u, x1); } + Q_INVOKABLE QGraphicsAnchor* MaddAnchor(QGraphicsAnchorLayout* o, QGraphicsLayoutItem* x1, Qt::AnchorPoint x2, QGraphicsLayoutItem* x3, Qt::AnchorPoint x4) { return o->addAnchor(x1, x2, x3, x4); } + Q_INVOKABLE void MaddAnchors(QGraphicsAnchorLayout* o, QGraphicsLayoutItem* x1, QGraphicsLayoutItem* x2, Qt::Orientations x3 = Qt::Horizontal|Qt::Vertical) { o->addAnchors(x1, x2, x3); } + Q_INVOKABLE void MaddCornerAnchors(QGraphicsAnchorLayout* o, QGraphicsLayoutItem* x1, Qt::Corner x2, QGraphicsLayoutItem* x3, Qt::Corner x4) { o->addCornerAnchors(x1, x2, x3, x4); } + Q_INVOKABLE QGraphicsAnchor* Manchor(QGraphicsAnchorLayout* o, QGraphicsLayoutItem* x1, Qt::AnchorPoint x2, QGraphicsLayoutItem* x3, Qt::AnchorPoint x4) { return o->anchor(x1, x2, x3, x4); } + Q_INVOKABLE qreal MhorizontalSpacing(QGraphicsAnchorLayout* o) const { return o->horizontalSpacing(); } + Q_INVOKABLE void MsetHorizontalSpacing(QGraphicsAnchorLayout* o, qreal x1) { o->setHorizontalSpacing(x1); } + Q_INVOKABLE void MsetSpacing(QGraphicsAnchorLayout* o, qreal x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetVerticalSpacing(QGraphicsAnchorLayout* o, qreal x1) { o->setVerticalSpacing(x1); } + Q_INVOKABLE qreal MverticalSpacing(QGraphicsAnchorLayout* o) const { return o->verticalSpacing(); } + Q_INVOKABLE int Mcount(QGraphicsAnchorLayout* o) const { return o->count(); } + Q_INVOKABLE void Minvalidate(QGraphicsAnchorLayout* o) { o->invalidate(); } + Q_INVOKABLE QGraphicsLayoutItem* MitemAt(QGraphicsAnchorLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE void MremoveAt(QGraphicsAnchorLayout* o, int x1) { o->removeAt(x1); } + Q_INVOKABLE void MsetGeometry(QGraphicsAnchorLayout* o, const QRectF& x1) { o->setGeometry(x1); } +}; + +class EQL_EXPORT N50 : public N53 { // QGraphicsGridLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsLayoutItem* x1 = 0) { return new LGraphicsGridLayout(u, x1); } + Q_INVOKABLE void MaddItem(QGraphicsGridLayout* o, QGraphicsLayoutItem* x1, int x2, int x3, int x4, int x5, Qt::Alignment x6 = 0) { o->addItem(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MaddItem(QGraphicsGridLayout* o, QGraphicsLayoutItem* x1, int x2, int x3, Qt::Alignment x4 = 0) { o->addItem(x1, x2, x3, x4); } + Q_INVOKABLE int Malignment(QGraphicsGridLayout* o, QGraphicsLayoutItem* x1) const { return o->alignment(x1); } + Q_INVOKABLE int McolumnAlignment(QGraphicsGridLayout* o, int x1) const { return o->columnAlignment(x1); } + Q_INVOKABLE int McolumnCount(QGraphicsGridLayout* o) const { return o->columnCount(); } + Q_INVOKABLE qreal McolumnMaximumWidth(QGraphicsGridLayout* o, int x1) const { return o->columnMaximumWidth(x1); } + Q_INVOKABLE qreal McolumnMinimumWidth(QGraphicsGridLayout* o, int x1) const { return o->columnMinimumWidth(x1); } + Q_INVOKABLE qreal McolumnPreferredWidth(QGraphicsGridLayout* o, int x1) const { return o->columnPreferredWidth(x1); } + Q_INVOKABLE qreal McolumnSpacing(QGraphicsGridLayout* o, int x1) const { return o->columnSpacing(x1); } + Q_INVOKABLE int McolumnStretchFactor(QGraphicsGridLayout* o, int x1) const { return o->columnStretchFactor(x1); } + Q_INVOKABLE qreal MhorizontalSpacing(QGraphicsGridLayout* o) const { return o->horizontalSpacing(); } + Q_INVOKABLE QGraphicsLayoutItem* MitemAt(QGraphicsGridLayout* o, int x1, int x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE void MremoveItem(QGraphicsGridLayout* o, QGraphicsLayoutItem* x1) { o->removeItem(x1); } + Q_INVOKABLE int MrowAlignment(QGraphicsGridLayout* o, int x1) const { return o->rowAlignment(x1); } + Q_INVOKABLE int MrowCount(QGraphicsGridLayout* o) const { return o->rowCount(); } + Q_INVOKABLE qreal MrowMaximumHeight(QGraphicsGridLayout* o, int x1) const { return o->rowMaximumHeight(x1); } + Q_INVOKABLE qreal MrowMinimumHeight(QGraphicsGridLayout* o, int x1) const { return o->rowMinimumHeight(x1); } + Q_INVOKABLE qreal MrowPreferredHeight(QGraphicsGridLayout* o, int x1) const { return o->rowPreferredHeight(x1); } + Q_INVOKABLE qreal MrowSpacing(QGraphicsGridLayout* o, int x1) const { return o->rowSpacing(x1); } + Q_INVOKABLE int MrowStretchFactor(QGraphicsGridLayout* o, int x1) const { return o->rowStretchFactor(x1); } + Q_INVOKABLE void MsetAlignment(QGraphicsGridLayout* o, QGraphicsLayoutItem* x1, Qt::Alignment x2) { o->setAlignment(x1, x2); } + Q_INVOKABLE void MsetColumnAlignment(QGraphicsGridLayout* o, int x1, Qt::Alignment x2) { o->setColumnAlignment(x1, x2); } + Q_INVOKABLE void MsetColumnFixedWidth(QGraphicsGridLayout* o, int x1, qreal x2) { o->setColumnFixedWidth(x1, x2); } + Q_INVOKABLE void MsetColumnMaximumWidth(QGraphicsGridLayout* o, int x1, qreal x2) { o->setColumnMaximumWidth(x1, x2); } + Q_INVOKABLE void MsetColumnMinimumWidth(QGraphicsGridLayout* o, int x1, qreal x2) { o->setColumnMinimumWidth(x1, x2); } + Q_INVOKABLE void MsetColumnPreferredWidth(QGraphicsGridLayout* o, int x1, qreal x2) { o->setColumnPreferredWidth(x1, x2); } + Q_INVOKABLE void MsetColumnSpacing(QGraphicsGridLayout* o, int x1, qreal x2) { o->setColumnSpacing(x1, x2); } + Q_INVOKABLE void MsetColumnStretchFactor(QGraphicsGridLayout* o, int x1, int x2) { o->setColumnStretchFactor(x1, x2); } + Q_INVOKABLE void MsetHorizontalSpacing(QGraphicsGridLayout* o, qreal x1) { o->setHorizontalSpacing(x1); } + Q_INVOKABLE void MsetRowAlignment(QGraphicsGridLayout* o, int x1, Qt::Alignment x2) { o->setRowAlignment(x1, x2); } + Q_INVOKABLE void MsetRowFixedHeight(QGraphicsGridLayout* o, int x1, qreal x2) { o->setRowFixedHeight(x1, x2); } + Q_INVOKABLE void MsetRowMaximumHeight(QGraphicsGridLayout* o, int x1, qreal x2) { o->setRowMaximumHeight(x1, x2); } + Q_INVOKABLE void MsetRowMinimumHeight(QGraphicsGridLayout* o, int x1, qreal x2) { o->setRowMinimumHeight(x1, x2); } + Q_INVOKABLE void MsetRowPreferredHeight(QGraphicsGridLayout* o, int x1, qreal x2) { o->setRowPreferredHeight(x1, x2); } + Q_INVOKABLE void MsetRowSpacing(QGraphicsGridLayout* o, int x1, qreal x2) { o->setRowSpacing(x1, x2); } + Q_INVOKABLE void MsetRowStretchFactor(QGraphicsGridLayout* o, int x1, int x2) { o->setRowStretchFactor(x1, x2); } + Q_INVOKABLE void MsetSpacing(QGraphicsGridLayout* o, qreal x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetVerticalSpacing(QGraphicsGridLayout* o, qreal x1) { o->setVerticalSpacing(x1); } + Q_INVOKABLE qreal MverticalSpacing(QGraphicsGridLayout* o) const { return o->verticalSpacing(); } + Q_INVOKABLE int Mcount(QGraphicsGridLayout* o) const { return o->count(); } + Q_INVOKABLE void Minvalidate(QGraphicsGridLayout* o) { o->invalidate(); } + Q_INVOKABLE QGraphicsLayoutItem* MitemAt(QGraphicsGridLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE void MremoveAt(QGraphicsGridLayout* o, int x1) { o->removeAt(x1); } + Q_INVOKABLE void MsetGeometry(QGraphicsGridLayout* o, const QRectF& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSizeF MsizeHint(QGraphicsGridLayout* o, Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { return o->sizeHint(x1, x2); } +}; + +class EQL_EXPORT N61 : public N63 { // QGraphicsSceneContextMenuEvent + Q_OBJECT +public: + Q_INVOKABLE int Mmodifiers(QGraphicsSceneContextMenuEvent* o) const { return o->modifiers(); } + Q_INVOKABLE QPointF Mpos(QGraphicsSceneContextMenuEvent* o) const { return o->pos(); } + Q_INVOKABLE int Mreason(QGraphicsSceneContextMenuEvent* o) const { return o->reason(); } + Q_INVOKABLE QPointF MscenePos(QGraphicsSceneContextMenuEvent* o) const { return o->scenePos(); } + Q_INVOKABLE QPoint MscreenPos(QGraphicsSceneContextMenuEvent* o) const { return o->screenPos(); } +}; + +class EQL_EXPORT N62 : public N63 { // QGraphicsSceneDragDropEvent + Q_OBJECT +public: + Q_INVOKABLE void MacceptProposedAction(QGraphicsSceneDragDropEvent* o) { o->acceptProposedAction(); } + Q_INVOKABLE int Mbuttons(QGraphicsSceneDragDropEvent* o) const { return o->buttons(); } + Q_INVOKABLE int MdropAction(QGraphicsSceneDragDropEvent* o) const { return o->dropAction(); } + Q_INVOKABLE const QMimeData* MmimeData(QGraphicsSceneDragDropEvent* o) const { return o->mimeData(); } + Q_INVOKABLE int Mmodifiers(QGraphicsSceneDragDropEvent* o) const { return o->modifiers(); } + Q_INVOKABLE QPointF Mpos(QGraphicsSceneDragDropEvent* o) const { return o->pos(); } + Q_INVOKABLE int MpossibleActions(QGraphicsSceneDragDropEvent* o) const { return o->possibleActions(); } + Q_INVOKABLE int MproposedAction(QGraphicsSceneDragDropEvent* o) const { return o->proposedAction(); } + Q_INVOKABLE QPointF MscenePos(QGraphicsSceneDragDropEvent* o) const { return o->scenePos(); } + Q_INVOKABLE QPoint MscreenPos(QGraphicsSceneDragDropEvent* o) const { return o->screenPos(); } + Q_INVOKABLE void MsetDropAction(QGraphicsSceneDragDropEvent* o, Qt::DropAction x1) { o->setDropAction(x1); } + Q_INVOKABLE QWidget* Msource(QGraphicsSceneDragDropEvent* o) const { return o->source(); } +}; + +class EQL_EXPORT N77 : public N81 { // QHoverEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QHoverEvent::Type x1, const QPointF& x2, const QPointF& x3, Qt::KeyboardModifiers x4 = Qt::NoModifier) { return new LHoverEvent(u, x1, x2, x3, x4); } + Q_INVOKABLE QPoint MoldPos(QHoverEvent* o) const { return o->oldPos(); } + Q_INVOKABLE QPointF MoldPosF(QHoverEvent* o) const { return o->oldPosF(); } + Q_INVOKABLE QPoint Mpos(QHoverEvent* o) const { return o->pos(); } + Q_INVOKABLE QPointF MposF(QHoverEvent* o) const { return o->posF(); } +}; + +class EQL_EXPORT N25 : public N27 { // QDragEnterEvent + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QPoint& x1, Qt::DropActions x2, const QMimeData* x3, Qt::MouseButtons x4, Qt::KeyboardModifiers x5) { return new LDragEnterEvent(u, x1, x2, x3, x4, x5); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/_main_q_classes.h b/src/gen/_main_q_classes.h new file mode 100644 index 0000000..72c844f --- /dev/null +++ b/src/gen/_main_q_classes.h @@ -0,0 +1,6473 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef MAIN_Q_CLASSES_H +#define MAIN_Q_CLASSES_H + +#include "../ecl_fun.h" +#include "_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LAbstractAnimation : public QAbstractAnimation { + Q_OBJECT + friend class Q1; +public: + LAbstractAnimation(uint u, QObject* x1 = 0) : QAbstractAnimation(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractAnimation::updateDirection(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractAnimation::updateState(x1, x2); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractAnimation::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractAnimation::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractAnimation::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractAnimation::timerEvent(x1); }} +}; + +class LAbstractButton : public QAbstractButton { + Q_OBJECT + friend class Q2; +public: + LAbstractButton(uint u, QWidget* x1 = 0) : QAbstractButton(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void checkStateSet() { quint64 id = LObjects::override_id(unique, 9); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 9, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::checkStateSet(); }} + bool hitButton(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 10); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 10, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::hitButton(x1); } return ret; } + void nextCheckState() { quint64 id = LObjects::override_id(unique, 11); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 11, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::nextCheckState(); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::changeEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractButton::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractButton::customEvent(x1); }} +}; + +class LAbstractItemDelegate : public QAbstractItemDelegate { + Q_OBJECT + friend class Q3; +public: + LAbstractItemDelegate(uint u, QObject* x1 = 0) : QAbstractItemDelegate(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QWidget* createEditor(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 46); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = (QWidget*)callOverrideFun(fun, 46, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemDelegate::createEditor(x1, x2, x3); } return ret; } + void destroyEditor(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 47); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 47, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::destroyEditor(x1, x2); }} + bool editorEvent(QEvent* x1, QAbstractItemModel* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 48); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 48, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemDelegate::editorEvent(x1, x2, x3, x4); } return ret; } + bool helpEvent(QHelpEvent* x1, QAbstractItemView* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 49); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 49, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemDelegate::helpEvent(x1, x2, x3, x4); } return ret; } + void paint(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 50); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 50, args, id); }} + void setEditorData(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 51); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 51, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::setEditorData(x1, x2); }} + void setModelData(QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 52); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 52, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::setModelData(x1, x2, x3); }} + QSize sizeHint(const QStyleOptionViewItem& x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 53); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 53, args, id).value(); } return ret; } + void updateEditorGeometry(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 54); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 54, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::updateEditorGeometry(x1, x2, x3); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemDelegate::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemDelegate::timerEvent(x1); }} +}; + +class LAbstractItemModel : public QAbstractItemModel { + Q_OBJECT + friend class Q4; +public: + LAbstractItemModel(uint u, QObject* x1 = 0) : QAbstractItemModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::canFetchMore(x1); } return ret; } + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemModel::fetchMore(x1); }} + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::headerData(x1, x2, x3); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::setData(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::sibling(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemModel::sort(x1, x2); }} + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::supportedDropActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemModel::timerEvent(x1); }} +}; + +class LAbstractItemView : public QAbstractItemView { + Q_OBJECT + friend class Q5; +public: + LAbstractItemView(uint u, QWidget* x1 = 0) : QAbstractItemView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::keyboardSearch(x1); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::setModel(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::setSelectionModel(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::sizeHintForRow(x1); } return ret; } + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::edit(x1, x2, x3); } return ret; } + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } return ret; } + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } return ret; } + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::selectedIndexes(); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::selectionCommand(x1, x2); } return ret; } + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); }} + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::startDrag(x1); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::viewOptions(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::mouseReleaseEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::resizeEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::timerEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::viewportSizeHint(); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::contextMenuEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::paintEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractItemView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractItemView::customEvent(x1); }} +}; + +class LAbstractListModel : public QAbstractListModel { + Q_OBJECT + friend class Q6; +public: + LAbstractListModel(uint u, QObject* x1 = 0) : QAbstractListModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::flags(x1); } return ret; } + QModelIndex index(int x1, int x2 = 0, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::index(x1, x2, x3); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::sibling(x1, x2, x3); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::canFetchMore(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractListModel::fetchMore(x1); }} + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::headerData(x1, x2, x3); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::setData(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::setHeaderData(x1, x2, x3, x4); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractListModel::sort(x1, x2); }} + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::supportedDropActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractListModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractListModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractListModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractListModel::timerEvent(x1); }} +}; + +class LAbstractPrintDialog : public QAbstractPrintDialog { + Q_OBJECT + friend class Q8; +public: + LAbstractPrintDialog(uint u, QPrinter* x1, QWidget* x2 = 0) : QAbstractPrintDialog(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + int exec() { quint64 id = LObjects::override_id(unique, 107); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 107, 0, id).toInt(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::minimumSizeHint(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractPrintDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractPrintDialog::timerEvent(x1); }} +}; + +class LAbstractProxyModel : public QAbstractProxyModel { + Q_OBJECT + friend class Q9; +public: + LAbstractProxyModel(uint u, QObject* x1 = 0) : QAbstractProxyModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QModelIndex mapFromSource(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 109); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 109, args, id).value(); } return ret; } + QItemSelection mapSelectionFromSource(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 110); void* fun = LObjects::overrideFun(id); QItemSelection ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 110, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::mapSelectionFromSource(x1); } return ret; } + QItemSelection mapSelectionToSource(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 111); void* fun = LObjects::overrideFun(id); QItemSelection ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 111, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::mapSelectionToSource(x1); } return ret; } + QModelIndex mapToSource(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 112); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 112, args, id).value(); } return ret; } + void setSourceModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 113); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 113, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::setSourceModel(x1); }} + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::canFetchMore(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::fetchMore(x1); }} + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::headerData(x1, x2, x3); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::mimeTypes(); } return ret; } + void revert() { quint64 id = LObjects::override_id(unique, 114); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 114, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::revert(); }} + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::setData(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::sibling(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::sort(x1, x2); }} + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::span(x1); } return ret; } + bool submit() { quint64 id = LObjects::override_id(unique, 115); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 115, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::submit(); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::supportedDropActions(); } return ret; } + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::match(x1, x2, x3, x4, x5); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractProxyModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractProxyModel::timerEvent(x1); }} +}; + +class LAbstractScrollArea : public QAbstractScrollArea { + Q_OBJECT + friend class Q10; +public: + LAbstractScrollArea(uint u, QWidget* x1 = 0) : QAbstractScrollArea(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::scrollContentsBy(x1, x2); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::viewportSizeHint(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::dropEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::resizeEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractScrollArea::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractScrollArea::timerEvent(x1); }} +}; + +class LAbstractSlider : public QAbstractSlider { + Q_OBJECT + friend class Q11; +public: + LAbstractSlider(uint u, QWidget* x1 = 0) : QAbstractSlider(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void sliderChange(SliderChange x1) { quint64 id = LObjects::override_id(unique, 116); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 116, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::sliderChange(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::changeEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::keyPressEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSlider::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSlider::customEvent(x1); }} +}; + +class LAbstractSpinBox : public QAbstractSpinBox { + Q_OBJECT + friend class Q13; +public: + LAbstractSpinBox(uint u, QWidget* x1 = 0) : QAbstractSpinBox(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::fixup(x1); }} + void stepBy(int x1) { quint64 id = LObjects::override_id(unique, 143); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 143, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::stepBy(x1); }} + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::validate(x1, x2); } return ret; } + StepEnabled stepEnabled() const { quint64 id = LObjects::override_id(unique, 145); void* fun = LObjects::overrideFun(id); StepEnabled ret = (StepEnabled)0; if(fun && (LObjects::calling != id)) { ret = (StepEnabled)callOverrideFun(fun, 145, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::stepEnabled(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::contextMenuEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::hideEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::focusNextPrevChild(x1); } return ret; } + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSpinBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSpinBox::customEvent(x1); }} +}; + +class LAbstractState : public QAbstractState { + Q_OBJECT + friend class Q14; +public: + + static NumList overrideIds; + uint unique; + + void onEntry(QEvent* x1) { quint64 id = LObjects::override_id(unique, 146); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 146, args, id); }} + void onExit(QEvent* x1) { quint64 id = LObjects::override_id(unique, 147); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 147, args, id); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractState::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractState::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractState::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractState::timerEvent(x1); }} +}; + +class LAbstractTextDocumentLayout : public QAbstractTextDocumentLayout { + Q_OBJECT + friend class Q16; +public: + LAbstractTextDocumentLayout(uint u, QTextDocument* x1) : QAbstractTextDocumentLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF blockBoundingRect(const QTextBlock& x1) const { quint64 id = LObjects::override_id(unique, 148); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 148, args, id).value(); } return ret; } + QSizeF documentSize() const { quint64 id = LObjects::override_id(unique, 149); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 149, 0, id).value(); } return ret; } + void draw(QPainter* x1, const PaintContext& x2) { quint64 id = LObjects::override_id(unique, 150); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 150, args, id); }} + QRectF frameBoundingRect(QTextFrame* x1) const { quint64 id = LObjects::override_id(unique, 151); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 151, args, id).value(); } return ret; } + int hitTest(const QPointF& x1, Qt::HitTestAccuracy x2) const { quint64 id = LObjects::override_id(unique, 152); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 152, args, id).toInt(); } return ret; } + int pageCount() const { quint64 id = LObjects::override_id(unique, 153); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 153, 0, id).toInt(); } return ret; } + void documentChanged(int x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 154); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 154, args, id); }} + void drawInlineObject(QPainter* x1, const QRectF& x2, QTextInlineObject x3, int x4, const QTextFormat& x5) { quint64 id = LObjects::override_id(unique, 155); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; callOverrideFun(fun, 155, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTextDocumentLayout::drawInlineObject(x1, x2, x3, x4, x5); }} + void positionInlineObject(QTextInlineObject x1, int x2, const QTextFormat& x3) { quint64 id = LObjects::override_id(unique, 156); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 156, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTextDocumentLayout::positionInlineObject(x1, x2, x3); }} + void resizeInlineObject(QTextInlineObject x1, int x2, const QTextFormat& x3) { quint64 id = LObjects::override_id(unique, 157); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 157, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTextDocumentLayout::resizeInlineObject(x1, x2, x3); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractTextDocumentLayout::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTextDocumentLayout::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTextDocumentLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTextDocumentLayout::timerEvent(x1); }} +}; + +class LAbstractTransition : public QAbstractTransition { + Q_OBJECT + friend class Q17; +public: + LAbstractTransition(uint u, QState* x1 = 0) : QAbstractTransition(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventTest(QEvent* x1) { quint64 id = LObjects::override_id(unique, 158); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 158, args, id).toBool(); } return ret; } + void onTransition(QEvent* x1) { quint64 id = LObjects::override_id(unique, 159); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 159, args, id); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractTransition::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTransition::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTransition::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractTransition::timerEvent(x1); }} +}; + +class LAction : public QAction { + Q_OBJECT + friend class Q18; +public: + LAction(uint u, QObject* x1) : QAction(x1), unique(u) {} + LAction(uint u, const QString& x1, QObject* x2) : QAction(x1, x2), unique(u) {} + LAction(uint u, const QIcon& x1, const QString& x2, QObject* x3) : QAction(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAction::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAction::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAction::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAction::timerEvent(x1); }} +}; + +class LActionGroup : public QActionGroup { + Q_OBJECT + friend class Q19; +public: + LActionGroup(uint u, QObject* x1) : QActionGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QActionGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QActionGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QActionGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QActionGroup::timerEvent(x1); }} +}; + +class LAnimationGroup : public QAnimationGroup { + Q_OBJECT + friend class Q20; +public: + LAnimationGroup(uint u, QObject* x1 = 0) : QAnimationGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAnimationGroup::updateDirection(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAnimationGroup::updateState(x1, x2); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAnimationGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAnimationGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAnimationGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAnimationGroup::timerEvent(x1); }} +}; + +class LApplication : public QApplication { + Q_OBJECT + friend class Q21; +public: + + static NumList overrideIds; + uint unique; + + bool notify(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 160); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 160, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QApplication::notify(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QApplication::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QApplication::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QApplication::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QApplication::timerEvent(x1); }} +}; + +class LBoxLayout : public QBoxLayout { + Q_OBJECT + friend class Q22; +public: + LBoxLayout(uint u, Direction x1, QWidget* x2 = 0) : QBoxLayout(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void addItem(QLayoutItem* x1) { quint64 id = LObjects::override_id(unique, 161); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 161, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBoxLayout::addItem(x1); }} + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::count(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::expandingDirections(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBoxLayout::invalidate(); }} + QLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::itemAt(x1); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::maximumSize(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::minimumHeightForWidth(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBoxLayout::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::sizeHint(); } return ret; } + QLayoutItem* takeAt(int x1) { quint64 id = LObjects::override_id(unique, 170); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 170, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::takeAt(x1); } return ret; } + int indexOf(QWidget* x1) const { quint64 id = LObjects::override_id(unique, 171); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 171, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::indexOf(x1); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::controlTypes(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::geometry(); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::isEmpty(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::layout(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBoxLayout::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBoxLayout::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBoxLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBoxLayout::timerEvent(x1); }} +}; + +class LBuffer : public QBuffer { + Q_OBJECT + friend class Q23; +public: + LBuffer(uint u, QObject* x1 = 0) : QBuffer(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::atEnd(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBuffer::close(); }} + bool open(OpenMode x1) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::open(x1); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::pos(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::size(); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::readData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::writeData(x1, x2); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::bytesToWrite(); } return ret; } + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::isSequential(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::reset(); } return ret; } + bool waitForBytesWritten(int x1) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::waitForReadyRead(x1); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::readLineData(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QBuffer::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBuffer::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBuffer::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QBuffer::timerEvent(x1); }} +}; + +class LButtonGroup : public QButtonGroup { + Q_OBJECT + friend class Q24; +public: + LButtonGroup(uint u, QObject* x1 = 0) : QButtonGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QButtonGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QButtonGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QButtonGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QButtonGroup::timerEvent(x1); }} +}; + +class LCalendarWidget : public QCalendarWidget { + Q_OBJECT + friend class Q25; +public: + LCalendarWidget(uint u, QWidget* x1 = 0) : QCalendarWidget(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void paintCell(QPainter* x1, const QRect& x2, const QDate& x3) const { quint64 id = LObjects::override_id(unique, 176); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 176, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::paintCell(x1, x2, x3); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::sizeHint(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::keyPressEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::mousePressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::resizeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::paintEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCalendarWidget::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCalendarWidget::timerEvent(x1); }} +}; + +class LCheckBox : public QCheckBox { + Q_OBJECT + friend class Q26; +public: + LCheckBox(uint u, QWidget* x1 = 0) : QCheckBox(x1), unique(u) {} + LCheckBox(uint u, const QString& x1, QWidget* x2 = 0) : QCheckBox(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::sizeHint(); } return ret; } + void checkStateSet() { quint64 id = LObjects::override_id(unique, 9); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 9, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::checkStateSet(); }} + bool hitButton(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 10); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 10, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::hitButton(x1); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::mouseMoveEvent(x1); }} + void nextCheckState() { quint64 id = LObjects::override_id(unique, 11); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 11, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::nextCheckState(); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::paintEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::changeEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::keyReleaseEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::mouseReleaseEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCheckBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCheckBox::customEvent(x1); }} +}; + +class LColorDialog : public QColorDialog { + Q_OBJECT + friend class Q28; +public: + LColorDialog(uint u, QWidget* x1 = 0) : QColorDialog(x1), unique(u) {} + LColorDialog(uint u, const QColor& x1, QWidget* x2 = 0) : QColorDialog(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::setVisible(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::changeEvent(x1); }} + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::done(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColorDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColorDialog::timerEvent(x1); }} +}; + +class LColumnView : public QColumnView { + Q_OBJECT + friend class Q29; +public: + LColumnView(uint u, QWidget* x1 = 0) : QColumnView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QAbstractItemView* createColumn(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 178); void* fun = LObjects::overrideFun(id); QAbstractItemView* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QAbstractItemView*)callOverrideFun(fun, 178, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::createColumn(x1); } return ret; } + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::indexAt(x1); } return ret; } + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::scrollTo(x1, x2); }} + void selectAll() { quint64 id = LObjects::override_id(unique, 179); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 179, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::selectAll(); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::setModel(x1); }} + void setRootIndex(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 180); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 180, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::setRootIndex(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::setSelectionModel(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::sizeHint(); } return ret; } + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::currentChanged(x1, x2); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::isIndexHidden(x1); } return ret; } + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::moveCursor(x1, x2); } return ret; } + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::resizeEvent(x1); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::rowsInserted(x1, x2, x3); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::scrollContentsBy(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::setSelection(x1, x2); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::verticalOffset(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::visualRegionForSelection(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::keyboardSearch(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::edit(x1, x2, x3); } return ret; } + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::selectedIndexes(); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::startDrag(x1); }} + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::viewOptions(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::mouseReleaseEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::timerEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::viewportSizeHint(); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::setupViewport(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::minimumSizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::contextMenuEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::paintEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QColumnView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QColumnView::customEvent(x1); }} +}; + +class LComboBox : public QComboBox { + Q_OBJECT + friend class Q30; +public: + LComboBox(uint u, QWidget* x1 = 0) : QComboBox(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void hidePopup() { quint64 id = LObjects::override_id(unique, 183); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 183, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::hidePopup(); }} + void showPopup() { quint64 id = LObjects::override_id(unique, 184); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 184, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::showPopup(); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::contextMenuEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::keyReleaseEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::showEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::closeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::focusNextPrevChild(x1); } return ret; } + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::mouseMoveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QComboBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QComboBox::timerEvent(x1); }} +}; + +class LCommandLinkButton : public QCommandLinkButton { + Q_OBJECT + friend class Q31; +public: + LCommandLinkButton(uint u, QWidget* x1 = 0) : QCommandLinkButton(x1), unique(u) {} + LCommandLinkButton(uint u, const QString& x1, QWidget* x2 = 0) : QCommandLinkButton(x1, x2), unique(u) {} + LCommandLinkButton(uint u, const QString& x1, const QString& x2, QWidget* x3 = 0) : QCommandLinkButton(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::heightForWidth(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::minimumSizeHint(); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::paintEvent(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::sizeHint(); } return ret; } + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::focusOutEvent(x1); }} + bool hitButton(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 10); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 10, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::hitButton(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::keyPressEvent(x1); }} + void checkStateSet() { quint64 id = LObjects::override_id(unique, 9); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 9, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::checkStateSet(); }} + void nextCheckState() { quint64 id = LObjects::override_id(unique, 11); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 11, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::nextCheckState(); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::changeEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::mouseReleaseEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::hasHeightForWidth(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommandLinkButton::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommandLinkButton::customEvent(x1); }} +}; + +class LCommonStyle : public QCommonStyle { + Q_OBJECT + friend class Q32; +public: + LCommonStyle(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + void drawComplexControl(ComplexControl x1, const QStyleOptionComplex* x2, QPainter* x3, const QWidget* x4 = 0) const { quint64 id = LObjects::override_id(unique, 185); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 185, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::drawComplexControl(x1, x2, x3, x4); }} + void drawControl(ControlElement x1, const QStyleOption* x2, QPainter* x3, const QWidget* x4 = 0) const { quint64 id = LObjects::override_id(unique, 186); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 186, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::drawControl(x1, x2, x3, x4); }} + void drawPrimitive(PrimitiveElement x1, const QStyleOption* x2, QPainter* x3, const QWidget* x4 = 0) const { quint64 id = LObjects::override_id(unique, 187); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 187, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::drawPrimitive(x1, x2, x3, x4); }} + QPixmap generatedIconPixmap(QIcon::Mode x1, const QPixmap& x2, const QStyleOption* x3) const { quint64 id = LObjects::override_id(unique, 188); void* fun = LObjects::overrideFun(id); QPixmap ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 188, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::generatedIconPixmap(x1, x2, x3); } return ret; } + SubControl hitTestComplexControl(ComplexControl x1, const QStyleOptionComplex* x2, const QPoint& x3, const QWidget* x4 = 0) const { quint64 id = LObjects::override_id(unique, 189); void* fun = LObjects::overrideFun(id); SubControl ret = (SubControl)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = (SubControl)callOverrideFun(fun, 189, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::hitTestComplexControl(x1, x2, x3, x4); } return ret; } + int layoutSpacing(QSizePolicy::ControlType x1, QSizePolicy::ControlType x2, Qt::Orientation x3, const QStyleOption* x4 = 0, const QWidget* x5 = 0) const { quint64 id = LObjects::override_id(unique, 190); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 190, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::layoutSpacing(x1, x2, x3, x4, x5); } return ret; } + int pixelMetric(PixelMetric x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0) const { quint64 id = LObjects::override_id(unique, 191); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 191, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::pixelMetric(x1, x2, x3); } return ret; } + void polish(QPalette& x1) { quint64 id = LObjects::override_id(unique, 192); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 192, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::polish(x1); }} + QSize sizeFromContents(ContentsType x1, const QStyleOption* x2, const QSize& x3, const QWidget* x4 = 0) const { quint64 id = LObjects::override_id(unique, 195); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 195, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::sizeFromContents(x1, x2, x3, x4); } return ret; } + QPixmap standardPixmap(StandardPixmap x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0) const { quint64 id = LObjects::override_id(unique, 196); void* fun = LObjects::overrideFun(id); QPixmap ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 196, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::standardPixmap(x1, x2, x3); } return ret; } + int styleHint(StyleHint x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0, QStyleHintReturn* x4 = 0) const { quint64 id = LObjects::override_id(unique, 197); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 197, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::styleHint(x1, x2, x3, x4); } return ret; } + QRect subControlRect(ComplexControl x1, const QStyleOptionComplex* x2, SubControl x3, const QWidget* x4 = 0) const { quint64 id = LObjects::override_id(unique, 198); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 198, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::subControlRect(x1, x2, x3, x4); } return ret; } + QRect subElementRect(SubElement x1, const QStyleOption* x2, const QWidget* x3 = 0) const { quint64 id = LObjects::override_id(unique, 199); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 199, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::subElementRect(x1, x2, x3); } return ret; } + void unpolish(QWidget* x1) { quint64 id = LObjects::override_id(unique, 200); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 200, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::unpolish(x1); }} + void drawItemPixmap(QPainter* x1, const QRect& x2, int x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 202); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 202, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::drawItemPixmap(x1, x2, x3, x4); }} + void drawItemText(QPainter* x1, const QRect& x2, int x3, const QPalette& x4, bool x5, const QString& x6, QPalette::ColorRole x7 = QPalette::NoRole) const { quint64 id = LObjects::override_id(unique, 203); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5, &x6, &x7 }; callOverrideFun(fun, 203, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::drawItemText(x1, x2, x3, x4, x5, x6, x7); }} + QRect itemPixmapRect(const QRect& x1, int x2, const QPixmap& x3) const { quint64 id = LObjects::override_id(unique, 204); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 204, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::itemPixmapRect(x1, x2, x3); } return ret; } + QRect itemTextRect(const QFontMetrics& x1, const QRect& x2, int x3, bool x4, const QString& x5) const { quint64 id = LObjects::override_id(unique, 205); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 205, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::itemTextRect(x1, x2, x3, x4, x5); } return ret; } + QIcon standardIcon(StandardPixmap x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0) const { quint64 id = LObjects::override_id(unique, 206); void* fun = LObjects::overrideFun(id); QIcon ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 206, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::standardIcon(x1, x2, x3); } return ret; } + QPalette standardPalette() const { quint64 id = LObjects::override_id(unique, 207); void* fun = LObjects::overrideFun(id); QPalette ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 207, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::standardPalette(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCommonStyle::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCommonStyle::timerEvent(x1); }} +}; + +class LCompleter : public QCompleter { + Q_OBJECT + friend class Q33; +public: + LCompleter(uint u, QObject* x1 = 0) : QCompleter(x1), unique(u) {} + LCompleter(uint u, QAbstractItemModel* x1, QObject* x2 = 0) : QCompleter(x1, x2), unique(u) {} + LCompleter(uint u, const QStringList& x1, QObject* x2 = 0) : QCompleter(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QString pathFromIndex(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 208); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 208, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCompleter::pathFromIndex(x1); } return ret; } + QStringList splitPath(const QString& x1) const { quint64 id = LObjects::override_id(unique, 209); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 209, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCompleter::splitPath(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCompleter::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCompleter::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCompleter::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCompleter::timerEvent(x1); }} +}; + +class LCoreApplication : public QCoreApplication { + Q_OBJECT + friend class Q34; +public: + + static NumList overrideIds; + uint unique; + + bool notify(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 160); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 160, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCoreApplication::notify(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QCoreApplication::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCoreApplication::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCoreApplication::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QCoreApplication::timerEvent(x1); }} +}; + +class LDataWidgetMapper : public QDataWidgetMapper { + Q_OBJECT + friend class Q35; +public: + LDataWidgetMapper(uint u, QObject* x1 = 0) : QDataWidgetMapper(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDataWidgetMapper::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDataWidgetMapper::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDataWidgetMapper::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDataWidgetMapper::timerEvent(x1); }} +}; + +class LDateEdit : public QDateEdit { + Q_OBJECT + friend class Q36; +public: + LDateEdit(uint u, QWidget* x1 = 0) : QDateEdit(x1), unique(u) {} + LDateEdit(uint u, const QDate& x1, QWidget* x2 = 0) : QDateEdit(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QDateTime dateTimeFromText(const QString& x1) const { quint64 id = LObjects::override_id(unique, 210); void* fun = LObjects::overrideFun(id); QDateTime ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 210, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::dateTimeFromText(x1); } return ret; } + QString textFromDateTime(const QDateTime& x1) const { quint64 id = LObjects::override_id(unique, 211); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 211, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::textFromDateTime(x1); } return ret; } + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::clear(); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::sizeHint(); } return ret; } + void stepBy(int x1) { quint64 id = LObjects::override_id(unique, 143); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 143, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::stepBy(x1); }} + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::fixup(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::focusNextPrevChild(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::keyPressEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::mousePressEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::paintEvent(x1); }} + StepEnabled stepEnabled() const { quint64 id = LObjects::override_id(unique, 145); void* fun = LObjects::overrideFun(id); StepEnabled ret = (StepEnabled)0; if(fun && (LObjects::calling != id)) { ret = (StepEnabled)callOverrideFun(fun, 145, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::stepEnabled(); } return ret; } + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::validate(x1, x2); } return ret; } + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::wheelEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::minimumSizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::contextMenuEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::mouseReleaseEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::enterEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateEdit::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateEdit::customEvent(x1); }} +}; + +class LDateTimeEdit : public QDateTimeEdit { + Q_OBJECT + friend class Q37; +public: + LDateTimeEdit(uint u, QWidget* x1 = 0) : QDateTimeEdit(x1), unique(u) {} + LDateTimeEdit(uint u, const QDateTime& x1, QWidget* x2 = 0) : QDateTimeEdit(x1, x2), unique(u) {} + LDateTimeEdit(uint u, const QDate& x1, QWidget* x2 = 0) : QDateTimeEdit(x1, x2), unique(u) {} + LDateTimeEdit(uint u, const QTime& x1, QWidget* x2 = 0) : QDateTimeEdit(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QDateTime dateTimeFromText(const QString& x1) const { quint64 id = LObjects::override_id(unique, 210); void* fun = LObjects::overrideFun(id); QDateTime ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 210, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::dateTimeFromText(x1); } return ret; } + QString textFromDateTime(const QDateTime& x1) const { quint64 id = LObjects::override_id(unique, 211); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 211, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::textFromDateTime(x1); } return ret; } + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::clear(); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::sizeHint(); } return ret; } + void stepBy(int x1) { quint64 id = LObjects::override_id(unique, 143); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 143, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::stepBy(x1); }} + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::fixup(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::focusNextPrevChild(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::keyPressEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::mousePressEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::paintEvent(x1); }} + StepEnabled stepEnabled() const { quint64 id = LObjects::override_id(unique, 145); void* fun = LObjects::overrideFun(id); StepEnabled ret = (StepEnabled)0; if(fun && (LObjects::calling != id)) { ret = (StepEnabled)callOverrideFun(fun, 145, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::stepEnabled(); } return ret; } + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::validate(x1, x2); } return ret; } + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::wheelEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::minimumSizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::contextMenuEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::mouseReleaseEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::enterEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDateTimeEdit::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDateTimeEdit::customEvent(x1); }} +}; + +class LDesktopWidget : public QDesktopWidget { + Q_OBJECT + friend class Q38; +public: + + static NumList overrideIds; + uint unique; + + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::resizeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::paintEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDesktopWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDesktopWidget::timerEvent(x1); }} +}; + +class LDial : public QDial { + Q_OBJECT + friend class Q39; +public: + LDial(uint u, QWidget* x1 = 0) : QDial(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::sizeHint(); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::resizeEvent(x1); }} + void sliderChange(SliderChange x1) { quint64 id = LObjects::override_id(unique, 116); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 116, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::sliderChange(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::changeEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::keyPressEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDial::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDial::customEvent(x1); }} +}; + +class LDialog : public QDialog { + Q_OBJECT + friend class Q40; +public: + LDialog(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QDialog(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::minimumSizeHint(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialog::timerEvent(x1); }} +}; + +class LDialogButtonBox : public QDialogButtonBox { + Q_OBJECT + friend class Q41; +public: + LDialogButtonBox(uint u, QWidget* x1 = 0) : QDialogButtonBox(x1), unique(u) {} + LDialogButtonBox(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QDialogButtonBox(x1, x2), unique(u) {} + LDialogButtonBox(uint u, StandardButtons x1, QWidget* x2 = 0) : QDialogButtonBox(x1, x2), unique(u) {} + LDialogButtonBox(uint u, StandardButtons x1, Qt::Orientation x2, QWidget* x3 = 0) : QDialogButtonBox(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDialogButtonBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDialogButtonBox::timerEvent(x1); }} +}; + +class LDirModel : public QDirModel { + Q_OBJECT + friend class Q42; +public: + LDirModel(uint u, const QStringList& x1, QDir::Filters x2, QDir::SortFlags x3, QObject* x4 = 0) : QDirModel(x1, x2, x3, x4), unique(u) {} + LDirModel(uint u, QObject* x1 = 0) : QDirModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::columnCount(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::data(x1, x2); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::headerData(x1, x2, x3); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::index(x1, x2, x3); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::mimeTypes(); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::parent(x1); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::rowCount(x1); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::setData(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDirModel::sort(x1, x2); }} + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::supportedDropActions(); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::canFetchMore(x1); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDirModel::fetchMore(x1); }} + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::match(x1, x2, x3, x4, x5); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::removeRows(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::sibling(x1, x2, x3); } return ret; } + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::supportedDragActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDirModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDirModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDirModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDirModel::timerEvent(x1); }} +}; + +class LDockWidget : public QDockWidget { + Q_OBJECT + friend class Q43; +public: + LDockWidget(uint u, const QString& x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QDockWidget(x1, x2, x3), unique(u) {} + LDockWidget(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QDockWidget(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::closeEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::actionEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDockWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDockWidget::timerEvent(x1); }} +}; + +class LDoubleSpinBox : public QDoubleSpinBox { + Q_OBJECT + friend class Q44; +public: + LDoubleSpinBox(uint u, QWidget* x1 = 0) : QDoubleSpinBox(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QString textFromValue(double x1) const { quint64 id = LObjects::override_id(unique, 213); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 213, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::textFromValue(x1); } return ret; } + double valueFromText(const QString& x1) const { quint64 id = LObjects::override_id(unique, 214); void* fun = LObjects::overrideFun(id); double ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 214, args, id).toDouble(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::valueFromText(x1); } return ret; } + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::fixup(x1); }} + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::validate(x1, x2); } return ret; } + void stepBy(int x1) { quint64 id = LObjects::override_id(unique, 143); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 143, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::stepBy(x1); }} + StepEnabled stepEnabled() const { quint64 id = LObjects::override_id(unique, 145); void* fun = LObjects::overrideFun(id); StepEnabled ret = (StepEnabled)0; if(fun && (LObjects::calling != id)) { ret = (StepEnabled)callOverrideFun(fun, 145, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::stepEnabled(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::contextMenuEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::hideEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::focusNextPrevChild(x1); } return ret; } + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleSpinBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleSpinBox::customEvent(x1); }} +}; + +class LDoubleValidator : public QDoubleValidator { + Q_OBJECT + friend class Q45; +public: + LDoubleValidator(uint u, QObject* x1 = 0) : QDoubleValidator(x1), unique(u) {} + LDoubleValidator(uint u, double x1, double x2, int x3, QObject* x4 = 0) : QDoubleValidator(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setRange(double x1, double x2, int x3 = 0) { quint64 id = LObjects::override_id(unique, 215); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 215, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleValidator::setRange(x1, x2, x3); }} + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleValidator::validate(x1, x2); } return ret; } + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleValidator::fixup(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDoubleValidator::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleValidator::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleValidator::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDoubleValidator::timerEvent(x1); }} +}; + +class LDrag : public QDrag { + Q_OBJECT + friend class Q46; +public: + LDrag(uint u, QObject* x1) : QDrag(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QDrag::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDrag::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDrag::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QDrag::timerEvent(x1); }} +}; + +class LErrorMessage : public QErrorMessage { + Q_OBJECT + friend class Q47; +public: + LErrorMessage(uint u, QWidget* x1 = 0) : QErrorMessage(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::changeEvent(x1); }} + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::done(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::minimumSizeHint(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QErrorMessage::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QErrorMessage::timerEvent(x1); }} +}; + +class LEventLoop : public QEventLoop { + Q_OBJECT + friend class Q48; +public: + LEventLoop(uint u, QObject* x1 = 0) : QEventLoop(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QEventLoop::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventLoop::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventLoop::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventLoop::timerEvent(x1); }} +}; + +class LEventTransition : public QEventTransition { + Q_OBJECT + friend class Q49; +public: + LEventTransition(uint u, QState* x1 = 0) : QEventTransition(x1), unique(u) {} + LEventTransition(uint u, QObject* x1, QEvent::Type x2, QState* x3 = 0) : QEventTransition(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventTest(QEvent* x1) { quint64 id = LObjects::override_id(unique, 158); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 158, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QEventTransition::eventTest(x1); } return ret; } + void onTransition(QEvent* x1) { quint64 id = LObjects::override_id(unique, 159); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 159, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventTransition::onTransition(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QEventTransition::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventTransition::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventTransition::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QEventTransition::timerEvent(x1); }} +}; + +class LFile : public QFile { + Q_OBJECT + friend class Q50; +public: + LFile(uint u, const QString& x1) : QFile(x1), unique(u) {} + LFile(uint u, QObject* x1) : QFile(x1), unique(u) {} + LFile(uint u, const QString& x1, QObject* x2) : QFile(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QString fileName() const { quint64 id = LObjects::override_id(unique, 216); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 216, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::fileName(); } return ret; } + bool open(OpenMode x1) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::open(x1); } return ret; } + Permissions permissions() const { quint64 id = LObjects::override_id(unique, 217); void* fun = LObjects::overrideFun(id); Permissions ret = (Permissions)0; if(fun && (LObjects::calling != id)) { ret = (Permissions)callOverrideFun(fun, 217, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::permissions(); } return ret; } + bool resize(qint64 x1) { quint64 id = LObjects::override_id(unique, 218); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 218, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::resize(x1); } return ret; } + bool setPermissions(Permissions x1) { quint64 id = LObjects::override_id(unique, 219); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 219, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::setPermissions(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::size(); } return ret; } + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::atEnd(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFile::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::isSequential(); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::pos(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::seek(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::readData(x1, x2); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::readLineData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::writeData(x1, x2); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::canReadLine(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::reset(); } return ret; } + bool waitForBytesWritten(int x1) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::waitForReadyRead(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFile::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFile::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFile::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFile::timerEvent(x1); }} +}; + +class LFileDialog : public QFileDialog { + Q_OBJECT + friend class Q52; +public: + LFileDialog(uint u, QWidget* x1, Qt::WindowFlags x2) : QFileDialog(x1, x2), unique(u) {} + LFileDialog(uint u, QWidget* x1 = 0, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString()) : QFileDialog(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::setVisible(x1); }} + void accept() { quint64 id = LObjects::override_id(unique, 220); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 220, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::accept(); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::changeEvent(x1); }} + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::done(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileDialog::timerEvent(x1); }} +}; + +class LFileSystemModel : public QFileSystemModel { + Q_OBJECT + friend class Q53; +public: + LFileSystemModel(uint u, QObject* x1 = 0) : QFileSystemModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::canFetchMore(x1); } return ret; } + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::columnCount(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::data(x1, x2); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemModel::fetchMore(x1); }} + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::headerData(x1, x2, x3); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::index(x1, x2, x3); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::mimeTypes(); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::parent(x1); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::rowCount(x1); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::setData(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemModel::sort(x1, x2); }} + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::supportedDropActions(); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemModel::timerEvent(x1); }} + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::match(x1, x2, x3, x4, x5); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::removeRows(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::sibling(x1, x2, x3); } return ret; } + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::supportedDragActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemModel::customEvent(x1); }} +}; + +class LFileSystemWatcher : public QFileSystemWatcher { + Q_OBJECT + friend class Q54; +public: + LFileSystemWatcher(uint u, QObject* x1 = 0) : QFileSystemWatcher(x1), unique(u) {} + LFileSystemWatcher(uint u, const QStringList& x1, QObject* x2 = 0) : QFileSystemWatcher(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFileSystemWatcher::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemWatcher::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemWatcher::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFileSystemWatcher::timerEvent(x1); }} +}; + +class LFinalState : public QFinalState { + Q_OBJECT + friend class Q55; +public: + LFinalState(uint u, QState* x1 = 0) : QFinalState(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void onEntry(QEvent* x1) { quint64 id = LObjects::override_id(unique, 146); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 146, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFinalState::onEntry(x1); }} + void onExit(QEvent* x1) { quint64 id = LObjects::override_id(unique, 147); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 147, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFinalState::onExit(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFinalState::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFinalState::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFinalState::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFinalState::timerEvent(x1); }} +}; + +class LFocusFrame : public QFocusFrame { + Q_OBJECT + friend class Q56; +public: + LFocusFrame(uint u, QWidget* x1 = 0) : QFocusFrame(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::eventFilter(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFocusFrame::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFocusFrame::timerEvent(x1); }} +}; + +class LFontComboBox : public QFontComboBox { + Q_OBJECT + friend class Q57; +public: + LFontComboBox(uint u, QWidget* x1 = 0) : QFontComboBox(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::sizeHint(); } return ret; } + void hidePopup() { quint64 id = LObjects::override_id(unique, 183); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 183, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::hidePopup(); }} + void showPopup() { quint64 id = LObjects::override_id(unique, 184); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 184, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::showPopup(); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::minimumSizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::contextMenuEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::keyReleaseEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::showEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::closeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::focusNextPrevChild(x1); } return ret; } + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::mouseMoveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontComboBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontComboBox::timerEvent(x1); }} +}; + +class LFontDialog : public QFontDialog { + Q_OBJECT + friend class Q58; +public: + LFontDialog(uint u, QWidget* x1 = 0) : QFontDialog(x1), unique(u) {} + LFontDialog(uint u, const QFont& x1, QWidget* x2 = 0) : QFontDialog(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::setVisible(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::changeEvent(x1); }} + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::done(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::contextMenuEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFontDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFontDialog::timerEvent(x1); }} +}; + +class LFormLayout : public QFormLayout { + Q_OBJECT + friend class Q59; +public: + LFormLayout(uint u, QWidget* x1 = 0) : QFormLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void addItem(QLayoutItem* x1) { quint64 id = LObjects::override_id(unique, 161); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 161, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFormLayout::addItem(x1); }} + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::count(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::expandingDirections(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFormLayout::invalidate(); }} + QLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::itemAt(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFormLayout::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::sizeHint(); } return ret; } + QLayoutItem* takeAt(int x1) { quint64 id = LObjects::override_id(unique, 170); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 170, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::takeAt(x1); } return ret; } + int indexOf(QWidget* x1) const { quint64 id = LObjects::override_id(unique, 171); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 171, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::indexOf(x1); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::controlTypes(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::geometry(); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::isEmpty(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::layout(); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::maximumSize(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFormLayout::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFormLayout::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFormLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFormLayout::timerEvent(x1); }} +}; + +class LFrame : public QFrame { + Q_OBJECT + friend class Q60; +public: + LFrame(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QFrame(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::changeEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QFrame::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QFrame::timerEvent(x1); }} +}; + +class LGesture : public QGesture { + Q_OBJECT + friend class Q64; +public: + LGesture(uint u, QObject* x1 = 0) : QGesture(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGesture::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGesture::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGesture::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGesture::timerEvent(x1); }} +}; + +class LGraphicsAnchor : public QGraphicsAnchor { + Q_OBJECT + friend class Q65; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsAnchor::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchor::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchor::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsAnchor::timerEvent(x1); }} +}; + +class LGraphicsBlurEffect : public QGraphicsBlurEffect { + Q_OBJECT + friend class Q66; +public: + LGraphicsBlurEffect(uint u, QObject* x1 = 0) : QGraphicsBlurEffect(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRectFor(const QRectF& x1) const { quint64 id = LObjects::override_id(unique, 230); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 230, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsBlurEffect::boundingRectFor(x1); } return ret; } + void draw(QPainter* x1) { quint64 id = LObjects::override_id(unique, 231); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 231, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsBlurEffect::draw(x1); }} + void sourceChanged(ChangeFlags x1) { quint64 id = LObjects::override_id(unique, 232); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 232, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsBlurEffect::sourceChanged(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsBlurEffect::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsBlurEffect::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsBlurEffect::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsBlurEffect::timerEvent(x1); }} +}; + +class LGraphicsColorizeEffect : public QGraphicsColorizeEffect { + Q_OBJECT + friend class Q67; +public: + LGraphicsColorizeEffect(uint u, QObject* x1 = 0) : QGraphicsColorizeEffect(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void draw(QPainter* x1) { quint64 id = LObjects::override_id(unique, 231); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 231, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsColorizeEffect::draw(x1); }} + QRectF boundingRectFor(const QRectF& x1) const { quint64 id = LObjects::override_id(unique, 230); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 230, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsColorizeEffect::boundingRectFor(x1); } return ret; } + void sourceChanged(ChangeFlags x1) { quint64 id = LObjects::override_id(unique, 232); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 232, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsColorizeEffect::sourceChanged(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsColorizeEffect::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsColorizeEffect::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsColorizeEffect::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsColorizeEffect::timerEvent(x1); }} +}; + +class LGraphicsDropShadowEffect : public QGraphicsDropShadowEffect { + Q_OBJECT + friend class Q68; +public: + LGraphicsDropShadowEffect(uint u, QObject* x1 = 0) : QGraphicsDropShadowEffect(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRectFor(const QRectF& x1) const { quint64 id = LObjects::override_id(unique, 230); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 230, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsDropShadowEffect::boundingRectFor(x1); } return ret; } + void draw(QPainter* x1) { quint64 id = LObjects::override_id(unique, 231); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 231, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsDropShadowEffect::draw(x1); }} + void sourceChanged(ChangeFlags x1) { quint64 id = LObjects::override_id(unique, 232); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 232, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsDropShadowEffect::sourceChanged(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsDropShadowEffect::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsDropShadowEffect::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsDropShadowEffect::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsDropShadowEffect::timerEvent(x1); }} +}; + +class LGraphicsEffect : public QGraphicsEffect { + Q_OBJECT + friend class Q69; +public: + LGraphicsEffect(uint u, QObject* x1 = 0) : QGraphicsEffect(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRectFor(const QRectF& x1) const { quint64 id = LObjects::override_id(unique, 230); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 230, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEffect::boundingRectFor(x1); } return ret; } + void draw(QPainter* x1) { quint64 id = LObjects::override_id(unique, 231); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 231, args, id); }} + void sourceChanged(ChangeFlags x1) { quint64 id = LObjects::override_id(unique, 232); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 232, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsEffect::sourceChanged(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEffect::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsEffect::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsEffect::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsEffect::timerEvent(x1); }} +}; + +class LGraphicsOpacityEffect : public QGraphicsOpacityEffect { + Q_OBJECT + friend class Q71; +public: + LGraphicsOpacityEffect(uint u, QObject* x1 = 0) : QGraphicsOpacityEffect(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void draw(QPainter* x1) { quint64 id = LObjects::override_id(unique, 231); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 231, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsOpacityEffect::draw(x1); }} + QRectF boundingRectFor(const QRectF& x1) const { quint64 id = LObjects::override_id(unique, 230); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 230, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsOpacityEffect::boundingRectFor(x1); } return ret; } + void sourceChanged(ChangeFlags x1) { quint64 id = LObjects::override_id(unique, 232); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 232, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsOpacityEffect::sourceChanged(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsOpacityEffect::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsOpacityEffect::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsOpacityEffect::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsOpacityEffect::timerEvent(x1); }} +}; + +class LGraphicsProxyWidget : public QGraphicsProxyWidget { + Q_OBJECT + friend class Q72; +public: + LGraphicsProxyWidget(uint u, QGraphicsItem* x1 = 0, Qt::WindowFlags x2 = 0) : QGraphicsProxyWidget(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::paint(x1, x2, x3); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::setGeometry(x1); }} + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::type(); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::dropEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::eventFilter(x1, x2); } return ret; } + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::focusOutEvent(x1); }} + void grabMouseEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 241); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 241, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::grabMouseEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::hideEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::itemChange(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::mouseReleaseEvent(x1); }} + void resizeEvent(QGraphicsSceneResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 250); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 250, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::showEvent(x1); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::sizeHint(x1, x2); } return ret; } + void ungrabMouseEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 252); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 252, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::ungrabMouseEvent(x1); }} + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::wheelEvent(x1); }} + void paintWindowFrame(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 254, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::paintWindowFrame(x1, x2, x3); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::closeEvent(x1); }} + void grabKeyboardEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 255); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 255, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::grabKeyboardEvent(x1); }} + void initStyleOption(QStyleOption* x1) const { quint64 id = LObjects::override_id(unique, 256); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 256, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::initStyleOption(x1); }} + void moveEvent(QGraphicsSceneMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::moveEvent(x1); }} + void polishEvent() { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 258, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::polishEvent(); }} + void ungrabKeyboardEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 259); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 259, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::ungrabKeyboardEvent(x1); }} + bool windowFrameEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::windowFrameEvent(x1); } return ret; } + Qt::WindowFrameSection windowFrameSectionAt(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); Qt::WindowFrameSection ret = (Qt::WindowFrameSection)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::WindowFrameSection)callOverrideFun(fun, 261, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::windowFrameSectionAt(x1); } return ret; } + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::boundingRect(); } return ret; } + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::shape(); } return ret; } + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsProxyWidget::sceneEvent(x1); } return ret; } + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::updateGeometry(); }} + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsProxyWidget::timerEvent(x1); }} +}; + +class LGraphicsRotation : public QGraphicsRotation { + Q_OBJECT + friend class Q73; +public: + LGraphicsRotation(uint u, QObject* x1 = 0) : QGraphicsRotation(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void applyTo(QMatrix4x4* x1) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::applyTo(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRotation::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::timerEvent(x1); }} +}; + +class LGraphicsScale : public QGraphicsScale { + Q_OBJECT + friend class Q74; +public: + LGraphicsScale(uint u, QObject* x1 = 0) : QGraphicsScale(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void applyTo(QMatrix4x4* x1) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::applyTo(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsScale::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::timerEvent(x1); }} +}; + +class LGraphicsScene : public QGraphicsScene { + Q_OBJECT + friend class Q75; +public: + LGraphicsScene(uint u, QObject* x1 = 0) : QGraphicsScene(x1), unique(u) {} + LGraphicsScene(uint u, const QRectF& x1, QObject* x2 = 0) : QGraphicsScene(x1, x2), unique(u) {} + LGraphicsScene(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QObject* x5 = 0) : QGraphicsScene(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsScene::inputMethodQuery(x1); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dragMoveEvent(x1); }} + void drawBackground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::drawBackground(x1, x2); }} + void drawForeground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::drawForeground(x1, x2); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::focusOutEvent(x1); }} + void helpEvent(QGraphicsSceneHelpEvent* x1) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::helpEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::mouseReleaseEvent(x1); }} + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::wheelEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsScene::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::timerEvent(x1); }} +}; + +class LGraphicsTextItem : public QGraphicsTextItem { + Q_OBJECT + friend class Q77; +public: + LGraphicsTextItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsTextItem(x1), unique(u) {} + LGraphicsTextItem(uint u, const QString& x1, QGraphicsItem* x2 = 0) : QGraphicsTextItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::boundingRect(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 270, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 271, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 272, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::opaqueArea(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::paint(x1, x2, x3); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::type(); } return ret; } + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::focusOutEvent(x1); }} + void hoverEnterEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 242); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 242, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::hoverEnterEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::inputMethodEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::inputMethodQuery(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::sceneEvent(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::timerEvent(x1); }} +}; + +class LGraphicsTransform : public QGraphicsTransform { + Q_OBJECT + friend class Q78; +public: + LGraphicsTransform(uint u, QObject* x1 = 0) : QGraphicsTransform(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void applyTo(QMatrix4x4* x1) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 266, args, id); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTransform::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTransform::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTransform::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTransform::timerEvent(x1); }} +}; + +class LGraphicsView : public QGraphicsView { + Q_OBJECT + friend class Q79; +public: + LGraphicsView(uint u, QWidget* x1 = 0) : QGraphicsView(x1), unique(u) {} + LGraphicsView(uint u, QGraphicsScene* x1, QWidget* x2 = 0) : QGraphicsView(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void drawBackground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::drawBackground(x1, x2); }} + void drawForeground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::drawForeground(x1, x2); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::inputMethodQuery(x1); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::resizeEvent(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::scrollContentsBy(x1, x2); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::showEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::viewportEvent(x1); } return ret; } + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::wheelEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::setupViewport(x1); }} + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::viewportSizeHint(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::minimumSizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::hideEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::timerEvent(x1); }} +}; + +class LGraphicsWidget : public QGraphicsWidget { + Q_OBJECT + friend class Q81; +public: + LGraphicsWidget(uint u, QGraphicsItem* x1 = 0, Qt::WindowFlags x2 = 0) : QGraphicsWidget(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void paintWindowFrame(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 254, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::paintWindowFrame(x1, x2, x3); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::closeEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::focusNextPrevChild(x1); } return ret; } + void grabKeyboardEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 255); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 255, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::grabKeyboardEvent(x1); }} + void grabMouseEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 241); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 241, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::grabMouseEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::hideEvent(x1); }} + void initStyleOption(QStyleOption* x1) const { quint64 id = LObjects::override_id(unique, 256); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 256, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::initStyleOption(x1); }} + void moveEvent(QGraphicsSceneMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::moveEvent(x1); }} + void polishEvent() { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 258, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::polishEvent(); }} + void resizeEvent(QGraphicsSceneResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 250); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 250, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::showEvent(x1); }} + void ungrabKeyboardEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 259); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 259, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::ungrabKeyboardEvent(x1); }} + void ungrabMouseEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 252); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 252, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::ungrabMouseEvent(x1); }} + bool windowFrameEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::windowFrameEvent(x1); } return ret; } + Qt::WindowFrameSection windowFrameSectionAt(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); Qt::WindowFrameSection ret = (Qt::WindowFrameSection)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::WindowFrameSection)callOverrideFun(fun, 261, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::windowFrameSectionAt(x1); } return ret; } + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::boundingRect(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::paint(x1, x2, x3); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::setGeometry(x1); }} + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::type(); } return ret; } + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::focusOutEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::hoverMoveEvent(x1); }} + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::itemChange(x1, x2); } return ret; } + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::sceneEvent(x1); } return ret; } + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2 = QSizeF()) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::sizeHint(x1, x2); } return ret; } + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::updateGeometry(); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWidget::timerEvent(x1); }} +}; + +class LGridLayout : public QGridLayout { + Q_OBJECT + friend class Q82; +public: + LGridLayout(uint u, QWidget* x1) : QGridLayout(x1), unique(u) {} + LGridLayout(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::count(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::expandingDirections(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGridLayout::invalidate(); }} + QLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::itemAt(x1); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::maximumSize(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::minimumHeightForWidth(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGridLayout::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::sizeHint(); } return ret; } + QLayoutItem* takeAt(int x1) { quint64 id = LObjects::override_id(unique, 170); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 170, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::takeAt(x1); } return ret; } + void addItem(QLayoutItem* x1) { quint64 id = LObjects::override_id(unique, 161); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 161, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGridLayout::addItem(x1); }} + int indexOf(QWidget* x1) const { quint64 id = LObjects::override_id(unique, 171); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 171, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::indexOf(x1); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::controlTypes(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::geometry(); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::isEmpty(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::layout(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGridLayout::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGridLayout::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGridLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGridLayout::timerEvent(x1); }} +}; + +class LGroupBox : public QGroupBox { + Q_OBJECT + friend class Q83; +public: + LGroupBox(uint u, QWidget* x1 = 0) : QGroupBox(x1), unique(u) {} + LGroupBox(uint u, const QString& x1, QWidget* x2 = 0) : QGroupBox(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::minimumSizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::changeEvent(x1); }} + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::childEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::focusInEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::resizeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::inputMethodQuery(x1); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGroupBox::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGroupBox::timerEvent(x1); }} +}; + +class LGuiApplication : public QGuiApplication { + Q_OBJECT + friend class Q84; +public: + + static NumList overrideIds; + uint unique; + + bool notify(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 160); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 160, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGuiApplication::notify(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGuiApplication::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGuiApplication::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGuiApplication::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGuiApplication::timerEvent(x1); }} +}; + +class LHBoxLayout : public QHBoxLayout { + Q_OBJECT + friend class Q85; +public: + LHBoxLayout(uint u) : unique(u) {} + LHBoxLayout(uint u, QWidget* x1) : QHBoxLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void addItem(QLayoutItem* x1) { quint64 id = LObjects::override_id(unique, 161); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 161, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHBoxLayout::addItem(x1); }} + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::count(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::expandingDirections(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHBoxLayout::invalidate(); }} + QLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::itemAt(x1); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::maximumSize(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::minimumHeightForWidth(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHBoxLayout::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::sizeHint(); } return ret; } + QLayoutItem* takeAt(int x1) { quint64 id = LObjects::override_id(unique, 170); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 170, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::takeAt(x1); } return ret; } + int indexOf(QWidget* x1) const { quint64 id = LObjects::override_id(unique, 171); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 171, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::indexOf(x1); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::controlTypes(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::geometry(); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::isEmpty(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::layout(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHBoxLayout::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHBoxLayout::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHBoxLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHBoxLayout::timerEvent(x1); }} +}; + +class LHeaderView : public QHeaderView { + Q_OBJECT + friend class Q86; +public: + LHeaderView(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QHeaderView(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void paintSection(QPainter* x1, const QRect& x2, int x3) const { quint64 id = LObjects::override_id(unique, 273); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 273, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::paintSection(x1, x2, x3); }} + QSize sectionSizeFromContents(int x1) const { quint64 id = LObjects::override_id(unique, 274); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 274, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::sectionSizeFromContents(x1); } return ret; } + void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::reset(); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setModel(x1); }} + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::sizeHint(); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::currentChanged(x1, x2); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::horizontalOffset(); } return ret; } + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::paintEvent(x1); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setSelection(x1, x2); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::verticalOffset(); } return ret; } + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::viewportEvent(x1); } return ret; } + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::indexAt(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::keyboardSearch(x1); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::scrollTo(x1, x2); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setSelectionModel(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::sizeHintForRow(x1); } return ret; } + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::visualRect(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::edit(x1, x2, x3); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::isIndexHidden(x1); } return ret; } + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::moveCursor(x1, x2); } return ret; } + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::selectedIndexes(); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::startDrag(x1); }} + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::viewOptions(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::visualRegionForSelection(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::resizeEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::timerEvent(x1); }} + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::viewportSizeHint(); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::minimumSizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::customEvent(x1); }} +}; + +class LHistoryState : public QHistoryState { + Q_OBJECT + friend class Q95; +public: + LHistoryState(uint u, QState* x1 = 0) : QHistoryState(x1), unique(u) {} + LHistoryState(uint u, HistoryType x1, QState* x2 = 0) : QHistoryState(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void onEntry(QEvent* x1) { quint64 id = LObjects::override_id(unique, 146); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 146, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHistoryState::onEntry(x1); }} + void onExit(QEvent* x1) { quint64 id = LObjects::override_id(unique, 147); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 147, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHistoryState::onExit(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHistoryState::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHistoryState::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHistoryState::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHistoryState::timerEvent(x1); }} +}; + +class LIODevice : public QIODevice { + Q_OBJECT + friend class Q96; +public: + + static NumList overrideIds; + uint unique; + + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::atEnd(); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIODevice::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::isSequential(); } return ret; } + bool open(OpenMode x1) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::open(x1); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::pos(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::reset(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::size(); } return ret; } + bool waitForBytesWritten(int x1) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::waitForReadyRead(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::readLineData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIODevice::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIODevice::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIODevice::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIODevice::timerEvent(x1); }} +}; + +class LInputDialog : public QInputDialog { + Q_OBJECT + friend class Q97; +public: + LInputDialog(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QInputDialog(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::done(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::minimumSizeHint(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QInputDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QInputDialog::timerEvent(x1); }} +}; + +class LIntValidator : public QIntValidator { + Q_OBJECT + friend class Q98; +public: + LIntValidator(uint u, QObject* x1 = 0) : QIntValidator(x1), unique(u) {} + LIntValidator(uint u, int x1, int x2, QObject* x3 = 0) : QIntValidator(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setRange(int x1, int x2) { quint64 id = LObjects::override_id(unique, 281); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 281, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::setRange(x1, x2); }} + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::fixup(x1); }} + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIntValidator::validate(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIntValidator::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::timerEvent(x1); }} +}; + +class LItemDelegate : public QItemDelegate { + Q_OBJECT + friend class Q99; +public: + LItemDelegate(uint u, QObject* x1 = 0) : QItemDelegate(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void drawCheck(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, Qt::CheckState x4) const { quint64 id = LObjects::override_id(unique, 282); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 282, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawCheck(x1, x2, x3, x4); }} + void drawDecoration(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 283); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 283, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawDecoration(x1, x2, x3, x4); }} + void drawDisplay(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QString& x4) const { quint64 id = LObjects::override_id(unique, 284); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 284, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawDisplay(x1, x2, x3, x4); }} + void drawFocus(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3) const { quint64 id = LObjects::override_id(unique, 285); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 285, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawFocus(x1, x2, x3); }} + QWidget* createEditor(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 46); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = (QWidget*)callOverrideFun(fun, 46, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemDelegate::createEditor(x1, x2, x3); } return ret; } + void paint(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 50); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 50, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::paint(x1, x2, x3); }} + void setEditorData(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 51); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 51, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::setEditorData(x1, x2); }} + void setModelData(QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 52); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 52, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::setModelData(x1, x2, x3); }} + QSize sizeHint(const QStyleOptionViewItem& x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 53); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 53, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemDelegate::sizeHint(x1, x2); } return ret; } + void updateEditorGeometry(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 54); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 54, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::updateEditorGeometry(x1, x2, x3); }} + bool editorEvent(QEvent* x1, QAbstractItemModel* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 48); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 48, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemDelegate::editorEvent(x1, x2, x3, x4); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemDelegate::eventFilter(x1, x2); } return ret; } + void destroyEditor(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 47); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 47, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::destroyEditor(x1, x2); }} + bool helpEvent(QHelpEvent* x1, QAbstractItemView* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 49); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 49, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemDelegate::helpEvent(x1, x2, x3, x4); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::timerEvent(x1); }} +}; + +class LItemSelectionModel : public QItemSelectionModel { + Q_OBJECT + friend class Q100; +public: + LItemSelectionModel(uint u, QAbstractItemModel* x1 = 0) : QItemSelectionModel(x1), unique(u) {} + LItemSelectionModel(uint u, QAbstractItemModel* x1, QObject* x2) : QItemSelectionModel(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemSelectionModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemSelectionModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemSelectionModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemSelectionModel::timerEvent(x1); }} +}; + +class LKeyEventTransition : public QKeyEventTransition { + Q_OBJECT + friend class Q101; +public: + LKeyEventTransition(uint u, QState* x1 = 0) : QKeyEventTransition(x1), unique(u) {} + LKeyEventTransition(uint u, QObject* x1, QEvent::Type x2, int x3, QState* x4 = 0) : QKeyEventTransition(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventTest(QEvent* x1) { quint64 id = LObjects::override_id(unique, 158); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 158, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QKeyEventTransition::eventTest(x1); } return ret; } + void onTransition(QEvent* x1) { quint64 id = LObjects::override_id(unique, 159); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 159, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QKeyEventTransition::onTransition(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QKeyEventTransition::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QKeyEventTransition::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QKeyEventTransition::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QKeyEventTransition::timerEvent(x1); }} +}; + +class LLCDNumber : public QLCDNumber { + Q_OBJECT + friend class Q102; +public: + LLCDNumber(uint u, QWidget* x1 = 0) : QLCDNumber(x1), unique(u) {} + LLCDNumber(uint u, uint x1, QWidget* x2 = 0) : QLCDNumber(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::sizeHint(); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::paintEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLCDNumber::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLCDNumber::timerEvent(x1); }} +}; + +class LLabel : public QLabel { + Q_OBJECT + friend class Q103; +public: + LLabel(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QLabel(x1, x2), unique(u) {} + LLabel(uint u, const QString& x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QLabel(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::heightForWidth(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::contextMenuEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::keyPressEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::hasHeightForWidth(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::closeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLabel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLabel::timerEvent(x1); }} +}; + +class LLibrary : public QLibrary { + Q_OBJECT + friend class Q105; +public: + LLibrary(uint u, QObject* x1 = 0) : QLibrary(x1), unique(u) {} + LLibrary(uint u, const QString& x1, QObject* x2 = 0) : QLibrary(x1, x2), unique(u) {} + LLibrary(uint u, const QString& x1, int x2, QObject* x3 = 0) : QLibrary(x1, x2, x3), unique(u) {} + LLibrary(uint u, const QString& x1, const QString& x2, QObject* x3 = 0) : QLibrary(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLibrary::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLibrary::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLibrary::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLibrary::timerEvent(x1); }} +}; + +class LLineEdit : public QLineEdit { + Q_OBJECT + friend class Q106; +public: + LLineEdit(uint u, QWidget* x1 = 0) : QLineEdit(x1), unique(u) {} + LLineEdit(uint u, const QString& x1, QWidget* x2 = 0) : QLineEdit(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLineEdit::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLineEdit::timerEvent(x1); }} +}; + +class LListView : public QListView { + Q_OBJECT + friend class Q107; +public: + LListView(uint u, QWidget* x1 = 0) : QListView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::indexAt(x1); } return ret; } + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::scrollTo(x1, x2); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::currentChanged(x1, x2); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dataChanged(x1, x2, x3); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dropEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::isIndexHidden(x1); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::resizeEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::rowsInserted(x1, x2, x3); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::setSelection(x1, x2); }} + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::startDrag(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::verticalOffset(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::viewOptions(); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::visualRegionForSelection(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::keyboardSearch(x1); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::setModel(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::setSelectionModel(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::selectionCommand(x1, x2); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dragEnterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::mouseDoubleClickEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::mousePressEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::customEvent(x1); }} +}; + +class LListWidget : public QListWidget { + Q_OBJECT + friend class Q108; +public: + LListWidget(uint u, QWidget* x1 = 0) : QListWidget(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool dropMimeData(int x1, const QMimeData* x2, Qt::DropAction x3) { quint64 id = LObjects::override_id(unique, 286); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 286, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::dropMimeData(x1, x2, x3); } return ret; } + QMimeData* mimeData(const QList& x1) const { quint64 id = LObjects::override_id(unique, 287); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 287, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::mimeTypes(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::supportedDropActions(); } return ret; } + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dropEvent(x1); }} + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::indexAt(x1); } return ret; } + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::scrollTo(x1, x2); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::currentChanged(x1, x2); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dataChanged(x1, x2, x3); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dragMoveEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::isIndexHidden(x1); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::resizeEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::rowsInserted(x1, x2, x3); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::setSelection(x1, x2); }} + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::startDrag(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::verticalOffset(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::viewOptions(); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::visualRegionForSelection(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::keyboardSearch(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::setSelectionModel(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::selectionCommand(x1, x2); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dragEnterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::mouseDoubleClickEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::mousePressEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::customEvent(x1); }} +}; + +class LMainWindow : public QMainWindow { + Q_OBJECT + friend class Q111; +public: + LMainWindow(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QMainWindow(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QMenu* createPopupMenu() { quint64 id = LObjects::override_id(unique, 291); void* fun = LObjects::overrideFun(id); QMenu* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QMenu*)callOverrideFun(fun, 291, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::createPopupMenu(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::contextMenuEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::closeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::timerEvent(x1); }} +}; + +class LMdiArea : public QMdiArea { + Q_OBJECT + friend class Q112; +public: + LMdiArea(uint u, QWidget* x1 = 0) : QMdiArea(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::sizeHint(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::eventFilter(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::resizeEvent(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::scrollContentsBy(x1, x2); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::timerEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::setupViewport(x1); }} + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::viewportSizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::dropEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::mouseReleaseEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiArea::metric(x1); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiArea::customEvent(x1); }} +}; + +class LMdiSubWindow : public QMdiSubWindow { + Q_OBJECT + friend class Q113; +public: + LMdiSubWindow(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QMdiSubWindow(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::changeEvent(x1); }} + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::childEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::eventFilter(x1, x2); } return ret; } + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::hideEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::keyPressEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::focusNextPrevChild(x1); } return ret; } + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::keyReleaseEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMdiSubWindow::metric(x1); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMdiSubWindow::customEvent(x1); }} +}; + +class LMenu : public QMenu { + Q_OBJECT + friend class Q114; +public: + LMenu(uint u, QWidget* x1 = 0) : QMenu(x1), unique(u) {} + LMenu(uint u, const QString& x1, QWidget* x2 = 0) : QMenu(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::changeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::hideEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::keyPressEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::leaveEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::paintEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::minimumSizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenu::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenu::customEvent(x1); }} +}; + +class LMenuBar : public QMenuBar { + Q_OBJECT + friend class Q115; +public: + LMenuBar(uint u, QWidget* x1 = 0) : QMenuBar(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::heightForWidth(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::changeEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::eventFilter(x1, x2); } return ret; } + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::keyPressEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::leaveEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::resizeEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::hasHeightForWidth(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::inputMethodQuery(x1); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMenuBar::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMenuBar::customEvent(x1); }} +}; + +class LMessageBox : public QMessageBox { + Q_OBJECT + friend class Q116; +public: + LMessageBox(uint u, QWidget* x1 = 0) : QMessageBox(x1), unique(u) {} + LMessageBox(uint u, Icon x1, const QString& x2, const QString& x3, StandardButtons x4 = NoButton, QWidget* x5 = 0, Qt::WindowFlags x6 = Qt::Dialog|Qt::MSWindowsFixedSizeDialogHint) : QMessageBox(x1, x2, x3, x4, x5, x6), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::setVisible(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::closeEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::showEvent(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::eventFilter(x1, x2); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMessageBox::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMessageBox::timerEvent(x1); }} +}; + +class LMimeData : public QMimeData { + Q_OBJECT + friend class Q117; +public: + LMimeData(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + QStringList formats() const { quint64 id = LObjects::override_id(unique, 292); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 292, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::formats(); } return ret; } + bool hasFormat(const QString& x1) const { quint64 id = LObjects::override_id(unique, 293); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 293, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::hasFormat(x1); } return ret; } + QVariant retrieveData(const QString& x1, QVariant::Type x2) const { quint64 id = LObjects::override_id(unique, 294); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 294, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::retrieveData(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMimeData::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMimeData::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMimeData::timerEvent(x1); }} +}; + +class LMouseEventTransition : public QMouseEventTransition { + Q_OBJECT + friend class Q118; +public: + LMouseEventTransition(uint u, QState* x1 = 0) : QMouseEventTransition(x1), unique(u) {} + LMouseEventTransition(uint u, QObject* x1, QEvent::Type x2, Qt::MouseButton x3, QState* x4 = 0) : QMouseEventTransition(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventTest(QEvent* x1) { quint64 id = LObjects::override_id(unique, 158); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 158, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMouseEventTransition::eventTest(x1); } return ret; } + void onTransition(QEvent* x1) { quint64 id = LObjects::override_id(unique, 159); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 159, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMouseEventTransition::onTransition(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMouseEventTransition::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMouseEventTransition::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMouseEventTransition::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMouseEventTransition::timerEvent(x1); }} +}; + +class LMovie : public QMovie { + Q_OBJECT + friend class Q119; +public: + LMovie(uint u, QObject* x1 = 0) : QMovie(x1), unique(u) {} + LMovie(uint u, const QString& x1, const QByteArray& x2 = QByteArray(), QObject* x3 = 0) : QMovie(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMovie::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMovie::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMovie::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMovie::timerEvent(x1); }} +}; + +class LObject : public QObject { + Q_OBJECT + friend class Q124; +public: + LObject(uint u, QObject* x1 = 0) : QObject(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QObject::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QObject::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QObject::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QObject::timerEvent(x1); }} +}; + +class LPageSetupDialog : public QPageSetupDialog { + Q_OBJECT + friend class Q125; +public: + LPageSetupDialog(uint u, QPrinter* x1, QWidget* x2 = 0) : QPageSetupDialog(x1, x2), unique(u) {} + LPageSetupDialog(uint u, QWidget* x1 = 0) : QPageSetupDialog(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::done(x1); }} + int exec() { quint64 id = LObjects::override_id(unique, 107); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 107, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::exec(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::setVisible(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPageSetupDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPageSetupDialog::timerEvent(x1); }} +}; + +class LPanGesture : public QPanGesture { + Q_OBJECT + friend class Q126; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPanGesture::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPanGesture::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPanGesture::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPanGesture::timerEvent(x1); }} +}; + +class LParallelAnimationGroup : public QParallelAnimationGroup { + Q_OBJECT + friend class Q127; +public: + LParallelAnimationGroup(uint u, QObject* x1 = 0) : QParallelAnimationGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QParallelAnimationGroup::duration(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QParallelAnimationGroup::updateCurrentTime(x1); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QParallelAnimationGroup::updateDirection(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QParallelAnimationGroup::updateState(x1, x2); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QParallelAnimationGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QParallelAnimationGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QParallelAnimationGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QParallelAnimationGroup::timerEvent(x1); }} +}; + +class LPauseAnimation : public QPauseAnimation { + Q_OBJECT + friend class Q128; +public: + LPauseAnimation(uint u, QObject* x1 = 0) : QPauseAnimation(x1), unique(u) {} + LPauseAnimation(uint u, int x1, QObject* x2 = 0) : QPauseAnimation(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPauseAnimation::duration(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPauseAnimation::updateCurrentTime(x1); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPauseAnimation::updateDirection(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPauseAnimation::updateState(x1, x2); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPauseAnimation::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPauseAnimation::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPauseAnimation::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPauseAnimation::timerEvent(x1); }} +}; + +class LPinchGesture : public QPinchGesture { + Q_OBJECT + friend class Q129; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPinchGesture::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPinchGesture::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPinchGesture::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPinchGesture::timerEvent(x1); }} +}; + +class LPlainTextDocumentLayout : public QPlainTextDocumentLayout { + Q_OBJECT + friend class Q130; +public: + LPlainTextDocumentLayout(uint u, QTextDocument* x1) : QPlainTextDocumentLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF blockBoundingRect(const QTextBlock& x1) const { quint64 id = LObjects::override_id(unique, 148); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 148, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextDocumentLayout::blockBoundingRect(x1); } return ret; } + QSizeF documentSize() const { quint64 id = LObjects::override_id(unique, 149); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 149, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextDocumentLayout::documentSize(); } return ret; } + void draw(QPainter* x1, const PaintContext& x2) { quint64 id = LObjects::override_id(unique, 150); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 150, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::draw(x1, x2); }} + QRectF frameBoundingRect(QTextFrame* x1) const { quint64 id = LObjects::override_id(unique, 151); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 151, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextDocumentLayout::frameBoundingRect(x1); } return ret; } + int hitTest(const QPointF& x1, Qt::HitTestAccuracy x2) const { quint64 id = LObjects::override_id(unique, 152); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 152, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextDocumentLayout::hitTest(x1, x2); } return ret; } + int pageCount() const { quint64 id = LObjects::override_id(unique, 153); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 153, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextDocumentLayout::pageCount(); } return ret; } + void documentChanged(int x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 154); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 154, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::documentChanged(x1, x2, x3); }} + void drawInlineObject(QPainter* x1, const QRectF& x2, QTextInlineObject x3, int x4, const QTextFormat& x5) { quint64 id = LObjects::override_id(unique, 155); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; callOverrideFun(fun, 155, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::drawInlineObject(x1, x2, x3, x4, x5); }} + void positionInlineObject(QTextInlineObject x1, int x2, const QTextFormat& x3) { quint64 id = LObjects::override_id(unique, 156); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 156, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::positionInlineObject(x1, x2, x3); }} + void resizeInlineObject(QTextInlineObject x1, int x2, const QTextFormat& x3) { quint64 id = LObjects::override_id(unique, 157); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 157, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::resizeInlineObject(x1, x2, x3); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextDocumentLayout::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextDocumentLayout::timerEvent(x1); }} +}; + +class LPlainTextEdit : public QPlainTextEdit { + Q_OBJECT + friend class Q131; +public: + LPlainTextEdit(uint u, QWidget* x1 = 0) : QPlainTextEdit(x1), unique(u) {} + LPlainTextEdit(uint u, const QString& x1, QWidget* x2 = 0) : QPlainTextEdit(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant loadResource(int x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 306); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 306, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::loadResource(x1, x2); } return ret; } + bool canInsertFromMimeData(const QMimeData* x1) const { quint64 id = LObjects::override_id(unique, 307); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 307, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::canInsertFromMimeData(x1); } return ret; } + QMimeData* createMimeDataFromSelection() const { quint64 id = LObjects::override_id(unique, 308); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QMimeData*)callOverrideFun(fun, 308, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::createMimeDataFromSelection(); } return ret; } + void insertFromMimeData(const QMimeData* x1) { quint64 id = LObjects::override_id(unique, 309); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 309, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::insertFromMimeData(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::inputMethodQuery(x1); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::resizeEvent(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::scrollContentsBy(x1, x2); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::showEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::wheelEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::setupViewport(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::viewportSizeHint(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::sizeHint(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::hideEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPlainTextEdit::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPlainTextEdit::timerEvent(x1); }} +}; + +class LPluginLoader : public QPluginLoader { + Q_OBJECT + friend class Q132; +public: + LPluginLoader(uint u, QObject* x1 = 0) : QPluginLoader(x1), unique(u) {} + LPluginLoader(uint u, const QString& x1, QObject* x2 = 0) : QPluginLoader(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPluginLoader::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPluginLoader::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPluginLoader::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPluginLoader::timerEvent(x1); }} +}; + +class LPrintDialog : public QPrintDialog { + Q_OBJECT + friend class Q133; +public: + LPrintDialog(uint u, QPrinter* x1, QWidget* x2 = 0) : QPrintDialog(x1, x2), unique(u) {} + LPrintDialog(uint u, QWidget* x1 = 0) : QPrintDialog(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::done(x1); }} + int exec() { quint64 id = LObjects::override_id(unique, 107); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 107, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::exec(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::setVisible(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintDialog::timerEvent(x1); }} +}; + +class LPrintPreviewDialog : public QPrintPreviewDialog { + Q_OBJECT + friend class Q134; +public: + LPrintPreviewDialog(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QPrintPreviewDialog(x1, x2, x3), unique(u) {} + LPrintPreviewDialog(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QPrintPreviewDialog(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::done(x1); }} + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::setVisible(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::keyPressEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewDialog::timerEvent(x1); }} +}; + +class LPrintPreviewWidget : public QPrintPreviewWidget { + Q_OBJECT + friend class Q135; +public: + LPrintPreviewWidget(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QPrintPreviewWidget(x1, x2, x3), unique(u) {} + LPrintPreviewWidget(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QPrintPreviewWidget(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::setVisible(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPrintPreviewWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPrintPreviewWidget::timerEvent(x1); }} +}; + +class LProcess : public QProcess { + Q_OBJECT + friend class Q136; +public: + LProcess(uint u, QObject* x1 = 0) : QProcess(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setupChildProcess() { quint64 id = LObjects::override_id(unique, 310); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 310, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProcess::setupChildProcess(); }} + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::atEnd(); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProcess::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::isSequential(); } return ret; } + bool open(OpenMode x1 = ReadWrite) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::open(x1); } return ret; } + bool waitForBytesWritten(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::waitForReadyRead(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::readData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::writeData(x1, x2); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::pos(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::reset(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::size(); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::readLineData(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProcess::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProcess::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProcess::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProcess::timerEvent(x1); }} +}; + +class LProgressBar : public QProgressBar { + Q_OBJECT + friend class Q137; +public: + LProgressBar(uint u, QWidget* x1 = 0) : QProgressBar(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QString text() const { quint64 id = LObjects::override_id(unique, 311); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 311, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::text(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::sizeHint(); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressBar::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressBar::timerEvent(x1); }} +}; + +class LProgressDialog : public QProgressDialog { + Q_OBJECT + friend class Q138; +public: + LProgressDialog(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QProgressDialog(x1, x2), unique(u) {} + LProgressDialog(uint u, const QString& x1, const QString& x2, int x3, int x4, QWidget* x5 = 0, Qt::WindowFlags x6 = 0) : QProgressDialog(x1, x2, x3, x4, x5, x6), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::closeEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::showEvent(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::minimumSizeHint(); } return ret; } + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::setVisible(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::keyPressEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QProgressDialog::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QProgressDialog::timerEvent(x1); }} +}; + +class LPropertyAnimation : public QPropertyAnimation { + Q_OBJECT + friend class Q139; +public: + LPropertyAnimation(uint u, QObject* x1 = 0) : QPropertyAnimation(x1), unique(u) {} + LPropertyAnimation(uint u, QObject* x1, const QByteArray& x2, QObject* x3 = 0) : QPropertyAnimation(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + void updateCurrentValue(const QVariant& x1) { quint64 id = LObjects::override_id(unique, 312); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 312, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::updateCurrentValue(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::updateState(x1, x2); }} + QVariant interpolated(const QVariant& x1, const QVariant& x2, qreal x3) const { quint64 id = LObjects::override_id(unique, 313); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 313, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPropertyAnimation::interpolated(x1, x2, x3); } return ret; } + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPropertyAnimation::duration(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::updateCurrentTime(x1); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::updateDirection(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPropertyAnimation::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPropertyAnimation::timerEvent(x1); }} +}; + +class LPushButton : public QPushButton { + Q_OBJECT + friend class Q140; +public: + LPushButton(uint u, QWidget* x1 = 0) : QPushButton(x1), unique(u) {} + LPushButton(uint u, const QString& x1, QWidget* x2 = 0) : QPushButton(x1, x2), unique(u) {} + LPushButton(uint u, const QIcon& x1, const QString& x2, QWidget* x3 = 0) : QPushButton(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::sizeHint(); } return ret; } + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::focusOutEvent(x1); }} + bool hitButton(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 10); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 10, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::hitButton(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::keyPressEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::paintEvent(x1); }} + void checkStateSet() { quint64 id = LObjects::override_id(unique, 9); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 9, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::checkStateSet(); }} + void nextCheckState() { quint64 id = LObjects::override_id(unique, 11); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 11, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::nextCheckState(); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::changeEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::mouseReleaseEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QPushButton::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QPushButton::customEvent(x1); }} +}; + +class LRadioButton : public QRadioButton { + Q_OBJECT + friend class Q141; +public: + LRadioButton(uint u, QWidget* x1 = 0) : QRadioButton(x1), unique(u) {} + LRadioButton(uint u, const QString& x1, QWidget* x2 = 0) : QRadioButton(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::sizeHint(); } return ret; } + bool hitButton(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 10); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 10, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::hitButton(x1); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::mouseMoveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::paintEvent(x1); }} + void checkStateSet() { quint64 id = LObjects::override_id(unique, 9); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 9, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::checkStateSet(); }} + void nextCheckState() { quint64 id = LObjects::override_id(unique, 11); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 11, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::nextCheckState(); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::changeEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::keyReleaseEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::mouseReleaseEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRadioButton::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRadioButton::customEvent(x1); }} +}; + +class LRegExpValidator : public QRegExpValidator { + Q_OBJECT + friend class Q142; +public: + LRegExpValidator(uint u, QObject* x1 = 0) : QRegExpValidator(x1), unique(u) {} + LRegExpValidator(uint u, const QRegExp& x1, QObject* x2 = 0) : QRegExpValidator(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRegExpValidator::validate(x1, x2); } return ret; } + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRegExpValidator::fixup(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRegExpValidator::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRegExpValidator::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRegExpValidator::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRegExpValidator::timerEvent(x1); }} +}; + +class LRubberBand : public QRubberBand { + Q_OBJECT + friend class Q143; +public: + LRubberBand(uint u, Shape x1, QWidget* x2 = 0) : QRubberBand(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::changeEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::mouseReleaseEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QRubberBand::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QRubberBand::timerEvent(x1); }} +}; + +class LScrollArea : public QScrollArea { + Q_OBJECT + friend class Q144; +public: + LScrollArea(uint u, QWidget* x1 = 0) : QScrollArea(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::focusNextPrevChild(x1); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::sizeHint(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::eventFilter(x1, x2); } return ret; } + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::resizeEvent(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::scrollContentsBy(x1, x2); }} + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::viewportSizeHint(); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::setupViewport(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::viewportEvent(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::minimumSizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::dropEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::paintEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollArea::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollArea::timerEvent(x1); }} +}; + +class LScrollBar : public QScrollBar { + Q_OBJECT + friend class Q145; +public: + LScrollBar(uint u, QWidget* x1 = 0) : QScrollBar(x1), unique(u) {} + LScrollBar(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QScrollBar(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::contextMenuEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::hideEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::paintEvent(x1); }} + void sliderChange(SliderChange x1) { quint64 id = LObjects::override_id(unique, 116); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 116, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::sliderChange(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::changeEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::keyPressEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::closeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QScrollBar::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QScrollBar::customEvent(x1); }} +}; + +class LSequentialAnimationGroup : public QSequentialAnimationGroup { + Q_OBJECT + friend class Q146; +public: + LSequentialAnimationGroup(uint u, QObject* x1 = 0) : QSequentialAnimationGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSequentialAnimationGroup::duration(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSequentialAnimationGroup::updateCurrentTime(x1); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSequentialAnimationGroup::updateDirection(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSequentialAnimationGroup::updateState(x1, x2); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSequentialAnimationGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSequentialAnimationGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSequentialAnimationGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSequentialAnimationGroup::timerEvent(x1); }} +}; + +class LSettings : public QSettings { + Q_OBJECT + friend class Q148; +public: + LSettings(uint u, const QString& x1, const QString& x2 = QString(), QObject* x3 = 0) : QSettings(x1, x2, x3), unique(u) {} + LSettings(uint u, Scope x1, const QString& x2, const QString& x3 = QString(), QObject* x4 = 0) : QSettings(x1, x2, x3, x4), unique(u) {} + LSettings(uint u, Format x1, Scope x2, const QString& x3, const QString& x4 = QString(), QObject* x5 = 0) : QSettings(x1, x2, x3, x4, x5), unique(u) {} + LSettings(uint u, const QString& x1, Format x2, QObject* x3 = 0) : QSettings(x1, x2, x3), unique(u) {} + LSettings(uint u, QObject* x1 = 0) : QSettings(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSettings::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSettings::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSettings::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSettings::timerEvent(x1); }} +}; + +class LShortcut : public QShortcut { + Q_OBJECT + friend class Q149; +public: + LShortcut(uint u, QWidget* x1) : QShortcut(x1), unique(u) {} + LShortcut(uint u, const QKeySequence& x1, QWidget* x2, const char* x3 = 0, const char* x4 = 0, Qt::ShortcutContext x5 = Qt::WindowShortcut) : QShortcut(x1, x2, x3, x4, x5), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QShortcut::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QShortcut::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QShortcut::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QShortcut::timerEvent(x1); }} +}; + +class LSignalTransition : public QSignalTransition { + Q_OBJECT + friend class Q150; +public: + LSignalTransition(uint u, QState* x1 = 0) : QSignalTransition(x1), unique(u) {} + LSignalTransition(uint u, const QObject* x1, const char* x2, QState* x3 = 0) : QSignalTransition(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventTest(QEvent* x1) { quint64 id = LObjects::override_id(unique, 158); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 158, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSignalTransition::eventTest(x1); } return ret; } + void onTransition(QEvent* x1) { quint64 id = LObjects::override_id(unique, 159); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 159, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSignalTransition::onTransition(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSignalTransition::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSignalTransition::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSignalTransition::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSignalTransition::timerEvent(x1); }} +}; + +class LSizeGrip : public QSizeGrip { + Q_OBJECT + friend class Q151; +public: + LSizeGrip(uint u, QWidget* x1) : QSizeGrip(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::sizeHint(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::eventFilter(x1, x2); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::hideEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::paintEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::mouseDoubleClickEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::resizeEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSizeGrip::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSizeGrip::timerEvent(x1); }} +}; + +class LSlider : public QSlider { + Q_OBJECT + friend class Q152; +public: + LSlider(uint u, QWidget* x1 = 0) : QSlider(x1), unique(u) {} + LSlider(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QSlider(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::sizeHint(); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::paintEvent(x1); }} + void sliderChange(SliderChange x1) { quint64 id = LObjects::override_id(unique, 116); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 116, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::sliderChange(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::changeEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::keyPressEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSlider::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSlider::customEvent(x1); }} +}; + +class LSortFilterProxyModel : public QSortFilterProxyModel { + Q_OBJECT + friend class Q153; +public: + LSortFilterProxyModel(uint u, QObject* x1 = 0) : QSortFilterProxyModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool filterAcceptsColumn(int x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 314); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 314, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::filterAcceptsColumn(x1, x2); } return ret; } + bool filterAcceptsRow(int x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 315); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 315, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::filterAcceptsRow(x1, x2); } return ret; } + bool lessThan(const QModelIndex& x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 316); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 316, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::lessThan(x1, x2); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::buddy(x1); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::canFetchMore(x1); } return ret; } + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::columnCount(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::data(x1, x2); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::fetchMore(x1); }} + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::headerData(x1, x2, x3); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::index(x1, x2, x3); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::insertRows(x1, x2, x3); } return ret; } + QModelIndex mapFromSource(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 109); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 109, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::mapFromSource(x1); } return ret; } + QItemSelection mapSelectionFromSource(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 110); void* fun = LObjects::overrideFun(id); QItemSelection ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 110, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::mapSelectionFromSource(x1); } return ret; } + QItemSelection mapSelectionToSource(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 111); void* fun = LObjects::overrideFun(id); QItemSelection ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 111, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::mapSelectionToSource(x1); } return ret; } + QModelIndex mapToSource(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 112); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 112, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::mapToSource(x1); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::mimeTypes(); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::parent(x1); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::rowCount(x1); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::setData(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::setHeaderData(x1, x2, x3, x4); } return ret; } + void setSourceModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 113); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 113, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::setSourceModel(x1); }} + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::sibling(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::sort(x1, x2); }} + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::span(x1); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::supportedDropActions(); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + void revert() { quint64 id = LObjects::override_id(unique, 114); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 114, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::revert(); }} + bool submit() { quint64 id = LObjects::override_id(unique, 115); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 115, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::submit(); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::supportedDragActions(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSortFilterProxyModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSortFilterProxyModel::timerEvent(x1); }} +}; + +class LSpinBox : public QSpinBox { + Q_OBJECT + friend class Q154; +public: + LSpinBox(uint u, QWidget* x1 = 0) : QSpinBox(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QString textFromValue(int x1) const { quint64 id = LObjects::override_id(unique, 317); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 317, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::textFromValue(x1); } return ret; } + int valueFromText(const QString& x1) const { quint64 id = LObjects::override_id(unique, 214); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 214, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::valueFromText(x1); } return ret; } + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::fixup(x1); }} + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::validate(x1, x2); } return ret; } + void stepBy(int x1) { quint64 id = LObjects::override_id(unique, 143); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 143, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::stepBy(x1); }} + StepEnabled stepEnabled() const { quint64 id = LObjects::override_id(unique, 145); void* fun = LObjects::overrideFun(id); StepEnabled ret = (StepEnabled)0; if(fun && (LObjects::calling != id)) { ret = (StepEnabled)callOverrideFun(fun, 145, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::stepEnabled(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::contextMenuEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::hideEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::focusNextPrevChild(x1); } return ret; } + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSpinBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSpinBox::customEvent(x1); }} +}; + +class LSplashScreen : public QSplashScreen { + Q_OBJECT + friend class Q155; +public: + LSplashScreen(uint u, const QPixmap& x1 = QPixmap(), Qt::WindowFlags x2 = 0) : QSplashScreen(x1, x2), unique(u) {} + LSplashScreen(uint u, QWidget* x1, const QPixmap& x2 = QPixmap(), Qt::WindowFlags x3 = 0) : QSplashScreen(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + void drawContents(QPainter* x1) { quint64 id = LObjects::override_id(unique, 318); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 318, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::drawContents(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::mousePressEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplashScreen::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplashScreen::timerEvent(x1); }} +}; + +class LSplitter : public QSplitter { + Q_OBJECT + friend class Q156; +public: + LSplitter(uint u, QWidget* x1 = 0) : QSplitter(x1), unique(u) {} + LSplitter(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QSplitter(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::changeEvent(x1); }} + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::childEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::resizeEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitter::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitter::timerEvent(x1); }} +}; + +class LSplitterHandle : public QSplitterHandle { + Q_OBJECT + friend class Q157; +public: + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::sizeHint(); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::resizeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSplitterHandle::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSplitterHandle::timerEvent(x1); }} +}; + +class LStackedLayout : public QStackedLayout { + Q_OBJECT + friend class Q163; +public: + LStackedLayout(uint u) : unique(u) {} + LStackedLayout(uint u, QWidget* x1) : QStackedLayout(x1), unique(u) {} + LStackedLayout(uint u, QLayout* x1) : QStackedLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void addItem(QLayoutItem* x1) { quint64 id = LObjects::override_id(unique, 161); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 161, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedLayout::addItem(x1); }} + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::count(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::heightForWidth(x1); } return ret; } + QLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::itemAt(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedLayout::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::sizeHint(); } return ret; } + QLayoutItem* takeAt(int x1) { quint64 id = LObjects::override_id(unique, 170); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 170, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::takeAt(x1); } return ret; } + int indexOf(QWidget* x1) const { quint64 id = LObjects::override_id(unique, 171); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 171, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::indexOf(x1); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::controlTypes(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::expandingDirections(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::geometry(); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedLayout::invalidate(); }} + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::isEmpty(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::layout(); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::maximumSize(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedLayout::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedLayout::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedLayout::timerEvent(x1); }} +}; + +class LStackedWidget : public QStackedWidget { + Q_OBJECT + friend class Q164; +public: + LStackedWidget(uint u, QWidget* x1 = 0) : QStackedWidget(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::changeEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStackedWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStackedWidget::timerEvent(x1); }} +}; + +class LStandardItemModel : public QStandardItemModel { + Q_OBJECT + friend class Q165; +public: + LStandardItemModel(uint u, QObject* x1 = 0) : QStandardItemModel(x1), unique(u) {} + LStandardItemModel(uint u, int x1, int x2, QObject* x3 = 0) : QStandardItemModel(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::columnCount(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::data(x1, x2); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::headerData(x1, x2, x3); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::index(x1, x2, x3); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::insertRows(x1, x2, x3); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::mimeTypes(); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::parent(x1); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::rowCount(x1); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::setData(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::sibling(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStandardItemModel::sort(x1, x2); }} + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::supportedDropActions(); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::canFetchMore(x1); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStandardItemModel::fetchMore(x1); }} + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::match(x1, x2, x3, x4, x5); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::supportedDragActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStandardItemModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStandardItemModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStandardItemModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStandardItemModel::timerEvent(x1); }} +}; + +class LState : public QState { + Q_OBJECT + friend class Q166; +public: + LState(uint u, QState* x1 = 0) : QState(x1), unique(u) {} + LState(uint u, ChildMode x1, QState* x2 = 0) : QState(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void onEntry(QEvent* x1) { quint64 id = LObjects::override_id(unique, 146); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 146, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QState::onEntry(x1); }} + void onExit(QEvent* x1) { quint64 id = LObjects::override_id(unique, 147); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 147, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QState::onExit(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QState::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QState::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QState::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QState::timerEvent(x1); }} +}; + +class LStateMachine : public QStateMachine { + Q_OBJECT + friend class Q167; +public: + LStateMachine(uint u, QObject* x1 = 0) : QStateMachine(x1), unique(u) {} + LStateMachine(uint u, QState::ChildMode x1, QObject* x2 = 0) : QStateMachine(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStateMachine::eventFilter(x1, x2); } return ret; } + void onEntry(QEvent* x1) { quint64 id = LObjects::override_id(unique, 146); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 146, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStateMachine::onEntry(x1); }} + void onExit(QEvent* x1) { quint64 id = LObjects::override_id(unique, 147); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 147, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStateMachine::onExit(x1); }} + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStateMachine::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStateMachine::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStateMachine::timerEvent(x1); }} +}; + +class LStatusBar : public QStatusBar { + Q_OBJECT + friend class Q168; +public: + LStatusBar(uint u, QWidget* x1 = 0) : QStatusBar(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStatusBar::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStatusBar::timerEvent(x1); }} +}; + +class LStringListModel : public QStringListModel { + Q_OBJECT + friend class Q169; +public: + LStringListModel(uint u, QObject* x1 = 0) : QStringListModel(x1), unique(u) {} + LStringListModel(uint u, const QStringList& x1, QObject* x2 = 0) : QStringListModel(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant data(const QModelIndex& x1, int x2) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::data(x1, x2); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::flags(x1); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::insertRows(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::rowCount(x1); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::setData(x1, x2, x3); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::sibling(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStringListModel::sort(x1, x2); }} + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::supportedDropActions(); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + QModelIndex index(int x1, int x2 = 0, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::index(x1, x2, x3); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::canFetchMore(x1); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStringListModel::fetchMore(x1); }} + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::headerData(x1, x2, x3); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::insertColumns(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::removeColumns(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::supportedDragActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStringListModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStringListModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStringListModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStringListModel::timerEvent(x1); }} +}; + +class LStyledItemDelegate : public QStyledItemDelegate { + Q_OBJECT + friend class Q171; +public: + LStyledItemDelegate(uint u, QObject* x1 = 0) : QStyledItemDelegate(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QString displayText(const QVariant& x1, const QLocale& x2) const { quint64 id = LObjects::override_id(unique, 356); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 356, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStyledItemDelegate::displayText(x1, x2); } return ret; } + void initStyleOption(QStyleOptionViewItem* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 357); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 357, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::initStyleOption(x1, x2); }} + QWidget* createEditor(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 46); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = (QWidget*)callOverrideFun(fun, 46, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStyledItemDelegate::createEditor(x1, x2, x3); } return ret; } + void paint(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 50); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 50, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::paint(x1, x2, x3); }} + void setEditorData(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 51); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 51, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::setEditorData(x1, x2); }} + void setModelData(QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 52); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 52, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::setModelData(x1, x2, x3); }} + QSize sizeHint(const QStyleOptionViewItem& x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 53); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 53, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStyledItemDelegate::sizeHint(x1, x2); } return ret; } + void updateEditorGeometry(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 54); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 54, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::updateEditorGeometry(x1, x2, x3); }} + bool editorEvent(QEvent* x1, QAbstractItemModel* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 48); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 48, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStyledItemDelegate::editorEvent(x1, x2, x3, x4); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStyledItemDelegate::eventFilter(x1, x2); } return ret; } + void destroyEditor(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 47); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 47, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::destroyEditor(x1, x2); }} + bool helpEvent(QHelpEvent* x1, QAbstractItemView* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 49); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 49, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QStyledItemDelegate::helpEvent(x1, x2, x3, x4); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QStyledItemDelegate::timerEvent(x1); }} +}; + +class LSwipeGesture : public QSwipeGesture { + Q_OBJECT + friend class Q174; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSwipeGesture::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSwipeGesture::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSwipeGesture::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSwipeGesture::timerEvent(x1); }} +}; + +class LSyntaxHighlighter : public QSyntaxHighlighter { + Q_OBJECT + friend class Q175; +public: + LSyntaxHighlighter(uint u, QObject* x1) : QSyntaxHighlighter(x1), unique(u) {} + LSyntaxHighlighter(uint u, QTextDocument* x1) : QSyntaxHighlighter(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void highlightBlock(const QString& x1) { quint64 id = LObjects::override_id(unique, 358); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 358, args, id); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSyntaxHighlighter::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSyntaxHighlighter::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSyntaxHighlighter::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSyntaxHighlighter::timerEvent(x1); }} +}; + +class LSystemTrayIcon : public QSystemTrayIcon { + Q_OBJECT + friend class Q176; +public: + LSystemTrayIcon(uint u, QObject* x1 = 0) : QSystemTrayIcon(x1), unique(u) {} + LSystemTrayIcon(uint u, const QIcon& x1, QObject* x2 = 0) : QSystemTrayIcon(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSystemTrayIcon::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSystemTrayIcon::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSystemTrayIcon::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSystemTrayIcon::timerEvent(x1); }} +}; + +class LTabBar : public QTabBar { + Q_OBJECT + friend class Q177; +public: + LTabBar(uint u, QWidget* x1 = 0) : QTabBar(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumTabSizeHint(int x1) const { quint64 id = LObjects::override_id(unique, 359); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 359, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::minimumTabSizeHint(x1); } return ret; } + void tabInserted(int x1) { quint64 id = LObjects::override_id(unique, 360); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 360, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::tabInserted(x1); }} + void tabLayoutChange() { quint64 id = LObjects::override_id(unique, 361); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 361, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::tabLayoutChange(); }} + void tabRemoved(int x1) { quint64 id = LObjects::override_id(unique, 362); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 362, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::tabRemoved(x1); }} + QSize tabSizeHint(int x1) const { quint64 id = LObjects::override_id(unique, 363); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 363, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::tabSizeHint(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::changeEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::hideEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::keyPressEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::timerEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabBar::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabBar::customEvent(x1); }} +}; + +class LTabWidget : public QTabWidget { + Q_OBJECT + friend class Q178; +public: + LTabWidget(uint u, QWidget* x1 = 0) : QTabWidget(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void tabInserted(int x1) { quint64 id = LObjects::override_id(unique, 360); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 360, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::tabInserted(x1); }} + void tabRemoved(int x1) { quint64 id = LObjects::override_id(unique, 362); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 362, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::tabRemoved(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::heightForWidth(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::changeEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::keyPressEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::showEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTabWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTabWidget::timerEvent(x1); }} +}; + +class LTableView : public QTableView { + Q_OBJECT + friend class Q179; +public: + LTableView(uint u, QWidget* x1 = 0) : QTableView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::indexAt(x1); } return ret; } + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::setModel(x1); }} + void setRootIndex(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 180); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 180, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::setRootIndex(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::setSelectionModel(x1); }} + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::currentChanged(x1, x2); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::isIndexHidden(x1); } return ret; } + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::paintEvent(x1); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::setSelection(x1, x2); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::sizeHintForRow(x1); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::verticalOffset(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::viewOptions(); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::viewportSizeHint(); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::keyboardSearch(x1); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::scrollTo(x1, x2); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::visualRect(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::startDrag(x1); }} + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::visualRegionForSelection(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::mouseReleaseEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::resizeEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::customEvent(x1); }} +}; + +class LTableWidget : public QTableWidget { + Q_OBJECT + friend class Q180; +public: + LTableWidget(uint u, QWidget* x1 = 0) : QTableWidget(x1), unique(u) {} + LTableWidget(uint u, int x1, int x2, QWidget* x3 = 0) : QTableWidget(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool dropMimeData(int x1, int x2, const QMimeData* x3, Qt::DropAction x4) { quint64 id = LObjects::override_id(unique, 364); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 364, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::dropMimeData(x1, x2, x3, x4); } return ret; } + QMimeData* mimeData(const QList& x1) const { quint64 id = LObjects::override_id(unique, 365); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 365, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::mimeTypes(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::supportedDropActions(); } return ret; } + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::dropEvent(x1); }} + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::indexAt(x1); } return ret; } + void setRootIndex(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 180); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 180, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::setRootIndex(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::setSelectionModel(x1); }} + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::currentChanged(x1, x2); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::isIndexHidden(x1); } return ret; } + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::paintEvent(x1); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::setSelection(x1, x2); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::sizeHintForRow(x1); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::verticalOffset(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::viewOptions(); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::viewportSizeHint(); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::keyboardSearch(x1); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::scrollTo(x1, x2); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::visualRect(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::startDrag(x1); }} + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::visualRegionForSelection(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::dragMoveEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::mouseReleaseEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::resizeEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::customEvent(x1); }} +}; + +class LTapAndHoldGesture : public QTapAndHoldGesture { + Q_OBJECT + friend class Q181; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTapAndHoldGesture::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTapAndHoldGesture::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTapAndHoldGesture::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTapAndHoldGesture::timerEvent(x1); }} +}; + +class LTapGesture : public QTapGesture { + Q_OBJECT + friend class Q182; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTapGesture::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTapGesture::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTapGesture::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTapGesture::timerEvent(x1); }} +}; + +class LTextBlockGroup : public QTextBlockGroup { + Q_OBJECT + friend class Q185; +public: + + static NumList overrideIds; + uint unique; + + void blockFormatChanged(const QTextBlock& x1) { quint64 id = LObjects::override_id(unique, 366); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 366, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBlockGroup::blockFormatChanged(x1); }} + void blockInserted(const QTextBlock& x1) { quint64 id = LObjects::override_id(unique, 367); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 367, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBlockGroup::blockInserted(x1); }} + void blockRemoved(const QTextBlock& x1) { quint64 id = LObjects::override_id(unique, 368); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 368, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBlockGroup::blockRemoved(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBlockGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBlockGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBlockGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBlockGroup::timerEvent(x1); }} +}; + +class LTextBrowser : public QTextBrowser { + Q_OBJECT + friend class Q186; +public: + LTextBrowser(uint u, QWidget* x1 = 0) : QTextBrowser(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant loadResource(int x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 306); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 306, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::loadResource(x1, x2); } return ret; } + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::keyPressEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::paintEvent(x1); }} + bool canInsertFromMimeData(const QMimeData* x1) const { quint64 id = LObjects::override_id(unique, 307); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 307, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::canInsertFromMimeData(x1); } return ret; } + QMimeData* createMimeDataFromSelection() const { quint64 id = LObjects::override_id(unique, 308); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QMimeData*)callOverrideFun(fun, 308, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::createMimeDataFromSelection(); } return ret; } + void insertFromMimeData(const QMimeData* x1) { quint64 id = LObjects::override_id(unique, 309); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 309, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::insertFromMimeData(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::inputMethodQuery(x1); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::focusInEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::mouseDoubleClickEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::resizeEvent(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::scrollContentsBy(x1, x2); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::showEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::wheelEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::setupViewport(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::viewportSizeHint(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::sizeHint(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::hideEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextBrowser::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextBrowser::timerEvent(x1); }} +}; + +class LTextDocument : public QTextDocument { + Q_OBJECT + friend class Q187; +public: + LTextDocument(uint u, QObject* x1 = 0) : QTextDocument(x1), unique(u) {} + LTextDocument(uint u, const QString& x1, QObject* x2 = 0) : QTextDocument(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextDocument::clear(); }} + QTextObject* createObject(const QTextFormat& x1) { quint64 id = LObjects::override_id(unique, 369); void* fun = LObjects::overrideFun(id); QTextObject* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QTextObject*)callOverrideFun(fun, 369, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextDocument::createObject(x1); } return ret; } + QVariant loadResource(int x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 306); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 306, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextDocument::loadResource(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextDocument::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextDocument::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextDocument::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextDocument::timerEvent(x1); }} +}; + +class LTextEdit : public QTextEdit { + Q_OBJECT + friend class Q188; +public: + LTextEdit(uint u, QWidget* x1 = 0) : QTextEdit(x1), unique(u) {} + LTextEdit(uint u, const QString& x1, QWidget* x2 = 0) : QTextEdit(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant loadResource(int x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 306); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 306, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::loadResource(x1, x2); } return ret; } + bool canInsertFromMimeData(const QMimeData* x1) const { quint64 id = LObjects::override_id(unique, 307); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 307, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::canInsertFromMimeData(x1); } return ret; } + QMimeData* createMimeDataFromSelection() const { quint64 id = LObjects::override_id(unique, 308); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QMimeData*)callOverrideFun(fun, 308, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::createMimeDataFromSelection(); } return ret; } + void insertFromMimeData(const QMimeData* x1) { quint64 id = LObjects::override_id(unique, 309); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 309, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::insertFromMimeData(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::inputMethodQuery(x1); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::resizeEvent(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::scrollContentsBy(x1, x2); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::showEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::wheelEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::setupViewport(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::viewportSizeHint(); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::sizeHint(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::hideEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextEdit::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextEdit::timerEvent(x1); }} +}; + +class LTextFrame : public QTextFrame { + Q_OBJECT + friend class Q189; +public: + LTextFrame(uint u, QTextDocument* x1) : QTextFrame(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextFrame::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextFrame::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextFrame::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextFrame::timerEvent(x1); }} +}; + +class LTextList : public QTextList { + Q_OBJECT + friend class Q190; +public: + + static NumList overrideIds; + uint unique; + + void blockFormatChanged(const QTextBlock& x1) { quint64 id = LObjects::override_id(unique, 366); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 366, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextList::blockFormatChanged(x1); }} + void blockInserted(const QTextBlock& x1) { quint64 id = LObjects::override_id(unique, 367); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 367, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextList::blockInserted(x1); }} + void blockRemoved(const QTextBlock& x1) { quint64 id = LObjects::override_id(unique, 368); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 368, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextList::blockRemoved(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextList::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextList::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextList::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextList::timerEvent(x1); }} +}; + +class LTextObject : public QTextObject { + Q_OBJECT + friend class Q191; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextObject::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextObject::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextObject::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextObject::timerEvent(x1); }} +}; + +class LTextTable : public QTextTable { + Q_OBJECT + friend class Q192; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTextTable::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextTable::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextTable::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTextTable::timerEvent(x1); }} +}; + +class LTimeEdit : public QTimeEdit { + Q_OBJECT + friend class Q193; +public: + LTimeEdit(uint u, QWidget* x1 = 0) : QTimeEdit(x1), unique(u) {} + LTimeEdit(uint u, const QTime& x1, QWidget* x2 = 0) : QTimeEdit(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QDateTime dateTimeFromText(const QString& x1) const { quint64 id = LObjects::override_id(unique, 210); void* fun = LObjects::overrideFun(id); QDateTime ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 210, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::dateTimeFromText(x1); } return ret; } + QString textFromDateTime(const QDateTime& x1) const { quint64 id = LObjects::override_id(unique, 211); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 211, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::textFromDateTime(x1); } return ret; } + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::clear(); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::sizeHint(); } return ret; } + void stepBy(int x1) { quint64 id = LObjects::override_id(unique, 143); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 143, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::stepBy(x1); }} + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::fixup(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::focusNextPrevChild(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::keyPressEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::mousePressEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::paintEvent(x1); }} + StepEnabled stepEnabled() const { quint64 id = LObjects::override_id(unique, 145); void* fun = LObjects::overrideFun(id); StepEnabled ret = (StepEnabled)0; if(fun && (LObjects::calling != id)) { ret = (StepEnabled)callOverrideFun(fun, 145, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::stepEnabled(); } return ret; } + QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::validate(x1, x2); } return ret; } + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::wheelEvent(x1); }} + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::minimumSizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::contextMenuEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::mouseReleaseEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::showEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::timerEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::actionEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::enterEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::inputMethodEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeEdit::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeEdit::customEvent(x1); }} +}; + +class LTimeLine : public QTimeLine { + Q_OBJECT + friend class Q194; +public: + LTimeLine(uint u, int x1 = 1000, QObject* x2 = 0) : QTimeLine(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + qreal valueForTime(int x1) const { quint64 id = LObjects::override_id(unique, 370); void* fun = LObjects::overrideFun(id); qreal ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 370, args, id).toReal(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeLine::valueForTime(x1); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeLine::timerEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimeLine::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeLine::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimeLine::customEvent(x1); }} +}; + +class LTimer : public QTimer { + Q_OBJECT + friend class Q195; +public: + LTimer(uint u, QObject* x1 = 0) : QTimer(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimer::timerEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTimer::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimer::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTimer::customEvent(x1); }} +}; + +class LToolBar : public QToolBar { + Q_OBJECT + friend class Q196; +public: + LToolBar(uint u, const QString& x1, QWidget* x2 = 0) : QToolBar(x1, x2), unique(u) {} + LToolBar(uint u, QWidget* x1 = 0) : QToolBar(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::changeEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBar::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBar::timerEvent(x1); }} +}; + +class LToolBox : public QToolBox { + Q_OBJECT + friend class Q197; +public: + LToolBox(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QToolBox(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void itemInserted(int x1) { quint64 id = LObjects::override_id(unique, 371); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 371, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::itemInserted(x1); }} + void itemRemoved(int x1) { quint64 id = LObjects::override_id(unique, 372); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 372, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::itemRemoved(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::changeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::showEvent(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::sizeHint(); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::resizeEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolBox::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolBox::timerEvent(x1); }} +}; + +class LToolButton : public QToolButton { + Q_OBJECT + friend class Q198; +public: + LToolButton(uint u, QWidget* x1 = 0) : QToolButton(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::changeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::enterEvent(x1); }} + bool hitButton(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 10); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 10, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::hitButton(x1); } return ret; } + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::leaveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::mouseReleaseEvent(x1); }} + void nextCheckState() { quint64 id = LObjects::override_id(unique, 11); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 11, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::nextCheckState(); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::paintEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::timerEvent(x1); }} + void checkStateSet() { quint64 id = LObjects::override_id(unique, 9); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 9, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::checkStateSet(); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::focusInEvent(x1); }} + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::focusOutEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::keyReleaseEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::mouseMoveEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::inputMethodQuery(x1); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::dropEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::focusNextPrevChild(x1); } return ret; } + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::inputMethodEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::mouseDoubleClickEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QToolButton::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QToolButton::customEvent(x1); }} +}; + +class LTranslator : public QTranslator { + Q_OBJECT + friend class Q199; +public: + LTranslator(uint u, QObject* x1 = 0) : QTranslator(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTranslator::isEmpty(); } return ret; } + QString translate(const char* x1, const char* x2, const char* x3 = 0, int x4 = -1) const { quint64 id = LObjects::override_id(unique, 373); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 373, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTranslator::translate(x1, x2, x3, x4); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTranslator::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTranslator::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTranslator::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTranslator::timerEvent(x1); }} +}; + +class LTreeView : public QTreeView { + Q_OBJECT + friend class Q200; +public: + LTreeView(uint u, QWidget* x1 = 0) : QTreeView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::drawBranches(x1, x2, x3); }} + void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 276); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 276, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::drawRow(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dataChanged(x1, x2, x3); }} + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::indexAt(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::keyboardSearch(x1); }} + void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::reset(); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::scrollTo(x1, x2); }} + void selectAll() { quint64 id = LObjects::override_id(unique, 179); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 179, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::selectAll(); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::setModel(x1); }} + void setRootIndex(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 180); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 180, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::setRootIndex(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::setSelectionModel(x1); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::currentChanged(x1, x2); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dragMoveEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::isIndexHidden(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::paintEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::rowsInserted(x1, x2, x3); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::scrollContentsBy(x1, x2); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::setSelection(x1, x2); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::sizeHintForColumn(x1); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::verticalOffset(); } return ret; } + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::visualRegionForSelection(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::startDrag(x1); }} + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::viewOptions(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dragLeaveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::inputMethodEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::resizeEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::setupViewport(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::customEvent(x1); }} +}; + +class LTreeWidget : public QTreeWidget { + Q_OBJECT + friend class Q201; +public: + LTreeWidget(uint u, QWidget* x1 = 0) : QTreeWidget(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool dropMimeData(QTreeWidgetItem* x1, int x2, const QMimeData* x3, Qt::DropAction x4) { quint64 id = LObjects::override_id(unique, 374); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 374, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::dropMimeData(x1, x2, x3, x4); } return ret; } + QMimeData* mimeData(const QList& x1) const { quint64 id = LObjects::override_id(unique, 375); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 375, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::mimeTypes(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::supportedDropActions(); } return ret; } + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::setSelectionModel(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dropEvent(x1); }} + void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::drawBranches(x1, x2, x3); }} + void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 276); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 276, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::drawRow(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dataChanged(x1, x2, x3); }} + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::indexAt(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::keyboardSearch(x1); }} + void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::reset(); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::scrollTo(x1, x2); }} + void selectAll() { quint64 id = LObjects::override_id(unique, 179); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 179, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::selectAll(); }} + void setRootIndex(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 180); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 180, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::setRootIndex(x1); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::currentChanged(x1, x2); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dragMoveEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::isIndexHidden(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::paintEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::rowsInserted(x1, x2, x3); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::scrollContentsBy(x1, x2); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::setSelection(x1, x2); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::sizeHintForColumn(x1); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::verticalOffset(); } return ret; } + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::visualRegionForSelection(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::startDrag(x1); }} + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::viewOptions(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dragLeaveEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::inputMethodEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::resizeEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::setupViewport(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::customEvent(x1); }} +}; + +class LUndoGroup : public QUndoGroup { + Q_OBJECT + friend class Q203; +public: + LUndoGroup(uint u, QObject* x1 = 0) : QUndoGroup(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoGroup::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoGroup::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoGroup::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoGroup::timerEvent(x1); }} +}; + +class LUndoStack : public QUndoStack { + Q_OBJECT + friend class Q204; +public: + LUndoStack(uint u, QObject* x1 = 0) : QUndoStack(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoStack::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoStack::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoStack::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoStack::timerEvent(x1); }} +}; + +class LUndoView : public QUndoView { + Q_OBJECT + friend class Q205; +public: + LUndoView(uint u, QWidget* x1 = 0) : QUndoView(x1), unique(u) {} + LUndoView(uint u, QUndoStack* x1, QWidget* x2 = 0) : QUndoView(x1, x2), unique(u) {} + LUndoView(uint u, QUndoGroup* x1, QWidget* x2 = 0) : QUndoView(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::indexAt(x1); } return ret; } + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::scrollTo(x1, x2); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::currentChanged(x1, x2); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dataChanged(x1, x2, x3); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dropEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::isIndexHidden(x1); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::resizeEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::rowsInserted(x1, x2, x3); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::setSelection(x1, x2); }} + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::startDrag(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::verticalOffset(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::viewOptions(); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::visualRegionForSelection(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::keyboardSearch(x1); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::setModel(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::setSelectionModel(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::selectionCommand(x1, x2); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dragEnterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::mouseDoubleClickEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::mousePressEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::customEvent(x1); }} +}; + +class LVBoxLayout : public QVBoxLayout { + Q_OBJECT + friend class Q206; +public: + LVBoxLayout(uint u) : unique(u) {} + LVBoxLayout(uint u, QWidget* x1) : QVBoxLayout(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void addItem(QLayoutItem* x1) { quint64 id = LObjects::override_id(unique, 161); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 161, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVBoxLayout::addItem(x1); }} + int count() const { quint64 id = LObjects::override_id(unique, 162); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 162, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::count(); } return ret; } + Qt::Orientations expandingDirections() const { quint64 id = LObjects::override_id(unique, 163); void* fun = LObjects::overrideFun(id); Qt::Orientations ret = (Qt::Orientations)0; if(fun && (LObjects::calling != id)) { ret = (Qt::Orientations)callOverrideFun(fun, 163, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::expandingDirections(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::heightForWidth(x1); } return ret; } + void invalidate() { quint64 id = LObjects::override_id(unique, 164); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 164, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVBoxLayout::invalidate(); }} + QLayoutItem* itemAt(int x1) const { quint64 id = LObjects::override_id(unique, 165); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 165, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::itemAt(x1); } return ret; } + QSize maximumSize() const { quint64 id = LObjects::override_id(unique, 166); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 166, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::maximumSize(); } return ret; } + int minimumHeightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 167); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 167, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::minimumHeightForWidth(x1); } return ret; } + QSize minimumSize() const { quint64 id = LObjects::override_id(unique, 168); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 168, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::minimumSize(); } return ret; } + void setGeometry(const QRect& x1) { quint64 id = LObjects::override_id(unique, 169); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 169, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVBoxLayout::setGeometry(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::sizeHint(); } return ret; } + QLayoutItem* takeAt(int x1) { quint64 id = LObjects::override_id(unique, 170); void* fun = LObjects::overrideFun(id); QLayoutItem* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QLayoutItem*)callOverrideFun(fun, 170, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::takeAt(x1); } return ret; } + int indexOf(QWidget* x1) const { quint64 id = LObjects::override_id(unique, 171); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 171, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::indexOf(x1); } return ret; } + QSizePolicy::ControlTypes controlTypes() const { quint64 id = LObjects::override_id(unique, 172); void* fun = LObjects::overrideFun(id); QSizePolicy::ControlTypes ret = (QSizePolicy::ControlTypes)0; if(fun && (LObjects::calling != id)) { ret = (QSizePolicy::ControlTypes)callOverrideFun(fun, 172, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::controlTypes(); } return ret; } + QRect geometry() const { quint64 id = LObjects::override_id(unique, 173); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 173, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::geometry(); } return ret; } + bool isEmpty() const { quint64 id = LObjects::override_id(unique, 174); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 174, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::isEmpty(); } return ret; } + QLayout* layout() { quint64 id = LObjects::override_id(unique, 175); void* fun = LObjects::overrideFun(id); QLayout* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLayout*)callOverrideFun(fun, 175, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::layout(); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVBoxLayout::childEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVBoxLayout::eventFilter(x1, x2); } return ret; } + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVBoxLayout::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVBoxLayout::timerEvent(x1); }} +}; + +class LValidator : public QValidator { + Q_OBJECT + friend class Q207; +public: + LValidator(uint u, QObject* x1 = 0) : QValidator(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QValidator::fixup(x1); }} + State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); State ret = (State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (State)callOverrideFun(fun, 144, args, id).toInt(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QValidator::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QValidator::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QValidator::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QValidator::timerEvent(x1); }} +}; + +class LVariantAnimation : public QVariantAnimation { + Q_OBJECT + friend class Q208; +public: + LVariantAnimation(uint u, QObject* x1 = 0) : QVariantAnimation(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant interpolated(const QVariant& x1, const QVariant& x2, qreal x3) const { quint64 id = LObjects::override_id(unique, 313); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 313, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVariantAnimation::interpolated(x1, x2, x3); } return ret; } + void updateCurrentValue(const QVariant& x1) { quint64 id = LObjects::override_id(unique, 312); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 312, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::updateCurrentValue(x1); }} + int duration() const { quint64 id = LObjects::override_id(unique, 1); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 1, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVariantAnimation::duration(); } return ret; } + void updateCurrentTime(int x1) { quint64 id = LObjects::override_id(unique, 2); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 2, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::updateCurrentTime(x1); }} + void updateState(QAbstractAnimation::State x1, QAbstractAnimation::State x2) { quint64 id = LObjects::override_id(unique, 4); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 4, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::updateState(x1, x2); }} + void updateDirection(QAbstractAnimation::Direction x1) { quint64 id = LObjects::override_id(unique, 3); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 3, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::updateDirection(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QVariantAnimation::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QVariantAnimation::timerEvent(x1); }} +}; + +class LWidget : public QWidget { + Q_OBJECT + friend class Q215; +public: + LWidget(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QWidget(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidget::timerEvent(x1); }} +}; + +class LWidgetAction : public QWidgetAction { + Q_OBJECT + friend class Q216; +public: + LWidgetAction(uint u, QObject* x1) : QWidgetAction(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QWidget* createWidget(QWidget* x1) { quint64 id = LObjects::override_id(unique, 395); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QWidget*)callOverrideFun(fun, 395, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetAction::createWidget(x1); } return ret; } + void deleteWidget(QWidget* x1) { quint64 id = LObjects::override_id(unique, 396); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 396, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidgetAction::deleteWidget(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWidgetAction::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidgetAction::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidgetAction::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWidgetAction::timerEvent(x1); }} +}; + +class LWizard : public QWizard { + Q_OBJECT + friend class Q217; +public: + LWizard(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QWizard(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + int nextId() const { quint64 id = LObjects::override_id(unique, 397); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 397, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::nextId(); } return ret; } + bool validateCurrentPage() { quint64 id = LObjects::override_id(unique, 398); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 398, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::validateCurrentPage(); } return ret; } + void cleanupPage(int x1) { quint64 id = LObjects::override_id(unique, 399); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 399, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::cleanupPage(x1); }} + void initializePage(int x1) { quint64 id = LObjects::override_id(unique, 400); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 400, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::initializePage(x1); }} + void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::setVisible(x1); }} + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::sizeHint(); } return ret; } + void done(int x1) { quint64 id = LObjects::override_id(unique, 177); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 177, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::done(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::resizeEvent(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::minimumSizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::contextMenuEvent(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::eventFilter(x1, x2); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::keyPressEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::inputMethodQuery(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::changeEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::inputMethodEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::moveEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizard::metric(x1); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizard::timerEvent(x1); }} +}; + +class LWizardPage : public QWizardPage { + Q_OBJECT + friend class Q218; +public: + LWizardPage(uint u, QWidget* x1 = 0) : QWizardPage(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void cleanupPage() { quint64 id = LObjects::override_id(unique, 401); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 401, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::cleanupPage(); }} + void initializePage() { quint64 id = LObjects::override_id(unique, 402); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 402, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::initializePage(); }} + bool isComplete() const { quint64 id = LObjects::override_id(unique, 403); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 403, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::isComplete(); } return ret; } + int nextId() const { quint64 id = LObjects::override_id(unique, 397); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 397, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::nextId(); } return ret; } + bool validatePage() { quint64 id = LObjects::override_id(unique, 404); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 404, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::validatePage(); } return ret; } + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWizardPage::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWizardPage::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/_main_q_methods.h b/src/gen/_main_q_methods.h new file mode 100644 index 0000000..2393b12 --- /dev/null +++ b/src/gen/_main_q_methods.h @@ -0,0 +1,4864 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef MAIN_Q_METHODS_H +#define MAIN_Q_METHODS_H + +#include "_main_q_classes.h" +#include +#include +#include "../extras.h" +#include "../eql_global.h" + +QT_BEGIN_NAMESPACE + +class EQL_EXPORT Q124 : public QObject { // QObject + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LObject(u, x1); } + Q_INVOKABLE bool MblockSignals(QObject* o, bool x1) { return o->blockSignals(x1); } + Q_INVOKABLE QObjectList Mchildren(QObject* o) const { return o->children(); } + Q_INVOKABLE void MdumpObjectInfo(QObject* o) { o->dumpObjectInfo(); } + Q_INVOKABLE void MdumpObjectTree(QObject* o) { o->dumpObjectTree(); } + Q_INVOKABLE QList MdynamicPropertyNames(QObject* o) const { return o->dynamicPropertyNames(); } + Q_INVOKABLE bool Mevent(QObject* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE bool MeventFilter(QObject* o, QObject* x1, QEvent* x2) { return o->eventFilter(x1, x2); } + Q_INVOKABLE bool Minherits(QObject* o, const char* x1) const { return o->inherits(x1); } + Q_INVOKABLE void MinstallEventFilter(QObject* o, QObject* x1) { o->installEventFilter(x1); } + Q_INVOKABLE bool MisWidgetType(QObject* o) const { return o->isWidgetType(); } + Q_INVOKABLE bool MisWindowType(QObject* o) const { return o->isWindowType(); } + Q_INVOKABLE void MkillTimer(QObject* o, int x1) { o->killTimer(x1); } + Q_INVOKABLE const QMetaObject* MmetaObject(QObject* o) const { return o->metaObject(); } + Q_INVOKABLE void MmoveToThread(QObject* o, QThread* x1) { o->moveToThread(x1); } + Q_INVOKABLE QString MobjectName(QObject* o) const { return o->objectName(); } + Q_INVOKABLE QObject* Mparent(QObject* o) const { return o->parent(); } + Q_INVOKABLE QVariant Mproperty(QObject* o, const char* x1) const { return o->property(x1); } + Q_INVOKABLE void MremoveEventFilter(QObject* o, QObject* x1) { o->removeEventFilter(x1); } + Q_INVOKABLE void MsetObjectName(QObject* o, const QString& x1) { o->setObjectName(x1); } + Q_INVOKABLE void MsetParent(QObject* o, QObject* x1) { o->setParent(x1); } + Q_INVOKABLE bool MsetProperty(QObject* o, const char* x1, const QVariant& x2) { return o->setProperty(x1, x2); } + Q_INVOKABLE bool MsignalsBlocked(QObject* o) const { return o->signalsBlocked(); } + Q_INVOKABLE int MstartTimer(QObject* o, int x1, Qt::TimerType x2 = Qt::CoarseTimer) { return o->startTimer(x1, x2); } + Q_INVOKABLE QThread* Mthread(QObject* o) const { return o->thread(); } + Q_INVOKABLE int Mreceivers(QObject* o, const char* x1) const { return ((LObject*)o)->receivers(x1); } + Q_INVOKABLE QObject* Msender(QObject* o) const { return ((LObject*)o)->sender(); } + Q_INVOKABLE int MsenderSignalIndex(QObject* o) const { return ((LObject*)o)->senderSignalIndex(); } + Q_INVOKABLE QString Str(const char* x1, const char* x2 = 0, int x3 = -1) { return QObject::tr(x1, x2, x3); } +}; + +class EQL_EXPORT Q1 : public Q124 { // QAbstractAnimation + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LAbstractAnimation(u, x1); } + Q_INVOKABLE int McurrentLoop(QAbstractAnimation* o) const { return o->currentLoop(); } + Q_INVOKABLE int McurrentLoopTime(QAbstractAnimation* o) const { return o->currentLoopTime(); } + Q_INVOKABLE int McurrentTime(QAbstractAnimation* o) const { return o->currentTime(); } + Q_INVOKABLE int Mdirection(QAbstractAnimation* o) const { return o->direction(); } + Q_INVOKABLE int Mduration(QAbstractAnimation* o) const { return o->duration(); } + Q_INVOKABLE QAnimationGroup* Mgroup(QAbstractAnimation* o) const { return o->group(); } + Q_INVOKABLE int MloopCount(QAbstractAnimation* o) const { return o->loopCount(); } + Q_INVOKABLE void MsetDirection(QAbstractAnimation* o, QAbstractAnimation::Direction x1) { o->setDirection(x1); } + Q_INVOKABLE void MsetLoopCount(QAbstractAnimation* o, int x1) { o->setLoopCount(x1); } + Q_INVOKABLE int Mstate(QAbstractAnimation* o) const { return o->state(); } + Q_INVOKABLE int MtotalDuration(QAbstractAnimation* o) const { return o->totalDuration(); } +}; + +class EQL_EXPORT Q3 : public Q124 { // QAbstractItemDelegate + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LAbstractItemDelegate(u, x1); } + Q_INVOKABLE QWidget* McreateEditor(QAbstractItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { return o->createEditor(x1, x2, x3); } + Q_INVOKABLE void MdestroyEditor(QAbstractItemDelegate* o, QWidget* x1, const QModelIndex& x2) const { o->destroyEditor(x1, x2); } + Q_INVOKABLE bool MeditorEvent(QAbstractItemDelegate* o, QEvent* x1, QAbstractItemModel* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { return o->editorEvent(x1, x2, x3, x4); } + Q_INVOKABLE bool MhelpEvent(QAbstractItemDelegate* o, QHelpEvent* x1, QAbstractItemView* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { return o->helpEvent(x1, x2, x3, x4); } + Q_INVOKABLE void Mpaint(QAbstractItemDelegate* o, QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->paint(x1, x2, x3); } + Q_INVOKABLE void MsetEditorData(QAbstractItemDelegate* o, QWidget* x1, const QModelIndex& x2) const { o->setEditorData(x1, x2); } + Q_INVOKABLE void MsetModelData(QAbstractItemDelegate* o, QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { o->setModelData(x1, x2, x3); } + Q_INVOKABLE QSize MsizeHint(QAbstractItemDelegate* o, const QStyleOptionViewItem& x1, const QModelIndex& x2) const { return o->sizeHint(x1, x2); } + Q_INVOKABLE void MupdateEditorGeometry(QAbstractItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->updateEditorGeometry(x1, x2, x3); } +}; + +class EQL_EXPORT Q4 : public Q124 { // QAbstractItemModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LAbstractItemModel(u, x1); } + Q_INVOKABLE QModelIndex Mbuddy(QAbstractItemModel* o, const QModelIndex& x1) const { return o->buddy(x1); } + Q_INVOKABLE bool McanDropMimeData(QAbstractItemModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { return o->canDropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE bool McanFetchMore(QAbstractItemModel* o, const QModelIndex& x1) const { return o->canFetchMore(x1); } + Q_INVOKABLE int McolumnCount(QAbstractItemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QAbstractItemModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MdropMimeData(QAbstractItemModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfetchMore(QAbstractItemModel* o, const QModelIndex& x1) { o->fetchMore(x1); } + Q_INVOKABLE int Mflags(QAbstractItemModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MhasChildren(QAbstractItemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->hasChildren(x1); } + Q_INVOKABLE bool MhasIndex(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->hasIndex(x1, x2, x3); } + Q_INVOKABLE QVariant MheaderData(QAbstractItemModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE QModelIndex Mindex(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE bool MinsertColumn(QAbstractItemModel* o, int x1, const QModelIndex& x2 = QModelIndex()) { return o->insertColumn(x1, x2); } + Q_INVOKABLE bool MinsertColumns(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertColumns(x1, x2, x3); } + Q_INVOKABLE bool MinsertRow(QAbstractItemModel* o, int x1, const QModelIndex& x2 = QModelIndex()) { return o->insertRow(x1, x2); } + Q_INVOKABLE bool MinsertRows(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertRows(x1, x2, x3); } + Q_INVOKABLE QModelIndexList Mmatch(QAbstractItemModel* o, const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { return o->match(x1, x2, x3, x4, x5); } + Q_INVOKABLE QMimeData* MmimeData(QAbstractItemModel* o, const QModelIndexList& x1) const { return o->mimeData(x1); } + Q_INVOKABLE QStringList MmimeTypes(QAbstractItemModel* o) const { return o->mimeTypes(); } + Q_INVOKABLE bool MmoveColumn(QAbstractItemModel* o, const QModelIndex& x1, int x2, const QModelIndex& x3, int x4) { return o->moveColumn(x1, x2, x3, x4); } + Q_INVOKABLE bool MmoveColumns(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { return o->moveColumns(x1, x2, x3, x4, x5); } + Q_INVOKABLE bool MmoveRow(QAbstractItemModel* o, const QModelIndex& x1, int x2, const QModelIndex& x3, int x4) { return o->moveRow(x1, x2, x3, x4); } + Q_INVOKABLE bool MmoveRows(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { return o->moveRows(x1, x2, x3, x4, x5); } + Q_INVOKABLE QModelIndex Mparent(QAbstractItemModel* o, const QModelIndex& x1) const { return o->parent(x1); } + Q_INVOKABLE bool MremoveColumn(QAbstractItemModel* o, int x1, const QModelIndex& x2 = QModelIndex()) { return o->removeColumn(x1, x2); } + Q_INVOKABLE bool MremoveColumns(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeColumns(x1, x2, x3); } + Q_INVOKABLE bool MremoveRow(QAbstractItemModel* o, int x1, const QModelIndex& x2 = QModelIndex()) { return o->removeRow(x1, x2); } + Q_INVOKABLE bool MremoveRows(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeRows(x1, x2, x3); } + Q_INVOKABLE int MrowCount(QAbstractItemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QAbstractItemModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE bool MsetHeaderData(QAbstractItemModel* o, int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { return o->setHeaderData(x1, x2, x3, x4); } + Q_INVOKABLE QModelIndex Msibling(QAbstractItemModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } + Q_INVOKABLE void Msort(QAbstractItemModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE QSize Mspan(QAbstractItemModel* o, const QModelIndex& x1) const { return o->span(x1); } + Q_INVOKABLE int MsupportedDragActions(QAbstractItemModel* o) const { return o->supportedDragActions(); } + Q_INVOKABLE int MsupportedDropActions(QAbstractItemModel* o) const { return o->supportedDropActions(); } + Q_INVOKABLE void MbeginInsertColumns(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3) { ((LAbstractItemModel*)o)->beginInsertColumns(x1, x2, x3); } + Q_INVOKABLE void MbeginInsertRows(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3) { ((LAbstractItemModel*)o)->beginInsertRows(x1, x2, x3); } + Q_INVOKABLE bool MbeginMoveColumns(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { return ((LAbstractItemModel*)o)->beginMoveColumns(x1, x2, x3, x4, x5); } + Q_INVOKABLE bool MbeginMoveRows(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { return ((LAbstractItemModel*)o)->beginMoveRows(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MbeginRemoveColumns(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3) { ((LAbstractItemModel*)o)->beginRemoveColumns(x1, x2, x3); } + Q_INVOKABLE void MbeginRemoveRows(QAbstractItemModel* o, const QModelIndex& x1, int x2, int x3) { ((LAbstractItemModel*)o)->beginRemoveRows(x1, x2, x3); } + Q_INVOKABLE void MbeginResetModel(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->beginResetModel(); } + Q_INVOKABLE void MchangePersistentIndex(QAbstractItemModel* o, const QModelIndex& x1, const QModelIndex& x2) { ((LAbstractItemModel*)o)->changePersistentIndex(x1, x2); } + Q_INVOKABLE void MchangePersistentIndexList(QAbstractItemModel* o, const QModelIndexList& x1, const QModelIndexList& x2) { ((LAbstractItemModel*)o)->changePersistentIndexList(x1, x2); } + Q_INVOKABLE QModelIndex McreateIndex(QAbstractItemModel* o, int x1, int x2, quintptr x3) const { return ((LAbstractItemModel*)o)->createIndex(x1, x2, x3); } + Q_INVOKABLE void MendInsertColumns(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endInsertColumns(); } + Q_INVOKABLE void MendInsertRows(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endInsertRows(); } + Q_INVOKABLE void MendMoveColumns(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endMoveColumns(); } + Q_INVOKABLE void MendMoveRows(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endMoveRows(); } + Q_INVOKABLE void MendRemoveColumns(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endRemoveColumns(); } + Q_INVOKABLE void MendRemoveRows(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endRemoveRows(); } + Q_INVOKABLE void MendResetModel(QAbstractItemModel* o) { ((LAbstractItemModel*)o)->endResetModel(); } + Q_INVOKABLE QModelIndexList MpersistentIndexList(QAbstractItemModel* o) const { return ((LAbstractItemModel*)o)->persistentIndexList(); } +}; + +class EQL_EXPORT Q6 : public Q4 { // QAbstractListModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LAbstractListModel(u, x1); } + Q_INVOKABLE bool MdropMimeData(QAbstractListModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Mflags(QAbstractListModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE QModelIndex Mindex(QAbstractListModel* o, int x1, int x2 = 0, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE QModelIndex Msibling(QAbstractListModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } +}; + +class EQL_EXPORT Q9 : public Q4 { // QAbstractProxyModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LAbstractProxyModel(u, x1); } + Q_INVOKABLE QModelIndex MmapFromSource(QAbstractProxyModel* o, const QModelIndex& x1) const { return o->mapFromSource(x1); } + Q_INVOKABLE QItemSelection MmapSelectionFromSource(QAbstractProxyModel* o, const QItemSelection& x1) const { return o->mapSelectionFromSource(x1); } + Q_INVOKABLE QItemSelection MmapSelectionToSource(QAbstractProxyModel* o, const QItemSelection& x1) const { return o->mapSelectionToSource(x1); } + Q_INVOKABLE QModelIndex MmapToSource(QAbstractProxyModel* o, const QModelIndex& x1) const { return o->mapToSource(x1); } + Q_INVOKABLE void MsetSourceModel(QAbstractProxyModel* o, QAbstractItemModel* x1) { o->setSourceModel(x1); } + Q_INVOKABLE QAbstractItemModel* MsourceModel(QAbstractProxyModel* o) const { return o->sourceModel(); } + Q_INVOKABLE QModelIndex Mbuddy(QAbstractProxyModel* o, const QModelIndex& x1) const { return o->buddy(x1); } + Q_INVOKABLE bool McanDropMimeData(QAbstractProxyModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { return o->canDropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE bool McanFetchMore(QAbstractProxyModel* o, const QModelIndex& x1) const { return o->canFetchMore(x1); } + Q_INVOKABLE QVariant Mdata(QAbstractProxyModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MdropMimeData(QAbstractProxyModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfetchMore(QAbstractProxyModel* o, const QModelIndex& x1) { o->fetchMore(x1); } + Q_INVOKABLE int Mflags(QAbstractProxyModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MhasChildren(QAbstractProxyModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->hasChildren(x1); } + Q_INVOKABLE QVariant MheaderData(QAbstractProxyModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE QMimeData* MmimeData(QAbstractProxyModel* o, const QModelIndexList& x1) const { return o->mimeData(x1); } + Q_INVOKABLE QStringList MmimeTypes(QAbstractProxyModel* o) const { return o->mimeTypes(); } + Q_INVOKABLE void Mrevert(QAbstractProxyModel* o) { o->revert(); } + Q_INVOKABLE bool MsetData(QAbstractProxyModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE bool MsetHeaderData(QAbstractProxyModel* o, int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { return o->setHeaderData(x1, x2, x3, x4); } + Q_INVOKABLE QModelIndex Msibling(QAbstractProxyModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } + Q_INVOKABLE void Msort(QAbstractProxyModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE QSize Mspan(QAbstractProxyModel* o, const QModelIndex& x1) const { return o->span(x1); } + Q_INVOKABLE bool Msubmit(QAbstractProxyModel* o) { return o->submit(); } + Q_INVOKABLE int MsupportedDragActions(QAbstractProxyModel* o) const { return o->supportedDragActions(); } + Q_INVOKABLE int MsupportedDropActions(QAbstractProxyModel* o) const { return o->supportedDropActions(); } +}; + +class EQL_EXPORT Q14 : public Q124 { // QAbstractState + Q_OBJECT +public: + Q_INVOKABLE bool Mactive(QAbstractState* o) const { return o->active(); } + Q_INVOKABLE QStateMachine* Mmachine(QAbstractState* o) const { return o->machine(); } + Q_INVOKABLE QState* MparentState(QAbstractState* o) const { return o->parentState(); } +}; + +class EQL_EXPORT Q15 : public Q4 { // QAbstractTableModel + Q_OBJECT +public: + Q_INVOKABLE bool MdropMimeData(QAbstractTableModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Mflags(QAbstractTableModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE QModelIndex Mindex(QAbstractTableModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE QModelIndex Msibling(QAbstractTableModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } +}; + +class EQL_EXPORT Q16 : public Q124 { // QAbstractTextDocumentLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LAbstractTextDocumentLayout(u, x1); } + Q_INVOKABLE QString ManchorAt(QAbstractTextDocumentLayout* o, const QPointF& x1) const { return o->anchorAt(x1); } + Q_INVOKABLE QRectF MblockBoundingRect(QAbstractTextDocumentLayout* o, const QTextBlock& x1) const { return o->blockBoundingRect(x1); } + Q_INVOKABLE QTextDocument* Mdocument(QAbstractTextDocumentLayout* o) const { return o->document(); } + Q_INVOKABLE QSizeF MdocumentSize(QAbstractTextDocumentLayout* o) const { return o->documentSize(); } + Q_INVOKABLE QRectF MframeBoundingRect(QAbstractTextDocumentLayout* o, QTextFrame* x1) const { return o->frameBoundingRect(x1); } + Q_INVOKABLE int MhitTest(QAbstractTextDocumentLayout* o, const QPointF& x1, Qt::HitTestAccuracy x2) const { return o->hitTest(x1, x2); } + Q_INVOKABLE int MpageCount(QAbstractTextDocumentLayout* o) const { return o->pageCount(); } + Q_INVOKABLE QPaintDevice* MpaintDevice(QAbstractTextDocumentLayout* o) const { return o->paintDevice(); } + Q_INVOKABLE void MsetPaintDevice(QAbstractTextDocumentLayout* o, QPaintDevice* x1) { o->setPaintDevice(x1); } + Q_INVOKABLE QTextCharFormat Mformat(QAbstractTextDocumentLayout* o, int x1) { return ((LAbstractTextDocumentLayout*)o)->format(x1); } +}; + +class EQL_EXPORT Q17 : public Q124 { // QAbstractTransition + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LAbstractTransition(u, x1); } + Q_INVOKABLE void MaddAnimation(QAbstractTransition* o, QAbstractAnimation* x1) { o->addAnimation(x1); } + Q_INVOKABLE QList Manimations(QAbstractTransition* o) const { return o->animations(); } + Q_INVOKABLE QStateMachine* Mmachine(QAbstractTransition* o) const { return o->machine(); } + Q_INVOKABLE void MremoveAnimation(QAbstractTransition* o, QAbstractAnimation* x1) { o->removeAnimation(x1); } + Q_INVOKABLE void MsetTargetState(QAbstractTransition* o, QAbstractState* x1) { o->setTargetState(x1); } + Q_INVOKABLE void MsetTargetStates(QAbstractTransition* o, const QList& x1) { o->setTargetStates(x1); } + Q_INVOKABLE void MsetTransitionType(QAbstractTransition* o, QAbstractTransition::TransitionType x1) { o->setTransitionType(x1); } + Q_INVOKABLE QState* MsourceState(QAbstractTransition* o) const { return o->sourceState(); } + Q_INVOKABLE QAbstractState* MtargetState(QAbstractTransition* o) const { return o->targetState(); } + Q_INVOKABLE QList MtargetStates(QAbstractTransition* o) const { return o->targetStates(); } + Q_INVOKABLE int MtransitionType(QAbstractTransition* o) const { return o->transitionType(); } +}; + +class EQL_EXPORT Q18 : public Q124 { // QAction + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1) { return new LAction(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QObject* x2) { return new LAction(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QIcon& x1, const QString& x2, QObject* x3) { return new LAction(u, x1, x2, x3); } + Q_INVOKABLE QActionGroup* MactionGroup(QAction* o) const { return o->actionGroup(); } + Q_INVOKABLE void Mactivate(QAction* o, QAction::ActionEvent x1) { o->activate(x1); } + Q_INVOKABLE QList MassociatedGraphicsWidgets(QAction* o) const { return o->associatedGraphicsWidgets(); } + Q_INVOKABLE QList MassociatedWidgets(QAction* o) const { return o->associatedWidgets(); } + Q_INVOKABLE bool MautoRepeat(QAction* o) const { return o->autoRepeat(); } + Q_INVOKABLE QVariant Mdata(QAction* o) const { return o->data(); } + Q_INVOKABLE QFont Mfont(QAction* o) const { return o->font(); } + Q_INVOKABLE QIcon Micon(QAction* o) const { return o->icon(); } + Q_INVOKABLE QString MiconText(QAction* o) const { return o->iconText(); } + Q_INVOKABLE bool MisCheckable(QAction* o) const { return o->isCheckable(); } + Q_INVOKABLE bool MisChecked(QAction* o) const { return o->isChecked(); } + Q_INVOKABLE bool MisEnabled(QAction* o) const { return o->isEnabled(); } + Q_INVOKABLE bool MisIconVisibleInMenu(QAction* o) const { return o->isIconVisibleInMenu(); } + Q_INVOKABLE bool MisSeparator(QAction* o) const { return o->isSeparator(); } + Q_INVOKABLE bool MisVisible(QAction* o) const { return o->isVisible(); } + Q_INVOKABLE QMenu* Mmenu(QAction* o) const { return o->menu(); } + Q_INVOKABLE int MmenuRole(QAction* o) const { return o->menuRole(); } + Q_INVOKABLE QWidget* MparentWidget(QAction* o) const { return o->parentWidget(); } + Q_INVOKABLE int Mpriority(QAction* o) const { return o->priority(); } + Q_INVOKABLE void MsetActionGroup(QAction* o, QActionGroup* x1) { o->setActionGroup(x1); } + Q_INVOKABLE void MsetAutoRepeat(QAction* o, bool x1) { o->setAutoRepeat(x1); } + Q_INVOKABLE void MsetCheckable(QAction* o, bool x1) { o->setCheckable(x1); } + Q_INVOKABLE void MsetData(QAction* o, const QVariant& x1) { o->setData(x1); } + Q_INVOKABLE void MsetFont(QAction* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetIcon(QAction* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetIconText(QAction* o, const QString& x1) { o->setIconText(x1); } + Q_INVOKABLE void MsetIconVisibleInMenu(QAction* o, bool x1) { o->setIconVisibleInMenu(x1); } + Q_INVOKABLE void MsetMenu(QAction* o, QMenu* x1) { o->setMenu(x1); } + Q_INVOKABLE void MsetMenuRole(QAction* o, QAction::MenuRole x1) { o->setMenuRole(x1); } + Q_INVOKABLE void MsetPriority(QAction* o, QAction::Priority x1) { o->setPriority(x1); } + Q_INVOKABLE void MsetSeparator(QAction* o, bool x1) { o->setSeparator(x1); } + Q_INVOKABLE void MsetShortcut(QAction* o, const QKeySequence& x1) { o->setShortcut(x1); } + Q_INVOKABLE void MsetShortcutContext(QAction* o, Qt::ShortcutContext x1) { o->setShortcutContext(x1); } + Q_INVOKABLE void MsetShortcuts(QAction* o, const QList& x1) { o->setShortcuts(x1); } + Q_INVOKABLE void MsetShortcuts(QAction* o, QKeySequence::StandardKey x1) { o->setShortcuts(x1); } + Q_INVOKABLE void MsetStatusTip(QAction* o, const QString& x1) { o->setStatusTip(x1); } + Q_INVOKABLE void MsetText(QAction* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetToolTip(QAction* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetWhatsThis(QAction* o, const QString& x1) { o->setWhatsThis(x1); } + Q_INVOKABLE QKeySequence Mshortcut(QAction* o) const { return o->shortcut(); } + Q_INVOKABLE int MshortcutContext(QAction* o) const { return o->shortcutContext(); } + Q_INVOKABLE QList Mshortcuts(QAction* o) const { return o->shortcuts(); } + Q_INVOKABLE bool MshowStatusText(QAction* o, QWidget* x1 = 0) { return o->showStatusText(x1); } + Q_INVOKABLE QString MstatusTip(QAction* o) const { return o->statusTip(); } + Q_INVOKABLE QString Mtext(QAction* o) const { return o->text(); } + Q_INVOKABLE QString MtoolTip(QAction* o) const { return o->toolTip(); } + Q_INVOKABLE QString MwhatsThis(QAction* o) const { return o->whatsThis(); } +}; + +class EQL_EXPORT Q19 : public Q124 { // QActionGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1) { return new LActionGroup(u, x1); } + Q_INVOKABLE QList Mactions(QActionGroup* o) const { return o->actions(); } + Q_INVOKABLE QAction* MaddAction(QActionGroup* o, QAction* x1) { return o->addAction(x1); } + Q_INVOKABLE QAction* MaddAction(QActionGroup* o, const QString& x1) { return o->addAction(x1); } + Q_INVOKABLE QAction* MaddAction(QActionGroup* o, const QIcon& x1, const QString& x2) { return o->addAction(x1, x2); } + Q_INVOKABLE QAction* McheckedAction(QActionGroup* o) const { return o->checkedAction(); } + Q_INVOKABLE bool MisEnabled(QActionGroup* o) const { return o->isEnabled(); } + Q_INVOKABLE bool MisExclusive(QActionGroup* o) const { return o->isExclusive(); } + Q_INVOKABLE bool MisVisible(QActionGroup* o) const { return o->isVisible(); } + Q_INVOKABLE void MremoveAction(QActionGroup* o, QAction* x1) { o->removeAction(x1); } +}; + +class EQL_EXPORT Q20 : public Q1 { // QAnimationGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LAnimationGroup(u, x1); } + Q_INVOKABLE void MaddAnimation(QAnimationGroup* o, QAbstractAnimation* x1) { o->addAnimation(x1); } + Q_INVOKABLE QAbstractAnimation* ManimationAt(QAnimationGroup* o, int x1) const { return o->animationAt(x1); } + Q_INVOKABLE int ManimationCount(QAnimationGroup* o) const { return o->animationCount(); } + Q_INVOKABLE void Mclear(QAnimationGroup* o) { o->clear(); } + Q_INVOKABLE int MindexOfAnimation(QAnimationGroup* o, QAbstractAnimation* x1) const { return o->indexOfAnimation(x1); } + Q_INVOKABLE void MinsertAnimation(QAnimationGroup* o, int x1, QAbstractAnimation* x2) { o->insertAnimation(x1, x2); } + Q_INVOKABLE void MremoveAnimation(QAnimationGroup* o, QAbstractAnimation* x1) { o->removeAnimation(x1); } + Q_INVOKABLE QAbstractAnimation* MtakeAnimation(QAnimationGroup* o, int x1) { return o->takeAnimation(x1); } +}; + +class EQL_EXPORT Q24 : public Q124 { // QButtonGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LButtonGroup(u, x1); } + Q_INVOKABLE void MaddButton(QButtonGroup* o, QAbstractButton* x1, int x2 = -1) { o->addButton(x1, x2); } + Q_INVOKABLE QAbstractButton* Mbutton(QButtonGroup* o, int x1) const { return o->button(x1); } + Q_INVOKABLE QList Mbuttons(QButtonGroup* o) const { return o->buttons(); } + Q_INVOKABLE QAbstractButton* McheckedButton(QButtonGroup* o) const { return o->checkedButton(); } + Q_INVOKABLE int McheckedId(QButtonGroup* o) const { return o->checkedId(); } + Q_INVOKABLE bool Mexclusive(QButtonGroup* o) const { return o->exclusive(); } + Q_INVOKABLE int Mid(QButtonGroup* o, QAbstractButton* x1) const { return o->id(x1); } + Q_INVOKABLE void MremoveButton(QButtonGroup* o, QAbstractButton* x1) { o->removeButton(x1); } + Q_INVOKABLE void MsetExclusive(QButtonGroup* o, bool x1) { o->setExclusive(x1); } + Q_INVOKABLE void MsetId(QButtonGroup* o, QAbstractButton* x1, int x2) { o->setId(x1, x2); } +}; + +class EQL_EXPORT Q27 : public Q124 { // QClipboard + Q_OBJECT +public: + Q_INVOKABLE void Mclear(QClipboard* o, QClipboard::Mode x1 = QClipboard::Clipboard) { o->clear(x1); } + Q_INVOKABLE QImage Mimage(QClipboard* o, QClipboard::Mode x1 = QClipboard::Clipboard) const { return o->image(x1); } + Q_INVOKABLE const QMimeData* MmimeData(QClipboard* o, QClipboard::Mode x1 = QClipboard::Clipboard) const { return o->mimeData(x1); } + Q_INVOKABLE bool MownsClipboard(QClipboard* o) const { return o->ownsClipboard(); } + Q_INVOKABLE bool MownsFindBuffer(QClipboard* o) const { return o->ownsFindBuffer(); } + Q_INVOKABLE bool MownsSelection(QClipboard* o) const { return o->ownsSelection(); } + Q_INVOKABLE QPixmap Mpixmap(QClipboard* o, QClipboard::Mode x1 = QClipboard::Clipboard) const { return o->pixmap(x1); } + Q_INVOKABLE void MsetImage(QClipboard* o, const QImage& x1, QClipboard::Mode x2 = QClipboard::Clipboard) { o->setImage(x1, x2); } + Q_INVOKABLE void MsetMimeData(QClipboard* o, QMimeData* x1, QClipboard::Mode x2 = QClipboard::Clipboard) { o->setMimeData(x1, x2); } + Q_INVOKABLE void MsetPixmap(QClipboard* o, const QPixmap& x1, QClipboard::Mode x2 = QClipboard::Clipboard) { o->setPixmap(x1, x2); } + Q_INVOKABLE void MsetText(QClipboard* o, const QString& x1, QClipboard::Mode x2 = QClipboard::Clipboard) { o->setText(x1, x2); } + Q_INVOKABLE bool MsupportsFindBuffer(QClipboard* o) const { return o->supportsFindBuffer(); } + Q_INVOKABLE bool MsupportsSelection(QClipboard* o) const { return o->supportsSelection(); } + Q_INVOKABLE QString Mtext(QClipboard* o, QClipboard::Mode x1 = QClipboard::Clipboard) const { return o->text(x1); } + Q_INVOKABLE QString Mtext(QClipboard* o, QString& x1, QClipboard::Mode x2 = QClipboard::Clipboard) const { return o->text(x1, x2); } +}; + +class EQL_EXPORT Q33 : public Q124 { // QCompleter + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LCompleter(u, x1); } + Q_INVOKABLE void* C(uint u, QAbstractItemModel* x1, QObject* x2 = 0) { return new LCompleter(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QStringList& x1, QObject* x2 = 0) { return new LCompleter(u, x1, x2); } + Q_INVOKABLE int McaseSensitivity(QCompleter* o) const { return o->caseSensitivity(); } + Q_INVOKABLE int McompletionColumn(QCompleter* o) const { return o->completionColumn(); } + Q_INVOKABLE int McompletionCount(QCompleter* o) const { return o->completionCount(); } + Q_INVOKABLE int McompletionMode(QCompleter* o) const { return o->completionMode(); } + Q_INVOKABLE QAbstractItemModel* McompletionModel(QCompleter* o) const { return o->completionModel(); } + Q_INVOKABLE QString McompletionPrefix(QCompleter* o) const { return o->completionPrefix(); } + Q_INVOKABLE int McompletionRole(QCompleter* o) const { return o->completionRole(); } + Q_INVOKABLE QString McurrentCompletion(QCompleter* o) const { return o->currentCompletion(); } + Q_INVOKABLE QModelIndex McurrentIndex(QCompleter* o) const { return o->currentIndex(); } + Q_INVOKABLE int McurrentRow(QCompleter* o) const { return o->currentRow(); } + Q_INVOKABLE int MfilterMode(QCompleter* o) const { return o->filterMode(); } + Q_INVOKABLE int MmaxVisibleItems(QCompleter* o) const { return o->maxVisibleItems(); } + Q_INVOKABLE QAbstractItemModel* Mmodel(QCompleter* o) const { return o->model(); } + Q_INVOKABLE int MmodelSorting(QCompleter* o) const { return o->modelSorting(); } + Q_INVOKABLE QString MpathFromIndex(QCompleter* o, const QModelIndex& x1) const { return o->pathFromIndex(x1); } + Q_INVOKABLE QAbstractItemView* Mpopup(QCompleter* o) const { return o->popup(); } + Q_INVOKABLE void MsetCaseSensitivity(QCompleter* o, Qt::CaseSensitivity x1) { o->setCaseSensitivity(x1); } + Q_INVOKABLE void MsetCompletionColumn(QCompleter* o, int x1) { o->setCompletionColumn(x1); } + Q_INVOKABLE void MsetCompletionMode(QCompleter* o, QCompleter::CompletionMode x1) { o->setCompletionMode(x1); } + Q_INVOKABLE void MsetCompletionRole(QCompleter* o, int x1) { o->setCompletionRole(x1); } + Q_INVOKABLE bool MsetCurrentRow(QCompleter* o, int x1) { return o->setCurrentRow(x1); } + Q_INVOKABLE void MsetFilterMode(QCompleter* o, Qt::MatchFlags x1) { o->setFilterMode(x1); } + Q_INVOKABLE void MsetMaxVisibleItems(QCompleter* o, int x1) { o->setMaxVisibleItems(x1); } + Q_INVOKABLE void MsetModel(QCompleter* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetModelSorting(QCompleter* o, QCompleter::ModelSorting x1) { o->setModelSorting(x1); } + Q_INVOKABLE void MsetPopup(QCompleter* o, QAbstractItemView* x1) { o->setPopup(x1); } + Q_INVOKABLE void MsetWidget(QCompleter* o, QWidget* x1) { o->setWidget(x1); } + Q_INVOKABLE QStringList MsplitPath(QCompleter* o, const QString& x1) const { return o->splitPath(x1); } + Q_INVOKABLE QWidget* Mwidget(QCompleter* o) const { return o->widget(); } + Q_INVOKABLE bool MwrapAround(QCompleter* o) const { return o->wrapAround(); } +}; + +class EQL_EXPORT Q34 : public Q124 { // QCoreApplication + Q_OBJECT +public: + Q_INVOKABLE void MinstallNativeEventFilter(QCoreApplication* o, QAbstractNativeEventFilter* x1) { o->installNativeEventFilter(x1); } + Q_INVOKABLE bool Mnotify(QCoreApplication* o, QObject* x1, QEvent* x2) { return o->notify(x1, x2); } + Q_INVOKABLE void MremoveNativeEventFilter(QCoreApplication* o, QAbstractNativeEventFilter* x1) { o->removeNativeEventFilter(x1); } + Q_INVOKABLE void SaddLibraryPath(const QString& x1) { QCoreApplication::addLibraryPath(x1); } + Q_INVOKABLE QString SapplicationDirPath() { return QCoreApplication::applicationDirPath(); } + Q_INVOKABLE QString SapplicationFilePath() { return QCoreApplication::applicationFilePath(); } + Q_INVOKABLE QString SapplicationName() { return QCoreApplication::applicationName(); } + Q_INVOKABLE qlonglong SapplicationPid() { return QCoreApplication::applicationPid(); } + Q_INVOKABLE QString SapplicationVersion() { return QCoreApplication::applicationVersion(); } + Q_INVOKABLE QStringList Sarguments() { return QCoreApplication::arguments(); } + Q_INVOKABLE bool SclosingDown() { return QCoreApplication::closingDown(); } + Q_INVOKABLE QAbstractEventDispatcher* SeventDispatcher() { return QCoreApplication::eventDispatcher(); } + Q_INVOKABLE int Sexec() { return QCoreApplication::exec(); } + Q_INVOKABLE void Sexit(int x1 = 0) { QCoreApplication::exit(x1); } + Q_INVOKABLE void Sflush() { QCoreApplication::flush(); } + Q_INVOKABLE bool SinstallTranslator(QTranslator* x1) { return QCoreApplication::installTranslator(x1); } + Q_INVOKABLE QCoreApplication* Sinstance() { return QCoreApplication::instance(); } + Q_INVOKABLE bool SisQuitLockEnabled() { return QCoreApplication::isQuitLockEnabled(); } + Q_INVOKABLE bool SisSetuidAllowed() { return QCoreApplication::isSetuidAllowed(); } + Q_INVOKABLE QStringList SlibraryPaths() { return QCoreApplication::libraryPaths(); } + Q_INVOKABLE QString SorganizationDomain() { return QCoreApplication::organizationDomain(); } + Q_INVOKABLE QString SorganizationName() { return QCoreApplication::organizationName(); } + Q_INVOKABLE void SpostEvent(QObject* x1, QEvent* x2, int x3 = Qt::NormalEventPriority) { QCoreApplication::postEvent(x1, x2, x3); } + Q_INVOKABLE void SprocessEvents(QEventLoop::ProcessEventsFlags x1 = QEventLoop::AllEvents) { QCoreApplication::processEvents(x1); } + Q_INVOKABLE void SprocessEvents(QEventLoop::ProcessEventsFlags x1, int x2) { QCoreApplication::processEvents(x1, x2); } + Q_INVOKABLE void SremoveLibraryPath(const QString& x1) { QCoreApplication::removeLibraryPath(x1); } + Q_INVOKABLE void SremovePostedEvents(QObject* x1, int x2 = 0) { QCoreApplication::removePostedEvents(x1, x2); } + Q_INVOKABLE bool SremoveTranslator(QTranslator* x1) { return QCoreApplication::removeTranslator(x1); } + Q_INVOKABLE bool SsendEvent(QObject* x1, QEvent* x2) { return QCoreApplication::sendEvent(x1, x2); } + Q_INVOKABLE void SsendPostedEvents(QObject* x1 = 0, int x2 = 0) { QCoreApplication::sendPostedEvents(x1, x2); } + Q_INVOKABLE void SsetApplicationName(const QString& x1) { QCoreApplication::setApplicationName(x1); } + Q_INVOKABLE void SsetApplicationVersion(const QString& x1) { QCoreApplication::setApplicationVersion(x1); } + Q_INVOKABLE void SsetAttribute(Qt::ApplicationAttribute x1, bool x2 = true) { QCoreApplication::setAttribute(x1, x2); } + Q_INVOKABLE void SsetEventDispatcher(QAbstractEventDispatcher* x1) { QCoreApplication::setEventDispatcher(x1); } + Q_INVOKABLE void SsetLibraryPaths(const QStringList& x1) { QCoreApplication::setLibraryPaths(x1); } + Q_INVOKABLE void SsetOrganizationDomain(const QString& x1) { QCoreApplication::setOrganizationDomain(x1); } + Q_INVOKABLE void SsetOrganizationName(const QString& x1) { QCoreApplication::setOrganizationName(x1); } + Q_INVOKABLE void SsetQuitLockEnabled(bool x1) { QCoreApplication::setQuitLockEnabled(x1); } + Q_INVOKABLE void SsetSetuidAllowed(bool x1) { QCoreApplication::setSetuidAllowed(x1); } + Q_INVOKABLE bool SstartingUp() { return QCoreApplication::startingUp(); } + Q_INVOKABLE bool StestAttribute(Qt::ApplicationAttribute x1) { return QCoreApplication::testAttribute(x1); } + Q_INVOKABLE QString Stranslate(const char* x1, const char* x2, const char* x3 = 0, int x4 = -1) { return QCoreApplication::translate(x1, x2, x3, x4); } +}; + +class EQL_EXPORT Q35 : public Q124 { // QDataWidgetMapper + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LDataWidgetMapper(u, x1); } + Q_INVOKABLE void MaddMapping(QDataWidgetMapper* o, QWidget* x1, int x2) { o->addMapping(x1, x2); } + Q_INVOKABLE void MaddMapping(QDataWidgetMapper* o, QWidget* x1, int x2, const QByteArray& x3) { o->addMapping(x1, x2, x3); } + Q_INVOKABLE void MclearMapping(QDataWidgetMapper* o) { o->clearMapping(); } + Q_INVOKABLE int McurrentIndex(QDataWidgetMapper* o) const { return o->currentIndex(); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegate(QDataWidgetMapper* o) const { return o->itemDelegate(); } + Q_INVOKABLE QByteArray MmappedPropertyName(QDataWidgetMapper* o, QWidget* x1) const { return o->mappedPropertyName(x1); } + Q_INVOKABLE int MmappedSection(QDataWidgetMapper* o, QWidget* x1) const { return o->mappedSection(x1); } + Q_INVOKABLE QWidget* MmappedWidgetAt(QDataWidgetMapper* o, int x1) const { return o->mappedWidgetAt(x1); } + Q_INVOKABLE QAbstractItemModel* Mmodel(QDataWidgetMapper* o) const { return o->model(); } + Q_INVOKABLE int Morientation(QDataWidgetMapper* o) const { return o->orientation(); } + Q_INVOKABLE void MremoveMapping(QDataWidgetMapper* o, QWidget* x1) { o->removeMapping(x1); } + Q_INVOKABLE QModelIndex MrootIndex(QDataWidgetMapper* o) const { return o->rootIndex(); } + Q_INVOKABLE void MsetItemDelegate(QDataWidgetMapper* o, QAbstractItemDelegate* x1) { o->setItemDelegate(x1); } + Q_INVOKABLE void MsetModel(QDataWidgetMapper* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetOrientation(QDataWidgetMapper* o, Qt::Orientation x1) { o->setOrientation(x1); } + Q_INVOKABLE void MsetRootIndex(QDataWidgetMapper* o, const QModelIndex& x1) { o->setRootIndex(x1); } + Q_INVOKABLE void MsetSubmitPolicy(QDataWidgetMapper* o, QDataWidgetMapper::SubmitPolicy x1) { o->setSubmitPolicy(x1); } + Q_INVOKABLE int MsubmitPolicy(QDataWidgetMapper* o) const { return o->submitPolicy(); } +}; + +class EQL_EXPORT Q42 : public Q4 { // QDirModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QStringList& x1, QDir::Filters x2, QDir::SortFlags x3, QObject* x4 = 0) { return new LDirModel(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LDirModel(u, x1); } + Q_INVOKABLE QIcon MfileIcon(QDirModel* o, const QModelIndex& x1) const { return o->fileIcon(x1); } + Q_INVOKABLE QFileInfo MfileInfo(QDirModel* o, const QModelIndex& x1) const { return o->fileInfo(x1); } + Q_INVOKABLE QString MfileName(QDirModel* o, const QModelIndex& x1) const { return o->fileName(x1); } + Q_INVOKABLE QString MfilePath(QDirModel* o, const QModelIndex& x1) const { return o->filePath(x1); } + Q_INVOKABLE int Mfilter(QDirModel* o) const { return o->filter(); } + Q_INVOKABLE QFileIconProvider* MiconProvider(QDirModel* o) const { return o->iconProvider(); } + Q_INVOKABLE QModelIndex Mindex(QDirModel* o, const QString& x1, int x2 = 0) const { return o->index(x1, x2); } + Q_INVOKABLE bool MisDir(QDirModel* o, const QModelIndex& x1) const { return o->isDir(x1); } + Q_INVOKABLE bool MisReadOnly(QDirModel* o) const { return o->isReadOnly(); } + Q_INVOKABLE bool MlazyChildCount(QDirModel* o) const { return o->lazyChildCount(); } + Q_INVOKABLE QModelIndex Mmkdir(QDirModel* o, const QModelIndex& x1, const QString& x2) { return o->mkdir(x1, x2); } + Q_INVOKABLE QStringList MnameFilters(QDirModel* o) const { return o->nameFilters(); } + Q_INVOKABLE bool Mremove(QDirModel* o, const QModelIndex& x1) { return o->remove(x1); } + Q_INVOKABLE bool MresolveSymlinks(QDirModel* o) const { return o->resolveSymlinks(); } + Q_INVOKABLE bool Mrmdir(QDirModel* o, const QModelIndex& x1) { return o->rmdir(x1); } + Q_INVOKABLE void MsetFilter(QDirModel* o, QDir::Filters x1) { o->setFilter(x1); } + Q_INVOKABLE void MsetIconProvider(QDirModel* o, QFileIconProvider* x1) { o->setIconProvider(x1); } + Q_INVOKABLE void MsetLazyChildCount(QDirModel* o, bool x1) { o->setLazyChildCount(x1); } + Q_INVOKABLE void MsetNameFilters(QDirModel* o, const QStringList& x1) { o->setNameFilters(x1); } + Q_INVOKABLE void MsetReadOnly(QDirModel* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetResolveSymlinks(QDirModel* o, bool x1) { o->setResolveSymlinks(x1); } + Q_INVOKABLE void MsetSorting(QDirModel* o, QDir::SortFlags x1) { o->setSorting(x1); } + Q_INVOKABLE int Msorting(QDirModel* o) const { return o->sorting(); } + Q_INVOKABLE int McolumnCount(QDirModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QDirModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MdropMimeData(QDirModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Mflags(QDirModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MhasChildren(QDirModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->hasChildren(x1); } + Q_INVOKABLE QVariant MheaderData(QDirModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE QModelIndex Mindex(QDirModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE QMimeData* MmimeData(QDirModel* o, const QModelIndexList& x1) const { return o->mimeData(x1); } + Q_INVOKABLE QStringList MmimeTypes(QDirModel* o) const { return o->mimeTypes(); } + Q_INVOKABLE QModelIndex Mparent(QDirModel* o, const QModelIndex& x1) const { return o->parent(x1); } + Q_INVOKABLE int MrowCount(QDirModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QDirModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE void Msort(QDirModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE int MsupportedDropActions(QDirModel* o) const { return o->supportedDropActions(); } +}; + +class EQL_EXPORT Q46 : public Q124 { // QDrag + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1) { return new LDrag(u, x1); } + Q_INVOKABLE QPixmap MdragCursor(QDrag* o, Qt::DropAction x1) const { return o->dragCursor(x1); } + Q_INVOKABLE int Mexec(QDrag* o, Qt::DropActions x1 = Qt::MoveAction) { return o->exec(x1); } + Q_INVOKABLE int Mexec(QDrag* o, Qt::DropActions x1, Qt::DropAction x2) { return o->exec(x1, x2); } + Q_INVOKABLE QPoint MhotSpot(QDrag* o) const { return o->hotSpot(); } + Q_INVOKABLE QMimeData* MmimeData(QDrag* o) const { return o->mimeData(); } + Q_INVOKABLE QPixmap Mpixmap(QDrag* o) const { return o->pixmap(); } + Q_INVOKABLE void MsetDragCursor(QDrag* o, const QPixmap& x1, Qt::DropAction x2) { o->setDragCursor(x1, x2); } + Q_INVOKABLE void MsetHotSpot(QDrag* o, const QPoint& x1) { o->setHotSpot(x1); } + Q_INVOKABLE void MsetMimeData(QDrag* o, QMimeData* x1) { o->setMimeData(x1); } + Q_INVOKABLE void MsetPixmap(QDrag* o, const QPixmap& x1) { o->setPixmap(x1); } + Q_INVOKABLE QObject* Msource(QDrag* o) const { return o->source(); } + Q_INVOKABLE int MsupportedActions(QDrag* o) const { return o->supportedActions(); } + Q_INVOKABLE QObject* Mtarget(QDrag* o) const { return o->target(); } +}; + +class EQL_EXPORT Q48 : public Q124 { // QEventLoop + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LEventLoop(u, x1); } + Q_INVOKABLE int Mexec(QEventLoop* o, QEventLoop::ProcessEventsFlags x1 = QEventLoop::AllEvents) { return o->exec(x1); } + Q_INVOKABLE void Mexit(QEventLoop* o, int x1 = 0) { o->exit(x1); } + Q_INVOKABLE bool MisRunning(QEventLoop* o) const { return o->isRunning(); } + Q_INVOKABLE bool MprocessEvents(QEventLoop* o, QEventLoop::ProcessEventsFlags x1 = QEventLoop::AllEvents) { return o->processEvents(x1); } + Q_INVOKABLE void MprocessEvents(QEventLoop* o, QEventLoop::ProcessEventsFlags x1, int x2) { o->processEvents(x1, x2); } + Q_INVOKABLE void MwakeUp(QEventLoop* o) { o->wakeUp(); } + Q_INVOKABLE bool Mevent(QEventLoop* o, QEvent* x1) { return o->event(x1); } +}; + +class EQL_EXPORT Q49 : public Q17 { // QEventTransition + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LEventTransition(u, x1); } + Q_INVOKABLE void* C(uint u, QObject* x1, QEvent::Type x2, QState* x3 = 0) { return new LEventTransition(u, x1, x2, x3); } + Q_INVOKABLE QObject* MeventSource(QEventTransition* o) const { return o->eventSource(); } + Q_INVOKABLE int MeventType(QEventTransition* o) const { return o->eventType(); } + Q_INVOKABLE void MsetEventSource(QEventTransition* o, QObject* x1) { o->setEventSource(x1); } + Q_INVOKABLE void MsetEventType(QEventTransition* o, QEvent::Type x1) { o->setEventType(x1); } +}; + +class EQL_EXPORT Q53 : public Q4 { // QFileSystemModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LFileSystemModel(u, x1); } + Q_INVOKABLE QIcon MfileIcon(QFileSystemModel* o, const QModelIndex& x1) const { return o->fileIcon(x1); } + Q_INVOKABLE QFileInfo MfileInfo(QFileSystemModel* o, const QModelIndex& x1) const { return o->fileInfo(x1); } + Q_INVOKABLE QString MfileName(QFileSystemModel* o, const QModelIndex& x1) const { return o->fileName(x1); } + Q_INVOKABLE QString MfilePath(QFileSystemModel* o, const QModelIndex& x1) const { return o->filePath(x1); } + Q_INVOKABLE int Mfilter(QFileSystemModel* o) const { return o->filter(); } + Q_INVOKABLE QFileIconProvider* MiconProvider(QFileSystemModel* o) const { return o->iconProvider(); } + Q_INVOKABLE QModelIndex Mindex(QFileSystemModel* o, const QString& x1, int x2 = 0) const { return o->index(x1, x2); } + Q_INVOKABLE bool MisDir(QFileSystemModel* o, const QModelIndex& x1) const { return o->isDir(x1); } + Q_INVOKABLE bool MisReadOnly(QFileSystemModel* o) const { return o->isReadOnly(); } + Q_INVOKABLE QDateTime MlastModified(QFileSystemModel* o, const QModelIndex& x1) const { return o->lastModified(x1); } + Q_INVOKABLE QModelIndex Mmkdir(QFileSystemModel* o, const QModelIndex& x1, const QString& x2) { return o->mkdir(x1, x2); } + Q_INVOKABLE QVariant MmyComputer(QFileSystemModel* o, int x1 = Qt::DisplayRole) const { return o->myComputer(x1); } + Q_INVOKABLE bool MnameFilterDisables(QFileSystemModel* o) const { return o->nameFilterDisables(); } + Q_INVOKABLE QStringList MnameFilters(QFileSystemModel* o) const { return o->nameFilters(); } + Q_INVOKABLE int Mpermissions(QFileSystemModel* o, const QModelIndex& x1) const { return o->permissions(x1); } + Q_INVOKABLE bool Mremove(QFileSystemModel* o, const QModelIndex& x1) { return o->remove(x1); } + Q_INVOKABLE bool MresolveSymlinks(QFileSystemModel* o) const { return o->resolveSymlinks(); } + Q_INVOKABLE bool Mrmdir(QFileSystemModel* o, const QModelIndex& x1) { return o->rmdir(x1); } + Q_INVOKABLE QDir MrootDirectory(QFileSystemModel* o) const { return o->rootDirectory(); } + Q_INVOKABLE QString MrootPath(QFileSystemModel* o) const { return o->rootPath(); } + Q_INVOKABLE void MsetFilter(QFileSystemModel* o, QDir::Filters x1) { o->setFilter(x1); } + Q_INVOKABLE void MsetIconProvider(QFileSystemModel* o, QFileIconProvider* x1) { o->setIconProvider(x1); } + Q_INVOKABLE void MsetNameFilterDisables(QFileSystemModel* o, bool x1) { o->setNameFilterDisables(x1); } + Q_INVOKABLE void MsetNameFilters(QFileSystemModel* o, const QStringList& x1) { o->setNameFilters(x1); } + Q_INVOKABLE void MsetReadOnly(QFileSystemModel* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetResolveSymlinks(QFileSystemModel* o, bool x1) { o->setResolveSymlinks(x1); } + Q_INVOKABLE QModelIndex MsetRootPath(QFileSystemModel* o, const QString& x1) { return o->setRootPath(x1); } + Q_INVOKABLE qlonglong Msize(QFileSystemModel* o, const QModelIndex& x1) const { return o->size(x1); } + Q_INVOKABLE QString Mtype(QFileSystemModel* o, const QModelIndex& x1) const { return o->type(x1); } + Q_INVOKABLE bool McanFetchMore(QFileSystemModel* o, const QModelIndex& x1) const { return o->canFetchMore(x1); } + Q_INVOKABLE int McolumnCount(QFileSystemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QFileSystemModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MdropMimeData(QFileSystemModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfetchMore(QFileSystemModel* o, const QModelIndex& x1) { o->fetchMore(x1); } + Q_INVOKABLE int Mflags(QFileSystemModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MhasChildren(QFileSystemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->hasChildren(x1); } + Q_INVOKABLE QVariant MheaderData(QFileSystemModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE QModelIndex Mindex(QFileSystemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE QMimeData* MmimeData(QFileSystemModel* o, const QModelIndexList& x1) const { return o->mimeData(x1); } + Q_INVOKABLE QStringList MmimeTypes(QFileSystemModel* o) const { return o->mimeTypes(); } + Q_INVOKABLE QModelIndex Mparent(QFileSystemModel* o, const QModelIndex& x1) const { return o->parent(x1); } + Q_INVOKABLE int MrowCount(QFileSystemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QFileSystemModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE void Msort(QFileSystemModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE int MsupportedDropActions(QFileSystemModel* o) const { return o->supportedDropActions(); } +}; + +class EQL_EXPORT Q54 : public Q124 { // QFileSystemWatcher + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LFileSystemWatcher(u, x1); } + Q_INVOKABLE void* C(uint u, const QStringList& x1, QObject* x2 = 0) { return new LFileSystemWatcher(u, x1, x2); } + Q_INVOKABLE bool MaddPath(QFileSystemWatcher* o, const QString& x1) { return o->addPath(x1); } + Q_INVOKABLE QStringList MaddPaths(QFileSystemWatcher* o, const QStringList& x1) { return o->addPaths(x1); } + Q_INVOKABLE QStringList Mdirectories(QFileSystemWatcher* o) const { return o->directories(); } + Q_INVOKABLE QStringList Mfiles(QFileSystemWatcher* o) const { return o->files(); } + Q_INVOKABLE bool MremovePath(QFileSystemWatcher* o, const QString& x1) { return o->removePath(x1); } + Q_INVOKABLE QStringList MremovePaths(QFileSystemWatcher* o, const QStringList& x1) { return o->removePaths(x1); } +}; + +class EQL_EXPORT Q55 : public Q14 { // QFinalState + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LFinalState(u, x1); } +}; + +class EQL_EXPORT Q64 : public Q124 { // QGesture + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGesture(u, x1); } + Q_INVOKABLE int MgestureCancelPolicy(QGesture* o) const { return o->gestureCancelPolicy(); } + Q_INVOKABLE int MgestureType(QGesture* o) const { return o->gestureType(); } + Q_INVOKABLE bool MhasHotSpot(QGesture* o) const { return o->hasHotSpot(); } + Q_INVOKABLE QPointF MhotSpot(QGesture* o) const { return o->hotSpot(); } + Q_INVOKABLE void MsetGestureCancelPolicy(QGesture* o, QGesture::GestureCancelPolicy x1) { o->setGestureCancelPolicy(x1); } + Q_INVOKABLE void MsetHotSpot(QGesture* o, const QPointF& x1) { o->setHotSpot(x1); } + Q_INVOKABLE int Mstate(QGesture* o) const { return o->state(); } + Q_INVOKABLE void MunsetHotSpot(QGesture* o) { o->unsetHotSpot(); } +}; + +class EQL_EXPORT Q65 : public Q124 { // QGraphicsAnchor + Q_OBJECT +public: + Q_INVOKABLE void MsetSizePolicy(QGraphicsAnchor* o, QSizePolicy::Policy x1) { o->setSizePolicy(x1); } + Q_INVOKABLE void MsetSpacing(QGraphicsAnchor* o, qreal x1) { o->setSpacing(x1); } + Q_INVOKABLE int MsizePolicy(QGraphicsAnchor* o) const { return o->sizePolicy(); } + Q_INVOKABLE qreal Mspacing(QGraphicsAnchor* o) const { return o->spacing(); } + Q_INVOKABLE void MunsetSpacing(QGraphicsAnchor* o) { o->unsetSpacing(); } +}; + +class EQL_EXPORT Q69 : public Q124 { // QGraphicsEffect + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsEffect(u, x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsEffect* o) const { return o->boundingRect(); } + Q_INVOKABLE QRectF MboundingRectFor(QGraphicsEffect* o, const QRectF& x1) const { return o->boundingRectFor(x1); } + Q_INVOKABLE bool MisEnabled(QGraphicsEffect* o) const { return o->isEnabled(); } + Q_INVOKABLE void MdrawSource(QGraphicsEffect* o, QPainter* x1) { ((LGraphicsEffect*)o)->drawSource(x1); } + Q_INVOKABLE QRectF MsourceBoundingRect(QGraphicsEffect* o, Qt::CoordinateSystem x1 = Qt::LogicalCoordinates) const { return ((LGraphicsEffect*)o)->sourceBoundingRect(x1); } + Q_INVOKABLE bool MsourceIsPixmap(QGraphicsEffect* o) const { return ((LGraphicsEffect*)o)->sourceIsPixmap(); } + Q_INVOKABLE void MupdateBoundingRect(QGraphicsEffect* o) { ((LGraphicsEffect*)o)->updateBoundingRect(); } +}; + +class EQL_EXPORT Q70 : public Q124 { // QGraphicsObject + Q_OBJECT +public: + Q_INVOKABLE void MgrabGesture(QGraphicsObject* o, Qt::GestureType x1, Qt::GestureFlags x2 = Qt::GestureFlags()) { o->grabGesture(x1, x2); } + Q_INVOKABLE void MungrabGesture(QGraphicsObject* o, Qt::GestureType x1) { o->ungrabGesture(x1); } +}; + +class EQL_EXPORT Q71 : public Q69 { // QGraphicsOpacityEffect + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsOpacityEffect(u, x1); } + Q_INVOKABLE qreal Mopacity(QGraphicsOpacityEffect* o) const { return o->opacity(); } + Q_INVOKABLE QBrush MopacityMask(QGraphicsOpacityEffect* o) const { return o->opacityMask(); } +}; + +class EQL_EXPORT Q75 : public Q124 { // QGraphicsScene + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsScene(u, x1); } + Q_INVOKABLE void* C(uint u, const QRectF& x1, QObject* x2 = 0) { return new LGraphicsScene(u, x1, x2); } + Q_INVOKABLE void* C(uint u, qreal x1, qreal x2, qreal x3, qreal x4, QObject* x5 = 0) { return new LGraphicsScene(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE QGraphicsItem* MactivePanel(QGraphicsScene* o) const { return o->activePanel(); } + Q_INVOKABLE QGraphicsWidget* MactiveWindow(QGraphicsScene* o) const { return o->activeWindow(); } + Q_INVOKABLE QGraphicsEllipseItem* MaddEllipse(QGraphicsScene* o, const QRectF& x1, const QPen& x2 = QPen(), const QBrush& x3 = QBrush()) { return o->addEllipse(x1, x2, x3); } + Q_INVOKABLE QGraphicsEllipseItem* MaddEllipse(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4, const QPen& x5 = QPen(), const QBrush& x6 = QBrush()) { return o->addEllipse(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MaddItem(QGraphicsScene* o, QGraphicsItem* x1) { o->addItem(x1); } + Q_INVOKABLE QGraphicsLineItem* MaddLine(QGraphicsScene* o, const QLineF& x1, const QPen& x2 = QPen()) { return o->addLine(x1, x2); } + Q_INVOKABLE QGraphicsLineItem* MaddLine(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4, const QPen& x5 = QPen()) { return o->addLine(x1, x2, x3, x4, x5); } + Q_INVOKABLE QGraphicsPathItem* MaddPath(QGraphicsScene* o, const QPainterPath& x1, const QPen& x2 = QPen(), const QBrush& x3 = QBrush()) { return o->addPath(x1, x2, x3); } + Q_INVOKABLE QGraphicsPixmapItem* MaddPixmap(QGraphicsScene* o, const QPixmap& x1) { return o->addPixmap(x1); } + Q_INVOKABLE QGraphicsPolygonItem* MaddPolygon(QGraphicsScene* o, const QPolygonF& x1, const QPen& x2 = QPen(), const QBrush& x3 = QBrush()) { return o->addPolygon(x1, x2, x3); } + Q_INVOKABLE QGraphicsRectItem* MaddRect(QGraphicsScene* o, const QRectF& x1, const QPen& x2 = QPen(), const QBrush& x3 = QBrush()) { return o->addRect(x1, x2, x3); } + Q_INVOKABLE QGraphicsRectItem* MaddRect(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4, const QPen& x5 = QPen(), const QBrush& x6 = QBrush()) { return o->addRect(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QGraphicsSimpleTextItem* MaddSimpleText(QGraphicsScene* o, const QString& x1, const QFont& x2 = QFont()) { return o->addSimpleText(x1, x2); } + Q_INVOKABLE QGraphicsTextItem* MaddText(QGraphicsScene* o, const QString& x1, const QFont& x2 = QFont()) { return o->addText(x1, x2); } + Q_INVOKABLE QGraphicsProxyWidget* MaddWidget(QGraphicsScene* o, QWidget* x1, Qt::WindowFlags x2 = 0) { return o->addWidget(x1, x2); } + Q_INVOKABLE QBrush MbackgroundBrush(QGraphicsScene* o) const { return o->backgroundBrush(); } + Q_INVOKABLE int MbspTreeDepth(QGraphicsScene* o) const { return o->bspTreeDepth(); } + Q_INVOKABLE void MclearFocus(QGraphicsScene* o) { o->clearFocus(); } + Q_INVOKABLE QList McollidingItems(QGraphicsScene* o, const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { return o->collidingItems(x1, x2); } + Q_INVOKABLE QGraphicsItemGroup* McreateItemGroup(QGraphicsScene* o, const QList& x1) { return o->createItemGroup(x1); } + Q_INVOKABLE void MdestroyItemGroup(QGraphicsScene* o, QGraphicsItemGroup* x1) { o->destroyItemGroup(x1); } + Q_INVOKABLE QGraphicsItem* MfocusItem(QGraphicsScene* o) const { return o->focusItem(); } + Q_INVOKABLE QFont Mfont(QGraphicsScene* o) const { return o->font(); } + Q_INVOKABLE QBrush MforegroundBrush(QGraphicsScene* o) const { return o->foregroundBrush(); } + Q_INVOKABLE bool MhasFocus(QGraphicsScene* o) const { return o->hasFocus(); } + Q_INVOKABLE qreal Mheight(QGraphicsScene* o) const { return o->height(); } + Q_INVOKABLE QVariant MinputMethodQuery(QGraphicsScene* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE void Minvalidate(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4, QGraphicsScene::SceneLayers x5 = QGraphicsScene::AllLayers) { o->invalidate(x1, x2, x3, x4, x5); } + Q_INVOKABLE bool MisActive(QGraphicsScene* o) const { return o->isActive(); } + Q_INVOKABLE QGraphicsItem* MitemAt(QGraphicsScene* o, const QPointF& x1, const QTransform& x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE QGraphicsItem* MitemAt(QGraphicsScene* o, qreal x1, qreal x2, const QTransform& x3) const { return o->itemAt(x1, x2, x3); } + Q_INVOKABLE int MitemIndexMethod(QGraphicsScene* o) const { return o->itemIndexMethod(); } + Q_INVOKABLE QList Mitems(QGraphicsScene* o, Qt::SortOrder x1 = Qt::DescendingOrder) const { return o->items(x1); } + Q_INVOKABLE QList Mitems(QGraphicsScene* o, const QPointF& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape, Qt::SortOrder x3 = Qt::DescendingOrder, const QTransform& x4 = QTransform()) const { return o->items(x1, x2, x3, x4); } + Q_INVOKABLE QList Mitems(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4, Qt::ItemSelectionMode x5, Qt::SortOrder x6, const QTransform& x7 = QTransform()) const { return o->items(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE QList Mitems(QGraphicsScene* o, const QRectF& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape, Qt::SortOrder x3 = Qt::DescendingOrder, const QTransform& x4 = QTransform()) const { return o->items(x1, x2, x3, x4); } + Q_INVOKABLE QList Mitems(QGraphicsScene* o, const QPolygonF& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape, Qt::SortOrder x3 = Qt::DescendingOrder, const QTransform& x4 = QTransform()) const { return o->items(x1, x2, x3, x4); } + Q_INVOKABLE QList Mitems(QGraphicsScene* o, const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape, Qt::SortOrder x3 = Qt::DescendingOrder, const QTransform& x4 = QTransform()) const { return o->items(x1, x2, x3, x4); } + Q_INVOKABLE QRectF MitemsBoundingRect(QGraphicsScene* o) const { return o->itemsBoundingRect(); } + Q_INVOKABLE qreal MminimumRenderSize(QGraphicsScene* o) const { return o->minimumRenderSize(); } + Q_INVOKABLE QGraphicsItem* MmouseGrabberItem(QGraphicsScene* o) const { return o->mouseGrabberItem(); } + Q_INVOKABLE QPalette Mpalette(QGraphicsScene* o) const { return o->palette(); } + Q_INVOKABLE void MremoveItem(QGraphicsScene* o, QGraphicsItem* x1) { o->removeItem(x1); } + Q_INVOKABLE void Mrender(QGraphicsScene* o, QPainter* x1, const QRectF& x2 = QRectF(), const QRectF& x3 = QRectF(), Qt::AspectRatioMode x4 = Qt::KeepAspectRatio) { o->render(x1, x2, x3, x4); } + Q_INVOKABLE QRectF MsceneRect(QGraphicsScene* o) const { return o->sceneRect(); } + Q_INVOKABLE QList MselectedItems(QGraphicsScene* o) const { return o->selectedItems(); } + Q_INVOKABLE QPainterPath MselectionArea(QGraphicsScene* o) const { return o->selectionArea(); } + Q_INVOKABLE bool MsendEvent(QGraphicsScene* o, QGraphicsItem* x1, QEvent* x2) { return o->sendEvent(x1, x2); } + Q_INVOKABLE void MsetActivePanel(QGraphicsScene* o, QGraphicsItem* x1) { o->setActivePanel(x1); } + Q_INVOKABLE void MsetActiveWindow(QGraphicsScene* o, QGraphicsWidget* x1) { o->setActiveWindow(x1); } + Q_INVOKABLE void MsetBackgroundBrush(QGraphicsScene* o, const QBrush& x1) { o->setBackgroundBrush(x1); } + Q_INVOKABLE void MsetBspTreeDepth(QGraphicsScene* o, int x1) { o->setBspTreeDepth(x1); } + Q_INVOKABLE void MsetFocus(QGraphicsScene* o, Qt::FocusReason x1 = Qt::OtherFocusReason) { o->setFocus(x1); } + Q_INVOKABLE void MsetFocusItem(QGraphicsScene* o, QGraphicsItem* x1, Qt::FocusReason x2 = Qt::OtherFocusReason) { o->setFocusItem(x1, x2); } + Q_INVOKABLE void MsetFont(QGraphicsScene* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetForegroundBrush(QGraphicsScene* o, const QBrush& x1) { o->setForegroundBrush(x1); } + Q_INVOKABLE void MsetItemIndexMethod(QGraphicsScene* o, QGraphicsScene::ItemIndexMethod x1) { o->setItemIndexMethod(x1); } + Q_INVOKABLE void MsetMinimumRenderSize(QGraphicsScene* o, qreal x1) { o->setMinimumRenderSize(x1); } + Q_INVOKABLE void MsetPalette(QGraphicsScene* o, const QPalette& x1) { o->setPalette(x1); } + Q_INVOKABLE void MsetSceneRect(QGraphicsScene* o, const QRectF& x1) { o->setSceneRect(x1); } + Q_INVOKABLE void MsetSceneRect(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setSceneRect(x1, x2, x3, x4); } + Q_INVOKABLE void MsetSelectionArea(QGraphicsScene* o, const QPainterPath& x1, const QTransform& x2) { o->setSelectionArea(x1, x2); } + Q_INVOKABLE void MsetSelectionArea(QGraphicsScene* o, const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape, const QTransform& x3 = QTransform()) { o->setSelectionArea(x1, x2, x3); } + Q_INVOKABLE void MsetSelectionArea(QGraphicsScene* o, const QPainterPath& x1, Qt::ItemSelectionOperation x2, Qt::ItemSelectionMode x3 = Qt::IntersectsItemShape, const QTransform& x4 = QTransform()) { o->setSelectionArea(x1, x2, x3, x4); } + Q_INVOKABLE void MsetStickyFocus(QGraphicsScene* o, bool x1) { o->setStickyFocus(x1); } + Q_INVOKABLE void MsetStyle(QGraphicsScene* o, QStyle* x1) { o->setStyle(x1); } + Q_INVOKABLE bool MstickyFocus(QGraphicsScene* o) const { return o->stickyFocus(); } + Q_INVOKABLE QStyle* Mstyle(QGraphicsScene* o) const { return o->style(); } + Q_INVOKABLE void Mupdate(QGraphicsScene* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->update(x1, x2, x3, x4); } + Q_INVOKABLE QList Mviews(QGraphicsScene* o) const { return o->views(); } + Q_INVOKABLE qreal Mwidth(QGraphicsScene* o) const { return o->width(); } +}; + +class EQL_EXPORT Q77 : public Q70 { // QGraphicsTextItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsTextItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QGraphicsItem* x2 = 0) { return new LGraphicsTextItem(u, x1, x2); } + Q_INVOKABLE void MadjustSize(QGraphicsTextItem* o) { o->adjustSize(); } + Q_INVOKABLE QColor MdefaultTextColor(QGraphicsTextItem* o) const { return o->defaultTextColor(); } + Q_INVOKABLE QTextDocument* Mdocument(QGraphicsTextItem* o) const { return o->document(); } + Q_INVOKABLE QFont Mfont(QGraphicsTextItem* o) const { return o->font(); } + Q_INVOKABLE bool MopenExternalLinks(QGraphicsTextItem* o) const { return o->openExternalLinks(); } + Q_INVOKABLE void MsetDefaultTextColor(QGraphicsTextItem* o, const QColor& x1) { o->setDefaultTextColor(x1); } + Q_INVOKABLE void MsetDocument(QGraphicsTextItem* o, QTextDocument* x1) { o->setDocument(x1); } + Q_INVOKABLE void MsetFont(QGraphicsTextItem* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetHtml(QGraphicsTextItem* o, const QString& x1) { o->setHtml(x1); } + Q_INVOKABLE void MsetOpenExternalLinks(QGraphicsTextItem* o, bool x1) { o->setOpenExternalLinks(x1); } + Q_INVOKABLE void MsetPlainText(QGraphicsTextItem* o, const QString& x1) { o->setPlainText(x1); } + Q_INVOKABLE void MsetTabChangesFocus(QGraphicsTextItem* o, bool x1) { o->setTabChangesFocus(x1); } + Q_INVOKABLE void MsetTextCursor(QGraphicsTextItem* o, const QTextCursor& x1) { o->setTextCursor(x1); } + Q_INVOKABLE void MsetTextInteractionFlags(QGraphicsTextItem* o, Qt::TextInteractionFlags x1) { o->setTextInteractionFlags(x1); } + Q_INVOKABLE void MsetTextWidth(QGraphicsTextItem* o, qreal x1) { o->setTextWidth(x1); } + Q_INVOKABLE bool MtabChangesFocus(QGraphicsTextItem* o) const { return o->tabChangesFocus(); } + Q_INVOKABLE QTextCursor MtextCursor(QGraphicsTextItem* o) const { return o->textCursor(); } + Q_INVOKABLE int MtextInteractionFlags(QGraphicsTextItem* o) const { return o->textInteractionFlags(); } + Q_INVOKABLE qreal MtextWidth(QGraphicsTextItem* o) const { return o->textWidth(); } + Q_INVOKABLE QString MtoHtml(QGraphicsTextItem* o) const { return o->toHtml(); } + Q_INVOKABLE QString MtoPlainText(QGraphicsTextItem* o) const { return o->toPlainText(); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsTextItem* o) const { return o->boundingRect(); } + Q_INVOKABLE bool Mcontains(QGraphicsTextItem* o, const QPointF& x1) const { return o->contains(x1); } + Q_INVOKABLE bool MisObscuredBy(QGraphicsTextItem* o, const QGraphicsItem* x1) const { return o->isObscuredBy(x1); } + Q_INVOKABLE QPainterPath MopaqueArea(QGraphicsTextItem* o) const { return o->opaqueArea(); } + Q_INVOKABLE void Mpaint(QGraphicsTextItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { o->paint(x1, x2, x3); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsTextItem* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsTextItem* o) const { return o->type(); } +}; + +class EQL_EXPORT Q78 : public Q124 { // QGraphicsTransform + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsTransform(u, x1); } + Q_INVOKABLE void MapplyTo(QGraphicsTransform* o, QMatrix4x4* x1) const { o->applyTo(x1); } +}; + +class EQL_EXPORT Q81 : public Q70 { // QGraphicsWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0, Qt::WindowFlags x2 = 0) { return new LGraphicsWidget(u, x1, x2); } + Q_INVOKABLE QList Mactions(QGraphicsWidget* o) const { return o->actions(); } + Q_INVOKABLE void MaddAction(QGraphicsWidget* o, QAction* x1) { o->addAction(x1); } + Q_INVOKABLE void MaddActions(QGraphicsWidget* o, const QList& x1) { o->addActions(x1); } + Q_INVOKABLE void MadjustSize(QGraphicsWidget* o) { o->adjustSize(); } + Q_INVOKABLE bool MautoFillBackground(QGraphicsWidget* o) const { return o->autoFillBackground(); } + Q_INVOKABLE int MfocusPolicy(QGraphicsWidget* o) const { return o->focusPolicy(); } + Q_INVOKABLE QGraphicsWidget* MfocusWidget(QGraphicsWidget* o) const { return o->focusWidget(); } + Q_INVOKABLE QFont Mfont(QGraphicsWidget* o) const { return o->font(); } + Q_INVOKABLE int MgrabShortcut(QGraphicsWidget* o, const QKeySequence& x1, Qt::ShortcutContext x2 = Qt::WindowShortcut) { return o->grabShortcut(x1, x2); } + Q_INVOKABLE void MinsertAction(QGraphicsWidget* o, QAction* x1, QAction* x2) { o->insertAction(x1, x2); } + Q_INVOKABLE void MinsertActions(QGraphicsWidget* o, QAction* x1, QList x2) { o->insertActions(x1, x2); } + Q_INVOKABLE bool MisActiveWindow(QGraphicsWidget* o) const { return o->isActiveWindow(); } + Q_INVOKABLE QGraphicsLayout* Mlayout(QGraphicsWidget* o) const { return o->layout(); } + Q_INVOKABLE int MlayoutDirection(QGraphicsWidget* o) const { return o->layoutDirection(); } + Q_INVOKABLE void MpaintWindowFrame(QGraphicsWidget* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paintWindowFrame(x1, x2, x3); } + Q_INVOKABLE QPalette Mpalette(QGraphicsWidget* o) const { return o->palette(); } + Q_INVOKABLE QRectF Mrect(QGraphicsWidget* o) const { return o->rect(); } + Q_INVOKABLE void MreleaseShortcut(QGraphicsWidget* o, int x1) { o->releaseShortcut(x1); } + Q_INVOKABLE void MremoveAction(QGraphicsWidget* o, QAction* x1) { o->removeAction(x1); } + Q_INVOKABLE void Mresize(QGraphicsWidget* o, const QSizeF& x1) { o->resize(x1); } + Q_INVOKABLE void Mresize(QGraphicsWidget* o, qreal x1, qreal x2) { o->resize(x1, x2); } + Q_INVOKABLE void MsetAttribute(QGraphicsWidget* o, Qt::WidgetAttribute x1, bool x2 = true) { o->setAttribute(x1, x2); } + Q_INVOKABLE void MsetAutoFillBackground(QGraphicsWidget* o, bool x1) { o->setAutoFillBackground(x1); } + Q_INVOKABLE void MsetContentsMargins(QGraphicsWidget* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setContentsMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MsetFocusPolicy(QGraphicsWidget* o, Qt::FocusPolicy x1) { o->setFocusPolicy(x1); } + Q_INVOKABLE void MsetFont(QGraphicsWidget* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetGeometry(QGraphicsWidget* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setGeometry(x1, x2, x3, x4); } + Q_INVOKABLE void MsetLayout(QGraphicsWidget* o, QGraphicsLayout* x1) { o->setLayout(x1); } + Q_INVOKABLE void MsetLayoutDirection(QGraphicsWidget* o, Qt::LayoutDirection x1) { o->setLayoutDirection(x1); } + Q_INVOKABLE void MsetPalette(QGraphicsWidget* o, const QPalette& x1) { o->setPalette(x1); } + Q_INVOKABLE void MsetShortcutAutoRepeat(QGraphicsWidget* o, int x1, bool x2 = true) { o->setShortcutAutoRepeat(x1, x2); } + Q_INVOKABLE void MsetShortcutEnabled(QGraphicsWidget* o, int x1, bool x2 = true) { o->setShortcutEnabled(x1, x2); } + Q_INVOKABLE void MsetStyle(QGraphicsWidget* o, QStyle* x1) { o->setStyle(x1); } + Q_INVOKABLE void MsetWindowFlags(QGraphicsWidget* o, Qt::WindowFlags x1) { o->setWindowFlags(x1); } + Q_INVOKABLE void MsetWindowFrameMargins(QGraphicsWidget* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setWindowFrameMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MsetWindowTitle(QGraphicsWidget* o, const QString& x1) { o->setWindowTitle(x1); } + Q_INVOKABLE QSizeF Msize(QGraphicsWidget* o) const { return o->size(); } + Q_INVOKABLE QStyle* Mstyle(QGraphicsWidget* o) const { return o->style(); } + Q_INVOKABLE bool MtestAttribute(QGraphicsWidget* o, Qt::WidgetAttribute x1) const { return o->testAttribute(x1); } + Q_INVOKABLE void MunsetLayoutDirection(QGraphicsWidget* o) { o->unsetLayoutDirection(); } + Q_INVOKABLE void MunsetWindowFrameMargins(QGraphicsWidget* o) { o->unsetWindowFrameMargins(); } + Q_INVOKABLE int MwindowFlags(QGraphicsWidget* o) const { return o->windowFlags(); } + Q_INVOKABLE QRectF MwindowFrameGeometry(QGraphicsWidget* o) const { return o->windowFrameGeometry(); } + Q_INVOKABLE QRectF MwindowFrameRect(QGraphicsWidget* o) const { return o->windowFrameRect(); } + Q_INVOKABLE QString MwindowTitle(QGraphicsWidget* o) const { return o->windowTitle(); } + Q_INVOKABLE int MwindowType(QGraphicsWidget* o) const { return o->windowType(); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsWidget* o) const { return o->boundingRect(); } + Q_INVOKABLE void Mpaint(QGraphicsWidget* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE void MsetGeometry(QGraphicsWidget* o, const QRectF& x1) { o->setGeometry(x1); } + Q_INVOKABLE QPainterPath Mshape(QGraphicsWidget* o) const { return o->shape(); } + Q_INVOKABLE int Mtype(QGraphicsWidget* o) const { return o->type(); } + Q_INVOKABLE void SsetTabOrder(QGraphicsWidget* x1, QGraphicsWidget* x2) { QGraphicsWidget::setTabOrder(x1, x2); } +}; + +class EQL_EXPORT Q84 : public Q34 { // QGuiApplication + Q_OBJECT +public: + Q_INVOKABLE qreal MdevicePixelRatio(QGuiApplication* o) const { return o->devicePixelRatio(); } + Q_INVOKABLE bool MisSavingSession(QGuiApplication* o) const { return o->isSavingSession(); } + Q_INVOKABLE bool MisSessionRestored(QGuiApplication* o) const { return o->isSessionRestored(); } + Q_INVOKABLE QString MsessionId(QGuiApplication* o) const { return o->sessionId(); } + Q_INVOKABLE QString MsessionKey(QGuiApplication* o) const { return o->sessionKey(); } + Q_INVOKABLE bool Mnotify(QGuiApplication* o, QObject* x1, QEvent* x2) { return o->notify(x1, x2); } + Q_INVOKABLE QWindowList SallWindows() { return QGuiApplication::allWindows(); } + Q_INVOKABLE QString SapplicationDisplayName() { return QGuiApplication::applicationDisplayName(); } + Q_INVOKABLE int SapplicationState() { return QGuiApplication::applicationState(); } + Q_INVOKABLE void SchangeOverrideCursor(const QCursor& x1) { QGuiApplication::changeOverrideCursor(x1); } + Q_INVOKABLE QClipboard* Sclipboard() { return QGuiApplication::clipboard(); } + Q_INVOKABLE bool SdesktopSettingsAware() { return QGuiApplication::desktopSettingsAware(); } + Q_INVOKABLE int Sexec() { return QGuiApplication::exec(); } + Q_INVOKABLE QObject* SfocusObject() { return QGuiApplication::focusObject(); } + Q_INVOKABLE QWindow* SfocusWindow() { return QGuiApplication::focusWindow(); } + Q_INVOKABLE QFont Sfont() { return QGuiApplication::font(); } + Q_INVOKABLE QInputMethod* SinputMethod() { return QGuiApplication::inputMethod(); } + Q_INVOKABLE bool SisLeftToRight() { return QGuiApplication::isLeftToRight(); } + Q_INVOKABLE bool SisRightToLeft() { return QGuiApplication::isRightToLeft(); } + Q_INVOKABLE int SkeyboardModifiers() { return QGuiApplication::keyboardModifiers(); } + Q_INVOKABLE int SlayoutDirection() { return QGuiApplication::layoutDirection(); } + Q_INVOKABLE QWindow* SmodalWindow() { return QGuiApplication::modalWindow(); } + Q_INVOKABLE int SmouseButtons() { return QGuiApplication::mouseButtons(); } + Q_INVOKABLE QCursor* SoverrideCursor() { return QGuiApplication::overrideCursor(); } + Q_INVOKABLE QPalette Spalette() { return QGuiApplication::palette(); } + Q_INVOKABLE QFunctionPointer SplatformFunction(const QByteArray& x1) { return QGuiApplication::platformFunction(x1); } + Q_INVOKABLE QString SplatformName() { return QGuiApplication::platformName(); } + Q_INVOKABLE QPlatformNativeInterface* SplatformNativeInterface() { return QGuiApplication::platformNativeInterface(); } + Q_INVOKABLE QScreen* SprimaryScreen() { return QGuiApplication::primaryScreen(); } + Q_INVOKABLE int SqueryKeyboardModifiers() { return QGuiApplication::queryKeyboardModifiers(); } + Q_INVOKABLE bool SquitOnLastWindowClosed() { return QGuiApplication::quitOnLastWindowClosed(); } + Q_INVOKABLE void SrestoreOverrideCursor() { QGuiApplication::restoreOverrideCursor(); } + Q_INVOKABLE QList Sscreens() { return QGuiApplication::screens(); } + Q_INVOKABLE void SsetApplicationDisplayName(const QString& x1) { QGuiApplication::setApplicationDisplayName(x1); } + Q_INVOKABLE void SsetDesktopSettingsAware(bool x1) { QGuiApplication::setDesktopSettingsAware(x1); } + Q_INVOKABLE void SsetFont(const QFont& x1) { QGuiApplication::setFont(x1); } + Q_INVOKABLE void SsetLayoutDirection(Qt::LayoutDirection x1) { QGuiApplication::setLayoutDirection(x1); } + Q_INVOKABLE void SsetOverrideCursor(const QCursor& x1) { QGuiApplication::setOverrideCursor(x1); } + Q_INVOKABLE void SsetPalette(const QPalette& x1) { QGuiApplication::setPalette(x1); } + Q_INVOKABLE void SsetQuitOnLastWindowClosed(bool x1) { QGuiApplication::setQuitOnLastWindowClosed(x1); } + Q_INVOKABLE void SsetWindowIcon(const QIcon& x1) { QGuiApplication::setWindowIcon(x1); } + Q_INVOKABLE QStyleHints* SstyleHints() { return QGuiApplication::styleHints(); } + Q_INVOKABLE void Ssync() { QGuiApplication::sync(); } + Q_INVOKABLE QWindow* StopLevelAt(const QPoint& x1) { return QGuiApplication::topLevelAt(x1); } + Q_INVOKABLE QWindowList StopLevelWindows() { return QGuiApplication::topLevelWindows(); } + Q_INVOKABLE QIcon SwindowIcon() { return QGuiApplication::windowIcon(); } +}; + +class EQL_EXPORT Q95 : public Q14 { // QHistoryState + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LHistoryState(u, x1); } + Q_INVOKABLE void* C(uint u, QHistoryState::HistoryType x1, QState* x2 = 0) { return new LHistoryState(u, x1, x2); } + Q_INVOKABLE QAbstractState* MdefaultState(QHistoryState* o) const { return o->defaultState(); } + Q_INVOKABLE int MhistoryType(QHistoryState* o) const { return o->historyType(); } + Q_INVOKABLE void MsetDefaultState(QHistoryState* o, QAbstractState* x1) { o->setDefaultState(x1); } + Q_INVOKABLE void MsetHistoryType(QHistoryState* o, QHistoryState::HistoryType x1) { o->setHistoryType(x1); } +}; + +class EQL_EXPORT Q96 : public Q124 { // QIODevice + Q_OBJECT +public: + Q_INVOKABLE bool MatEnd(QIODevice* o) const { return o->atEnd(); } + Q_INVOKABLE qlonglong MbytesAvailable(QIODevice* o) const { return o->bytesAvailable(); } + Q_INVOKABLE qlonglong MbytesToWrite(QIODevice* o) const { return o->bytesToWrite(); } + Q_INVOKABLE bool McanReadLine(QIODevice* o) const { return o->canReadLine(); } + Q_INVOKABLE void Mclose(QIODevice* o) { o->close(); } + Q_INVOKABLE QString MerrorString(QIODevice* o) const { return o->errorString(); } + Q_INVOKABLE bool MgetChar(QIODevice* o, char* x1) { return o->getChar(x1); } + Q_INVOKABLE bool MisOpen(QIODevice* o) const { return o->isOpen(); } + Q_INVOKABLE bool MisReadable(QIODevice* o) const { return o->isReadable(); } + Q_INVOKABLE bool MisSequential(QIODevice* o) const { return o->isSequential(); } + Q_INVOKABLE bool MisTextModeEnabled(QIODevice* o) const { return o->isTextModeEnabled(); } + Q_INVOKABLE bool MisWritable(QIODevice* o) const { return o->isWritable(); } + Q_INVOKABLE bool Mopen(QIODevice* o, QIODevice::OpenMode x1) { return o->open(x1); } + Q_INVOKABLE int MopenMode(QIODevice* o) const { return o->openMode(); } + Q_INVOKABLE qlonglong Mpeek(QIODevice* o, char* x1, qint64 x2) { return o->peek(x1, x2); } + Q_INVOKABLE QByteArray Mpeek(QIODevice* o, qint64 x1) { return o->peek(x1); } + Q_INVOKABLE qlonglong Mpos(QIODevice* o) const { return o->pos(); } + Q_INVOKABLE bool MputChar(QIODevice* o, char x1) { return o->putChar(x1); } + Q_INVOKABLE qlonglong Mread(QIODevice* o, char* x1, qint64 x2) { return o->read(x1, x2); } + Q_INVOKABLE QByteArray Mread(QIODevice* o, qint64 x1) { return o->read(x1); } + Q_INVOKABLE QByteArray MreadAll(QIODevice* o) { return o->readAll(); } + Q_INVOKABLE qlonglong MreadLine(QIODevice* o, char* x1, qint64 x2) { return o->readLine(x1, x2); } + Q_INVOKABLE QByteArray MreadLine(QIODevice* o, qint64 x1 = 0) { return o->readLine(x1); } + Q_INVOKABLE bool Mreset(QIODevice* o) { return o->reset(); } + Q_INVOKABLE bool Mseek(QIODevice* o, qint64 x1) { return o->seek(x1); } + Q_INVOKABLE void MsetTextModeEnabled(QIODevice* o, bool x1) { o->setTextModeEnabled(x1); } + Q_INVOKABLE qlonglong Msize(QIODevice* o) const { return o->size(); } + Q_INVOKABLE void MungetChar(QIODevice* o, char x1) { o->ungetChar(x1); } + Q_INVOKABLE bool MwaitForBytesWritten(QIODevice* o, int x1) { return o->waitForBytesWritten(x1); } + Q_INVOKABLE bool MwaitForReadyRead(QIODevice* o, int x1) { return o->waitForReadyRead(x1); } + Q_INVOKABLE qlonglong Mwrite(QIODevice* o, const char* x1, qint64 x2) { return o->write(x1, x2); } + Q_INVOKABLE qlonglong Mwrite(QIODevice* o, const char* x1) { return o->write(x1); } + Q_INVOKABLE qlonglong Mwrite(QIODevice* o, const QByteArray& x1) { return o->write(x1); } + Q_INVOKABLE void MsetErrorString(QIODevice* o, const QString& x1) { ((LIODevice*)o)->setErrorString(x1); } + Q_INVOKABLE void MsetOpenMode(QIODevice* o, QIODevice::OpenMode x1) { ((LIODevice*)o)->setOpenMode(x1); } +}; + +class EQL_EXPORT Q99 : public Q3 { // QItemDelegate + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LItemDelegate(u, x1); } + Q_INVOKABLE bool MhasClipping(QItemDelegate* o) const { return o->hasClipping(); } + Q_INVOKABLE QItemEditorFactory* MitemEditorFactory(QItemDelegate* o) const { return o->itemEditorFactory(); } + Q_INVOKABLE void MsetClipping(QItemDelegate* o, bool x1) { o->setClipping(x1); } + Q_INVOKABLE void MsetItemEditorFactory(QItemDelegate* o, QItemEditorFactory* x1) { o->setItemEditorFactory(x1); } + Q_INVOKABLE void MdrawBackground(QItemDelegate* o, QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { ((LItemDelegate*)o)->drawBackground(x1, x2, x3); } + Q_INVOKABLE QWidget* McreateEditor(QItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { return o->createEditor(x1, x2, x3); } + Q_INVOKABLE void Mpaint(QItemDelegate* o, QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->paint(x1, x2, x3); } + Q_INVOKABLE void MsetEditorData(QItemDelegate* o, QWidget* x1, const QModelIndex& x2) const { o->setEditorData(x1, x2); } + Q_INVOKABLE void MsetModelData(QItemDelegate* o, QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { o->setModelData(x1, x2, x3); } + Q_INVOKABLE QSize MsizeHint(QItemDelegate* o, const QStyleOptionViewItem& x1, const QModelIndex& x2) const { return o->sizeHint(x1, x2); } + Q_INVOKABLE void MupdateEditorGeometry(QItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->updateEditorGeometry(x1, x2, x3); } +}; + +class EQL_EXPORT Q100 : public Q124 { // QItemSelectionModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QAbstractItemModel* x1 = 0) { return new LItemSelectionModel(u, x1); } + Q_INVOKABLE void* C(uint u, QAbstractItemModel* x1, QObject* x2) { return new LItemSelectionModel(u, x1, x2); } + Q_INVOKABLE bool McolumnIntersectsSelection(QItemSelectionModel* o, int x1, const QModelIndex& x2) const { return o->columnIntersectsSelection(x1, x2); } + Q_INVOKABLE QModelIndex McurrentIndex(QItemSelectionModel* o) const { return o->currentIndex(); } + Q_INVOKABLE bool MhasSelection(QItemSelectionModel* o) const { return o->hasSelection(); } + Q_INVOKABLE bool MisColumnSelected(QItemSelectionModel* o, int x1, const QModelIndex& x2) const { return o->isColumnSelected(x1, x2); } + Q_INVOKABLE bool MisRowSelected(QItemSelectionModel* o, int x1, const QModelIndex& x2) const { return o->isRowSelected(x1, x2); } + Q_INVOKABLE bool MisSelected(QItemSelectionModel* o, const QModelIndex& x1) const { return o->isSelected(x1); } + Q_INVOKABLE const QAbstractItemModel* Mmodel(QItemSelectionModel* o) const { return o->model(); } + Q_INVOKABLE QAbstractItemModel* Mmodel(QItemSelectionModel* o) { return o->model(); } + Q_INVOKABLE bool MrowIntersectsSelection(QItemSelectionModel* o, int x1, const QModelIndex& x2) const { return o->rowIntersectsSelection(x1, x2); } + Q_INVOKABLE QModelIndexList MselectedColumns(QItemSelectionModel* o, int x1 = 0) const { return o->selectedColumns(x1); } + Q_INVOKABLE QModelIndexList MselectedIndexes(QItemSelectionModel* o) const { return o->selectedIndexes(); } + Q_INVOKABLE QModelIndexList MselectedRows(QItemSelectionModel* o, int x1 = 0) const { return o->selectedRows(x1); } + Q_INVOKABLE const QItemSelection Mselection(QItemSelectionModel* o) const { return o->selection(); } + Q_INVOKABLE void MsetModel(QItemSelectionModel* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MemitSelectionChanged(QItemSelectionModel* o, const QItemSelection& x1, const QItemSelection& x2) { ((LItemSelectionModel*)o)->emitSelectionChanged(x1, x2); } +}; + +class EQL_EXPORT Q101 : public Q49 { // QKeyEventTransition + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LKeyEventTransition(u, x1); } + Q_INVOKABLE void* C(uint u, QObject* x1, QEvent::Type x2, int x3, QState* x4 = 0) { return new LKeyEventTransition(u, x1, x2, x3, x4); } + Q_INVOKABLE int Mkey(QKeyEventTransition* o) const { return o->key(); } + Q_INVOKABLE int MmodifierMask(QKeyEventTransition* o) const { return o->modifierMask(); } + Q_INVOKABLE void MsetKey(QKeyEventTransition* o, int x1) { o->setKey(x1); } + Q_INVOKABLE void MsetModifierMask(QKeyEventTransition* o, Qt::KeyboardModifiers x1) { o->setModifierMask(x1); } +}; + +class EQL_EXPORT Q104 : public Q124 { // QLayout + Q_OBJECT +public: + Q_INVOKABLE bool Mactivate(QLayout* o) { return o->activate(); } + Q_INVOKABLE void MaddWidget(QLayout* o, QWidget* x1) { o->addWidget(x1); } + Q_INVOKABLE QMargins McontentsMargins(QLayout* o) const { return o->contentsMargins(); } + Q_INVOKABLE QRect McontentsRect(QLayout* o) const { return o->contentsRect(); } + Q_INVOKABLE int MindexOf(QLayout* o, QWidget* x1) const { return o->indexOf(x1); } + Q_INVOKABLE bool MisEnabled(QLayout* o) const { return o->isEnabled(); } + Q_INVOKABLE QWidget* MmenuBar(QLayout* o) const { return o->menuBar(); } + Q_INVOKABLE QWidget* MparentWidget(QLayout* o) const { return o->parentWidget(); } + Q_INVOKABLE void MremoveItem(QLayout* o, QLayoutItem* x1) { o->removeItem(x1); } + Q_INVOKABLE void MremoveWidget(QLayout* o, QWidget* x1) { o->removeWidget(x1); } + Q_INVOKABLE QLayoutItem* MreplaceWidget(QLayout* o, QWidget* x1, QWidget* x2, Qt::FindChildOptions x3 = Qt::FindChildrenRecursively) { return o->replaceWidget(x1, x2, x3); } + Q_INVOKABLE bool MsetAlignment(QLayout* o, QWidget* x1, Qt::Alignment x2) { return o->setAlignment(x1, x2); } + Q_INVOKABLE bool MsetAlignment(QLayout* o, QLayout* x1, Qt::Alignment x2) { return o->setAlignment(x1, x2); } + Q_INVOKABLE void MsetContentsMargins(QLayout* o, int x1, int x2, int x3, int x4) { o->setContentsMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MsetContentsMargins(QLayout* o, const QMargins& x1) { o->setContentsMargins(x1); } + Q_INVOKABLE void MsetEnabled(QLayout* o, bool x1) { o->setEnabled(x1); } + Q_INVOKABLE void MsetMenuBar(QLayout* o, QWidget* x1) { o->setMenuBar(x1); } + Q_INVOKABLE void MsetSizeConstraint(QLayout* o, QLayout::SizeConstraint x1) { o->setSizeConstraint(x1); } + Q_INVOKABLE void MsetSpacing(QLayout* o, int x1) { o->setSpacing(x1); } + Q_INVOKABLE int MsizeConstraint(QLayout* o) const { return o->sizeConstraint(); } + Q_INVOKABLE int Mspacing(QLayout* o) const { return o->spacing(); } + Q_INVOKABLE void Mupdate(QLayout* o) { o->update(); } + Q_INVOKABLE int McontrolTypes(QLayout* o) const { return o->controlTypes(); } + Q_INVOKABLE int MexpandingDirections(QLayout* o) const { return o->expandingDirections(); } + Q_INVOKABLE QRect Mgeometry(QLayout* o) const { return o->geometry(); } + Q_INVOKABLE void Minvalidate(QLayout* o) { o->invalidate(); } + Q_INVOKABLE bool MisEmpty(QLayout* o) const { return o->isEmpty(); } + Q_INVOKABLE QLayout* Mlayout(QLayout* o) { return o->layout(); } + Q_INVOKABLE QSize MmaximumSize(QLayout* o) const { return o->maximumSize(); } + Q_INVOKABLE QSize MminimumSize(QLayout* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QLayout* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize SclosestAcceptableSize(const QWidget* x1, const QSize& x2) { return QLayout::closestAcceptableSize(x1, x2); } +}; + +class EQL_EXPORT Q105 : public Q124 { // QLibrary + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LLibrary(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QObject* x2 = 0) { return new LLibrary(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, int x2, QObject* x3 = 0) { return new LLibrary(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2, QObject* x3 = 0) { return new LLibrary(u, x1, x2, x3); } + Q_INVOKABLE QString MerrorString(QLibrary* o) const { return o->errorString(); } + Q_INVOKABLE QString MfileName(QLibrary* o) const { return o->fileName(); } + Q_INVOKABLE bool MisLoaded(QLibrary* o) const { return o->isLoaded(); } + Q_INVOKABLE bool Mload(QLibrary* o) { return o->load(); } + Q_INVOKABLE int MloadHints(QLibrary* o) const { return o->loadHints(); } + Q_INVOKABLE QFunctionPointer Mresolve(QLibrary* o, const char* x1) { return o->resolve(x1); } + Q_INVOKABLE void MsetFileName(QLibrary* o, const QString& x1) { o->setFileName(x1); } + Q_INVOKABLE void MsetFileNameAndVersion(QLibrary* o, const QString& x1, int x2) { o->setFileNameAndVersion(x1, x2); } + Q_INVOKABLE void MsetFileNameAndVersion(QLibrary* o, const QString& x1, const QString& x2) { o->setFileNameAndVersion(x1, x2); } + Q_INVOKABLE void MsetLoadHints(QLibrary* o, QLibrary::LoadHints x1) { o->setLoadHints(x1); } + Q_INVOKABLE bool Munload(QLibrary* o) { return o->unload(); } + Q_INVOKABLE bool SisLibrary(const QString& x1) { return QLibrary::isLibrary(x1); } + Q_INVOKABLE QFunctionPointer Sresolve(const QString& x1, const char* x2) { return QLibrary::resolve(x1, x2); } + Q_INVOKABLE QFunctionPointer Sresolve(const QString& x1, int x2, const char* x3) { return QLibrary::resolve(x1, x2, x3); } + Q_INVOKABLE QFunctionPointer Sresolve(const QString& x1, const QString& x2, const char* x3) { return QLibrary::resolve(x1, x2, x3); } +}; + +class EQL_EXPORT Q117 : public Q124 { // QMimeData + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LMimeData(u); } + Q_INVOKABLE void Mclear(QMimeData* o) { o->clear(); } + Q_INVOKABLE QVariant McolorData(QMimeData* o) const { return o->colorData(); } + Q_INVOKABLE QByteArray Mdata(QMimeData* o, const QString& x1) const { return o->data(x1); } + Q_INVOKABLE QStringList Mformats(QMimeData* o) const { return o->formats(); } + Q_INVOKABLE bool MhasColor(QMimeData* o) const { return o->hasColor(); } + Q_INVOKABLE bool MhasFormat(QMimeData* o, const QString& x1) const { return o->hasFormat(x1); } + Q_INVOKABLE bool MhasHtml(QMimeData* o) const { return o->hasHtml(); } + Q_INVOKABLE bool MhasImage(QMimeData* o) const { return o->hasImage(); } + Q_INVOKABLE bool MhasText(QMimeData* o) const { return o->hasText(); } + Q_INVOKABLE bool MhasUrls(QMimeData* o) const { return o->hasUrls(); } + Q_INVOKABLE QString Mhtml(QMimeData* o) const { return o->html(); } + Q_INVOKABLE QVariant MimageData(QMimeData* o) const { return o->imageData(); } + Q_INVOKABLE void MremoveFormat(QMimeData* o, const QString& x1) { o->removeFormat(x1); } + Q_INVOKABLE void MsetColorData(QMimeData* o, const QVariant& x1) { o->setColorData(x1); } + Q_INVOKABLE void MsetData(QMimeData* o, const QString& x1, const QByteArray& x2) { o->setData(x1, x2); } + Q_INVOKABLE void MsetHtml(QMimeData* o, const QString& x1) { o->setHtml(x1); } + Q_INVOKABLE void MsetImageData(QMimeData* o, const QVariant& x1) { o->setImageData(x1); } + Q_INVOKABLE void MsetText(QMimeData* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetUrls(QMimeData* o, const QList& x1) { o->setUrls(x1); } + Q_INVOKABLE QString Mtext(QMimeData* o) const { return o->text(); } + Q_INVOKABLE QList Murls(QMimeData* o) const { return o->urls(); } +}; + +class EQL_EXPORT Q118 : public Q49 { // QMouseEventTransition + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LMouseEventTransition(u, x1); } + Q_INVOKABLE void* C(uint u, QObject* x1, QEvent::Type x2, Qt::MouseButton x3, QState* x4 = 0) { return new LMouseEventTransition(u, x1, x2, x3, x4); } + Q_INVOKABLE int Mbutton(QMouseEventTransition* o) const { return o->button(); } + Q_INVOKABLE QPainterPath MhitTestPath(QMouseEventTransition* o) const { return o->hitTestPath(); } + Q_INVOKABLE int MmodifierMask(QMouseEventTransition* o) const { return o->modifierMask(); } + Q_INVOKABLE void MsetButton(QMouseEventTransition* o, Qt::MouseButton x1) { o->setButton(x1); } + Q_INVOKABLE void MsetHitTestPath(QMouseEventTransition* o, const QPainterPath& x1) { o->setHitTestPath(x1); } + Q_INVOKABLE void MsetModifierMask(QMouseEventTransition* o, Qt::KeyboardModifiers x1) { o->setModifierMask(x1); } +}; + +class EQL_EXPORT Q119 : public Q124 { // QMovie + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LMovie(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QByteArray& x2 = QByteArray(), QObject* x3 = 0) { return new LMovie(u, x1, x2, x3); } + Q_INVOKABLE QColor MbackgroundColor(QMovie* o) const { return o->backgroundColor(); } + Q_INVOKABLE int McacheMode(QMovie* o) const { return o->cacheMode(); } + Q_INVOKABLE int McurrentFrameNumber(QMovie* o) const { return o->currentFrameNumber(); } + Q_INVOKABLE QImage McurrentImage(QMovie* o) const { return o->currentImage(); } + Q_INVOKABLE QPixmap McurrentPixmap(QMovie* o) const { return o->currentPixmap(); } + Q_INVOKABLE QString MfileName(QMovie* o) const { return o->fileName(); } + Q_INVOKABLE QByteArray Mformat(QMovie* o) const { return o->format(); } + Q_INVOKABLE int MframeCount(QMovie* o) const { return o->frameCount(); } + Q_INVOKABLE QRect MframeRect(QMovie* o) const { return o->frameRect(); } + Q_INVOKABLE bool MisValid(QMovie* o) const { return o->isValid(); } + Q_INVOKABLE bool MjumpToFrame(QMovie* o, int x1) { return o->jumpToFrame(x1); } + Q_INVOKABLE int MloopCount(QMovie* o) const { return o->loopCount(); } + Q_INVOKABLE int MnextFrameDelay(QMovie* o) const { return o->nextFrameDelay(); } + Q_INVOKABLE QSize MscaledSize(QMovie* o) { return o->scaledSize(); } + Q_INVOKABLE void MsetBackgroundColor(QMovie* o, const QColor& x1) { o->setBackgroundColor(x1); } + Q_INVOKABLE void MsetCacheMode(QMovie* o, QMovie::CacheMode x1) { o->setCacheMode(x1); } + Q_INVOKABLE void MsetFileName(QMovie* o, const QString& x1) { o->setFileName(x1); } + Q_INVOKABLE void MsetFormat(QMovie* o, const QByteArray& x1) { o->setFormat(x1); } + Q_INVOKABLE void MsetScaledSize(QMovie* o, const QSize& x1) { o->setScaledSize(x1); } + Q_INVOKABLE int Mspeed(QMovie* o) const { return o->speed(); } + Q_INVOKABLE int Mstate(QMovie* o) const { return o->state(); } + Q_INVOKABLE QList SsupportedFormats() { return QMovie::supportedFormats(); } +}; + +class EQL_EXPORT Q126 : public Q64 { // QPanGesture + Q_OBJECT +public: + Q_INVOKABLE qreal Macceleration(QPanGesture* o) const { return o->acceleration(); } + Q_INVOKABLE QPointF Mdelta(QPanGesture* o) const { return o->delta(); } + Q_INVOKABLE QPointF MlastOffset(QPanGesture* o) const { return o->lastOffset(); } + Q_INVOKABLE QPointF Moffset(QPanGesture* o) const { return o->offset(); } + Q_INVOKABLE void MsetAcceleration(QPanGesture* o, qreal x1) { o->setAcceleration(x1); } + Q_INVOKABLE void MsetLastOffset(QPanGesture* o, const QPointF& x1) { o->setLastOffset(x1); } + Q_INVOKABLE void MsetOffset(QPanGesture* o, const QPointF& x1) { o->setOffset(x1); } +}; + +class EQL_EXPORT Q127 : public Q20 { // QParallelAnimationGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LParallelAnimationGroup(u, x1); } + Q_INVOKABLE int Mduration(QParallelAnimationGroup* o) const { return o->duration(); } +}; + +class EQL_EXPORT Q128 : public Q1 { // QPauseAnimation + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LPauseAnimation(u, x1); } + Q_INVOKABLE void* C(uint u, int x1, QObject* x2 = 0) { return new LPauseAnimation(u, x1, x2); } + Q_INVOKABLE void MsetDuration(QPauseAnimation* o, int x1) { o->setDuration(x1); } + Q_INVOKABLE int Mduration(QPauseAnimation* o) const { return o->duration(); } +}; + +class EQL_EXPORT Q129 : public Q64 { // QPinchGesture + Q_OBJECT +public: + Q_INVOKABLE QPointF McenterPoint(QPinchGesture* o) const { return o->centerPoint(); } + Q_INVOKABLE int MchangeFlags(QPinchGesture* o) const { return o->changeFlags(); } + Q_INVOKABLE QPointF MlastCenterPoint(QPinchGesture* o) const { return o->lastCenterPoint(); } + Q_INVOKABLE qreal MlastRotationAngle(QPinchGesture* o) const { return o->lastRotationAngle(); } + Q_INVOKABLE qreal MlastScaleFactor(QPinchGesture* o) const { return o->lastScaleFactor(); } + Q_INVOKABLE qreal MrotationAngle(QPinchGesture* o) const { return o->rotationAngle(); } + Q_INVOKABLE qreal MscaleFactor(QPinchGesture* o) const { return o->scaleFactor(); } + Q_INVOKABLE void MsetCenterPoint(QPinchGesture* o, const QPointF& x1) { o->setCenterPoint(x1); } + Q_INVOKABLE void MsetChangeFlags(QPinchGesture* o, QPinchGesture::ChangeFlags x1) { o->setChangeFlags(x1); } + Q_INVOKABLE void MsetLastCenterPoint(QPinchGesture* o, const QPointF& x1) { o->setLastCenterPoint(x1); } + Q_INVOKABLE void MsetLastRotationAngle(QPinchGesture* o, qreal x1) { o->setLastRotationAngle(x1); } + Q_INVOKABLE void MsetLastScaleFactor(QPinchGesture* o, qreal x1) { o->setLastScaleFactor(x1); } + Q_INVOKABLE void MsetRotationAngle(QPinchGesture* o, qreal x1) { o->setRotationAngle(x1); } + Q_INVOKABLE void MsetScaleFactor(QPinchGesture* o, qreal x1) { o->setScaleFactor(x1); } + Q_INVOKABLE void MsetStartCenterPoint(QPinchGesture* o, const QPointF& x1) { o->setStartCenterPoint(x1); } + Q_INVOKABLE void MsetTotalChangeFlags(QPinchGesture* o, QPinchGesture::ChangeFlags x1) { o->setTotalChangeFlags(x1); } + Q_INVOKABLE void MsetTotalRotationAngle(QPinchGesture* o, qreal x1) { o->setTotalRotationAngle(x1); } + Q_INVOKABLE void MsetTotalScaleFactor(QPinchGesture* o, qreal x1) { o->setTotalScaleFactor(x1); } + Q_INVOKABLE QPointF MstartCenterPoint(QPinchGesture* o) const { return o->startCenterPoint(); } + Q_INVOKABLE int MtotalChangeFlags(QPinchGesture* o) const { return o->totalChangeFlags(); } + Q_INVOKABLE qreal MtotalRotationAngle(QPinchGesture* o) const { return o->totalRotationAngle(); } + Q_INVOKABLE qreal MtotalScaleFactor(QPinchGesture* o) const { return o->totalScaleFactor(); } +}; + +class EQL_EXPORT Q130 : public Q16 { // QPlainTextDocumentLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LPlainTextDocumentLayout(u, x1); } + Q_INVOKABLE int McursorWidth(QPlainTextDocumentLayout* o) const { return o->cursorWidth(); } + Q_INVOKABLE void MensureBlockLayout(QPlainTextDocumentLayout* o, const QTextBlock& x1) const { o->ensureBlockLayout(x1); } + Q_INVOKABLE void MrequestUpdate(QPlainTextDocumentLayout* o) { o->requestUpdate(); } + Q_INVOKABLE void MsetCursorWidth(QPlainTextDocumentLayout* o, int x1) { o->setCursorWidth(x1); } + Q_INVOKABLE QRectF MblockBoundingRect(QPlainTextDocumentLayout* o, const QTextBlock& x1) const { return o->blockBoundingRect(x1); } + Q_INVOKABLE QSizeF MdocumentSize(QPlainTextDocumentLayout* o) const { return o->documentSize(); } + Q_INVOKABLE void Mdraw(QPlainTextDocumentLayout* o, QPainter* x1, const QPlainTextDocumentLayout::PaintContext& x2) { o->draw(x1, x2); } + Q_INVOKABLE QRectF MframeBoundingRect(QPlainTextDocumentLayout* o, QTextFrame* x1) const { return o->frameBoundingRect(x1); } + Q_INVOKABLE int MhitTest(QPlainTextDocumentLayout* o, const QPointF& x1, Qt::HitTestAccuracy x2) const { return o->hitTest(x1, x2); } + Q_INVOKABLE int MpageCount(QPlainTextDocumentLayout* o) const { return o->pageCount(); } +}; + +class EQL_EXPORT Q132 : public Q124 { // QPluginLoader + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LPluginLoader(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QObject* x2 = 0) { return new LPluginLoader(u, x1, x2); } + Q_INVOKABLE QString MerrorString(QPluginLoader* o) const { return o->errorString(); } + Q_INVOKABLE QString MfileName(QPluginLoader* o) const { return o->fileName(); } + Q_INVOKABLE QObject* Minstance(QPluginLoader* o) { return o->instance(); } + Q_INVOKABLE bool MisLoaded(QPluginLoader* o) const { return o->isLoaded(); } + Q_INVOKABLE bool Mload(QPluginLoader* o) { return o->load(); } + Q_INVOKABLE int MloadHints(QPluginLoader* o) const { return o->loadHints(); } + Q_INVOKABLE QJsonObject MmetaData(QPluginLoader* o) const { return o->metaData(); } + Q_INVOKABLE void MsetFileName(QPluginLoader* o, const QString& x1) { o->setFileName(x1); } + Q_INVOKABLE void MsetLoadHints(QPluginLoader* o, QLibrary::LoadHints x1) { o->setLoadHints(x1); } + Q_INVOKABLE bool Munload(QPluginLoader* o) { return o->unload(); } + Q_INVOKABLE QObjectList SstaticInstances() { return QPluginLoader::staticInstances(); } + Q_INVOKABLE QVector SstaticPlugins() { return QPluginLoader::staticPlugins(); } +}; + +class EQL_EXPORT Q136 : public Q96 { // QProcess + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LProcess(u, x1); } + Q_INVOKABLE QStringList Marguments(QProcess* o) const { return o->arguments(); } + Q_INVOKABLE void McloseReadChannel(QProcess* o, QProcess::ProcessChannel x1) { o->closeReadChannel(x1); } + Q_INVOKABLE void McloseWriteChannel(QProcess* o) { o->closeWriteChannel(); } + Q_INVOKABLE int Merror(QProcess* o) const { return o->error(); } + Q_INVOKABLE int MexitCode(QProcess* o) const { return o->exitCode(); } + Q_INVOKABLE int MexitStatus(QProcess* o) const { return o->exitStatus(); } + Q_INVOKABLE int MinputChannelMode(QProcess* o) const { return o->inputChannelMode(); } + Q_INVOKABLE int MprocessChannelMode(QProcess* o) const { return o->processChannelMode(); } + Q_INVOKABLE QProcessEnvironment MprocessEnvironment(QProcess* o) const { return o->processEnvironment(); } + Q_INVOKABLE qlonglong MprocessId(QProcess* o) const { return o->processId(); } + Q_INVOKABLE QString Mprogram(QProcess* o) const { return o->program(); } + Q_INVOKABLE QByteArray MreadAllStandardError(QProcess* o) { return o->readAllStandardError(); } + Q_INVOKABLE QByteArray MreadAllStandardOutput(QProcess* o) { return o->readAllStandardOutput(); } + Q_INVOKABLE int MreadChannel(QProcess* o) const { return o->readChannel(); } + Q_INVOKABLE void MsetArguments(QProcess* o, const QStringList& x1) { o->setArguments(x1); } + Q_INVOKABLE void MsetInputChannelMode(QProcess* o, QProcess::InputChannelMode x1) { o->setInputChannelMode(x1); } + Q_INVOKABLE void MsetProcessChannelMode(QProcess* o, QProcess::ProcessChannelMode x1) { o->setProcessChannelMode(x1); } + Q_INVOKABLE void MsetProcessEnvironment(QProcess* o, const QProcessEnvironment& x1) { o->setProcessEnvironment(x1); } + Q_INVOKABLE void MsetProgram(QProcess* o, const QString& x1) { o->setProgram(x1); } + Q_INVOKABLE void MsetReadChannel(QProcess* o, QProcess::ProcessChannel x1) { o->setReadChannel(x1); } + Q_INVOKABLE void MsetStandardErrorFile(QProcess* o, const QString& x1, QProcess::OpenMode x2 = QProcess::Truncate) { o->setStandardErrorFile(x1, x2); } + Q_INVOKABLE void MsetStandardInputFile(QProcess* o, const QString& x1) { o->setStandardInputFile(x1); } + Q_INVOKABLE void MsetStandardOutputFile(QProcess* o, const QString& x1, QProcess::OpenMode x2 = QProcess::Truncate) { o->setStandardOutputFile(x1, x2); } + Q_INVOKABLE void MsetStandardOutputProcess(QProcess* o, QProcess* x1) { o->setStandardOutputProcess(x1); } + Q_INVOKABLE void MsetWorkingDirectory(QProcess* o, const QString& x1) { o->setWorkingDirectory(x1); } + Q_INVOKABLE void Mstart(QProcess* o, const QString& x1, const QStringList& x2, QProcess::OpenMode x3 = QProcess::ReadWrite) { o->start(x1, x2, x3); } + Q_INVOKABLE void Mstart(QProcess* o, QProcess::OpenMode x1 = QProcess::ReadWrite) { o->start(x1); } + Q_INVOKABLE void Mstart(QProcess* o, const QString& x1, QProcess::OpenMode x2 = QProcess::ReadWrite) { o->start(x1, x2); } + Q_INVOKABLE int Mstate(QProcess* o) const { return o->state(); } + Q_INVOKABLE bool MwaitForFinished(QProcess* o, int x1 = 30000) { return o->waitForFinished(x1); } + Q_INVOKABLE bool MwaitForStarted(QProcess* o, int x1 = 30000) { return o->waitForStarted(x1); } + Q_INVOKABLE QString MworkingDirectory(QProcess* o) const { return o->workingDirectory(); } + Q_INVOKABLE void MsetProcessState(QProcess* o, QProcess::ProcessState x1) { ((LProcess*)o)->setProcessState(x1); } + Q_INVOKABLE bool MatEnd(QProcess* o) const { return o->atEnd(); } + Q_INVOKABLE qlonglong MbytesAvailable(QProcess* o) const { return o->bytesAvailable(); } + Q_INVOKABLE qlonglong MbytesToWrite(QProcess* o) const { return o->bytesToWrite(); } + Q_INVOKABLE bool McanReadLine(QProcess* o) const { return o->canReadLine(); } + Q_INVOKABLE void Mclose(QProcess* o) { o->close(); } + Q_INVOKABLE bool MisSequential(QProcess* o) const { return o->isSequential(); } + Q_INVOKABLE bool Mopen(QProcess* o, QProcess::OpenMode x1 = QProcess::ReadWrite) { return o->open(x1); } + Q_INVOKABLE bool MwaitForBytesWritten(QProcess* o, int x1 = 30000) { return o->waitForBytesWritten(x1); } + Q_INVOKABLE bool MwaitForReadyRead(QProcess* o, int x1 = 30000) { return o->waitForReadyRead(x1); } + Q_INVOKABLE int Sexecute(const QString& x1, const QStringList& x2) { return QProcess::execute(x1, x2); } + Q_INVOKABLE int Sexecute(const QString& x1) { return QProcess::execute(x1); } + Q_INVOKABLE QString SnullDevice() { return QProcess::nullDevice(); } + Q_INVOKABLE bool SstartDetached(const QString& x1, const QStringList& x2, const QString& x3 = QString(), qint64* x4 = 0) { return QProcess::startDetached(x1, x2, x3, x4); } + Q_INVOKABLE bool SstartDetached(const QString& x1) { return QProcess::startDetached(x1); } + Q_INVOKABLE QStringList SsystemEnvironment() { return QProcess::systemEnvironment(); } +}; + +class EQL_EXPORT Q146 : public Q20 { // QSequentialAnimationGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSequentialAnimationGroup(u, x1); } + Q_INVOKABLE QPauseAnimation* MaddPause(QSequentialAnimationGroup* o, int x1) { return o->addPause(x1); } + Q_INVOKABLE QAbstractAnimation* McurrentAnimation(QSequentialAnimationGroup* o) const { return o->currentAnimation(); } + Q_INVOKABLE QPauseAnimation* MinsertPause(QSequentialAnimationGroup* o, int x1, int x2) { return o->insertPause(x1, x2); } + Q_INVOKABLE int Mduration(QSequentialAnimationGroup* o) const { return o->duration(); } +}; + +class EQL_EXPORT Q147 : public Q124 { // QSessionManager + Q_OBJECT +public: + Q_INVOKABLE bool MallowsErrorInteraction(QSessionManager* o) { return o->allowsErrorInteraction(); } + Q_INVOKABLE bool MallowsInteraction(QSessionManager* o) { return o->allowsInteraction(); } + Q_INVOKABLE void Mcancel(QSessionManager* o) { o->cancel(); } + Q_INVOKABLE QStringList MdiscardCommand(QSessionManager* o) const { return o->discardCommand(); } + Q_INVOKABLE bool MisPhase2(QSessionManager* o) const { return o->isPhase2(); } + Q_INVOKABLE void Mrelease(QSessionManager* o) { o->release(); } + Q_INVOKABLE void MrequestPhase2(QSessionManager* o) { o->requestPhase2(); } + Q_INVOKABLE QStringList MrestartCommand(QSessionManager* o) const { return o->restartCommand(); } + Q_INVOKABLE int MrestartHint(QSessionManager* o) const { return o->restartHint(); } + Q_INVOKABLE QString MsessionId(QSessionManager* o) const { return o->sessionId(); } + Q_INVOKABLE QString MsessionKey(QSessionManager* o) const { return o->sessionKey(); } + Q_INVOKABLE void MsetDiscardCommand(QSessionManager* o, const QStringList& x1) { o->setDiscardCommand(x1); } + Q_INVOKABLE void MsetManagerProperty(QSessionManager* o, const QString& x1, const QStringList& x2) { o->setManagerProperty(x1, x2); } + Q_INVOKABLE void MsetManagerProperty(QSessionManager* o, const QString& x1, const QString& x2) { o->setManagerProperty(x1, x2); } + Q_INVOKABLE void MsetRestartCommand(QSessionManager* o, const QStringList& x1) { o->setRestartCommand(x1); } + Q_INVOKABLE void MsetRestartHint(QSessionManager* o, QSessionManager::RestartHint x1) { o->setRestartHint(x1); } +}; + +class EQL_EXPORT Q148 : public Q124 { // QSettings + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2 = QString(), QObject* x3 = 0) { return new LSettings(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QSettings::Scope x1, const QString& x2, const QString& x3 = QString(), QObject* x4 = 0) { return new LSettings(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, QSettings::Format x1, QSettings::Scope x2, const QString& x3, const QString& x4 = QString(), QObject* x5 = 0) { return new LSettings(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QString& x1, QSettings::Format x2, QObject* x3 = 0) { return new LSettings(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSettings(u, x1); } + Q_INVOKABLE QStringList MallKeys(QSettings* o) const { return o->allKeys(); } + Q_INVOKABLE QString MapplicationName(QSettings* o) const { return o->applicationName(); } + Q_INVOKABLE void MbeginGroup(QSettings* o, const QString& x1) { o->beginGroup(x1); } + Q_INVOKABLE int MbeginReadArray(QSettings* o, const QString& x1) { return o->beginReadArray(x1); } + Q_INVOKABLE void MbeginWriteArray(QSettings* o, const QString& x1, int x2 = -1) { o->beginWriteArray(x1, x2); } + Q_INVOKABLE QStringList MchildGroups(QSettings* o) const { return o->childGroups(); } + Q_INVOKABLE QStringList MchildKeys(QSettings* o) const { return o->childKeys(); } + Q_INVOKABLE void Mclear(QSettings* o) { o->clear(); } + Q_INVOKABLE bool Mcontains(QSettings* o, const QString& x1) const { return o->contains(x1); } + Q_INVOKABLE void MendArray(QSettings* o) { o->endArray(); } + Q_INVOKABLE void MendGroup(QSettings* o) { o->endGroup(); } + Q_INVOKABLE bool MfallbacksEnabled(QSettings* o) const { return o->fallbacksEnabled(); } + Q_INVOKABLE QString MfileName(QSettings* o) const { return o->fileName(); } + Q_INVOKABLE int Mformat(QSettings* o) const { return o->format(); } + Q_INVOKABLE QString Mgroup(QSettings* o) const { return o->group(); } + Q_INVOKABLE QTextCodec* MiniCodec(QSettings* o) const { return o->iniCodec(); } + Q_INVOKABLE bool MisWritable(QSettings* o) const { return o->isWritable(); } + Q_INVOKABLE QString MorganizationName(QSettings* o) const { return o->organizationName(); } + Q_INVOKABLE void Mremove(QSettings* o, const QString& x1) { o->remove(x1); } + Q_INVOKABLE int Mscope(QSettings* o) const { return o->scope(); } + Q_INVOKABLE void MsetArrayIndex(QSettings* o, int x1) { o->setArrayIndex(x1); } + Q_INVOKABLE void MsetFallbacksEnabled(QSettings* o, bool x1) { o->setFallbacksEnabled(x1); } + Q_INVOKABLE void MsetIniCodec(QSettings* o, QTextCodec* x1) { o->setIniCodec(x1); } + Q_INVOKABLE void MsetIniCodec(QSettings* o, const char* x1) { o->setIniCodec(x1); } + Q_INVOKABLE void MsetValue(QSettings* o, const QString& x1, const QVariant& x2) { o->setValue(x1, x2); } + Q_INVOKABLE int Mstatus(QSettings* o) const { return o->status(); } + Q_INVOKABLE void Msync(QSettings* o) { o->sync(); } + Q_INVOKABLE QVariant Mvalue(QSettings* o, const QString& x1, const QVariant& x2 = QVariant()) const { return o->value(x1, x2); } + Q_INVOKABLE int SdefaultFormat() { return QSettings::defaultFormat(); } + Q_INVOKABLE int SregisterFormat(const QString& x1, QSettings::ReadFunc x2, QSettings::WriteFunc x3, Qt::CaseSensitivity x4 = Qt::CaseSensitive) { return QSettings::registerFormat(x1, x2, x3, x4); } + Q_INVOKABLE void SsetDefaultFormat(QSettings::Format x1) { QSettings::setDefaultFormat(x1); } + Q_INVOKABLE void SsetPath(QSettings::Format x1, QSettings::Scope x2, const QString& x3) { QSettings::setPath(x1, x2, x3); } +}; + +class EQL_EXPORT Q149 : public Q124 { // QShortcut + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LShortcut(u, x1); } + Q_INVOKABLE void* C(uint u, const QKeySequence& x1, QWidget* x2, const char* x3 = 0, const char* x4 = 0, Qt::ShortcutContext x5 = Qt::WindowShortcut) { return new LShortcut(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE bool MautoRepeat(QShortcut* o) const { return o->autoRepeat(); } + Q_INVOKABLE int Mcontext(QShortcut* o) const { return o->context(); } + Q_INVOKABLE int Mid(QShortcut* o) const { return o->id(); } + Q_INVOKABLE bool MisEnabled(QShortcut* o) const { return o->isEnabled(); } + Q_INVOKABLE QKeySequence Mkey(QShortcut* o) const { return o->key(); } + Q_INVOKABLE QWidget* MparentWidget(QShortcut* o) const { return o->parentWidget(); } + Q_INVOKABLE void MsetAutoRepeat(QShortcut* o, bool x1) { o->setAutoRepeat(x1); } + Q_INVOKABLE void MsetContext(QShortcut* o, Qt::ShortcutContext x1) { o->setContext(x1); } + Q_INVOKABLE void MsetEnabled(QShortcut* o, bool x1) { o->setEnabled(x1); } + Q_INVOKABLE void MsetKey(QShortcut* o, const QKeySequence& x1) { o->setKey(x1); } + Q_INVOKABLE void MsetWhatsThis(QShortcut* o, const QString& x1) { o->setWhatsThis(x1); } + Q_INVOKABLE QString MwhatsThis(QShortcut* o) const { return o->whatsThis(); } +}; + +class EQL_EXPORT Q150 : public Q17 { // QSignalTransition + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LSignalTransition(u, x1); } + Q_INVOKABLE void* C(uint u, const QObject* x1, const char* x2, QState* x3 = 0) { return new LSignalTransition(u, x1, x2, x3); } + Q_INVOKABLE QObject* MsenderObject(QSignalTransition* o) const { return o->senderObject(); } + Q_INVOKABLE void MsetSenderObject(QSignalTransition* o, const QObject* x1) { o->setSenderObject(x1); } + Q_INVOKABLE void MsetSignal(QSignalTransition* o, const QByteArray& x1) { o->setSignal(x1); } + Q_INVOKABLE QByteArray Msignal(QSignalTransition* o) const { return o->signal(); } +}; + +class EQL_EXPORT Q153 : public Q9 { // QSortFilterProxyModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSortFilterProxyModel(u, x1); } + Q_INVOKABLE bool MdynamicSortFilter(QSortFilterProxyModel* o) const { return o->dynamicSortFilter(); } + Q_INVOKABLE int MfilterCaseSensitivity(QSortFilterProxyModel* o) const { return o->filterCaseSensitivity(); } + Q_INVOKABLE int MfilterKeyColumn(QSortFilterProxyModel* o) const { return o->filterKeyColumn(); } + Q_INVOKABLE QRegExp MfilterRegExp(QSortFilterProxyModel* o) const { return o->filterRegExp(); } + Q_INVOKABLE int MfilterRole(QSortFilterProxyModel* o) const { return o->filterRole(); } + Q_INVOKABLE bool MisSortLocaleAware(QSortFilterProxyModel* o) const { return o->isSortLocaleAware(); } + Q_INVOKABLE void MsetDynamicSortFilter(QSortFilterProxyModel* o, bool x1) { o->setDynamicSortFilter(x1); } + Q_INVOKABLE void MsetFilterCaseSensitivity(QSortFilterProxyModel* o, Qt::CaseSensitivity x1) { o->setFilterCaseSensitivity(x1); } + Q_INVOKABLE void MsetFilterKeyColumn(QSortFilterProxyModel* o, int x1) { o->setFilterKeyColumn(x1); } + Q_INVOKABLE void MsetFilterRegExp(QSortFilterProxyModel* o, const QRegExp& x1) { o->setFilterRegExp(x1); } + Q_INVOKABLE void MsetFilterRole(QSortFilterProxyModel* o, int x1) { o->setFilterRole(x1); } + Q_INVOKABLE void MsetSortCaseSensitivity(QSortFilterProxyModel* o, Qt::CaseSensitivity x1) { o->setSortCaseSensitivity(x1); } + Q_INVOKABLE void MsetSortLocaleAware(QSortFilterProxyModel* o, bool x1) { o->setSortLocaleAware(x1); } + Q_INVOKABLE void MsetSortRole(QSortFilterProxyModel* o, int x1) { o->setSortRole(x1); } + Q_INVOKABLE int MsortCaseSensitivity(QSortFilterProxyModel* o) const { return o->sortCaseSensitivity(); } + Q_INVOKABLE int MsortColumn(QSortFilterProxyModel* o) const { return o->sortColumn(); } + Q_INVOKABLE int MsortOrder(QSortFilterProxyModel* o) const { return o->sortOrder(); } + Q_INVOKABLE int MsortRole(QSortFilterProxyModel* o) const { return o->sortRole(); } + Q_INVOKABLE void MinvalidateFilter(QSortFilterProxyModel* o) { ((LSortFilterProxyModel*)o)->invalidateFilter(); } + Q_INVOKABLE QModelIndex Mbuddy(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->buddy(x1); } + Q_INVOKABLE bool McanFetchMore(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->canFetchMore(x1); } + Q_INVOKABLE int McolumnCount(QSortFilterProxyModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QSortFilterProxyModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MdropMimeData(QSortFilterProxyModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfetchMore(QSortFilterProxyModel* o, const QModelIndex& x1) { o->fetchMore(x1); } + Q_INVOKABLE int Mflags(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MhasChildren(QSortFilterProxyModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->hasChildren(x1); } + Q_INVOKABLE QVariant MheaderData(QSortFilterProxyModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE QModelIndex Mindex(QSortFilterProxyModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE bool MinsertColumns(QSortFilterProxyModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertColumns(x1, x2, x3); } + Q_INVOKABLE bool MinsertRows(QSortFilterProxyModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertRows(x1, x2, x3); } + Q_INVOKABLE QModelIndex MmapFromSource(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->mapFromSource(x1); } + Q_INVOKABLE QItemSelection MmapSelectionFromSource(QSortFilterProxyModel* o, const QItemSelection& x1) const { return o->mapSelectionFromSource(x1); } + Q_INVOKABLE QItemSelection MmapSelectionToSource(QSortFilterProxyModel* o, const QItemSelection& x1) const { return o->mapSelectionToSource(x1); } + Q_INVOKABLE QModelIndex MmapToSource(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->mapToSource(x1); } + Q_INVOKABLE QModelIndexList Mmatch(QSortFilterProxyModel* o, const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { return o->match(x1, x2, x3, x4, x5); } + Q_INVOKABLE QMimeData* MmimeData(QSortFilterProxyModel* o, const QModelIndexList& x1) const { return o->mimeData(x1); } + Q_INVOKABLE QStringList MmimeTypes(QSortFilterProxyModel* o) const { return o->mimeTypes(); } + Q_INVOKABLE QModelIndex Mparent(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->parent(x1); } + Q_INVOKABLE bool MremoveColumns(QSortFilterProxyModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeColumns(x1, x2, x3); } + Q_INVOKABLE bool MremoveRows(QSortFilterProxyModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeRows(x1, x2, x3); } + Q_INVOKABLE int MrowCount(QSortFilterProxyModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QSortFilterProxyModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE bool MsetHeaderData(QSortFilterProxyModel* o, int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { return o->setHeaderData(x1, x2, x3, x4); } + Q_INVOKABLE void MsetSourceModel(QSortFilterProxyModel* o, QAbstractItemModel* x1) { o->setSourceModel(x1); } + Q_INVOKABLE QModelIndex Msibling(QSortFilterProxyModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } + Q_INVOKABLE void Msort(QSortFilterProxyModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE QSize Mspan(QSortFilterProxyModel* o, const QModelIndex& x1) const { return o->span(x1); } + Q_INVOKABLE int MsupportedDropActions(QSortFilterProxyModel* o) const { return o->supportedDropActions(); } +}; + +class EQL_EXPORT Q163 : public Q104 { // QStackedLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LStackedLayout(u); } + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LStackedLayout(u, x1); } + Q_INVOKABLE void* C(uint u, QLayout* x1) { return new LStackedLayout(u, x1); } + Q_INVOKABLE int MaddWidget(QStackedLayout* o, QWidget* x1) { return o->addWidget(x1); } + Q_INVOKABLE int McurrentIndex(QStackedLayout* o) const { return o->currentIndex(); } + Q_INVOKABLE QWidget* McurrentWidget(QStackedLayout* o) const { return o->currentWidget(); } + Q_INVOKABLE int MinsertWidget(QStackedLayout* o, int x1, QWidget* x2) { return o->insertWidget(x1, x2); } + Q_INVOKABLE void MsetStackingMode(QStackedLayout* o, QStackedLayout::StackingMode x1) { o->setStackingMode(x1); } + Q_INVOKABLE int MstackingMode(QStackedLayout* o) const { return o->stackingMode(); } + Q_INVOKABLE QWidget* Mwidget(QStackedLayout* o, int x1) const { return o->widget(x1); } + Q_INVOKABLE void MaddItem(QStackedLayout* o, QLayoutItem* x1) { o->addItem(x1); } + Q_INVOKABLE int Mcount(QStackedLayout* o) const { return o->count(); } + Q_INVOKABLE bool MhasHeightForWidth(QStackedLayout* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QStackedLayout* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE QLayoutItem* MitemAt(QStackedLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE QSize MminimumSize(QStackedLayout* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QStackedLayout* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QStackedLayout* o) const { return o->sizeHint(); } + Q_INVOKABLE QLayoutItem* MtakeAt(QStackedLayout* o, int x1) { return o->takeAt(x1); } +}; + +class EQL_EXPORT Q165 : public Q4 { // QStandardItemModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStandardItemModel(u, x1); } + Q_INVOKABLE void* C(uint u, int x1, int x2, QObject* x3 = 0) { return new LStandardItemModel(u, x1, x2, x3); } + Q_INVOKABLE void MappendColumn(QStandardItemModel* o, const QList& x1) { o->appendColumn(x1); } + Q_INVOKABLE void MappendRow(QStandardItemModel* o, const QList& x1) { o->appendRow(x1); } + Q_INVOKABLE void MappendRow(QStandardItemModel* o, QStandardItem* x1) { o->appendRow(x1); } + Q_INVOKABLE void Mclear(QStandardItemModel* o) { o->clear(); } + Q_INVOKABLE QList MfindItems(QStandardItemModel* o, const QString& x1, Qt::MatchFlags x2 = Qt::MatchExactly, int x3 = 0) const { return o->findItems(x1, x2, x3); } + Q_INVOKABLE QStandardItem* MhorizontalHeaderItem(QStandardItemModel* o, int x1) const { return o->horizontalHeaderItem(x1); } + Q_INVOKABLE QModelIndex MindexFromItem(QStandardItemModel* o, const QStandardItem* x1) const { return o->indexFromItem(x1); } + Q_INVOKABLE void MinsertColumn(QStandardItemModel* o, int x1, const QList& x2) { o->insertColumn(x1, x2); } + Q_INVOKABLE bool MinsertColumn(QStandardItemModel* o, int x1, const QModelIndex& x2 = QModelIndex()) { return o->insertColumn(x1, x2); } + Q_INVOKABLE void MinsertRow(QStandardItemModel* o, int x1, const QList& x2) { o->insertRow(x1, x2); } + Q_INVOKABLE bool MinsertRow(QStandardItemModel* o, int x1, const QModelIndex& x2 = QModelIndex()) { return o->insertRow(x1, x2); } + Q_INVOKABLE void MinsertRow(QStandardItemModel* o, int x1, QStandardItem* x2) { o->insertRow(x1, x2); } + Q_INVOKABLE QStandardItem* MinvisibleRootItem(QStandardItemModel* o) const { return o->invisibleRootItem(); } + Q_INVOKABLE QStandardItem* Mitem(QStandardItemModel* o, int x1, int x2 = 0) const { return o->item(x1, x2); } + Q_INVOKABLE QStandardItem* MitemFromIndex(QStandardItemModel* o, const QModelIndex& x1) const { return o->itemFromIndex(x1); } + Q_INVOKABLE const QStandardItem* MitemPrototype(QStandardItemModel* o) const { return o->itemPrototype(); } + Q_INVOKABLE void MsetColumnCount(QStandardItemModel* o, int x1) { o->setColumnCount(x1); } + Q_INVOKABLE void MsetHorizontalHeaderItem(QStandardItemModel* o, int x1, QStandardItem* x2) { o->setHorizontalHeaderItem(x1, x2); } + Q_INVOKABLE void MsetHorizontalHeaderLabels(QStandardItemModel* o, const QStringList& x1) { o->setHorizontalHeaderLabels(x1); } + Q_INVOKABLE void MsetItem(QStandardItemModel* o, int x1, int x2, QStandardItem* x3) { o->setItem(x1, x2, x3); } + Q_INVOKABLE void MsetItem(QStandardItemModel* o, int x1, QStandardItem* x2) { o->setItem(x1, x2); } + Q_INVOKABLE void MsetItemPrototype(QStandardItemModel* o, const QStandardItem* x1) { o->setItemPrototype(x1); } + Q_INVOKABLE void MsetRowCount(QStandardItemModel* o, int x1) { o->setRowCount(x1); } + Q_INVOKABLE void MsetSortRole(QStandardItemModel* o, int x1) { o->setSortRole(x1); } + Q_INVOKABLE void MsetVerticalHeaderItem(QStandardItemModel* o, int x1, QStandardItem* x2) { o->setVerticalHeaderItem(x1, x2); } + Q_INVOKABLE void MsetVerticalHeaderLabels(QStandardItemModel* o, const QStringList& x1) { o->setVerticalHeaderLabels(x1); } + Q_INVOKABLE int MsortRole(QStandardItemModel* o) const { return o->sortRole(); } + Q_INVOKABLE QList MtakeColumn(QStandardItemModel* o, int x1) { return o->takeColumn(x1); } + Q_INVOKABLE QStandardItem* MtakeHorizontalHeaderItem(QStandardItemModel* o, int x1) { return o->takeHorizontalHeaderItem(x1); } + Q_INVOKABLE QStandardItem* MtakeItem(QStandardItemModel* o, int x1, int x2 = 0) { return o->takeItem(x1, x2); } + Q_INVOKABLE QList MtakeRow(QStandardItemModel* o, int x1) { return o->takeRow(x1); } + Q_INVOKABLE QStandardItem* MtakeVerticalHeaderItem(QStandardItemModel* o, int x1) { return o->takeVerticalHeaderItem(x1); } + Q_INVOKABLE QStandardItem* MverticalHeaderItem(QStandardItemModel* o, int x1) const { return o->verticalHeaderItem(x1); } + Q_INVOKABLE int McolumnCount(QStandardItemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QStandardItemModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MdropMimeData(QStandardItemModel* o, const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { return o->dropMimeData(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Mflags(QStandardItemModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MhasChildren(QStandardItemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->hasChildren(x1); } + Q_INVOKABLE QVariant MheaderData(QStandardItemModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE QModelIndex Mindex(QStandardItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE bool MinsertColumns(QStandardItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertColumns(x1, x2, x3); } + Q_INVOKABLE bool MinsertRows(QStandardItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertRows(x1, x2, x3); } + Q_INVOKABLE QMimeData* MmimeData(QStandardItemModel* o, const QModelIndexList& x1) const { return o->mimeData(x1); } + Q_INVOKABLE QStringList MmimeTypes(QStandardItemModel* o) const { return o->mimeTypes(); } + Q_INVOKABLE QModelIndex Mparent(QStandardItemModel* o, const QModelIndex& x1) const { return o->parent(x1); } + Q_INVOKABLE bool MremoveColumns(QStandardItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeColumns(x1, x2, x3); } + Q_INVOKABLE bool MremoveRows(QStandardItemModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeRows(x1, x2, x3); } + Q_INVOKABLE int MrowCount(QStandardItemModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QStandardItemModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE bool MsetHeaderData(QStandardItemModel* o, int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { return o->setHeaderData(x1, x2, x3, x4); } + Q_INVOKABLE QModelIndex Msibling(QStandardItemModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } + Q_INVOKABLE void Msort(QStandardItemModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE int MsupportedDropActions(QStandardItemModel* o) const { return o->supportedDropActions(); } +}; + +class EQL_EXPORT Q166 : public Q14 { // QState + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LState(u, x1); } + Q_INVOKABLE void* C(uint u, QState::ChildMode x1, QState* x2 = 0) { return new LState(u, x1, x2); } + Q_INVOKABLE void MaddTransition(QState* o, QAbstractTransition* x1) { o->addTransition(x1); } + Q_INVOKABLE QSignalTransition* MaddTransition(QState* o, const QObject* x1, const char* x2, QAbstractState* x3) { return o->addTransition(x1, x2, x3); } + Q_INVOKABLE QAbstractTransition* MaddTransition(QState* o, QAbstractState* x1) { return o->addTransition(x1); } + Q_INVOKABLE void MassignProperty(QState* o, QObject* x1, const char* x2, const QVariant& x3) { o->assignProperty(x1, x2, x3); } + Q_INVOKABLE int MchildMode(QState* o) const { return o->childMode(); } + Q_INVOKABLE QAbstractState* MerrorState(QState* o) const { return o->errorState(); } + Q_INVOKABLE QAbstractState* MinitialState(QState* o) const { return o->initialState(); } + Q_INVOKABLE void MremoveTransition(QState* o, QAbstractTransition* x1) { o->removeTransition(x1); } + Q_INVOKABLE void MsetChildMode(QState* o, QState::ChildMode x1) { o->setChildMode(x1); } + Q_INVOKABLE void MsetErrorState(QState* o, QAbstractState* x1) { o->setErrorState(x1); } + Q_INVOKABLE void MsetInitialState(QState* o, QAbstractState* x1) { o->setInitialState(x1); } + Q_INVOKABLE QList Mtransitions(QState* o) const { return o->transitions(); } +}; + +class EQL_EXPORT Q167 : public Q166 { // QStateMachine + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStateMachine(u, x1); } + Q_INVOKABLE void* C(uint u, QState::ChildMode x1, QObject* x2 = 0) { return new LStateMachine(u, x1, x2); } + Q_INVOKABLE void MaddDefaultAnimation(QStateMachine* o, QAbstractAnimation* x1) { o->addDefaultAnimation(x1); } + Q_INVOKABLE void MaddState(QStateMachine* o, QAbstractState* x1) { o->addState(x1); } + Q_INVOKABLE bool McancelDelayedEvent(QStateMachine* o, int x1) { return o->cancelDelayedEvent(x1); } + Q_INVOKABLE void MclearError(QStateMachine* o) { o->clearError(); } + Q_INVOKABLE QList MdefaultAnimations(QStateMachine* o) const { return o->defaultAnimations(); } + Q_INVOKABLE int Merror(QStateMachine* o) const { return o->error(); } + Q_INVOKABLE QString MerrorString(QStateMachine* o) const { return o->errorString(); } + Q_INVOKABLE int MglobalRestorePolicy(QStateMachine* o) const { return o->globalRestorePolicy(); } + Q_INVOKABLE bool MisAnimated(QStateMachine* o) const { return o->isAnimated(); } + Q_INVOKABLE bool MisRunning(QStateMachine* o) const { return o->isRunning(); } + Q_INVOKABLE int MpostDelayedEvent(QStateMachine* o, QEvent* x1, int x2) { return o->postDelayedEvent(x1, x2); } + Q_INVOKABLE void MpostEvent(QStateMachine* o, QEvent* x1, QStateMachine::EventPriority x2 = QStateMachine::NormalPriority) { o->postEvent(x1, x2); } + Q_INVOKABLE void MremoveDefaultAnimation(QStateMachine* o, QAbstractAnimation* x1) { o->removeDefaultAnimation(x1); } + Q_INVOKABLE void MremoveState(QStateMachine* o, QAbstractState* x1) { o->removeState(x1); } + Q_INVOKABLE void MsetAnimated(QStateMachine* o, bool x1) { o->setAnimated(x1); } + Q_INVOKABLE void MsetGlobalRestorePolicy(QStateMachine* o, QState::RestorePolicy x1) { o->setGlobalRestorePolicy(x1); } + Q_INVOKABLE bool MeventFilter(QStateMachine* o, QObject* x1, QEvent* x2) { return o->eventFilter(x1, x2); } +}; + +class EQL_EXPORT Q169 : public Q6 { // QStringListModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStringListModel(u, x1); } + Q_INVOKABLE void* C(uint u, const QStringList& x1, QObject* x2 = 0) { return new LStringListModel(u, x1, x2); } + Q_INVOKABLE void MsetStringList(QStringListModel* o, const QStringList& x1) { o->setStringList(x1); } + Q_INVOKABLE QStringList MstringList(QStringListModel* o) const { return o->stringList(); } + Q_INVOKABLE QVariant Mdata(QStringListModel* o, const QModelIndex& x1, int x2) const { return o->data(x1, x2); } + Q_INVOKABLE int Mflags(QStringListModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE bool MinsertRows(QStringListModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertRows(x1, x2, x3); } + Q_INVOKABLE bool MremoveRows(QStringListModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeRows(x1, x2, x3); } + Q_INVOKABLE int MrowCount(QStringListModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QStringListModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE QModelIndex Msibling(QStringListModel* o, int x1, int x2, const QModelIndex& x3) const { return o->sibling(x1, x2, x3); } + Q_INVOKABLE void Msort(QStringListModel* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sort(x1, x2); } + Q_INVOKABLE int MsupportedDropActions(QStringListModel* o) const { return o->supportedDropActions(); } +}; + +class EQL_EXPORT Q170 : public Q124 { // QStyle + Q_OBJECT +public: + Q_INVOKABLE int McombinedLayoutSpacing(QStyle* o, QSizePolicy::ControlTypes x1, QSizePolicy::ControlTypes x2, Qt::Orientation x3, QStyleOption* x4 = 0, QWidget* x5 = 0) const { return o->combinedLayoutSpacing(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MdrawItemPixmap(QStyle* o, QPainter* x1, const QRect& x2, int x3, const QPixmap& x4) const { o->drawItemPixmap(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawItemText(QStyle* o, QPainter* x1, const QRect& x2, int x3, const QPalette& x4, bool x5, const QString& x6, QPalette::ColorRole x7 = QPalette::NoRole) const { o->drawItemText(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE QRect MitemPixmapRect(QStyle* o, const QRect& x1, int x2, const QPixmap& x3) const { return o->itemPixmapRect(x1, x2, x3); } + Q_INVOKABLE QRect MitemTextRect(QStyle* o, const QFontMetrics& x1, const QRect& x2, int x3, bool x4, const QString& x5) const { return o->itemTextRect(x1, x2, x3, x4, x5); } + Q_INVOKABLE void Mpolish(QStyle* o, QWidget* x1) { o->polish(x1); } + Q_INVOKABLE void Mpolish(QStyle* o, QApplication* x1) { o->polish(x1); } + Q_INVOKABLE void Mpolish(QStyle* o, QPalette& x1) { o->polish(x1); } + Q_INVOKABLE const QStyle* Mproxy(QStyle* o) const { return o->proxy(); } + Q_INVOKABLE QPalette MstandardPalette(QStyle* o) const { return o->standardPalette(); } + Q_INVOKABLE void Munpolish(QStyle* o, QWidget* x1) { o->unpolish(x1); } + Q_INVOKABLE void Munpolish(QStyle* o, QApplication* x1) { o->unpolish(x1); } + Q_INVOKABLE QRect SalignedRect(Qt::LayoutDirection x1, Qt::Alignment x2, const QSize& x3, const QRect& x4) { return QStyle::alignedRect(x1, x2, x3, x4); } + Q_INVOKABLE int SsliderPositionFromValue(int x1, int x2, int x3, int x4, bool x5 = false) { return QStyle::sliderPositionFromValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE int SsliderValueFromPosition(int x1, int x2, int x3, int x4, bool x5 = false) { return QStyle::sliderValueFromPosition(x1, x2, x3, x4, x5); } + Q_INVOKABLE int SvisualAlignment(Qt::LayoutDirection x1, Qt::Alignment x2) { return QStyle::visualAlignment(x1, x2); } + Q_INVOKABLE QPoint SvisualPos(Qt::LayoutDirection x1, const QRect& x2, const QPoint& x3) { return QStyle::visualPos(x1, x2, x3); } + Q_INVOKABLE QRect SvisualRect(Qt::LayoutDirection x1, const QRect& x2, const QRect& x3) { return QStyle::visualRect(x1, x2, x3); } +}; + +class EQL_EXPORT Q171 : public Q3 { // QStyledItemDelegate + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStyledItemDelegate(u, x1); } + Q_INVOKABLE QString MdisplayText(QStyledItemDelegate* o, const QVariant& x1, const QLocale& x2) const { return o->displayText(x1, x2); } + Q_INVOKABLE QItemEditorFactory* MitemEditorFactory(QStyledItemDelegate* o) const { return o->itemEditorFactory(); } + Q_INVOKABLE void MsetItemEditorFactory(QStyledItemDelegate* o, QItemEditorFactory* x1) { o->setItemEditorFactory(x1); } + Q_INVOKABLE QWidget* McreateEditor(QStyledItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { return o->createEditor(x1, x2, x3); } + Q_INVOKABLE void Mpaint(QStyledItemDelegate* o, QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->paint(x1, x2, x3); } + Q_INVOKABLE void MsetEditorData(QStyledItemDelegate* o, QWidget* x1, const QModelIndex& x2) const { o->setEditorData(x1, x2); } + Q_INVOKABLE void MsetModelData(QStyledItemDelegate* o, QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { o->setModelData(x1, x2, x3); } + Q_INVOKABLE QSize MsizeHint(QStyledItemDelegate* o, const QStyleOptionViewItem& x1, const QModelIndex& x2) const { return o->sizeHint(x1, x2); } + Q_INVOKABLE void MupdateEditorGeometry(QStyledItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->updateEditorGeometry(x1, x2, x3); } +}; + +class EQL_EXPORT Q174 : public Q64 { // QSwipeGesture + Q_OBJECT +public: + Q_INVOKABLE int MhorizontalDirection(QSwipeGesture* o) const { return o->horizontalDirection(); } + Q_INVOKABLE void MsetSwipeAngle(QSwipeGesture* o, qreal x1) { o->setSwipeAngle(x1); } + Q_INVOKABLE qreal MswipeAngle(QSwipeGesture* o) const { return o->swipeAngle(); } + Q_INVOKABLE int MverticalDirection(QSwipeGesture* o) const { return o->verticalDirection(); } +}; + +class EQL_EXPORT Q175 : public Q124 { // QSyntaxHighlighter + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1) { return new LSyntaxHighlighter(u, x1); } + Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LSyntaxHighlighter(u, x1); } + Q_INVOKABLE QTextDocument* Mdocument(QSyntaxHighlighter* o) const { return o->document(); } + Q_INVOKABLE void MsetDocument(QSyntaxHighlighter* o, QTextDocument* x1) { o->setDocument(x1); } + Q_INVOKABLE QTextBlock McurrentBlock(QSyntaxHighlighter* o) const { return ((LSyntaxHighlighter*)o)->currentBlock(); } + Q_INVOKABLE int McurrentBlockState(QSyntaxHighlighter* o) const { return ((LSyntaxHighlighter*)o)->currentBlockState(); } + Q_INVOKABLE QTextBlockUserData* McurrentBlockUserData(QSyntaxHighlighter* o) const { return ((LSyntaxHighlighter*)o)->currentBlockUserData(); } + Q_INVOKABLE QTextCharFormat Mformat(QSyntaxHighlighter* o, int x1) const { return ((LSyntaxHighlighter*)o)->format(x1); } + Q_INVOKABLE int MpreviousBlockState(QSyntaxHighlighter* o) const { return ((LSyntaxHighlighter*)o)->previousBlockState(); } + Q_INVOKABLE void MsetCurrentBlockState(QSyntaxHighlighter* o, int x1) { ((LSyntaxHighlighter*)o)->setCurrentBlockState(x1); } + Q_INVOKABLE void MsetCurrentBlockUserData(QSyntaxHighlighter* o, QTextBlockUserData* x1) { ((LSyntaxHighlighter*)o)->setCurrentBlockUserData(x1); } + Q_INVOKABLE void MsetFormat(QSyntaxHighlighter* o, int x1, int x2, const QTextCharFormat& x3) { ((LSyntaxHighlighter*)o)->setFormat(x1, x2, x3); } + Q_INVOKABLE void MsetFormat(QSyntaxHighlighter* o, int x1, int x2, const QColor& x3) { ((LSyntaxHighlighter*)o)->setFormat(x1, x2, x3); } + Q_INVOKABLE void MsetFormat(QSyntaxHighlighter* o, int x1, int x2, const QFont& x3) { ((LSyntaxHighlighter*)o)->setFormat(x1, x2, x3); } +}; + +class EQL_EXPORT Q176 : public Q124 { // QSystemTrayIcon + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSystemTrayIcon(u, x1); } + Q_INVOKABLE void* C(uint u, const QIcon& x1, QObject* x2 = 0) { return new LSystemTrayIcon(u, x1, x2); } + Q_INVOKABLE QMenu* McontextMenu(QSystemTrayIcon* o) const { return o->contextMenu(); } + Q_INVOKABLE QRect Mgeometry(QSystemTrayIcon* o) const { return o->geometry(); } + Q_INVOKABLE QIcon Micon(QSystemTrayIcon* o) const { return o->icon(); } + Q_INVOKABLE bool MisVisible(QSystemTrayIcon* o) const { return o->isVisible(); } + Q_INVOKABLE void MsetContextMenu(QSystemTrayIcon* o, QMenu* x1) { o->setContextMenu(x1); } + Q_INVOKABLE void MsetIcon(QSystemTrayIcon* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetToolTip(QSystemTrayIcon* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE QString MtoolTip(QSystemTrayIcon* o) const { return o->toolTip(); } + Q_INVOKABLE bool SisSystemTrayAvailable() { return QSystemTrayIcon::isSystemTrayAvailable(); } + Q_INVOKABLE bool SsupportsMessages() { return QSystemTrayIcon::supportsMessages(); } +}; + +class EQL_EXPORT Q181 : public Q64 { // QTapAndHoldGesture + Q_OBJECT +public: + Q_INVOKABLE QPointF Mposition(QTapAndHoldGesture* o) const { return o->position(); } + Q_INVOKABLE void MsetPosition(QTapAndHoldGesture* o, const QPointF& x1) { o->setPosition(x1); } + Q_INVOKABLE void SsetTimeout(int x1) { QTapAndHoldGesture::setTimeout(x1); } + Q_INVOKABLE int Stimeout() { return QTapAndHoldGesture::timeout(); } +}; + +class EQL_EXPORT Q182 : public Q64 { // QTapGesture + Q_OBJECT +public: + Q_INVOKABLE QPointF Mposition(QTapGesture* o) const { return o->position(); } + Q_INVOKABLE void MsetPosition(QTapGesture* o, const QPointF& x1) { o->setPosition(x1); } +}; + +class EQL_EXPORT Q187 : public Q124 { // QTextDocument + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTextDocument(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QObject* x2 = 0) { return new LTextDocument(u, x1, x2); } + Q_INVOKABLE void MaddResource(QTextDocument* o, int x1, const QUrl& x2, const QVariant& x3) { o->addResource(x1, x2, x3); } + Q_INVOKABLE void MadjustSize(QTextDocument* o) { o->adjustSize(); } + Q_INVOKABLE QVector MallFormats(QTextDocument* o) const { return o->allFormats(); } + Q_INVOKABLE int MavailableRedoSteps(QTextDocument* o) const { return o->availableRedoSteps(); } + Q_INVOKABLE int MavailableUndoSteps(QTextDocument* o) const { return o->availableUndoSteps(); } + Q_INVOKABLE QUrl MbaseUrl(QTextDocument* o) const { return o->baseUrl(); } + Q_INVOKABLE QTextBlock Mbegin(QTextDocument* o) const { return o->begin(); } + Q_INVOKABLE int MblockCount(QTextDocument* o) const { return o->blockCount(); } + Q_INVOKABLE QChar McharacterAt(QTextDocument* o, int x1) const { return o->characterAt(x1); } + Q_INVOKABLE int McharacterCount(QTextDocument* o) const { return o->characterCount(); } + Q_INVOKABLE void Mclear(QTextDocument* o) { o->clear(); } + Q_INVOKABLE void MclearUndoRedoStacks(QTextDocument* o, QTextDocument::Stacks x1 = QTextDocument::UndoAndRedoStacks) { o->clearUndoRedoStacks(x1); } + Q_INVOKABLE QTextDocument* Mclone(QTextDocument* o, QObject* x1 = 0) const { return o->clone(x1); } + Q_INVOKABLE int MdefaultCursorMoveStyle(QTextDocument* o) const { return o->defaultCursorMoveStyle(); } + Q_INVOKABLE QFont MdefaultFont(QTextDocument* o) const { return o->defaultFont(); } + Q_INVOKABLE QString MdefaultStyleSheet(QTextDocument* o) const { return o->defaultStyleSheet(); } + Q_INVOKABLE QTextOption MdefaultTextOption(QTextDocument* o) const { return o->defaultTextOption(); } + Q_INVOKABLE QAbstractTextDocumentLayout* MdocumentLayout(QTextDocument* o) const { return o->documentLayout(); } + Q_INVOKABLE qreal MdocumentMargin(QTextDocument* o) const { return o->documentMargin(); } + Q_INVOKABLE void MdrawContents(QTextDocument* o, QPainter* x1, const QRectF& x2 = QRectF()) { o->drawContents(x1, x2); } + Q_INVOKABLE QTextBlock Mend(QTextDocument* o) const { return o->end(); } + Q_INVOKABLE QTextCursor Mfind(QTextDocument* o, const QString& x1, const QTextCursor& x2, QTextDocument::FindFlags x3 = 0) const { return o->find(x1, x2, x3); } + Q_INVOKABLE QTextCursor Mfind(QTextDocument* o, const QRegularExpression& x1, int x2 = 0, QTextDocument::FindFlags x3 = 0) const { return o->find(x1, x2, x3); } + Q_INVOKABLE QTextCursor Mfind(QTextDocument* o, const QRegularExpression& x1, const QTextCursor& x2, QTextDocument::FindFlags x3 = 0) const { return o->find(x1, x2, x3); } + Q_INVOKABLE QTextCursor Mfind(QTextDocument* o, const QString& x1, int x2 = 0, QTextDocument::FindFlags x3 = 0) const { return o->find(x1, x2, x3); } + Q_INVOKABLE QTextCursor Mfind(QTextDocument* o, const QRegExp& x1, int x2 = 0, QTextDocument::FindFlags x3 = 0) const { return o->find(x1, x2, x3); } + Q_INVOKABLE QTextCursor Mfind(QTextDocument* o, const QRegExp& x1, const QTextCursor& x2, QTextDocument::FindFlags x3 = 0) const { return o->find(x1, x2, x3); } + Q_INVOKABLE QTextBlock MfindBlock(QTextDocument* o, int x1) const { return o->findBlock(x1); } + Q_INVOKABLE QTextBlock MfindBlockByLineNumber(QTextDocument* o, int x1) const { return o->findBlockByLineNumber(x1); } + Q_INVOKABLE QTextBlock MfindBlockByNumber(QTextDocument* o, int x1) const { return o->findBlockByNumber(x1); } + Q_INVOKABLE QTextBlock MfirstBlock(QTextDocument* o) const { return o->firstBlock(); } + Q_INVOKABLE qreal MidealWidth(QTextDocument* o) const { return o->idealWidth(); } + Q_INVOKABLE qreal MindentWidth(QTextDocument* o) const { return o->indentWidth(); } + Q_INVOKABLE bool MisEmpty(QTextDocument* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisModified(QTextDocument* o) const { return o->isModified(); } + Q_INVOKABLE bool MisRedoAvailable(QTextDocument* o) const { return o->isRedoAvailable(); } + Q_INVOKABLE bool MisUndoAvailable(QTextDocument* o) const { return o->isUndoAvailable(); } + Q_INVOKABLE bool MisUndoRedoEnabled(QTextDocument* o) const { return o->isUndoRedoEnabled(); } + Q_INVOKABLE QTextBlock MlastBlock(QTextDocument* o) const { return o->lastBlock(); } + Q_INVOKABLE int MlineCount(QTextDocument* o) const { return o->lineCount(); } + Q_INVOKABLE void MmarkContentsDirty(QTextDocument* o, int x1, int x2) { o->markContentsDirty(x1, x2); } + Q_INVOKABLE int MmaximumBlockCount(QTextDocument* o) const { return o->maximumBlockCount(); } + Q_INVOKABLE QString MmetaInformation(QTextDocument* o, QTextDocument::MetaInformation x1) const { return o->metaInformation(x1); } + Q_INVOKABLE QTextObject* Mobject(QTextDocument* o, int x1) const { return o->object(x1); } + Q_INVOKABLE QTextObject* MobjectForFormat(QTextDocument* o, const QTextFormat& x1) const { return o->objectForFormat(x1); } + Q_INVOKABLE int MpageCount(QTextDocument* o) const { return o->pageCount(); } + Q_INVOKABLE QSizeF MpageSize(QTextDocument* o) const { return o->pageSize(); } + Q_INVOKABLE void Mprint(QTextDocument* o, QPagedPaintDevice* x1) const { o->print(x1); } + Q_INVOKABLE void Mredo(QTextDocument* o, QTextCursor* x1) { o->redo(x1); } + Q_INVOKABLE QVariant Mresource(QTextDocument* o, int x1, const QUrl& x2) const { return o->resource(x1, x2); } + Q_INVOKABLE int Mrevision(QTextDocument* o) const { return o->revision(); } + Q_INVOKABLE QTextFrame* MrootFrame(QTextDocument* o) const { return o->rootFrame(); } + Q_INVOKABLE void MsetBaseUrl(QTextDocument* o, const QUrl& x1) { o->setBaseUrl(x1); } + Q_INVOKABLE void MsetDefaultCursorMoveStyle(QTextDocument* o, Qt::CursorMoveStyle x1) { o->setDefaultCursorMoveStyle(x1); } + Q_INVOKABLE void MsetDefaultFont(QTextDocument* o, const QFont& x1) { o->setDefaultFont(x1); } + Q_INVOKABLE void MsetDefaultStyleSheet(QTextDocument* o, const QString& x1) { o->setDefaultStyleSheet(x1); } + Q_INVOKABLE void MsetDefaultTextOption(QTextDocument* o, const QTextOption& x1) { o->setDefaultTextOption(x1); } + Q_INVOKABLE void MsetDocumentLayout(QTextDocument* o, QAbstractTextDocumentLayout* x1) { o->setDocumentLayout(x1); } + Q_INVOKABLE void MsetDocumentMargin(QTextDocument* o, qreal x1) { o->setDocumentMargin(x1); } + Q_INVOKABLE void MsetHtml(QTextDocument* o, const QString& x1) { o->setHtml(x1); } + Q_INVOKABLE void MsetIndentWidth(QTextDocument* o, qreal x1) { o->setIndentWidth(x1); } + Q_INVOKABLE void MsetMaximumBlockCount(QTextDocument* o, int x1) { o->setMaximumBlockCount(x1); } + Q_INVOKABLE void MsetMetaInformation(QTextDocument* o, QTextDocument::MetaInformation x1, const QString& x2) { o->setMetaInformation(x1, x2); } + Q_INVOKABLE void MsetPageSize(QTextDocument* o, const QSizeF& x1) { o->setPageSize(x1); } + Q_INVOKABLE void MsetPlainText(QTextDocument* o, const QString& x1) { o->setPlainText(x1); } + Q_INVOKABLE void MsetTextWidth(QTextDocument* o, qreal x1) { o->setTextWidth(x1); } + Q_INVOKABLE void MsetUndoRedoEnabled(QTextDocument* o, bool x1) { o->setUndoRedoEnabled(x1); } + Q_INVOKABLE void MsetUseDesignMetrics(QTextDocument* o, bool x1) { o->setUseDesignMetrics(x1); } + Q_INVOKABLE QSizeF Msize(QTextDocument* o) const { return o->size(); } + Q_INVOKABLE qreal MtextWidth(QTextDocument* o) const { return o->textWidth(); } + Q_INVOKABLE QString MtoHtml(QTextDocument* o, const QByteArray& x1 = QByteArray()) const { return o->toHtml(x1); } + Q_INVOKABLE QString MtoPlainText(QTextDocument* o) const { return o->toPlainText(); } + Q_INVOKABLE void Mundo(QTextDocument* o, QTextCursor* x1) { o->undo(x1); } + Q_INVOKABLE bool MuseDesignMetrics(QTextDocument* o) const { return o->useDesignMetrics(); } +}; + +class EQL_EXPORT Q191 : public Q124 { // QTextObject + Q_OBJECT +public: + Q_INVOKABLE QTextDocument* Mdocument(QTextObject* o) const { return o->document(); } + Q_INVOKABLE QTextFormat Mformat(QTextObject* o) const { return o->format(); } + Q_INVOKABLE int MformatIndex(QTextObject* o) const { return o->formatIndex(); } + Q_INVOKABLE int MobjectIndex(QTextObject* o) const { return o->objectIndex(); } + Q_INVOKABLE void MsetFormat(QTextObject* o, const QTextFormat& x1) { ((LTextObject*)o)->setFormat(x1); } +}; + +class EQL_EXPORT Q194 : public Q124 { // QTimeLine + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = 1000, QObject* x2 = 0) { return new LTimeLine(u, x1, x2); } + Q_INVOKABLE int McurrentFrame(QTimeLine* o) const { return o->currentFrame(); } + Q_INVOKABLE int McurrentTime(QTimeLine* o) const { return o->currentTime(); } + Q_INVOKABLE qreal McurrentValue(QTimeLine* o) const { return o->currentValue(); } + Q_INVOKABLE int McurveShape(QTimeLine* o) const { return o->curveShape(); } + Q_INVOKABLE int Mdirection(QTimeLine* o) const { return o->direction(); } + Q_INVOKABLE int Mduration(QTimeLine* o) const { return o->duration(); } + Q_INVOKABLE QEasingCurve MeasingCurve(QTimeLine* o) const { return o->easingCurve(); } + Q_INVOKABLE int MendFrame(QTimeLine* o) const { return o->endFrame(); } + Q_INVOKABLE int MframeForTime(QTimeLine* o, int x1) const { return o->frameForTime(x1); } + Q_INVOKABLE int MloopCount(QTimeLine* o) const { return o->loopCount(); } + Q_INVOKABLE void MsetCurveShape(QTimeLine* o, QTimeLine::CurveShape x1) { o->setCurveShape(x1); } + Q_INVOKABLE void MsetDirection(QTimeLine* o, QTimeLine::Direction x1) { o->setDirection(x1); } + Q_INVOKABLE void MsetDuration(QTimeLine* o, int x1) { o->setDuration(x1); } + Q_INVOKABLE void MsetEasingCurve(QTimeLine* o, const QEasingCurve& x1) { o->setEasingCurve(x1); } + Q_INVOKABLE void MsetEndFrame(QTimeLine* o, int x1) { o->setEndFrame(x1); } + Q_INVOKABLE void MsetFrameRange(QTimeLine* o, int x1, int x2) { o->setFrameRange(x1, x2); } + Q_INVOKABLE void MsetLoopCount(QTimeLine* o, int x1) { o->setLoopCount(x1); } + Q_INVOKABLE void MsetStartFrame(QTimeLine* o, int x1) { o->setStartFrame(x1); } + Q_INVOKABLE void MsetUpdateInterval(QTimeLine* o, int x1) { o->setUpdateInterval(x1); } + Q_INVOKABLE int MstartFrame(QTimeLine* o) const { return o->startFrame(); } + Q_INVOKABLE int Mstate(QTimeLine* o) const { return o->state(); } + Q_INVOKABLE int MupdateInterval(QTimeLine* o) const { return o->updateInterval(); } + Q_INVOKABLE qreal MvalueForTime(QTimeLine* o, int x1) const { return o->valueForTime(x1); } +}; + +class EQL_EXPORT Q195 : public Q124 { // QTimer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTimer(u, x1); } + Q_INVOKABLE int Minterval(QTimer* o) const { return o->interval(); } + Q_INVOKABLE bool MisActive(QTimer* o) const { return o->isActive(); } + Q_INVOKABLE bool MisSingleShot(QTimer* o) const { return o->isSingleShot(); } + Q_INVOKABLE int MremainingTime(QTimer* o) const { return o->remainingTime(); } + Q_INVOKABLE void MsetInterval(QTimer* o, int x1) { o->setInterval(x1); } + Q_INVOKABLE void MsetTimerType(QTimer* o, Qt::TimerType x1) { o->setTimerType(x1); } + Q_INVOKABLE int MtimerId(QTimer* o) const { return o->timerId(); } + Q_INVOKABLE int MtimerType(QTimer* o) const { return o->timerType(); } +}; + +class EQL_EXPORT Q199 : public Q124 { // QTranslator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTranslator(u, x1); } + Q_INVOKABLE bool MisEmpty(QTranslator* o) const { return o->isEmpty(); } + Q_INVOKABLE bool Mload(QTranslator* o, const QString& x1, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString()) { return o->load(x1, x2, x3, x4); } + Q_INVOKABLE bool Mload(QTranslator* o, const QLocale& x1, const QString& x2, const QString& x3 = QString(), const QString& x4 = QString(), const QString& x5 = QString()) { return o->load(x1, x2, x3, x4, x5); } + Q_INVOKABLE QString Mtranslate(QTranslator* o, const char* x1, const char* x2, const char* x3 = 0, int x4 = -1) const { return o->translate(x1, x2, x3, x4); } +}; + +class EQL_EXPORT Q203 : public Q124 { // QUndoGroup + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LUndoGroup(u, x1); } + Q_INVOKABLE QUndoStack* MactiveStack(QUndoGroup* o) const { return o->activeStack(); } + Q_INVOKABLE void MaddStack(QUndoGroup* o, QUndoStack* x1) { o->addStack(x1); } + Q_INVOKABLE bool McanRedo(QUndoGroup* o) const { return o->canRedo(); } + Q_INVOKABLE bool McanUndo(QUndoGroup* o) const { return o->canUndo(); } + Q_INVOKABLE QAction* McreateRedoAction(QUndoGroup* o, QObject* x1, const QString& x2 = QString()) const { return o->createRedoAction(x1, x2); } + Q_INVOKABLE QAction* McreateUndoAction(QUndoGroup* o, QObject* x1, const QString& x2 = QString()) const { return o->createUndoAction(x1, x2); } + Q_INVOKABLE bool MisClean(QUndoGroup* o) const { return o->isClean(); } + Q_INVOKABLE QString MredoText(QUndoGroup* o) const { return o->redoText(); } + Q_INVOKABLE void MremoveStack(QUndoGroup* o, QUndoStack* x1) { o->removeStack(x1); } + Q_INVOKABLE QList Mstacks(QUndoGroup* o) const { return o->stacks(); } + Q_INVOKABLE QString MundoText(QUndoGroup* o) const { return o->undoText(); } +}; + +class EQL_EXPORT Q204 : public Q124 { // QUndoStack + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LUndoStack(u, x1); } + Q_INVOKABLE void MbeginMacro(QUndoStack* o, const QString& x1) { o->beginMacro(x1); } + Q_INVOKABLE bool McanRedo(QUndoStack* o) const { return o->canRedo(); } + Q_INVOKABLE bool McanUndo(QUndoStack* o) const { return o->canUndo(); } + Q_INVOKABLE int McleanIndex(QUndoStack* o) const { return o->cleanIndex(); } + Q_INVOKABLE void Mclear(QUndoStack* o) { o->clear(); } + Q_INVOKABLE const QUndoCommand* Mcommand(QUndoStack* o, int x1) const { return o->command(x1); } + Q_INVOKABLE int Mcount(QUndoStack* o) const { return o->count(); } + Q_INVOKABLE QAction* McreateRedoAction(QUndoStack* o, QObject* x1, const QString& x2 = QString()) const { return o->createRedoAction(x1, x2); } + Q_INVOKABLE QAction* McreateUndoAction(QUndoStack* o, QObject* x1, const QString& x2 = QString()) const { return o->createUndoAction(x1, x2); } + Q_INVOKABLE void MendMacro(QUndoStack* o) { o->endMacro(); } + Q_INVOKABLE int Mindex(QUndoStack* o) const { return o->index(); } + Q_INVOKABLE bool MisActive(QUndoStack* o) const { return o->isActive(); } + Q_INVOKABLE bool MisClean(QUndoStack* o) const { return o->isClean(); } + Q_INVOKABLE void Mpush(QUndoStack* o, QUndoCommand* x1) { o->push(x1); } + Q_INVOKABLE QString MredoText(QUndoStack* o) const { return o->redoText(); } + Q_INVOKABLE void MsetUndoLimit(QUndoStack* o, int x1) { o->setUndoLimit(x1); } + Q_INVOKABLE QString Mtext(QUndoStack* o, int x1) const { return o->text(x1); } + Q_INVOKABLE int MundoLimit(QUndoStack* o) const { return o->undoLimit(); } + Q_INVOKABLE QString MundoText(QUndoStack* o) const { return o->undoText(); } +}; + +class EQL_EXPORT Q207 : public Q124 { // QValidator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LValidator(u, x1); } + Q_INVOKABLE void Mfixup(QValidator* o, QString& x1) const { o->fixup(x1); } + Q_INVOKABLE QLocale Mlocale(QValidator* o) const { return o->locale(); } + Q_INVOKABLE void MsetLocale(QValidator* o, const QLocale& x1) { o->setLocale(x1); } + Q_INVOKABLE int Mvalidate(QValidator* o, QString& x1, int& x2) const { return o->validate(x1, x2); } +}; + +class EQL_EXPORT Q208 : public Q1 { // QVariantAnimation + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LVariantAnimation(u, x1); } + Q_INVOKABLE QVariant McurrentValue(QVariantAnimation* o) const { return o->currentValue(); } + Q_INVOKABLE QEasingCurve MeasingCurve(QVariantAnimation* o) const { return o->easingCurve(); } + Q_INVOKABLE QVariant MendValue(QVariantAnimation* o) const { return o->endValue(); } + Q_INVOKABLE QVariant MkeyValueAt(QVariantAnimation* o, qreal x1) const { return o->keyValueAt(x1); } + Q_INVOKABLE void MsetDuration(QVariantAnimation* o, int x1) { o->setDuration(x1); } + Q_INVOKABLE void MsetEasingCurve(QVariantAnimation* o, const QEasingCurve& x1) { o->setEasingCurve(x1); } + Q_INVOKABLE void MsetEndValue(QVariantAnimation* o, const QVariant& x1) { o->setEndValue(x1); } + Q_INVOKABLE void MsetStartValue(QVariantAnimation* o, const QVariant& x1) { o->setStartValue(x1); } + Q_INVOKABLE QVariant MstartValue(QVariantAnimation* o) const { return o->startValue(); } + Q_INVOKABLE int Mduration(QVariantAnimation* o) const { return o->duration(); } +}; + +class EQL_EXPORT Q215 : public Q124 { // QWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LWidget(u, x1, x2); } + Q_INVOKABLE bool MacceptDrops(QWidget* o) const { return o->acceptDrops(); } + Q_INVOKABLE QString MaccessibleDescription(QWidget* o) const { return o->accessibleDescription(); } + Q_INVOKABLE QString MaccessibleName(QWidget* o) const { return o->accessibleName(); } + Q_INVOKABLE QList Mactions(QWidget* o) const { return o->actions(); } + Q_INVOKABLE void MactivateWindow(QWidget* o) { o->activateWindow(); } + Q_INVOKABLE void MaddAction(QWidget* o, QAction* x1) { o->addAction(x1); } + Q_INVOKABLE void MaddActions(QWidget* o, const QList& x1) { o->addActions(x1); } + Q_INVOKABLE void MadjustSize(QWidget* o) { o->adjustSize(); } + Q_INVOKABLE bool MautoFillBackground(QWidget* o) const { return o->autoFillBackground(); } + Q_INVOKABLE int MbackgroundRole(QWidget* o) const { return o->backgroundRole(); } + Q_INVOKABLE QBackingStore* MbackingStore(QWidget* o) const { return o->backingStore(); } + Q_INVOKABLE QSize MbaseSize(QWidget* o) const { return o->baseSize(); } + Q_INVOKABLE QWidget* MchildAt(QWidget* o, int x1, int x2) const { return o->childAt(x1, x2); } + Q_INVOKABLE QWidget* MchildAt(QWidget* o, const QPoint& x1) const { return o->childAt(x1); } + Q_INVOKABLE QRect MchildrenRect(QWidget* o) const { return o->childrenRect(); } + Q_INVOKABLE QRegion MchildrenRegion(QWidget* o) const { return o->childrenRegion(); } + Q_INVOKABLE void MclearFocus(QWidget* o) { o->clearFocus(); } + Q_INVOKABLE void MclearMask(QWidget* o) { o->clearMask(); } + Q_INVOKABLE QMargins McontentsMargins(QWidget* o) const { return o->contentsMargins(); } + Q_INVOKABLE QRect McontentsRect(QWidget* o) const { return o->contentsRect(); } + Q_INVOKABLE int McontextMenuPolicy(QWidget* o) const { return o->contextMenuPolicy(); } + Q_INVOKABLE QCursor Mcursor(QWidget* o) const { return o->cursor(); } + Q_INVOKABLE WId MeffectiveWinId(QWidget* o) const { return o->effectiveWinId(); } + Q_INVOKABLE void MensurePolished(QWidget* o) const { o->ensurePolished(); } + Q_INVOKABLE int MfocusPolicy(QWidget* o) const { return o->focusPolicy(); } + Q_INVOKABLE QWidget* MfocusProxy(QWidget* o) const { return o->focusProxy(); } + Q_INVOKABLE QWidget* MfocusWidget(QWidget* o) const { return o->focusWidget(); } + Q_INVOKABLE QFont Mfont(QWidget* o) const { return o->font(); } + Q_INVOKABLE QFontInfo MfontInfo(QWidget* o) const { return o->fontInfo(); } + Q_INVOKABLE QFontMetrics MfontMetrics(QWidget* o) const { return o->fontMetrics(); } + Q_INVOKABLE int MforegroundRole(QWidget* o) const { return o->foregroundRole(); } + Q_INVOKABLE QRect MframeGeometry(QWidget* o) const { return o->frameGeometry(); } + Q_INVOKABLE QSize MframeSize(QWidget* o) const { return o->frameSize(); } + Q_INVOKABLE QRect Mgeometry(QWidget* o) const { return o->geometry(); } + Q_INVOKABLE QPixmap Mgrab(QWidget* o, const QRect& x1 = QRect_QWIDGET_GRAB) { return o->grab(x1); } + Q_INVOKABLE void MgrabGesture(QWidget* o, Qt::GestureType x1, Qt::GestureFlags x2 = Qt::GestureFlags()) { o->grabGesture(x1, x2); } + Q_INVOKABLE void MgrabKeyboard(QWidget* o) { o->grabKeyboard(); } + Q_INVOKABLE void MgrabMouse(QWidget* o) { o->grabMouse(); } + Q_INVOKABLE void MgrabMouse(QWidget* o, const QCursor& x1) { o->grabMouse(x1); } + Q_INVOKABLE int MgrabShortcut(QWidget* o, const QKeySequence& x1, Qt::ShortcutContext x2 = Qt::WindowShortcut) { return o->grabShortcut(x1, x2); } + Q_INVOKABLE QGraphicsEffect* MgraphicsEffect(QWidget* o) const { return o->graphicsEffect(); } + Q_INVOKABLE QGraphicsProxyWidget* MgraphicsProxyWidget(QWidget* o) const { return o->graphicsProxyWidget(); } + Q_INVOKABLE bool MhasFocus(QWidget* o) const { return o->hasFocus(); } + Q_INVOKABLE bool MhasHeightForWidth(QWidget* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE bool MhasMouseTracking(QWidget* o) const { return o->hasMouseTracking(); } + Q_INVOKABLE int Mheight(QWidget* o) const { return o->height(); } + Q_INVOKABLE int MheightForWidth(QWidget* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE int MinputMethodHints(QWidget* o) const { return o->inputMethodHints(); } + Q_INVOKABLE QVariant MinputMethodQuery(QWidget* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE void MinsertAction(QWidget* o, QAction* x1, QAction* x2) { o->insertAction(x1, x2); } + Q_INVOKABLE void MinsertActions(QWidget* o, QAction* x1, QList x2) { o->insertActions(x1, x2); } + Q_INVOKABLE bool MisActiveWindow(QWidget* o) const { return o->isActiveWindow(); } + Q_INVOKABLE bool MisAncestorOf(QWidget* o, const QWidget* x1) const { return o->isAncestorOf(x1); } + Q_INVOKABLE bool MisEnabled(QWidget* o) const { return o->isEnabled(); } + Q_INVOKABLE bool MisEnabledTo(QWidget* o, const QWidget* x1) const { return o->isEnabledTo(x1); } + Q_INVOKABLE bool MisFullScreen(QWidget* o) const { return o->isFullScreen(); } + Q_INVOKABLE bool MisHidden(QWidget* o) const { return o->isHidden(); } + Q_INVOKABLE bool MisMaximized(QWidget* o) const { return o->isMaximized(); } + Q_INVOKABLE bool MisMinimized(QWidget* o) const { return o->isMinimized(); } + Q_INVOKABLE bool MisModal(QWidget* o) const { return o->isModal(); } + Q_INVOKABLE bool MisVisible(QWidget* o) const { return o->isVisible(); } + Q_INVOKABLE bool MisVisibleTo(QWidget* o, const QWidget* x1) const { return o->isVisibleTo(x1); } + Q_INVOKABLE bool MisWindow(QWidget* o) const { return o->isWindow(); } + Q_INVOKABLE bool MisWindowModified(QWidget* o) const { return o->isWindowModified(); } + Q_INVOKABLE QLayout* Mlayout(QWidget* o) const { return o->layout(); } + Q_INVOKABLE int MlayoutDirection(QWidget* o) const { return o->layoutDirection(); } + Q_INVOKABLE QLocale Mlocale(QWidget* o) const { return o->locale(); } + Q_INVOKABLE QPoint MmapFrom(QWidget* o, const QWidget* x1, const QPoint& x2) const { return o->mapFrom(x1, x2); } + Q_INVOKABLE QPoint MmapFromGlobal(QWidget* o, const QPoint& x1) const { return o->mapFromGlobal(x1); } + Q_INVOKABLE QPoint MmapFromParent(QWidget* o, const QPoint& x1) const { return o->mapFromParent(x1); } + Q_INVOKABLE QPoint MmapTo(QWidget* o, const QWidget* x1, const QPoint& x2) const { return o->mapTo(x1, x2); } + Q_INVOKABLE QPoint MmapToGlobal(QWidget* o, const QPoint& x1) const { return o->mapToGlobal(x1); } + Q_INVOKABLE QPoint MmapToParent(QWidget* o, const QPoint& x1) const { return o->mapToParent(x1); } + Q_INVOKABLE QRegion Mmask(QWidget* o) const { return o->mask(); } + Q_INVOKABLE int MmaximumHeight(QWidget* o) const { return o->maximumHeight(); } + Q_INVOKABLE QSize MmaximumSize(QWidget* o) const { return o->maximumSize(); } + Q_INVOKABLE int MmaximumWidth(QWidget* o) const { return o->maximumWidth(); } + Q_INVOKABLE int MminimumHeight(QWidget* o) const { return o->minimumHeight(); } + Q_INVOKABLE QSize MminimumSize(QWidget* o) const { return o->minimumSize(); } + Q_INVOKABLE QSize MminimumSizeHint(QWidget* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE int MminimumWidth(QWidget* o) const { return o->minimumWidth(); } + Q_INVOKABLE void Mmove(QWidget* o, const QPoint& x1) { o->move(x1); } + Q_INVOKABLE void Mmove(QWidget* o, int x1, int x2) { o->move(x1, x2); } + Q_INVOKABLE QWidget* MnativeParentWidget(QWidget* o) const { return o->nativeParentWidget(); } + Q_INVOKABLE QWidget* MnextInFocusChain(QWidget* o) const { return o->nextInFocusChain(); } + Q_INVOKABLE QRect MnormalGeometry(QWidget* o) const { return o->normalGeometry(); } + Q_INVOKABLE void MoverrideWindowFlags(QWidget* o, Qt::WindowFlags x1) { o->overrideWindowFlags(x1); } + Q_INVOKABLE QPalette Mpalette(QWidget* o) const { return o->palette(); } + Q_INVOKABLE QWidget* MparentWidget(QWidget* o) const { return o->parentWidget(); } + Q_INVOKABLE QPoint Mpos(QWidget* o) const { return o->pos(); } + Q_INVOKABLE QWidget* MpreviousInFocusChain(QWidget* o) const { return o->previousInFocusChain(); } + Q_INVOKABLE QRect Mrect(QWidget* o) const { return o->rect(); } + Q_INVOKABLE void MreleaseKeyboard(QWidget* o) { o->releaseKeyboard(); } + Q_INVOKABLE void MreleaseMouse(QWidget* o) { o->releaseMouse(); } + Q_INVOKABLE void MreleaseShortcut(QWidget* o, int x1) { o->releaseShortcut(x1); } + Q_INVOKABLE void MremoveAction(QWidget* o, QAction* x1) { o->removeAction(x1); } + Q_INVOKABLE void Mrepaint(QWidget* o, int x1, int x2, int x3, int x4) { o->repaint(x1, x2, x3, x4); } + Q_INVOKABLE void Mrepaint(QWidget* o, const QRect& x1) { o->repaint(x1); } + Q_INVOKABLE void Mrepaint(QWidget* o, const QRegion& x1) { o->repaint(x1); } + Q_INVOKABLE void Mresize(QWidget* o, const QSize& x1) { o->resize(x1); } + Q_INVOKABLE void Mresize(QWidget* o, int x1, int x2) { o->resize(x1, x2); } + Q_INVOKABLE bool MrestoreGeometry(QWidget* o, const QByteArray& x1) { return o->restoreGeometry(x1); } + Q_INVOKABLE QByteArray MsaveGeometry(QWidget* o) const { return o->saveGeometry(); } + Q_INVOKABLE void Mscroll(QWidget* o, int x1, int x2) { o->scroll(x1, x2); } + Q_INVOKABLE void Mscroll(QWidget* o, int x1, int x2, const QRect& x3) { o->scroll(x1, x2, x3); } + Q_INVOKABLE void MsetAcceptDrops(QWidget* o, bool x1) { o->setAcceptDrops(x1); } + Q_INVOKABLE void MsetAccessibleDescription(QWidget* o, const QString& x1) { o->setAccessibleDescription(x1); } + Q_INVOKABLE void MsetAccessibleName(QWidget* o, const QString& x1) { o->setAccessibleName(x1); } + Q_INVOKABLE void MsetAttribute(QWidget* o, Qt::WidgetAttribute x1, bool x2 = true) { o->setAttribute(x1, x2); } + Q_INVOKABLE void MsetAutoFillBackground(QWidget* o, bool x1) { o->setAutoFillBackground(x1); } + Q_INVOKABLE void MsetBackgroundRole(QWidget* o, QPalette::ColorRole x1) { o->setBackgroundRole(x1); } + Q_INVOKABLE void MsetBaseSize(QWidget* o, const QSize& x1) { o->setBaseSize(x1); } + Q_INVOKABLE void MsetBaseSize(QWidget* o, int x1, int x2) { o->setBaseSize(x1, x2); } + Q_INVOKABLE void MsetContentsMargins(QWidget* o, int x1, int x2, int x3, int x4) { o->setContentsMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MsetContentsMargins(QWidget* o, const QMargins& x1) { o->setContentsMargins(x1); } + Q_INVOKABLE void MsetContextMenuPolicy(QWidget* o, Qt::ContextMenuPolicy x1) { o->setContextMenuPolicy(x1); } + Q_INVOKABLE void MsetCursor(QWidget* o, const QCursor& x1) { o->setCursor(x1); } + Q_INVOKABLE void MsetFixedHeight(QWidget* o, int x1) { o->setFixedHeight(x1); } + Q_INVOKABLE void MsetFixedSize(QWidget* o, const QSize& x1) { o->setFixedSize(x1); } + Q_INVOKABLE void MsetFixedSize(QWidget* o, int x1, int x2) { o->setFixedSize(x1, x2); } + Q_INVOKABLE void MsetFixedWidth(QWidget* o, int x1) { o->setFixedWidth(x1); } + Q_INVOKABLE void MsetFocus(QWidget* o, Qt::FocusReason x1) { o->setFocus(x1); } + Q_INVOKABLE void MsetFocusPolicy(QWidget* o, Qt::FocusPolicy x1) { o->setFocusPolicy(x1); } + Q_INVOKABLE void MsetFocusProxy(QWidget* o, QWidget* x1) { o->setFocusProxy(x1); } + Q_INVOKABLE void MsetFont(QWidget* o, const QFont& x1) { o->setFont(x1); } + Q_INVOKABLE void MsetForegroundRole(QWidget* o, QPalette::ColorRole x1) { o->setForegroundRole(x1); } + Q_INVOKABLE void MsetGeometry(QWidget* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE void MsetGeometry(QWidget* o, int x1, int x2, int x3, int x4) { o->setGeometry(x1, x2, x3, x4); } + Q_INVOKABLE void MsetGraphicsEffect(QWidget* o, QGraphicsEffect* x1) { o->setGraphicsEffect(x1); } + Q_INVOKABLE void MsetInputMethodHints(QWidget* o, Qt::InputMethodHints x1) { o->setInputMethodHints(x1); } + Q_INVOKABLE void MsetLayout(QWidget* o, QLayout* x1) { o->setLayout(x1); } + Q_INVOKABLE void MsetLayoutDirection(QWidget* o, Qt::LayoutDirection x1) { o->setLayoutDirection(x1); } + Q_INVOKABLE void MsetLocale(QWidget* o, const QLocale& x1) { o->setLocale(x1); } + Q_INVOKABLE void MsetMask(QWidget* o, const QBitmap& x1) { o->setMask(x1); } + Q_INVOKABLE void MsetMask(QWidget* o, const QRegion& x1) { o->setMask(x1); } + Q_INVOKABLE void MsetMaximumHeight(QWidget* o, int x1) { o->setMaximumHeight(x1); } + Q_INVOKABLE void MsetMaximumSize(QWidget* o, const QSize& x1) { o->setMaximumSize(x1); } + Q_INVOKABLE void MsetMaximumSize(QWidget* o, int x1, int x2) { o->setMaximumSize(x1, x2); } + Q_INVOKABLE void MsetMaximumWidth(QWidget* o, int x1) { o->setMaximumWidth(x1); } + Q_INVOKABLE void MsetMinimumHeight(QWidget* o, int x1) { o->setMinimumHeight(x1); } + Q_INVOKABLE void MsetMinimumSize(QWidget* o, const QSize& x1) { o->setMinimumSize(x1); } + Q_INVOKABLE void MsetMinimumSize(QWidget* o, int x1, int x2) { o->setMinimumSize(x1, x2); } + Q_INVOKABLE void MsetMinimumWidth(QWidget* o, int x1) { o->setMinimumWidth(x1); } + Q_INVOKABLE void MsetMouseTracking(QWidget* o, bool x1) { o->setMouseTracking(x1); } + Q_INVOKABLE void MsetPalette(QWidget* o, const QPalette& x1) { o->setPalette(x1); } + Q_INVOKABLE void MsetParent(QWidget* o, QWidget* x1) { o->setParent(x1); } + Q_INVOKABLE void MsetParent(QWidget* o, QWidget* x1, Qt::WindowFlags x2) { o->setParent(x1, x2); } + Q_INVOKABLE void MsetShortcutAutoRepeat(QWidget* o, int x1, bool x2 = true) { o->setShortcutAutoRepeat(x1, x2); } + Q_INVOKABLE void MsetShortcutEnabled(QWidget* o, int x1, bool x2 = true) { o->setShortcutEnabled(x1, x2); } + Q_INVOKABLE void MsetSizeIncrement(QWidget* o, const QSize& x1) { o->setSizeIncrement(x1); } + Q_INVOKABLE void MsetSizeIncrement(QWidget* o, int x1, int x2) { o->setSizeIncrement(x1, x2); } + Q_INVOKABLE void MsetSizePolicy(QWidget* o, QSizePolicy x1) { o->setSizePolicy(x1); } + Q_INVOKABLE void MsetSizePolicy(QWidget* o, QSizePolicy::Policy x1, QSizePolicy::Policy x2) { o->setSizePolicy(x1, x2); } + Q_INVOKABLE void MsetStatusTip(QWidget* o, const QString& x1) { o->setStatusTip(x1); } + Q_INVOKABLE void MsetStyle(QWidget* o, QStyle* x1) { o->setStyle(x1); } + Q_INVOKABLE void MsetToolTip(QWidget* o, const QString& x1) { o->setToolTip(x1); } + Q_INVOKABLE void MsetToolTipDuration(QWidget* o, int x1) { o->setToolTipDuration(x1); } + Q_INVOKABLE void MsetUpdatesEnabled(QWidget* o, bool x1) { o->setUpdatesEnabled(x1); } + Q_INVOKABLE void MsetWhatsThis(QWidget* o, const QString& x1) { o->setWhatsThis(x1); } + Q_INVOKABLE void MsetWindowFilePath(QWidget* o, const QString& x1) { o->setWindowFilePath(x1); } + Q_INVOKABLE void MsetWindowFlags(QWidget* o, Qt::WindowFlags x1) { o->setWindowFlags(x1); } + Q_INVOKABLE void MsetWindowIcon(QWidget* o, const QIcon& x1) { o->setWindowIcon(x1); } + Q_INVOKABLE void MsetWindowIconText(QWidget* o, const QString& x1) { o->setWindowIconText(x1); } + Q_INVOKABLE void MsetWindowModality(QWidget* o, Qt::WindowModality x1) { o->setWindowModality(x1); } + Q_INVOKABLE void MsetWindowOpacity(QWidget* o, qreal x1) { o->setWindowOpacity(x1); } + Q_INVOKABLE void MsetWindowRole(QWidget* o, const QString& x1) { o->setWindowRole(x1); } + Q_INVOKABLE void MsetWindowState(QWidget* o, Qt::WindowStates x1) { o->setWindowState(x1); } + Q_INVOKABLE QSize Msize(QWidget* o) const { return o->size(); } + Q_INVOKABLE QSize MsizeHint(QWidget* o) const { return o->sizeHint(); } + Q_INVOKABLE QSize MsizeIncrement(QWidget* o) const { return o->sizeIncrement(); } + Q_INVOKABLE QSizePolicy MsizePolicy(QWidget* o) const { return o->sizePolicy(); } + Q_INVOKABLE void MstackUnder(QWidget* o, QWidget* x1) { o->stackUnder(x1); } + Q_INVOKABLE QString MstatusTip(QWidget* o) const { return o->statusTip(); } + Q_INVOKABLE QStyle* Mstyle(QWidget* o) const { return o->style(); } + Q_INVOKABLE QString MstyleSheet(QWidget* o) const { return o->styleSheet(); } + Q_INVOKABLE bool MtestAttribute(QWidget* o, Qt::WidgetAttribute x1) const { return o->testAttribute(x1); } + Q_INVOKABLE QString MtoolTip(QWidget* o) const { return o->toolTip(); } + Q_INVOKABLE int MtoolTipDuration(QWidget* o) const { return o->toolTipDuration(); } + Q_INVOKABLE bool MunderMouse(QWidget* o) const { return o->underMouse(); } + Q_INVOKABLE void MungrabGesture(QWidget* o, Qt::GestureType x1) { o->ungrabGesture(x1); } + Q_INVOKABLE void MunsetCursor(QWidget* o) { o->unsetCursor(); } + Q_INVOKABLE void MunsetLayoutDirection(QWidget* o) { o->unsetLayoutDirection(); } + Q_INVOKABLE void MunsetLocale(QWidget* o) { o->unsetLocale(); } + Q_INVOKABLE void Mupdate(QWidget* o, int x1, int x2, int x3, int x4) { o->update(x1, x2, x3, x4); } + Q_INVOKABLE void Mupdate(QWidget* o, const QRect& x1) { o->update(x1); } + Q_INVOKABLE void Mupdate(QWidget* o, const QRegion& x1) { o->update(x1); } + Q_INVOKABLE void MupdateGeometry(QWidget* o) { o->updateGeometry(); } + Q_INVOKABLE bool MupdatesEnabled(QWidget* o) const { return o->updatesEnabled(); } + Q_INVOKABLE QRegion MvisibleRegion(QWidget* o) const { return o->visibleRegion(); } + Q_INVOKABLE QString MwhatsThis(QWidget* o) const { return o->whatsThis(); } + Q_INVOKABLE int Mwidth(QWidget* o) const { return o->width(); } + Q_INVOKABLE WId MwinId(QWidget* o) const { return o->winId(); } + Q_INVOKABLE QWidget* Mwindow(QWidget* o) const { return o->window(); } + Q_INVOKABLE QString MwindowFilePath(QWidget* o) const { return o->windowFilePath(); } + Q_INVOKABLE int MwindowFlags(QWidget* o) const { return o->windowFlags(); } + Q_INVOKABLE QIcon MwindowIcon(QWidget* o) const { return o->windowIcon(); } + Q_INVOKABLE QString MwindowIconText(QWidget* o) const { return o->windowIconText(); } + Q_INVOKABLE int MwindowModality(QWidget* o) const { return o->windowModality(); } + Q_INVOKABLE qreal MwindowOpacity(QWidget* o) const { return o->windowOpacity(); } + Q_INVOKABLE QString MwindowRole(QWidget* o) const { return o->windowRole(); } + Q_INVOKABLE int MwindowState(QWidget* o) const { return o->windowState(); } + Q_INVOKABLE QString MwindowTitle(QWidget* o) const { return o->windowTitle(); } + Q_INVOKABLE int MwindowType(QWidget* o) const { return o->windowType(); } + Q_INVOKABLE int Mx(QWidget* o) const { return o->x(); } + Q_INVOKABLE int My(QWidget* o) const { return o->y(); } + Q_INVOKABLE void Mcreate(QWidget* o, WId x1 = 0, bool x2 = true, bool x3 = true) { ((LWidget*)o)->create(x1, x2, x3); } + Q_INVOKABLE void Mdestroy(QWidget* o, bool x1 = true, bool x2 = true) { ((LWidget*)o)->destroy(x1, x2); } + Q_INVOKABLE bool MfocusNextChild(QWidget* o) { return ((LWidget*)o)->focusNextChild(); } + Q_INVOKABLE bool MfocusPreviousChild(QWidget* o) { return ((LWidget*)o)->focusPreviousChild(); } + Q_INVOKABLE QWidget* ScreateWindowContainer(QWindow* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return QWidget::createWindowContainer(x1, x2, x3); } + Q_INVOKABLE QWidget* Sfind(WId x1) { return QWidget::find(x1); } + Q_INVOKABLE QWidget* SkeyboardGrabber() { return QWidget::keyboardGrabber(); } + Q_INVOKABLE QWidget* SmouseGrabber() { return QWidget::mouseGrabber(); } + Q_INVOKABLE void SsetTabOrder(QWidget* x1, QWidget* x2) { QWidget::setTabOrder(x1, x2); } +}; + +class EQL_EXPORT Q216 : public Q18 { // QWidgetAction + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1) { return new LWidgetAction(u, x1); } + Q_INVOKABLE QWidget* MdefaultWidget(QWidgetAction* o) const { return o->defaultWidget(); } + Q_INVOKABLE void MreleaseWidget(QWidgetAction* o, QWidget* x1) { o->releaseWidget(x1); } + Q_INVOKABLE QWidget* MrequestWidget(QWidgetAction* o, QWidget* x1) { return o->requestWidget(x1); } + Q_INVOKABLE void MsetDefaultWidget(QWidgetAction* o, QWidget* x1) { o->setDefaultWidget(x1); } + Q_INVOKABLE QList McreatedWidgets(QWidgetAction* o) const { return ((LWidgetAction*)o)->createdWidgets(); } +}; + +class EQL_EXPORT Q218 : public Q215 { // QWizardPage + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LWizardPage(u, x1); } + Q_INVOKABLE QString MbuttonText(QWizardPage* o, QWizard::WizardButton x1) const { return o->buttonText(x1); } + Q_INVOKABLE void McleanupPage(QWizardPage* o) { o->cleanupPage(); } + Q_INVOKABLE void MinitializePage(QWizardPage* o) { o->initializePage(); } + Q_INVOKABLE bool MisCommitPage(QWizardPage* o) const { return o->isCommitPage(); } + Q_INVOKABLE bool MisComplete(QWizardPage* o) const { return o->isComplete(); } + Q_INVOKABLE bool MisFinalPage(QWizardPage* o) const { return o->isFinalPage(); } + Q_INVOKABLE int MnextId(QWizardPage* o) const { return o->nextId(); } + Q_INVOKABLE QPixmap Mpixmap(QWizardPage* o, QWizard::WizardPixmap x1) const { return o->pixmap(x1); } + Q_INVOKABLE void MsetButtonText(QWizardPage* o, QWizard::WizardButton x1, const QString& x2) { o->setButtonText(x1, x2); } + Q_INVOKABLE void MsetCommitPage(QWizardPage* o, bool x1) { o->setCommitPage(x1); } + Q_INVOKABLE void MsetFinalPage(QWizardPage* o, bool x1) { o->setFinalPage(x1); } + Q_INVOKABLE void MsetPixmap(QWizardPage* o, QWizard::WizardPixmap x1, const QPixmap& x2) { o->setPixmap(x1, x2); } + Q_INVOKABLE void MsetSubTitle(QWizardPage* o, const QString& x1) { o->setSubTitle(x1); } + Q_INVOKABLE void MsetTitle(QWizardPage* o, const QString& x1) { o->setTitle(x1); } + Q_INVOKABLE QString MsubTitle(QWizardPage* o) const { return o->subTitle(); } + Q_INVOKABLE QString Mtitle(QWizardPage* o) const { return o->title(); } + Q_INVOKABLE bool MvalidatePage(QWizardPage* o) { return o->validatePage(); } + Q_INVOKABLE QVariant Mfield(QWizardPage* o, const QString& x1) const { return ((LWizardPage*)o)->field(x1); } + Q_INVOKABLE void MregisterField(QWizardPage* o, const QString& x1, QWidget* x2, const char* x3 = 0, const char* x4 = 0) { ((LWizardPage*)o)->registerField(x1, x2, x3, x4); } + Q_INVOKABLE void MsetField(QWizardPage* o, const QString& x1, const QVariant& x2) { ((LWizardPage*)o)->setField(x1, x2); } + Q_INVOKABLE QWizard* Mwizard(QWizardPage* o) const { return ((LWizardPage*)o)->wizard(); } +}; + +class EQL_EXPORT Q2 : public Q215 { // QAbstractButton + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractButton(u, x1); } + Q_INVOKABLE bool MautoExclusive(QAbstractButton* o) const { return o->autoExclusive(); } + Q_INVOKABLE bool MautoRepeat(QAbstractButton* o) const { return o->autoRepeat(); } + Q_INVOKABLE int MautoRepeatDelay(QAbstractButton* o) const { return o->autoRepeatDelay(); } + Q_INVOKABLE int MautoRepeatInterval(QAbstractButton* o) const { return o->autoRepeatInterval(); } + Q_INVOKABLE QButtonGroup* Mgroup(QAbstractButton* o) const { return o->group(); } + Q_INVOKABLE QIcon Micon(QAbstractButton* o) const { return o->icon(); } + Q_INVOKABLE QSize MiconSize(QAbstractButton* o) const { return o->iconSize(); } + Q_INVOKABLE bool MisCheckable(QAbstractButton* o) const { return o->isCheckable(); } + Q_INVOKABLE bool MisChecked(QAbstractButton* o) const { return o->isChecked(); } + Q_INVOKABLE bool MisDown(QAbstractButton* o) const { return o->isDown(); } + Q_INVOKABLE void MsetAutoExclusive(QAbstractButton* o, bool x1) { o->setAutoExclusive(x1); } + Q_INVOKABLE void MsetAutoRepeat(QAbstractButton* o, bool x1) { o->setAutoRepeat(x1); } + Q_INVOKABLE void MsetAutoRepeatDelay(QAbstractButton* o, int x1) { o->setAutoRepeatDelay(x1); } + Q_INVOKABLE void MsetAutoRepeatInterval(QAbstractButton* o, int x1) { o->setAutoRepeatInterval(x1); } + Q_INVOKABLE void MsetCheckable(QAbstractButton* o, bool x1) { o->setCheckable(x1); } + Q_INVOKABLE void MsetDown(QAbstractButton* o, bool x1) { o->setDown(x1); } + Q_INVOKABLE void MsetIcon(QAbstractButton* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetShortcut(QAbstractButton* o, const QKeySequence& x1) { o->setShortcut(x1); } + Q_INVOKABLE void MsetText(QAbstractButton* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE QKeySequence Mshortcut(QAbstractButton* o) const { return o->shortcut(); } + Q_INVOKABLE QString Mtext(QAbstractButton* o) const { return o->text(); } +}; + +class EQL_EXPORT Q11 : public Q215 { // QAbstractSlider + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractSlider(u, x1); } + Q_INVOKABLE bool MhasTracking(QAbstractSlider* o) const { return o->hasTracking(); } + Q_INVOKABLE bool MinvertedAppearance(QAbstractSlider* o) const { return o->invertedAppearance(); } + Q_INVOKABLE bool MinvertedControls(QAbstractSlider* o) const { return o->invertedControls(); } + Q_INVOKABLE bool MisSliderDown(QAbstractSlider* o) const { return o->isSliderDown(); } + Q_INVOKABLE int Mmaximum(QAbstractSlider* o) const { return o->maximum(); } + Q_INVOKABLE int Mminimum(QAbstractSlider* o) const { return o->minimum(); } + Q_INVOKABLE int Morientation(QAbstractSlider* o) const { return o->orientation(); } + Q_INVOKABLE int MpageStep(QAbstractSlider* o) const { return o->pageStep(); } + Q_INVOKABLE void MsetInvertedAppearance(QAbstractSlider* o, bool x1) { o->setInvertedAppearance(x1); } + Q_INVOKABLE void MsetInvertedControls(QAbstractSlider* o, bool x1) { o->setInvertedControls(x1); } + Q_INVOKABLE void MsetMaximum(QAbstractSlider* o, int x1) { o->setMaximum(x1); } + Q_INVOKABLE void MsetMinimum(QAbstractSlider* o, int x1) { o->setMinimum(x1); } + Q_INVOKABLE void MsetPageStep(QAbstractSlider* o, int x1) { o->setPageStep(x1); } + Q_INVOKABLE void MsetSingleStep(QAbstractSlider* o, int x1) { o->setSingleStep(x1); } + Q_INVOKABLE void MsetSliderDown(QAbstractSlider* o, bool x1) { o->setSliderDown(x1); } + Q_INVOKABLE void MsetSliderPosition(QAbstractSlider* o, int x1) { o->setSliderPosition(x1); } + Q_INVOKABLE void MsetTracking(QAbstractSlider* o, bool x1) { o->setTracking(x1); } + Q_INVOKABLE int MsingleStep(QAbstractSlider* o) const { return o->singleStep(); } + Q_INVOKABLE int MsliderPosition(QAbstractSlider* o) const { return o->sliderPosition(); } + Q_INVOKABLE void MtriggerAction(QAbstractSlider* o, QAbstractSlider::SliderAction x1) { o->triggerAction(x1); } + Q_INVOKABLE int Mvalue(QAbstractSlider* o) const { return o->value(); } + Q_INVOKABLE int MrepeatAction(QAbstractSlider* o) const { return ((LAbstractSlider*)o)->repeatAction(); } + Q_INVOKABLE void MsetRepeatAction(QAbstractSlider* o, QAbstractSlider::SliderAction x1, int x2 = 500, int x3 = 50) { ((LAbstractSlider*)o)->setRepeatAction(x1, x2, x3); } +}; + +class EQL_EXPORT Q13 : public Q215 { // QAbstractSpinBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractSpinBox(u, x1); } + Q_INVOKABLE int Malignment(QAbstractSpinBox* o) const { return o->alignment(); } + Q_INVOKABLE int MbuttonSymbols(QAbstractSpinBox* o) const { return o->buttonSymbols(); } + Q_INVOKABLE int McorrectionMode(QAbstractSpinBox* o) const { return o->correctionMode(); } + Q_INVOKABLE void Mfixup(QAbstractSpinBox* o, QString& x1) const { o->fixup(x1); } + Q_INVOKABLE bool MhasAcceptableInput(QAbstractSpinBox* o) const { return o->hasAcceptableInput(); } + Q_INVOKABLE bool MhasFrame(QAbstractSpinBox* o) const { return o->hasFrame(); } + Q_INVOKABLE void MinterpretText(QAbstractSpinBox* o) { o->interpretText(); } + Q_INVOKABLE bool MisAccelerated(QAbstractSpinBox* o) const { return o->isAccelerated(); } + Q_INVOKABLE bool MisGroupSeparatorShown(QAbstractSpinBox* o) const { return o->isGroupSeparatorShown(); } + Q_INVOKABLE bool MisReadOnly(QAbstractSpinBox* o) const { return o->isReadOnly(); } + Q_INVOKABLE bool MkeyboardTracking(QAbstractSpinBox* o) const { return o->keyboardTracking(); } + Q_INVOKABLE void MsetAccelerated(QAbstractSpinBox* o, bool x1) { o->setAccelerated(x1); } + Q_INVOKABLE void MsetAlignment(QAbstractSpinBox* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetButtonSymbols(QAbstractSpinBox* o, QAbstractSpinBox::ButtonSymbols x1) { o->setButtonSymbols(x1); } + Q_INVOKABLE void MsetCorrectionMode(QAbstractSpinBox* o, QAbstractSpinBox::CorrectionMode x1) { o->setCorrectionMode(x1); } + Q_INVOKABLE void MsetFrame(QAbstractSpinBox* o, bool x1) { o->setFrame(x1); } + Q_INVOKABLE void MsetGroupSeparatorShown(QAbstractSpinBox* o, bool x1) { o->setGroupSeparatorShown(x1); } + Q_INVOKABLE void MsetKeyboardTracking(QAbstractSpinBox* o, bool x1) { o->setKeyboardTracking(x1); } + Q_INVOKABLE void MsetReadOnly(QAbstractSpinBox* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetSpecialValueText(QAbstractSpinBox* o, const QString& x1) { o->setSpecialValueText(x1); } + Q_INVOKABLE void MsetWrapping(QAbstractSpinBox* o, bool x1) { o->setWrapping(x1); } + Q_INVOKABLE QString MspecialValueText(QAbstractSpinBox* o) const { return o->specialValueText(); } + Q_INVOKABLE void MstepBy(QAbstractSpinBox* o, int x1) { o->stepBy(x1); } + Q_INVOKABLE QString Mtext(QAbstractSpinBox* o) const { return o->text(); } + Q_INVOKABLE int Mvalidate(QAbstractSpinBox* o, QString& x1, int& x2) const { return o->validate(x1, x2); } + Q_INVOKABLE bool Mwrapping(QAbstractSpinBox* o) const { return o->wrapping(); } + Q_INVOKABLE void MinitStyleOption(QAbstractSpinBox* o, QStyleOptionSpinBox* x1) const { ((LAbstractSpinBox*)o)->initStyleOption(x1); } + Q_INVOKABLE QLineEdit* MlineEdit(QAbstractSpinBox* o) const { return ((LAbstractSpinBox*)o)->lineEdit(); } + Q_INVOKABLE void MsetLineEdit(QAbstractSpinBox* o, QLineEdit* x1) { ((LAbstractSpinBox*)o)->setLineEdit(x1); } + Q_INVOKABLE bool Mevent(QAbstractSpinBox* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QVariant MinputMethodQuery(QAbstractSpinBox* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QAbstractSpinBox* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QAbstractSpinBox* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q21 : public Q84 { // QApplication + Q_OBJECT +public: + Q_INVOKABLE QString MstyleSheet(QApplication* o) const { return o->styleSheet(); } + Q_INVOKABLE bool Mnotify(QApplication* o, QObject* x1, QEvent* x2) { return o->notify(x1, x2); } + Q_INVOKABLE QWidget* SactiveModalWidget() { return QApplication::activeModalWidget(); } + Q_INVOKABLE QWidget* SactivePopupWidget() { return QApplication::activePopupWidget(); } + Q_INVOKABLE QWidget* SactiveWindow() { return QApplication::activeWindow(); } + Q_INVOKABLE void Salert(QWidget* x1, int x2 = 0) { QApplication::alert(x1, x2); } + Q_INVOKABLE QWidgetList SallWidgets() { return QApplication::allWidgets(); } + Q_INVOKABLE void Sbeep() { QApplication::beep(); } + Q_INVOKABLE int ScolorSpec() { return QApplication::colorSpec(); } + Q_INVOKABLE int ScursorFlashTime() { return QApplication::cursorFlashTime(); } + Q_INVOKABLE QDesktopWidget* Sdesktop() { return QApplication::desktop(); } + Q_INVOKABLE int SdoubleClickInterval() { return QApplication::doubleClickInterval(); } + Q_INVOKABLE int Sexec() { return QApplication::exec(); } + Q_INVOKABLE QWidget* SfocusWidget() { return QApplication::focusWidget(); } + Q_INVOKABLE QFont Sfont() { return QApplication::font(); } + Q_INVOKABLE QFont Sfont(const QWidget* x1) { return QApplication::font(x1); } + Q_INVOKABLE QFont Sfont(const char* x1) { return QApplication::font(x1); } + Q_INVOKABLE QFontMetrics SfontMetrics() { return QApplication::fontMetrics(); } + Q_INVOKABLE QSize SglobalStrut() { return QApplication::globalStrut(); } + Q_INVOKABLE bool SisEffectEnabled(Qt::UIEffect x1) { return QApplication::isEffectEnabled(x1); } + Q_INVOKABLE int SkeyboardInputInterval() { return QApplication::keyboardInputInterval(); } + Q_INVOKABLE QPalette Spalette(const QWidget* x1) { return QApplication::palette(x1); } + Q_INVOKABLE QPalette Spalette(const char* x1) { return QApplication::palette(x1); } + Q_INVOKABLE void SsetActiveWindow(QWidget* x1) { QApplication::setActiveWindow(x1); } + Q_INVOKABLE void SsetColorSpec(int x1) { QApplication::setColorSpec(x1); } + Q_INVOKABLE void SsetCursorFlashTime(int x1) { QApplication::setCursorFlashTime(x1); } + Q_INVOKABLE void SsetDoubleClickInterval(int x1) { QApplication::setDoubleClickInterval(x1); } + Q_INVOKABLE void SsetEffectEnabled(Qt::UIEffect x1, bool x2 = true) { QApplication::setEffectEnabled(x1, x2); } + Q_INVOKABLE void SsetFont(const QFont& x1, const char* x2 = 0) { QApplication::setFont(x1, x2); } + Q_INVOKABLE void SsetGlobalStrut(const QSize& x1) { QApplication::setGlobalStrut(x1); } + Q_INVOKABLE void SsetKeyboardInputInterval(int x1) { QApplication::setKeyboardInputInterval(x1); } + Q_INVOKABLE void SsetPalette(const QPalette& x1, const char* x2 = 0) { QApplication::setPalette(x1, x2); } + Q_INVOKABLE void SsetStartDragDistance(int x1) { QApplication::setStartDragDistance(x1); } + Q_INVOKABLE void SsetStartDragTime(int x1) { QApplication::setStartDragTime(x1); } + Q_INVOKABLE void SsetStyle(QStyle* x1) { QApplication::setStyle(x1); } + Q_INVOKABLE QStyle* SsetStyle(const QString& x1) { return QApplication::setStyle(x1); } + Q_INVOKABLE void SsetWheelScrollLines(int x1) { QApplication::setWheelScrollLines(x1); } + Q_INVOKABLE void SsetWindowIcon(const QIcon& x1) { QApplication::setWindowIcon(x1); } + Q_INVOKABLE int SstartDragDistance() { return QApplication::startDragDistance(); } + Q_INVOKABLE int SstartDragTime() { return QApplication::startDragTime(); } + Q_INVOKABLE QStyle* Sstyle() { return QApplication::style(); } + Q_INVOKABLE QWidget* StopLevelAt(const QPoint& x1) { return QApplication::topLevelAt(x1); } + Q_INVOKABLE QWidget* StopLevelAt(int x1, int x2) { return QApplication::topLevelAt(x1, x2); } + Q_INVOKABLE QWidgetList StopLevelWidgets() { return QApplication::topLevelWidgets(); } + Q_INVOKABLE int SwheelScrollLines() { return QApplication::wheelScrollLines(); } + Q_INVOKABLE QWidget* SwidgetAt(const QPoint& x1) { return QApplication::widgetAt(x1); } + Q_INVOKABLE QWidget* SwidgetAt(int x1, int x2) { return QApplication::widgetAt(x1, x2); } + Q_INVOKABLE QIcon SwindowIcon() { return QApplication::windowIcon(); } +}; + +class EQL_EXPORT Q22 : public Q104 { // QBoxLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QBoxLayout::Direction x1, QWidget* x2 = 0) { return new LBoxLayout(u, x1, x2); } + Q_INVOKABLE void MaddLayout(QBoxLayout* o, QLayout* x1, int x2 = 0) { o->addLayout(x1, x2); } + Q_INVOKABLE void MaddSpacerItem(QBoxLayout* o, QSpacerItem* x1) { o->addSpacerItem(x1); } + Q_INVOKABLE void MaddSpacing(QBoxLayout* o, int x1) { o->addSpacing(x1); } + Q_INVOKABLE void MaddStretch(QBoxLayout* o, int x1 = 0) { o->addStretch(x1); } + Q_INVOKABLE void MaddStrut(QBoxLayout* o, int x1) { o->addStrut(x1); } + Q_INVOKABLE void MaddWidget(QBoxLayout* o, QWidget* x1, int x2 = 0, Qt::Alignment x3 = 0) { o->addWidget(x1, x2, x3); } + Q_INVOKABLE int Mdirection(QBoxLayout* o) const { return o->direction(); } + Q_INVOKABLE void MinsertItem(QBoxLayout* o, int x1, QLayoutItem* x2) { o->insertItem(x1, x2); } + Q_INVOKABLE void MinsertLayout(QBoxLayout* o, int x1, QLayout* x2, int x3 = 0) { o->insertLayout(x1, x2, x3); } + Q_INVOKABLE void MinsertSpacerItem(QBoxLayout* o, int x1, QSpacerItem* x2) { o->insertSpacerItem(x1, x2); } + Q_INVOKABLE void MinsertSpacing(QBoxLayout* o, int x1, int x2) { o->insertSpacing(x1, x2); } + Q_INVOKABLE void MinsertStretch(QBoxLayout* o, int x1, int x2 = 0) { o->insertStretch(x1, x2); } + Q_INVOKABLE void MinsertWidget(QBoxLayout* o, int x1, QWidget* x2, int x3 = 0, Qt::Alignment x4 = 0) { o->insertWidget(x1, x2, x3, x4); } + Q_INVOKABLE void MsetDirection(QBoxLayout* o, QBoxLayout::Direction x1) { o->setDirection(x1); } + Q_INVOKABLE void MsetSpacing(QBoxLayout* o, int x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetStretch(QBoxLayout* o, int x1, int x2) { o->setStretch(x1, x2); } + Q_INVOKABLE bool MsetStretchFactor(QBoxLayout* o, QWidget* x1, int x2) { return o->setStretchFactor(x1, x2); } + Q_INVOKABLE bool MsetStretchFactor(QBoxLayout* o, QLayout* x1, int x2) { return o->setStretchFactor(x1, x2); } + Q_INVOKABLE int Mspacing(QBoxLayout* o) const { return o->spacing(); } + Q_INVOKABLE int Mstretch(QBoxLayout* o, int x1) const { return o->stretch(x1); } + Q_INVOKABLE void MaddItem(QBoxLayout* o, QLayoutItem* x1) { o->addItem(x1); } + Q_INVOKABLE int Mcount(QBoxLayout* o) const { return o->count(); } + Q_INVOKABLE int MexpandingDirections(QBoxLayout* o) const { return o->expandingDirections(); } + Q_INVOKABLE bool MhasHeightForWidth(QBoxLayout* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QBoxLayout* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE void Minvalidate(QBoxLayout* o) { o->invalidate(); } + Q_INVOKABLE QLayoutItem* MitemAt(QBoxLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE QSize MmaximumSize(QBoxLayout* o) const { return o->maximumSize(); } + Q_INVOKABLE int MminimumHeightForWidth(QBoxLayout* o, int x1) const { return o->minimumHeightForWidth(x1); } + Q_INVOKABLE QSize MminimumSize(QBoxLayout* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QBoxLayout* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QBoxLayout* o) const { return o->sizeHint(); } + Q_INVOKABLE QLayoutItem* MtakeAt(QBoxLayout* o, int x1) { return o->takeAt(x1); } +}; + +class EQL_EXPORT Q23 : public Q96 { // QBuffer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LBuffer(u, x1); } + Q_INVOKABLE QByteArray Mbuffer(QBuffer* o) { return o->buffer(); } + Q_INVOKABLE QByteArray Mbuffer(QBuffer* o) const { return o->buffer(); } + Q_INVOKABLE QByteArray Mdata(QBuffer* o) const { return o->data(); } + Q_INVOKABLE void MsetData(QBuffer* o, const QByteArray& x1) { o->setData(x1); } + Q_INVOKABLE void MsetData(QBuffer* o, const char* x1, int x2) { o->setData(x1, x2); } + Q_INVOKABLE bool MatEnd(QBuffer* o) const { return o->atEnd(); } + Q_INVOKABLE bool McanReadLine(QBuffer* o) const { return o->canReadLine(); } + Q_INVOKABLE void Mclose(QBuffer* o) { o->close(); } + Q_INVOKABLE bool Mopen(QBuffer* o, QBuffer::OpenMode x1) { return o->open(x1); } + Q_INVOKABLE qlonglong Mpos(QBuffer* o) const { return o->pos(); } + Q_INVOKABLE bool Mseek(QBuffer* o, qint64 x1) { return o->seek(x1); } + Q_INVOKABLE qlonglong Msize(QBuffer* o) const { return o->size(); } +}; + +class EQL_EXPORT Q25 : public Q215 { // QCalendarWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LCalendarWidget(u, x1); } + Q_INVOKABLE int MdateEditAcceptDelay(QCalendarWidget* o) const { return o->dateEditAcceptDelay(); } + Q_INVOKABLE QTextCharFormat MdateTextFormat(QCalendarWidget* o, const QDate& x1) const { return o->dateTextFormat(x1); } + Q_INVOKABLE int MfirstDayOfWeek(QCalendarWidget* o) const { return o->firstDayOfWeek(); } + Q_INVOKABLE QTextCharFormat MheaderTextFormat(QCalendarWidget* o) const { return o->headerTextFormat(); } + Q_INVOKABLE int MhorizontalHeaderFormat(QCalendarWidget* o) const { return o->horizontalHeaderFormat(); } + Q_INVOKABLE bool MisDateEditEnabled(QCalendarWidget* o) const { return o->isDateEditEnabled(); } + Q_INVOKABLE bool MisGridVisible(QCalendarWidget* o) const { return o->isGridVisible(); } + Q_INVOKABLE bool MisNavigationBarVisible(QCalendarWidget* o) const { return o->isNavigationBarVisible(); } + Q_INVOKABLE QDate MmaximumDate(QCalendarWidget* o) const { return o->maximumDate(); } + Q_INVOKABLE QDate MminimumDate(QCalendarWidget* o) const { return o->minimumDate(); } + Q_INVOKABLE int MmonthShown(QCalendarWidget* o) const { return o->monthShown(); } + Q_INVOKABLE QDate MselectedDate(QCalendarWidget* o) const { return o->selectedDate(); } + Q_INVOKABLE int MselectionMode(QCalendarWidget* o) const { return o->selectionMode(); } + Q_INVOKABLE void MsetDateEditAcceptDelay(QCalendarWidget* o, int x1) { o->setDateEditAcceptDelay(x1); } + Q_INVOKABLE void MsetDateEditEnabled(QCalendarWidget* o, bool x1) { o->setDateEditEnabled(x1); } + Q_INVOKABLE void MsetDateTextFormat(QCalendarWidget* o, const QDate& x1, const QTextCharFormat& x2) { o->setDateTextFormat(x1, x2); } + Q_INVOKABLE void MsetFirstDayOfWeek(QCalendarWidget* o, Qt::DayOfWeek x1) { o->setFirstDayOfWeek(x1); } + Q_INVOKABLE void MsetHeaderTextFormat(QCalendarWidget* o, const QTextCharFormat& x1) { o->setHeaderTextFormat(x1); } + Q_INVOKABLE void MsetHorizontalHeaderFormat(QCalendarWidget* o, QCalendarWidget::HorizontalHeaderFormat x1) { o->setHorizontalHeaderFormat(x1); } + Q_INVOKABLE void MsetMaximumDate(QCalendarWidget* o, const QDate& x1) { o->setMaximumDate(x1); } + Q_INVOKABLE void MsetMinimumDate(QCalendarWidget* o, const QDate& x1) { o->setMinimumDate(x1); } + Q_INVOKABLE void MsetSelectionMode(QCalendarWidget* o, QCalendarWidget::SelectionMode x1) { o->setSelectionMode(x1); } + Q_INVOKABLE void MsetVerticalHeaderFormat(QCalendarWidget* o, QCalendarWidget::VerticalHeaderFormat x1) { o->setVerticalHeaderFormat(x1); } + Q_INVOKABLE void MsetWeekdayTextFormat(QCalendarWidget* o, Qt::DayOfWeek x1, const QTextCharFormat& x2) { o->setWeekdayTextFormat(x1, x2); } + Q_INVOKABLE int MverticalHeaderFormat(QCalendarWidget* o) const { return o->verticalHeaderFormat(); } + Q_INVOKABLE QTextCharFormat MweekdayTextFormat(QCalendarWidget* o, Qt::DayOfWeek x1) const { return o->weekdayTextFormat(x1); } + Q_INVOKABLE int MyearShown(QCalendarWidget* o) const { return o->yearShown(); } + Q_INVOKABLE void MupdateCell(QCalendarWidget* o, const QDate& x1) { ((LCalendarWidget*)o)->updateCell(x1); } + Q_INVOKABLE void MupdateCells(QCalendarWidget* o) { ((LCalendarWidget*)o)->updateCells(); } + Q_INVOKABLE QSize MminimumSizeHint(QCalendarWidget* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QCalendarWidget* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q26 : public Q2 { // QCheckBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LCheckBox(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LCheckBox(u, x1, x2); } + Q_INVOKABLE int McheckState(QCheckBox* o) const { return o->checkState(); } + Q_INVOKABLE bool MisTristate(QCheckBox* o) const { return o->isTristate(); } + Q_INVOKABLE void MsetCheckState(QCheckBox* o, Qt::CheckState x1) { o->setCheckState(x1); } + Q_INVOKABLE void MsetTristate(QCheckBox* o, bool x1 = true) { o->setTristate(x1); } + Q_INVOKABLE void MinitStyleOption(QCheckBox* o, QStyleOptionButton* x1) const { ((LCheckBox*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QCheckBox* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QCheckBox* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q30 : public Q215 { // QComboBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LComboBox(u, x1); } + Q_INVOKABLE void MaddItem(QComboBox* o, const QString& x1, const QVariant& x2 = QVariant()) { o->addItem(x1, x2); } + Q_INVOKABLE void MaddItem(QComboBox* o, const QIcon& x1, const QString& x2, const QVariant& x3 = QVariant()) { o->addItem(x1, x2, x3); } + Q_INVOKABLE void MaddItems(QComboBox* o, const QStringList& x1) { o->addItems(x1); } + Q_INVOKABLE QCompleter* Mcompleter(QComboBox* o) const { return o->completer(); } + Q_INVOKABLE int Mcount(QComboBox* o) const { return o->count(); } + Q_INVOKABLE QVariant McurrentData(QComboBox* o, int x1 = Qt::UserRole) const { return o->currentData(x1); } + Q_INVOKABLE int McurrentIndex(QComboBox* o) const { return o->currentIndex(); } + Q_INVOKABLE QString McurrentText(QComboBox* o) const { return o->currentText(); } + Q_INVOKABLE bool MduplicatesEnabled(QComboBox* o) const { return o->duplicatesEnabled(); } + Q_INVOKABLE int MfindData(QComboBox* o, const QVariant& x1, int x2 = Qt::UserRole, Qt::MatchFlags x3 = static_cast(Qt::MatchExactly|Qt::MatchCaseSensitive)) const { return o->findData(x1, x2, x3); } + Q_INVOKABLE int MfindText(QComboBox* o, const QString& x1, Qt::MatchFlags x2 = static_cast(Qt::MatchExactly|Qt::MatchCaseSensitive)) const { return o->findText(x1, x2); } + Q_INVOKABLE bool MhasFrame(QComboBox* o) const { return o->hasFrame(); } + Q_INVOKABLE void MhidePopup(QComboBox* o) { o->hidePopup(); } + Q_INVOKABLE QSize MiconSize(QComboBox* o) const { return o->iconSize(); } + Q_INVOKABLE void MinsertItem(QComboBox* o, int x1, const QString& x2, const QVariant& x3 = QVariant()) { o->insertItem(x1, x2, x3); } + Q_INVOKABLE void MinsertItem(QComboBox* o, int x1, const QIcon& x2, const QString& x3, const QVariant& x4 = QVariant()) { o->insertItem(x1, x2, x3, x4); } + Q_INVOKABLE void MinsertItems(QComboBox* o, int x1, const QStringList& x2) { o->insertItems(x1, x2); } + Q_INVOKABLE int MinsertPolicy(QComboBox* o) const { return o->insertPolicy(); } + Q_INVOKABLE void MinsertSeparator(QComboBox* o, int x1) { o->insertSeparator(x1); } + Q_INVOKABLE bool MisEditable(QComboBox* o) const { return o->isEditable(); } + Q_INVOKABLE QVariant MitemData(QComboBox* o, int x1, int x2 = Qt::UserRole) const { return o->itemData(x1, x2); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegate(QComboBox* o) const { return o->itemDelegate(); } + Q_INVOKABLE QIcon MitemIcon(QComboBox* o, int x1) const { return o->itemIcon(x1); } + Q_INVOKABLE QString MitemText(QComboBox* o, int x1) const { return o->itemText(x1); } + Q_INVOKABLE QLineEdit* MlineEdit(QComboBox* o) const { return o->lineEdit(); } + Q_INVOKABLE int MmaxCount(QComboBox* o) const { return o->maxCount(); } + Q_INVOKABLE int MmaxVisibleItems(QComboBox* o) const { return o->maxVisibleItems(); } + Q_INVOKABLE int MminimumContentsLength(QComboBox* o) const { return o->minimumContentsLength(); } + Q_INVOKABLE QAbstractItemModel* Mmodel(QComboBox* o) const { return o->model(); } + Q_INVOKABLE int MmodelColumn(QComboBox* o) const { return o->modelColumn(); } + Q_INVOKABLE void MremoveItem(QComboBox* o, int x1) { o->removeItem(x1); } + Q_INVOKABLE QModelIndex MrootModelIndex(QComboBox* o) const { return o->rootModelIndex(); } + Q_INVOKABLE void MsetCompleter(QComboBox* o, QCompleter* x1) { o->setCompleter(x1); } + Q_INVOKABLE void MsetDuplicatesEnabled(QComboBox* o, bool x1) { o->setDuplicatesEnabled(x1); } + Q_INVOKABLE void MsetEditable(QComboBox* o, bool x1) { o->setEditable(x1); } + Q_INVOKABLE void MsetFrame(QComboBox* o, bool x1) { o->setFrame(x1); } + Q_INVOKABLE void MsetIconSize(QComboBox* o, const QSize& x1) { o->setIconSize(x1); } + Q_INVOKABLE void MsetInsertPolicy(QComboBox* o, QComboBox::InsertPolicy x1) { o->setInsertPolicy(x1); } + Q_INVOKABLE void MsetItemData(QComboBox* o, int x1, const QVariant& x2, int x3 = Qt::UserRole) { o->setItemData(x1, x2, x3); } + Q_INVOKABLE void MsetItemDelegate(QComboBox* o, QAbstractItemDelegate* x1) { o->setItemDelegate(x1); } + Q_INVOKABLE void MsetItemIcon(QComboBox* o, int x1, const QIcon& x2) { o->setItemIcon(x1, x2); } + Q_INVOKABLE void MsetItemText(QComboBox* o, int x1, const QString& x2) { o->setItemText(x1, x2); } + Q_INVOKABLE void MsetLineEdit(QComboBox* o, QLineEdit* x1) { o->setLineEdit(x1); } + Q_INVOKABLE void MsetMaxCount(QComboBox* o, int x1) { o->setMaxCount(x1); } + Q_INVOKABLE void MsetMaxVisibleItems(QComboBox* o, int x1) { o->setMaxVisibleItems(x1); } + Q_INVOKABLE void MsetMinimumContentsLength(QComboBox* o, int x1) { o->setMinimumContentsLength(x1); } + Q_INVOKABLE void MsetModel(QComboBox* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetModelColumn(QComboBox* o, int x1) { o->setModelColumn(x1); } + Q_INVOKABLE void MsetRootModelIndex(QComboBox* o, const QModelIndex& x1) { o->setRootModelIndex(x1); } + Q_INVOKABLE void MsetSizeAdjustPolicy(QComboBox* o, QComboBox::SizeAdjustPolicy x1) { o->setSizeAdjustPolicy(x1); } + Q_INVOKABLE void MsetValidator(QComboBox* o, const QValidator* x1) { o->setValidator(x1); } + Q_INVOKABLE void MsetView(QComboBox* o, QAbstractItemView* x1) { o->setView(x1); } + Q_INVOKABLE void MshowPopup(QComboBox* o) { o->showPopup(); } + Q_INVOKABLE int MsizeAdjustPolicy(QComboBox* o) const { return o->sizeAdjustPolicy(); } + Q_INVOKABLE const QValidator* Mvalidator(QComboBox* o) const { return o->validator(); } + Q_INVOKABLE QAbstractItemView* Mview(QComboBox* o) const { return o->view(); } + Q_INVOKABLE void MinitStyleOption(QComboBox* o, QStyleOptionComboBox* x1) const { ((LComboBox*)o)->initStyleOption(x1); } + Q_INVOKABLE bool Mevent(QComboBox* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QVariant MinputMethodQuery(QComboBox* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QComboBox* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QComboBox* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q32 : public Q170 { // QCommonStyle + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LCommonStyle(u); } + Q_INVOKABLE void MdrawComplexControl(QCommonStyle* o, QCommonStyle::ComplexControl x1, const QStyleOptionComplex* x2, QPainter* x3, const QWidget* x4 = 0) const { o->drawComplexControl(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawControl(QCommonStyle* o, QCommonStyle::ControlElement x1, const QStyleOption* x2, QPainter* x3, const QWidget* x4 = 0) const { o->drawControl(x1, x2, x3, x4); } + Q_INVOKABLE void MdrawPrimitive(QCommonStyle* o, QCommonStyle::PrimitiveElement x1, const QStyleOption* x2, QPainter* x3, const QWidget* x4 = 0) const { o->drawPrimitive(x1, x2, x3, x4); } + Q_INVOKABLE QPixmap MgeneratedIconPixmap(QCommonStyle* o, QIcon::Mode x1, const QPixmap& x2, const QStyleOption* x3) const { return o->generatedIconPixmap(x1, x2, x3); } + Q_INVOKABLE int MhitTestComplexControl(QCommonStyle* o, QCommonStyle::ComplexControl x1, const QStyleOptionComplex* x2, const QPoint& x3, const QWidget* x4 = 0) const { return o->hitTestComplexControl(x1, x2, x3, x4); } + Q_INVOKABLE int MlayoutSpacing(QCommonStyle* o, QSizePolicy::ControlType x1, QSizePolicy::ControlType x2, Qt::Orientation x3, const QStyleOption* x4 = 0, const QWidget* x5 = 0) const { return o->layoutSpacing(x1, x2, x3, x4, x5); } + Q_INVOKABLE int MpixelMetric(QCommonStyle* o, QCommonStyle::PixelMetric x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0) const { return o->pixelMetric(x1, x2, x3); } + Q_INVOKABLE void Mpolish(QCommonStyle* o, QPalette& x1) { o->polish(x1); } + Q_INVOKABLE void Mpolish(QCommonStyle* o, QApplication* x1) { o->polish(x1); } + Q_INVOKABLE void Mpolish(QCommonStyle* o, QWidget* x1) { o->polish(x1); } + Q_INVOKABLE QSize MsizeFromContents(QCommonStyle* o, QCommonStyle::ContentsType x1, const QStyleOption* x2, const QSize& x3, const QWidget* x4 = 0) const { return o->sizeFromContents(x1, x2, x3, x4); } + Q_INVOKABLE QPixmap MstandardPixmap(QCommonStyle* o, QCommonStyle::StandardPixmap x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0) const { return o->standardPixmap(x1, x2, x3); } + Q_INVOKABLE int MstyleHint(QCommonStyle* o, QCommonStyle::StyleHint x1, const QStyleOption* x2 = 0, const QWidget* x3 = 0, QStyleHintReturn* x4 = 0) const { return o->styleHint(x1, x2, x3, x4); } + Q_INVOKABLE QRect MsubControlRect(QCommonStyle* o, QCommonStyle::ComplexControl x1, const QStyleOptionComplex* x2, QCommonStyle::SubControl x3, const QWidget* x4 = 0) const { return o->subControlRect(x1, x2, x3, x4); } + Q_INVOKABLE QRect MsubElementRect(QCommonStyle* o, QCommonStyle::SubElement x1, const QStyleOption* x2, const QWidget* x3 = 0) const { return o->subElementRect(x1, x2, x3); } + Q_INVOKABLE void Munpolish(QCommonStyle* o, QWidget* x1) { o->unpolish(x1); } + Q_INVOKABLE void Munpolish(QCommonStyle* o, QApplication* x1) { o->unpolish(x1); } +}; + +class EQL_EXPORT Q37 : public Q13 { // QDateTimeEdit + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LDateTimeEdit(u, x1); } + Q_INVOKABLE void* C(uint u, const QDateTime& x1, QWidget* x2 = 0) { return new LDateTimeEdit(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QDate& x1, QWidget* x2 = 0) { return new LDateTimeEdit(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QTime& x1, QWidget* x2 = 0) { return new LDateTimeEdit(u, x1, x2); } + Q_INVOKABLE bool McalendarPopup(QDateTimeEdit* o) const { return o->calendarPopup(); } + Q_INVOKABLE QCalendarWidget* McalendarWidget(QDateTimeEdit* o) const { return o->calendarWidget(); } + Q_INVOKABLE void MclearMaximumDate(QDateTimeEdit* o) { o->clearMaximumDate(); } + Q_INVOKABLE void MclearMaximumDateTime(QDateTimeEdit* o) { o->clearMaximumDateTime(); } + Q_INVOKABLE void MclearMaximumTime(QDateTimeEdit* o) { o->clearMaximumTime(); } + Q_INVOKABLE void MclearMinimumDate(QDateTimeEdit* o) { o->clearMinimumDate(); } + Q_INVOKABLE void MclearMinimumDateTime(QDateTimeEdit* o) { o->clearMinimumDateTime(); } + Q_INVOKABLE void MclearMinimumTime(QDateTimeEdit* o) { o->clearMinimumTime(); } + Q_INVOKABLE int McurrentSection(QDateTimeEdit* o) const { return o->currentSection(); } + Q_INVOKABLE int McurrentSectionIndex(QDateTimeEdit* o) const { return o->currentSectionIndex(); } + Q_INVOKABLE QDate Mdate(QDateTimeEdit* o) const { return o->date(); } + Q_INVOKABLE QDateTime MdateTime(QDateTimeEdit* o) const { return o->dateTime(); } + Q_INVOKABLE QString MdisplayFormat(QDateTimeEdit* o) const { return o->displayFormat(); } + Q_INVOKABLE int MdisplayedSections(QDateTimeEdit* o) const { return o->displayedSections(); } + Q_INVOKABLE QDate MmaximumDate(QDateTimeEdit* o) const { return o->maximumDate(); } + Q_INVOKABLE QDateTime MmaximumDateTime(QDateTimeEdit* o) const { return o->maximumDateTime(); } + Q_INVOKABLE QTime MmaximumTime(QDateTimeEdit* o) const { return o->maximumTime(); } + Q_INVOKABLE QDate MminimumDate(QDateTimeEdit* o) const { return o->minimumDate(); } + Q_INVOKABLE QDateTime MminimumDateTime(QDateTimeEdit* o) const { return o->minimumDateTime(); } + Q_INVOKABLE QTime MminimumTime(QDateTimeEdit* o) const { return o->minimumTime(); } + Q_INVOKABLE int MsectionAt(QDateTimeEdit* o, int x1) const { return o->sectionAt(x1); } + Q_INVOKABLE int MsectionCount(QDateTimeEdit* o) const { return o->sectionCount(); } + Q_INVOKABLE QString MsectionText(QDateTimeEdit* o, QDateTimeEdit::Section x1) const { return o->sectionText(x1); } + Q_INVOKABLE void MsetCalendarPopup(QDateTimeEdit* o, bool x1) { o->setCalendarPopup(x1); } + Q_INVOKABLE void MsetCalendarWidget(QDateTimeEdit* o, QCalendarWidget* x1) { o->setCalendarWidget(x1); } + Q_INVOKABLE void MsetCurrentSection(QDateTimeEdit* o, QDateTimeEdit::Section x1) { o->setCurrentSection(x1); } + Q_INVOKABLE void MsetCurrentSectionIndex(QDateTimeEdit* o, int x1) { o->setCurrentSectionIndex(x1); } + Q_INVOKABLE void MsetDateRange(QDateTimeEdit* o, const QDate& x1, const QDate& x2) { o->setDateRange(x1, x2); } + Q_INVOKABLE void MsetDateTimeRange(QDateTimeEdit* o, const QDateTime& x1, const QDateTime& x2) { o->setDateTimeRange(x1, x2); } + Q_INVOKABLE void MsetDisplayFormat(QDateTimeEdit* o, const QString& x1) { o->setDisplayFormat(x1); } + Q_INVOKABLE void MsetMaximumDate(QDateTimeEdit* o, const QDate& x1) { o->setMaximumDate(x1); } + Q_INVOKABLE void MsetMaximumDateTime(QDateTimeEdit* o, const QDateTime& x1) { o->setMaximumDateTime(x1); } + Q_INVOKABLE void MsetMaximumTime(QDateTimeEdit* o, const QTime& x1) { o->setMaximumTime(x1); } + Q_INVOKABLE void MsetMinimumDate(QDateTimeEdit* o, const QDate& x1) { o->setMinimumDate(x1); } + Q_INVOKABLE void MsetMinimumDateTime(QDateTimeEdit* o, const QDateTime& x1) { o->setMinimumDateTime(x1); } + Q_INVOKABLE void MsetMinimumTime(QDateTimeEdit* o, const QTime& x1) { o->setMinimumTime(x1); } + Q_INVOKABLE void MsetSelectedSection(QDateTimeEdit* o, QDateTimeEdit::Section x1) { o->setSelectedSection(x1); } + Q_INVOKABLE void MsetTimeRange(QDateTimeEdit* o, const QTime& x1, const QTime& x2) { o->setTimeRange(x1, x2); } + Q_INVOKABLE void MsetTimeSpec(QDateTimeEdit* o, Qt::TimeSpec x1) { o->setTimeSpec(x1); } + Q_INVOKABLE QTime Mtime(QDateTimeEdit* o) const { return o->time(); } + Q_INVOKABLE int MtimeSpec(QDateTimeEdit* o) const { return o->timeSpec(); } + Q_INVOKABLE void MinitStyleOption(QDateTimeEdit* o, QStyleOptionSpinBox* x1) const { ((LDateTimeEdit*)o)->initStyleOption(x1); } + Q_INVOKABLE void Mclear(QDateTimeEdit* o) { o->clear(); } + Q_INVOKABLE bool Mevent(QDateTimeEdit* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QSize MsizeHint(QDateTimeEdit* o) const { return o->sizeHint(); } + Q_INVOKABLE void MstepBy(QDateTimeEdit* o, int x1) { o->stepBy(x1); } +}; + +class EQL_EXPORT Q38 : public Q215 { // QDesktopWidget + Q_OBJECT +public: + Q_INVOKABLE const QRect MavailableGeometry(QDesktopWidget* o, int x1 = -1) const { return o->availableGeometry(x1); } + Q_INVOKABLE const QRect MavailableGeometry(QDesktopWidget* o, const QWidget* x1) const { return o->availableGeometry(x1); } + Q_INVOKABLE const QRect MavailableGeometry(QDesktopWidget* o, const QPoint& x1) const { return o->availableGeometry(x1); } + Q_INVOKABLE bool MisVirtualDesktop(QDesktopWidget* o) const { return o->isVirtualDesktop(); } + Q_INVOKABLE int MprimaryScreen(QDesktopWidget* o) const { return o->primaryScreen(); } + Q_INVOKABLE QWidget* Mscreen(QDesktopWidget* o, int x1 = -1) { return o->screen(x1); } + Q_INVOKABLE int MscreenCount(QDesktopWidget* o) const { return o->screenCount(); } + Q_INVOKABLE const QRect MscreenGeometry(QDesktopWidget* o, int x1 = -1) const { return o->screenGeometry(x1); } + Q_INVOKABLE const QRect MscreenGeometry(QDesktopWidget* o, const QWidget* x1) const { return o->screenGeometry(x1); } + Q_INVOKABLE const QRect MscreenGeometry(QDesktopWidget* o, const QPoint& x1) const { return o->screenGeometry(x1); } + Q_INVOKABLE int MscreenNumber(QDesktopWidget* o, const QWidget* x1 = 0) const { return o->screenNumber(x1); } + Q_INVOKABLE int MscreenNumber(QDesktopWidget* o, const QPoint& x1) const { return o->screenNumber(x1); } +}; + +class EQL_EXPORT Q39 : public Q11 { // QDial + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LDial(u, x1); } + Q_INVOKABLE int MnotchSize(QDial* o) const { return o->notchSize(); } + Q_INVOKABLE qreal MnotchTarget(QDial* o) const { return o->notchTarget(); } + Q_INVOKABLE bool MnotchesVisible(QDial* o) const { return o->notchesVisible(); } + Q_INVOKABLE void MsetNotchTarget(QDial* o, double x1) { o->setNotchTarget(x1); } + Q_INVOKABLE bool Mwrapping(QDial* o) const { return o->wrapping(); } + Q_INVOKABLE void MinitStyleOption(QDial* o, QStyleOptionSlider* x1) const { ((LDial*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QDial* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QDial* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q40 : public Q215 { // QDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LDialog(u, x1, x2); } + Q_INVOKABLE bool MisSizeGripEnabled(QDialog* o) const { return o->isSizeGripEnabled(); } + Q_INVOKABLE int Mresult(QDialog* o) const { return o->result(); } + Q_INVOKABLE void MsetModal(QDialog* o, bool x1) { o->setModal(x1); } + Q_INVOKABLE void MsetResult(QDialog* o, int x1) { o->setResult(x1); } + Q_INVOKABLE void MsetSizeGripEnabled(QDialog* o, bool x1) { o->setSizeGripEnabled(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QDialog* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE void MsetVisible(QDialog* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QSize MsizeHint(QDialog* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q41 : public Q215 { // QDialogButtonBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LDialogButtonBox(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::Orientation x1, QWidget* x2 = 0) { return new LDialogButtonBox(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QDialogButtonBox::StandardButtons x1, QWidget* x2 = 0) { return new LDialogButtonBox(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QDialogButtonBox::StandardButtons x1, Qt::Orientation x2, QWidget* x3 = 0) { return new LDialogButtonBox(u, x1, x2, x3); } + Q_INVOKABLE void MaddButton(QDialogButtonBox* o, QAbstractButton* x1, QDialogButtonBox::ButtonRole x2) { o->addButton(x1, x2); } + Q_INVOKABLE QPushButton* MaddButton(QDialogButtonBox* o, const QString& x1, QDialogButtonBox::ButtonRole x2) { return o->addButton(x1, x2); } + Q_INVOKABLE QPushButton* MaddButton(QDialogButtonBox* o, QDialogButtonBox::StandardButton x1) { return o->addButton(x1); } + Q_INVOKABLE QPushButton* Mbutton(QDialogButtonBox* o, QDialogButtonBox::StandardButton x1) const { return o->button(x1); } + Q_INVOKABLE int MbuttonRole(QDialogButtonBox* o, QAbstractButton* x1) const { return o->buttonRole(x1); } + Q_INVOKABLE QList Mbuttons(QDialogButtonBox* o) const { return o->buttons(); } + Q_INVOKABLE bool McenterButtons(QDialogButtonBox* o) const { return o->centerButtons(); } + Q_INVOKABLE void Mclear(QDialogButtonBox* o) { o->clear(); } + Q_INVOKABLE int Morientation(QDialogButtonBox* o) const { return o->orientation(); } + Q_INVOKABLE void MremoveButton(QDialogButtonBox* o, QAbstractButton* x1) { o->removeButton(x1); } + Q_INVOKABLE void MsetCenterButtons(QDialogButtonBox* o, bool x1) { o->setCenterButtons(x1); } + Q_INVOKABLE void MsetOrientation(QDialogButtonBox* o, Qt::Orientation x1) { o->setOrientation(x1); } + Q_INVOKABLE void MsetStandardButtons(QDialogButtonBox* o, QDialogButtonBox::StandardButtons x1) { o->setStandardButtons(x1); } + Q_INVOKABLE int MstandardButton(QDialogButtonBox* o, QAbstractButton* x1) const { return o->standardButton(x1); } + Q_INVOKABLE int MstandardButtons(QDialogButtonBox* o) const { return o->standardButtons(); } +}; + +class EQL_EXPORT Q43 : public Q215 { // QDockWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LDockWidget(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LDockWidget(u, x1, x2); } + Q_INVOKABLE int MallowedAreas(QDockWidget* o) const { return o->allowedAreas(); } + Q_INVOKABLE int Mfeatures(QDockWidget* o) const { return o->features(); } + Q_INVOKABLE bool MisAreaAllowed(QDockWidget* o, Qt::DockWidgetArea x1) const { return o->isAreaAllowed(x1); } + Q_INVOKABLE bool MisFloating(QDockWidget* o) const { return o->isFloating(); } + Q_INVOKABLE void MsetAllowedAreas(QDockWidget* o, Qt::DockWidgetAreas x1) { o->setAllowedAreas(x1); } + Q_INVOKABLE void MsetFeatures(QDockWidget* o, QDockWidget::DockWidgetFeatures x1) { o->setFeatures(x1); } + Q_INVOKABLE void MsetFloating(QDockWidget* o, bool x1) { o->setFloating(x1); } + Q_INVOKABLE void MsetTitleBarWidget(QDockWidget* o, QWidget* x1) { o->setTitleBarWidget(x1); } + Q_INVOKABLE void MsetWidget(QDockWidget* o, QWidget* x1) { o->setWidget(x1); } + Q_INVOKABLE QWidget* MtitleBarWidget(QDockWidget* o) const { return o->titleBarWidget(); } + Q_INVOKABLE QAction* MtoggleViewAction(QDockWidget* o) const { return o->toggleViewAction(); } + Q_INVOKABLE QWidget* Mwidget(QDockWidget* o) const { return o->widget(); } + Q_INVOKABLE void MinitStyleOption(QDockWidget* o, QStyleOptionDockWidget* x1) const { ((LDockWidget*)o)->initStyleOption(x1); } +}; + +class EQL_EXPORT Q44 : public Q13 { // QDoubleSpinBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LDoubleSpinBox(u, x1); } + Q_INVOKABLE QString McleanText(QDoubleSpinBox* o) const { return o->cleanText(); } + Q_INVOKABLE int Mdecimals(QDoubleSpinBox* o) const { return o->decimals(); } + Q_INVOKABLE double Mmaximum(QDoubleSpinBox* o) const { return o->maximum(); } + Q_INVOKABLE double Mminimum(QDoubleSpinBox* o) const { return o->minimum(); } + Q_INVOKABLE QString Mprefix(QDoubleSpinBox* o) const { return o->prefix(); } + Q_INVOKABLE void MsetDecimals(QDoubleSpinBox* o, int x1) { o->setDecimals(x1); } + Q_INVOKABLE void MsetMaximum(QDoubleSpinBox* o, double x1) { o->setMaximum(x1); } + Q_INVOKABLE void MsetMinimum(QDoubleSpinBox* o, double x1) { o->setMinimum(x1); } + Q_INVOKABLE void MsetPrefix(QDoubleSpinBox* o, const QString& x1) { o->setPrefix(x1); } + Q_INVOKABLE void MsetRange(QDoubleSpinBox* o, double x1, double x2) { o->setRange(x1, x2); } + Q_INVOKABLE void MsetSingleStep(QDoubleSpinBox* o, double x1) { o->setSingleStep(x1); } + Q_INVOKABLE void MsetSuffix(QDoubleSpinBox* o, const QString& x1) { o->setSuffix(x1); } + Q_INVOKABLE double MsingleStep(QDoubleSpinBox* o) const { return o->singleStep(); } + Q_INVOKABLE QString Msuffix(QDoubleSpinBox* o) const { return o->suffix(); } + Q_INVOKABLE QString MtextFromValue(QDoubleSpinBox* o, double x1) const { return o->textFromValue(x1); } + Q_INVOKABLE double Mvalue(QDoubleSpinBox* o) const { return o->value(); } + Q_INVOKABLE double MvalueFromText(QDoubleSpinBox* o, const QString& x1) const { return o->valueFromText(x1); } + Q_INVOKABLE void Mfixup(QDoubleSpinBox* o, QString& x1) const { o->fixup(x1); } + Q_INVOKABLE int Mvalidate(QDoubleSpinBox* o, QString& x1, int& x2) const { return o->validate(x1, x2); } +}; + +class EQL_EXPORT Q45 : public Q207 { // QDoubleValidator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LDoubleValidator(u, x1); } + Q_INVOKABLE void* C(uint u, double x1, double x2, int x3, QObject* x4 = 0) { return new LDoubleValidator(u, x1, x2, x3, x4); } + Q_INVOKABLE double Mbottom(QDoubleValidator* o) const { return o->bottom(); } + Q_INVOKABLE int Mdecimals(QDoubleValidator* o) const { return o->decimals(); } + Q_INVOKABLE int Mnotation(QDoubleValidator* o) const { return o->notation(); } + Q_INVOKABLE void MsetBottom(QDoubleValidator* o, double x1) { o->setBottom(x1); } + Q_INVOKABLE void MsetDecimals(QDoubleValidator* o, int x1) { o->setDecimals(x1); } + Q_INVOKABLE void MsetNotation(QDoubleValidator* o, QDoubleValidator::Notation x1) { o->setNotation(x1); } + Q_INVOKABLE void MsetRange(QDoubleValidator* o, double x1, double x2, int x3 = 0) { o->setRange(x1, x2, x3); } + Q_INVOKABLE void MsetTop(QDoubleValidator* o, double x1) { o->setTop(x1); } + Q_INVOKABLE double Mtop(QDoubleValidator* o) const { return o->top(); } + Q_INVOKABLE int Mvalidate(QDoubleValidator* o, QString& x1, int& x2) const { return o->validate(x1, x2); } +}; + +class EQL_EXPORT Q47 : public Q40 { // QErrorMessage + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LErrorMessage(u, x1); } +}; + +class EQL_EXPORT Q51 : public Q96 { // QFileDevice + Q_OBJECT +public: + Q_INVOKABLE int Merror(QFileDevice* o) const { return o->error(); } + Q_INVOKABLE QString MfileName(QFileDevice* o) const { return o->fileName(); } + Q_INVOKABLE bool Mflush(QFileDevice* o) { return o->flush(); } + Q_INVOKABLE int Mhandle(QFileDevice* o) const { return o->handle(); } + Q_INVOKABLE int Mpermissions(QFileDevice* o) const { return o->permissions(); } + Q_INVOKABLE bool Mresize(QFileDevice* o, qint64 x1) { return o->resize(x1); } + Q_INVOKABLE bool MsetPermissions(QFileDevice* o, QFileDevice::Permissions x1) { return o->setPermissions(x1); } + Q_INVOKABLE void MunsetError(QFileDevice* o) { o->unsetError(); } + Q_INVOKABLE bool MatEnd(QFileDevice* o) const { return o->atEnd(); } + Q_INVOKABLE void Mclose(QFileDevice* o) { o->close(); } + Q_INVOKABLE bool MisSequential(QFileDevice* o) const { return o->isSequential(); } + Q_INVOKABLE qlonglong Mpos(QFileDevice* o) const { return o->pos(); } + Q_INVOKABLE bool Mseek(QFileDevice* o, qint64 x1) { return o->seek(x1); } + Q_INVOKABLE qlonglong Msize(QFileDevice* o) const { return o->size(); } +}; + +class EQL_EXPORT Q52 : public Q40 { // QFileDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1, Qt::WindowFlags x2) { return new LFileDialog(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString()) { return new LFileDialog(u, x1, x2, x3, x4); } + Q_INVOKABLE int MacceptMode(QFileDialog* o) const { return o->acceptMode(); } + Q_INVOKABLE QString MdefaultSuffix(QFileDialog* o) const { return o->defaultSuffix(); } + Q_INVOKABLE QDir Mdirectory(QFileDialog* o) const { return o->directory(); } + Q_INVOKABLE QUrl MdirectoryUrl(QFileDialog* o) const { return o->directoryUrl(); } + Q_INVOKABLE int MfileMode(QFileDialog* o) const { return o->fileMode(); } + Q_INVOKABLE int Mfilter(QFileDialog* o) const { return o->filter(); } + Q_INVOKABLE QStringList Mhistory(QFileDialog* o) const { return o->history(); } + Q_INVOKABLE QFileIconProvider* MiconProvider(QFileDialog* o) const { return o->iconProvider(); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegate(QFileDialog* o) const { return o->itemDelegate(); } + Q_INVOKABLE QString MlabelText(QFileDialog* o, QFileDialog::DialogLabel x1) const { return o->labelText(x1); } + Q_INVOKABLE QStringList MmimeTypeFilters(QFileDialog* o) const { return o->mimeTypeFilters(); } + Q_INVOKABLE QStringList MnameFilters(QFileDialog* o) const { return o->nameFilters(); } + Q_INVOKABLE void Mopen(QFileDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE int Moptions(QFileDialog* o) const { return o->options(); } + Q_INVOKABLE QAbstractProxyModel* MproxyModel(QFileDialog* o) const { return o->proxyModel(); } + Q_INVOKABLE bool MrestoreState(QFileDialog* o, const QByteArray& x1) { return o->restoreState(x1); } + Q_INVOKABLE QByteArray MsaveState(QFileDialog* o) const { return o->saveState(); } + Q_INVOKABLE void MselectFile(QFileDialog* o, const QString& x1) { o->selectFile(x1); } + Q_INVOKABLE void MselectMimeTypeFilter(QFileDialog* o, const QString& x1) { o->selectMimeTypeFilter(x1); } + Q_INVOKABLE void MselectNameFilter(QFileDialog* o, const QString& x1) { o->selectNameFilter(x1); } + Q_INVOKABLE void MselectUrl(QFileDialog* o, const QUrl& x1) { o->selectUrl(x1); } + Q_INVOKABLE QStringList MselectedFiles(QFileDialog* o) const { return o->selectedFiles(); } + Q_INVOKABLE QString MselectedNameFilter(QFileDialog* o) const { return o->selectedNameFilter(); } + Q_INVOKABLE QList MselectedUrls(QFileDialog* o) const { return o->selectedUrls(); } + Q_INVOKABLE void MsetAcceptMode(QFileDialog* o, QFileDialog::AcceptMode x1) { o->setAcceptMode(x1); } + Q_INVOKABLE void MsetDefaultSuffix(QFileDialog* o, const QString& x1) { o->setDefaultSuffix(x1); } + Q_INVOKABLE void MsetDirectory(QFileDialog* o, const QString& x1) { o->setDirectory(x1); } + Q_INVOKABLE void MsetDirectory(QFileDialog* o, const QDir& x1) { o->setDirectory(x1); } + Q_INVOKABLE void MsetDirectoryUrl(QFileDialog* o, const QUrl& x1) { o->setDirectoryUrl(x1); } + Q_INVOKABLE void MsetFileMode(QFileDialog* o, QFileDialog::FileMode x1) { o->setFileMode(x1); } + Q_INVOKABLE void MsetFilter(QFileDialog* o, QDir::Filters x1) { o->setFilter(x1); } + Q_INVOKABLE void MsetHistory(QFileDialog* o, const QStringList& x1) { o->setHistory(x1); } + Q_INVOKABLE void MsetIconProvider(QFileDialog* o, QFileIconProvider* x1) { o->setIconProvider(x1); } + Q_INVOKABLE void MsetItemDelegate(QFileDialog* o, QAbstractItemDelegate* x1) { o->setItemDelegate(x1); } + Q_INVOKABLE void MsetLabelText(QFileDialog* o, QFileDialog::DialogLabel x1, const QString& x2) { o->setLabelText(x1, x2); } + Q_INVOKABLE void MsetMimeTypeFilters(QFileDialog* o, const QStringList& x1) { o->setMimeTypeFilters(x1); } + Q_INVOKABLE void MsetNameFilter(QFileDialog* o, const QString& x1) { o->setNameFilter(x1); } + Q_INVOKABLE void MsetNameFilters(QFileDialog* o, const QStringList& x1) { o->setNameFilters(x1); } + Q_INVOKABLE void MsetOption(QFileDialog* o, QFileDialog::Option x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetOptions(QFileDialog* o, QFileDialog::Options x1) { o->setOptions(x1); } + Q_INVOKABLE void MsetProxyModel(QFileDialog* o, QAbstractProxyModel* x1) { o->setProxyModel(x1); } + Q_INVOKABLE void MsetSidebarUrls(QFileDialog* o, const QList& x1) { o->setSidebarUrls(x1); } + Q_INVOKABLE void MsetViewMode(QFileDialog* o, QFileDialog::ViewMode x1) { o->setViewMode(x1); } + Q_INVOKABLE QList MsidebarUrls(QFileDialog* o) const { return o->sidebarUrls(); } + Q_INVOKABLE bool MtestOption(QFileDialog* o, QFileDialog::Option x1) const { return o->testOption(x1); } + Q_INVOKABLE int MviewMode(QFileDialog* o) const { return o->viewMode(); } + Q_INVOKABLE void MsetVisible(QFileDialog* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QString SgetExistingDirectory(QWidget* x1 = 0, const QString& x2 = QString(), const QString& x3 = QString(), QFileDialog::Options x4 = QFileDialog::ShowDirsOnly) { return QFileDialog::getExistingDirectory(x1, x2, x3, x4); } + Q_INVOKABLE QUrl SgetExistingDirectoryUrl(QWidget* x1 = 0, const QString& x2 = QString(), const QUrl& x3 = QUrl(), QFileDialog::Options x4 = QFileDialog::ShowDirsOnly, const QStringList& x5 = QStringList()) { return QFileDialog::getExistingDirectoryUrl(x1, x2, x3, x4, x5); } + Q_INVOKABLE QString SgetOpenFileName(QWidget* x1 = 0, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0) { return QFileDialog::getOpenFileName(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QStringList SgetOpenFileNames(QWidget* x1 = 0, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0) { return QFileDialog::getOpenFileNames(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QUrl SgetOpenFileUrl(QWidget* x1 = 0, const QString& x2 = QString(), const QUrl& x3 = QUrl(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0, const QStringList& x7 = QStringList()) { return QFileDialog::getOpenFileUrl(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE QList SgetOpenFileUrls(QWidget* x1 = 0, const QString& x2 = QString(), const QUrl& x3 = QUrl(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0, const QStringList& x7 = QStringList()) { return QFileDialog::getOpenFileUrls(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE QString SgetSaveFileName(QWidget* x1 = 0, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0) { return QFileDialog::getSaveFileName(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QUrl SgetSaveFileUrl(QWidget* x1 = 0, const QString& x2 = QString(), const QUrl& x3 = QUrl(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0, const QStringList& x7 = QStringList()) { return QFileDialog::getSaveFileUrl(x1, x2, x3, x4, x5, x6, x7); } +}; + +class EQL_EXPORT Q56 : public Q215 { // QFocusFrame + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LFocusFrame(u, x1); } + Q_INVOKABLE void MsetWidget(QFocusFrame* o, QWidget* x1) { o->setWidget(x1); } + Q_INVOKABLE QWidget* Mwidget(QFocusFrame* o) const { return o->widget(); } + Q_INVOKABLE void MinitStyleOption(QFocusFrame* o, QStyleOption* x1) const { ((LFocusFrame*)o)->initStyleOption(x1); } +}; + +class EQL_EXPORT Q57 : public Q30 { // QFontComboBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LFontComboBox(u, x1); } + Q_INVOKABLE QFont McurrentFont(QFontComboBox* o) const { return o->currentFont(); } + Q_INVOKABLE int MfontFilters(QFontComboBox* o) const { return o->fontFilters(); } + Q_INVOKABLE void MsetFontFilters(QFontComboBox* o, QFontComboBox::FontFilters x1) { o->setFontFilters(x1); } + Q_INVOKABLE void MsetWritingSystem(QFontComboBox* o, QFontDatabase::WritingSystem x1) { o->setWritingSystem(x1); } + Q_INVOKABLE int MwritingSystem(QFontComboBox* o) const { return o->writingSystem(); } + Q_INVOKABLE QSize MsizeHint(QFontComboBox* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q58 : public Q40 { // QFontDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LFontDialog(u, x1); } + Q_INVOKABLE void* C(uint u, const QFont& x1, QWidget* x2 = 0) { return new LFontDialog(u, x1, x2); } + Q_INVOKABLE QFont McurrentFont(QFontDialog* o) const { return o->currentFont(); } + Q_INVOKABLE void Mopen(QFontDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE int Moptions(QFontDialog* o) const { return o->options(); } + Q_INVOKABLE QFont MselectedFont(QFontDialog* o) const { return o->selectedFont(); } + Q_INVOKABLE void MsetCurrentFont(QFontDialog* o, const QFont& x1) { o->setCurrentFont(x1); } + Q_INVOKABLE void MsetOption(QFontDialog* o, QFontDialog::FontDialogOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetOptions(QFontDialog* o, QFontDialog::FontDialogOptions x1) { o->setOptions(x1); } + Q_INVOKABLE bool MtestOption(QFontDialog* o, QFontDialog::FontDialogOption x1) const { return o->testOption(x1); } + Q_INVOKABLE void MsetVisible(QFontDialog* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QFont SgetFont(bool* x1, const QFont& x2, QWidget* x3 = 0, const QString& x4 = QString(), QFontDialog::FontDialogOptions x5 = 0) { return QFontDialog::getFont(x1, x2, x3, x4, x5); } + Q_INVOKABLE QFont SgetFont(bool* x1, QWidget* x2 = 0) { return QFontDialog::getFont(x1, x2); } +}; + +class EQL_EXPORT Q59 : public Q104 { // QFormLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LFormLayout(u, x1); } + Q_INVOKABLE void MaddRow(QFormLayout* o, QWidget* x1, QWidget* x2) { o->addRow(x1, x2); } + Q_INVOKABLE void MaddRow(QFormLayout* o, QWidget* x1, QLayout* x2) { o->addRow(x1, x2); } + Q_INVOKABLE void MaddRow(QFormLayout* o, const QString& x1, QWidget* x2) { o->addRow(x1, x2); } + Q_INVOKABLE void MaddRow(QFormLayout* o, const QString& x1, QLayout* x2) { o->addRow(x1, x2); } + Q_INVOKABLE void MaddRow(QFormLayout* o, QWidget* x1) { o->addRow(x1); } + Q_INVOKABLE void MaddRow(QFormLayout* o, QLayout* x1) { o->addRow(x1); } + Q_INVOKABLE int MfieldGrowthPolicy(QFormLayout* o) const { return o->fieldGrowthPolicy(); } + Q_INVOKABLE int MformAlignment(QFormLayout* o) const { return o->formAlignment(); } + Q_INVOKABLE int MhorizontalSpacing(QFormLayout* o) const { return o->horizontalSpacing(); } + Q_INVOKABLE void MinsertRow(QFormLayout* o, int x1, QWidget* x2, QWidget* x3) { o->insertRow(x1, x2, x3); } + Q_INVOKABLE void MinsertRow(QFormLayout* o, int x1, QWidget* x2, QLayout* x3) { o->insertRow(x1, x2, x3); } + Q_INVOKABLE void MinsertRow(QFormLayout* o, int x1, const QString& x2, QWidget* x3) { o->insertRow(x1, x2, x3); } + Q_INVOKABLE void MinsertRow(QFormLayout* o, int x1, const QString& x2, QLayout* x3) { o->insertRow(x1, x2, x3); } + Q_INVOKABLE void MinsertRow(QFormLayout* o, int x1, QWidget* x2) { o->insertRow(x1, x2); } + Q_INVOKABLE void MinsertRow(QFormLayout* o, int x1, QLayout* x2) { o->insertRow(x1, x2); } + Q_INVOKABLE QLayoutItem* MitemAt(QFormLayout* o, int x1, QFormLayout::ItemRole x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE int MlabelAlignment(QFormLayout* o) const { return o->labelAlignment(); } + Q_INVOKABLE QWidget* MlabelForField(QFormLayout* o, QWidget* x1) const { return o->labelForField(x1); } + Q_INVOKABLE QWidget* MlabelForField(QFormLayout* o, QLayout* x1) const { return o->labelForField(x1); } + Q_INVOKABLE int MrowCount(QFormLayout* o) const { return o->rowCount(); } + Q_INVOKABLE int MrowWrapPolicy(QFormLayout* o) const { return o->rowWrapPolicy(); } + Q_INVOKABLE void MsetFieldGrowthPolicy(QFormLayout* o, QFormLayout::FieldGrowthPolicy x1) { o->setFieldGrowthPolicy(x1); } + Q_INVOKABLE void MsetFormAlignment(QFormLayout* o, Qt::Alignment x1) { o->setFormAlignment(x1); } + Q_INVOKABLE void MsetHorizontalSpacing(QFormLayout* o, int x1) { o->setHorizontalSpacing(x1); } + Q_INVOKABLE void MsetItem(QFormLayout* o, int x1, QFormLayout::ItemRole x2, QLayoutItem* x3) { o->setItem(x1, x2, x3); } + Q_INVOKABLE void MsetLabelAlignment(QFormLayout* o, Qt::Alignment x1) { o->setLabelAlignment(x1); } + Q_INVOKABLE void MsetLayout(QFormLayout* o, int x1, QFormLayout::ItemRole x2, QLayout* x3) { o->setLayout(x1, x2, x3); } + Q_INVOKABLE void MsetRowWrapPolicy(QFormLayout* o, QFormLayout::RowWrapPolicy x1) { o->setRowWrapPolicy(x1); } + Q_INVOKABLE void MsetSpacing(QFormLayout* o, int x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetVerticalSpacing(QFormLayout* o, int x1) { o->setVerticalSpacing(x1); } + Q_INVOKABLE void MsetWidget(QFormLayout* o, int x1, QFormLayout::ItemRole x2, QWidget* x3) { o->setWidget(x1, x2, x3); } + Q_INVOKABLE int Mspacing(QFormLayout* o) const { return o->spacing(); } + Q_INVOKABLE int MverticalSpacing(QFormLayout* o) const { return o->verticalSpacing(); } + Q_INVOKABLE void MaddItem(QFormLayout* o, QLayoutItem* x1) { o->addItem(x1); } + Q_INVOKABLE int Mcount(QFormLayout* o) const { return o->count(); } + Q_INVOKABLE int MexpandingDirections(QFormLayout* o) const { return o->expandingDirections(); } + Q_INVOKABLE bool MhasHeightForWidth(QFormLayout* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QFormLayout* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE void Minvalidate(QFormLayout* o) { o->invalidate(); } + Q_INVOKABLE QLayoutItem* MitemAt(QFormLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE QSize MminimumSize(QFormLayout* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QFormLayout* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QFormLayout* o) const { return o->sizeHint(); } + Q_INVOKABLE QLayoutItem* MtakeAt(QFormLayout* o, int x1) { return o->takeAt(x1); } +}; + +class EQL_EXPORT Q60 : public Q215 { // QFrame + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LFrame(u, x1, x2); } + Q_INVOKABLE QRect MframeRect(QFrame* o) const { return o->frameRect(); } + Q_INVOKABLE int MframeShadow(QFrame* o) const { return o->frameShadow(); } + Q_INVOKABLE int MframeShape(QFrame* o) const { return o->frameShape(); } + Q_INVOKABLE int MframeStyle(QFrame* o) const { return o->frameStyle(); } + Q_INVOKABLE int MframeWidth(QFrame* o) const { return o->frameWidth(); } + Q_INVOKABLE int MlineWidth(QFrame* o) const { return o->lineWidth(); } + Q_INVOKABLE int MmidLineWidth(QFrame* o) const { return o->midLineWidth(); } + Q_INVOKABLE void MsetFrameRect(QFrame* o, const QRect& x1) { o->setFrameRect(x1); } + Q_INVOKABLE void MsetFrameShadow(QFrame* o, QFrame::Shadow x1) { o->setFrameShadow(x1); } + Q_INVOKABLE void MsetFrameShape(QFrame* o, QFrame::Shape x1) { o->setFrameShape(x1); } + Q_INVOKABLE void MsetFrameStyle(QFrame* o, int x1) { o->setFrameStyle(x1); } + Q_INVOKABLE void MsetLineWidth(QFrame* o, int x1) { o->setLineWidth(x1); } + Q_INVOKABLE void MsetMidLineWidth(QFrame* o, int x1) { o->setMidLineWidth(x1); } + Q_INVOKABLE void MinitStyleOption(QFrame* o, QStyleOptionFrame* x1) const { ((LFrame*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MsizeHint(QFrame* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q66 : public Q69 { // QGraphicsBlurEffect + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsBlurEffect(u, x1); } + Q_INVOKABLE int MblurHints(QGraphicsBlurEffect* o) const { return o->blurHints(); } + Q_INVOKABLE qreal MblurRadius(QGraphicsBlurEffect* o) const { return o->blurRadius(); } + Q_INVOKABLE QRectF MboundingRectFor(QGraphicsBlurEffect* o, const QRectF& x1) const { return o->boundingRectFor(x1); } +}; + +class EQL_EXPORT Q67 : public Q69 { // QGraphicsColorizeEffect + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsColorizeEffect(u, x1); } + Q_INVOKABLE QColor Mcolor(QGraphicsColorizeEffect* o) const { return o->color(); } + Q_INVOKABLE qreal Mstrength(QGraphicsColorizeEffect* o) const { return o->strength(); } +}; + +class EQL_EXPORT Q68 : public Q69 { // QGraphicsDropShadowEffect + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsDropShadowEffect(u, x1); } + Q_INVOKABLE qreal MblurRadius(QGraphicsDropShadowEffect* o) const { return o->blurRadius(); } + Q_INVOKABLE QColor Mcolor(QGraphicsDropShadowEffect* o) const { return o->color(); } + Q_INVOKABLE QPointF Moffset(QGraphicsDropShadowEffect* o) const { return o->offset(); } + Q_INVOKABLE qreal MxOffset(QGraphicsDropShadowEffect* o) const { return o->xOffset(); } + Q_INVOKABLE qreal MyOffset(QGraphicsDropShadowEffect* o) const { return o->yOffset(); } + Q_INVOKABLE QRectF MboundingRectFor(QGraphicsDropShadowEffect* o, const QRectF& x1) const { return o->boundingRectFor(x1); } +}; + +class EQL_EXPORT Q72 : public Q81 { // QGraphicsProxyWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0, Qt::WindowFlags x2 = 0) { return new LGraphicsProxyWidget(u, x1, x2); } + Q_INVOKABLE QGraphicsProxyWidget* McreateProxyForChildWidget(QGraphicsProxyWidget* o, QWidget* x1) { return o->createProxyForChildWidget(x1); } + Q_INVOKABLE void MsetWidget(QGraphicsProxyWidget* o, QWidget* x1) { o->setWidget(x1); } + Q_INVOKABLE QRectF MsubWidgetRect(QGraphicsProxyWidget* o, const QWidget* x1) const { return o->subWidgetRect(x1); } + Q_INVOKABLE QWidget* Mwidget(QGraphicsProxyWidget* o) const { return o->widget(); } + Q_INVOKABLE void Mpaint(QGraphicsProxyWidget* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { o->paint(x1, x2, x3); } + Q_INVOKABLE void MsetGeometry(QGraphicsProxyWidget* o, const QRectF& x1) { o->setGeometry(x1); } + Q_INVOKABLE int Mtype(QGraphicsProxyWidget* o) const { return o->type(); } +}; + +class EQL_EXPORT Q73 : public Q78 { // QGraphicsRotation + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsRotation(u, x1); } + Q_INVOKABLE qreal Mangle(QGraphicsRotation* o) const { return o->angle(); } + Q_INVOKABLE QVector3D Maxis(QGraphicsRotation* o) const { return o->axis(); } + Q_INVOKABLE QVector3D Morigin(QGraphicsRotation* o) const { return o->origin(); } + Q_INVOKABLE void MsetAngle(QGraphicsRotation* o, qreal x1) { o->setAngle(x1); } + Q_INVOKABLE void MsetAxis(QGraphicsRotation* o, const QVector3D& x1) { o->setAxis(x1); } + Q_INVOKABLE void MsetAxis(QGraphicsRotation* o, Qt::Axis x1) { o->setAxis(x1); } + Q_INVOKABLE void MsetOrigin(QGraphicsRotation* o, const QVector3D& x1) { o->setOrigin(x1); } + Q_INVOKABLE void MapplyTo(QGraphicsRotation* o, QMatrix4x4* x1) const { o->applyTo(x1); } +}; + +class EQL_EXPORT Q74 : public Q78 { // QGraphicsScale + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsScale(u, x1); } + Q_INVOKABLE QVector3D Morigin(QGraphicsScale* o) const { return o->origin(); } + Q_INVOKABLE void MsetOrigin(QGraphicsScale* o, const QVector3D& x1) { o->setOrigin(x1); } + Q_INVOKABLE void MsetXScale(QGraphicsScale* o, qreal x1) { o->setXScale(x1); } + Q_INVOKABLE void MsetYScale(QGraphicsScale* o, qreal x1) { o->setYScale(x1); } + Q_INVOKABLE void MsetZScale(QGraphicsScale* o, qreal x1) { o->setZScale(x1); } + Q_INVOKABLE qreal MxScale(QGraphicsScale* o) const { return o->xScale(); } + Q_INVOKABLE qreal MyScale(QGraphicsScale* o) const { return o->yScale(); } + Q_INVOKABLE qreal MzScale(QGraphicsScale* o) const { return o->zScale(); } + Q_INVOKABLE void MapplyTo(QGraphicsScale* o, QMatrix4x4* x1) const { o->applyTo(x1); } +}; + +class EQL_EXPORT Q82 : public Q104 { // QGridLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LGridLayout(u, x1); } + Q_INVOKABLE void* C(uint u) { return new LGridLayout(u); } + Q_INVOKABLE void MaddItem(QGridLayout* o, QLayoutItem* x1, int x2, int x3, int x4 = 1, int x5 = 1, Qt::Alignment x6 = 0) { o->addItem(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MaddLayout(QGridLayout* o, QLayout* x1, int x2, int x3, Qt::Alignment x4 = 0) { o->addLayout(x1, x2, x3, x4); } + Q_INVOKABLE void MaddLayout(QGridLayout* o, QLayout* x1, int x2, int x3, int x4, int x5, Qt::Alignment x6 = 0) { o->addLayout(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MaddWidget(QGridLayout* o, QWidget* x1, int x2, int x3, Qt::Alignment x4 = 0) { o->addWidget(x1, x2, x3, x4); } + Q_INVOKABLE void MaddWidget(QGridLayout* o, QWidget* x1, int x2, int x3, int x4, int x5, Qt::Alignment x6 = 0) { o->addWidget(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QRect McellRect(QGridLayout* o, int x1, int x2) const { return o->cellRect(x1, x2); } + Q_INVOKABLE int McolumnCount(QGridLayout* o) const { return o->columnCount(); } + Q_INVOKABLE int McolumnMinimumWidth(QGridLayout* o, int x1) const { return o->columnMinimumWidth(x1); } + Q_INVOKABLE int McolumnStretch(QGridLayout* o, int x1) const { return o->columnStretch(x1); } + Q_INVOKABLE int MhorizontalSpacing(QGridLayout* o) const { return o->horizontalSpacing(); } + Q_INVOKABLE QLayoutItem* MitemAtPosition(QGridLayout* o, int x1, int x2) const { return o->itemAtPosition(x1, x2); } + Q_INVOKABLE int MoriginCorner(QGridLayout* o) const { return o->originCorner(); } + Q_INVOKABLE int MrowCount(QGridLayout* o) const { return o->rowCount(); } + Q_INVOKABLE int MrowMinimumHeight(QGridLayout* o, int x1) const { return o->rowMinimumHeight(x1); } + Q_INVOKABLE int MrowStretch(QGridLayout* o, int x1) const { return o->rowStretch(x1); } + Q_INVOKABLE void MsetColumnMinimumWidth(QGridLayout* o, int x1, int x2) { o->setColumnMinimumWidth(x1, x2); } + Q_INVOKABLE void MsetColumnStretch(QGridLayout* o, int x1, int x2) { o->setColumnStretch(x1, x2); } + Q_INVOKABLE void MsetHorizontalSpacing(QGridLayout* o, int x1) { o->setHorizontalSpacing(x1); } + Q_INVOKABLE void MsetOriginCorner(QGridLayout* o, Qt::Corner x1) { o->setOriginCorner(x1); } + Q_INVOKABLE void MsetRowMinimumHeight(QGridLayout* o, int x1, int x2) { o->setRowMinimumHeight(x1, x2); } + Q_INVOKABLE void MsetRowStretch(QGridLayout* o, int x1, int x2) { o->setRowStretch(x1, x2); } + Q_INVOKABLE void MsetSpacing(QGridLayout* o, int x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetVerticalSpacing(QGridLayout* o, int x1) { o->setVerticalSpacing(x1); } + Q_INVOKABLE int Mspacing(QGridLayout* o) const { return o->spacing(); } + Q_INVOKABLE int MverticalSpacing(QGridLayout* o) const { return o->verticalSpacing(); } + Q_INVOKABLE int Mcount(QGridLayout* o) const { return o->count(); } + Q_INVOKABLE int MexpandingDirections(QGridLayout* o) const { return o->expandingDirections(); } + Q_INVOKABLE bool MhasHeightForWidth(QGridLayout* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QGridLayout* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE void Minvalidate(QGridLayout* o) { o->invalidate(); } + Q_INVOKABLE QLayoutItem* MitemAt(QGridLayout* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE QSize MmaximumSize(QGridLayout* o) const { return o->maximumSize(); } + Q_INVOKABLE int MminimumHeightForWidth(QGridLayout* o, int x1) const { return o->minimumHeightForWidth(x1); } + Q_INVOKABLE QSize MminimumSize(QGridLayout* o) const { return o->minimumSize(); } + Q_INVOKABLE void MsetGeometry(QGridLayout* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSize MsizeHint(QGridLayout* o) const { return o->sizeHint(); } + Q_INVOKABLE QLayoutItem* MtakeAt(QGridLayout* o, int x1) { return o->takeAt(x1); } +}; + +class EQL_EXPORT Q83 : public Q215 { // QGroupBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LGroupBox(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LGroupBox(u, x1, x2); } + Q_INVOKABLE int Malignment(QGroupBox* o) const { return o->alignment(); } + Q_INVOKABLE bool MisCheckable(QGroupBox* o) const { return o->isCheckable(); } + Q_INVOKABLE bool MisChecked(QGroupBox* o) const { return o->isChecked(); } + Q_INVOKABLE bool MisFlat(QGroupBox* o) const { return o->isFlat(); } + Q_INVOKABLE void MsetAlignment(QGroupBox* o, int x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetCheckable(QGroupBox* o, bool x1) { o->setCheckable(x1); } + Q_INVOKABLE void MsetFlat(QGroupBox* o, bool x1) { o->setFlat(x1); } + Q_INVOKABLE void MsetTitle(QGroupBox* o, const QString& x1) { o->setTitle(x1); } + Q_INVOKABLE QString Mtitle(QGroupBox* o) const { return o->title(); } + Q_INVOKABLE void MinitStyleOption(QGroupBox* o, QStyleOptionGroupBox* x1) const { ((LGroupBox*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QGroupBox* o) const { return o->minimumSizeHint(); } +}; + +class EQL_EXPORT Q85 : public Q22 { // QHBoxLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LHBoxLayout(u); } + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LHBoxLayout(u, x1); } +}; + +class EQL_EXPORT Q97 : public Q40 { // QInputDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LInputDialog(u, x1, x2); } + Q_INVOKABLE QString McancelButtonText(QInputDialog* o) const { return o->cancelButtonText(); } + Q_INVOKABLE QStringList McomboBoxItems(QInputDialog* o) const { return o->comboBoxItems(); } + Q_INVOKABLE int MdoubleDecimals(QInputDialog* o) const { return o->doubleDecimals(); } + Q_INVOKABLE double MdoubleMaximum(QInputDialog* o) const { return o->doubleMaximum(); } + Q_INVOKABLE double MdoubleMinimum(QInputDialog* o) const { return o->doubleMinimum(); } + Q_INVOKABLE double MdoubleValue(QInputDialog* o) const { return o->doubleValue(); } + Q_INVOKABLE int MinputMode(QInputDialog* o) const { return o->inputMode(); } + Q_INVOKABLE int MintMaximum(QInputDialog* o) const { return o->intMaximum(); } + Q_INVOKABLE int MintMinimum(QInputDialog* o) const { return o->intMinimum(); } + Q_INVOKABLE int MintStep(QInputDialog* o) const { return o->intStep(); } + Q_INVOKABLE int MintValue(QInputDialog* o) const { return o->intValue(); } + Q_INVOKABLE bool MisComboBoxEditable(QInputDialog* o) const { return o->isComboBoxEditable(); } + Q_INVOKABLE QString MlabelText(QInputDialog* o) const { return o->labelText(); } + Q_INVOKABLE QString MokButtonText(QInputDialog* o) const { return o->okButtonText(); } + Q_INVOKABLE void Mopen(QInputDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE int Moptions(QInputDialog* o) const { return o->options(); } + Q_INVOKABLE void MsetCancelButtonText(QInputDialog* o, const QString& x1) { o->setCancelButtonText(x1); } + Q_INVOKABLE void MsetComboBoxEditable(QInputDialog* o, bool x1) { o->setComboBoxEditable(x1); } + Q_INVOKABLE void MsetComboBoxItems(QInputDialog* o, const QStringList& x1) { o->setComboBoxItems(x1); } + Q_INVOKABLE void MsetDoubleDecimals(QInputDialog* o, int x1) { o->setDoubleDecimals(x1); } + Q_INVOKABLE void MsetDoubleMaximum(QInputDialog* o, double x1) { o->setDoubleMaximum(x1); } + Q_INVOKABLE void MsetDoubleMinimum(QInputDialog* o, double x1) { o->setDoubleMinimum(x1); } + Q_INVOKABLE void MsetDoubleRange(QInputDialog* o, double x1, double x2) { o->setDoubleRange(x1, x2); } + Q_INVOKABLE void MsetDoubleValue(QInputDialog* o, double x1) { o->setDoubleValue(x1); } + Q_INVOKABLE void MsetInputMode(QInputDialog* o, QInputDialog::InputMode x1) { o->setInputMode(x1); } + Q_INVOKABLE void MsetIntMaximum(QInputDialog* o, int x1) { o->setIntMaximum(x1); } + Q_INVOKABLE void MsetIntMinimum(QInputDialog* o, int x1) { o->setIntMinimum(x1); } + Q_INVOKABLE void MsetIntRange(QInputDialog* o, int x1, int x2) { o->setIntRange(x1, x2); } + Q_INVOKABLE void MsetIntStep(QInputDialog* o, int x1) { o->setIntStep(x1); } + Q_INVOKABLE void MsetIntValue(QInputDialog* o, int x1) { o->setIntValue(x1); } + Q_INVOKABLE void MsetLabelText(QInputDialog* o, const QString& x1) { o->setLabelText(x1); } + Q_INVOKABLE void MsetOkButtonText(QInputDialog* o, const QString& x1) { o->setOkButtonText(x1); } + Q_INVOKABLE void MsetOption(QInputDialog* o, QInputDialog::InputDialogOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetOptions(QInputDialog* o, QInputDialog::InputDialogOptions x1) { o->setOptions(x1); } + Q_INVOKABLE void MsetTextEchoMode(QInputDialog* o, QLineEdit::EchoMode x1) { o->setTextEchoMode(x1); } + Q_INVOKABLE void MsetTextValue(QInputDialog* o, const QString& x1) { o->setTextValue(x1); } + Q_INVOKABLE bool MtestOption(QInputDialog* o, QInputDialog::InputDialogOption x1) const { return o->testOption(x1); } + Q_INVOKABLE int MtextEchoMode(QInputDialog* o) const { return o->textEchoMode(); } + Q_INVOKABLE QString MtextValue(QInputDialog* o) const { return o->textValue(); } + Q_INVOKABLE void Mdone(QInputDialog* o, int x1) { o->done(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QInputDialog* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE void MsetVisible(QInputDialog* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QSize MsizeHint(QInputDialog* o) const { return o->sizeHint(); } + Q_INVOKABLE double SgetDouble(QWidget* x1, const QString& x2, const QString& x3, double x4 = 0, double x5 = -2147483647, double x6 = 2147483647, int x7 = 1, bool* x8 = 0, Qt::WindowFlags x9 = 0) { return QInputDialog::getDouble(x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE int SgetInt(QWidget* x1, const QString& x2, const QString& x3, int x4 = 0, int x5 = -2147483647, int x6 = 2147483647, int x7 = 1, bool* x8 = 0, Qt::WindowFlags x9 = 0) { return QInputDialog::getInt(x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE QString SgetItem(QWidget* x1, const QString& x2, const QString& x3, const QStringList& x4, int x5 = 0, bool x6 = true, bool* x7 = 0, Qt::WindowFlags x8 = 0, Qt::InputMethodHints x9 = Qt::ImhNone) { return QInputDialog::getItem(x1, x2, x3, x4, x5, x6, x7, x8, x9); } + Q_INVOKABLE QString SgetMultiLineText(QWidget* x1, const QString& x2, const QString& x3, const QString& x4 = QString(), bool* x5 = 0, Qt::WindowFlags x6 = 0, Qt::InputMethodHints x7 = Qt::ImhNone) { return QInputDialog::getMultiLineText(x1, x2, x3, x4, x5, x6, x7); } + Q_INVOKABLE QString SgetText(QWidget* x1, const QString& x2, const QString& x3, QLineEdit::EchoMode x4 = QLineEdit::Normal, const QString& x5 = QString(), bool* x6 = 0, Qt::WindowFlags x7 = 0, Qt::InputMethodHints x8 = Qt::ImhNone) { return QInputDialog::getText(x1, x2, x3, x4, x5, x6, x7, x8); } +}; + +class EQL_EXPORT Q98 : public Q207 { // QIntValidator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LIntValidator(u, x1); } + Q_INVOKABLE void* C(uint u, int x1, int x2, QObject* x3 = 0) { return new LIntValidator(u, x1, x2, x3); } + Q_INVOKABLE int Mbottom(QIntValidator* o) const { return o->bottom(); } + Q_INVOKABLE void MsetBottom(QIntValidator* o, int x1) { o->setBottom(x1); } + Q_INVOKABLE void MsetRange(QIntValidator* o, int x1, int x2) { o->setRange(x1, x2); } + Q_INVOKABLE void MsetTop(QIntValidator* o, int x1) { o->setTop(x1); } + Q_INVOKABLE int Mtop(QIntValidator* o) const { return o->top(); } + Q_INVOKABLE void Mfixup(QIntValidator* o, QString& x1) const { o->fixup(x1); } + Q_INVOKABLE int Mvalidate(QIntValidator* o, QString& x1, int& x2) const { return o->validate(x1, x2); } +}; + +class EQL_EXPORT Q102 : public Q60 { // QLCDNumber + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LLCDNumber(u, x1); } + Q_INVOKABLE void* C(uint u, uint x1, QWidget* x2 = 0) { return new LLCDNumber(u, x1, x2); } + Q_INVOKABLE bool McheckOverflow(QLCDNumber* o, double x1) const { return o->checkOverflow(x1); } + Q_INVOKABLE bool McheckOverflow(QLCDNumber* o, int x1) const { return o->checkOverflow(x1); } + Q_INVOKABLE int MdigitCount(QLCDNumber* o) const { return o->digitCount(); } + Q_INVOKABLE int MintValue(QLCDNumber* o) const { return o->intValue(); } + Q_INVOKABLE int Mmode(QLCDNumber* o) const { return o->mode(); } + Q_INVOKABLE int MsegmentStyle(QLCDNumber* o) const { return o->segmentStyle(); } + Q_INVOKABLE void MsetDigitCount(QLCDNumber* o, int x1) { o->setDigitCount(x1); } + Q_INVOKABLE void MsetMode(QLCDNumber* o, QLCDNumber::Mode x1) { o->setMode(x1); } + Q_INVOKABLE void MsetSegmentStyle(QLCDNumber* o, QLCDNumber::SegmentStyle x1) { o->setSegmentStyle(x1); } + Q_INVOKABLE bool MsmallDecimalPoint(QLCDNumber* o) const { return o->smallDecimalPoint(); } + Q_INVOKABLE double Mvalue(QLCDNumber* o) const { return o->value(); } + Q_INVOKABLE QSize MsizeHint(QLCDNumber* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q103 : public Q60 { // QLabel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LLabel(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LLabel(u, x1, x2, x3); } + Q_INVOKABLE int Malignment(QLabel* o) const { return o->alignment(); } + Q_INVOKABLE QWidget* Mbuddy(QLabel* o) const { return o->buddy(); } + Q_INVOKABLE bool MhasScaledContents(QLabel* o) const { return o->hasScaledContents(); } + Q_INVOKABLE bool MhasSelectedText(QLabel* o) const { return o->hasSelectedText(); } + Q_INVOKABLE int Mindent(QLabel* o) const { return o->indent(); } + Q_INVOKABLE int Mmargin(QLabel* o) const { return o->margin(); } + Q_INVOKABLE QMovie* Mmovie(QLabel* o) const { return o->movie(); } + Q_INVOKABLE bool MopenExternalLinks(QLabel* o) const { return o->openExternalLinks(); } + Q_INVOKABLE const QPicture* Mpicture(QLabel* o) const { return o->picture(); } + Q_INVOKABLE const QPixmap* Mpixmap(QLabel* o) const { return o->pixmap(); } + Q_INVOKABLE QString MselectedText(QLabel* o) const { return o->selectedText(); } + Q_INVOKABLE int MselectionStart(QLabel* o) const { return o->selectionStart(); } + Q_INVOKABLE void MsetAlignment(QLabel* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetBuddy(QLabel* o, QWidget* x1) { o->setBuddy(x1); } + Q_INVOKABLE void MsetIndent(QLabel* o, int x1) { o->setIndent(x1); } + Q_INVOKABLE void MsetMargin(QLabel* o, int x1) { o->setMargin(x1); } + Q_INVOKABLE void MsetOpenExternalLinks(QLabel* o, bool x1) { o->setOpenExternalLinks(x1); } + Q_INVOKABLE void MsetScaledContents(QLabel* o, bool x1) { o->setScaledContents(x1); } + Q_INVOKABLE void MsetSelection(QLabel* o, int x1, int x2) { o->setSelection(x1, x2); } + Q_INVOKABLE void MsetTextFormat(QLabel* o, Qt::TextFormat x1) { o->setTextFormat(x1); } + Q_INVOKABLE void MsetTextInteractionFlags(QLabel* o, Qt::TextInteractionFlags x1) { o->setTextInteractionFlags(x1); } + Q_INVOKABLE void MsetWordWrap(QLabel* o, bool x1) { o->setWordWrap(x1); } + Q_INVOKABLE QString Mtext(QLabel* o) const { return o->text(); } + Q_INVOKABLE int MtextFormat(QLabel* o) const { return o->textFormat(); } + Q_INVOKABLE int MtextInteractionFlags(QLabel* o) const { return o->textInteractionFlags(); } + Q_INVOKABLE bool MwordWrap(QLabel* o) const { return o->wordWrap(); } + Q_INVOKABLE int MheightForWidth(QLabel* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QLabel* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QLabel* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q106 : public Q215 { // QLineEdit + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LLineEdit(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LLineEdit(u, x1, x2); } + Q_INVOKABLE void MaddAction(QLineEdit* o, QAction* x1, QLineEdit::ActionPosition x2) { o->addAction(x1, x2); } + Q_INVOKABLE QAction* MaddAction(QLineEdit* o, const QIcon& x1, QLineEdit::ActionPosition x2) { return o->addAction(x1, x2); } + Q_INVOKABLE int Malignment(QLineEdit* o) const { return o->alignment(); } + Q_INVOKABLE void Mbackspace(QLineEdit* o) { o->backspace(); } + Q_INVOKABLE QCompleter* Mcompleter(QLineEdit* o) const { return o->completer(); } + Q_INVOKABLE QMenu* McreateStandardContextMenu(QLineEdit* o) { return o->createStandardContextMenu(); } + Q_INVOKABLE void McursorBackward(QLineEdit* o, bool x1, int x2 = 1) { o->cursorBackward(x1, x2); } + Q_INVOKABLE void McursorForward(QLineEdit* o, bool x1, int x2 = 1) { o->cursorForward(x1, x2); } + Q_INVOKABLE int McursorMoveStyle(QLineEdit* o) const { return o->cursorMoveStyle(); } + Q_INVOKABLE int McursorPosition(QLineEdit* o) const { return o->cursorPosition(); } + Q_INVOKABLE int McursorPositionAt(QLineEdit* o, const QPoint& x1) { return o->cursorPositionAt(x1); } + Q_INVOKABLE void McursorWordBackward(QLineEdit* o, bool x1) { o->cursorWordBackward(x1); } + Q_INVOKABLE void McursorWordForward(QLineEdit* o, bool x1) { o->cursorWordForward(x1); } + Q_INVOKABLE void Mdel(QLineEdit* o) { o->del(); } + Q_INVOKABLE void Mdeselect(QLineEdit* o) { o->deselect(); } + Q_INVOKABLE QString MdisplayText(QLineEdit* o) const { return o->displayText(); } + Q_INVOKABLE bool MdragEnabled(QLineEdit* o) const { return o->dragEnabled(); } + Q_INVOKABLE int MechoMode(QLineEdit* o) const { return o->echoMode(); } + Q_INVOKABLE void Mend(QLineEdit* o, bool x1) { o->end(x1); } + Q_INVOKABLE bool MhasAcceptableInput(QLineEdit* o) const { return o->hasAcceptableInput(); } + Q_INVOKABLE bool MhasFrame(QLineEdit* o) const { return o->hasFrame(); } + Q_INVOKABLE bool MhasSelectedText(QLineEdit* o) const { return o->hasSelectedText(); } + Q_INVOKABLE void Mhome(QLineEdit* o, bool x1) { o->home(x1); } + Q_INVOKABLE QString MinputMask(QLineEdit* o) const { return o->inputMask(); } + Q_INVOKABLE void Minsert(QLineEdit* o, const QString& x1) { o->insert(x1); } + Q_INVOKABLE bool MisClearButtonEnabled(QLineEdit* o) const { return o->isClearButtonEnabled(); } + Q_INVOKABLE bool MisModified(QLineEdit* o) const { return o->isModified(); } + Q_INVOKABLE bool MisReadOnly(QLineEdit* o) const { return o->isReadOnly(); } + Q_INVOKABLE bool MisRedoAvailable(QLineEdit* o) const { return o->isRedoAvailable(); } + Q_INVOKABLE bool MisUndoAvailable(QLineEdit* o) const { return o->isUndoAvailable(); } + Q_INVOKABLE int MmaxLength(QLineEdit* o) const { return o->maxLength(); } + Q_INVOKABLE QString MselectedText(QLineEdit* o) const { return o->selectedText(); } + Q_INVOKABLE int MselectionStart(QLineEdit* o) const { return o->selectionStart(); } + Q_INVOKABLE void MsetAlignment(QLineEdit* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetClearButtonEnabled(QLineEdit* o, bool x1) { o->setClearButtonEnabled(x1); } + Q_INVOKABLE void MsetCompleter(QLineEdit* o, QCompleter* x1) { o->setCompleter(x1); } + Q_INVOKABLE void MsetCursorMoveStyle(QLineEdit* o, Qt::CursorMoveStyle x1) { o->setCursorMoveStyle(x1); } + Q_INVOKABLE void MsetCursorPosition(QLineEdit* o, int x1) { o->setCursorPosition(x1); } + Q_INVOKABLE void MsetDragEnabled(QLineEdit* o, bool x1) { o->setDragEnabled(x1); } + Q_INVOKABLE void MsetEchoMode(QLineEdit* o, QLineEdit::EchoMode x1) { o->setEchoMode(x1); } + Q_INVOKABLE void MsetFrame(QLineEdit* o, bool x1) { o->setFrame(x1); } + Q_INVOKABLE void MsetInputMask(QLineEdit* o, const QString& x1) { o->setInputMask(x1); } + Q_INVOKABLE void MsetMaxLength(QLineEdit* o, int x1) { o->setMaxLength(x1); } + Q_INVOKABLE void MsetModified(QLineEdit* o, bool x1) { o->setModified(x1); } + Q_INVOKABLE void MsetReadOnly(QLineEdit* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetSelection(QLineEdit* o, int x1, int x2) { o->setSelection(x1, x2); } + Q_INVOKABLE void MsetTextMargins(QLineEdit* o, int x1, int x2, int x3, int x4) { o->setTextMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MsetTextMargins(QLineEdit* o, const QMargins& x1) { o->setTextMargins(x1); } + Q_INVOKABLE void MsetValidator(QLineEdit* o, const QValidator* x1) { o->setValidator(x1); } + Q_INVOKABLE QString Mtext(QLineEdit* o) const { return o->text(); } + Q_INVOKABLE QMargins MtextMargins(QLineEdit* o) const { return o->textMargins(); } + Q_INVOKABLE const QValidator* Mvalidator(QLineEdit* o) const { return o->validator(); } + Q_INVOKABLE QRect McursorRect(QLineEdit* o) const { return ((LLineEdit*)o)->cursorRect(); } + Q_INVOKABLE void MinitStyleOption(QLineEdit* o, QStyleOptionFrame* x1) const { ((LLineEdit*)o)->initStyleOption(x1); } + Q_INVOKABLE bool Mevent(QLineEdit* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QVariant MinputMethodQuery(QLineEdit* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QLineEdit* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QLineEdit* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q111 : public Q215 { // QMainWindow + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LMainWindow(u, x1, x2); } + Q_INVOKABLE void MaddDockWidget(QMainWindow* o, Qt::DockWidgetArea x1, QDockWidget* x2) { o->addDockWidget(x1, x2); } + Q_INVOKABLE void MaddDockWidget(QMainWindow* o, Qt::DockWidgetArea x1, QDockWidget* x2, Qt::Orientation x3) { o->addDockWidget(x1, x2, x3); } + Q_INVOKABLE void MaddToolBar(QMainWindow* o, Qt::ToolBarArea x1, QToolBar* x2) { o->addToolBar(x1, x2); } + Q_INVOKABLE void MaddToolBar(QMainWindow* o, QToolBar* x1) { o->addToolBar(x1); } + Q_INVOKABLE QToolBar* MaddToolBar(QMainWindow* o, const QString& x1) { return o->addToolBar(x1); } + Q_INVOKABLE void MaddToolBarBreak(QMainWindow* o, Qt::ToolBarArea x1 = Qt::TopToolBarArea) { o->addToolBarBreak(x1); } + Q_INVOKABLE QWidget* McentralWidget(QMainWindow* o) const { return o->centralWidget(); } + Q_INVOKABLE int Mcorner(QMainWindow* o, Qt::Corner x1) const { return o->corner(x1); } + Q_INVOKABLE QMenu* McreatePopupMenu(QMainWindow* o) { return o->createPopupMenu(); } + Q_INVOKABLE int MdockOptions(QMainWindow* o) const { return o->dockOptions(); } + Q_INVOKABLE int MdockWidgetArea(QMainWindow* o, QDockWidget* x1) const { return o->dockWidgetArea(x1); } + Q_INVOKABLE bool MdocumentMode(QMainWindow* o) const { return o->documentMode(); } + Q_INVOKABLE QSize MiconSize(QMainWindow* o) const { return o->iconSize(); } + Q_INVOKABLE void MinsertToolBar(QMainWindow* o, QToolBar* x1, QToolBar* x2) { o->insertToolBar(x1, x2); } + Q_INVOKABLE void MinsertToolBarBreak(QMainWindow* o, QToolBar* x1) { o->insertToolBarBreak(x1); } + Q_INVOKABLE bool MisAnimated(QMainWindow* o) const { return o->isAnimated(); } + Q_INVOKABLE bool MisDockNestingEnabled(QMainWindow* o) const { return o->isDockNestingEnabled(); } + Q_INVOKABLE QMenuBar* MmenuBar(QMainWindow* o) const { return o->menuBar(); } + Q_INVOKABLE QWidget* MmenuWidget(QMainWindow* o) const { return o->menuWidget(); } + Q_INVOKABLE void MremoveDockWidget(QMainWindow* o, QDockWidget* x1) { o->removeDockWidget(x1); } + Q_INVOKABLE void MremoveToolBar(QMainWindow* o, QToolBar* x1) { o->removeToolBar(x1); } + Q_INVOKABLE void MremoveToolBarBreak(QMainWindow* o, QToolBar* x1) { o->removeToolBarBreak(x1); } + Q_INVOKABLE bool MrestoreDockWidget(QMainWindow* o, QDockWidget* x1) { return o->restoreDockWidget(x1); } + Q_INVOKABLE bool MrestoreState(QMainWindow* o, const QByteArray& x1, int x2 = 0) { return o->restoreState(x1, x2); } + Q_INVOKABLE QByteArray MsaveState(QMainWindow* o, int x1 = 0) const { return o->saveState(x1); } + Q_INVOKABLE void MsetCentralWidget(QMainWindow* o, QWidget* x1) { o->setCentralWidget(x1); } + Q_INVOKABLE void MsetCorner(QMainWindow* o, Qt::Corner x1, Qt::DockWidgetArea x2) { o->setCorner(x1, x2); } + Q_INVOKABLE void MsetDockOptions(QMainWindow* o, QMainWindow::DockOptions x1) { o->setDockOptions(x1); } + Q_INVOKABLE void MsetDocumentMode(QMainWindow* o, bool x1) { o->setDocumentMode(x1); } + Q_INVOKABLE void MsetIconSize(QMainWindow* o, const QSize& x1) { o->setIconSize(x1); } + Q_INVOKABLE void MsetMenuBar(QMainWindow* o, QMenuBar* x1) { o->setMenuBar(x1); } + Q_INVOKABLE void MsetMenuWidget(QMainWindow* o, QWidget* x1) { o->setMenuWidget(x1); } + Q_INVOKABLE void MsetStatusBar(QMainWindow* o, QStatusBar* x1) { o->setStatusBar(x1); } + Q_INVOKABLE void MsetTabPosition(QMainWindow* o, Qt::DockWidgetAreas x1, QTabWidget::TabPosition x2) { o->setTabPosition(x1, x2); } + Q_INVOKABLE void MsetTabShape(QMainWindow* o, QTabWidget::TabShape x1) { o->setTabShape(x1); } + Q_INVOKABLE void MsetToolButtonStyle(QMainWindow* o, Qt::ToolButtonStyle x1) { o->setToolButtonStyle(x1); } + Q_INVOKABLE void MsplitDockWidget(QMainWindow* o, QDockWidget* x1, QDockWidget* x2, Qt::Orientation x3) { o->splitDockWidget(x1, x2, x3); } + Q_INVOKABLE QStatusBar* MstatusBar(QMainWindow* o) const { return o->statusBar(); } + Q_INVOKABLE int MtabPosition(QMainWindow* o, Qt::DockWidgetArea x1) const { return o->tabPosition(x1); } + Q_INVOKABLE int MtabShape(QMainWindow* o) const { return o->tabShape(); } + Q_INVOKABLE QList MtabifiedDockWidgets(QMainWindow* o, QDockWidget* x1) const { return o->tabifiedDockWidgets(x1); } + Q_INVOKABLE void MtabifyDockWidget(QMainWindow* o, QDockWidget* x1, QDockWidget* x2) { o->tabifyDockWidget(x1, x2); } + Q_INVOKABLE QWidget* MtakeCentralWidget(QMainWindow* o) { return o->takeCentralWidget(); } + Q_INVOKABLE int MtoolBarArea(QMainWindow* o, QToolBar* x1) const { return o->toolBarArea(x1); } + Q_INVOKABLE bool MtoolBarBreak(QMainWindow* o, QToolBar* x1) const { return o->toolBarBreak(x1); } + Q_INVOKABLE int MtoolButtonStyle(QMainWindow* o) const { return o->toolButtonStyle(); } + Q_INVOKABLE bool MunifiedTitleAndToolBarOnMac(QMainWindow* o) const { return o->unifiedTitleAndToolBarOnMac(); } +}; + +class EQL_EXPORT Q113 : public Q215 { // QMdiSubWindow + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LMdiSubWindow(u, x1, x2); } + Q_INVOKABLE bool MisShaded(QMdiSubWindow* o) const { return o->isShaded(); } + Q_INVOKABLE int MkeyboardPageStep(QMdiSubWindow* o) const { return o->keyboardPageStep(); } + Q_INVOKABLE int MkeyboardSingleStep(QMdiSubWindow* o) const { return o->keyboardSingleStep(); } + Q_INVOKABLE QMdiArea* MmdiArea(QMdiSubWindow* o) const { return o->mdiArea(); } + Q_INVOKABLE void MsetKeyboardPageStep(QMdiSubWindow* o, int x1) { o->setKeyboardPageStep(x1); } + Q_INVOKABLE void MsetKeyboardSingleStep(QMdiSubWindow* o, int x1) { o->setKeyboardSingleStep(x1); } + Q_INVOKABLE void MsetOption(QMdiSubWindow* o, QMdiSubWindow::SubWindowOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetSystemMenu(QMdiSubWindow* o, QMenu* x1) { o->setSystemMenu(x1); } + Q_INVOKABLE void MsetWidget(QMdiSubWindow* o, QWidget* x1) { o->setWidget(x1); } + Q_INVOKABLE QMenu* MsystemMenu(QMdiSubWindow* o) const { return o->systemMenu(); } + Q_INVOKABLE bool MtestOption(QMdiSubWindow* o, QMdiSubWindow::SubWindowOption x1) const { return o->testOption(x1); } + Q_INVOKABLE QWidget* Mwidget(QMdiSubWindow* o) const { return o->widget(); } + Q_INVOKABLE QSize MminimumSizeHint(QMdiSubWindow* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QMdiSubWindow* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q114 : public Q215 { // QMenu + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LMenu(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LMenu(u, x1, x2); } + Q_INVOKABLE QAction* MactionAt(QMenu* o, const QPoint& x1) const { return o->actionAt(x1); } + Q_INVOKABLE QRect MactionGeometry(QMenu* o, QAction* x1) const { return o->actionGeometry(x1); } + Q_INVOKABLE QAction* MactiveAction(QMenu* o) const { return o->activeAction(); } + Q_INVOKABLE QAction* MaddAction(QMenu* o, const QString& x1) { return o->addAction(x1); } + Q_INVOKABLE QAction* MaddAction(QMenu* o, const QIcon& x1, const QString& x2) { return o->addAction(x1, x2); } + Q_INVOKABLE QAction* MaddAction(QMenu* o, const QString& x1, const QObject* x2, const char* x3, const QKeySequence& x4 = 0) { return o->addAction(x1, x2, x3, x4); } + Q_INVOKABLE QAction* MaddAction(QMenu* o, const QIcon& x1, const QString& x2, const QObject* x3, const char* x4, const QKeySequence& x5 = 0) { return o->addAction(x1, x2, x3, x4, x5); } + Q_INVOKABLE QAction* MaddMenu(QMenu* o, QMenu* x1) { return o->addMenu(x1); } + Q_INVOKABLE QMenu* MaddMenu(QMenu* o, const QString& x1) { return o->addMenu(x1); } + Q_INVOKABLE QMenu* MaddMenu(QMenu* o, const QIcon& x1, const QString& x2) { return o->addMenu(x1, x2); } + Q_INVOKABLE QAction* MaddSection(QMenu* o, const QString& x1) { return o->addSection(x1); } + Q_INVOKABLE QAction* MaddSection(QMenu* o, const QIcon& x1, const QString& x2) { return o->addSection(x1, x2); } + Q_INVOKABLE QAction* MaddSeparator(QMenu* o) { return o->addSeparator(); } + Q_INVOKABLE void Mclear(QMenu* o) { o->clear(); } + Q_INVOKABLE QAction* Mexec(QMenu* o) { return o->exec(); } + Q_INVOKABLE QAction* Mexec(QMenu* o, const QPoint& x1, QAction* x2 = 0) { return o->exec(x1, x2); } + Q_INVOKABLE void MhideTearOffMenu(QMenu* o) { o->hideTearOffMenu(); } + Q_INVOKABLE QIcon Micon(QMenu* o) const { return o->icon(); } + Q_INVOKABLE QAction* MinsertMenu(QMenu* o, QAction* x1, QMenu* x2) { return o->insertMenu(x1, x2); } + Q_INVOKABLE QAction* MinsertSection(QMenu* o, QAction* x1, const QString& x2) { return o->insertSection(x1, x2); } + Q_INVOKABLE QAction* MinsertSection(QMenu* o, QAction* x1, const QIcon& x2, const QString& x3) { return o->insertSection(x1, x2, x3); } + Q_INVOKABLE QAction* MinsertSeparator(QMenu* o, QAction* x1) { return o->insertSeparator(x1); } + Q_INVOKABLE bool MisEmpty(QMenu* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisTearOffEnabled(QMenu* o) const { return o->isTearOffEnabled(); } + Q_INVOKABLE bool MisTearOffMenuVisible(QMenu* o) const { return o->isTearOffMenuVisible(); } + Q_INVOKABLE QAction* MmenuAction(QMenu* o) const { return o->menuAction(); } + Q_INVOKABLE void Mpopup(QMenu* o, const QPoint& x1, QAction* x2 = 0) { o->popup(x1, x2); } + Q_INVOKABLE bool MseparatorsCollapsible(QMenu* o) const { return o->separatorsCollapsible(); } + Q_INVOKABLE void MsetActiveAction(QMenu* o, QAction* x1) { o->setActiveAction(x1); } + Q_INVOKABLE void MsetIcon(QMenu* o, const QIcon& x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetSeparatorsCollapsible(QMenu* o, bool x1) { o->setSeparatorsCollapsible(x1); } + Q_INVOKABLE void MsetTearOffEnabled(QMenu* o, bool x1) { o->setTearOffEnabled(x1); } + Q_INVOKABLE void MsetTitle(QMenu* o, const QString& x1) { o->setTitle(x1); } + Q_INVOKABLE void MsetToolTipsVisible(QMenu* o, bool x1) { o->setToolTipsVisible(x1); } + Q_INVOKABLE QString Mtitle(QMenu* o) const { return o->title(); } + Q_INVOKABLE bool MtoolTipsVisible(QMenu* o) const { return o->toolTipsVisible(); } + Q_INVOKABLE int McolumnCount(QMenu* o) const { return ((LMenu*)o)->columnCount(); } + Q_INVOKABLE void MinitStyleOption(QMenu* o, QStyleOptionMenuItem* x1, const QAction* x2) const { ((LMenu*)o)->initStyleOption(x1, x2); } + Q_INVOKABLE QSize MsizeHint(QMenu* o) const { return o->sizeHint(); } + Q_INVOKABLE QAction* Sexec(const QList& x1, const QPoint& x2, QAction* x3 = 0, QWidget* x4 = 0) { return QMenu::exec(x1, x2, x3, x4); } +}; + +class EQL_EXPORT Q115 : public Q215 { // QMenuBar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LMenuBar(u, x1); } + Q_INVOKABLE QAction* MactionAt(QMenuBar* o, const QPoint& x1) const { return o->actionAt(x1); } + Q_INVOKABLE QRect MactionGeometry(QMenuBar* o, QAction* x1) const { return o->actionGeometry(x1); } + Q_INVOKABLE QAction* MactiveAction(QMenuBar* o) const { return o->activeAction(); } + Q_INVOKABLE QAction* MaddAction(QMenuBar* o, const QString& x1) { return o->addAction(x1); } + Q_INVOKABLE QAction* MaddAction(QMenuBar* o, const QString& x1, const QObject* x2, const char* x3) { return o->addAction(x1, x2, x3); } + Q_INVOKABLE QAction* MaddMenu(QMenuBar* o, QMenu* x1) { return o->addMenu(x1); } + Q_INVOKABLE QMenu* MaddMenu(QMenuBar* o, const QString& x1) { return o->addMenu(x1); } + Q_INVOKABLE QMenu* MaddMenu(QMenuBar* o, const QIcon& x1, const QString& x2) { return o->addMenu(x1, x2); } + Q_INVOKABLE QAction* MaddSeparator(QMenuBar* o) { return o->addSeparator(); } + Q_INVOKABLE void Mclear(QMenuBar* o) { o->clear(); } + Q_INVOKABLE QWidget* McornerWidget(QMenuBar* o, Qt::Corner x1 = Qt::TopRightCorner) const { return o->cornerWidget(x1); } + Q_INVOKABLE QAction* MinsertMenu(QMenuBar* o, QAction* x1, QMenu* x2) { return o->insertMenu(x1, x2); } + Q_INVOKABLE QAction* MinsertSeparator(QMenuBar* o, QAction* x1) { return o->insertSeparator(x1); } + Q_INVOKABLE bool MisDefaultUp(QMenuBar* o) const { return o->isDefaultUp(); } + Q_INVOKABLE bool MisNativeMenuBar(QMenuBar* o) const { return o->isNativeMenuBar(); } + Q_INVOKABLE void MsetActiveAction(QMenuBar* o, QAction* x1) { o->setActiveAction(x1); } + Q_INVOKABLE void MsetCornerWidget(QMenuBar* o, QWidget* x1, Qt::Corner x2 = Qt::TopRightCorner) { o->setCornerWidget(x1, x2); } + Q_INVOKABLE void MsetDefaultUp(QMenuBar* o, bool x1) { o->setDefaultUp(x1); } + Q_INVOKABLE void MsetNativeMenuBar(QMenuBar* o, bool x1) { o->setNativeMenuBar(x1); } + Q_INVOKABLE void MinitStyleOption(QMenuBar* o, QStyleOptionMenuItem* x1, const QAction* x2) const { ((LMenuBar*)o)->initStyleOption(x1, x2); } + Q_INVOKABLE int MheightForWidth(QMenuBar* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QMenuBar* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QMenuBar* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q116 : public Q40 { // QMessageBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LMessageBox(u, x1); } + Q_INVOKABLE void* C(uint u, QMessageBox::Icon x1, const QString& x2, const QString& x3, QMessageBox::StandardButtons x4 = QMessageBox::NoButton, QWidget* x5 = 0, Qt::WindowFlags x6 = Qt::Dialog|Qt::MSWindowsFixedSizeDialogHint) { return new LMessageBox(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MaddButton(QMessageBox* o, QAbstractButton* x1, QMessageBox::ButtonRole x2) { o->addButton(x1, x2); } + Q_INVOKABLE QPushButton* MaddButton(QMessageBox* o, const QString& x1, QMessageBox::ButtonRole x2) { return o->addButton(x1, x2); } + Q_INVOKABLE QPushButton* MaddButton(QMessageBox* o, QMessageBox::StandardButton x1) { return o->addButton(x1); } + Q_INVOKABLE QAbstractButton* Mbutton(QMessageBox* o, QMessageBox::StandardButton x1) const { return o->button(x1); } + Q_INVOKABLE int MbuttonRole(QMessageBox* o, QAbstractButton* x1) const { return o->buttonRole(x1); } + Q_INVOKABLE QList Mbuttons(QMessageBox* o) const { return o->buttons(); } + Q_INVOKABLE QCheckBox* McheckBox(QMessageBox* o) const { return o->checkBox(); } + Q_INVOKABLE QAbstractButton* MclickedButton(QMessageBox* o) const { return o->clickedButton(); } + Q_INVOKABLE QPushButton* MdefaultButton(QMessageBox* o) const { return o->defaultButton(); } + Q_INVOKABLE QString MdetailedText(QMessageBox* o) const { return o->detailedText(); } + Q_INVOKABLE QAbstractButton* MescapeButton(QMessageBox* o) const { return o->escapeButton(); } + Q_INVOKABLE int Micon(QMessageBox* o) const { return o->icon(); } + Q_INVOKABLE QPixmap MiconPixmap(QMessageBox* o) const { return o->iconPixmap(); } + Q_INVOKABLE QString MinformativeText(QMessageBox* o) const { return o->informativeText(); } + Q_INVOKABLE void Mopen(QMessageBox* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE void MremoveButton(QMessageBox* o, QAbstractButton* x1) { o->removeButton(x1); } + Q_INVOKABLE void MsetCheckBox(QMessageBox* o, QCheckBox* x1) { o->setCheckBox(x1); } + Q_INVOKABLE void MsetDefaultButton(QMessageBox* o, QPushButton* x1) { o->setDefaultButton(x1); } + Q_INVOKABLE void MsetDefaultButton(QMessageBox* o, QMessageBox::StandardButton x1) { o->setDefaultButton(x1); } + Q_INVOKABLE void MsetDetailedText(QMessageBox* o, const QString& x1) { o->setDetailedText(x1); } + Q_INVOKABLE void MsetEscapeButton(QMessageBox* o, QAbstractButton* x1) { o->setEscapeButton(x1); } + Q_INVOKABLE void MsetEscapeButton(QMessageBox* o, QMessageBox::StandardButton x1) { o->setEscapeButton(x1); } + Q_INVOKABLE void MsetIcon(QMessageBox* o, QMessageBox::Icon x1) { o->setIcon(x1); } + Q_INVOKABLE void MsetIconPixmap(QMessageBox* o, const QPixmap& x1) { o->setIconPixmap(x1); } + Q_INVOKABLE void MsetInformativeText(QMessageBox* o, const QString& x1) { o->setInformativeText(x1); } + Q_INVOKABLE void MsetStandardButtons(QMessageBox* o, QMessageBox::StandardButtons x1) { o->setStandardButtons(x1); } + Q_INVOKABLE void MsetText(QMessageBox* o, const QString& x1) { o->setText(x1); } + Q_INVOKABLE void MsetTextFormat(QMessageBox* o, Qt::TextFormat x1) { o->setTextFormat(x1); } + Q_INVOKABLE void MsetTextInteractionFlags(QMessageBox* o, Qt::TextInteractionFlags x1) { o->setTextInteractionFlags(x1); } + Q_INVOKABLE void MsetWindowModality(QMessageBox* o, Qt::WindowModality x1) { o->setWindowModality(x1); } + Q_INVOKABLE void MsetWindowTitle(QMessageBox* o, const QString& x1) { o->setWindowTitle(x1); } + Q_INVOKABLE int MstandardButton(QMessageBox* o, QAbstractButton* x1) const { return o->standardButton(x1); } + Q_INVOKABLE int MstandardButtons(QMessageBox* o) const { return o->standardButtons(); } + Q_INVOKABLE QString Mtext(QMessageBox* o) const { return o->text(); } + Q_INVOKABLE int MtextFormat(QMessageBox* o) const { return o->textFormat(); } + Q_INVOKABLE int MtextInteractionFlags(QMessageBox* o) const { return o->textInteractionFlags(); } + Q_INVOKABLE void MsetVisible(QMessageBox* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE void Sabout(QWidget* x1, const QString& x2, const QString& x3) { QMessageBox::about(x1, x2, x3); } + Q_INVOKABLE void SaboutQt(QWidget* x1, const QString& x2 = QString()) { QMessageBox::aboutQt(x1, x2); } + Q_INVOKABLE int Scritical(QWidget* x1, const QString& x2, const QString& x3, QMessageBox::StandardButtons x4 = QMessageBox::Ok, QMessageBox::StandardButton x5 = QMessageBox::NoButton) { return QMessageBox::critical(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Sinformation(QWidget* x1, const QString& x2, const QString& x3, QMessageBox::StandardButtons x4 = QMessageBox::Ok, QMessageBox::StandardButton x5 = QMessageBox::NoButton) { return QMessageBox::information(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Squestion(QWidget* x1, const QString& x2, const QString& x3, QMessageBox::StandardButtons x4 = QMessageBox::Yes|QMessageBox::No, QMessageBox::StandardButton x5 = QMessageBox::NoButton) { return QMessageBox::question(x1, x2, x3, x4, x5); } + Q_INVOKABLE int Swarning(QWidget* x1, const QString& x2, const QString& x3, QMessageBox::StandardButtons x4 = QMessageBox::Ok, QMessageBox::StandardButton x5 = QMessageBox::NoButton) { return QMessageBox::warning(x1, x2, x3, x4, x5); } +}; + +class EQL_EXPORT Q125 : public Q40 { // QPageSetupDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0) { return new LPageSetupDialog(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LPageSetupDialog(u, x1); } + Q_INVOKABLE void Mopen(QPageSetupDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE QPrinter* Mprinter(QPageSetupDialog* o) { return o->printer(); } + Q_INVOKABLE void Mdone(QPageSetupDialog* o, int x1) { o->done(x1); } + Q_INVOKABLE int Mexec(QPageSetupDialog* o) { return o->exec(); } + Q_INVOKABLE void MsetVisible(QPageSetupDialog* o, bool x1) { o->setVisible(x1); } +}; + +class EQL_EXPORT Q134 : public Q40 { // QPrintPreviewDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LPrintPreviewDialog(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LPrintPreviewDialog(u, x1, x2); } + Q_INVOKABLE void Mopen(QPrintPreviewDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE QPrinter* Mprinter(QPrintPreviewDialog* o) { return o->printer(); } + Q_INVOKABLE void Mdone(QPrintPreviewDialog* o, int x1) { o->done(x1); } + Q_INVOKABLE void MsetVisible(QPrintPreviewDialog* o, bool x1) { o->setVisible(x1); } +}; + +class EQL_EXPORT Q135 : public Q215 { // QPrintPreviewWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LPrintPreviewWidget(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LPrintPreviewWidget(u, x1, x2); } + Q_INVOKABLE int McurrentPage(QPrintPreviewWidget* o) const { return o->currentPage(); } + Q_INVOKABLE int Morientation(QPrintPreviewWidget* o) const { return o->orientation(); } + Q_INVOKABLE int MpageCount(QPrintPreviewWidget* o) const { return o->pageCount(); } + Q_INVOKABLE int MviewMode(QPrintPreviewWidget* o) const { return o->viewMode(); } + Q_INVOKABLE qreal MzoomFactor(QPrintPreviewWidget* o) const { return o->zoomFactor(); } + Q_INVOKABLE int MzoomMode(QPrintPreviewWidget* o) const { return o->zoomMode(); } + Q_INVOKABLE void MsetVisible(QPrintPreviewWidget* o, bool x1) { o->setVisible(x1); } +}; + +class EQL_EXPORT Q137 : public Q215 { // QProgressBar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LProgressBar(u, x1); } + Q_INVOKABLE int Malignment(QProgressBar* o) const { return o->alignment(); } + Q_INVOKABLE QString Mformat(QProgressBar* o) const { return o->format(); } + Q_INVOKABLE bool MinvertedAppearance(QProgressBar* o) const { return o->invertedAppearance(); } + Q_INVOKABLE bool MisTextVisible(QProgressBar* o) const { return o->isTextVisible(); } + Q_INVOKABLE int Mmaximum(QProgressBar* o) const { return o->maximum(); } + Q_INVOKABLE int Mminimum(QProgressBar* o) const { return o->minimum(); } + Q_INVOKABLE int Morientation(QProgressBar* o) const { return o->orientation(); } + Q_INVOKABLE void MresetFormat(QProgressBar* o) { o->resetFormat(); } + Q_INVOKABLE void MsetAlignment(QProgressBar* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetFormat(QProgressBar* o, const QString& x1) { o->setFormat(x1); } + Q_INVOKABLE void MsetInvertedAppearance(QProgressBar* o, bool x1) { o->setInvertedAppearance(x1); } + Q_INVOKABLE void MsetTextDirection(QProgressBar* o, QProgressBar::Direction x1) { o->setTextDirection(x1); } + Q_INVOKABLE void MsetTextVisible(QProgressBar* o, bool x1) { o->setTextVisible(x1); } + Q_INVOKABLE QString Mtext(QProgressBar* o) const { return o->text(); } + Q_INVOKABLE int MtextDirection(QProgressBar* o) const { return o->textDirection(); } + Q_INVOKABLE int Mvalue(QProgressBar* o) const { return o->value(); } + Q_INVOKABLE void MinitStyleOption(QProgressBar* o, QStyleOptionProgressBar* x1) const { ((LProgressBar*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QProgressBar* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QProgressBar* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q138 : public Q40 { // QProgressDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LProgressDialog(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2, int x3, int x4, QWidget* x5 = 0, Qt::WindowFlags x6 = 0) { return new LProgressDialog(u, x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE bool MautoClose(QProgressDialog* o) const { return o->autoClose(); } + Q_INVOKABLE bool MautoReset(QProgressDialog* o) const { return o->autoReset(); } + Q_INVOKABLE QString MlabelText(QProgressDialog* o) const { return o->labelText(); } + Q_INVOKABLE int Mmaximum(QProgressDialog* o) const { return o->maximum(); } + Q_INVOKABLE int Mminimum(QProgressDialog* o) const { return o->minimum(); } + Q_INVOKABLE int MminimumDuration(QProgressDialog* o) const { return o->minimumDuration(); } + Q_INVOKABLE void Mopen(QProgressDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE void MsetAutoClose(QProgressDialog* o, bool x1) { o->setAutoClose(x1); } + Q_INVOKABLE void MsetAutoReset(QProgressDialog* o, bool x1) { o->setAutoReset(x1); } + Q_INVOKABLE void MsetBar(QProgressDialog* o, QProgressBar* x1) { o->setBar(x1); } + Q_INVOKABLE void MsetCancelButton(QProgressDialog* o, QPushButton* x1) { o->setCancelButton(x1); } + Q_INVOKABLE void MsetLabel(QProgressDialog* o, QLabel* x1) { o->setLabel(x1); } + Q_INVOKABLE int Mvalue(QProgressDialog* o) const { return o->value(); } + Q_INVOKABLE bool MwasCanceled(QProgressDialog* o) const { return o->wasCanceled(); } + Q_INVOKABLE QSize MsizeHint(QProgressDialog* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q139 : public Q208 { // QPropertyAnimation + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LPropertyAnimation(u, x1); } + Q_INVOKABLE void* C(uint u, QObject* x1, const QByteArray& x2, QObject* x3 = 0) { return new LPropertyAnimation(u, x1, x2, x3); } + Q_INVOKABLE QByteArray MpropertyName(QPropertyAnimation* o) const { return o->propertyName(); } + Q_INVOKABLE void MsetPropertyName(QPropertyAnimation* o, const QByteArray& x1) { o->setPropertyName(x1); } + Q_INVOKABLE void MsetTargetObject(QPropertyAnimation* o, QObject* x1) { o->setTargetObject(x1); } + Q_INVOKABLE QObject* MtargetObject(QPropertyAnimation* o) const { return o->targetObject(); } +}; + +class EQL_EXPORT Q140 : public Q2 { // QPushButton + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LPushButton(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LPushButton(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QIcon& x1, const QString& x2, QWidget* x3 = 0) { return new LPushButton(u, x1, x2, x3); } + Q_INVOKABLE bool MautoDefault(QPushButton* o) const { return o->autoDefault(); } + Q_INVOKABLE bool MisDefault(QPushButton* o) const { return o->isDefault(); } + Q_INVOKABLE bool MisFlat(QPushButton* o) const { return o->isFlat(); } + Q_INVOKABLE QMenu* Mmenu(QPushButton* o) const { return o->menu(); } + Q_INVOKABLE void MsetAutoDefault(QPushButton* o, bool x1) { o->setAutoDefault(x1); } + Q_INVOKABLE void MsetDefault(QPushButton* o, bool x1) { o->setDefault(x1); } + Q_INVOKABLE void MsetFlat(QPushButton* o, bool x1) { o->setFlat(x1); } + Q_INVOKABLE void MsetMenu(QPushButton* o, QMenu* x1) { o->setMenu(x1); } + Q_INVOKABLE void MinitStyleOption(QPushButton* o, QStyleOptionButton* x1) const { ((LPushButton*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QPushButton* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QPushButton* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q141 : public Q2 { // QRadioButton + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LRadioButton(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LRadioButton(u, x1, x2); } + Q_INVOKABLE void MinitStyleOption(QRadioButton* o, QStyleOptionButton* x1) const { ((LRadioButton*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QRadioButton* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QRadioButton* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q142 : public Q207 { // QRegExpValidator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LRegExpValidator(u, x1); } + Q_INVOKABLE void* C(uint u, const QRegExp& x1, QObject* x2 = 0) { return new LRegExpValidator(u, x1, x2); } + Q_INVOKABLE QRegExp MregExp(QRegExpValidator* o) const { return o->regExp(); } + Q_INVOKABLE void MsetRegExp(QRegExpValidator* o, const QRegExp& x1) { o->setRegExp(x1); } + Q_INVOKABLE int Mvalidate(QRegExpValidator* o, QString& x1, int& x2) const { return o->validate(x1, x2); } +}; + +class EQL_EXPORT Q143 : public Q215 { // QRubberBand + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QRubberBand::Shape x1, QWidget* x2 = 0) { return new LRubberBand(u, x1, x2); } + Q_INVOKABLE void Mmove(QRubberBand* o, int x1, int x2) { o->move(x1, x2); } + Q_INVOKABLE void Mmove(QRubberBand* o, const QPoint& x1) { o->move(x1); } + Q_INVOKABLE void Mresize(QRubberBand* o, int x1, int x2) { o->resize(x1, x2); } + Q_INVOKABLE void Mresize(QRubberBand* o, const QSize& x1) { o->resize(x1); } + Q_INVOKABLE void MsetGeometry(QRubberBand* o, const QRect& x1) { o->setGeometry(x1); } + Q_INVOKABLE void MsetGeometry(QRubberBand* o, int x1, int x2, int x3, int x4) { o->setGeometry(x1, x2, x3, x4); } + Q_INVOKABLE int Mshape(QRubberBand* o) const { return o->shape(); } + Q_INVOKABLE void MinitStyleOption(QRubberBand* o, QStyleOptionRubberBand* x1) const { ((LRubberBand*)o)->initStyleOption(x1); } +}; + +class EQL_EXPORT Q145 : public Q11 { // QScrollBar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LScrollBar(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::Orientation x1, QWidget* x2 = 0) { return new LScrollBar(u, x1, x2); } + Q_INVOKABLE void MinitStyleOption(QScrollBar* o, QStyleOptionSlider* x1) const { ((LScrollBar*)o)->initStyleOption(x1); } + Q_INVOKABLE bool Mevent(QScrollBar* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QSize MsizeHint(QScrollBar* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q151 : public Q215 { // QSizeGrip + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LSizeGrip(u, x1); } + Q_INVOKABLE void MsetVisible(QSizeGrip* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QSize MsizeHint(QSizeGrip* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q152 : public Q11 { // QSlider + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSlider(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::Orientation x1, QWidget* x2 = 0) { return new LSlider(u, x1, x2); } + Q_INVOKABLE void MsetTickInterval(QSlider* o, int x1) { o->setTickInterval(x1); } + Q_INVOKABLE void MsetTickPosition(QSlider* o, QSlider::TickPosition x1) { o->setTickPosition(x1); } + Q_INVOKABLE int MtickInterval(QSlider* o) const { return o->tickInterval(); } + Q_INVOKABLE int MtickPosition(QSlider* o) const { return o->tickPosition(); } + Q_INVOKABLE void MinitStyleOption(QSlider* o, QStyleOptionSlider* x1) const { ((LSlider*)o)->initStyleOption(x1); } + Q_INVOKABLE bool Mevent(QSlider* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QSlider* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QSlider* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q154 : public Q13 { // QSpinBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSpinBox(u, x1); } + Q_INVOKABLE QString McleanText(QSpinBox* o) const { return o->cleanText(); } + Q_INVOKABLE int MdisplayIntegerBase(QSpinBox* o) const { return o->displayIntegerBase(); } + Q_INVOKABLE int Mmaximum(QSpinBox* o) const { return o->maximum(); } + Q_INVOKABLE int Mminimum(QSpinBox* o) const { return o->minimum(); } + Q_INVOKABLE QString Mprefix(QSpinBox* o) const { return o->prefix(); } + Q_INVOKABLE void MsetDisplayIntegerBase(QSpinBox* o, int x1) { o->setDisplayIntegerBase(x1); } + Q_INVOKABLE void MsetMaximum(QSpinBox* o, int x1) { o->setMaximum(x1); } + Q_INVOKABLE void MsetMinimum(QSpinBox* o, int x1) { o->setMinimum(x1); } + Q_INVOKABLE void MsetPrefix(QSpinBox* o, const QString& x1) { o->setPrefix(x1); } + Q_INVOKABLE void MsetRange(QSpinBox* o, int x1, int x2) { o->setRange(x1, x2); } + Q_INVOKABLE void MsetSingleStep(QSpinBox* o, int x1) { o->setSingleStep(x1); } + Q_INVOKABLE void MsetSuffix(QSpinBox* o, const QString& x1) { o->setSuffix(x1); } + Q_INVOKABLE int MsingleStep(QSpinBox* o) const { return o->singleStep(); } + Q_INVOKABLE QString Msuffix(QSpinBox* o) const { return o->suffix(); } + Q_INVOKABLE int Mvalue(QSpinBox* o) const { return o->value(); } +}; + +class EQL_EXPORT Q155 : public Q215 { // QSplashScreen + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QPixmap& x1 = QPixmap(), Qt::WindowFlags x2 = 0) { return new LSplashScreen(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QWidget* x1, const QPixmap& x2 = QPixmap(), Qt::WindowFlags x3 = 0) { return new LSplashScreen(u, x1, x2, x3); } + Q_INVOKABLE void Mfinish(QSplashScreen* o, QWidget* x1) { o->finish(x1); } + Q_INVOKABLE QString Mmessage(QSplashScreen* o) const { return o->message(); } + Q_INVOKABLE const QPixmap Mpixmap(QSplashScreen* o) const { return o->pixmap(); } + Q_INVOKABLE void Mrepaint(QSplashScreen* o) { o->repaint(); } + Q_INVOKABLE void MsetPixmap(QSplashScreen* o, const QPixmap& x1) { o->setPixmap(x1); } +}; + +class EQL_EXPORT Q156 : public Q60 { // QSplitter + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSplitter(u, x1); } + Q_INVOKABLE void* C(uint u, Qt::Orientation x1, QWidget* x2 = 0) { return new LSplitter(u, x1, x2); } + Q_INVOKABLE void MaddWidget(QSplitter* o, QWidget* x1) { o->addWidget(x1); } + Q_INVOKABLE bool MchildrenCollapsible(QSplitter* o) const { return o->childrenCollapsible(); } + Q_INVOKABLE int Mcount(QSplitter* o) const { return o->count(); } + Q_INVOKABLE int MhandleWidth(QSplitter* o) const { return o->handleWidth(); } + Q_INVOKABLE int MindexOf(QSplitter* o, QWidget* x1) const { return o->indexOf(x1); } + Q_INVOKABLE void MinsertWidget(QSplitter* o, int x1, QWidget* x2) { o->insertWidget(x1, x2); } + Q_INVOKABLE bool MisCollapsible(QSplitter* o, int x1) const { return o->isCollapsible(x1); } + Q_INVOKABLE bool MopaqueResize(QSplitter* o) const { return o->opaqueResize(); } + Q_INVOKABLE int Morientation(QSplitter* o) const { return o->orientation(); } + Q_INVOKABLE void Mrefresh(QSplitter* o) { o->refresh(); } + Q_INVOKABLE bool MrestoreState(QSplitter* o, const QByteArray& x1) { return o->restoreState(x1); } + Q_INVOKABLE QByteArray MsaveState(QSplitter* o) const { return o->saveState(); } + Q_INVOKABLE void MsetChildrenCollapsible(QSplitter* o, bool x1) { o->setChildrenCollapsible(x1); } + Q_INVOKABLE void MsetCollapsible(QSplitter* o, int x1, bool x2) { o->setCollapsible(x1, x2); } + Q_INVOKABLE void MsetOpaqueResize(QSplitter* o, bool x1 = true) { o->setOpaqueResize(x1); } + Q_INVOKABLE void MsetOrientation(QSplitter* o, Qt::Orientation x1) { o->setOrientation(x1); } + Q_INVOKABLE void MsetSizes(QSplitter* o, const QList& x1) { o->setSizes(x1); } + Q_INVOKABLE void MsetStretchFactor(QSplitter* o, int x1, int x2) { o->setStretchFactor(x1, x2); } + Q_INVOKABLE QList Msizes(QSplitter* o) const { return o->sizes(); } + Q_INVOKABLE QWidget* Mwidget(QSplitter* o, int x1) const { return o->widget(x1); } + Q_INVOKABLE int MclosestLegalPosition(QSplitter* o, int x1, int x2) { return ((LSplitter*)o)->closestLegalPosition(x1, x2); } + Q_INVOKABLE void MmoveSplitter(QSplitter* o, int x1, int x2) { ((LSplitter*)o)->moveSplitter(x1, x2); } + Q_INVOKABLE void MsetRubberBand(QSplitter* o, int x1) { ((LSplitter*)o)->setRubberBand(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QSplitter* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QSplitter* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q157 : public Q215 { // QSplitterHandle + Q_OBJECT +public: + Q_INVOKABLE bool MopaqueResize(QSplitterHandle* o) const { return o->opaqueResize(); } + Q_INVOKABLE int Morientation(QSplitterHandle* o) const { return o->orientation(); } + Q_INVOKABLE void MsetOrientation(QSplitterHandle* o, Qt::Orientation x1) { o->setOrientation(x1); } + Q_INVOKABLE QSplitter* Msplitter(QSplitterHandle* o) const { return o->splitter(); } + Q_INVOKABLE int MclosestLegalPosition(QSplitterHandle* o, int x1) { return ((LSplitterHandle*)o)->closestLegalPosition(x1); } + Q_INVOKABLE void MmoveSplitter(QSplitterHandle* o, int x1) { ((LSplitterHandle*)o)->moveSplitter(x1); } + Q_INVOKABLE QSize MsizeHint(QSplitterHandle* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q164 : public Q60 { // QStackedWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LStackedWidget(u, x1); } + Q_INVOKABLE int MaddWidget(QStackedWidget* o, QWidget* x1) { return o->addWidget(x1); } + Q_INVOKABLE int Mcount(QStackedWidget* o) const { return o->count(); } + Q_INVOKABLE int McurrentIndex(QStackedWidget* o) const { return o->currentIndex(); } + Q_INVOKABLE QWidget* McurrentWidget(QStackedWidget* o) const { return o->currentWidget(); } + Q_INVOKABLE int MindexOf(QStackedWidget* o, QWidget* x1) const { return o->indexOf(x1); } + Q_INVOKABLE int MinsertWidget(QStackedWidget* o, int x1, QWidget* x2) { return o->insertWidget(x1, x2); } + Q_INVOKABLE void MremoveWidget(QStackedWidget* o, QWidget* x1) { o->removeWidget(x1); } + Q_INVOKABLE QWidget* Mwidget(QStackedWidget* o, int x1) const { return o->widget(x1); } +}; + +class EQL_EXPORT Q168 : public Q215 { // QStatusBar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LStatusBar(u, x1); } + Q_INVOKABLE void MaddPermanentWidget(QStatusBar* o, QWidget* x1, int x2 = 0) { o->addPermanentWidget(x1, x2); } + Q_INVOKABLE void MaddWidget(QStatusBar* o, QWidget* x1, int x2 = 0) { o->addWidget(x1, x2); } + Q_INVOKABLE QString McurrentMessage(QStatusBar* o) const { return o->currentMessage(); } + Q_INVOKABLE int MinsertPermanentWidget(QStatusBar* o, int x1, QWidget* x2, int x3 = 0) { return o->insertPermanentWidget(x1, x2, x3); } + Q_INVOKABLE int MinsertWidget(QStatusBar* o, int x1, QWidget* x2, int x3 = 0) { return o->insertWidget(x1, x2, x3); } + Q_INVOKABLE bool MisSizeGripEnabled(QStatusBar* o) const { return o->isSizeGripEnabled(); } + Q_INVOKABLE void MremoveWidget(QStatusBar* o, QWidget* x1) { o->removeWidget(x1); } + Q_INVOKABLE void MsetSizeGripEnabled(QStatusBar* o, bool x1) { o->setSizeGripEnabled(x1); } + Q_INVOKABLE void MhideOrShow(QStatusBar* o) { ((LStatusBar*)o)->hideOrShow(); } + Q_INVOKABLE void Mreformat(QStatusBar* o) { ((LStatusBar*)o)->reformat(); } +}; + +class EQL_EXPORT Q177 : public Q215 { // QTabBar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTabBar(u, x1); } + Q_INVOKABLE int MaddTab(QTabBar* o, const QString& x1) { return o->addTab(x1); } + Q_INVOKABLE int MaddTab(QTabBar* o, const QIcon& x1, const QString& x2) { return o->addTab(x1, x2); } + Q_INVOKABLE bool MautoHide(QTabBar* o) const { return o->autoHide(); } + Q_INVOKABLE bool MchangeCurrentOnDrag(QTabBar* o) const { return o->changeCurrentOnDrag(); } + Q_INVOKABLE int Mcount(QTabBar* o) const { return o->count(); } + Q_INVOKABLE int McurrentIndex(QTabBar* o) const { return o->currentIndex(); } + Q_INVOKABLE bool MdocumentMode(QTabBar* o) const { return o->documentMode(); } + Q_INVOKABLE bool MdrawBase(QTabBar* o) const { return o->drawBase(); } + Q_INVOKABLE int MelideMode(QTabBar* o) const { return o->elideMode(); } + Q_INVOKABLE bool Mexpanding(QTabBar* o) const { return o->expanding(); } + Q_INVOKABLE QSize MiconSize(QTabBar* o) const { return o->iconSize(); } + Q_INVOKABLE int MinsertTab(QTabBar* o, int x1, const QString& x2) { return o->insertTab(x1, x2); } + Q_INVOKABLE int MinsertTab(QTabBar* o, int x1, const QIcon& x2, const QString& x3) { return o->insertTab(x1, x2, x3); } + Q_INVOKABLE bool MisMovable(QTabBar* o) const { return o->isMovable(); } + Q_INVOKABLE bool MisTabEnabled(QTabBar* o, int x1) const { return o->isTabEnabled(x1); } + Q_INVOKABLE void MmoveTab(QTabBar* o, int x1, int x2) { o->moveTab(x1, x2); } + Q_INVOKABLE void MremoveTab(QTabBar* o, int x1) { o->removeTab(x1); } + Q_INVOKABLE int MselectionBehaviorOnRemove(QTabBar* o) const { return o->selectionBehaviorOnRemove(); } + Q_INVOKABLE void MsetAutoHide(QTabBar* o, bool x1) { o->setAutoHide(x1); } + Q_INVOKABLE void MsetChangeCurrentOnDrag(QTabBar* o, bool x1) { o->setChangeCurrentOnDrag(x1); } + Q_INVOKABLE void MsetDocumentMode(QTabBar* o, bool x1) { o->setDocumentMode(x1); } + Q_INVOKABLE void MsetDrawBase(QTabBar* o, bool x1) { o->setDrawBase(x1); } + Q_INVOKABLE void MsetElideMode(QTabBar* o, Qt::TextElideMode x1) { o->setElideMode(x1); } + Q_INVOKABLE void MsetExpanding(QTabBar* o, bool x1) { o->setExpanding(x1); } + Q_INVOKABLE void MsetIconSize(QTabBar* o, const QSize& x1) { o->setIconSize(x1); } + Q_INVOKABLE void MsetMovable(QTabBar* o, bool x1) { o->setMovable(x1); } + Q_INVOKABLE void MsetSelectionBehaviorOnRemove(QTabBar* o, QTabBar::SelectionBehavior x1) { o->setSelectionBehaviorOnRemove(x1); } + Q_INVOKABLE void MsetShape(QTabBar* o, QTabBar::Shape x1) { o->setShape(x1); } + Q_INVOKABLE void MsetTabButton(QTabBar* o, int x1, QTabBar::ButtonPosition x2, QWidget* x3) { o->setTabButton(x1, x2, x3); } + Q_INVOKABLE void MsetTabData(QTabBar* o, int x1, const QVariant& x2) { o->setTabData(x1, x2); } + Q_INVOKABLE void MsetTabEnabled(QTabBar* o, int x1, bool x2) { o->setTabEnabled(x1, x2); } + Q_INVOKABLE void MsetTabIcon(QTabBar* o, int x1, const QIcon& x2) { o->setTabIcon(x1, x2); } + Q_INVOKABLE void MsetTabText(QTabBar* o, int x1, const QString& x2) { o->setTabText(x1, x2); } + Q_INVOKABLE void MsetTabTextColor(QTabBar* o, int x1, const QColor& x2) { o->setTabTextColor(x1, x2); } + Q_INVOKABLE void MsetTabToolTip(QTabBar* o, int x1, const QString& x2) { o->setTabToolTip(x1, x2); } + Q_INVOKABLE void MsetTabWhatsThis(QTabBar* o, int x1, const QString& x2) { o->setTabWhatsThis(x1, x2); } + Q_INVOKABLE void MsetTabsClosable(QTabBar* o, bool x1) { o->setTabsClosable(x1); } + Q_INVOKABLE void MsetUsesScrollButtons(QTabBar* o, bool x1) { o->setUsesScrollButtons(x1); } + Q_INVOKABLE int Mshape(QTabBar* o) const { return o->shape(); } + Q_INVOKABLE int MtabAt(QTabBar* o, const QPoint& x1) const { return o->tabAt(x1); } + Q_INVOKABLE QWidget* MtabButton(QTabBar* o, int x1, QTabBar::ButtonPosition x2) const { return o->tabButton(x1, x2); } + Q_INVOKABLE QVariant MtabData(QTabBar* o, int x1) const { return o->tabData(x1); } + Q_INVOKABLE QIcon MtabIcon(QTabBar* o, int x1) const { return o->tabIcon(x1); } + Q_INVOKABLE QRect MtabRect(QTabBar* o, int x1) const { return o->tabRect(x1); } + Q_INVOKABLE QString MtabText(QTabBar* o, int x1) const { return o->tabText(x1); } + Q_INVOKABLE QColor MtabTextColor(QTabBar* o, int x1) const { return o->tabTextColor(x1); } + Q_INVOKABLE QString MtabToolTip(QTabBar* o, int x1) const { return o->tabToolTip(x1); } + Q_INVOKABLE QString MtabWhatsThis(QTabBar* o, int x1) const { return o->tabWhatsThis(x1); } + Q_INVOKABLE bool MtabsClosable(QTabBar* o) const { return o->tabsClosable(); } + Q_INVOKABLE bool MusesScrollButtons(QTabBar* o) const { return o->usesScrollButtons(); } + Q_INVOKABLE void MinitStyleOption(QTabBar* o, QStyleOptionTab* x1, int x2) const { ((LTabBar*)o)->initStyleOption(x1, x2); } + Q_INVOKABLE QSize MminimumSizeHint(QTabBar* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QTabBar* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q178 : public Q215 { // QTabWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTabWidget(u, x1); } + Q_INVOKABLE int MaddTab(QTabWidget* o, QWidget* x1, const QString& x2) { return o->addTab(x1, x2); } + Q_INVOKABLE int MaddTab(QTabWidget* o, QWidget* x1, const QIcon& x2, const QString& x3) { return o->addTab(x1, x2, x3); } + Q_INVOKABLE void Mclear(QTabWidget* o) { o->clear(); } + Q_INVOKABLE QWidget* McornerWidget(QTabWidget* o, Qt::Corner x1 = Qt::TopRightCorner) const { return o->cornerWidget(x1); } + Q_INVOKABLE int Mcount(QTabWidget* o) const { return o->count(); } + Q_INVOKABLE int McurrentIndex(QTabWidget* o) const { return o->currentIndex(); } + Q_INVOKABLE QWidget* McurrentWidget(QTabWidget* o) const { return o->currentWidget(); } + Q_INVOKABLE bool MdocumentMode(QTabWidget* o) const { return o->documentMode(); } + Q_INVOKABLE int MelideMode(QTabWidget* o) const { return o->elideMode(); } + Q_INVOKABLE QSize MiconSize(QTabWidget* o) const { return o->iconSize(); } + Q_INVOKABLE int MindexOf(QTabWidget* o, QWidget* x1) const { return o->indexOf(x1); } + Q_INVOKABLE int MinsertTab(QTabWidget* o, int x1, QWidget* x2, const QString& x3) { return o->insertTab(x1, x2, x3); } + Q_INVOKABLE int MinsertTab(QTabWidget* o, int x1, QWidget* x2, const QIcon& x3, const QString& x4) { return o->insertTab(x1, x2, x3, x4); } + Q_INVOKABLE bool MisMovable(QTabWidget* o) const { return o->isMovable(); } + Q_INVOKABLE bool MisTabEnabled(QTabWidget* o, int x1) const { return o->isTabEnabled(x1); } + Q_INVOKABLE void MremoveTab(QTabWidget* o, int x1) { o->removeTab(x1); } + Q_INVOKABLE void MsetCornerWidget(QTabWidget* o, QWidget* x1, Qt::Corner x2 = Qt::TopRightCorner) { o->setCornerWidget(x1, x2); } + Q_INVOKABLE void MsetDocumentMode(QTabWidget* o, bool x1) { o->setDocumentMode(x1); } + Q_INVOKABLE void MsetElideMode(QTabWidget* o, Qt::TextElideMode x1) { o->setElideMode(x1); } + Q_INVOKABLE void MsetIconSize(QTabWidget* o, const QSize& x1) { o->setIconSize(x1); } + Q_INVOKABLE void MsetMovable(QTabWidget* o, bool x1) { o->setMovable(x1); } + Q_INVOKABLE void MsetTabBarAutoHide(QTabWidget* o, bool x1) { o->setTabBarAutoHide(x1); } + Q_INVOKABLE void MsetTabEnabled(QTabWidget* o, int x1, bool x2) { o->setTabEnabled(x1, x2); } + Q_INVOKABLE void MsetTabIcon(QTabWidget* o, int x1, const QIcon& x2) { o->setTabIcon(x1, x2); } + Q_INVOKABLE void MsetTabPosition(QTabWidget* o, QTabWidget::TabPosition x1) { o->setTabPosition(x1); } + Q_INVOKABLE void MsetTabShape(QTabWidget* o, QTabWidget::TabShape x1) { o->setTabShape(x1); } + Q_INVOKABLE void MsetTabText(QTabWidget* o, int x1, const QString& x2) { o->setTabText(x1, x2); } + Q_INVOKABLE void MsetTabToolTip(QTabWidget* o, int x1, const QString& x2) { o->setTabToolTip(x1, x2); } + Q_INVOKABLE void MsetTabWhatsThis(QTabWidget* o, int x1, const QString& x2) { o->setTabWhatsThis(x1, x2); } + Q_INVOKABLE void MsetTabsClosable(QTabWidget* o, bool x1) { o->setTabsClosable(x1); } + Q_INVOKABLE void MsetUsesScrollButtons(QTabWidget* o, bool x1) { o->setUsesScrollButtons(x1); } + Q_INVOKABLE QTabBar* MtabBar(QTabWidget* o) const { return o->tabBar(); } + Q_INVOKABLE bool MtabBarAutoHide(QTabWidget* o) const { return o->tabBarAutoHide(); } + Q_INVOKABLE QIcon MtabIcon(QTabWidget* o, int x1) const { return o->tabIcon(x1); } + Q_INVOKABLE int MtabPosition(QTabWidget* o) const { return o->tabPosition(); } + Q_INVOKABLE int MtabShape(QTabWidget* o) const { return o->tabShape(); } + Q_INVOKABLE QString MtabText(QTabWidget* o, int x1) const { return o->tabText(x1); } + Q_INVOKABLE QString MtabToolTip(QTabWidget* o, int x1) const { return o->tabToolTip(x1); } + Q_INVOKABLE QString MtabWhatsThis(QTabWidget* o, int x1) const { return o->tabWhatsThis(x1); } + Q_INVOKABLE bool MtabsClosable(QTabWidget* o) const { return o->tabsClosable(); } + Q_INVOKABLE bool MusesScrollButtons(QTabWidget* o) const { return o->usesScrollButtons(); } + Q_INVOKABLE QWidget* Mwidget(QTabWidget* o, int x1) const { return o->widget(x1); } + Q_INVOKABLE void MinitStyleOption(QTabWidget* o, QStyleOptionTabWidgetFrame* x1) const { ((LTabWidget*)o)->initStyleOption(x1); } + Q_INVOKABLE void MsetTabBar(QTabWidget* o, QTabBar* x1) { ((LTabWidget*)o)->setTabBar(x1); } + Q_INVOKABLE bool MhasHeightForWidth(QTabWidget* o) const { return o->hasHeightForWidth(); } + Q_INVOKABLE int MheightForWidth(QTabWidget* o, int x1) const { return o->heightForWidth(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QTabWidget* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QTabWidget* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q185 : public Q191 { // QTextBlockGroup + Q_OBJECT +public: + Q_INVOKABLE QList MblockList(QTextBlockGroup* o) const { return ((LTextBlockGroup*)o)->blockList(); } +}; + +class EQL_EXPORT Q189 : public Q191 { // QTextFrame + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LTextFrame(u, x1); } + Q_INVOKABLE QList MchildFrames(QTextFrame* o) const { return o->childFrames(); } + Q_INVOKABLE QTextCursor MfirstCursorPosition(QTextFrame* o) const { return o->firstCursorPosition(); } + Q_INVOKABLE int MfirstPosition(QTextFrame* o) const { return o->firstPosition(); } + Q_INVOKABLE QTextFrameFormat MframeFormat(QTextFrame* o) const { return o->frameFormat(); } + Q_INVOKABLE QTextCursor MlastCursorPosition(QTextFrame* o) const { return o->lastCursorPosition(); } + Q_INVOKABLE int MlastPosition(QTextFrame* o) const { return o->lastPosition(); } + Q_INVOKABLE QTextFrame* MparentFrame(QTextFrame* o) const { return o->parentFrame(); } + Q_INVOKABLE void MsetFrameFormat(QTextFrame* o, const QTextFrameFormat& x1) { o->setFrameFormat(x1); } +}; + +class EQL_EXPORT Q190 : public Q185 { // QTextList + Q_OBJECT +public: + Q_INVOKABLE void Madd(QTextList* o, const QTextBlock& x1) { o->add(x1); } + Q_INVOKABLE int Mcount(QTextList* o) const { return o->count(); } + Q_INVOKABLE QTextListFormat Mformat(QTextList* o) const { return o->format(); } + Q_INVOKABLE QTextBlock Mitem(QTextList* o, int x1) const { return o->item(x1); } + Q_INVOKABLE int MitemNumber(QTextList* o, const QTextBlock& x1) const { return o->itemNumber(x1); } + Q_INVOKABLE QString MitemText(QTextList* o, const QTextBlock& x1) const { return o->itemText(x1); } + Q_INVOKABLE void Mremove(QTextList* o, const QTextBlock& x1) { o->remove(x1); } + Q_INVOKABLE void MremoveItem(QTextList* o, int x1) { o->removeItem(x1); } + Q_INVOKABLE void MsetFormat(QTextList* o, const QTextListFormat& x1) { o->setFormat(x1); } +}; + +class EQL_EXPORT Q192 : public Q189 { // QTextTable + Q_OBJECT +public: + Q_INVOKABLE void MappendColumns(QTextTable* o, int x1) { o->appendColumns(x1); } + Q_INVOKABLE void MappendRows(QTextTable* o, int x1) { o->appendRows(x1); } + Q_INVOKABLE QTextTableCell McellAt(QTextTable* o, int x1, int x2) const { return o->cellAt(x1, x2); } + Q_INVOKABLE QTextTableCell McellAt(QTextTable* o, int x1) const { return o->cellAt(x1); } + Q_INVOKABLE QTextTableCell McellAt(QTextTable* o, const QTextCursor& x1) const { return o->cellAt(x1); } + Q_INVOKABLE int Mcolumns(QTextTable* o) const { return o->columns(); } + Q_INVOKABLE QTextTableFormat Mformat(QTextTable* o) const { return o->format(); } + Q_INVOKABLE void MinsertColumns(QTextTable* o, int x1, int x2) { o->insertColumns(x1, x2); } + Q_INVOKABLE void MinsertRows(QTextTable* o, int x1, int x2) { o->insertRows(x1, x2); } + Q_INVOKABLE void MmergeCells(QTextTable* o, int x1, int x2, int x3, int x4) { o->mergeCells(x1, x2, x3, x4); } + Q_INVOKABLE void MmergeCells(QTextTable* o, const QTextCursor& x1) { o->mergeCells(x1); } + Q_INVOKABLE void MremoveColumns(QTextTable* o, int x1, int x2) { o->removeColumns(x1, x2); } + Q_INVOKABLE void MremoveRows(QTextTable* o, int x1, int x2) { o->removeRows(x1, x2); } + Q_INVOKABLE void Mresize(QTextTable* o, int x1, int x2) { o->resize(x1, x2); } + Q_INVOKABLE QTextCursor MrowEnd(QTextTable* o, const QTextCursor& x1) const { return o->rowEnd(x1); } + Q_INVOKABLE QTextCursor MrowStart(QTextTable* o, const QTextCursor& x1) const { return o->rowStart(x1); } + Q_INVOKABLE int Mrows(QTextTable* o) const { return o->rows(); } + Q_INVOKABLE void MsetFormat(QTextTable* o, const QTextTableFormat& x1) { o->setFormat(x1); } + Q_INVOKABLE void MsplitCell(QTextTable* o, int x1, int x2, int x3, int x4) { o->splitCell(x1, x2, x3, x4); } +}; + +class EQL_EXPORT Q193 : public Q37 { // QTimeEdit + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTimeEdit(u, x1); } + Q_INVOKABLE void* C(uint u, const QTime& x1, QWidget* x2 = 0) { return new LTimeEdit(u, x1, x2); } +}; + +class EQL_EXPORT Q196 : public Q215 { // QToolBar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LToolBar(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LToolBar(u, x1); } + Q_INVOKABLE QAction* MactionAt(QToolBar* o, const QPoint& x1) const { return o->actionAt(x1); } + Q_INVOKABLE QAction* MactionAt(QToolBar* o, int x1, int x2) const { return o->actionAt(x1, x2); } + Q_INVOKABLE QAction* MaddAction(QToolBar* o, const QString& x1) { return o->addAction(x1); } + Q_INVOKABLE QAction* MaddAction(QToolBar* o, const QIcon& x1, const QString& x2) { return o->addAction(x1, x2); } + Q_INVOKABLE QAction* MaddAction(QToolBar* o, const QString& x1, const QObject* x2, const char* x3) { return o->addAction(x1, x2, x3); } + Q_INVOKABLE QAction* MaddAction(QToolBar* o, const QIcon& x1, const QString& x2, const QObject* x3, const char* x4) { return o->addAction(x1, x2, x3, x4); } + Q_INVOKABLE QAction* MaddSeparator(QToolBar* o) { return o->addSeparator(); } + Q_INVOKABLE QAction* MaddWidget(QToolBar* o, QWidget* x1) { return o->addWidget(x1); } + Q_INVOKABLE int MallowedAreas(QToolBar* o) const { return o->allowedAreas(); } + Q_INVOKABLE void Mclear(QToolBar* o) { o->clear(); } + Q_INVOKABLE QSize MiconSize(QToolBar* o) const { return o->iconSize(); } + Q_INVOKABLE QAction* MinsertSeparator(QToolBar* o, QAction* x1) { return o->insertSeparator(x1); } + Q_INVOKABLE QAction* MinsertWidget(QToolBar* o, QAction* x1, QWidget* x2) { return o->insertWidget(x1, x2); } + Q_INVOKABLE bool MisAreaAllowed(QToolBar* o, Qt::ToolBarArea x1) const { return o->isAreaAllowed(x1); } + Q_INVOKABLE bool MisFloatable(QToolBar* o) const { return o->isFloatable(); } + Q_INVOKABLE bool MisFloating(QToolBar* o) const { return o->isFloating(); } + Q_INVOKABLE bool MisMovable(QToolBar* o) const { return o->isMovable(); } + Q_INVOKABLE int Morientation(QToolBar* o) const { return o->orientation(); } + Q_INVOKABLE void MsetAllowedAreas(QToolBar* o, Qt::ToolBarAreas x1) { o->setAllowedAreas(x1); } + Q_INVOKABLE void MsetFloatable(QToolBar* o, bool x1) { o->setFloatable(x1); } + Q_INVOKABLE void MsetMovable(QToolBar* o, bool x1) { o->setMovable(x1); } + Q_INVOKABLE void MsetOrientation(QToolBar* o, Qt::Orientation x1) { o->setOrientation(x1); } + Q_INVOKABLE QAction* MtoggleViewAction(QToolBar* o) const { return o->toggleViewAction(); } + Q_INVOKABLE int MtoolButtonStyle(QToolBar* o) const { return o->toolButtonStyle(); } + Q_INVOKABLE QWidget* MwidgetForAction(QToolBar* o, QAction* x1) const { return o->widgetForAction(x1); } +}; + +class EQL_EXPORT Q197 : public Q60 { // QToolBox + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LToolBox(u, x1, x2); } + Q_INVOKABLE int MaddItem(QToolBox* o, QWidget* x1, const QIcon& x2, const QString& x3) { return o->addItem(x1, x2, x3); } + Q_INVOKABLE int MaddItem(QToolBox* o, QWidget* x1, const QString& x2) { return o->addItem(x1, x2); } + Q_INVOKABLE int Mcount(QToolBox* o) const { return o->count(); } + Q_INVOKABLE int McurrentIndex(QToolBox* o) const { return o->currentIndex(); } + Q_INVOKABLE QWidget* McurrentWidget(QToolBox* o) const { return o->currentWidget(); } + Q_INVOKABLE int MindexOf(QToolBox* o, QWidget* x1) const { return o->indexOf(x1); } + Q_INVOKABLE int MinsertItem(QToolBox* o, int x1, QWidget* x2, const QIcon& x3, const QString& x4) { return o->insertItem(x1, x2, x3, x4); } + Q_INVOKABLE int MinsertItem(QToolBox* o, int x1, QWidget* x2, const QString& x3) { return o->insertItem(x1, x2, x3); } + Q_INVOKABLE bool MisItemEnabled(QToolBox* o, int x1) const { return o->isItemEnabled(x1); } + Q_INVOKABLE QIcon MitemIcon(QToolBox* o, int x1) const { return o->itemIcon(x1); } + Q_INVOKABLE QString MitemText(QToolBox* o, int x1) const { return o->itemText(x1); } + Q_INVOKABLE QString MitemToolTip(QToolBox* o, int x1) const { return o->itemToolTip(x1); } + Q_INVOKABLE void MremoveItem(QToolBox* o, int x1) { o->removeItem(x1); } + Q_INVOKABLE void MsetItemEnabled(QToolBox* o, int x1, bool x2) { o->setItemEnabled(x1, x2); } + Q_INVOKABLE void MsetItemIcon(QToolBox* o, int x1, const QIcon& x2) { o->setItemIcon(x1, x2); } + Q_INVOKABLE void MsetItemText(QToolBox* o, int x1, const QString& x2) { o->setItemText(x1, x2); } + Q_INVOKABLE void MsetItemToolTip(QToolBox* o, int x1, const QString& x2) { o->setItemToolTip(x1, x2); } + Q_INVOKABLE QWidget* Mwidget(QToolBox* o, int x1) const { return o->widget(x1); } +}; + +class EQL_EXPORT Q198 : public Q2 { // QToolButton + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LToolButton(u, x1); } + Q_INVOKABLE int MarrowType(QToolButton* o) const { return o->arrowType(); } + Q_INVOKABLE bool MautoRaise(QToolButton* o) const { return o->autoRaise(); } + Q_INVOKABLE QMenu* Mmenu(QToolButton* o) const { return o->menu(); } + Q_INVOKABLE int MpopupMode(QToolButton* o) const { return o->popupMode(); } + Q_INVOKABLE void MsetArrowType(QToolButton* o, Qt::ArrowType x1) { o->setArrowType(x1); } + Q_INVOKABLE void MsetAutoRaise(QToolButton* o, bool x1) { o->setAutoRaise(x1); } + Q_INVOKABLE void MsetMenu(QToolButton* o, QMenu* x1) { o->setMenu(x1); } + Q_INVOKABLE void MsetPopupMode(QToolButton* o, QToolButton::ToolButtonPopupMode x1) { o->setPopupMode(x1); } + Q_INVOKABLE int MtoolButtonStyle(QToolButton* o) const { return o->toolButtonStyle(); } + Q_INVOKABLE void MinitStyleOption(QToolButton* o, QStyleOptionToolButton* x1) const { ((LToolButton*)o)->initStyleOption(x1); } + Q_INVOKABLE QSize MminimumSizeHint(QToolButton* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QToolButton* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q206 : public Q22 { // QVBoxLayout + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LVBoxLayout(u); } + Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LVBoxLayout(u, x1); } +}; + +class EQL_EXPORT Q217 : public Q40 { // QWizard + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LWizard(u, x1, x2); } + Q_INVOKABLE int MaddPage(QWizard* o, QWizardPage* x1) { return o->addPage(x1); } + Q_INVOKABLE QAbstractButton* Mbutton(QWizard* o, QWizard::WizardButton x1) const { return o->button(x1); } + Q_INVOKABLE QString MbuttonText(QWizard* o, QWizard::WizardButton x1) const { return o->buttonText(x1); } + Q_INVOKABLE int McurrentId(QWizard* o) const { return o->currentId(); } + Q_INVOKABLE QWizardPage* McurrentPage(QWizard* o) const { return o->currentPage(); } + Q_INVOKABLE QVariant Mfield(QWizard* o, const QString& x1) const { return o->field(x1); } + Q_INVOKABLE bool MhasVisitedPage(QWizard* o, int x1) const { return o->hasVisitedPage(x1); } + Q_INVOKABLE int MnextId(QWizard* o) const { return o->nextId(); } + Q_INVOKABLE int Moptions(QWizard* o) const { return o->options(); } + Q_INVOKABLE QWizardPage* Mpage(QWizard* o, int x1) const { return o->page(x1); } + Q_INVOKABLE QList MpageIds(QWizard* o) const { return o->pageIds(); } + Q_INVOKABLE QPixmap Mpixmap(QWizard* o, QWizard::WizardPixmap x1) const { return o->pixmap(x1); } + Q_INVOKABLE void MremovePage(QWizard* o, int x1) { o->removePage(x1); } + Q_INVOKABLE void MsetButton(QWizard* o, QWizard::WizardButton x1, QAbstractButton* x2) { o->setButton(x1, x2); } + Q_INVOKABLE void MsetButtonText(QWizard* o, QWizard::WizardButton x1, const QString& x2) { o->setButtonText(x1, x2); } + Q_INVOKABLE void MsetDefaultProperty(QWizard* o, const char* x1, const char* x2, const char* x3) { o->setDefaultProperty(x1, x2, x3); } + Q_INVOKABLE void MsetField(QWizard* o, const QString& x1, const QVariant& x2) { o->setField(x1, x2); } + Q_INVOKABLE void MsetOption(QWizard* o, QWizard::WizardOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetOptions(QWizard* o, QWizard::WizardOptions x1) { o->setOptions(x1); } + Q_INVOKABLE void MsetPage(QWizard* o, int x1, QWizardPage* x2) { o->setPage(x1, x2); } + Q_INVOKABLE void MsetPixmap(QWizard* o, QWizard::WizardPixmap x1, const QPixmap& x2) { o->setPixmap(x1, x2); } + Q_INVOKABLE void MsetSideWidget(QWizard* o, QWidget* x1) { o->setSideWidget(x1); } + Q_INVOKABLE void MsetStartId(QWizard* o, int x1) { o->setStartId(x1); } + Q_INVOKABLE void MsetSubTitleFormat(QWizard* o, Qt::TextFormat x1) { o->setSubTitleFormat(x1); } + Q_INVOKABLE void MsetTitleFormat(QWizard* o, Qt::TextFormat x1) { o->setTitleFormat(x1); } + Q_INVOKABLE void MsetWizardStyle(QWizard* o, QWizard::WizardStyle x1) { o->setWizardStyle(x1); } + Q_INVOKABLE QWidget* MsideWidget(QWizard* o) const { return o->sideWidget(); } + Q_INVOKABLE int MstartId(QWizard* o) const { return o->startId(); } + Q_INVOKABLE int MsubTitleFormat(QWizard* o) const { return o->subTitleFormat(); } + Q_INVOKABLE bool MtestOption(QWizard* o, QWizard::WizardOption x1) const { return o->testOption(x1); } + Q_INVOKABLE int MtitleFormat(QWizard* o) const { return o->titleFormat(); } + Q_INVOKABLE bool MvalidateCurrentPage(QWizard* o) { return o->validateCurrentPage(); } + Q_INVOKABLE QList MvisitedPages(QWizard* o) const { return o->visitedPages(); } + Q_INVOKABLE int MwizardStyle(QWizard* o) const { return o->wizardStyle(); } + Q_INVOKABLE void MsetVisible(QWizard* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QSize MsizeHint(QWizard* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q8 : public Q40 { // QAbstractPrintDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0) { return new LAbstractPrintDialog(u, x1, x2); } + Q_INVOKABLE int MfromPage(QAbstractPrintDialog* o) const { return o->fromPage(); } + Q_INVOKABLE int MmaxPage(QAbstractPrintDialog* o) const { return o->maxPage(); } + Q_INVOKABLE int MminPage(QAbstractPrintDialog* o) const { return o->minPage(); } + Q_INVOKABLE int MprintRange(QAbstractPrintDialog* o) const { return o->printRange(); } + Q_INVOKABLE QPrinter* Mprinter(QAbstractPrintDialog* o) const { return o->printer(); } + Q_INVOKABLE void MsetFromTo(QAbstractPrintDialog* o, int x1, int x2) { o->setFromTo(x1, x2); } + Q_INVOKABLE void MsetMinMax(QAbstractPrintDialog* o, int x1, int x2) { o->setMinMax(x1, x2); } + Q_INVOKABLE void MsetOptionTabs(QAbstractPrintDialog* o, const QList& x1) { o->setOptionTabs(x1); } + Q_INVOKABLE void MsetPrintRange(QAbstractPrintDialog* o, QAbstractPrintDialog::PrintRange x1) { o->setPrintRange(x1); } + Q_INVOKABLE int MtoPage(QAbstractPrintDialog* o) const { return o->toPage(); } + Q_INVOKABLE int Mexec(QAbstractPrintDialog* o) { return o->exec(); } +}; + +class EQL_EXPORT Q10 : public Q60 { // QAbstractScrollArea + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractScrollArea(u, x1); } + Q_INVOKABLE void MaddScrollBarWidget(QAbstractScrollArea* o, QWidget* x1, Qt::Alignment x2) { o->addScrollBarWidget(x1, x2); } + Q_INVOKABLE QWidget* McornerWidget(QAbstractScrollArea* o) const { return o->cornerWidget(); } + Q_INVOKABLE QScrollBar* MhorizontalScrollBar(QAbstractScrollArea* o) const { return o->horizontalScrollBar(); } + Q_INVOKABLE int MhorizontalScrollBarPolicy(QAbstractScrollArea* o) const { return o->horizontalScrollBarPolicy(); } + Q_INVOKABLE QSize MmaximumViewportSize(QAbstractScrollArea* o) const { return o->maximumViewportSize(); } + Q_INVOKABLE QWidgetList MscrollBarWidgets(QAbstractScrollArea* o, Qt::Alignment x1) { return o->scrollBarWidgets(x1); } + Q_INVOKABLE void MsetCornerWidget(QAbstractScrollArea* o, QWidget* x1) { o->setCornerWidget(x1); } + Q_INVOKABLE void MsetHorizontalScrollBar(QAbstractScrollArea* o, QScrollBar* x1) { o->setHorizontalScrollBar(x1); } + Q_INVOKABLE void MsetHorizontalScrollBarPolicy(QAbstractScrollArea* o, Qt::ScrollBarPolicy x1) { o->setHorizontalScrollBarPolicy(x1); } + Q_INVOKABLE void MsetSizeAdjustPolicy(QAbstractScrollArea* o, QAbstractScrollArea::SizeAdjustPolicy x1) { o->setSizeAdjustPolicy(x1); } + Q_INVOKABLE void MsetVerticalScrollBar(QAbstractScrollArea* o, QScrollBar* x1) { o->setVerticalScrollBar(x1); } + Q_INVOKABLE void MsetVerticalScrollBarPolicy(QAbstractScrollArea* o, Qt::ScrollBarPolicy x1) { o->setVerticalScrollBarPolicy(x1); } + Q_INVOKABLE void MsetViewport(QAbstractScrollArea* o, QWidget* x1) { o->setViewport(x1); } + Q_INVOKABLE void MsetupViewport(QAbstractScrollArea* o, QWidget* x1) { o->setupViewport(x1); } + Q_INVOKABLE int MsizeAdjustPolicy(QAbstractScrollArea* o) const { return o->sizeAdjustPolicy(); } + Q_INVOKABLE QScrollBar* MverticalScrollBar(QAbstractScrollArea* o) const { return o->verticalScrollBar(); } + Q_INVOKABLE int MverticalScrollBarPolicy(QAbstractScrollArea* o) const { return o->verticalScrollBarPolicy(); } + Q_INVOKABLE QWidget* Mviewport(QAbstractScrollArea* o) const { return o->viewport(); } + Q_INVOKABLE void MsetViewportMargins(QAbstractScrollArea* o, int x1, int x2, int x3, int x4) { ((LAbstractScrollArea*)o)->setViewportMargins(x1, x2, x3, x4); } + Q_INVOKABLE void MsetViewportMargins(QAbstractScrollArea* o, const QMargins& x1) { ((LAbstractScrollArea*)o)->setViewportMargins(x1); } + Q_INVOKABLE QMargins MviewportMargins(QAbstractScrollArea* o) const { return ((LAbstractScrollArea*)o)->viewportMargins(); } + Q_INVOKABLE QSize MminimumSizeHint(QAbstractScrollArea* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QAbstractScrollArea* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q28 : public Q40 { // QColorDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LColorDialog(u, x1); } + Q_INVOKABLE void* C(uint u, const QColor& x1, QWidget* x2 = 0) { return new LColorDialog(u, x1, x2); } + Q_INVOKABLE QColor McurrentColor(QColorDialog* o) const { return o->currentColor(); } + Q_INVOKABLE void Mopen(QColorDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE int Moptions(QColorDialog* o) const { return o->options(); } + Q_INVOKABLE QColor MselectedColor(QColorDialog* o) const { return o->selectedColor(); } + Q_INVOKABLE void MsetCurrentColor(QColorDialog* o, const QColor& x1) { o->setCurrentColor(x1); } + Q_INVOKABLE void MsetOption(QColorDialog* o, QColorDialog::ColorDialogOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetOptions(QColorDialog* o, QColorDialog::ColorDialogOptions x1) { o->setOptions(x1); } + Q_INVOKABLE bool MtestOption(QColorDialog* o, QColorDialog::ColorDialogOption x1) const { return o->testOption(x1); } + Q_INVOKABLE void MsetVisible(QColorDialog* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QColor ScustomColor(int x1) { return QColorDialog::customColor(x1); } + Q_INVOKABLE int ScustomCount() { return QColorDialog::customCount(); } + Q_INVOKABLE QColor SgetColor(const QColor& x1 = Qt::white, QWidget* x2 = 0, const QString& x3 = QString(), QColorDialog::ColorDialogOptions x4 = 0) { return QColorDialog::getColor(x1, x2, x3, x4); } + Q_INVOKABLE void SsetCustomColor(int x1, QColor x2) { QColorDialog::setCustomColor(x1, x2); } + Q_INVOKABLE void SsetStandardColor(int x1, QColor x2) { QColorDialog::setStandardColor(x1, x2); } + Q_INVOKABLE QColor SstandardColor(int x1) { return QColorDialog::standardColor(x1); } +}; + +class EQL_EXPORT Q31 : public Q140 { // QCommandLinkButton + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LCommandLinkButton(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LCommandLinkButton(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2, QWidget* x3 = 0) { return new LCommandLinkButton(u, x1, x2, x3); } + Q_INVOKABLE QString Mdescription(QCommandLinkButton* o) const { return o->description(); } + Q_INVOKABLE void MsetDescription(QCommandLinkButton* o, const QString& x1) { o->setDescription(x1); } +}; + +class EQL_EXPORT Q36 : public Q37 { // QDateEdit + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LDateEdit(u, x1); } + Q_INVOKABLE void* C(uint u, const QDate& x1, QWidget* x2 = 0) { return new LDateEdit(u, x1, x2); } +}; + +class EQL_EXPORT Q50 : public Q51 { // QFile + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LFile(u, x1); } + Q_INVOKABLE void* C(uint u, QObject* x1) { return new LFile(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QObject* x2) { return new LFile(u, x1, x2); } + Q_INVOKABLE bool Mcopy(QFile* o, const QString& x1) { return o->copy(x1); } + Q_INVOKABLE bool Mexists(QFile* o) const { return o->exists(); } + Q_INVOKABLE bool Mlink(QFile* o, const QString& x1) { return o->link(x1); } + Q_INVOKABLE bool Mremove(QFile* o) { return o->remove(); } + Q_INVOKABLE bool Mrename(QFile* o, const QString& x1) { return o->rename(x1); } + Q_INVOKABLE void MsetFileName(QFile* o, const QString& x1) { o->setFileName(x1); } + Q_INVOKABLE QString MsymLinkTarget(QFile* o) const { return o->symLinkTarget(); } + Q_INVOKABLE QString MfileName(QFile* o) const { return o->fileName(); } + Q_INVOKABLE bool Mopen(QFile* o, QFile::OpenMode x1) { return o->open(x1); } + Q_INVOKABLE int Mpermissions(QFile* o) const { return o->permissions(); } + Q_INVOKABLE bool Mresize(QFile* o, qint64 x1) { return o->resize(x1); } + Q_INVOKABLE bool MsetPermissions(QFile* o, QFile::Permissions x1) { return o->setPermissions(x1); } + Q_INVOKABLE qlonglong Msize(QFile* o) const { return o->size(); } + Q_INVOKABLE bool Scopy(const QString& x1, const QString& x2) { return QFile::copy(x1, x2); } + Q_INVOKABLE QString SdecodeName(const QByteArray& x1) { return QFile::decodeName(x1); } + Q_INVOKABLE QString SdecodeName(const char* x1) { return QFile::decodeName(x1); } + Q_INVOKABLE QByteArray SencodeName(const QString& x1) { return QFile::encodeName(x1); } + Q_INVOKABLE bool Sexists(const QString& x1) { return QFile::exists(x1); } + Q_INVOKABLE bool Slink(const QString& x1, const QString& x2) { return QFile::link(x1, x2); } + Q_INVOKABLE int Spermissions(const QString& x1) { return QFile::permissions(x1); } + Q_INVOKABLE bool Sremove(const QString& x1) { return QFile::remove(x1); } + Q_INVOKABLE bool Srename(const QString& x1, const QString& x2) { return QFile::rename(x1, x2); } + Q_INVOKABLE bool Sresize(const QString& x1, qint64 x2) { return QFile::resize(x1, x2); } + Q_INVOKABLE bool SsetPermissions(const QString& x1, QFile::Permissions x2) { return QFile::setPermissions(x1, x2); } + Q_INVOKABLE QString SsymLinkTarget(const QString& x1) { return QFile::symLinkTarget(x1); } +}; + +class EQL_EXPORT Q79 : public Q10 { // QGraphicsView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LGraphicsView(u, x1); } + Q_INVOKABLE void* C(uint u, QGraphicsScene* x1, QWidget* x2 = 0) { return new LGraphicsView(u, x1, x2); } + Q_INVOKABLE int Malignment(QGraphicsView* o) const { return o->alignment(); } + Q_INVOKABLE QBrush MbackgroundBrush(QGraphicsView* o) const { return o->backgroundBrush(); } + Q_INVOKABLE int McacheMode(QGraphicsView* o) const { return o->cacheMode(); } + Q_INVOKABLE void McenterOn(QGraphicsView* o, const QPointF& x1) { o->centerOn(x1); } + Q_INVOKABLE void McenterOn(QGraphicsView* o, qreal x1, qreal x2) { o->centerOn(x1, x2); } + Q_INVOKABLE void McenterOn(QGraphicsView* o, const QGraphicsItem* x1) { o->centerOn(x1); } + Q_INVOKABLE int MdragMode(QGraphicsView* o) const { return o->dragMode(); } + Q_INVOKABLE void MensureVisible(QGraphicsView* o, const QRectF& x1, int x2 = 50, int x3 = 50) { o->ensureVisible(x1, x2, x3); } + Q_INVOKABLE void MensureVisible(QGraphicsView* o, qreal x1, qreal x2, qreal x3, qreal x4, int x5 = 50, int x6 = 50) { o->ensureVisible(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE void MensureVisible(QGraphicsView* o, const QGraphicsItem* x1, int x2 = 50, int x3 = 50) { o->ensureVisible(x1, x2, x3); } + Q_INVOKABLE void MfitInView(QGraphicsView* o, const QRectF& x1, Qt::AspectRatioMode x2 = Qt::IgnoreAspectRatio) { o->fitInView(x1, x2); } + Q_INVOKABLE void MfitInView(QGraphicsView* o, qreal x1, qreal x2, qreal x3, qreal x4, Qt::AspectRatioMode x5 = Qt::IgnoreAspectRatio) { o->fitInView(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MfitInView(QGraphicsView* o, const QGraphicsItem* x1, Qt::AspectRatioMode x2 = Qt::IgnoreAspectRatio) { o->fitInView(x1, x2); } + Q_INVOKABLE QBrush MforegroundBrush(QGraphicsView* o) const { return o->foregroundBrush(); } + Q_INVOKABLE bool MisInteractive(QGraphicsView* o) const { return o->isInteractive(); } + Q_INVOKABLE bool MisTransformed(QGraphicsView* o) const { return o->isTransformed(); } + Q_INVOKABLE QGraphicsItem* MitemAt(QGraphicsView* o, const QPoint& x1) const { return o->itemAt(x1); } + Q_INVOKABLE QGraphicsItem* MitemAt(QGraphicsView* o, int x1, int x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE QList Mitems(QGraphicsView* o) const { return o->items(); } + Q_INVOKABLE QList Mitems(QGraphicsView* o, const QPoint& x1) const { return o->items(x1); } + Q_INVOKABLE QList Mitems(QGraphicsView* o, int x1, int x2) const { return o->items(x1, x2); } + Q_INVOKABLE QList Mitems(QGraphicsView* o, int x1, int x2, int x3, int x4, Qt::ItemSelectionMode x5 = Qt::IntersectsItemShape) const { return o->items(x1, x2, x3, x4, x5); } + Q_INVOKABLE QList Mitems(QGraphicsView* o, const QRect& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { return o->items(x1, x2); } + Q_INVOKABLE QList Mitems(QGraphicsView* o, const QPolygon& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { return o->items(x1, x2); } + Q_INVOKABLE QList Mitems(QGraphicsView* o, const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { return o->items(x1, x2); } + Q_INVOKABLE QPoint MmapFromScene(QGraphicsView* o, const QPointF& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPolygon MmapFromScene(QGraphicsView* o, const QRectF& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPolygon MmapFromScene(QGraphicsView* o, const QPolygonF& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPainterPath MmapFromScene(QGraphicsView* o, const QPainterPath& x1) const { return o->mapFromScene(x1); } + Q_INVOKABLE QPoint MmapFromScene(QGraphicsView* o, qreal x1, qreal x2) const { return o->mapFromScene(x1, x2); } + Q_INVOKABLE QPolygon MmapFromScene(QGraphicsView* o, qreal x1, qreal x2, qreal x3, qreal x4) const { return o->mapFromScene(x1, x2, x3, x4); } + Q_INVOKABLE QPointF MmapToScene(QGraphicsView* o, const QPoint& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPolygonF MmapToScene(QGraphicsView* o, const QRect& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPolygonF MmapToScene(QGraphicsView* o, const QPolygon& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPainterPath MmapToScene(QGraphicsView* o, const QPainterPath& x1) const { return o->mapToScene(x1); } + Q_INVOKABLE QPointF MmapToScene(QGraphicsView* o, int x1, int x2) const { return o->mapToScene(x1, x2); } + Q_INVOKABLE QPolygonF MmapToScene(QGraphicsView* o, int x1, int x2, int x3, int x4) const { return o->mapToScene(x1, x2, x3, x4); } + Q_INVOKABLE QMatrix Mmatrix(QGraphicsView* o) const { return o->matrix(); } + Q_INVOKABLE int MoptimizationFlags(QGraphicsView* o) const { return o->optimizationFlags(); } + Q_INVOKABLE void Mrender(QGraphicsView* o, QPainter* x1, const QRectF& x2 = QRectF(), const QRect& x3 = QRect(), Qt::AspectRatioMode x4 = Qt::KeepAspectRatio) { o->render(x1, x2, x3, x4); } + Q_INVOKABLE int MrenderHints(QGraphicsView* o) const { return o->renderHints(); } + Q_INVOKABLE void MresetCachedContent(QGraphicsView* o) { o->resetCachedContent(); } + Q_INVOKABLE void MresetMatrix(QGraphicsView* o) { o->resetMatrix(); } + Q_INVOKABLE void MresetTransform(QGraphicsView* o) { o->resetTransform(); } + Q_INVOKABLE int MresizeAnchor(QGraphicsView* o) const { return o->resizeAnchor(); } + Q_INVOKABLE void Mrotate(QGraphicsView* o, qreal x1) { o->rotate(x1); } + Q_INVOKABLE QRect MrubberBandRect(QGraphicsView* o) const { return o->rubberBandRect(); } + Q_INVOKABLE int MrubberBandSelectionMode(QGraphicsView* o) const { return o->rubberBandSelectionMode(); } + Q_INVOKABLE void Mscale(QGraphicsView* o, qreal x1, qreal x2) { o->scale(x1, x2); } + Q_INVOKABLE QGraphicsScene* Mscene(QGraphicsView* o) const { return o->scene(); } + Q_INVOKABLE QRectF MsceneRect(QGraphicsView* o) const { return o->sceneRect(); } + Q_INVOKABLE void MsetAlignment(QGraphicsView* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetBackgroundBrush(QGraphicsView* o, const QBrush& x1) { o->setBackgroundBrush(x1); } + Q_INVOKABLE void MsetCacheMode(QGraphicsView* o, QGraphicsView::CacheMode x1) { o->setCacheMode(x1); } + Q_INVOKABLE void MsetDragMode(QGraphicsView* o, QGraphicsView::DragMode x1) { o->setDragMode(x1); } + Q_INVOKABLE void MsetForegroundBrush(QGraphicsView* o, const QBrush& x1) { o->setForegroundBrush(x1); } + Q_INVOKABLE void MsetInteractive(QGraphicsView* o, bool x1) { o->setInteractive(x1); } + Q_INVOKABLE void MsetMatrix(QGraphicsView* o, const QMatrix& x1, bool x2 = false) { o->setMatrix(x1, x2); } + Q_INVOKABLE void MsetOptimizationFlag(QGraphicsView* o, QGraphicsView::OptimizationFlag x1, bool x2 = true) { o->setOptimizationFlag(x1, x2); } + Q_INVOKABLE void MsetOptimizationFlags(QGraphicsView* o, QGraphicsView::OptimizationFlags x1) { o->setOptimizationFlags(x1); } + Q_INVOKABLE void MsetRenderHint(QGraphicsView* o, QPainter::RenderHint x1, bool x2 = true) { o->setRenderHint(x1, x2); } + Q_INVOKABLE void MsetRenderHints(QGraphicsView* o, QPainter::RenderHints x1) { o->setRenderHints(x1); } + Q_INVOKABLE void MsetResizeAnchor(QGraphicsView* o, QGraphicsView::ViewportAnchor x1) { o->setResizeAnchor(x1); } + Q_INVOKABLE void MsetRubberBandSelectionMode(QGraphicsView* o, Qt::ItemSelectionMode x1) { o->setRubberBandSelectionMode(x1); } + Q_INVOKABLE void MsetScene(QGraphicsView* o, QGraphicsScene* x1) { o->setScene(x1); } + Q_INVOKABLE void MsetSceneRect(QGraphicsView* o, const QRectF& x1) { o->setSceneRect(x1); } + Q_INVOKABLE void MsetSceneRect(QGraphicsView* o, qreal x1, qreal x2, qreal x3, qreal x4) { o->setSceneRect(x1, x2, x3, x4); } + Q_INVOKABLE void MsetTransform(QGraphicsView* o, const QTransform& x1, bool x2 = false) { o->setTransform(x1, x2); } + Q_INVOKABLE void MsetTransformationAnchor(QGraphicsView* o, QGraphicsView::ViewportAnchor x1) { o->setTransformationAnchor(x1); } + Q_INVOKABLE void MsetViewportUpdateMode(QGraphicsView* o, QGraphicsView::ViewportUpdateMode x1) { o->setViewportUpdateMode(x1); } + Q_INVOKABLE void Mshear(QGraphicsView* o, qreal x1, qreal x2) { o->shear(x1, x2); } + Q_INVOKABLE QTransform Mtransform(QGraphicsView* o) const { return o->transform(); } + Q_INVOKABLE int MtransformationAnchor(QGraphicsView* o) const { return o->transformationAnchor(); } + Q_INVOKABLE void Mtranslate(QGraphicsView* o, qreal x1, qreal x2) { o->translate(x1, x2); } + Q_INVOKABLE QTransform MviewportTransform(QGraphicsView* o) const { return o->viewportTransform(); } + Q_INVOKABLE int MviewportUpdateMode(QGraphicsView* o) const { return o->viewportUpdateMode(); } + Q_INVOKABLE QVariant MinputMethodQuery(QGraphicsView* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE QSize MsizeHint(QGraphicsView* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q112 : public Q10 { // QMdiArea + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LMdiArea(u, x1); } + Q_INVOKABLE int MactivationOrder(QMdiArea* o) const { return o->activationOrder(); } + Q_INVOKABLE QMdiSubWindow* MactiveSubWindow(QMdiArea* o) const { return o->activeSubWindow(); } + Q_INVOKABLE QMdiSubWindow* MaddSubWindow(QMdiArea* o, QWidget* x1, Qt::WindowFlags x2 = 0) { return o->addSubWindow(x1, x2); } + Q_INVOKABLE QBrush Mbackground(QMdiArea* o) const { return o->background(); } + Q_INVOKABLE QMdiSubWindow* McurrentSubWindow(QMdiArea* o) const { return o->currentSubWindow(); } + Q_INVOKABLE bool MdocumentMode(QMdiArea* o) const { return o->documentMode(); } + Q_INVOKABLE void MremoveSubWindow(QMdiArea* o, QWidget* x1) { o->removeSubWindow(x1); } + Q_INVOKABLE void MsetActivationOrder(QMdiArea* o, QMdiArea::WindowOrder x1) { o->setActivationOrder(x1); } + Q_INVOKABLE void MsetBackground(QMdiArea* o, const QBrush& x1) { o->setBackground(x1); } + Q_INVOKABLE void MsetDocumentMode(QMdiArea* o, bool x1) { o->setDocumentMode(x1); } + Q_INVOKABLE void MsetOption(QMdiArea* o, QMdiArea::AreaOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetTabPosition(QMdiArea* o, QTabWidget::TabPosition x1) { o->setTabPosition(x1); } + Q_INVOKABLE void MsetTabShape(QMdiArea* o, QTabWidget::TabShape x1) { o->setTabShape(x1); } + Q_INVOKABLE void MsetTabsClosable(QMdiArea* o, bool x1) { o->setTabsClosable(x1); } + Q_INVOKABLE void MsetTabsMovable(QMdiArea* o, bool x1) { o->setTabsMovable(x1); } + Q_INVOKABLE void MsetViewMode(QMdiArea* o, QMdiArea::ViewMode x1) { o->setViewMode(x1); } + Q_INVOKABLE QList MsubWindowList(QMdiArea* o, QMdiArea::WindowOrder x1 = QMdiArea::CreationOrder) const { return o->subWindowList(x1); } + Q_INVOKABLE int MtabPosition(QMdiArea* o) const { return o->tabPosition(); } + Q_INVOKABLE int MtabShape(QMdiArea* o) const { return o->tabShape(); } + Q_INVOKABLE bool MtabsClosable(QMdiArea* o) const { return o->tabsClosable(); } + Q_INVOKABLE bool MtabsMovable(QMdiArea* o) const { return o->tabsMovable(); } + Q_INVOKABLE bool MtestOption(QMdiArea* o, QMdiArea::AreaOption x1) const { return o->testOption(x1); } + Q_INVOKABLE int MviewMode(QMdiArea* o) const { return o->viewMode(); } + Q_INVOKABLE QSize MminimumSizeHint(QMdiArea* o) const { return o->minimumSizeHint(); } + Q_INVOKABLE QSize MsizeHint(QMdiArea* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q131 : public Q10 { // QPlainTextEdit + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LPlainTextEdit(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LPlainTextEdit(u, x1, x2); } + Q_INVOKABLE QString ManchorAt(QPlainTextEdit* o, const QPoint& x1) const { return o->anchorAt(x1); } + Q_INVOKABLE bool MbackgroundVisible(QPlainTextEdit* o) const { return o->backgroundVisible(); } + Q_INVOKABLE int MblockCount(QPlainTextEdit* o) const { return o->blockCount(); } + Q_INVOKABLE bool McanPaste(QPlainTextEdit* o) const { return o->canPaste(); } + Q_INVOKABLE bool McenterOnScroll(QPlainTextEdit* o) const { return o->centerOnScroll(); } + Q_INVOKABLE QMenu* McreateStandardContextMenu(QPlainTextEdit* o) { return o->createStandardContextMenu(); } + Q_INVOKABLE QMenu* McreateStandardContextMenu(QPlainTextEdit* o, const QPoint& x1) { return o->createStandardContextMenu(x1); } + Q_INVOKABLE QTextCharFormat McurrentCharFormat(QPlainTextEdit* o) const { return o->currentCharFormat(); } + Q_INVOKABLE QTextCursor McursorForPosition(QPlainTextEdit* o, const QPoint& x1) const { return o->cursorForPosition(x1); } + Q_INVOKABLE QRect McursorRect(QPlainTextEdit* o, const QTextCursor& x1) const { return o->cursorRect(x1); } + Q_INVOKABLE QRect McursorRect(QPlainTextEdit* o) const { return o->cursorRect(); } + Q_INVOKABLE int McursorWidth(QPlainTextEdit* o) const { return o->cursorWidth(); } + Q_INVOKABLE QTextDocument* Mdocument(QPlainTextEdit* o) const { return o->document(); } + Q_INVOKABLE QString MdocumentTitle(QPlainTextEdit* o) const { return o->documentTitle(); } + Q_INVOKABLE void MensureCursorVisible(QPlainTextEdit* o) { o->ensureCursorVisible(); } + Q_INVOKABLE QList MextraSelections(QPlainTextEdit* o) const { return o->extraSelections(); } + Q_INVOKABLE bool Mfind(QPlainTextEdit* o, const QString& x1, QTextDocument::FindFlags x2 = 0) { return o->find(x1, x2); } + Q_INVOKABLE bool Mfind(QPlainTextEdit* o, const QRegExp& x1, QTextDocument::FindFlags x2 = 0) { return o->find(x1, x2); } + Q_INVOKABLE bool MisReadOnly(QPlainTextEdit* o) const { return o->isReadOnly(); } + Q_INVOKABLE bool MisUndoRedoEnabled(QPlainTextEdit* o) const { return o->isUndoRedoEnabled(); } + Q_INVOKABLE int MlineWrapMode(QPlainTextEdit* o) const { return o->lineWrapMode(); } + Q_INVOKABLE QVariant MloadResource(QPlainTextEdit* o, int x1, const QUrl& x2) { return o->loadResource(x1, x2); } + Q_INVOKABLE int MmaximumBlockCount(QPlainTextEdit* o) const { return o->maximumBlockCount(); } + Q_INVOKABLE void MmergeCurrentCharFormat(QPlainTextEdit* o, const QTextCharFormat& x1) { o->mergeCurrentCharFormat(x1); } + Q_INVOKABLE void MmoveCursor(QPlainTextEdit* o, QTextCursor::MoveOperation x1, QTextCursor::MoveMode x2 = QTextCursor::MoveAnchor) { o->moveCursor(x1, x2); } + Q_INVOKABLE bool MoverwriteMode(QPlainTextEdit* o) const { return o->overwriteMode(); } + Q_INVOKABLE void Mprint(QPlainTextEdit* o, QPagedPaintDevice* x1) const { o->print(x1); } + Q_INVOKABLE void MsetBackgroundVisible(QPlainTextEdit* o, bool x1) { o->setBackgroundVisible(x1); } + Q_INVOKABLE void MsetCenterOnScroll(QPlainTextEdit* o, bool x1) { o->setCenterOnScroll(x1); } + Q_INVOKABLE void MsetCurrentCharFormat(QPlainTextEdit* o, const QTextCharFormat& x1) { o->setCurrentCharFormat(x1); } + Q_INVOKABLE void MsetCursorWidth(QPlainTextEdit* o, int x1) { o->setCursorWidth(x1); } + Q_INVOKABLE void MsetDocument(QPlainTextEdit* o, QTextDocument* x1) { o->setDocument(x1); } + Q_INVOKABLE void MsetDocumentTitle(QPlainTextEdit* o, const QString& x1) { o->setDocumentTitle(x1); } + Q_INVOKABLE void MsetExtraSelections(QPlainTextEdit* o, const QList& x1) { o->setExtraSelections(x1); } + Q_INVOKABLE void MsetLineWrapMode(QPlainTextEdit* o, QPlainTextEdit::LineWrapMode x1) { o->setLineWrapMode(x1); } + Q_INVOKABLE void MsetMaximumBlockCount(QPlainTextEdit* o, int x1) { o->setMaximumBlockCount(x1); } + Q_INVOKABLE void MsetOverwriteMode(QPlainTextEdit* o, bool x1) { o->setOverwriteMode(x1); } + Q_INVOKABLE void MsetReadOnly(QPlainTextEdit* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetTabChangesFocus(QPlainTextEdit* o, bool x1) { o->setTabChangesFocus(x1); } + Q_INVOKABLE void MsetTabStopWidth(QPlainTextEdit* o, int x1) { o->setTabStopWidth(x1); } + Q_INVOKABLE void MsetTextCursor(QPlainTextEdit* o, const QTextCursor& x1) { o->setTextCursor(x1); } + Q_INVOKABLE void MsetTextInteractionFlags(QPlainTextEdit* o, Qt::TextInteractionFlags x1) { o->setTextInteractionFlags(x1); } + Q_INVOKABLE void MsetUndoRedoEnabled(QPlainTextEdit* o, bool x1) { o->setUndoRedoEnabled(x1); } + Q_INVOKABLE void MsetWordWrapMode(QPlainTextEdit* o, QTextOption::WrapMode x1) { o->setWordWrapMode(x1); } + Q_INVOKABLE bool MtabChangesFocus(QPlainTextEdit* o) const { return o->tabChangesFocus(); } + Q_INVOKABLE int MtabStopWidth(QPlainTextEdit* o) const { return o->tabStopWidth(); } + Q_INVOKABLE QTextCursor MtextCursor(QPlainTextEdit* o) const { return o->textCursor(); } + Q_INVOKABLE int MtextInteractionFlags(QPlainTextEdit* o) const { return o->textInteractionFlags(); } + Q_INVOKABLE QString MtoPlainText(QPlainTextEdit* o) const { return o->toPlainText(); } + Q_INVOKABLE int MwordWrapMode(QPlainTextEdit* o) const { return o->wordWrapMode(); } + Q_INVOKABLE QRectF MblockBoundingGeometry(QPlainTextEdit* o, const QTextBlock& x1) const { return ((LPlainTextEdit*)o)->blockBoundingGeometry(x1); } + Q_INVOKABLE QRectF MblockBoundingRect(QPlainTextEdit* o, const QTextBlock& x1) const { return ((LPlainTextEdit*)o)->blockBoundingRect(x1); } + Q_INVOKABLE QPointF McontentOffset(QPlainTextEdit* o) const { return ((LPlainTextEdit*)o)->contentOffset(); } + Q_INVOKABLE QTextBlock MfirstVisibleBlock(QPlainTextEdit* o) const { return ((LPlainTextEdit*)o)->firstVisibleBlock(); } + Q_INVOKABLE QVariant MinputMethodQuery(QPlainTextEdit* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } +}; + +class EQL_EXPORT Q133 : public Q8 { // QPrintDialog + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0) { return new LPrintDialog(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LPrintDialog(u, x1); } + Q_INVOKABLE void Mopen(QPrintDialog* o, QObject* x1, const char* x2) { o->open(x1, x2); } + Q_INVOKABLE int Moptions(QPrintDialog* o) const { return o->options(); } + Q_INVOKABLE QPrinter* Mprinter(QPrintDialog* o) { return o->printer(); } + Q_INVOKABLE void MsetOption(QPrintDialog* o, QPrintDialog::PrintDialogOption x1, bool x2 = true) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetOptions(QPrintDialog* o, QPrintDialog::PrintDialogOptions x1) { o->setOptions(x1); } + Q_INVOKABLE bool MtestOption(QPrintDialog* o, QPrintDialog::PrintDialogOption x1) const { return o->testOption(x1); } + Q_INVOKABLE void Mdone(QPrintDialog* o, int x1) { o->done(x1); } + Q_INVOKABLE int Mexec(QPrintDialog* o) { return o->exec(); } + Q_INVOKABLE void MsetVisible(QPrintDialog* o, bool x1) { o->setVisible(x1); } +}; + +class EQL_EXPORT Q144 : public Q10 { // QScrollArea + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LScrollArea(u, x1); } + Q_INVOKABLE int Malignment(QScrollArea* o) const { return o->alignment(); } + Q_INVOKABLE void MensureVisible(QScrollArea* o, int x1, int x2, int x3 = 50, int x4 = 50) { o->ensureVisible(x1, x2, x3, x4); } + Q_INVOKABLE void MensureWidgetVisible(QScrollArea* o, QWidget* x1, int x2 = 50, int x3 = 50) { o->ensureWidgetVisible(x1, x2, x3); } + Q_INVOKABLE void MsetAlignment(QScrollArea* o, Qt::Alignment x1) { o->setAlignment(x1); } + Q_INVOKABLE void MsetWidget(QScrollArea* o, QWidget* x1) { o->setWidget(x1); } + Q_INVOKABLE void MsetWidgetResizable(QScrollArea* o, bool x1) { o->setWidgetResizable(x1); } + Q_INVOKABLE QWidget* MtakeWidget(QScrollArea* o) { return o->takeWidget(); } + Q_INVOKABLE QWidget* Mwidget(QScrollArea* o) const { return o->widget(); } + Q_INVOKABLE bool MwidgetResizable(QScrollArea* o) const { return o->widgetResizable(); } + Q_INVOKABLE bool MfocusNextPrevChild(QScrollArea* o, bool x1) { return o->focusNextPrevChild(x1); } + Q_INVOKABLE QSize MsizeHint(QScrollArea* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q188 : public Q10 { // QTextEdit + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTextEdit(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LTextEdit(u, x1, x2); } + Q_INVOKABLE bool MacceptRichText(QTextEdit* o) const { return o->acceptRichText(); } + Q_INVOKABLE int Malignment(QTextEdit* o) const { return o->alignment(); } + Q_INVOKABLE QString ManchorAt(QTextEdit* o, const QPoint& x1) const { return o->anchorAt(x1); } + Q_INVOKABLE int MautoFormatting(QTextEdit* o) const { return o->autoFormatting(); } + Q_INVOKABLE bool McanPaste(QTextEdit* o) const { return o->canPaste(); } + Q_INVOKABLE QMenu* McreateStandardContextMenu(QTextEdit* o) { return o->createStandardContextMenu(); } + Q_INVOKABLE QMenu* McreateStandardContextMenu(QTextEdit* o, const QPoint& x1) { return o->createStandardContextMenu(x1); } + Q_INVOKABLE QTextCharFormat McurrentCharFormat(QTextEdit* o) const { return o->currentCharFormat(); } + Q_INVOKABLE QFont McurrentFont(QTextEdit* o) const { return o->currentFont(); } + Q_INVOKABLE QTextCursor McursorForPosition(QTextEdit* o, const QPoint& x1) const { return o->cursorForPosition(x1); } + Q_INVOKABLE QRect McursorRect(QTextEdit* o, const QTextCursor& x1) const { return o->cursorRect(x1); } + Q_INVOKABLE QRect McursorRect(QTextEdit* o) const { return o->cursorRect(); } + Q_INVOKABLE int McursorWidth(QTextEdit* o) const { return o->cursorWidth(); } + Q_INVOKABLE QTextDocument* Mdocument(QTextEdit* o) const { return o->document(); } + Q_INVOKABLE QString MdocumentTitle(QTextEdit* o) const { return o->documentTitle(); } + Q_INVOKABLE void MensureCursorVisible(QTextEdit* o) { o->ensureCursorVisible(); } + Q_INVOKABLE QList MextraSelections(QTextEdit* o) const { return o->extraSelections(); } + Q_INVOKABLE bool Mfind(QTextEdit* o, const QString& x1, QTextDocument::FindFlags x2 = 0) { return o->find(x1, x2); } + Q_INVOKABLE bool Mfind(QTextEdit* o, const QRegExp& x1, QTextDocument::FindFlags x2 = 0) { return o->find(x1, x2); } + Q_INVOKABLE QString MfontFamily(QTextEdit* o) const { return o->fontFamily(); } + Q_INVOKABLE bool MfontItalic(QTextEdit* o) const { return o->fontItalic(); } + Q_INVOKABLE qreal MfontPointSize(QTextEdit* o) const { return o->fontPointSize(); } + Q_INVOKABLE bool MfontUnderline(QTextEdit* o) const { return o->fontUnderline(); } + Q_INVOKABLE int MfontWeight(QTextEdit* o) const { return o->fontWeight(); } + Q_INVOKABLE bool MisReadOnly(QTextEdit* o) const { return o->isReadOnly(); } + Q_INVOKABLE bool MisUndoRedoEnabled(QTextEdit* o) const { return o->isUndoRedoEnabled(); } + Q_INVOKABLE int MlineWrapColumnOrWidth(QTextEdit* o) const { return o->lineWrapColumnOrWidth(); } + Q_INVOKABLE int MlineWrapMode(QTextEdit* o) const { return o->lineWrapMode(); } + Q_INVOKABLE QVariant MloadResource(QTextEdit* o, int x1, const QUrl& x2) { return o->loadResource(x1, x2); } + Q_INVOKABLE void MmergeCurrentCharFormat(QTextEdit* o, const QTextCharFormat& x1) { o->mergeCurrentCharFormat(x1); } + Q_INVOKABLE void MmoveCursor(QTextEdit* o, QTextCursor::MoveOperation x1, QTextCursor::MoveMode x2 = QTextCursor::MoveAnchor) { o->moveCursor(x1, x2); } + Q_INVOKABLE bool MoverwriteMode(QTextEdit* o) const { return o->overwriteMode(); } + Q_INVOKABLE void Mprint(QTextEdit* o, QPagedPaintDevice* x1) const { o->print(x1); } + Q_INVOKABLE void MsetAcceptRichText(QTextEdit* o, bool x1) { o->setAcceptRichText(x1); } + Q_INVOKABLE void MsetAutoFormatting(QTextEdit* o, QTextEdit::AutoFormatting x1) { o->setAutoFormatting(x1); } + Q_INVOKABLE void MsetCurrentCharFormat(QTextEdit* o, const QTextCharFormat& x1) { o->setCurrentCharFormat(x1); } + Q_INVOKABLE void MsetCursorWidth(QTextEdit* o, int x1) { o->setCursorWidth(x1); } + Q_INVOKABLE void MsetDocument(QTextEdit* o, QTextDocument* x1) { o->setDocument(x1); } + Q_INVOKABLE void MsetDocumentTitle(QTextEdit* o, const QString& x1) { o->setDocumentTitle(x1); } + Q_INVOKABLE void MsetExtraSelections(QTextEdit* o, const QList& x1) { o->setExtraSelections(x1); } + Q_INVOKABLE void MsetLineWrapColumnOrWidth(QTextEdit* o, int x1) { o->setLineWrapColumnOrWidth(x1); } + Q_INVOKABLE void MsetLineWrapMode(QTextEdit* o, QTextEdit::LineWrapMode x1) { o->setLineWrapMode(x1); } + Q_INVOKABLE void MsetOverwriteMode(QTextEdit* o, bool x1) { o->setOverwriteMode(x1); } + Q_INVOKABLE void MsetReadOnly(QTextEdit* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetTabChangesFocus(QTextEdit* o, bool x1) { o->setTabChangesFocus(x1); } + Q_INVOKABLE void MsetTabStopWidth(QTextEdit* o, int x1) { o->setTabStopWidth(x1); } + Q_INVOKABLE void MsetTextCursor(QTextEdit* o, const QTextCursor& x1) { o->setTextCursor(x1); } + Q_INVOKABLE void MsetTextInteractionFlags(QTextEdit* o, Qt::TextInteractionFlags x1) { o->setTextInteractionFlags(x1); } + Q_INVOKABLE void MsetUndoRedoEnabled(QTextEdit* o, bool x1) { o->setUndoRedoEnabled(x1); } + Q_INVOKABLE void MsetWordWrapMode(QTextEdit* o, QTextOption::WrapMode x1) { o->setWordWrapMode(x1); } + Q_INVOKABLE bool MtabChangesFocus(QTextEdit* o) const { return o->tabChangesFocus(); } + Q_INVOKABLE int MtabStopWidth(QTextEdit* o) const { return o->tabStopWidth(); } + Q_INVOKABLE QColor MtextBackgroundColor(QTextEdit* o) const { return o->textBackgroundColor(); } + Q_INVOKABLE QColor MtextColor(QTextEdit* o) const { return o->textColor(); } + Q_INVOKABLE QTextCursor MtextCursor(QTextEdit* o) const { return o->textCursor(); } + Q_INVOKABLE int MtextInteractionFlags(QTextEdit* o) const { return o->textInteractionFlags(); } + Q_INVOKABLE QString MtoHtml(QTextEdit* o) const { return o->toHtml(); } + Q_INVOKABLE QString MtoPlainText(QTextEdit* o) const { return o->toPlainText(); } + Q_INVOKABLE int MwordWrapMode(QTextEdit* o) const { return o->wordWrapMode(); } + Q_INVOKABLE QVariant MinputMethodQuery(QTextEdit* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } +}; + +class EQL_EXPORT Q5 : public Q10 { // QAbstractItemView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractItemView(u, x1); } + Q_INVOKABLE bool MalternatingRowColors(QAbstractItemView* o) const { return o->alternatingRowColors(); } + Q_INVOKABLE int MautoScrollMargin(QAbstractItemView* o) const { return o->autoScrollMargin(); } + Q_INVOKABLE void MclosePersistentEditor(QAbstractItemView* o, const QModelIndex& x1) { o->closePersistentEditor(x1); } + Q_INVOKABLE QModelIndex McurrentIndex(QAbstractItemView* o) const { return o->currentIndex(); } + Q_INVOKABLE int MdefaultDropAction(QAbstractItemView* o) const { return o->defaultDropAction(); } + Q_INVOKABLE int MdragDropMode(QAbstractItemView* o) const { return o->dragDropMode(); } + Q_INVOKABLE bool MdragDropOverwriteMode(QAbstractItemView* o) const { return o->dragDropOverwriteMode(); } + Q_INVOKABLE bool MdragEnabled(QAbstractItemView* o) const { return o->dragEnabled(); } + Q_INVOKABLE int MeditTriggers(QAbstractItemView* o) const { return o->editTriggers(); } + Q_INVOKABLE bool MhasAutoScroll(QAbstractItemView* o) const { return o->hasAutoScroll(); } + Q_INVOKABLE int MhorizontalScrollMode(QAbstractItemView* o) const { return o->horizontalScrollMode(); } + Q_INVOKABLE QSize MiconSize(QAbstractItemView* o) const { return o->iconSize(); } + Q_INVOKABLE QModelIndex MindexAt(QAbstractItemView* o, const QPoint& x1) const { return o->indexAt(x1); } + Q_INVOKABLE QWidget* MindexWidget(QAbstractItemView* o, const QModelIndex& x1) const { return o->indexWidget(x1); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegate(QAbstractItemView* o) const { return o->itemDelegate(); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegate(QAbstractItemView* o, const QModelIndex& x1) const { return o->itemDelegate(x1); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegateForColumn(QAbstractItemView* o, int x1) const { return o->itemDelegateForColumn(x1); } + Q_INVOKABLE QAbstractItemDelegate* MitemDelegateForRow(QAbstractItemView* o, int x1) const { return o->itemDelegateForRow(x1); } + Q_INVOKABLE void MkeyboardSearch(QAbstractItemView* o, const QString& x1) { o->keyboardSearch(x1); } + Q_INVOKABLE QAbstractItemModel* Mmodel(QAbstractItemView* o) const { return o->model(); } + Q_INVOKABLE void MopenPersistentEditor(QAbstractItemView* o, const QModelIndex& x1) { o->openPersistentEditor(x1); } + Q_INVOKABLE QModelIndex MrootIndex(QAbstractItemView* o) const { return o->rootIndex(); } + Q_INVOKABLE void MscrollTo(QAbstractItemView* o, const QModelIndex& x1, QAbstractItemView::ScrollHint x2 = QAbstractItemView::EnsureVisible) { o->scrollTo(x1, x2); } + Q_INVOKABLE int MselectionBehavior(QAbstractItemView* o) const { return o->selectionBehavior(); } + Q_INVOKABLE int MselectionMode(QAbstractItemView* o) const { return o->selectionMode(); } + Q_INVOKABLE QItemSelectionModel* MselectionModel(QAbstractItemView* o) const { return o->selectionModel(); } + Q_INVOKABLE void MsetAlternatingRowColors(QAbstractItemView* o, bool x1) { o->setAlternatingRowColors(x1); } + Q_INVOKABLE void MsetAutoScroll(QAbstractItemView* o, bool x1) { o->setAutoScroll(x1); } + Q_INVOKABLE void MsetAutoScrollMargin(QAbstractItemView* o, int x1) { o->setAutoScrollMargin(x1); } + Q_INVOKABLE void MsetDefaultDropAction(QAbstractItemView* o, Qt::DropAction x1) { o->setDefaultDropAction(x1); } + Q_INVOKABLE void MsetDragDropMode(QAbstractItemView* o, QAbstractItemView::DragDropMode x1) { o->setDragDropMode(x1); } + Q_INVOKABLE void MsetDragDropOverwriteMode(QAbstractItemView* o, bool x1) { o->setDragDropOverwriteMode(x1); } + Q_INVOKABLE void MsetDragEnabled(QAbstractItemView* o, bool x1) { o->setDragEnabled(x1); } + Q_INVOKABLE void MsetDropIndicatorShown(QAbstractItemView* o, bool x1) { o->setDropIndicatorShown(x1); } + Q_INVOKABLE void MsetEditTriggers(QAbstractItemView* o, QAbstractItemView::EditTriggers x1) { o->setEditTriggers(x1); } + Q_INVOKABLE void MsetHorizontalScrollMode(QAbstractItemView* o, QAbstractItemView::ScrollMode x1) { o->setHorizontalScrollMode(x1); } + Q_INVOKABLE void MsetIconSize(QAbstractItemView* o, const QSize& x1) { o->setIconSize(x1); } + Q_INVOKABLE void MsetIndexWidget(QAbstractItemView* o, const QModelIndex& x1, QWidget* x2) { o->setIndexWidget(x1, x2); } + Q_INVOKABLE void MsetItemDelegate(QAbstractItemView* o, QAbstractItemDelegate* x1) { o->setItemDelegate(x1); } + Q_INVOKABLE void MsetItemDelegateForColumn(QAbstractItemView* o, int x1, QAbstractItemDelegate* x2) { o->setItemDelegateForColumn(x1, x2); } + Q_INVOKABLE void MsetItemDelegateForRow(QAbstractItemView* o, int x1, QAbstractItemDelegate* x2) { o->setItemDelegateForRow(x1, x2); } + Q_INVOKABLE void MsetModel(QAbstractItemView* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetSelectionBehavior(QAbstractItemView* o, QAbstractItemView::SelectionBehavior x1) { o->setSelectionBehavior(x1); } + Q_INVOKABLE void MsetSelectionMode(QAbstractItemView* o, QAbstractItemView::SelectionMode x1) { o->setSelectionMode(x1); } + Q_INVOKABLE void MsetSelectionModel(QAbstractItemView* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } + Q_INVOKABLE void MsetTabKeyNavigation(QAbstractItemView* o, bool x1) { o->setTabKeyNavigation(x1); } + Q_INVOKABLE void MsetTextElideMode(QAbstractItemView* o, Qt::TextElideMode x1) { o->setTextElideMode(x1); } + Q_INVOKABLE void MsetVerticalScrollMode(QAbstractItemView* o, QAbstractItemView::ScrollMode x1) { o->setVerticalScrollMode(x1); } + Q_INVOKABLE bool MshowDropIndicator(QAbstractItemView* o) const { return o->showDropIndicator(); } + Q_INVOKABLE int MsizeHintForColumn(QAbstractItemView* o, int x1) const { return o->sizeHintForColumn(x1); } + Q_INVOKABLE QSize MsizeHintForIndex(QAbstractItemView* o, const QModelIndex& x1) const { return o->sizeHintForIndex(x1); } + Q_INVOKABLE int MsizeHintForRow(QAbstractItemView* o, int x1) const { return o->sizeHintForRow(x1); } + Q_INVOKABLE bool MtabKeyNavigation(QAbstractItemView* o) const { return o->tabKeyNavigation(); } + Q_INVOKABLE int MtextElideMode(QAbstractItemView* o) const { return o->textElideMode(); } + Q_INVOKABLE int MverticalScrollMode(QAbstractItemView* o) const { return o->verticalScrollMode(); } + Q_INVOKABLE QRect MvisualRect(QAbstractItemView* o, const QModelIndex& x1) const { return o->visualRect(x1); } + Q_INVOKABLE QPoint MdirtyRegionOffset(QAbstractItemView* o) const { return ((LAbstractItemView*)o)->dirtyRegionOffset(); } + Q_INVOKABLE int MdropIndicatorPosition(QAbstractItemView* o) const { return ((LAbstractItemView*)o)->dropIndicatorPosition(); } + Q_INVOKABLE void MexecuteDelayedItemsLayout(QAbstractItemView* o) { ((LAbstractItemView*)o)->executeDelayedItemsLayout(); } + Q_INVOKABLE void MscheduleDelayedItemsLayout(QAbstractItemView* o) { ((LAbstractItemView*)o)->scheduleDelayedItemsLayout(); } + Q_INVOKABLE void MscrollDirtyRegion(QAbstractItemView* o, int x1, int x2) { ((LAbstractItemView*)o)->scrollDirtyRegion(x1, x2); } + Q_INVOKABLE void MsetDirtyRegion(QAbstractItemView* o, const QRegion& x1) { ((LAbstractItemView*)o)->setDirtyRegion(x1); } + Q_INVOKABLE void MsetState(QAbstractItemView* o, QAbstractItemView::State x1) { ((LAbstractItemView*)o)->setState(x1); } + Q_INVOKABLE int Mstate(QAbstractItemView* o) const { return ((LAbstractItemView*)o)->state(); } + Q_INVOKABLE QVariant MinputMethodQuery(QAbstractItemView* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } +}; + +class EQL_EXPORT Q29 : public Q5 { // QColumnView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LColumnView(u, x1); } + Q_INVOKABLE QList McolumnWidths(QColumnView* o) const { return o->columnWidths(); } + Q_INVOKABLE QWidget* MpreviewWidget(QColumnView* o) const { return o->previewWidget(); } + Q_INVOKABLE bool MresizeGripsVisible(QColumnView* o) const { return o->resizeGripsVisible(); } + Q_INVOKABLE void MsetColumnWidths(QColumnView* o, const QList& x1) { o->setColumnWidths(x1); } + Q_INVOKABLE void MsetPreviewWidget(QColumnView* o, QWidget* x1) { o->setPreviewWidget(x1); } + Q_INVOKABLE void MsetResizeGripsVisible(QColumnView* o, bool x1) { o->setResizeGripsVisible(x1); } + Q_INVOKABLE void MinitializeColumn(QColumnView* o, QAbstractItemView* x1) const { ((LColumnView*)o)->initializeColumn(x1); } + Q_INVOKABLE QModelIndex MindexAt(QColumnView* o, const QPoint& x1) const { return o->indexAt(x1); } + Q_INVOKABLE void MscrollTo(QColumnView* o, const QModelIndex& x1, QColumnView::ScrollHint x2 = QColumnView::EnsureVisible) { o->scrollTo(x1, x2); } + Q_INVOKABLE void MselectAll(QColumnView* o) { o->selectAll(); } + Q_INVOKABLE void MsetModel(QColumnView* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetRootIndex(QColumnView* o, const QModelIndex& x1) { o->setRootIndex(x1); } + Q_INVOKABLE void MsetSelectionModel(QColumnView* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } + Q_INVOKABLE QSize MsizeHint(QColumnView* o) const { return o->sizeHint(); } + Q_INVOKABLE QRect MvisualRect(QColumnView* o, const QModelIndex& x1) const { return o->visualRect(x1); } +}; + +class EQL_EXPORT Q86 : public Q5 { // QHeaderView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, Qt::Orientation x1, QWidget* x2 = 0) { return new LHeaderView(u, x1, x2); } + Q_INVOKABLE bool McascadingSectionResizes(QHeaderView* o) const { return o->cascadingSectionResizes(); } + Q_INVOKABLE int Mcount(QHeaderView* o) const { return o->count(); } + Q_INVOKABLE int MdefaultAlignment(QHeaderView* o) const { return o->defaultAlignment(); } + Q_INVOKABLE int MdefaultSectionSize(QHeaderView* o) const { return o->defaultSectionSize(); } + Q_INVOKABLE int MhiddenSectionCount(QHeaderView* o) const { return o->hiddenSectionCount(); } + Q_INVOKABLE void MhideSection(QHeaderView* o, int x1) { o->hideSection(x1); } + Q_INVOKABLE bool MhighlightSections(QHeaderView* o) const { return o->highlightSections(); } + Q_INVOKABLE bool MisSectionHidden(QHeaderView* o, int x1) const { return o->isSectionHidden(x1); } + Q_INVOKABLE bool MisSortIndicatorShown(QHeaderView* o) const { return o->isSortIndicatorShown(); } + Q_INVOKABLE int Mlength(QHeaderView* o) const { return o->length(); } + Q_INVOKABLE int MlogicalIndex(QHeaderView* o, int x1) const { return o->logicalIndex(x1); } + Q_INVOKABLE int MlogicalIndexAt(QHeaderView* o, int x1) const { return o->logicalIndexAt(x1); } + Q_INVOKABLE int MlogicalIndexAt(QHeaderView* o, int x1, int x2) const { return o->logicalIndexAt(x1, x2); } + Q_INVOKABLE int MlogicalIndexAt(QHeaderView* o, const QPoint& x1) const { return o->logicalIndexAt(x1); } + Q_INVOKABLE int MmaximumSectionSize(QHeaderView* o) const { return o->maximumSectionSize(); } + Q_INVOKABLE int MminimumSectionSize(QHeaderView* o) const { return o->minimumSectionSize(); } + Q_INVOKABLE void MmoveSection(QHeaderView* o, int x1, int x2) { o->moveSection(x1, x2); } + Q_INVOKABLE int Moffset(QHeaderView* o) const { return o->offset(); } + Q_INVOKABLE int Morientation(QHeaderView* o) const { return o->orientation(); } + Q_INVOKABLE void MresetDefaultSectionSize(QHeaderView* o) { o->resetDefaultSectionSize(); } + Q_INVOKABLE int MresizeContentsPrecision(QHeaderView* o) const { return o->resizeContentsPrecision(); } + Q_INVOKABLE void MresizeSection(QHeaderView* o, int x1, int x2) { o->resizeSection(x1, x2); } + Q_INVOKABLE void MresizeSections(QHeaderView* o, QHeaderView::ResizeMode x1) { o->resizeSections(x1); } + Q_INVOKABLE bool MrestoreState(QHeaderView* o, const QByteArray& x1) { return o->restoreState(x1); } + Q_INVOKABLE QByteArray MsaveState(QHeaderView* o) const { return o->saveState(); } + Q_INVOKABLE int MsectionPosition(QHeaderView* o, int x1) const { return o->sectionPosition(x1); } + Q_INVOKABLE int MsectionResizeMode(QHeaderView* o, int x1) const { return o->sectionResizeMode(x1); } + Q_INVOKABLE int MsectionSize(QHeaderView* o, int x1) const { return o->sectionSize(x1); } + Q_INVOKABLE int MsectionSizeHint(QHeaderView* o, int x1) const { return o->sectionSizeHint(x1); } + Q_INVOKABLE int MsectionViewportPosition(QHeaderView* o, int x1) const { return o->sectionViewportPosition(x1); } + Q_INVOKABLE bool MsectionsClickable(QHeaderView* o) const { return o->sectionsClickable(); } + Q_INVOKABLE bool MsectionsHidden(QHeaderView* o) const { return o->sectionsHidden(); } + Q_INVOKABLE bool MsectionsMovable(QHeaderView* o) const { return o->sectionsMovable(); } + Q_INVOKABLE bool MsectionsMoved(QHeaderView* o) const { return o->sectionsMoved(); } + Q_INVOKABLE void MsetCascadingSectionResizes(QHeaderView* o, bool x1) { o->setCascadingSectionResizes(x1); } + Q_INVOKABLE void MsetDefaultAlignment(QHeaderView* o, Qt::Alignment x1) { o->setDefaultAlignment(x1); } + Q_INVOKABLE void MsetDefaultSectionSize(QHeaderView* o, int x1) { o->setDefaultSectionSize(x1); } + Q_INVOKABLE void MsetHighlightSections(QHeaderView* o, bool x1) { o->setHighlightSections(x1); } + Q_INVOKABLE void MsetMaximumSectionSize(QHeaderView* o, int x1) { o->setMaximumSectionSize(x1); } + Q_INVOKABLE void MsetMinimumSectionSize(QHeaderView* o, int x1) { o->setMinimumSectionSize(x1); } + Q_INVOKABLE void MsetResizeContentsPrecision(QHeaderView* o, int x1) { o->setResizeContentsPrecision(x1); } + Q_INVOKABLE void MsetSectionHidden(QHeaderView* o, int x1, bool x2) { o->setSectionHidden(x1, x2); } + Q_INVOKABLE void MsetSectionResizeMode(QHeaderView* o, QHeaderView::ResizeMode x1) { o->setSectionResizeMode(x1); } + Q_INVOKABLE void MsetSectionResizeMode(QHeaderView* o, int x1, QHeaderView::ResizeMode x2) { o->setSectionResizeMode(x1, x2); } + Q_INVOKABLE void MsetSectionsClickable(QHeaderView* o, bool x1) { o->setSectionsClickable(x1); } + Q_INVOKABLE void MsetSectionsMovable(QHeaderView* o, bool x1) { o->setSectionsMovable(x1); } + Q_INVOKABLE void MsetSortIndicator(QHeaderView* o, int x1, Qt::SortOrder x2) { o->setSortIndicator(x1, x2); } + Q_INVOKABLE void MsetSortIndicatorShown(QHeaderView* o, bool x1) { o->setSortIndicatorShown(x1); } + Q_INVOKABLE void MsetStretchLastSection(QHeaderView* o, bool x1) { o->setStretchLastSection(x1); } + Q_INVOKABLE void MshowSection(QHeaderView* o, int x1) { o->showSection(x1); } + Q_INVOKABLE int MsortIndicatorOrder(QHeaderView* o) const { return o->sortIndicatorOrder(); } + Q_INVOKABLE int MsortIndicatorSection(QHeaderView* o) const { return o->sortIndicatorSection(); } + Q_INVOKABLE bool MstretchLastSection(QHeaderView* o) const { return o->stretchLastSection(); } + Q_INVOKABLE int MstretchSectionCount(QHeaderView* o) const { return o->stretchSectionCount(); } + Q_INVOKABLE void MswapSections(QHeaderView* o, int x1, int x2) { o->swapSections(x1, x2); } + Q_INVOKABLE int MvisualIndex(QHeaderView* o, int x1) const { return o->visualIndex(x1); } + Q_INVOKABLE int MvisualIndexAt(QHeaderView* o, int x1) const { return o->visualIndexAt(x1); } + Q_INVOKABLE void MinitStyleOption(QHeaderView* o, QStyleOptionHeader* x1) const { ((LHeaderView*)o)->initStyleOption(x1); } + Q_INVOKABLE void Mreset(QHeaderView* o) { o->reset(); } + Q_INVOKABLE void MsetModel(QHeaderView* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetVisible(QHeaderView* o, bool x1) { o->setVisible(x1); } + Q_INVOKABLE QSize MsizeHint(QHeaderView* o) const { return o->sizeHint(); } +}; + +class EQL_EXPORT Q107 : public Q5 { // QListView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LListView(u, x1); } + Q_INVOKABLE int MbatchSize(QListView* o) const { return o->batchSize(); } + Q_INVOKABLE void MclearPropertyFlags(QListView* o) { o->clearPropertyFlags(); } + Q_INVOKABLE int Mflow(QListView* o) const { return o->flow(); } + Q_INVOKABLE QSize MgridSize(QListView* o) const { return o->gridSize(); } + Q_INVOKABLE bool MisRowHidden(QListView* o, int x1) const { return o->isRowHidden(x1); } + Q_INVOKABLE bool MisSelectionRectVisible(QListView* o) const { return o->isSelectionRectVisible(); } + Q_INVOKABLE bool MisWrapping(QListView* o) const { return o->isWrapping(); } + Q_INVOKABLE int MlayoutMode(QListView* o) const { return o->layoutMode(); } + Q_INVOKABLE int MmodelColumn(QListView* o) const { return o->modelColumn(); } + Q_INVOKABLE int Mmovement(QListView* o) const { return o->movement(); } + Q_INVOKABLE int MresizeMode(QListView* o) const { return o->resizeMode(); } + Q_INVOKABLE void MsetBatchSize(QListView* o, int x1) { o->setBatchSize(x1); } + Q_INVOKABLE void MsetFlow(QListView* o, QListView::Flow x1) { o->setFlow(x1); } + Q_INVOKABLE void MsetGridSize(QListView* o, const QSize& x1) { o->setGridSize(x1); } + Q_INVOKABLE void MsetLayoutMode(QListView* o, QListView::LayoutMode x1) { o->setLayoutMode(x1); } + Q_INVOKABLE void MsetModelColumn(QListView* o, int x1) { o->setModelColumn(x1); } + Q_INVOKABLE void MsetMovement(QListView* o, QListView::Movement x1) { o->setMovement(x1); } + Q_INVOKABLE void MsetResizeMode(QListView* o, QListView::ResizeMode x1) { o->setResizeMode(x1); } + Q_INVOKABLE void MsetRowHidden(QListView* o, int x1, bool x2) { o->setRowHidden(x1, x2); } + Q_INVOKABLE void MsetSelectionRectVisible(QListView* o, bool x1) { o->setSelectionRectVisible(x1); } + Q_INVOKABLE void MsetSpacing(QListView* o, int x1) { o->setSpacing(x1); } + Q_INVOKABLE void MsetUniformItemSizes(QListView* o, bool x1) { o->setUniformItemSizes(x1); } + Q_INVOKABLE void MsetViewMode(QListView* o, QListView::ViewMode x1) { o->setViewMode(x1); } + Q_INVOKABLE void MsetWordWrap(QListView* o, bool x1) { o->setWordWrap(x1); } + Q_INVOKABLE void MsetWrapping(QListView* o, bool x1) { o->setWrapping(x1); } + Q_INVOKABLE int Mspacing(QListView* o) const { return o->spacing(); } + Q_INVOKABLE bool MuniformItemSizes(QListView* o) const { return o->uniformItemSizes(); } + Q_INVOKABLE int MviewMode(QListView* o) const { return o->viewMode(); } + Q_INVOKABLE bool MwordWrap(QListView* o) const { return o->wordWrap(); } + Q_INVOKABLE QRect MrectForIndex(QListView* o, const QModelIndex& x1) const { return ((LListView*)o)->rectForIndex(x1); } + Q_INVOKABLE void MsetPositionForIndex(QListView* o, const QPoint& x1, const QModelIndex& x2) { ((LListView*)o)->setPositionForIndex(x1, x2); } + Q_INVOKABLE QModelIndex MindexAt(QListView* o, const QPoint& x1) const { return o->indexAt(x1); } + Q_INVOKABLE void MscrollTo(QListView* o, const QModelIndex& x1, QListView::ScrollHint x2 = QListView::EnsureVisible) { o->scrollTo(x1, x2); } + Q_INVOKABLE QRect MvisualRect(QListView* o, const QModelIndex& x1) const { return o->visualRect(x1); } +}; + +class EQL_EXPORT Q108 : public Q107 { // QListWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LListWidget(u, x1); } + Q_INVOKABLE void MaddItem(QListWidget* o, const QString& x1) { o->addItem(x1); } + Q_INVOKABLE void MaddItem(QListWidget* o, QListWidgetItem* x1) { o->addItem(x1); } + Q_INVOKABLE void MaddItems(QListWidget* o, const QStringList& x1) { o->addItems(x1); } + Q_INVOKABLE void MclosePersistentEditor(QListWidget* o, QListWidgetItem* x1) { o->closePersistentEditor(x1); } + Q_INVOKABLE int Mcount(QListWidget* o) const { return o->count(); } + Q_INVOKABLE QListWidgetItem* McurrentItem(QListWidget* o) const { return o->currentItem(); } + Q_INVOKABLE int McurrentRow(QListWidget* o) const { return o->currentRow(); } + Q_INVOKABLE void MeditItem(QListWidget* o, QListWidgetItem* x1) { o->editItem(x1); } + Q_INVOKABLE QList MfindItems(QListWidget* o, const QString& x1, Qt::MatchFlags x2) const { return o->findItems(x1, x2); } + Q_INVOKABLE void MinsertItem(QListWidget* o, int x1, QListWidgetItem* x2) { o->insertItem(x1, x2); } + Q_INVOKABLE void MinsertItem(QListWidget* o, int x1, const QString& x2) { o->insertItem(x1, x2); } + Q_INVOKABLE void MinsertItems(QListWidget* o, int x1, const QStringList& x2) { o->insertItems(x1, x2); } + Q_INVOKABLE bool MisSortingEnabled(QListWidget* o) const { return o->isSortingEnabled(); } + Q_INVOKABLE QListWidgetItem* Mitem(QListWidget* o, int x1) const { return o->item(x1); } + Q_INVOKABLE QListWidgetItem* MitemAt(QListWidget* o, const QPoint& x1) const { return o->itemAt(x1); } + Q_INVOKABLE QListWidgetItem* MitemAt(QListWidget* o, int x1, int x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE QWidget* MitemWidget(QListWidget* o, QListWidgetItem* x1) const { return o->itemWidget(x1); } + Q_INVOKABLE void MopenPersistentEditor(QListWidget* o, QListWidgetItem* x1) { o->openPersistentEditor(x1); } + Q_INVOKABLE void MremoveItemWidget(QListWidget* o, QListWidgetItem* x1) { o->removeItemWidget(x1); } + Q_INVOKABLE int Mrow(QListWidget* o, const QListWidgetItem* x1) const { return o->row(x1); } + Q_INVOKABLE QList MselectedItems(QListWidget* o) const { return o->selectedItems(); } + Q_INVOKABLE void MsetCurrentItem(QListWidget* o, QListWidgetItem* x1) { o->setCurrentItem(x1); } + Q_INVOKABLE void MsetCurrentItem(QListWidget* o, QListWidgetItem* x1, QItemSelectionModel::SelectionFlags x2) { o->setCurrentItem(x1, x2); } + Q_INVOKABLE void MsetCurrentRow(QListWidget* o, int x1) { o->setCurrentRow(x1); } + Q_INVOKABLE void MsetCurrentRow(QListWidget* o, int x1, QItemSelectionModel::SelectionFlags x2) { o->setCurrentRow(x1, x2); } + Q_INVOKABLE void MsetItemWidget(QListWidget* o, QListWidgetItem* x1, QWidget* x2) { o->setItemWidget(x1, x2); } + Q_INVOKABLE void MsetSortingEnabled(QListWidget* o, bool x1) { o->setSortingEnabled(x1); } + Q_INVOKABLE void MsortItems(QListWidget* o, Qt::SortOrder x1 = Qt::AscendingOrder) { o->sortItems(x1); } + Q_INVOKABLE QListWidgetItem* MtakeItem(QListWidget* o, int x1) { return o->takeItem(x1); } + Q_INVOKABLE QRect MvisualItemRect(QListWidget* o, const QListWidgetItem* x1) const { return o->visualItemRect(x1); } + Q_INVOKABLE QModelIndex MindexFromItem(QListWidget* o, QListWidgetItem* x1) const { return ((LListWidget*)o)->indexFromItem(x1); } + Q_INVOKABLE QListWidgetItem* MitemFromIndex(QListWidget* o, const QModelIndex& x1) const { return ((LListWidget*)o)->itemFromIndex(x1); } + Q_INVOKABLE QList Mitems(QListWidget* o, const QMimeData* x1) const { return ((LListWidget*)o)->items(x1); } + Q_INVOKABLE void MdropEvent(QListWidget* o, QDropEvent* x1) { o->dropEvent(x1); } +}; + +class EQL_EXPORT Q179 : public Q5 { // QTableView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTableView(u, x1); } + Q_INVOKABLE void MclearSpans(QTableView* o) { o->clearSpans(); } + Q_INVOKABLE int McolumnAt(QTableView* o, int x1) const { return o->columnAt(x1); } + Q_INVOKABLE int McolumnSpan(QTableView* o, int x1, int x2) const { return o->columnSpan(x1, x2); } + Q_INVOKABLE int McolumnViewportPosition(QTableView* o, int x1) const { return o->columnViewportPosition(x1); } + Q_INVOKABLE int McolumnWidth(QTableView* o, int x1) const { return o->columnWidth(x1); } + Q_INVOKABLE int MgridStyle(QTableView* o) const { return o->gridStyle(); } + Q_INVOKABLE QHeaderView* MhorizontalHeader(QTableView* o) const { return o->horizontalHeader(); } + Q_INVOKABLE bool MisColumnHidden(QTableView* o, int x1) const { return o->isColumnHidden(x1); } + Q_INVOKABLE bool MisCornerButtonEnabled(QTableView* o) const { return o->isCornerButtonEnabled(); } + Q_INVOKABLE bool MisRowHidden(QTableView* o, int x1) const { return o->isRowHidden(x1); } + Q_INVOKABLE bool MisSortingEnabled(QTableView* o) const { return o->isSortingEnabled(); } + Q_INVOKABLE int MrowAt(QTableView* o, int x1) const { return o->rowAt(x1); } + Q_INVOKABLE int MrowHeight(QTableView* o, int x1) const { return o->rowHeight(x1); } + Q_INVOKABLE int MrowSpan(QTableView* o, int x1, int x2) const { return o->rowSpan(x1, x2); } + Q_INVOKABLE int MrowViewportPosition(QTableView* o, int x1) const { return o->rowViewportPosition(x1); } + Q_INVOKABLE void MsetColumnHidden(QTableView* o, int x1, bool x2) { o->setColumnHidden(x1, x2); } + Q_INVOKABLE void MsetColumnWidth(QTableView* o, int x1, int x2) { o->setColumnWidth(x1, x2); } + Q_INVOKABLE void MsetCornerButtonEnabled(QTableView* o, bool x1) { o->setCornerButtonEnabled(x1); } + Q_INVOKABLE void MsetGridStyle(QTableView* o, Qt::PenStyle x1) { o->setGridStyle(x1); } + Q_INVOKABLE void MsetHorizontalHeader(QTableView* o, QHeaderView* x1) { o->setHorizontalHeader(x1); } + Q_INVOKABLE void MsetRowHeight(QTableView* o, int x1, int x2) { o->setRowHeight(x1, x2); } + Q_INVOKABLE void MsetRowHidden(QTableView* o, int x1, bool x2) { o->setRowHidden(x1, x2); } + Q_INVOKABLE void MsetSortingEnabled(QTableView* o, bool x1) { o->setSortingEnabled(x1); } + Q_INVOKABLE void MsetSpan(QTableView* o, int x1, int x2, int x3, int x4) { o->setSpan(x1, x2, x3, x4); } + Q_INVOKABLE void MsetVerticalHeader(QTableView* o, QHeaderView* x1) { o->setVerticalHeader(x1); } + Q_INVOKABLE void MsetWordWrap(QTableView* o, bool x1) { o->setWordWrap(x1); } + Q_INVOKABLE bool MshowGrid(QTableView* o) const { return o->showGrid(); } + Q_INVOKABLE void MsortByColumn(QTableView* o, int x1, Qt::SortOrder x2) { o->sortByColumn(x1, x2); } + Q_INVOKABLE QHeaderView* MverticalHeader(QTableView* o) const { return o->verticalHeader(); } + Q_INVOKABLE bool MwordWrap(QTableView* o) const { return o->wordWrap(); } + Q_INVOKABLE QModelIndex MindexAt(QTableView* o, const QPoint& x1) const { return o->indexAt(x1); } + Q_INVOKABLE void MsetModel(QTableView* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetRootIndex(QTableView* o, const QModelIndex& x1) { o->setRootIndex(x1); } + Q_INVOKABLE void MsetSelectionModel(QTableView* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } +}; + +class EQL_EXPORT Q180 : public Q179 { // QTableWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTableWidget(u, x1); } + Q_INVOKABLE void* C(uint u, int x1, int x2, QWidget* x3 = 0) { return new LTableWidget(u, x1, x2, x3); } + Q_INVOKABLE QWidget* McellWidget(QTableWidget* o, int x1, int x2) const { return o->cellWidget(x1, x2); } + Q_INVOKABLE void MclosePersistentEditor(QTableWidget* o, QTableWidgetItem* x1) { o->closePersistentEditor(x1); } + Q_INVOKABLE int Mcolumn(QTableWidget* o, const QTableWidgetItem* x1) const { return o->column(x1); } + Q_INVOKABLE int McolumnCount(QTableWidget* o) const { return o->columnCount(); } + Q_INVOKABLE int McurrentColumn(QTableWidget* o) const { return o->currentColumn(); } + Q_INVOKABLE QTableWidgetItem* McurrentItem(QTableWidget* o) const { return o->currentItem(); } + Q_INVOKABLE int McurrentRow(QTableWidget* o) const { return o->currentRow(); } + Q_INVOKABLE void MeditItem(QTableWidget* o, QTableWidgetItem* x1) { o->editItem(x1); } + Q_INVOKABLE QList MfindItems(QTableWidget* o, const QString& x1, Qt::MatchFlags x2) const { return o->findItems(x1, x2); } + Q_INVOKABLE QTableWidgetItem* MhorizontalHeaderItem(QTableWidget* o, int x1) const { return o->horizontalHeaderItem(x1); } + Q_INVOKABLE QTableWidgetItem* Mitem(QTableWidget* o, int x1, int x2) const { return o->item(x1, x2); } + Q_INVOKABLE QTableWidgetItem* MitemAt(QTableWidget* o, const QPoint& x1) const { return o->itemAt(x1); } + Q_INVOKABLE QTableWidgetItem* MitemAt(QTableWidget* o, int x1, int x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE const QTableWidgetItem* MitemPrototype(QTableWidget* o) const { return o->itemPrototype(); } + Q_INVOKABLE void MopenPersistentEditor(QTableWidget* o, QTableWidgetItem* x1) { o->openPersistentEditor(x1); } + Q_INVOKABLE void MremoveCellWidget(QTableWidget* o, int x1, int x2) { o->removeCellWidget(x1, x2); } + Q_INVOKABLE int Mrow(QTableWidget* o, const QTableWidgetItem* x1) const { return o->row(x1); } + Q_INVOKABLE int MrowCount(QTableWidget* o) const { return o->rowCount(); } + Q_INVOKABLE QList MselectedItems(QTableWidget* o) const { return o->selectedItems(); } + Q_INVOKABLE QList MselectedRanges(QTableWidget* o) const { return o->selectedRanges(); } + Q_INVOKABLE void MsetCellWidget(QTableWidget* o, int x1, int x2, QWidget* x3) { o->setCellWidget(x1, x2, x3); } + Q_INVOKABLE void MsetColumnCount(QTableWidget* o, int x1) { o->setColumnCount(x1); } + Q_INVOKABLE void MsetCurrentCell(QTableWidget* o, int x1, int x2) { o->setCurrentCell(x1, x2); } + Q_INVOKABLE void MsetCurrentCell(QTableWidget* o, int x1, int x2, QItemSelectionModel::SelectionFlags x3) { o->setCurrentCell(x1, x2, x3); } + Q_INVOKABLE void MsetCurrentItem(QTableWidget* o, QTableWidgetItem* x1) { o->setCurrentItem(x1); } + Q_INVOKABLE void MsetCurrentItem(QTableWidget* o, QTableWidgetItem* x1, QItemSelectionModel::SelectionFlags x2) { o->setCurrentItem(x1, x2); } + Q_INVOKABLE void MsetHorizontalHeaderItem(QTableWidget* o, int x1, QTableWidgetItem* x2) { o->setHorizontalHeaderItem(x1, x2); } + Q_INVOKABLE void MsetHorizontalHeaderLabels(QTableWidget* o, const QStringList& x1) { o->setHorizontalHeaderLabels(x1); } + Q_INVOKABLE void MsetItem(QTableWidget* o, int x1, int x2, QTableWidgetItem* x3) { o->setItem(x1, x2, x3); } + Q_INVOKABLE void MsetItemPrototype(QTableWidget* o, const QTableWidgetItem* x1) { o->setItemPrototype(x1); } + Q_INVOKABLE void MsetRangeSelected(QTableWidget* o, const QTableWidgetSelectionRange& x1, bool x2) { o->setRangeSelected(x1, x2); } + Q_INVOKABLE void MsetRowCount(QTableWidget* o, int x1) { o->setRowCount(x1); } + Q_INVOKABLE void MsetVerticalHeaderItem(QTableWidget* o, int x1, QTableWidgetItem* x2) { o->setVerticalHeaderItem(x1, x2); } + Q_INVOKABLE void MsetVerticalHeaderLabels(QTableWidget* o, const QStringList& x1) { o->setVerticalHeaderLabels(x1); } + Q_INVOKABLE void MsortItems(QTableWidget* o, int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { o->sortItems(x1, x2); } + Q_INVOKABLE QTableWidgetItem* MtakeHorizontalHeaderItem(QTableWidget* o, int x1) { return o->takeHorizontalHeaderItem(x1); } + Q_INVOKABLE QTableWidgetItem* MtakeItem(QTableWidget* o, int x1, int x2) { return o->takeItem(x1, x2); } + Q_INVOKABLE QTableWidgetItem* MtakeVerticalHeaderItem(QTableWidget* o, int x1) { return o->takeVerticalHeaderItem(x1); } + Q_INVOKABLE QTableWidgetItem* MverticalHeaderItem(QTableWidget* o, int x1) const { return o->verticalHeaderItem(x1); } + Q_INVOKABLE int MvisualColumn(QTableWidget* o, int x1) const { return o->visualColumn(x1); } + Q_INVOKABLE QRect MvisualItemRect(QTableWidget* o, const QTableWidgetItem* x1) const { return o->visualItemRect(x1); } + Q_INVOKABLE int MvisualRow(QTableWidget* o, int x1) const { return o->visualRow(x1); } + Q_INVOKABLE QModelIndex MindexFromItem(QTableWidget* o, QTableWidgetItem* x1) const { return ((LTableWidget*)o)->indexFromItem(x1); } + Q_INVOKABLE QTableWidgetItem* MitemFromIndex(QTableWidget* o, const QModelIndex& x1) const { return ((LTableWidget*)o)->itemFromIndex(x1); } + Q_INVOKABLE QList Mitems(QTableWidget* o, const QMimeData* x1) const { return ((LTableWidget*)o)->items(x1); } +}; + +class EQL_EXPORT Q186 : public Q188 { // QTextBrowser + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTextBrowser(u, x1); } + Q_INVOKABLE int MbackwardHistoryCount(QTextBrowser* o) const { return o->backwardHistoryCount(); } + Q_INVOKABLE void MclearHistory(QTextBrowser* o) { o->clearHistory(); } + Q_INVOKABLE int MforwardHistoryCount(QTextBrowser* o) const { return o->forwardHistoryCount(); } + Q_INVOKABLE QString MhistoryTitle(QTextBrowser* o, int x1) const { return o->historyTitle(x1); } + Q_INVOKABLE QUrl MhistoryUrl(QTextBrowser* o, int x1) const { return o->historyUrl(x1); } + Q_INVOKABLE bool MisBackwardAvailable(QTextBrowser* o) const { return o->isBackwardAvailable(); } + Q_INVOKABLE bool MisForwardAvailable(QTextBrowser* o) const { return o->isForwardAvailable(); } + Q_INVOKABLE bool MopenExternalLinks(QTextBrowser* o) const { return o->openExternalLinks(); } + Q_INVOKABLE bool MopenLinks(QTextBrowser* o) const { return o->openLinks(); } + Q_INVOKABLE QStringList MsearchPaths(QTextBrowser* o) const { return o->searchPaths(); } + Q_INVOKABLE void MsetOpenExternalLinks(QTextBrowser* o, bool x1) { o->setOpenExternalLinks(x1); } + Q_INVOKABLE void MsetOpenLinks(QTextBrowser* o, bool x1) { o->setOpenLinks(x1); } + Q_INVOKABLE void MsetSearchPaths(QTextBrowser* o, const QStringList& x1) { o->setSearchPaths(x1); } + Q_INVOKABLE QUrl Msource(QTextBrowser* o) const { return o->source(); } + Q_INVOKABLE QVariant MloadResource(QTextBrowser* o, int x1, const QUrl& x2) { return o->loadResource(x1, x2); } +}; + +class EQL_EXPORT Q200 : public Q5 { // QTreeView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTreeView(u, x1); } + Q_INVOKABLE bool MallColumnsShowFocus(QTreeView* o) const { return o->allColumnsShowFocus(); } + Q_INVOKABLE int MautoExpandDelay(QTreeView* o) const { return o->autoExpandDelay(); } + Q_INVOKABLE int McolumnAt(QTreeView* o, int x1) const { return o->columnAt(x1); } + Q_INVOKABLE int McolumnViewportPosition(QTreeView* o, int x1) const { return o->columnViewportPosition(x1); } + Q_INVOKABLE int McolumnWidth(QTreeView* o, int x1) const { return o->columnWidth(x1); } + Q_INVOKABLE bool MexpandsOnDoubleClick(QTreeView* o) const { return o->expandsOnDoubleClick(); } + Q_INVOKABLE QHeaderView* Mheader(QTreeView* o) const { return o->header(); } + Q_INVOKABLE int Mindentation(QTreeView* o) const { return o->indentation(); } + Q_INVOKABLE QModelIndex MindexAbove(QTreeView* o, const QModelIndex& x1) const { return o->indexAbove(x1); } + Q_INVOKABLE QModelIndex MindexBelow(QTreeView* o, const QModelIndex& x1) const { return o->indexBelow(x1); } + Q_INVOKABLE bool MisAnimated(QTreeView* o) const { return o->isAnimated(); } + Q_INVOKABLE bool MisColumnHidden(QTreeView* o, int x1) const { return o->isColumnHidden(x1); } + Q_INVOKABLE bool MisExpanded(QTreeView* o, const QModelIndex& x1) const { return o->isExpanded(x1); } + Q_INVOKABLE bool MisFirstColumnSpanned(QTreeView* o, int x1, const QModelIndex& x2) const { return o->isFirstColumnSpanned(x1, x2); } + Q_INVOKABLE bool MisHeaderHidden(QTreeView* o) const { return o->isHeaderHidden(); } + Q_INVOKABLE bool MisRowHidden(QTreeView* o, int x1, const QModelIndex& x2) const { return o->isRowHidden(x1, x2); } + Q_INVOKABLE bool MisSortingEnabled(QTreeView* o) const { return o->isSortingEnabled(); } + Q_INVOKABLE bool MitemsExpandable(QTreeView* o) const { return o->itemsExpandable(); } + Q_INVOKABLE void MresetIndentation(QTreeView* o) { o->resetIndentation(); } + Q_INVOKABLE bool MrootIsDecorated(QTreeView* o) const { return o->rootIsDecorated(); } + Q_INVOKABLE void MsetAllColumnsShowFocus(QTreeView* o, bool x1) { o->setAllColumnsShowFocus(x1); } + Q_INVOKABLE void MsetAnimated(QTreeView* o, bool x1) { o->setAnimated(x1); } + Q_INVOKABLE void MsetAutoExpandDelay(QTreeView* o, int x1) { o->setAutoExpandDelay(x1); } + Q_INVOKABLE void MsetColumnHidden(QTreeView* o, int x1, bool x2) { o->setColumnHidden(x1, x2); } + Q_INVOKABLE void MsetColumnWidth(QTreeView* o, int x1, int x2) { o->setColumnWidth(x1, x2); } + Q_INVOKABLE void MsetExpanded(QTreeView* o, const QModelIndex& x1, bool x2) { o->setExpanded(x1, x2); } + Q_INVOKABLE void MsetExpandsOnDoubleClick(QTreeView* o, bool x1) { o->setExpandsOnDoubleClick(x1); } + Q_INVOKABLE void MsetFirstColumnSpanned(QTreeView* o, int x1, const QModelIndex& x2, bool x3) { o->setFirstColumnSpanned(x1, x2, x3); } + Q_INVOKABLE void MsetHeader(QTreeView* o, QHeaderView* x1) { o->setHeader(x1); } + Q_INVOKABLE void MsetHeaderHidden(QTreeView* o, bool x1) { o->setHeaderHidden(x1); } + Q_INVOKABLE void MsetIndentation(QTreeView* o, int x1) { o->setIndentation(x1); } + Q_INVOKABLE void MsetItemsExpandable(QTreeView* o, bool x1) { o->setItemsExpandable(x1); } + Q_INVOKABLE void MsetRootIsDecorated(QTreeView* o, bool x1) { o->setRootIsDecorated(x1); } + Q_INVOKABLE void MsetRowHidden(QTreeView* o, int x1, const QModelIndex& x2, bool x3) { o->setRowHidden(x1, x2, x3); } + Q_INVOKABLE void MsetSortingEnabled(QTreeView* o, bool x1) { o->setSortingEnabled(x1); } + Q_INVOKABLE void MsetTreePosition(QTreeView* o, int x1) { o->setTreePosition(x1); } + Q_INVOKABLE void MsetUniformRowHeights(QTreeView* o, bool x1) { o->setUniformRowHeights(x1); } + Q_INVOKABLE void MsetWordWrap(QTreeView* o, bool x1) { o->setWordWrap(x1); } + Q_INVOKABLE void MsortByColumn(QTreeView* o, int x1, Qt::SortOrder x2) { o->sortByColumn(x1, x2); } + Q_INVOKABLE int MtreePosition(QTreeView* o) const { return o->treePosition(); } + Q_INVOKABLE bool MuniformRowHeights(QTreeView* o) const { return o->uniformRowHeights(); } + Q_INVOKABLE bool MwordWrap(QTreeView* o) const { return o->wordWrap(); } + Q_INVOKABLE void MdrawTree(QTreeView* o, QPainter* x1, const QRegion& x2) const { ((LTreeView*)o)->drawTree(x1, x2); } + Q_INVOKABLE int MindexRowSizeHint(QTreeView* o, const QModelIndex& x1) const { return ((LTreeView*)o)->indexRowSizeHint(x1); } + Q_INVOKABLE int MrowHeight(QTreeView* o, const QModelIndex& x1) const { return ((LTreeView*)o)->rowHeight(x1); } + Q_INVOKABLE void MdataChanged(QTreeView* o, const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { o->dataChanged(x1, x2, x3); } + Q_INVOKABLE QModelIndex MindexAt(QTreeView* o, const QPoint& x1) const { return o->indexAt(x1); } + Q_INVOKABLE void MkeyboardSearch(QTreeView* o, const QString& x1) { o->keyboardSearch(x1); } + Q_INVOKABLE void Mreset(QTreeView* o) { o->reset(); } + Q_INVOKABLE void MscrollTo(QTreeView* o, const QModelIndex& x1, QTreeView::ScrollHint x2 = QTreeView::EnsureVisible) { o->scrollTo(x1, x2); } + Q_INVOKABLE void MselectAll(QTreeView* o) { o->selectAll(); } + Q_INVOKABLE void MsetModel(QTreeView* o, QAbstractItemModel* x1) { o->setModel(x1); } + Q_INVOKABLE void MsetRootIndex(QTreeView* o, const QModelIndex& x1) { o->setRootIndex(x1); } + Q_INVOKABLE void MsetSelectionModel(QTreeView* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } + Q_INVOKABLE QRect MvisualRect(QTreeView* o, const QModelIndex& x1) const { return o->visualRect(x1); } +}; + +class EQL_EXPORT Q201 : public Q200 { // QTreeWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTreeWidget(u, x1); } + Q_INVOKABLE void MaddTopLevelItem(QTreeWidget* o, QTreeWidgetItem* x1) { o->addTopLevelItem(x1); } + Q_INVOKABLE void MaddTopLevelItems(QTreeWidget* o, const QList& x1) { o->addTopLevelItems(x1); } + Q_INVOKABLE void MclosePersistentEditor(QTreeWidget* o, QTreeWidgetItem* x1, int x2 = 0) { o->closePersistentEditor(x1, x2); } + Q_INVOKABLE int McolumnCount(QTreeWidget* o) const { return o->columnCount(); } + Q_INVOKABLE int McurrentColumn(QTreeWidget* o) const { return o->currentColumn(); } + Q_INVOKABLE QTreeWidgetItem* McurrentItem(QTreeWidget* o) const { return o->currentItem(); } + Q_INVOKABLE void MeditItem(QTreeWidget* o, QTreeWidgetItem* x1, int x2 = 0) { o->editItem(x1, x2); } + Q_INVOKABLE QList MfindItems(QTreeWidget* o, const QString& x1, Qt::MatchFlags x2, int x3 = 0) const { return o->findItems(x1, x2, x3); } + Q_INVOKABLE QTreeWidgetItem* MheaderItem(QTreeWidget* o) const { return o->headerItem(); } + Q_INVOKABLE int MindexOfTopLevelItem(QTreeWidget* o, QTreeWidgetItem* x1) const { return o->indexOfTopLevelItem(x1); } + Q_INVOKABLE void MinsertTopLevelItem(QTreeWidget* o, int x1, QTreeWidgetItem* x2) { o->insertTopLevelItem(x1, x2); } + Q_INVOKABLE void MinsertTopLevelItems(QTreeWidget* o, int x1, const QList& x2) { o->insertTopLevelItems(x1, x2); } + Q_INVOKABLE QTreeWidgetItem* MinvisibleRootItem(QTreeWidget* o) const { return o->invisibleRootItem(); } + Q_INVOKABLE bool MisFirstItemColumnSpanned(QTreeWidget* o, const QTreeWidgetItem* x1) const { return o->isFirstItemColumnSpanned(x1); } + Q_INVOKABLE QTreeWidgetItem* MitemAbove(QTreeWidget* o, const QTreeWidgetItem* x1) const { return o->itemAbove(x1); } + Q_INVOKABLE QTreeWidgetItem* MitemAt(QTreeWidget* o, const QPoint& x1) const { return o->itemAt(x1); } + Q_INVOKABLE QTreeWidgetItem* MitemAt(QTreeWidget* o, int x1, int x2) const { return o->itemAt(x1, x2); } + Q_INVOKABLE QTreeWidgetItem* MitemBelow(QTreeWidget* o, const QTreeWidgetItem* x1) const { return o->itemBelow(x1); } + Q_INVOKABLE QWidget* MitemWidget(QTreeWidget* o, QTreeWidgetItem* x1, int x2) const { return o->itemWidget(x1, x2); } + Q_INVOKABLE void MopenPersistentEditor(QTreeWidget* o, QTreeWidgetItem* x1, int x2 = 0) { o->openPersistentEditor(x1, x2); } + Q_INVOKABLE void MremoveItemWidget(QTreeWidget* o, QTreeWidgetItem* x1, int x2) { o->removeItemWidget(x1, x2); } + Q_INVOKABLE QList MselectedItems(QTreeWidget* o) const { return o->selectedItems(); } + Q_INVOKABLE void MsetColumnCount(QTreeWidget* o, int x1) { o->setColumnCount(x1); } + Q_INVOKABLE void MsetCurrentItem(QTreeWidget* o, QTreeWidgetItem* x1) { o->setCurrentItem(x1); } + Q_INVOKABLE void MsetCurrentItem(QTreeWidget* o, QTreeWidgetItem* x1, int x2) { o->setCurrentItem(x1, x2); } + Q_INVOKABLE void MsetCurrentItem(QTreeWidget* o, QTreeWidgetItem* x1, int x2, QItemSelectionModel::SelectionFlags x3) { o->setCurrentItem(x1, x2, x3); } + Q_INVOKABLE void MsetFirstItemColumnSpanned(QTreeWidget* o, const QTreeWidgetItem* x1, bool x2) { o->setFirstItemColumnSpanned(x1, x2); } + Q_INVOKABLE void MsetHeaderItem(QTreeWidget* o, QTreeWidgetItem* x1) { o->setHeaderItem(x1); } + Q_INVOKABLE void MsetHeaderLabel(QTreeWidget* o, const QString& x1) { o->setHeaderLabel(x1); } + Q_INVOKABLE void MsetHeaderLabels(QTreeWidget* o, const QStringList& x1) { o->setHeaderLabels(x1); } + Q_INVOKABLE void MsetItemWidget(QTreeWidget* o, QTreeWidgetItem* x1, int x2, QWidget* x3) { o->setItemWidget(x1, x2, x3); } + Q_INVOKABLE int MsortColumn(QTreeWidget* o) const { return o->sortColumn(); } + Q_INVOKABLE void MsortItems(QTreeWidget* o, int x1, Qt::SortOrder x2) { o->sortItems(x1, x2); } + Q_INVOKABLE QTreeWidgetItem* MtakeTopLevelItem(QTreeWidget* o, int x1) { return o->takeTopLevelItem(x1); } + Q_INVOKABLE QTreeWidgetItem* MtopLevelItem(QTreeWidget* o, int x1) const { return o->topLevelItem(x1); } + Q_INVOKABLE int MtopLevelItemCount(QTreeWidget* o) const { return o->topLevelItemCount(); } + Q_INVOKABLE QRect MvisualItemRect(QTreeWidget* o, const QTreeWidgetItem* x1) const { return o->visualItemRect(x1); } + Q_INVOKABLE QModelIndex MindexFromItem(QTreeWidget* o, QTreeWidgetItem* x1, int x2 = 0) const { return ((LTreeWidget*)o)->indexFromItem(x1, x2); } + Q_INVOKABLE QTreeWidgetItem* MitemFromIndex(QTreeWidget* o, const QModelIndex& x1) const { return ((LTreeWidget*)o)->itemFromIndex(x1); } + Q_INVOKABLE void MsetSelectionModel(QTreeWidget* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } +}; + +class EQL_EXPORT Q205 : public Q107 { // QUndoView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LUndoView(u, x1); } + Q_INVOKABLE void* C(uint u, QUndoStack* x1, QWidget* x2 = 0) { return new LUndoView(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QUndoGroup* x1, QWidget* x2 = 0) { return new LUndoView(u, x1, x2); } + Q_INVOKABLE QIcon McleanIcon(QUndoView* o) const { return o->cleanIcon(); } + Q_INVOKABLE QString MemptyLabel(QUndoView* o) const { return o->emptyLabel(); } + Q_INVOKABLE QUndoGroup* Mgroup(QUndoView* o) const { return o->group(); } + Q_INVOKABLE void MsetCleanIcon(QUndoView* o, const QIcon& x1) { o->setCleanIcon(x1); } + Q_INVOKABLE void MsetEmptyLabel(QUndoView* o, const QString& x1) { o->setEmptyLabel(x1); } + Q_INVOKABLE QUndoStack* Mstack(QUndoView* o) const { return o->stack(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/help/_ini.cpp b/src/gen/help/_ini.cpp new file mode 100644 index 0000000..69d7043 --- /dev/null +++ b/src/gen/help/_ini.cpp @@ -0,0 +1,70 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_q_methods.h" +#include "_n_methods.h" +#include "_ini2.h" + +QT_BEGIN_NAMESPACE + +NumList LHelpContentModel::overrideIds = NumList() << 58 << 59 << 65 << 73 << 76; +NumList LHelpContentWidget::overrideIds = NumList(); +NumList LHelpEngineCore::overrideIds = NumList(); +NumList LHelpIndexWidget::overrideIds = NumList(); +NumList LHelpSearchEngine::overrideIds = NumList(); +NumList LHelpSearchQueryWidget::overrideIds = NumList(); +NumList LHelpSearchResultWidget::overrideIds = NumList(); +NumList LHelpContentItem::overrideIds = NumList(); +NumList LHelpSearchQuery::overrideIds = NumList(); + +void ini() { + static bool _ = false; if(_) return; _ = true; + ini2(); + LObjects::Q[86] = new Q87; + LObjects::Q[87] = new Q88; + LObjects::Q[88] = new Q89; + LObjects::Q[89] = new Q90; + LObjects::Q[90] = new Q91; + LObjects::Q[91] = new Q92; + LObjects::Q[92] = new Q93; + LObjects::Q[93] = new Q94; + LObjects::N[70] = new N71; + LObjects::N[72] = new N73; } + +const QMetaObject* staticMetaObject(int n) { + const QMetaObject* m = 0; + switch(n) { + case 87: m = &QHelpContentModel::staticMetaObject; break; + case 88: m = &QHelpContentWidget::staticMetaObject; break; + case 89: m = &QHelpEngineCore::staticMetaObject; break; + case 90: m = &QHelpIndexModel::staticMetaObject; break; + case 91: m = &QHelpIndexWidget::staticMetaObject; break; + case 92: m = &QHelpSearchEngine::staticMetaObject; break; + case 93: m = &QHelpSearchQueryWidget::staticMetaObject; break; + case 94: m = &QHelpSearchResultWidget::staticMetaObject; break; } + return m; } + +void deleteNObject(int n, void* p, int gc) { + switch(n) { + case 71: if(gc) delete (QHelpContentItem*)p; else delete (LHelpContentItem*)p; break; + case 73: if(gc) delete (QHelpSearchQuery*)p; else delete (LHelpSearchQuery*)p; break; }} + +NumList* overrideFunctions(const QByteArray& name) { + NumList* ids = 0; + int n = LObjects::q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 87: ids = &LHelpContentModel::overrideIds; break; + case 88: ids = &LHelpContentWidget::overrideIds; break; + case 89: ids = &LHelpEngineCore::overrideIds; break; + case 91: ids = &LHelpIndexWidget::overrideIds; break; + case 92: ids = &LHelpSearchEngine::overrideIds; break; + case 93: ids = &LHelpSearchQueryWidget::overrideIds; break; + case 94: ids = &LHelpSearchResultWidget::overrideIds; break; }} + else { + n = LObjects::n_names.value(name); + switch(n) { + case 71: ids = &LHelpContentItem::overrideIds; break; + case 73: ids = &LHelpSearchQuery::overrideIds; break; }} + return ids; } + +QT_END_NAMESPACE diff --git a/src/gen/help/_ini.h b/src/gen/help/_ini.h new file mode 100644 index 0000000..bb9cbdd --- /dev/null +++ b/src/gen/help/_ini.h @@ -0,0 +1,24 @@ +#ifndef INI_H +#define INI_H + +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/help/_ini2.h b/src/gen/help/_ini2.h new file mode 100644 index 0000000..7f65d93 --- /dev/null +++ b/src/gen/help/_ini2.h @@ -0,0 +1,12 @@ +#ifndef INI2_H +#define INI2_H + +#include + +QT_BEGIN_NAMESPACE + +void ini2() {} + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/help/_n_classes.h b/src/gen/help/_n_classes.h new file mode 100644 index 0000000..92c98ab --- /dev/null +++ b/src/gen/help/_n_classes.h @@ -0,0 +1,34 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_CLASSES_H +#define N_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LHelpContentItem : public QHelpContentItem { + friend class N71; +public: + + static NumList overrideIds; + uint unique; +}; + +class LHelpSearchQuery : public QHelpSearchQuery { + friend class N73; +public: + LHelpSearchQuery(uint u) : unique(u) {} + LHelpSearchQuery(uint u, FieldName x1, const QStringList& x2) : QHelpSearchQuery(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/help/_n_methods.h b/src/gen/help/_n_methods.h new file mode 100644 index 0000000..6fa5562 --- /dev/null +++ b/src/gen/help/_n_methods.h @@ -0,0 +1,35 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_METHODS_H +#define N_METHODS_H + +#include "_n_classes.h" +#include "../_main_n_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class N71 : public QObject { // QHelpContentItem + Q_OBJECT +public: + Q_INVOKABLE QHelpContentItem* Mchild(QHelpContentItem* o, int x1) const { return o->child(x1); } + Q_INVOKABLE int MchildCount(QHelpContentItem* o) const { return o->childCount(); } + Q_INVOKABLE int MchildPosition(QHelpContentItem* o, QHelpContentItem* x1) const { return o->childPosition(x1); } + Q_INVOKABLE QHelpContentItem* Mparent(QHelpContentItem* o) const { return o->parent(); } + Q_INVOKABLE int Mrow(QHelpContentItem* o) const { return o->row(); } + Q_INVOKABLE QString Mtitle(QHelpContentItem* o) const { return o->title(); } + Q_INVOKABLE QUrl Murl(QHelpContentItem* o) const { return o->url(); } +}; + +class N73 : public QObject { // QHelpSearchQuery + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LHelpSearchQuery(u); } + Q_INVOKABLE void* C(uint u, QHelpSearchQuery::FieldName x1, const QStringList& x2) { return new LHelpSearchQuery(u, x1, x2); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/help/_q_classes.h b/src/gen/help/_q_classes.h new file mode 100644 index 0000000..79e05d6 --- /dev/null +++ b/src/gen/help/_q_classes.h @@ -0,0 +1,340 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_CLASSES_H +#define Q_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LHelpContentModel : public QHelpContentModel { + Q_OBJECT + friend class Q87; +public: + + static NumList overrideIds; + uint unique; + + int columnCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 58); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 58, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::columnCount(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::data(x1, x2); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::index(x1, x2, x3); } return ret; } + QModelIndex parent(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 73); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 73, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::parent(x1); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::rowCount(x1); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool canFetchMore(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::canFetchMore(x1); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + void fetchMore(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentModel::fetchMore(x1); }} + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::flags(x1); } return ret; } + bool hasChildren(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 63); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 63, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::hasChildren(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::headerData(x1, x2, x3); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::insertColumns(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::removeRows(x1, x2, x3); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::setData(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::setHeaderData(x1, x2, x3, x4); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::sibling(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentModel::sort(x1, x2); }} + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::supportedDropActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentModel::timerEvent(x1); }} +}; + +class LHelpContentWidget : public QHelpContentWidget { + Q_OBJECT + friend class Q88; +public: + + static NumList overrideIds; + uint unique; + + void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::drawBranches(x1, x2, x3); }} + void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 276); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 276, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::drawRow(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dataChanged(x1, x2, x3); }} + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::indexAt(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::keyboardSearch(x1); }} + void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::reset(); }} + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::scrollTo(x1, x2); }} + void selectAll() { quint64 id = LObjects::override_id(unique, 179); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 179, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::selectAll(); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::setModel(x1); }} + void setRootIndex(const QModelIndex& x1) { quint64 id = LObjects::override_id(unique, 180); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 180, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::setRootIndex(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::setSelectionModel(x1); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::currentChanged(x1, x2); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dragMoveEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::isIndexHidden(x1); } return ret; } + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::paintEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::rowsInserted(x1, x2, x3); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::scrollContentsBy(x1, x2); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::setSelection(x1, x2); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::sizeHintForColumn(x1); } return ret; } + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::verticalOffset(); } return ret; } + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::viewportEvent(x1); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::visualRegionForSelection(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::selectionCommand(x1, x2); } return ret; } + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::startDrag(x1); }} + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::viewOptions(); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dragLeaveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::inputMethodEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::resizeEvent(x1); }} + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::setupViewport(x1); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::customEvent(x1); }} +}; + +class LHelpEngineCore : public QHelpEngineCore { + Q_OBJECT + friend class Q89; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpEngineCore::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpEngineCore::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpEngineCore::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpEngineCore::timerEvent(x1); }} +}; + +class LHelpIndexWidget : public QHelpIndexWidget { + Q_OBJECT + friend class Q91; +public: + + static NumList overrideIds; + uint unique; + + QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::indexAt(x1); } return ret; } + void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::scrollTo(x1, x2); }} + QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::visualRect(x1); } return ret; } + void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::currentChanged(x1, x2); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 277, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dataChanged(x1, x2, x3); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dropEvent(x1); }} + int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::horizontalOffset(); } return ret; } + bool isIndexHidden(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 94); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 94, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::isIndexHidden(x1); } return ret; } + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::mouseMoveEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::mouseReleaseEvent(x1); }} + QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::moveCursor(x1, x2); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::resizeEvent(x1); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 278, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::rowsInserted(x1, x2, x3); }} + QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::selectedIndexes(); } return ret; } + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 279, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::selectionChanged(x1, x2); }} + void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::setSelection(x1, x2); }} + void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::startDrag(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::timerEvent(x1); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 280, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::updateGeometries(); }} + int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::verticalOffset(); } return ret; } + QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::viewOptions(); } return ret; } + QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::viewportSizeHint(); } return ret; } + QRegion visualRegionForSelection(const QItemSelection& x1) const { quint64 id = LObjects::override_id(unique, 102); void* fun = LObjects::overrideFun(id); QRegion ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 102, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::visualRegionForSelection(x1); } return ret; } + void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::keyboardSearch(x1); }} + void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::setModel(x1); }} + void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::setSelectionModel(x1); }} + int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::sizeHintForColumn(x1); } return ret; } + int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::sizeHintForRow(x1); } return ret; } + bool edit(const QModelIndex& x1, EditTrigger x2, QEvent* x3) { quint64 id = LObjects::override_id(unique, 92); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 92, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::edit(x1, x2, x3); } return ret; } + QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& x1, const QEvent* x2 = 0) const { quint64 id = LObjects::override_id(unique, 97); void* fun = LObjects::overrideFun(id); QItemSelectionModel::SelectionFlags ret = (QItemSelectionModel::SelectionFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QItemSelectionModel::SelectionFlags)callOverrideFun(fun, 97, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::selectionCommand(x1, x2); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::inputMethodQuery(x1); } return ret; } + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dragEnterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::keyPressEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::mouseDoubleClickEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::mousePressEvent(x1); }} + bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::viewportEvent(x1); } return ret; } + void setupViewport(QWidget* x1) { quint64 id = LObjects::override_id(unique, 105); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 105, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::setupViewport(x1); }} + void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::scrollContentsBy(x1, x2); }} + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::sizeHint(); } return ret; } + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::contextMenuEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::wheelEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::changeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::heightForWidth(x1); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::hideEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::customEvent(x1); }} +}; + +class LHelpSearchEngine : public QHelpSearchEngine { + Q_OBJECT + friend class Q92; +public: + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchEngine::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchEngine::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchEngine::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchEngine::timerEvent(x1); }} +}; + +class LHelpSearchQueryWidget : public QHelpSearchQueryWidget { + Q_OBJECT + friend class Q93; +public: + LHelpSearchQueryWidget(uint u, QWidget* x1 = 0) : QHelpSearchQueryWidget(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::enterEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchQueryWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchQueryWidget::timerEvent(x1); }} +}; + +class LHelpSearchResultWidget : public QHelpSearchResultWidget { + Q_OBJECT + friend class Q94; +public: + + static NumList overrideIds; + uint unique; + + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpSearchResultWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpSearchResultWidget::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/help/_q_methods.h b/src/gen/help/_q_methods.h new file mode 100644 index 0000000..68ecada --- /dev/null +++ b/src/gen/help/_q_methods.h @@ -0,0 +1,106 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_METHODS_H +#define Q_METHODS_H + +#include "_q_classes.h" +#include "../_main_q_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Q87 : public Q4 { // QHelpContentModel + Q_OBJECT +public: + Q_INVOKABLE QHelpContentItem* McontentItemAt(QHelpContentModel* o, const QModelIndex& x1) const { return o->contentItemAt(x1); } + Q_INVOKABLE void McreateContents(QHelpContentModel* o, const QString& x1) { o->createContents(x1); } + Q_INVOKABLE bool MisCreatingContents(QHelpContentModel* o) const { return o->isCreatingContents(); } + Q_INVOKABLE int McolumnCount(QHelpContentModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QHelpContentModel* o, const QModelIndex& x1, int x2) const { return o->data(x1, x2); } + Q_INVOKABLE QModelIndex Mindex(QHelpContentModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { return o->index(x1, x2, x3); } + Q_INVOKABLE QModelIndex Mparent(QHelpContentModel* o, const QModelIndex& x1) const { return o->parent(x1); } + Q_INVOKABLE int MrowCount(QHelpContentModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } +}; + +class Q89 : public Q124 { // QHelpEngineCore + Q_OBJECT +public: + Q_INVOKABLE bool MaddCustomFilter(QHelpEngineCore* o, const QString& x1, const QStringList& x2) { return o->addCustomFilter(x1, x2); } + Q_INVOKABLE bool MautoSaveFilter(QHelpEngineCore* o) const { return o->autoSaveFilter(); } + Q_INVOKABLE QString McollectionFile(QHelpEngineCore* o) const { return o->collectionFile(); } + Q_INVOKABLE bool McopyCollectionFile(QHelpEngineCore* o, const QString& x1) { return o->copyCollectionFile(x1); } + Q_INVOKABLE QString McurrentFilter(QHelpEngineCore* o) const { return o->currentFilter(); } + Q_INVOKABLE QStringList McustomFilters(QHelpEngineCore* o) const { return o->customFilters(); } + Q_INVOKABLE QVariant McustomValue(QHelpEngineCore* o, const QString& x1, const QVariant& x2 = QVariant()) const { return o->customValue(x1, x2); } + Q_INVOKABLE QString MdocumentationFileName(QHelpEngineCore* o, const QString& x1) { return o->documentationFileName(x1); } + Q_INVOKABLE QString Merror(QHelpEngineCore* o) const { return o->error(); } + Q_INVOKABLE QByteArray MfileData(QHelpEngineCore* o, const QUrl& x1) const { return o->fileData(x1); } + Q_INVOKABLE QList Mfiles(QHelpEngineCore* o, const QString x1, const QStringList& x2, const QString& x3 = QString()) { return o->files(x1, x2, x3); } + Q_INVOKABLE QList MfilterAttributeSets(QHelpEngineCore* o, const QString& x1) const { return o->filterAttributeSets(x1); } + Q_INVOKABLE QStringList MfilterAttributes(QHelpEngineCore* o) const { return o->filterAttributes(); } + Q_INVOKABLE QStringList MfilterAttributes(QHelpEngineCore* o, const QString& x1) const { return o->filterAttributes(x1); } + Q_INVOKABLE QUrl MfindFile(QHelpEngineCore* o, const QUrl& x1) const { return o->findFile(x1); } + Q_INVOKABLE bool MregisterDocumentation(QHelpEngineCore* o, const QString& x1) { return o->registerDocumentation(x1); } + Q_INVOKABLE QStringList MregisteredDocumentations(QHelpEngineCore* o) const { return o->registeredDocumentations(); } + Q_INVOKABLE bool MremoveCustomFilter(QHelpEngineCore* o, const QString& x1) { return o->removeCustomFilter(x1); } + Q_INVOKABLE bool MremoveCustomValue(QHelpEngineCore* o, const QString& x1) { return o->removeCustomValue(x1); } + Q_INVOKABLE void MsetAutoSaveFilter(QHelpEngineCore* o, bool x1) { o->setAutoSaveFilter(x1); } + Q_INVOKABLE void MsetCollectionFile(QHelpEngineCore* o, const QString& x1) { o->setCollectionFile(x1); } + Q_INVOKABLE void MsetCurrentFilter(QHelpEngineCore* o, const QString& x1) { o->setCurrentFilter(x1); } + Q_INVOKABLE bool MsetCustomValue(QHelpEngineCore* o, const QString& x1, const QVariant& x2) { return o->setCustomValue(x1, x2); } + Q_INVOKABLE bool MsetupData(QHelpEngineCore* o) { return o->setupData(); } + Q_INVOKABLE bool MunregisterDocumentation(QHelpEngineCore* o, const QString& x1) { return o->unregisterDocumentation(x1); } + Q_INVOKABLE QVariant SmetaData(const QString& x1, const QString& x2) { return QHelpEngineCore::metaData(x1, x2); } + Q_INVOKABLE QString SnamespaceName(const QString& x1) { return QHelpEngineCore::namespaceName(x1); } +}; + +class Q92 : public Q124 { // QHelpSearchEngine + Q_OBJECT +public: + Q_INVOKABLE int MhitCount(QHelpSearchEngine* o) const { return o->hitCount(); } + Q_INVOKABLE QList Mquery(QHelpSearchEngine* o) const { return o->query(); } + Q_INVOKABLE QHelpSearchQueryWidget* MqueryWidget(QHelpSearchEngine* o) { return o->queryWidget(); } + Q_INVOKABLE QHelpSearchResultWidget* MresultWidget(QHelpSearchEngine* o) { return o->resultWidget(); } +}; + +class Q90 : public Q169 { // QHelpIndexModel + Q_OBJECT +public: + Q_INVOKABLE void McreateIndex(QHelpIndexModel* o, const QString& x1) { o->createIndex(x1); } + Q_INVOKABLE QModelIndex Mfilter(QHelpIndexModel* o, const QString& x1, const QString& x2 = QString()) { return o->filter(x1, x2); } + Q_INVOKABLE bool MisCreatingIndex(QHelpIndexModel* o) const { return o->isCreatingIndex(); } +}; + +class Q93 : public Q215 { // QHelpSearchQueryWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LHelpSearchQueryWidget(u, x1); } + Q_INVOKABLE void McollapseExtendedSearch(QHelpSearchQueryWidget* o) { o->collapseExtendedSearch(); } + Q_INVOKABLE void MexpandExtendedSearch(QHelpSearchQueryWidget* o) { o->expandExtendedSearch(); } + Q_INVOKABLE bool MisCompactMode(QHelpSearchQueryWidget* o) const { return o->isCompactMode(); } + Q_INVOKABLE QList Mquery(QHelpSearchQueryWidget* o) const { return o->query(); } + Q_INVOKABLE void MsetQuery(QHelpSearchQueryWidget* o, const QList& x1) { o->setQuery(x1); } +}; + +class Q94 : public Q215 { // QHelpSearchResultWidget + Q_OBJECT +public: + Q_INVOKABLE QUrl MlinkAt(QHelpSearchResultWidget* o, const QPoint& x1) { return o->linkAt(x1); } +}; + +class Q88 : public Q200 { // QHelpContentWidget + Q_OBJECT +public: + Q_INVOKABLE QModelIndex MindexOf(QHelpContentWidget* o, const QUrl& x1) { return o->indexOf(x1); } +}; + +class Q91 : public Q107 { // QHelpIndexWidget + Q_OBJECT +public: +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/my/_ini.cpp b/src/gen/my/_ini.cpp new file mode 100644 index 0000000..2c64cfb --- /dev/null +++ b/src/gen/my/_ini.cpp @@ -0,0 +1 @@ +// THIS FILE IS GENERATED (see helper/) diff --git a/src/gen/my/_ini.h b/src/gen/my/_ini.h new file mode 100644 index 0000000..f2c9a29 --- /dev/null +++ b/src/gen/my/_ini.h @@ -0,0 +1,29 @@ +#ifndef INI_H +#define INI_H + +#include "../../ecl_fun.h" +#include + +// Q_DECLARE_METATYPE(Q...) + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); + LIB_EXPORT void* toMetaArg(int, cl_object); + LIB_EXPORT cl_object to_lisp_arg(int, void*); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/my/_ini2.h b/src/gen/my/_ini2.h new file mode 100644 index 0000000..9b14228 --- /dev/null +++ b/src/gen/my/_ini2.h @@ -0,0 +1,31 @@ +#ifndef INI2_H +#define INI2_H + +#include "_ini.h" +#include "../_lobjects.h" +#include "../../eql.h" +#include + +QT_BEGIN_NAMESPACE + +// TO_QT_TYPE_PTR(Q..., q...) + +void ini2() { + // LObjects::T_Q... = qRegisterMetaType("Q..."); +} + +void* toMetaArg(int n, cl_object l_arg) { + void* p = 0; + // if(LObjects::T_Q... == n) { p = new Q...(*toQ...Pointer(l_arg)); } + // else if(LObjects::T_Q... == n) { p = new Q...(*toQ...Pointer(l_arg)); } + return p; } + +cl_object to_lisp_arg(int n, void* p) { + cl_object l_ret = Cnil; + // if(LObjects::T_Q... == n) { l_ret = from_q...(*(Q...*)p); } + // else if(LObjects::T_Q... == n) { l_ret = from_q...(*(Q...*)p); } + return l_ret; } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/my/_n_classes.h b/src/gen/my/_n_classes.h new file mode 100644 index 0000000..2c64cfb --- /dev/null +++ b/src/gen/my/_n_classes.h @@ -0,0 +1 @@ +// THIS FILE IS GENERATED (see helper/) diff --git a/src/gen/my/_n_methods.h b/src/gen/my/_n_methods.h new file mode 100644 index 0000000..2c64cfb --- /dev/null +++ b/src/gen/my/_n_methods.h @@ -0,0 +1 @@ +// THIS FILE IS GENERATED (see helper/) diff --git a/src/gen/my/_q_classes.h b/src/gen/my/_q_classes.h new file mode 100644 index 0000000..2c64cfb --- /dev/null +++ b/src/gen/my/_q_classes.h @@ -0,0 +1 @@ +// THIS FILE IS GENERATED (see helper/) diff --git a/src/gen/my/_q_methods.h b/src/gen/my/_q_methods.h new file mode 100644 index 0000000..2c64cfb --- /dev/null +++ b/src/gen/my/_q_methods.h @@ -0,0 +1 @@ +// THIS FILE IS GENERATED (see helper/) diff --git a/src/gen/network/_ini.cpp b/src/gen/network/_ini.cpp new file mode 100644 index 0000000..cd12e5b --- /dev/null +++ b/src/gen/network/_ini.cpp @@ -0,0 +1,136 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_q_methods.h" +#include "_n_methods.h" +#include "_ini2.h" + +QT_BEGIN_NAMESPACE + +NumList LAbstractSocket::overrideIds = NumList() << 117 << 118 << 119 << 120 << 121 << 122 << 123 << 124 << 125 << 126 << 127 << 128 << 129 << 130 << 131 << 132 << 133 << 134 << 135 << 136; +NumList LLocalServer::overrideIds = NumList() << 288 << 289 << 290; +NumList LLocalSocket::overrideIds = NumList() << 127 << 128 << 129 << 130 << 131 << 137 << 132 << 133 << 134 << 136; +NumList LNetworkAccessManager::overrideIds = NumList(); +NumList LNetworkCookieJar::overrideIds = NumList() << 295 << 296 << 297 << 298 << 299 << 300; +NumList LNetworkDiskCache::overrideIds = NumList() << 301 << 302 << 303 << 304 << 305; +NumList LTcpServer::overrideIds = NumList() << 288 << 289; +NumList LTcpSocket::overrideIds = NumList(); +NumList LUdpSocket::overrideIds = NumList(); +NumList LAuthenticator::overrideIds = NumList(); +NumList LHostAddress::overrideIds = NumList(); +NumList LHostInfo::overrideIds = NumList(); +NumList LNetworkAddressEntry::overrideIds = NumList(); +NumList LNetworkCacheMetaData::overrideIds = NumList(); +NumList LNetworkCookie::overrideIds = NumList(); +NumList LNetworkInterface::overrideIds = NumList(); +NumList LNetworkProxy::overrideIds = NumList(); +NumList LNetworkProxyFactory::overrideIds = NumList() << 445; +NumList LNetworkProxyQuery::overrideIds = NumList(); +NumList LNetworkRequest::overrideIds = NumList(); +NumList LSslCertificate::overrideIds = NumList(); +NumList LSslCipher::overrideIds = NumList(); +NumList LSslConfiguration::overrideIds = NumList(); +NumList LSslError::overrideIds = NumList(); +NumList LSslKey::overrideIds = NumList(); + +void ini() { + static bool _ = false; if(_) return; _ = true; + ini2(); + LObjects::Q[6] = new Q7; + LObjects::Q[11] = new Q12; + LObjects::Q[108] = new Q109; + LObjects::Q[109] = new Q110; + LObjects::Q[119] = new Q120; + LObjects::Q[120] = new Q121; + LObjects::Q[121] = new Q122; + LObjects::Q[122] = new Q123; + LObjects::Q[182] = new Q183; + LObjects::Q[183] = new Q184; + LObjects::Q[201] = new Q202; + LObjects::N[7] = new N8; + LObjects::N[74] = new N75; + LObjects::N[75] = new N76; + LObjects::N[98] = new N99; + LObjects::N[99] = new N100; + LObjects::N[100] = new N101; + LObjects::N[101] = new N102; + LObjects::N[102] = new N103; + LObjects::N[103] = new N104; + LObjects::N[104] = new N105; + LObjects::N[105] = new N106; + LObjects::N[142] = new N143; + LObjects::N[143] = new N144; + LObjects::N[144] = new N145; + LObjects::N[145] = new N146; + LObjects::N[146] = new N147; } + +const QMetaObject* staticMetaObject(int n) { + const QMetaObject* m = 0; + switch(n) { + case 7: m = &QAbstractNetworkCache::staticMetaObject; break; + case 12: m = &QAbstractSocket::staticMetaObject; break; + case 109: m = &QLocalServer::staticMetaObject; break; + case 110: m = &QLocalSocket::staticMetaObject; break; + case 120: m = &QNetworkAccessManager::staticMetaObject; break; + case 121: m = &QNetworkCookieJar::staticMetaObject; break; + case 122: m = &QNetworkDiskCache::staticMetaObject; break; + case 123: m = &QNetworkReply::staticMetaObject; break; + case 183: m = &QTcpServer::staticMetaObject; break; + case 184: m = &QTcpSocket::staticMetaObject; break; + case 202: m = &QUdpSocket::staticMetaObject; break; } + return m; } + +void deleteNObject(int n, void* p, int gc) { + switch(n) { + case 8: if(gc) delete (QAuthenticator*)p; else delete (LAuthenticator*)p; break; + case 75: if(gc) delete (QHostAddress*)p; else delete (LHostAddress*)p; break; + case 76: if(gc) delete (QHostInfo*)p; else delete (LHostInfo*)p; break; + case 99: if(gc) delete (QNetworkAddressEntry*)p; else delete (LNetworkAddressEntry*)p; break; + case 100: if(gc) delete (QNetworkCacheMetaData*)p; else delete (LNetworkCacheMetaData*)p; break; + case 101: if(gc) delete (QNetworkCookie*)p; else delete (LNetworkCookie*)p; break; + case 102: if(gc) delete (QNetworkInterface*)p; else delete (LNetworkInterface*)p; break; + case 103: if(gc) delete (QNetworkProxy*)p; else delete (LNetworkProxy*)p; break; + case 104: if(gc) delete (QNetworkProxyFactory*)p; else delete (LNetworkProxyFactory*)p; break; + case 105: if(gc) delete (QNetworkProxyQuery*)p; else delete (LNetworkProxyQuery*)p; break; + case 106: if(gc) delete (QNetworkRequest*)p; else delete (LNetworkRequest*)p; break; + case 143: if(gc) delete (QSslCertificate*)p; else delete (LSslCertificate*)p; break; + case 144: if(gc) delete (QSslCipher*)p; else delete (LSslCipher*)p; break; + case 145: if(gc) delete (QSslConfiguration*)p; else delete (LSslConfiguration*)p; break; + case 146: if(gc) delete (QSslError*)p; else delete (LSslError*)p; break; + case 147: if(gc) delete (QSslKey*)p; else delete (LSslKey*)p; break; }} + +NumList* overrideFunctions(const QByteArray& name) { + NumList* ids = 0; + int n = LObjects::q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 12: ids = &LAbstractSocket::overrideIds; break; + case 109: ids = &LLocalServer::overrideIds; break; + case 110: ids = &LLocalSocket::overrideIds; break; + case 120: ids = &LNetworkAccessManager::overrideIds; break; + case 121: ids = &LNetworkCookieJar::overrideIds; break; + case 122: ids = &LNetworkDiskCache::overrideIds; break; + case 183: ids = <cpServer::overrideIds; break; + case 184: ids = <cpSocket::overrideIds; break; + case 202: ids = &LUdpSocket::overrideIds; break; }} + else { + n = LObjects::n_names.value(name); + switch(n) { + case 8: ids = &LAuthenticator::overrideIds; break; + case 75: ids = &LHostAddress::overrideIds; break; + case 76: ids = &LHostInfo::overrideIds; break; + case 99: ids = &LNetworkAddressEntry::overrideIds; break; + case 100: ids = &LNetworkCacheMetaData::overrideIds; break; + case 101: ids = &LNetworkCookie::overrideIds; break; + case 102: ids = &LNetworkInterface::overrideIds; break; + case 103: ids = &LNetworkProxy::overrideIds; break; + case 104: ids = &LNetworkProxyFactory::overrideIds; break; + case 105: ids = &LNetworkProxyQuery::overrideIds; break; + case 106: ids = &LNetworkRequest::overrideIds; break; + case 143: ids = &LSslCertificate::overrideIds; break; + case 144: ids = &LSslCipher::overrideIds; break; + case 145: ids = &LSslConfiguration::overrideIds; break; + case 146: ids = &LSslError::overrideIds; break; + case 147: ids = &LSslKey::overrideIds; break; }} + return ids; } + +QT_END_NAMESPACE diff --git a/src/gen/network/_ini.h b/src/gen/network/_ini.h new file mode 100644 index 0000000..81dec5e --- /dev/null +++ b/src/gen/network/_ini.h @@ -0,0 +1,30 @@ +#ifndef INI_H +#define INI_H + +#include "../../ecl_fun.h" +#include + +Q_DECLARE_METATYPE(QNetworkCacheMetaData) +Q_DECLARE_METATYPE(QList) + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); + LIB_EXPORT void* toMetaArg(int, cl_object); + LIB_EXPORT cl_object to_lisp_arg(int, void*); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/network/_ini2.h b/src/gen/network/_ini2.h new file mode 100644 index 0000000..4d216eb --- /dev/null +++ b/src/gen/network/_ini2.h @@ -0,0 +1,66 @@ +#ifndef INI2_H +#define INI2_H + +#include "_ini.h" +#include "../_lobjects.h" +#include "../../eql.h" +#include + +QT_BEGIN_NAMESPACE + +TO_QT_TYPE_PTR (QHostAddress, qhostaddress) +TO_QT_TYPE_PTR (QHostInfo, qhostinfo) +TO_QT_TYPE_PTR (QNetworkCacheMetaData, qnetworkcachemetadata) +TO_QT_TYPE_PTR (QNetworkInterface, qnetworkinterface) +TO_QT_TYPE_PTR (QNetworkProxy, qnetworkproxy) +TO_QT_TYPE_PTR (QNetworkRequest, qnetworkrequest) +TO_QT_TYPE_PTR (QSslCertificate, qsslcertificate) +TO_QT_TYPE_PTR (QSslCipher, qsslcipher) +TO_QT_TYPE_PTR (QSslConfiguration, qsslconfiguration) +TO_QT_TYPE_PTR (QSslKey, qsslkey) + +#define META_TYPE_(var, type) var = qRegisterMetaType< type >(#type); + +void ini2() { + META_TYPE_(LObjects::T_QHostAddress, QHostAddress) + META_TYPE_(LObjects::T_QHostInfo, QHostInfo) + META_TYPE_(LObjects::T_QNetworkCacheMetaData, QNetworkCacheMetaData) + META_TYPE_(LObjects::T_QNetworkInterface, QNetworkInterface) + META_TYPE_(LObjects::T_QNetworkProxy, QNetworkProxy) + META_TYPE_(LObjects::T_QNetworkRequest, QNetworkRequest) + META_TYPE_(LObjects::T_QSslCertificate, QSslCertificate) + META_TYPE_(LObjects::T_QSslCipher, QSslCipher) + META_TYPE_(LObjects::T_QSslConfiguration, QSslConfiguration) + META_TYPE_(LObjects::T_QSslKey, QSslKey) } + +void* toMetaArg(int n, cl_object l_arg) { + void* p = 0; + if(LObjects::T_QHostAddress == n) { p = new QHostAddress(*toQHostAddressPointer(l_arg)); } + else if(LObjects::T_QHostInfo == n) { p = new QHostInfo(*toQHostInfoPointer(l_arg)); } + else if(LObjects::T_QNetworkCacheMetaData == n) { p = new QNetworkCacheMetaData(*toQNetworkCacheMetaDataPointer(l_arg)); } + else if(LObjects::T_QNetworkInterface == n) { p = new QNetworkInterface(*toQNetworkInterfacePointer(l_arg)); } + else if(LObjects::T_QNetworkProxy == n) { p = new QNetworkProxy(*toQNetworkProxyPointer(l_arg)); } + else if(LObjects::T_QNetworkRequest == n) { p = new QNetworkRequest(*toQNetworkRequestPointer(l_arg)); } + else if(LObjects::T_QSslCertificate == n) { p = new QSslCertificate(*toQSslCertificatePointer(l_arg)); } + else if(LObjects::T_QSslCipher == n) { p = new QSslCipher(*toQSslCipherPointer(l_arg)); } + else if(LObjects::T_QSslConfiguration == n) { p = new QSslConfiguration(*toQSslConfigurationPointer(l_arg)); } + else if(LObjects::T_QSslKey == n) { p = new QSslKey(*toQSslKeyPointer(l_arg)); } + return p; } + +cl_object to_lisp_arg(int n, void* p) { + cl_object l_ret = Cnil; + if(LObjects::T_QHostAddress == n) { l_ret = from_qhostaddress(*(QHostAddress*)p); } + else if(LObjects::T_QHostInfo == n) { l_ret = from_qhostinfo(*(QHostInfo*)p); } + else if(LObjects::T_QNetworkCacheMetaData == n) { l_ret = from_qnetworkcachemetadata(*(QNetworkCacheMetaData*)p); } + else if(LObjects::T_QNetworkInterface == n) { l_ret = from_qnetworkinterface(*(QNetworkInterface*)p); } + else if(LObjects::T_QNetworkProxy == n) { l_ret = from_qnetworkproxy(*(QNetworkProxy*)p); } + else if(LObjects::T_QNetworkRequest == n) { l_ret = from_qnetworkrequest(*(QNetworkRequest*)p); } + else if(LObjects::T_QSslCertificate == n) { l_ret = from_qsslcertificate(*(QSslCertificate*)p); } + else if(LObjects::T_QSslCipher == n) { l_ret = from_qsslcipher(*(QSslCipher*)p); } + else if(LObjects::T_QSslConfiguration == n) { l_ret = from_qsslconfiguration(*(QSslConfiguration*)p); } + else if(LObjects::T_QSslKey == n) { l_ret = from_qsslkey(*(QSslKey*)p); } + return l_ret; } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/network/_n_classes.h b/src/gen/network/_n_classes.h new file mode 100644 index 0000000..7abda18 --- /dev/null +++ b/src/gen/network/_n_classes.h @@ -0,0 +1,195 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_CLASSES_H +#define N_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LAuthenticator : public QAuthenticator { + friend class N8; +public: + LAuthenticator(uint u) : unique(u) {} + LAuthenticator(uint u, const QAuthenticator& x1) : QAuthenticator(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LHostAddress : public QHostAddress { + friend class N75; +public: + LHostAddress(uint u) : unique(u) {} + LHostAddress(uint u, quint8* x1) : QHostAddress(x1), unique(u) {} + LHostAddress(uint u, const quint8* x1) : QHostAddress(x1), unique(u) {} + LHostAddress(uint u, const Q_IPV6ADDR& x1) : QHostAddress(x1), unique(u) {} + LHostAddress(uint u, const sockaddr* x1) : QHostAddress(x1), unique(u) {} + LHostAddress(uint u, const QString& x1) : QHostAddress(x1), unique(u) {} + LHostAddress(uint u, const QHostAddress& x1) : QHostAddress(x1), unique(u) {} + LHostAddress(uint u, SpecialAddress x1) : QHostAddress(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LHostInfo : public QHostInfo { + friend class N76; +public: + LHostInfo(uint u, int x1 = -1) : QHostInfo(x1), unique(u) {} + LHostInfo(uint u, const QHostInfo& x1) : QHostInfo(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkAddressEntry : public QNetworkAddressEntry { + friend class N99; +public: + LNetworkAddressEntry(uint u) : unique(u) {} + LNetworkAddressEntry(uint u, const QNetworkAddressEntry& x1) : QNetworkAddressEntry(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkCacheMetaData : public QNetworkCacheMetaData { + friend class N100; +public: + LNetworkCacheMetaData(uint u) : unique(u) {} + LNetworkCacheMetaData(uint u, const QNetworkCacheMetaData& x1) : QNetworkCacheMetaData(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkCookie : public QNetworkCookie { + friend class N101; +public: + LNetworkCookie(uint u, const QByteArray& x1 = QByteArray(), const QByteArray& x2 = QByteArray()) : QNetworkCookie(x1, x2), unique(u) {} + LNetworkCookie(uint u, const QNetworkCookie& x1) : QNetworkCookie(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkInterface : public QNetworkInterface { + friend class N102; +public: + LNetworkInterface(uint u) : unique(u) {} + LNetworkInterface(uint u, const QNetworkInterface& x1) : QNetworkInterface(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkProxy : public QNetworkProxy { + friend class N103; +public: + LNetworkProxy(uint u) : unique(u) {} + LNetworkProxy(uint u, ProxyType x1, const QString& x2 = QString(), quint16 x3 = 0, const QString& x4 = QString(), const QString& x5 = QString()) : QNetworkProxy(x1, x2, x3, x4, x5), unique(u) {} + LNetworkProxy(uint u, const QNetworkProxy& x1) : QNetworkProxy(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkProxyFactory : public QNetworkProxyFactory { + friend class N104; +public: + LNetworkProxyFactory(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + QList queryProxy(const QNetworkProxyQuery& x1 = QNetworkProxyQuery()) { quint64 id = LObjects::override_id(unique, 445); void* fun = LObjects::overrideFun(id); QList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 445, args, id).value >(); } return ret; } +}; + +class LNetworkProxyQuery : public QNetworkProxyQuery { + friend class N105; +public: + LNetworkProxyQuery(uint u) : unique(u) {} + LNetworkProxyQuery(uint u, const QUrl& x1, QueryType x2 = UrlRequest) : QNetworkProxyQuery(x1, x2), unique(u) {} + LNetworkProxyQuery(uint u, const QString& x1, int x2, const QString& x3 = QString(), QueryType x4 = TcpSocket) : QNetworkProxyQuery(x1, x2, x3, x4), unique(u) {} + LNetworkProxyQuery(uint u, quint16 x1, const QString& x2 = QString(), QueryType x3 = TcpServer) : QNetworkProxyQuery(x1, x2, x3), unique(u) {} + LNetworkProxyQuery(uint u, const QNetworkProxyQuery& x1) : QNetworkProxyQuery(x1), unique(u) {} + LNetworkProxyQuery(uint u, const QNetworkConfiguration& x1, const QUrl& x2, QueryType x3 = UrlRequest) : QNetworkProxyQuery(x1, x2, x3), unique(u) {} + LNetworkProxyQuery(uint u, const QNetworkConfiguration& x1, const QString& x2, int x3, const QString& x4 = QString(), QueryType x5 = TcpSocket) : QNetworkProxyQuery(x1, x2, x3, x4, x5), unique(u) {} + LNetworkProxyQuery(uint u, const QNetworkConfiguration& x1, quint16 x2, const QString& x3 = QString(), QueryType x4 = TcpServer) : QNetworkProxyQuery(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LNetworkRequest : public QNetworkRequest { + friend class N106; +public: + LNetworkRequest(uint u, const QUrl& x1 = QUrl()) : QNetworkRequest(x1), unique(u) {} + LNetworkRequest(uint u, const QNetworkRequest& x1) : QNetworkRequest(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSslCertificate : public QSslCertificate { + friend class N143; +public: + LSslCertificate(uint u, const QByteArray& x1 = QByteArray(), QSsl::EncodingFormat x2 = QSsl::Pem) : QSslCertificate(x1, x2), unique(u) {} + LSslCertificate(uint u, const QSslCertificate& x1) : QSslCertificate(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSslCipher : public QSslCipher { + friend class N144; +public: + LSslCipher(uint u) : unique(u) {} + LSslCipher(uint u, const QString& x1) : QSslCipher(x1), unique(u) {} + LSslCipher(uint u, const QString& x1, QSsl::SslProtocol x2) : QSslCipher(x1, x2), unique(u) {} + LSslCipher(uint u, const QSslCipher& x1) : QSslCipher(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSslConfiguration : public QSslConfiguration { + friend class N145; +public: + LSslConfiguration(uint u) : unique(u) {} + LSslConfiguration(uint u, const QSslConfiguration& x1) : QSslConfiguration(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSslError : public QSslError { + friend class N146; +public: + LSslError(uint u) : unique(u) {} + LSslError(uint u, SslError x1) : QSslError(x1), unique(u) {} + LSslError(uint u, SslError x1, const QSslCertificate& x2) : QSslError(x1, x2), unique(u) {} + LSslError(uint u, const QSslError& x1) : QSslError(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSslKey : public QSslKey { + friend class N147; +public: + LSslKey(uint u) : unique(u) {} + LSslKey(uint u, const QByteArray& x1, QSsl::KeyAlgorithm x2, QSsl::EncodingFormat x3 = QSsl::Pem, QSsl::KeyType x4 = QSsl::PrivateKey, const QByteArray& x5 = QByteArray()) : QSslKey(x1, x2, x3, x4, x5), unique(u) {} + LSslKey(uint u, const QSslKey& x1) : QSslKey(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/network/_n_methods.h b/src/gen/network/_n_methods.h new file mode 100644 index 0000000..1042218 --- /dev/null +++ b/src/gen/network/_n_methods.h @@ -0,0 +1,379 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_METHODS_H +#define N_METHODS_H + +#include "_n_classes.h" +#include "../_main_n_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class N8 : public QObject { // QAuthenticator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LAuthenticator(u); } + Q_INVOKABLE void* C(uint u, const QAuthenticator& x1) { return new LAuthenticator(u, x1); } + Q_INVOKABLE bool MisNull(QAuthenticator* o) const { return o->isNull(); } + Q_INVOKABLE QVariant Moption(QAuthenticator* o, const QString& x1) const { return o->option(x1); } + Q_INVOKABLE QVariantHash Moptions(QAuthenticator* o) const { return o->options(); } + Q_INVOKABLE QString Mpassword(QAuthenticator* o) const { return o->password(); } + Q_INVOKABLE QString Mrealm(QAuthenticator* o) const { return o->realm(); } + Q_INVOKABLE void MsetOption(QAuthenticator* o, const QString& x1, const QVariant& x2) { o->setOption(x1, x2); } + Q_INVOKABLE void MsetPassword(QAuthenticator* o, const QString& x1) { o->setPassword(x1); } + Q_INVOKABLE void MsetUser(QAuthenticator* o, const QString& x1) { o->setUser(x1); } + Q_INVOKABLE QString Muser(QAuthenticator* o) const { return o->user(); } +}; + +class N75 : public QObject { // QHostAddress + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LHostAddress(u); } + Q_INVOKABLE void* C(uint u, quint8* x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void* C(uint u, const quint8* x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void* C(uint u, const Q_IPV6ADDR& x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void* C(uint u, const sockaddr* x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void* C(uint u, const QHostAddress& x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void* C(uint u, QHostAddress::SpecialAddress x1) { return new LHostAddress(u, x1); } + Q_INVOKABLE void Mclear(QHostAddress* o) { o->clear(); } + Q_INVOKABLE bool MisInSubnet(QHostAddress* o, const QHostAddress& x1, int x2) const { return o->isInSubnet(x1, x2); } + Q_INVOKABLE bool MisLoopback(QHostAddress* o) const { return o->isLoopback(); } + Q_INVOKABLE bool MisNull(QHostAddress* o) const { return o->isNull(); } + Q_INVOKABLE int Mprotocol(QHostAddress* o) const { return o->protocol(); } + Q_INVOKABLE QString MscopeId(QHostAddress* o) const { return o->scopeId(); } + Q_INVOKABLE void MsetAddress(QHostAddress* o, quint8* x1) { o->setAddress(x1); } + Q_INVOKABLE void MsetAddress(QHostAddress* o, const quint8* x1) { o->setAddress(x1); } + Q_INVOKABLE void MsetAddress(QHostAddress* o, const Q_IPV6ADDR& x1) { o->setAddress(x1); } + Q_INVOKABLE bool MsetAddress(QHostAddress* o, const QString& x1) { return o->setAddress(x1); } + Q_INVOKABLE void MsetAddress(QHostAddress* o, const sockaddr* x1) { o->setAddress(x1); } + Q_INVOKABLE void MsetScopeId(QHostAddress* o, const QString& x1) { o->setScopeId(x1); } + Q_INVOKABLE Q_IPV6ADDR MtoIPv6Address(QHostAddress* o) const { return o->toIPv6Address(); } + Q_INVOKABLE QString MtoString(QHostAddress* o) const { return o->toString(); } +}; + +class N76 : public QObject { // QHostInfo + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, int x1 = -1) { return new LHostInfo(u, x1); } + Q_INVOKABLE void* C(uint u, const QHostInfo& x1) { return new LHostInfo(u, x1); } + Q_INVOKABLE QList Maddresses(QHostInfo* o) const { return o->addresses(); } + Q_INVOKABLE int Merror(QHostInfo* o) const { return o->error(); } + Q_INVOKABLE QString MerrorString(QHostInfo* o) const { return o->errorString(); } + Q_INVOKABLE QString MhostName(QHostInfo* o) const { return o->hostName(); } + Q_INVOKABLE int MlookupId(QHostInfo* o) const { return o->lookupId(); } + Q_INVOKABLE void MsetAddresses(QHostInfo* o, const QList& x1) { o->setAddresses(x1); } + Q_INVOKABLE void MsetError(QHostInfo* o, QHostInfo::HostInfoError x1) { o->setError(x1); } + Q_INVOKABLE void MsetErrorString(QHostInfo* o, const QString& x1) { o->setErrorString(x1); } + Q_INVOKABLE void MsetHostName(QHostInfo* o, const QString& x1) { o->setHostName(x1); } + Q_INVOKABLE void MsetLookupId(QHostInfo* o, int x1) { o->setLookupId(x1); } + Q_INVOKABLE void SabortHostLookup(int x1) { QHostInfo::abortHostLookup(x1); } + Q_INVOKABLE QHostInfo SfromName(const QString& x1) { return QHostInfo::fromName(x1); } + Q_INVOKABLE QString SlocalDomainName() { return QHostInfo::localDomainName(); } + Q_INVOKABLE QString SlocalHostName() { return QHostInfo::localHostName(); } + Q_INVOKABLE int SlookupHost(const QString& x1, QObject* x2, const char* x3) { return QHostInfo::lookupHost(x1, x2, x3); } +}; + +class N99 : public QObject { // QNetworkAddressEntry + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LNetworkAddressEntry(u); } + Q_INVOKABLE void* C(uint u, const QNetworkAddressEntry& x1) { return new LNetworkAddressEntry(u, x1); } + Q_INVOKABLE QHostAddress Mbroadcast(QNetworkAddressEntry* o) const { return o->broadcast(); } + Q_INVOKABLE QHostAddress Mip(QNetworkAddressEntry* o) const { return o->ip(); } + Q_INVOKABLE QHostAddress Mnetmask(QNetworkAddressEntry* o) const { return o->netmask(); } + Q_INVOKABLE int MprefixLength(QNetworkAddressEntry* o) const { return o->prefixLength(); } + Q_INVOKABLE void MsetBroadcast(QNetworkAddressEntry* o, const QHostAddress& x1) { o->setBroadcast(x1); } + Q_INVOKABLE void MsetIp(QNetworkAddressEntry* o, const QHostAddress& x1) { o->setIp(x1); } + Q_INVOKABLE void MsetNetmask(QNetworkAddressEntry* o, const QHostAddress& x1) { o->setNetmask(x1); } + Q_INVOKABLE void MsetPrefixLength(QNetworkAddressEntry* o, int x1) { o->setPrefixLength(x1); } + Q_INVOKABLE void Mswap(QNetworkAddressEntry* o, QNetworkAddressEntry& x1) { o->swap(x1); } +}; + +class N100 : public QObject { // QNetworkCacheMetaData + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LNetworkCacheMetaData(u); } + Q_INVOKABLE void* C(uint u, const QNetworkCacheMetaData& x1) { return new LNetworkCacheMetaData(u, x1); } + Q_INVOKABLE QDateTime MexpirationDate(QNetworkCacheMetaData* o) const { return o->expirationDate(); } + Q_INVOKABLE bool MisValid(QNetworkCacheMetaData* o) const { return o->isValid(); } + Q_INVOKABLE QDateTime MlastModified(QNetworkCacheMetaData* o) const { return o->lastModified(); } + Q_INVOKABLE bool MsaveToDisk(QNetworkCacheMetaData* o) const { return o->saveToDisk(); } + Q_INVOKABLE void MsetExpirationDate(QNetworkCacheMetaData* o, const QDateTime& x1) { o->setExpirationDate(x1); } + Q_INVOKABLE void MsetLastModified(QNetworkCacheMetaData* o, const QDateTime& x1) { o->setLastModified(x1); } + Q_INVOKABLE void MsetSaveToDisk(QNetworkCacheMetaData* o, bool x1) { o->setSaveToDisk(x1); } + Q_INVOKABLE void MsetUrl(QNetworkCacheMetaData* o, const QUrl& x1) { o->setUrl(x1); } + Q_INVOKABLE void Mswap(QNetworkCacheMetaData* o, QNetworkCacheMetaData& x1) { o->swap(x1); } + Q_INVOKABLE QUrl Murl(QNetworkCacheMetaData* o) const { return o->url(); } +}; + +class N101 : public QObject { // QNetworkCookie + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QByteArray& x1 = QByteArray(), const QByteArray& x2 = QByteArray()) { return new LNetworkCookie(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QNetworkCookie& x1) { return new LNetworkCookie(u, x1); } + Q_INVOKABLE QString Mdomain(QNetworkCookie* o) const { return o->domain(); } + Q_INVOKABLE QDateTime MexpirationDate(QNetworkCookie* o) const { return o->expirationDate(); } + Q_INVOKABLE bool MhasSameIdentifier(QNetworkCookie* o, const QNetworkCookie& x1) const { return o->hasSameIdentifier(x1); } + Q_INVOKABLE bool MisHttpOnly(QNetworkCookie* o) const { return o->isHttpOnly(); } + Q_INVOKABLE bool MisSecure(QNetworkCookie* o) const { return o->isSecure(); } + Q_INVOKABLE bool MisSessionCookie(QNetworkCookie* o) const { return o->isSessionCookie(); } + Q_INVOKABLE QByteArray Mname(QNetworkCookie* o) const { return o->name(); } + Q_INVOKABLE void Mnormalize(QNetworkCookie* o, const QUrl& x1) { o->normalize(x1); } + Q_INVOKABLE QString Mpath(QNetworkCookie* o) const { return o->path(); } + Q_INVOKABLE void MsetDomain(QNetworkCookie* o, const QString& x1) { o->setDomain(x1); } + Q_INVOKABLE void MsetExpirationDate(QNetworkCookie* o, const QDateTime& x1) { o->setExpirationDate(x1); } + Q_INVOKABLE void MsetHttpOnly(QNetworkCookie* o, bool x1) { o->setHttpOnly(x1); } + Q_INVOKABLE void MsetName(QNetworkCookie* o, const QByteArray& x1) { o->setName(x1); } + Q_INVOKABLE void MsetPath(QNetworkCookie* o, const QString& x1) { o->setPath(x1); } + Q_INVOKABLE void MsetSecure(QNetworkCookie* o, bool x1) { o->setSecure(x1); } + Q_INVOKABLE void MsetValue(QNetworkCookie* o, const QByteArray& x1) { o->setValue(x1); } + Q_INVOKABLE void Mswap(QNetworkCookie* o, QNetworkCookie& x1) { o->swap(x1); } + Q_INVOKABLE QByteArray MtoRawForm(QNetworkCookie* o, QNetworkCookie::RawForm x1 = QNetworkCookie::Full) const { return o->toRawForm(x1); } + Q_INVOKABLE QByteArray Mvalue(QNetworkCookie* o) const { return o->value(); } + Q_INVOKABLE QList SparseCookies(const QByteArray& x1) { return QNetworkCookie::parseCookies(x1); } +}; + +class N102 : public QObject { // QNetworkInterface + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LNetworkInterface(u); } + Q_INVOKABLE void* C(uint u, const QNetworkInterface& x1) { return new LNetworkInterface(u, x1); } + Q_INVOKABLE QList MaddressEntries(QNetworkInterface* o) const { return o->addressEntries(); } + Q_INVOKABLE int Mflags(QNetworkInterface* o) const { return o->flags(); } + Q_INVOKABLE QString MhardwareAddress(QNetworkInterface* o) const { return o->hardwareAddress(); } + Q_INVOKABLE QString MhumanReadableName(QNetworkInterface* o) const { return o->humanReadableName(); } + Q_INVOKABLE int Mindex(QNetworkInterface* o) const { return o->index(); } + Q_INVOKABLE bool MisValid(QNetworkInterface* o) const { return o->isValid(); } + Q_INVOKABLE QString Mname(QNetworkInterface* o) const { return o->name(); } + Q_INVOKABLE void Mswap(QNetworkInterface* o, QNetworkInterface& x1) { o->swap(x1); } + Q_INVOKABLE QList SallAddresses() { return QNetworkInterface::allAddresses(); } + Q_INVOKABLE QList SallInterfaces() { return QNetworkInterface::allInterfaces(); } + Q_INVOKABLE QNetworkInterface SinterfaceFromIndex(int x1) { return QNetworkInterface::interfaceFromIndex(x1); } + Q_INVOKABLE QNetworkInterface SinterfaceFromName(const QString& x1) { return QNetworkInterface::interfaceFromName(x1); } +}; + +class N103 : public QObject { // QNetworkProxy + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LNetworkProxy(u); } + Q_INVOKABLE void* C(uint u, QNetworkProxy::ProxyType x1, const QString& x2 = QString(), quint16 x3 = 0, const QString& x4 = QString(), const QString& x5 = QString()) { return new LNetworkProxy(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QNetworkProxy& x1) { return new LNetworkProxy(u, x1); } + Q_INVOKABLE int Mcapabilities(QNetworkProxy* o) const { return o->capabilities(); } + Q_INVOKABLE bool MhasRawHeader(QNetworkProxy* o, const QByteArray& x1) const { return o->hasRawHeader(x1); } + Q_INVOKABLE QVariant Mheader(QNetworkProxy* o, QNetworkRequest::KnownHeaders x1) const { return o->header(x1); } + Q_INVOKABLE QString MhostName(QNetworkProxy* o) const { return o->hostName(); } + Q_INVOKABLE bool MisCachingProxy(QNetworkProxy* o) const { return o->isCachingProxy(); } + Q_INVOKABLE bool MisTransparentProxy(QNetworkProxy* o) const { return o->isTransparentProxy(); } + Q_INVOKABLE QString Mpassword(QNetworkProxy* o) const { return o->password(); } + Q_INVOKABLE quint16 Mport(QNetworkProxy* o) const { return o->port(); } + Q_INVOKABLE QByteArray MrawHeader(QNetworkProxy* o, const QByteArray& x1) const { return o->rawHeader(x1); } + Q_INVOKABLE QList MrawHeaderList(QNetworkProxy* o) const { return o->rawHeaderList(); } + Q_INVOKABLE void MsetCapabilities(QNetworkProxy* o, QNetworkProxy::Capabilities x1) { o->setCapabilities(x1); } + Q_INVOKABLE void MsetHeader(QNetworkProxy* o, QNetworkRequest::KnownHeaders x1, const QVariant& x2) { o->setHeader(x1, x2); } + Q_INVOKABLE void MsetHostName(QNetworkProxy* o, const QString& x1) { o->setHostName(x1); } + Q_INVOKABLE void MsetPassword(QNetworkProxy* o, const QString& x1) { o->setPassword(x1); } + Q_INVOKABLE void MsetPort(QNetworkProxy* o, quint16 x1) { o->setPort(x1); } + Q_INVOKABLE void MsetRawHeader(QNetworkProxy* o, const QByteArray& x1, const QByteArray& x2) { o->setRawHeader(x1, x2); } + Q_INVOKABLE void MsetType(QNetworkProxy* o, QNetworkProxy::ProxyType x1) { o->setType(x1); } + Q_INVOKABLE void MsetUser(QNetworkProxy* o, const QString& x1) { o->setUser(x1); } + Q_INVOKABLE void Mswap(QNetworkProxy* o, QNetworkProxy& x1) { o->swap(x1); } + Q_INVOKABLE int Mtype(QNetworkProxy* o) const { return o->type(); } + Q_INVOKABLE QString Muser(QNetworkProxy* o) const { return o->user(); } + Q_INVOKABLE QNetworkProxy SapplicationProxy() { return QNetworkProxy::applicationProxy(); } + Q_INVOKABLE void SsetApplicationProxy(const QNetworkProxy& x1) { QNetworkProxy::setApplicationProxy(x1); } +}; + +class N104 : public QObject { // QNetworkProxyFactory + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LNetworkProxyFactory(u); } + Q_INVOKABLE QList MqueryProxy(QNetworkProxyFactory* o, const QNetworkProxyQuery& x1 = QNetworkProxyQuery()) { return o->queryProxy(x1); } + Q_INVOKABLE QList SproxyForQuery(const QNetworkProxyQuery& x1) { return QNetworkProxyFactory::proxyForQuery(x1); } + Q_INVOKABLE void SsetApplicationProxyFactory(QNetworkProxyFactory* x1) { QNetworkProxyFactory::setApplicationProxyFactory(x1); } + Q_INVOKABLE void SsetUseSystemConfiguration(bool x1) { QNetworkProxyFactory::setUseSystemConfiguration(x1); } + Q_INVOKABLE QList SsystemProxyForQuery(const QNetworkProxyQuery& x1 = QNetworkProxyQuery()) { return QNetworkProxyFactory::systemProxyForQuery(x1); } +}; + +class N105 : public QObject { // QNetworkProxyQuery + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LNetworkProxyQuery(u); } + Q_INVOKABLE void* C(uint u, const QUrl& x1, QNetworkProxyQuery::QueryType x2 = QNetworkProxyQuery::UrlRequest) { return new LNetworkProxyQuery(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QString& x1, int x2, const QString& x3 = QString(), QNetworkProxyQuery::QueryType x4 = QNetworkProxyQuery::TcpSocket) { return new LNetworkProxyQuery(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, quint16 x1, const QString& x2 = QString(), QNetworkProxyQuery::QueryType x3 = QNetworkProxyQuery::TcpServer) { return new LNetworkProxyQuery(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QNetworkProxyQuery& x1) { return new LNetworkProxyQuery(u, x1); } + Q_INVOKABLE void* C(uint u, const QNetworkConfiguration& x1, const QUrl& x2, QNetworkProxyQuery::QueryType x3 = QNetworkProxyQuery::UrlRequest) { return new LNetworkProxyQuery(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QNetworkConfiguration& x1, const QString& x2, int x3, const QString& x4 = QString(), QNetworkProxyQuery::QueryType x5 = QNetworkProxyQuery::TcpSocket) { return new LNetworkProxyQuery(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QNetworkConfiguration& x1, quint16 x2, const QString& x3 = QString(), QNetworkProxyQuery::QueryType x4 = QNetworkProxyQuery::TcpServer) { return new LNetworkProxyQuery(u, x1, x2, x3, x4); } + Q_INVOKABLE int MlocalPort(QNetworkProxyQuery* o) const { return o->localPort(); } + Q_INVOKABLE QNetworkConfiguration MnetworkConfiguration(QNetworkProxyQuery* o) const { return o->networkConfiguration(); } + Q_INVOKABLE QString MpeerHostName(QNetworkProxyQuery* o) const { return o->peerHostName(); } + Q_INVOKABLE int MpeerPort(QNetworkProxyQuery* o) const { return o->peerPort(); } + Q_INVOKABLE QString MprotocolTag(QNetworkProxyQuery* o) const { return o->protocolTag(); } + Q_INVOKABLE int MqueryType(QNetworkProxyQuery* o) const { return o->queryType(); } + Q_INVOKABLE void MsetLocalPort(QNetworkProxyQuery* o, int x1) { o->setLocalPort(x1); } + Q_INVOKABLE void MsetNetworkConfiguration(QNetworkProxyQuery* o, const QNetworkConfiguration& x1) { o->setNetworkConfiguration(x1); } + Q_INVOKABLE void MsetPeerHostName(QNetworkProxyQuery* o, const QString& x1) { o->setPeerHostName(x1); } + Q_INVOKABLE void MsetPeerPort(QNetworkProxyQuery* o, int x1) { o->setPeerPort(x1); } + Q_INVOKABLE void MsetProtocolTag(QNetworkProxyQuery* o, const QString& x1) { o->setProtocolTag(x1); } + Q_INVOKABLE void MsetQueryType(QNetworkProxyQuery* o, QNetworkProxyQuery::QueryType x1) { o->setQueryType(x1); } + Q_INVOKABLE void MsetUrl(QNetworkProxyQuery* o, const QUrl& x1) { o->setUrl(x1); } + Q_INVOKABLE void Mswap(QNetworkProxyQuery* o, QNetworkProxyQuery& x1) { o->swap(x1); } + Q_INVOKABLE QUrl Murl(QNetworkProxyQuery* o) const { return o->url(); } +}; + +class N106 : public QObject { // QNetworkRequest + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QUrl& x1 = QUrl()) { return new LNetworkRequest(u, x1); } + Q_INVOKABLE void* C(uint u, const QNetworkRequest& x1) { return new LNetworkRequest(u, x1); } + Q_INVOKABLE QVariant Mattribute(QNetworkRequest* o, QNetworkRequest::Attribute x1, const QVariant& x2 = QVariant()) const { return o->attribute(x1, x2); } + Q_INVOKABLE bool MhasRawHeader(QNetworkRequest* o, const QByteArray& x1) const { return o->hasRawHeader(x1); } + Q_INVOKABLE QVariant Mheader(QNetworkRequest* o, QNetworkRequest::KnownHeaders x1) const { return o->header(x1); } + Q_INVOKABLE QObject* MoriginatingObject(QNetworkRequest* o) const { return o->originatingObject(); } + Q_INVOKABLE int Mpriority(QNetworkRequest* o) const { return o->priority(); } + Q_INVOKABLE QByteArray MrawHeader(QNetworkRequest* o, const QByteArray& x1) const { return o->rawHeader(x1); } + Q_INVOKABLE QList MrawHeaderList(QNetworkRequest* o) const { return o->rawHeaderList(); } + Q_INVOKABLE void MsetAttribute(QNetworkRequest* o, QNetworkRequest::Attribute x1, const QVariant& x2) { o->setAttribute(x1, x2); } + Q_INVOKABLE void MsetHeader(QNetworkRequest* o, QNetworkRequest::KnownHeaders x1, const QVariant& x2) { o->setHeader(x1, x2); } + Q_INVOKABLE void MsetOriginatingObject(QNetworkRequest* o, QObject* x1) { o->setOriginatingObject(x1); } + Q_INVOKABLE void MsetPriority(QNetworkRequest* o, QNetworkRequest::Priority x1) { o->setPriority(x1); } + Q_INVOKABLE void MsetRawHeader(QNetworkRequest* o, const QByteArray& x1, const QByteArray& x2) { o->setRawHeader(x1, x2); } + Q_INVOKABLE void MsetSslConfiguration(QNetworkRequest* o, const QSslConfiguration& x1) { o->setSslConfiguration(x1); } + Q_INVOKABLE void MsetUrl(QNetworkRequest* o, const QUrl& x1) { o->setUrl(x1); } + Q_INVOKABLE QSslConfiguration MsslConfiguration(QNetworkRequest* o) const { return o->sslConfiguration(); } + Q_INVOKABLE void Mswap(QNetworkRequest* o, QNetworkRequest& x1) { o->swap(x1); } + Q_INVOKABLE QUrl Murl(QNetworkRequest* o) const { return o->url(); } +}; + +class N143 : public QObject { // QSslCertificate + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QByteArray& x1 = QByteArray(), QSsl::EncodingFormat x2 = QSsl::Pem) { return new LSslCertificate(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QSslCertificate& x1) { return new LSslCertificate(u, x1); } + Q_INVOKABLE void Mclear(QSslCertificate* o) { o->clear(); } + Q_INVOKABLE QByteArray Mdigest(QSslCertificate* o, QCryptographicHash::Algorithm x1 = QCryptographicHash::Md5) const { return o->digest(x1); } + Q_INVOKABLE QDateTime MeffectiveDate(QSslCertificate* o) const { return o->effectiveDate(); } + Q_INVOKABLE QDateTime MexpiryDate(QSslCertificate* o) const { return o->expiryDate(); } + Q_INVOKABLE QList Mextensions(QSslCertificate* o) const { return o->extensions(); } + Q_INVOKABLE bool MisBlacklisted(QSslCertificate* o) const { return o->isBlacklisted(); } + Q_INVOKABLE bool MisNull(QSslCertificate* o) const { return o->isNull(); } + Q_INVOKABLE bool MisSelfSigned(QSslCertificate* o) const { return o->isSelfSigned(); } + Q_INVOKABLE QStringList MissuerInfo(QSslCertificate* o, QSslCertificate::SubjectInfo x1) const { return o->issuerInfo(x1); } + Q_INVOKABLE QStringList MissuerInfo(QSslCertificate* o, const QByteArray& x1) const { return o->issuerInfo(x1); } + Q_INVOKABLE QList MissuerInfoAttributes(QSslCertificate* o) const { return o->issuerInfoAttributes(); } + Q_INVOKABLE QSslKey MpublicKey(QSslCertificate* o) const { return o->publicKey(); } + Q_INVOKABLE QByteArray MserialNumber(QSslCertificate* o) const { return o->serialNumber(); } + Q_INVOKABLE QMultiMap MsubjectAlternativeNames(QSslCertificate* o) const { return o->subjectAlternativeNames(); } + Q_INVOKABLE QStringList MsubjectInfo(QSslCertificate* o, QSslCertificate::SubjectInfo x1) const { return o->subjectInfo(x1); } + Q_INVOKABLE QStringList MsubjectInfo(QSslCertificate* o, const QByteArray& x1) const { return o->subjectInfo(x1); } + Q_INVOKABLE QList MsubjectInfoAttributes(QSslCertificate* o) const { return o->subjectInfoAttributes(); } + Q_INVOKABLE void Mswap(QSslCertificate* o, QSslCertificate& x1) { o->swap(x1); } + Q_INVOKABLE QByteArray MtoDer(QSslCertificate* o) const { return o->toDer(); } + Q_INVOKABLE QByteArray MtoPem(QSslCertificate* o) const { return o->toPem(); } + Q_INVOKABLE QString MtoText(QSslCertificate* o) const { return o->toText(); } + Q_INVOKABLE QByteArray Mversion(QSslCertificate* o) const { return o->version(); } + Q_INVOKABLE QList SfromData(const QByteArray& x1, QSsl::EncodingFormat x2 = QSsl::Pem) { return QSslCertificate::fromData(x1, x2); } + Q_INVOKABLE QList SfromPath(const QString& x1, QSsl::EncodingFormat x2 = QSsl::Pem, QRegExp::PatternSyntax x3 = QRegExp::FixedString) { return QSslCertificate::fromPath(x1, x2, x3); } + Q_INVOKABLE QList Sverify(const QList& x1, const QString& x2 = QString()) { return QSslCertificate::verify(x1, x2); } +}; + +class N144 : public QObject { // QSslCipher + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSslCipher(u); } + Q_INVOKABLE void* C(uint u, const QString& x1) { return new LSslCipher(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QSsl::SslProtocol x2) { return new LSslCipher(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QSslCipher& x1) { return new LSslCipher(u, x1); } + Q_INVOKABLE QString MauthenticationMethod(QSslCipher* o) const { return o->authenticationMethod(); } + Q_INVOKABLE QString MencryptionMethod(QSslCipher* o) const { return o->encryptionMethod(); } + Q_INVOKABLE bool MisNull(QSslCipher* o) const { return o->isNull(); } + Q_INVOKABLE QString MkeyExchangeMethod(QSslCipher* o) const { return o->keyExchangeMethod(); } + Q_INVOKABLE QString Mname(QSslCipher* o) const { return o->name(); } + Q_INVOKABLE int Mprotocol(QSslCipher* o) const { return o->protocol(); } + Q_INVOKABLE QString MprotocolString(QSslCipher* o) const { return o->protocolString(); } + Q_INVOKABLE int MsupportedBits(QSslCipher* o) const { return o->supportedBits(); } + Q_INVOKABLE void Mswap(QSslCipher* o, QSslCipher& x1) { o->swap(x1); } + Q_INVOKABLE int MusedBits(QSslCipher* o) const { return o->usedBits(); } +}; + +class N145 : public QObject { // QSslConfiguration + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSslConfiguration(u); } + Q_INVOKABLE void* C(uint u, const QSslConfiguration& x1) { return new LSslConfiguration(u, x1); } + Q_INVOKABLE QList MallowedNextProtocols(QSslConfiguration* o) const { return o->allowedNextProtocols(); } + Q_INVOKABLE QList McaCertificates(QSslConfiguration* o) const { return o->caCertificates(); } + Q_INVOKABLE QList Mciphers(QSslConfiguration* o) const { return o->ciphers(); } + Q_INVOKABLE QVector MellipticCurves(QSslConfiguration* o) const { return o->ellipticCurves(); } + Q_INVOKABLE bool MisNull(QSslConfiguration* o) const { return o->isNull(); } + Q_INVOKABLE QSslCertificate MlocalCertificate(QSslConfiguration* o) const { return o->localCertificate(); } + Q_INVOKABLE QList MlocalCertificateChain(QSslConfiguration* o) const { return o->localCertificateChain(); } + Q_INVOKABLE QByteArray MnextNegotiatedProtocol(QSslConfiguration* o) const { return o->nextNegotiatedProtocol(); } + Q_INVOKABLE int MnextProtocolNegotiationStatus(QSslConfiguration* o) const { return o->nextProtocolNegotiationStatus(); } + Q_INVOKABLE QSslCertificate MpeerCertificate(QSslConfiguration* o) const { return o->peerCertificate(); } + Q_INVOKABLE QList MpeerCertificateChain(QSslConfiguration* o) const { return o->peerCertificateChain(); } + Q_INVOKABLE int MpeerVerifyDepth(QSslConfiguration* o) const { return o->peerVerifyDepth(); } + Q_INVOKABLE int MpeerVerifyMode(QSslConfiguration* o) const { return o->peerVerifyMode(); } + Q_INVOKABLE QSslKey MprivateKey(QSslConfiguration* o) const { return o->privateKey(); } + Q_INVOKABLE int Mprotocol(QSslConfiguration* o) const { return o->protocol(); } + Q_INVOKABLE QSslCipher MsessionCipher(QSslConfiguration* o) const { return o->sessionCipher(); } + Q_INVOKABLE int MsessionProtocol(QSslConfiguration* o) const { return o->sessionProtocol(); } + Q_INVOKABLE QByteArray MsessionTicket(QSslConfiguration* o) const { return o->sessionTicket(); } + Q_INVOKABLE int MsessionTicketLifeTimeHint(QSslConfiguration* o) const { return o->sessionTicketLifeTimeHint(); } + Q_INVOKABLE void MsetAllowedNextProtocols(QSslConfiguration* o, const QList& x1) { o->setAllowedNextProtocols(x1); } + Q_INVOKABLE void MsetCaCertificates(QSslConfiguration* o, const QList& x1) { o->setCaCertificates(x1); } + Q_INVOKABLE void MsetCiphers(QSslConfiguration* o, const QList& x1) { o->setCiphers(x1); } + Q_INVOKABLE void MsetEllipticCurves(QSslConfiguration* o, const QVector& x1) { o->setEllipticCurves(x1); } + Q_INVOKABLE void MsetLocalCertificate(QSslConfiguration* o, const QSslCertificate& x1) { o->setLocalCertificate(x1); } + Q_INVOKABLE void MsetLocalCertificateChain(QSslConfiguration* o, const QList& x1) { o->setLocalCertificateChain(x1); } + Q_INVOKABLE void MsetPeerVerifyDepth(QSslConfiguration* o, int x1) { o->setPeerVerifyDepth(x1); } + Q_INVOKABLE void MsetPeerVerifyMode(QSslConfiguration* o, QSslSocket::PeerVerifyMode x1) { o->setPeerVerifyMode(x1); } + Q_INVOKABLE void MsetPrivateKey(QSslConfiguration* o, const QSslKey& x1) { o->setPrivateKey(x1); } + Q_INVOKABLE void MsetProtocol(QSslConfiguration* o, QSsl::SslProtocol x1) { o->setProtocol(x1); } + Q_INVOKABLE void MsetSessionTicket(QSslConfiguration* o, const QByteArray& x1) { o->setSessionTicket(x1); } + Q_INVOKABLE void MsetSslOption(QSslConfiguration* o, QSsl::SslOption x1, bool x2) { o->setSslOption(x1, x2); } + Q_INVOKABLE void Mswap(QSslConfiguration* o, QSslConfiguration& x1) { o->swap(x1); } + Q_INVOKABLE bool MtestSslOption(QSslConfiguration* o, QSsl::SslOption x1) const { return o->testSslOption(x1); } + Q_INVOKABLE QSslConfiguration SdefaultConfiguration() { return QSslConfiguration::defaultConfiguration(); } + Q_INVOKABLE void SsetDefaultConfiguration(const QSslConfiguration& x1) { QSslConfiguration::setDefaultConfiguration(x1); } + Q_INVOKABLE QList SsupportedCiphers() { return QSslConfiguration::supportedCiphers(); } + Q_INVOKABLE QVector SsupportedEllipticCurves() { return QSslConfiguration::supportedEllipticCurves(); } + Q_INVOKABLE QList SsystemCaCertificates() { return QSslConfiguration::systemCaCertificates(); } +}; + +class N146 : public QObject { // QSslError + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSslError(u); } + Q_INVOKABLE void* C(uint u, QSslError::SslError x1) { return new LSslError(u, x1); } + Q_INVOKABLE void* C(uint u, QSslError::SslError x1, const QSslCertificate& x2) { return new LSslError(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QSslError& x1) { return new LSslError(u, x1); } + Q_INVOKABLE QSslCertificate Mcertificate(QSslError* o) const { return o->certificate(); } + Q_INVOKABLE int Merror(QSslError* o) const { return o->error(); } + Q_INVOKABLE QString MerrorString(QSslError* o) const { return o->errorString(); } + Q_INVOKABLE void Mswap(QSslError* o, QSslError& x1) { o->swap(x1); } +}; + +class N147 : public QObject { // QSslKey + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSslKey(u); } + Q_INVOKABLE void* C(uint u, const QByteArray& x1, QSsl::KeyAlgorithm x2, QSsl::EncodingFormat x3 = QSsl::Pem, QSsl::KeyType x4 = QSsl::PrivateKey, const QByteArray& x5 = QByteArray()) { return new LSslKey(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QSslKey& x1) { return new LSslKey(u, x1); } + Q_INVOKABLE int Malgorithm(QSslKey* o) const { return o->algorithm(); } + Q_INVOKABLE void Mclear(QSslKey* o) { o->clear(); } + Q_INVOKABLE bool MisNull(QSslKey* o) const { return o->isNull(); } + Q_INVOKABLE int Mlength(QSslKey* o) const { return o->length(); } + Q_INVOKABLE void Mswap(QSslKey* o, QSslKey& x1) { o->swap(x1); } + Q_INVOKABLE QByteArray MtoDer(QSslKey* o, const QByteArray& x1 = QByteArray()) const { return o->toDer(x1); } + Q_INVOKABLE QByteArray MtoPem(QSslKey* o, const QByteArray& x1 = QByteArray()) const { return o->toPem(x1); } + Q_INVOKABLE int Mtype(QSslKey* o) const { return o->type(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/network/_q_classes.h b/src/gen/network/_q_classes.h new file mode 100644 index 0000000..f74a219 --- /dev/null +++ b/src/gen/network/_q_classes.h @@ -0,0 +1,255 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_CLASSES_H +#define Q_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LAbstractSocket : public QAbstractSocket { + Q_OBJECT + friend class Q12; +public: + LAbstractSocket(uint u, SocketType x1, QObject* x2) : QAbstractSocket(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void connectToHost(const QString& x1, quint16 x2, OpenMode x3 = ReadWrite, NetworkLayerProtocol x4 = AnyIPProtocol) { quint64 id = LObjects::override_id(unique, 117); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 117, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::connectToHost(x1, x2, x3, x4); }} + void disconnectFromHost() { quint64 id = LObjects::override_id(unique, 119); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 119, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::disconnectFromHost(); }} + void resume() { quint64 id = LObjects::override_id(unique, 120); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 120, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::resume(); }} + void setReadBufferSize(qint64 x1) { quint64 id = LObjects::override_id(unique, 121); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 121, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::setReadBufferSize(x1); }} + void setSocketOption(QAbstractSocket::SocketOption x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 122); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 122, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::setSocketOption(x1, x2); }} + QVariant socketOption(QAbstractSocket::SocketOption x1) { quint64 id = LObjects::override_id(unique, 123); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 123, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::socketOption(x1); } return ret; } + bool waitForConnected(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 124); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 124, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::waitForConnected(x1); } return ret; } + bool waitForDisconnected(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 125); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 125, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::waitForDisconnected(x1); } return ret; } + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::atEnd(); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::isSequential(); } return ret; } + bool waitForBytesWritten(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::waitForReadyRead(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::readData(x1, x2); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::readLineData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::writeData(x1, x2); } return ret; } + bool open(OpenMode x1) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::open(x1); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::pos(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::reset(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::size(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractSocket::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractSocket::timerEvent(x1); }} +}; + +class LLocalServer : public QLocalServer { + Q_OBJECT + friend class Q109; +public: + LLocalServer(uint u, QObject* x1 = 0) : QLocalServer(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool hasPendingConnections() const { quint64 id = LObjects::override_id(unique, 288); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 288, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::hasPendingConnections(); } return ret; } + QLocalSocket* nextPendingConnection() { quint64 id = LObjects::override_id(unique, 289); void* fun = LObjects::overrideFun(id); QLocalSocket* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLocalSocket*)callOverrideFun(fun, 289, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::nextPendingConnection(); } return ret; } + void incomingConnection(quintptr x1) { quint64 id = LObjects::override_id(unique, 290); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 290, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::incomingConnection(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::timerEvent(x1); }} +}; + +class LLocalSocket : public QLocalSocket { + Q_OBJECT + friend class Q110; +public: + LLocalSocket(uint u, QObject* x1 = 0) : QLocalSocket(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalSocket::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::isSequential(); } return ret; } + bool open(OpenMode x1 = ReadWrite) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::open(x1); } return ret; } + bool waitForBytesWritten(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::waitForReadyRead(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::readData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::writeData(x1, x2); } return ret; } + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::atEnd(); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::pos(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::reset(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::size(); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::readLineData(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalSocket::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalSocket::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalSocket::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalSocket::timerEvent(x1); }} +}; + +class LNetworkAccessManager : public QNetworkAccessManager { + Q_OBJECT + friend class Q120; +public: + LNetworkAccessManager(uint u, QObject* x1 = 0) : QNetworkAccessManager(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkAccessManager::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkAccessManager::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkAccessManager::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkAccessManager::timerEvent(x1); }} +}; + +class LNetworkCookieJar : public QNetworkCookieJar { + Q_OBJECT + friend class Q121; +public: + LNetworkCookieJar(uint u, QObject* x1 = 0) : QNetworkCookieJar(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QList cookiesForUrl(const QUrl& x1) const { quint64 id = LObjects::override_id(unique, 295); void* fun = LObjects::overrideFun(id); QList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 295, args, id).value >(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::cookiesForUrl(x1); } return ret; } + bool deleteCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 296); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 296, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::deleteCookie(x1); } return ret; } + bool insertCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 297); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 297, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::insertCookie(x1); } return ret; } + bool setCookiesFromUrl(const QList& x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 298); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 298, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::setCookiesFromUrl(x1, x2); } return ret; } + bool updateCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 299); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 299, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::updateCookie(x1); } return ret; } + bool validateCookie(const QNetworkCookie& x1, const QUrl& x2) const { quint64 id = LObjects::override_id(unique, 300); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 300, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::validateCookie(x1, x2); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkCookieJar::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkCookieJar::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkCookieJar::timerEvent(x1); }} +}; + +class LNetworkDiskCache : public QNetworkDiskCache { + Q_OBJECT + friend class Q122; +public: + LNetworkDiskCache(uint u, QObject* x1 = 0) : QNetworkDiskCache(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + qlonglong expire() { quint64 id = LObjects::override_id(unique, 301); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 301, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::expire(); } return ret; } + qlonglong cacheSize() const { quint64 id = LObjects::override_id(unique, 302); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 302, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::cacheSize(); } return ret; } + QNetworkCacheMetaData metaData(const QUrl& x1) { quint64 id = LObjects::override_id(unique, 303); void* fun = LObjects::overrideFun(id); QNetworkCacheMetaData ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 303, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::metaData(x1); } return ret; } + bool remove(const QUrl& x1) { quint64 id = LObjects::override_id(unique, 304); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 304, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::remove(x1); } return ret; } + void updateMetaData(const QNetworkCacheMetaData& x1) { quint64 id = LObjects::override_id(unique, 305); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 305, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::updateMetaData(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::timerEvent(x1); }} +}; + +class LTcpServer : public QTcpServer { + Q_OBJECT + friend class Q183; +public: + LTcpServer(uint u, QObject* x1 = 0) : QTcpServer(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool hasPendingConnections() const { quint64 id = LObjects::override_id(unique, 288); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 288, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::hasPendingConnections(); } return ret; } + QTcpSocket* nextPendingConnection() { quint64 id = LObjects::override_id(unique, 289); void* fun = LObjects::overrideFun(id); QTcpSocket* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QTcpSocket*)callOverrideFun(fun, 289, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::nextPendingConnection(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpServer::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpServer::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpServer::timerEvent(x1); }} +}; + +class LTcpSocket : public QTcpSocket { + Q_OBJECT + friend class Q184; +public: + LTcpSocket(uint u, QObject* x1 = 0) : QTcpSocket(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void connectToHost(const QString& x1, quint16 x2, OpenMode x3 = ReadWrite, NetworkLayerProtocol x4 = AnyIPProtocol) { quint64 id = LObjects::override_id(unique, 117); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 117, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::connectToHost(x1, x2, x3, x4); }} + void disconnectFromHost() { quint64 id = LObjects::override_id(unique, 119); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 119, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::disconnectFromHost(); }} + void resume() { quint64 id = LObjects::override_id(unique, 120); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 120, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::resume(); }} + void setReadBufferSize(qint64 x1) { quint64 id = LObjects::override_id(unique, 121); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 121, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::setReadBufferSize(x1); }} + void setSocketOption(QAbstractSocket::SocketOption x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 122); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 122, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::setSocketOption(x1, x2); }} + QVariant socketOption(QAbstractSocket::SocketOption x1) { quint64 id = LObjects::override_id(unique, 123); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 123, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::socketOption(x1); } return ret; } + bool waitForConnected(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 124); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 124, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::waitForConnected(x1); } return ret; } + bool waitForDisconnected(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 125); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 125, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::waitForDisconnected(x1); } return ret; } + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::atEnd(); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::isSequential(); } return ret; } + bool waitForBytesWritten(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::waitForReadyRead(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::readData(x1, x2); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::readLineData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::writeData(x1, x2); } return ret; } + bool open(OpenMode x1) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::open(x1); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::pos(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::reset(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::size(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpSocket::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpSocket::timerEvent(x1); }} +}; + +class LUdpSocket : public QUdpSocket { + Q_OBJECT + friend class Q202; +public: + LUdpSocket(uint u, QObject* x1 = 0) : QUdpSocket(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void connectToHost(const QString& x1, quint16 x2, OpenMode x3 = ReadWrite, NetworkLayerProtocol x4 = AnyIPProtocol) { quint64 id = LObjects::override_id(unique, 117); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 117, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::connectToHost(x1, x2, x3, x4); }} + void disconnectFromHost() { quint64 id = LObjects::override_id(unique, 119); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 119, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::disconnectFromHost(); }} + void resume() { quint64 id = LObjects::override_id(unique, 120); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 120, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::resume(); }} + void setReadBufferSize(qint64 x1) { quint64 id = LObjects::override_id(unique, 121); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 121, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::setReadBufferSize(x1); }} + void setSocketOption(QAbstractSocket::SocketOption x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 122); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 122, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::setSocketOption(x1, x2); }} + QVariant socketOption(QAbstractSocket::SocketOption x1) { quint64 id = LObjects::override_id(unique, 123); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 123, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::socketOption(x1); } return ret; } + bool waitForConnected(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 124); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 124, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::waitForConnected(x1); } return ret; } + bool waitForDisconnected(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 125); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 125, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::waitForDisconnected(x1); } return ret; } + bool atEnd() const { quint64 id = LObjects::override_id(unique, 126); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 126, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::atEnd(); } return ret; } + qlonglong bytesAvailable() const { quint64 id = LObjects::override_id(unique, 127); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 127, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::bytesAvailable(); } return ret; } + qlonglong bytesToWrite() const { quint64 id = LObjects::override_id(unique, 128); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 128, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::bytesToWrite(); } return ret; } + bool canReadLine() const { quint64 id = LObjects::override_id(unique, 129); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 129, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::canReadLine(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::close(); }} + bool isSequential() const { quint64 id = LObjects::override_id(unique, 131); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 131, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::isSequential(); } return ret; } + bool waitForBytesWritten(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 132); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 132, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::waitForBytesWritten(x1); } return ret; } + bool waitForReadyRead(int x1 = 30000) { quint64 id = LObjects::override_id(unique, 133); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 133, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::waitForReadyRead(x1); } return ret; } + qlonglong readData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 134); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 134, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::readData(x1, x2); } return ret; } + qlonglong readLineData(char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 135); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 135, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::readLineData(x1, x2); } return ret; } + qlonglong writeData(const char* x1, qint64 x2) { quint64 id = LObjects::override_id(unique, 136); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 136, args, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::writeData(x1, x2); } return ret; } + bool open(OpenMode x1) { quint64 id = LObjects::override_id(unique, 137); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 137, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::open(x1); } return ret; } + qlonglong pos() const { quint64 id = LObjects::override_id(unique, 138); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 138, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::pos(); } return ret; } + bool reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 139, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::reset(); } return ret; } + bool seek(qint64 x1) { quint64 id = LObjects::override_id(unique, 140); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 140, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::seek(x1); } return ret; } + qlonglong size() const { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::size(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUdpSocket::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUdpSocket::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/network/_q_methods.h b/src/gen/network/_q_methods.h new file mode 100644 index 0000000..b08ca8d --- /dev/null +++ b/src/gen/network/_q_methods.h @@ -0,0 +1,246 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_METHODS_H +#define Q_METHODS_H + +#include "_q_classes.h" +#include "../_main_q_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Q7 : public Q124 { // QAbstractNetworkCache + Q_OBJECT +public: +}; + +class Q109 : public Q124 { // QLocalServer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LLocalServer(u, x1); } + Q_INVOKABLE void Mclose(QLocalServer* o) { o->close(); } + Q_INVOKABLE QString MerrorString(QLocalServer* o) const { return o->errorString(); } + Q_INVOKABLE QString MfullServerName(QLocalServer* o) const { return o->fullServerName(); } + Q_INVOKABLE bool MhasPendingConnections(QLocalServer* o) const { return o->hasPendingConnections(); } + Q_INVOKABLE bool MisListening(QLocalServer* o) const { return o->isListening(); } + Q_INVOKABLE bool Mlisten(QLocalServer* o, const QString& x1) { return o->listen(x1); } + Q_INVOKABLE int MmaxPendingConnections(QLocalServer* o) const { return o->maxPendingConnections(); } + Q_INVOKABLE QLocalSocket* MnextPendingConnection(QLocalServer* o) { return o->nextPendingConnection(); } + Q_INVOKABLE int MserverError(QLocalServer* o) const { return o->serverError(); } + Q_INVOKABLE QString MserverName(QLocalServer* o) const { return o->serverName(); } + Q_INVOKABLE void MsetMaxPendingConnections(QLocalServer* o, int x1) { o->setMaxPendingConnections(x1); } + Q_INVOKABLE void MsetSocketOptions(QLocalServer* o, QLocalServer::SocketOptions x1) { o->setSocketOptions(x1); } + Q_INVOKABLE int MsocketOptions(QLocalServer* o) const { return o->socketOptions(); } + Q_INVOKABLE bool MwaitForNewConnection(QLocalServer* o, int x1 = 0, bool* x2 = 0) { return o->waitForNewConnection(x1, x2); } + Q_INVOKABLE bool SremoveServer(const QString& x1) { return QLocalServer::removeServer(x1); } +}; + +class Q110 : public Q96 { // QLocalSocket + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LLocalSocket(u, x1); } + Q_INVOKABLE void Mabort(QLocalSocket* o) { o->abort(); } + Q_INVOKABLE void MconnectToServer(QLocalSocket* o, QLocalSocket::OpenMode x1 = QLocalSocket::ReadWrite) { o->connectToServer(x1); } + Q_INVOKABLE void MconnectToServer(QLocalSocket* o, const QString& x1, QLocalSocket::OpenMode x2 = QLocalSocket::ReadWrite) { o->connectToServer(x1, x2); } + Q_INVOKABLE void MdisconnectFromServer(QLocalSocket* o) { o->disconnectFromServer(); } + Q_INVOKABLE int Merror(QLocalSocket* o) const { return o->error(); } + Q_INVOKABLE bool Mflush(QLocalSocket* o) { return o->flush(); } + Q_INVOKABLE QString MfullServerName(QLocalSocket* o) const { return o->fullServerName(); } + Q_INVOKABLE bool MisValid(QLocalSocket* o) const { return o->isValid(); } + Q_INVOKABLE qlonglong MreadBufferSize(QLocalSocket* o) const { return o->readBufferSize(); } + Q_INVOKABLE QString MserverName(QLocalSocket* o) const { return o->serverName(); } + Q_INVOKABLE void MsetReadBufferSize(QLocalSocket* o, qint64 x1) { o->setReadBufferSize(x1); } + Q_INVOKABLE void MsetServerName(QLocalSocket* o, const QString& x1) { o->setServerName(x1); } + Q_INVOKABLE int Mstate(QLocalSocket* o) const { return o->state(); } + Q_INVOKABLE bool MwaitForConnected(QLocalSocket* o, int x1 = 30000) { return o->waitForConnected(x1); } + Q_INVOKABLE bool MwaitForDisconnected(QLocalSocket* o, int x1 = 30000) { return o->waitForDisconnected(x1); } + Q_INVOKABLE qlonglong MbytesAvailable(QLocalSocket* o) const { return o->bytesAvailable(); } + Q_INVOKABLE qlonglong MbytesToWrite(QLocalSocket* o) const { return o->bytesToWrite(); } + Q_INVOKABLE bool McanReadLine(QLocalSocket* o) const { return o->canReadLine(); } + Q_INVOKABLE void Mclose(QLocalSocket* o) { o->close(); } + Q_INVOKABLE bool MisSequential(QLocalSocket* o) const { return o->isSequential(); } + Q_INVOKABLE bool Mopen(QLocalSocket* o, QLocalSocket::OpenMode x1 = QLocalSocket::ReadWrite) { return o->open(x1); } + Q_INVOKABLE bool MwaitForBytesWritten(QLocalSocket* o, int x1 = 30000) { return o->waitForBytesWritten(x1); } + Q_INVOKABLE bool MwaitForReadyRead(QLocalSocket* o, int x1 = 30000) { return o->waitForReadyRead(x1); } +}; + +class Q120 : public Q124 { // QNetworkAccessManager + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LNetworkAccessManager(u, x1); } + Q_INVOKABLE QNetworkConfiguration MactiveConfiguration(QNetworkAccessManager* o) const { return o->activeConfiguration(); } + Q_INVOKABLE QAbstractNetworkCache* Mcache(QNetworkAccessManager* o) const { return o->cache(); } + Q_INVOKABLE void MclearAccessCache(QNetworkAccessManager* o) { o->clearAccessCache(); } + Q_INVOKABLE QNetworkConfiguration Mconfiguration(QNetworkAccessManager* o) const { return o->configuration(); } + Q_INVOKABLE void MconnectToHost(QNetworkAccessManager* o, const QString& x1, quint16 x2 = 80) { o->connectToHost(x1, x2); } + Q_INVOKABLE void MconnectToHostEncrypted(QNetworkAccessManager* o, const QString& x1, quint16 x2 = 443, const QSslConfiguration& x3 = QSslConfiguration::defaultConfiguration()) { o->connectToHostEncrypted(x1, x2, x3); } + Q_INVOKABLE QNetworkCookieJar* McookieJar(QNetworkAccessManager* o) const { return o->cookieJar(); } + Q_INVOKABLE QNetworkReply* MdeleteResource(QNetworkAccessManager* o, const QNetworkRequest& x1) { return o->deleteResource(x1); } + Q_INVOKABLE QNetworkReply* Mget(QNetworkAccessManager* o, const QNetworkRequest& x1) { return o->get(x1); } + Q_INVOKABLE QNetworkReply* Mhead(QNetworkAccessManager* o, const QNetworkRequest& x1) { return o->head(x1); } + Q_INVOKABLE int MnetworkAccessible(QNetworkAccessManager* o) const { return o->networkAccessible(); } + Q_INVOKABLE QNetworkReply* Mpost(QNetworkAccessManager* o, const QNetworkRequest& x1, const QByteArray& x2) { return o->post(x1, x2); } + Q_INVOKABLE QNetworkReply* Mpost(QNetworkAccessManager* o, const QNetworkRequest& x1, QHttpMultiPart* x2) { return o->post(x1, x2); } + Q_INVOKABLE QNetworkProxy Mproxy(QNetworkAccessManager* o) const { return o->proxy(); } + Q_INVOKABLE QNetworkProxyFactory* MproxyFactory(QNetworkAccessManager* o) const { return o->proxyFactory(); } + Q_INVOKABLE QNetworkReply* Mput(QNetworkAccessManager* o, const QNetworkRequest& x1, QHttpMultiPart* x2) { return o->put(x1, x2); } + Q_INVOKABLE QNetworkReply* Mput(QNetworkAccessManager* o, const QNetworkRequest& x1, const QByteArray& x2) { return o->put(x1, x2); } + Q_INVOKABLE void MsetCache(QNetworkAccessManager* o, QAbstractNetworkCache* x1) { o->setCache(x1); } + Q_INVOKABLE void MsetConfiguration(QNetworkAccessManager* o, const QNetworkConfiguration& x1) { o->setConfiguration(x1); } + Q_INVOKABLE void MsetCookieJar(QNetworkAccessManager* o, QNetworkCookieJar* x1) { o->setCookieJar(x1); } + Q_INVOKABLE void MsetNetworkAccessible(QNetworkAccessManager* o, QNetworkAccessManager::NetworkAccessibility x1) { o->setNetworkAccessible(x1); } + Q_INVOKABLE void MsetProxy(QNetworkAccessManager* o, const QNetworkProxy& x1) { o->setProxy(x1); } + Q_INVOKABLE void MsetProxyFactory(QNetworkAccessManager* o, QNetworkProxyFactory* x1) { o->setProxyFactory(x1); } + Q_INVOKABLE QStringList MsupportedSchemes(QNetworkAccessManager* o) const { return o->supportedSchemes(); } +}; + +class Q121 : public Q124 { // QNetworkCookieJar + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LNetworkCookieJar(u, x1); } + Q_INVOKABLE QList McookiesForUrl(QNetworkCookieJar* o, const QUrl& x1) const { return o->cookiesForUrl(x1); } + Q_INVOKABLE bool MdeleteCookie(QNetworkCookieJar* o, const QNetworkCookie& x1) { return o->deleteCookie(x1); } + Q_INVOKABLE bool MinsertCookie(QNetworkCookieJar* o, const QNetworkCookie& x1) { return o->insertCookie(x1); } + Q_INVOKABLE bool MsetCookiesFromUrl(QNetworkCookieJar* o, const QList& x1, const QUrl& x2) { return o->setCookiesFromUrl(x1, x2); } + Q_INVOKABLE bool MupdateCookie(QNetworkCookieJar* o, const QNetworkCookie& x1) { return o->updateCookie(x1); } + Q_INVOKABLE QList MallCookies(QNetworkCookieJar* o) const { return ((LNetworkCookieJar*)o)->allCookies(); } + Q_INVOKABLE void MsetAllCookies(QNetworkCookieJar* o, const QList& x1) { ((LNetworkCookieJar*)o)->setAllCookies(x1); } +}; + +class Q122 : public Q7 { // QNetworkDiskCache + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LNetworkDiskCache(u, x1); } + Q_INVOKABLE QString McacheDirectory(QNetworkDiskCache* o) const { return o->cacheDirectory(); } + Q_INVOKABLE QNetworkCacheMetaData MfileMetaData(QNetworkDiskCache* o, const QString& x1) const { return o->fileMetaData(x1); } + Q_INVOKABLE qlonglong MmaximumCacheSize(QNetworkDiskCache* o) const { return o->maximumCacheSize(); } + Q_INVOKABLE void MsetCacheDirectory(QNetworkDiskCache* o, const QString& x1) { o->setCacheDirectory(x1); } + Q_INVOKABLE void MsetMaximumCacheSize(QNetworkDiskCache* o, qint64 x1) { o->setMaximumCacheSize(x1); } + Q_INVOKABLE qlonglong McacheSize(QNetworkDiskCache* o) const { return o->cacheSize(); } + Q_INVOKABLE QNetworkCacheMetaData MmetaData(QNetworkDiskCache* o, const QUrl& x1) { return o->metaData(x1); } + Q_INVOKABLE bool Mremove(QNetworkDiskCache* o, const QUrl& x1) { return o->remove(x1); } + Q_INVOKABLE void MupdateMetaData(QNetworkDiskCache* o, const QNetworkCacheMetaData& x1) { o->updateMetaData(x1); } +}; + +class Q123 : public Q96 { // QNetworkReply + Q_OBJECT +public: + Q_INVOKABLE QVariant Mattribute(QNetworkReply* o, QNetworkRequest::Attribute x1) const { return o->attribute(x1); } + Q_INVOKABLE int Merror(QNetworkReply* o) const { return o->error(); } + Q_INVOKABLE bool MhasRawHeader(QNetworkReply* o, const QByteArray& x1) const { return o->hasRawHeader(x1); } + Q_INVOKABLE QVariant Mheader(QNetworkReply* o, QNetworkRequest::KnownHeaders x1) const { return o->header(x1); } + Q_INVOKABLE void MignoreSslErrors(QNetworkReply* o, const QList& x1) { o->ignoreSslErrors(x1); } + Q_INVOKABLE bool MisFinished(QNetworkReply* o) const { return o->isFinished(); } + Q_INVOKABLE bool MisRunning(QNetworkReply* o) const { return o->isRunning(); } + Q_INVOKABLE QNetworkAccessManager* Mmanager(QNetworkReply* o) const { return o->manager(); } + Q_INVOKABLE int Moperation(QNetworkReply* o) const { return o->operation(); } + Q_INVOKABLE QByteArray MrawHeader(QNetworkReply* o, const QByteArray& x1) const { return o->rawHeader(x1); } + Q_INVOKABLE QList MrawHeaderList(QNetworkReply* o) const { return o->rawHeaderList(); } + Q_INVOKABLE qlonglong MreadBufferSize(QNetworkReply* o) const { return o->readBufferSize(); } + Q_INVOKABLE QNetworkRequest Mrequest(QNetworkReply* o) const { return o->request(); } + Q_INVOKABLE void MsetReadBufferSize(QNetworkReply* o, qint64 x1) { o->setReadBufferSize(x1); } + Q_INVOKABLE void MsetSslConfiguration(QNetworkReply* o, const QSslConfiguration& x1) { o->setSslConfiguration(x1); } + Q_INVOKABLE QSslConfiguration MsslConfiguration(QNetworkReply* o) const { return o->sslConfiguration(); } + Q_INVOKABLE QUrl Murl(QNetworkReply* o) const { return o->url(); } + Q_INVOKABLE void Mclose(QNetworkReply* o) { o->close(); } +}; + +class Q183 : public Q124 { // QTcpServer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTcpServer(u, x1); } + Q_INVOKABLE void Mclose(QTcpServer* o) { o->close(); } + Q_INVOKABLE QString MerrorString(QTcpServer* o) const { return o->errorString(); } + Q_INVOKABLE bool MhasPendingConnections(QTcpServer* o) const { return o->hasPendingConnections(); } + Q_INVOKABLE bool MisListening(QTcpServer* o) const { return o->isListening(); } + Q_INVOKABLE bool Mlisten(QTcpServer* o, const QHostAddress& x1 = QHostAddress::Any, quint16 x2 = 0) { return o->listen(x1, x2); } + Q_INVOKABLE int MmaxPendingConnections(QTcpServer* o) const { return o->maxPendingConnections(); } + Q_INVOKABLE QTcpSocket* MnextPendingConnection(QTcpServer* o) { return o->nextPendingConnection(); } + Q_INVOKABLE void MpauseAccepting(QTcpServer* o) { o->pauseAccepting(); } + Q_INVOKABLE QNetworkProxy Mproxy(QTcpServer* o) const { return o->proxy(); } + Q_INVOKABLE void MresumeAccepting(QTcpServer* o) { o->resumeAccepting(); } + Q_INVOKABLE QHostAddress MserverAddress(QTcpServer* o) const { return o->serverAddress(); } + Q_INVOKABLE int MserverError(QTcpServer* o) const { return o->serverError(); } + Q_INVOKABLE quint16 MserverPort(QTcpServer* o) const { return o->serverPort(); } + Q_INVOKABLE void MsetMaxPendingConnections(QTcpServer* o, int x1) { o->setMaxPendingConnections(x1); } + Q_INVOKABLE void MsetProxy(QTcpServer* o, const QNetworkProxy& x1) { o->setProxy(x1); } + Q_INVOKABLE bool MwaitForNewConnection(QTcpServer* o, int x1 = 0, bool* x2 = 0) { return o->waitForNewConnection(x1, x2); } + Q_INVOKABLE void MaddPendingConnection(QTcpServer* o, QTcpSocket* x1) { ((LTcpServer*)o)->addPendingConnection(x1); } +}; + +class Q12 : public Q96 { // QAbstractSocket + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QAbstractSocket::SocketType x1, QObject* x2) { return new LAbstractSocket(u, x1, x2); } + Q_INVOKABLE void Mabort(QAbstractSocket* o) { o->abort(); } + Q_INVOKABLE bool Mbind(QAbstractSocket* o, const QHostAddress& x1, quint16 x2 = 0, QAbstractSocket::BindMode x3 = QAbstractSocket::DefaultForPlatform) { return o->bind(x1, x2, x3); } + Q_INVOKABLE bool Mbind(QAbstractSocket* o, quint16 x1 = 0, QAbstractSocket::BindMode x2 = QAbstractSocket::DefaultForPlatform) { return o->bind(x1, x2); } + Q_INVOKABLE void MconnectToHost(QAbstractSocket* o, const QString& x1, quint16 x2, QAbstractSocket::OpenMode x3 = QAbstractSocket::ReadWrite, QAbstractSocket::NetworkLayerProtocol x4 = QAbstractSocket::AnyIPProtocol) { o->connectToHost(x1, x2, x3, x4); } + Q_INVOKABLE void MconnectToHost(QAbstractSocket* o, const QHostAddress& x1, quint16 x2, QAbstractSocket::OpenMode x3 = QAbstractSocket::ReadWrite) { o->connectToHost(x1, x2, x3); } + Q_INVOKABLE void MdisconnectFromHost(QAbstractSocket* o) { o->disconnectFromHost(); } + Q_INVOKABLE int Merror(QAbstractSocket* o) const { return o->error(); } + Q_INVOKABLE bool Mflush(QAbstractSocket* o) { return o->flush(); } + Q_INVOKABLE bool MisValid(QAbstractSocket* o) const { return o->isValid(); } + Q_INVOKABLE QHostAddress MlocalAddress(QAbstractSocket* o) const { return o->localAddress(); } + Q_INVOKABLE quint16 MlocalPort(QAbstractSocket* o) const { return o->localPort(); } + Q_INVOKABLE int MpauseMode(QAbstractSocket* o) const { return o->pauseMode(); } + Q_INVOKABLE QHostAddress MpeerAddress(QAbstractSocket* o) const { return o->peerAddress(); } + Q_INVOKABLE QString MpeerName(QAbstractSocket* o) const { return o->peerName(); } + Q_INVOKABLE quint16 MpeerPort(QAbstractSocket* o) const { return o->peerPort(); } + Q_INVOKABLE QNetworkProxy Mproxy(QAbstractSocket* o) const { return o->proxy(); } + Q_INVOKABLE qlonglong MreadBufferSize(QAbstractSocket* o) const { return o->readBufferSize(); } + Q_INVOKABLE void Mresume(QAbstractSocket* o) { o->resume(); } + Q_INVOKABLE void MsetPauseMode(QAbstractSocket* o, QAbstractSocket::PauseModes x1) { o->setPauseMode(x1); } + Q_INVOKABLE void MsetProxy(QAbstractSocket* o, const QNetworkProxy& x1) { o->setProxy(x1); } + Q_INVOKABLE void MsetReadBufferSize(QAbstractSocket* o, qint64 x1) { o->setReadBufferSize(x1); } + Q_INVOKABLE void MsetSocketOption(QAbstractSocket* o, QAbstractSocket::SocketOption x1, const QVariant& x2) { o->setSocketOption(x1, x2); } + Q_INVOKABLE QVariant MsocketOption(QAbstractSocket* o, QAbstractSocket::SocketOption x1) { return o->socketOption(x1); } + Q_INVOKABLE int MsocketType(QAbstractSocket* o) const { return o->socketType(); } + Q_INVOKABLE int Mstate(QAbstractSocket* o) const { return o->state(); } + Q_INVOKABLE bool MwaitForConnected(QAbstractSocket* o, int x1 = 30000) { return o->waitForConnected(x1); } + Q_INVOKABLE bool MwaitForDisconnected(QAbstractSocket* o, int x1 = 30000) { return o->waitForDisconnected(x1); } + Q_INVOKABLE void MsetLocalAddress(QAbstractSocket* o, const QHostAddress& x1) { ((LAbstractSocket*)o)->setLocalAddress(x1); } + Q_INVOKABLE void MsetLocalPort(QAbstractSocket* o, quint16 x1) { ((LAbstractSocket*)o)->setLocalPort(x1); } + Q_INVOKABLE void MsetPeerAddress(QAbstractSocket* o, const QHostAddress& x1) { ((LAbstractSocket*)o)->setPeerAddress(x1); } + Q_INVOKABLE void MsetPeerName(QAbstractSocket* o, const QString& x1) { ((LAbstractSocket*)o)->setPeerName(x1); } + Q_INVOKABLE void MsetPeerPort(QAbstractSocket* o, quint16 x1) { ((LAbstractSocket*)o)->setPeerPort(x1); } + Q_INVOKABLE void MsetSocketError(QAbstractSocket* o, QAbstractSocket::SocketError x1) { ((LAbstractSocket*)o)->setSocketError(x1); } + Q_INVOKABLE void MsetSocketState(QAbstractSocket* o, QAbstractSocket::SocketState x1) { ((LAbstractSocket*)o)->setSocketState(x1); } + Q_INVOKABLE bool MatEnd(QAbstractSocket* o) const { return o->atEnd(); } + Q_INVOKABLE qlonglong MbytesAvailable(QAbstractSocket* o) const { return o->bytesAvailable(); } + Q_INVOKABLE qlonglong MbytesToWrite(QAbstractSocket* o) const { return o->bytesToWrite(); } + Q_INVOKABLE bool McanReadLine(QAbstractSocket* o) const { return o->canReadLine(); } + Q_INVOKABLE void Mclose(QAbstractSocket* o) { o->close(); } + Q_INVOKABLE bool MisSequential(QAbstractSocket* o) const { return o->isSequential(); } + Q_INVOKABLE bool MwaitForBytesWritten(QAbstractSocket* o, int x1 = 30000) { return o->waitForBytesWritten(x1); } + Q_INVOKABLE bool MwaitForReadyRead(QAbstractSocket* o, int x1 = 30000) { return o->waitForReadyRead(x1); } +}; + +class Q184 : public Q12 { // QTcpSocket + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTcpSocket(u, x1); } +}; + +class Q202 : public Q12 { // QUdpSocket + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LUdpSocket(u, x1); } + Q_INVOKABLE bool MhasPendingDatagrams(QUdpSocket* o) const { return o->hasPendingDatagrams(); } + Q_INVOKABLE bool MjoinMulticastGroup(QUdpSocket* o, const QHostAddress& x1) { return o->joinMulticastGroup(x1); } + Q_INVOKABLE bool MjoinMulticastGroup(QUdpSocket* o, const QHostAddress& x1, const QNetworkInterface& x2) { return o->joinMulticastGroup(x1, x2); } + Q_INVOKABLE bool MleaveMulticastGroup(QUdpSocket* o, const QHostAddress& x1) { return o->leaveMulticastGroup(x1); } + Q_INVOKABLE bool MleaveMulticastGroup(QUdpSocket* o, const QHostAddress& x1, const QNetworkInterface& x2) { return o->leaveMulticastGroup(x1, x2); } + Q_INVOKABLE QNetworkInterface MmulticastInterface(QUdpSocket* o) const { return o->multicastInterface(); } + Q_INVOKABLE qlonglong MpendingDatagramSize(QUdpSocket* o) const { return o->pendingDatagramSize(); } + Q_INVOKABLE qlonglong MreadDatagram(QUdpSocket* o, char* x1, qint64 x2, QHostAddress* x3 = 0, quint16* x4 = 0) { return o->readDatagram(x1, x2, x3, x4); } + Q_INVOKABLE void MsetMulticastInterface(QUdpSocket* o, const QNetworkInterface& x1) { o->setMulticastInterface(x1); } + Q_INVOKABLE qlonglong MwriteDatagram(QUdpSocket* o, const char* x1, qint64 x2, const QHostAddress& x3, quint16 x4) { return o->writeDatagram(x1, x2, x3, x4); } + Q_INVOKABLE qlonglong MwriteDatagram(QUdpSocket* o, const QByteArray& x1, const QHostAddress& x2, quint16 x3) { return o->writeDatagram(x1, x2, x3); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/opengl/_ini.cpp b/src/gen/opengl/_ini.cpp new file mode 100644 index 0000000..3d45055 --- /dev/null +++ b/src/gen/opengl/_ini.cpp @@ -0,0 +1,68 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_q_methods.h" +#include "_n_methods.h" +#include "_ini2.h" + +QT_BEGIN_NAMESPACE + +NumList LGLShader::overrideIds = NumList(); +NumList LGLShaderProgram::overrideIds = NumList() << 221; +NumList LGLWidget::overrideIds = NumList() << 222 << 223 << 224 << 225 << 226 << 227 << 228 << 229 << 20 << 40; +NumList LGLColormap::overrideIds = NumList(); +NumList LGLContext::overrideIds = NumList() << 431 << 432 << 433 << 434 << 435; +NumList LGLFormat::overrideIds = NumList(); +NumList LGLFramebufferObject::overrideIds = NumList() << 45; +NumList LGLFramebufferObjectFormat::overrideIds = NumList(); +NumList LGLPixelBuffer::overrideIds = NumList() << 45; + +void ini() { + static bool _ = false; if(_) return; _ = true; + ini2(); + LObjects::Q[60] = new Q61; + LObjects::Q[61] = new Q62; + LObjects::Q[62] = new Q63; + LObjects::N[39] = new N40; + LObjects::N[40] = new N41; + LObjects::N[41] = new N42; + LObjects::N[42] = new N43; + LObjects::N[43] = new N44; + LObjects::N[44] = new N45; } + +const QMetaObject* staticMetaObject(int n) { + const QMetaObject* m = 0; + switch(n) { + case 61: m = &QGLShader::staticMetaObject; break; + case 62: m = &QGLShaderProgram::staticMetaObject; break; + case 63: m = &QGLWidget::staticMetaObject; break; } + return m; } + +void deleteNObject(int n, void* p, int gc) { + switch(n) { + case 40: if(gc) delete (QGLColormap*)p; else delete (LGLColormap*)p; break; + case 41: if(gc) delete (QGLContext*)p; else delete (LGLContext*)p; break; + case 42: if(gc) delete (QGLFormat*)p; else delete (LGLFormat*)p; break; + case 43: if(gc) delete (QGLFramebufferObject*)p; else delete (LGLFramebufferObject*)p; break; + case 44: if(gc) delete (QGLFramebufferObjectFormat*)p; else delete (LGLFramebufferObjectFormat*)p; break; + case 45: if(gc) delete (QGLPixelBuffer*)p; else delete (LGLPixelBuffer*)p; break; }} + +NumList* overrideFunctions(const QByteArray& name) { + NumList* ids = 0; + int n = LObjects::q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 61: ids = &LGLShader::overrideIds; break; + case 62: ids = &LGLShaderProgram::overrideIds; break; + case 63: ids = &LGLWidget::overrideIds; break; }} + else { + n = LObjects::n_names.value(name); + switch(n) { + case 40: ids = &LGLColormap::overrideIds; break; + case 41: ids = &LGLContext::overrideIds; break; + case 42: ids = &LGLFormat::overrideIds; break; + case 43: ids = &LGLFramebufferObject::overrideIds; break; + case 44: ids = &LGLFramebufferObjectFormat::overrideIds; break; + case 45: ids = &LGLPixelBuffer::overrideIds; break; }} + return ids; } + +QT_END_NAMESPACE diff --git a/src/gen/opengl/_ini.h b/src/gen/opengl/_ini.h new file mode 100644 index 0000000..71e456f --- /dev/null +++ b/src/gen/opengl/_ini.h @@ -0,0 +1,27 @@ +#ifndef INI_H +#define INI_H + +#include "../../ecl_fun.h" +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); + LIB_EXPORT void* toMetaArg(int, cl_object); + LIB_EXPORT cl_object to_lisp_arg(int, void*); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/opengl/_ini2.h b/src/gen/opengl/_ini2.h new file mode 100644 index 0000000..798a905 --- /dev/null +++ b/src/gen/opengl/_ini2.h @@ -0,0 +1,78 @@ +#ifndef INI2_H +#define INI2_H + +#include "_ini.h" +#include "../_lobjects.h" +#include "../../eql.h" +#include + +QT_BEGIN_NAMESPACE + +TO_QT_TYPE_PTR (QGLFormat, qglformat) +TO_QT_TYPE_PTR (QGLFramebufferObjectFormat, qglframebufferobjectformat) + +static GLfloat toFloat(cl_object l_num) { + GLfloat f = 0; + if(ECL_SINGLE_FLOAT_P(l_num)) { + f = sf(l_num); } + else if(ECL_DOUBLE_FLOAT_P(l_num)) { + f = df(l_num); } +#ifdef ECL_LONG_FLOAT + else if(ECL_LONG_FLOAT_P(l_num)) { + f = ecl_long_float(l_num); } +#endif + else if(FIXNUMP(l_num)) { + f = fixint(l_num); } + else { + cl_object l_f = cl_float(1, l_num); + if(ECL_DOUBLE_FLOAT_P(l_f)) { + f = df(l_f); } + else if(ECL_SINGLE_FLOAT_P(l_f)) { + f = sf(l_f); }} + return f; } + +static GLint toInt(cl_object l_num) { + GLint i = 0; + if(FIXNUMP(l_num)) { + i = fixint(l_num); } + return i; } + +static GLuint toUInt(cl_object l_num) { + GLuint i = 0; + if(FIXNUMP(l_num)) { + i = fixnnint(l_num); } + return i; } + +#define META_TYPE_(var, type) var = qRegisterMetaType< type >(#type); + +void ini2() { + META_TYPE_(LObjects::T_GLenum, GLenum) + META_TYPE_(LObjects::T_GLfloat, GLfloat) + META_TYPE_(LObjects::T_GLint, GLint) + META_TYPE_(LObjects::T_GLuint, GLuint) + META_TYPE_(LObjects::T_QGLFormat, QGLFormat) + META_TYPE_(LObjects::T_QGLFramebufferObjectFormat, QGLFramebufferObjectFormat) } + +void* toMetaArg(int n, cl_object l_arg) { + void* p = 0; + if(LObjects::T_GLenum == n) { p = new GLenum(toInt(l_arg)); } + else if(LObjects::T_GLfloat == n) { p = new GLfloat(toFloat(l_arg)); } + else if(LObjects::T_GLint == n) { p = new GLint(toInt(l_arg)); } + else if(LObjects::T_GLuint == n) { p = new GLuint(toUInt(l_arg)); } + else if(LObjects::T_QGLFormat == n) { p = new QGLFormat(*toQGLFormatPointer(l_arg)); } + else if(LObjects::T_QGLFramebufferObjectFormat == n) { p = new QGLFramebufferObjectFormat(*toQGLFramebufferObjectFormatPointer(l_arg)); } + return p; } + +cl_object to_lisp_arg(int n, void* p) { + cl_object l_ret = Cnil; + if(LObjects::T_GLenum == n) { l_ret = MAKE_FIXNUM(*(GLenum*)p); } + else if(LObjects::T_GLfloat == n) { l_ret = ecl_make_doublefloat(*(GLfloat*)p); } + else if(LObjects::T_GLint == n) { l_ret = MAKE_FIXNUM(*(GLint*)p); } + else if(LObjects::T_GLuint == n) { l_ret = MAKE_FIXNUM(*(GLuint*)p); } + else if(LObjects::T_QGLFormat == n) { l_ret = from_qglformat(*(QGLFormat*)p); } + else if(LObjects::T_QGLFramebufferObjectFormat == n) { l_ret = from_qglframebufferobjectformat(*(QGLFramebufferObjectFormat*)p); } + return l_ret; } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/opengl/_n_classes.h b/src/gen/opengl/_n_classes.h new file mode 100644 index 0000000..4cb86a7 --- /dev/null +++ b/src/gen/opengl/_n_classes.h @@ -0,0 +1,90 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_CLASSES_H +#define N_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LGLColormap : public QGLColormap { + friend class N40; +public: + LGLColormap(uint u) : unique(u) {} + LGLColormap(uint u, const QGLColormap& x1) : QGLColormap(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGLContext : public QGLContext { + friend class N41; +public: + LGLContext(uint u, const QGLFormat& x1) : QGLContext(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool create(const QGLContext* x1 = 0) { quint64 id = LObjects::override_id(unique, 431); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 431, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLContext::create(x1); } return ret; } + void doneCurrent() { quint64 id = LObjects::override_id(unique, 432); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 432, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLContext::doneCurrent(); }} + void makeCurrent() { quint64 id = LObjects::override_id(unique, 433); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 433, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLContext::makeCurrent(); }} + void swapBuffers() const { quint64 id = LObjects::override_id(unique, 434); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 434, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLContext::swapBuffers(); }} + bool chooseContext(const QGLContext* x1 = 0) { quint64 id = LObjects::override_id(unique, 435); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 435, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLContext::chooseContext(x1); } return ret; } +}; + +class LGLFormat : public QGLFormat { + friend class N42; +public: + LGLFormat(uint u) : unique(u) {} + LGLFormat(uint u, QGL::FormatOptions x1, int x2 = 0) : QGLFormat(x1, x2), unique(u) {} + LGLFormat(uint u, const QGLFormat& x1) : QGLFormat(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGLFramebufferObject : public QGLFramebufferObject { + friend class N43; +public: + LGLFramebufferObject(uint u, const QSize& x1, GLenum x2 = GL_TEXTURE_2D) : QGLFramebufferObject(x1, x2), unique(u) {} + LGLFramebufferObject(uint u, int x1, int x2, GLenum x3 = GL_TEXTURE_2D) : QGLFramebufferObject(x1, x2, x3), unique(u) {} + LGLFramebufferObject(uint u, const QSize& x1, const QGLFramebufferObjectFormat& x2) : QGLFramebufferObject(x1, x2), unique(u) {} + LGLFramebufferObject(uint u, int x1, int x2, const QGLFramebufferObjectFormat& x3) : QGLFramebufferObject(x1, x2, x3), unique(u) {} + LGLFramebufferObject(uint u, int x1, int x2, Attachment x3, GLenum x4 = GL_TEXTURE_2D, GLenum x5 = 0) : QGLFramebufferObject(x1, x2, x3, x4, x5), unique(u) {} + LGLFramebufferObject(uint u, const QSize& x1, Attachment x2, GLenum x3 = GL_TEXTURE_2D, GLenum x4 = 0) : QGLFramebufferObject(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLFramebufferObject::metric(x1); } return ret; } +}; + +class LGLFramebufferObjectFormat : public QGLFramebufferObjectFormat { + friend class N44; +public: + LGLFramebufferObjectFormat(uint u) : unique(u) {} + LGLFramebufferObjectFormat(uint u, const QGLFramebufferObjectFormat& x1) : QGLFramebufferObjectFormat(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LGLPixelBuffer : public QGLPixelBuffer { + friend class N45; +public: + LGLPixelBuffer(uint u, const QSize& x1, const QGLFormat& x2 = QGLFormat::defaultFormat(), QGLWidget* x3 = 0) : QGLPixelBuffer(x1, x2, x3), unique(u) {} + LGLPixelBuffer(uint u, int x1, int x2, const QGLFormat& x3 = QGLFormat::defaultFormat(), QGLWidget* x4 = 0) : QGLPixelBuffer(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLPixelBuffer::metric(x1); } return ret; } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/opengl/_n_methods.h b/src/gen/opengl/_n_methods.h new file mode 100644 index 0000000..ce9c127 --- /dev/null +++ b/src/gen/opengl/_n_methods.h @@ -0,0 +1,204 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_METHODS_H +#define N_METHODS_H + +#include "_n_classes.h" +#include "../_main_n_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class N40 : public QObject { // QGLColormap + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LGLColormap(u); } + Q_INVOKABLE void* C(uint u, const QGLColormap& x1) { return new LGLColormap(u, x1); } + Q_INVOKABLE QColor MentryColor(QGLColormap* o, int x1) const { return o->entryColor(x1); } + Q_INVOKABLE QRgb MentryRgb(QGLColormap* o, int x1) const { return o->entryRgb(x1); } + Q_INVOKABLE int Mfind(QGLColormap* o, QRgb x1) const { return o->find(x1); } + Q_INVOKABLE int MfindNearest(QGLColormap* o, QRgb x1) const { return o->findNearest(x1); } + Q_INVOKABLE bool MisEmpty(QGLColormap* o) const { return o->isEmpty(); } + Q_INVOKABLE void MsetEntries(QGLColormap* o, int x1, const QRgb* x2, int x3 = 0) { o->setEntries(x1, x2, x3); } + Q_INVOKABLE void MsetEntry(QGLColormap* o, int x1, QRgb x2) { o->setEntry(x1, x2); } + Q_INVOKABLE void MsetEntry(QGLColormap* o, int x1, const QColor& x2) { o->setEntry(x1, x2); } + Q_INVOKABLE int Msize(QGLColormap* o) const { return o->size(); } +}; + +class N41 : public QObject { // QGLContext + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QGLFormat& x1) { return new LGLContext(u, x1); } + Q_INVOKABLE GLuint MbindTexture(QGLContext* o, const QImage& x1, GLenum x2, GLint x3, QGLContext::BindOptions x4) { return o->bindTexture(x1, x2, x3, x4); } + Q_INVOKABLE GLuint MbindTexture(QGLContext* o, const QString& x1) { return o->bindTexture(x1); } + Q_INVOKABLE GLuint MbindTexture(QGLContext* o, const QImage& x1, GLenum x2 = GL_TEXTURE_2D, GLint x3 = GL_RGBA) { return o->bindTexture(x1, x2, x3); } + Q_INVOKABLE GLuint MbindTexture(QGLContext* o, const QPixmap& x1, GLenum x2 = GL_TEXTURE_2D, GLint x3 = GL_RGBA) { return o->bindTexture(x1, x2, x3); } + Q_INVOKABLE GLuint MbindTexture(QGLContext* o, const QPixmap& x1, GLenum x2, GLint x3, QGLContext::BindOptions x4) { return o->bindTexture(x1, x2, x3, x4); } + Q_INVOKABLE bool Mcreate(QGLContext* o, const QGLContext* x1 = 0) { return o->create(x1); } + Q_INVOKABLE void MdeleteTexture(QGLContext* o, GLuint x1) { o->deleteTexture(x1); } + Q_INVOKABLE QPaintDevice* Mdevice(QGLContext* o) const { return o->device(); } + Q_INVOKABLE void MdoneCurrent(QGLContext* o) { o->doneCurrent(); } + Q_INVOKABLE void MdrawTexture(QGLContext* o, const QRectF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE void MdrawTexture(QGLContext* o, const QPointF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE QGLFormat Mformat(QGLContext* o) const { return o->format(); } + Q_INVOKABLE QGLFunctions* Mfunctions(QGLContext* o) const { return o->functions(); } + Q_INVOKABLE QFunctionPointer MgetProcAddress(QGLContext* o, const QString& x1) const { return o->getProcAddress(x1); } + Q_INVOKABLE bool MisSharing(QGLContext* o) const { return o->isSharing(); } + Q_INVOKABLE bool MisValid(QGLContext* o) const { return o->isValid(); } + Q_INVOKABLE void MmakeCurrent(QGLContext* o) { o->makeCurrent(); } + Q_INVOKABLE void MmoveToThread(QGLContext* o, QThread* x1) { o->moveToThread(x1); } + Q_INVOKABLE QColor MoverlayTransparentColor(QGLContext* o) const { return o->overlayTransparentColor(); } + Q_INVOKABLE QGLFormat MrequestedFormat(QGLContext* o) const { return o->requestedFormat(); } + Q_INVOKABLE void Mreset(QGLContext* o) { o->reset(); } + Q_INVOKABLE void MsetFormat(QGLContext* o, const QGLFormat& x1) { o->setFormat(x1); } + Q_INVOKABLE void MswapBuffers(QGLContext* o) const { o->swapBuffers(); } + Q_INVOKABLE bool MdeviceIsPixmap(QGLContext* o) const { return ((LGLContext*)o)->deviceIsPixmap(); } + Q_INVOKABLE bool Minitialized(QGLContext* o) const { return ((LGLContext*)o)->initialized(); } + Q_INVOKABLE void MsetInitialized(QGLContext* o, bool x1) { ((LGLContext*)o)->setInitialized(x1); } + Q_INVOKABLE void MsetWindowCreated(QGLContext* o, bool x1) { ((LGLContext*)o)->setWindowCreated(x1); } + Q_INVOKABLE bool MwindowCreated(QGLContext* o) const { return ((LGLContext*)o)->windowCreated(); } + Q_INVOKABLE bool SareSharing(const QGLContext* x1, const QGLContext* x2) { return QGLContext::areSharing(x1, x2); } + Q_INVOKABLE const QGLContext* ScurrentContext() { return QGLContext::currentContext(); } + Q_INVOKABLE QGLContext* SfromOpenGLContext(QOpenGLContext* x1) { return QGLContext::fromOpenGLContext(x1); } + Q_INVOKABLE void SsetTextureCacheLimit(int x1) { QGLContext::setTextureCacheLimit(x1); } + Q_INVOKABLE int StextureCacheLimit() { return QGLContext::textureCacheLimit(); } +}; + +class N42 : public QObject { // QGLFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LGLFormat(u); } + Q_INVOKABLE void* C(uint u, QGL::FormatOptions x1, int x2 = 0) { return new LGLFormat(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QGLFormat& x1) { return new LGLFormat(u, x1); } + Q_INVOKABLE bool Maccum(QGLFormat* o) const { return o->accum(); } + Q_INVOKABLE int MaccumBufferSize(QGLFormat* o) const { return o->accumBufferSize(); } + Q_INVOKABLE bool Malpha(QGLFormat* o) const { return o->alpha(); } + Q_INVOKABLE int MalphaBufferSize(QGLFormat* o) const { return o->alphaBufferSize(); } + Q_INVOKABLE int MblueBufferSize(QGLFormat* o) const { return o->blueBufferSize(); } + Q_INVOKABLE bool Mdepth(QGLFormat* o) const { return o->depth(); } + Q_INVOKABLE int MdepthBufferSize(QGLFormat* o) const { return o->depthBufferSize(); } + Q_INVOKABLE bool MdirectRendering(QGLFormat* o) const { return o->directRendering(); } + Q_INVOKABLE bool MdoubleBuffer(QGLFormat* o) const { return o->doubleBuffer(); } + Q_INVOKABLE int MgreenBufferSize(QGLFormat* o) const { return o->greenBufferSize(); } + Q_INVOKABLE bool MhasOverlay(QGLFormat* o) const { return o->hasOverlay(); } + Q_INVOKABLE int MmajorVersion(QGLFormat* o) const { return o->majorVersion(); } + Q_INVOKABLE int MminorVersion(QGLFormat* o) const { return o->minorVersion(); } + Q_INVOKABLE int Mplane(QGLFormat* o) const { return o->plane(); } + Q_INVOKABLE int Mprofile(QGLFormat* o) const { return o->profile(); } + Q_INVOKABLE int MredBufferSize(QGLFormat* o) const { return o->redBufferSize(); } + Q_INVOKABLE bool Mrgba(QGLFormat* o) const { return o->rgba(); } + Q_INVOKABLE bool MsampleBuffers(QGLFormat* o) const { return o->sampleBuffers(); } + Q_INVOKABLE int Msamples(QGLFormat* o) const { return o->samples(); } + Q_INVOKABLE void MsetAccum(QGLFormat* o, bool x1) { o->setAccum(x1); } + Q_INVOKABLE void MsetAccumBufferSize(QGLFormat* o, int x1) { o->setAccumBufferSize(x1); } + Q_INVOKABLE void MsetAlpha(QGLFormat* o, bool x1) { o->setAlpha(x1); } + Q_INVOKABLE void MsetAlphaBufferSize(QGLFormat* o, int x1) { o->setAlphaBufferSize(x1); } + Q_INVOKABLE void MsetBlueBufferSize(QGLFormat* o, int x1) { o->setBlueBufferSize(x1); } + Q_INVOKABLE void MsetDepth(QGLFormat* o, bool x1) { o->setDepth(x1); } + Q_INVOKABLE void MsetDepthBufferSize(QGLFormat* o, int x1) { o->setDepthBufferSize(x1); } + Q_INVOKABLE void MsetDirectRendering(QGLFormat* o, bool x1) { o->setDirectRendering(x1); } + Q_INVOKABLE void MsetDoubleBuffer(QGLFormat* o, bool x1) { o->setDoubleBuffer(x1); } + Q_INVOKABLE void MsetGreenBufferSize(QGLFormat* o, int x1) { o->setGreenBufferSize(x1); } + Q_INVOKABLE void MsetOption(QGLFormat* o, QGL::FormatOptions x1) { o->setOption(x1); } + Q_INVOKABLE void MsetOverlay(QGLFormat* o, bool x1) { o->setOverlay(x1); } + Q_INVOKABLE void MsetPlane(QGLFormat* o, int x1) { o->setPlane(x1); } + Q_INVOKABLE void MsetProfile(QGLFormat* o, QGLFormat::OpenGLContextProfile x1) { o->setProfile(x1); } + Q_INVOKABLE void MsetRedBufferSize(QGLFormat* o, int x1) { o->setRedBufferSize(x1); } + Q_INVOKABLE void MsetRgba(QGLFormat* o, bool x1) { o->setRgba(x1); } + Q_INVOKABLE void MsetSampleBuffers(QGLFormat* o, bool x1) { o->setSampleBuffers(x1); } + Q_INVOKABLE void MsetSamples(QGLFormat* o, int x1) { o->setSamples(x1); } + Q_INVOKABLE void MsetStencil(QGLFormat* o, bool x1) { o->setStencil(x1); } + Q_INVOKABLE void MsetStencilBufferSize(QGLFormat* o, int x1) { o->setStencilBufferSize(x1); } + Q_INVOKABLE void MsetStereo(QGLFormat* o, bool x1) { o->setStereo(x1); } + Q_INVOKABLE void MsetSwapInterval(QGLFormat* o, int x1) { o->setSwapInterval(x1); } + Q_INVOKABLE void MsetVersion(QGLFormat* o, int x1, int x2) { o->setVersion(x1, x2); } + Q_INVOKABLE bool Mstencil(QGLFormat* o) const { return o->stencil(); } + Q_INVOKABLE int MstencilBufferSize(QGLFormat* o) const { return o->stencilBufferSize(); } + Q_INVOKABLE bool Mstereo(QGLFormat* o) const { return o->stereo(); } + Q_INVOKABLE int MswapInterval(QGLFormat* o) const { return o->swapInterval(); } + Q_INVOKABLE bool MtestOption(QGLFormat* o, QGL::FormatOptions x1) const { return o->testOption(x1); } + Q_INVOKABLE QGLFormat SdefaultFormat() { return QGLFormat::defaultFormat(); } + Q_INVOKABLE QGLFormat SdefaultOverlayFormat() { return QGLFormat::defaultOverlayFormat(); } + Q_INVOKABLE QGLFormat SfromSurfaceFormat(const QSurfaceFormat& x1) { return QGLFormat::fromSurfaceFormat(x1); } + Q_INVOKABLE bool ShasOpenGL() { return QGLFormat::hasOpenGL(); } + Q_INVOKABLE bool ShasOpenGLOverlays() { return QGLFormat::hasOpenGLOverlays(); } + Q_INVOKABLE int SopenGLVersionFlags() { return QGLFormat::openGLVersionFlags(); } + Q_INVOKABLE void SsetDefaultFormat(const QGLFormat& x1) { QGLFormat::setDefaultFormat(x1); } + Q_INVOKABLE void SsetDefaultOverlayFormat(const QGLFormat& x1) { QGLFormat::setDefaultOverlayFormat(x1); } + Q_INVOKABLE QSurfaceFormat StoSurfaceFormat(const QGLFormat& x1) { return QGLFormat::toSurfaceFormat(x1); } +}; + +class N44 : public QObject { // QGLFramebufferObjectFormat + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LGLFramebufferObjectFormat(u); } + Q_INVOKABLE void* C(uint u, const QGLFramebufferObjectFormat& x1) { return new LGLFramebufferObjectFormat(u, x1); } + Q_INVOKABLE int Mattachment(QGLFramebufferObjectFormat* o) const { return o->attachment(); } + Q_INVOKABLE GLenum MinternalTextureFormat(QGLFramebufferObjectFormat* o) const { return o->internalTextureFormat(); } + Q_INVOKABLE bool Mmipmap(QGLFramebufferObjectFormat* o) const { return o->mipmap(); } + Q_INVOKABLE int Msamples(QGLFramebufferObjectFormat* o) const { return o->samples(); } + Q_INVOKABLE void MsetAttachment(QGLFramebufferObjectFormat* o, QGLFramebufferObject::Attachment x1) { o->setAttachment(x1); } + Q_INVOKABLE void MsetInternalTextureFormat(QGLFramebufferObjectFormat* o, GLenum x1) { o->setInternalTextureFormat(x1); } + Q_INVOKABLE void MsetMipmap(QGLFramebufferObjectFormat* o, bool x1) { o->setMipmap(x1); } + Q_INVOKABLE void MsetSamples(QGLFramebufferObjectFormat* o, int x1) { o->setSamples(x1); } + Q_INVOKABLE void MsetTextureTarget(QGLFramebufferObjectFormat* o, GLenum x1) { o->setTextureTarget(x1); } + Q_INVOKABLE GLenum MtextureTarget(QGLFramebufferObjectFormat* o) const { return o->textureTarget(); } +}; + +class N43 : public N108 { // QGLFramebufferObject + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QSize& x1, GLenum x2 = GL_TEXTURE_2D) { return new LGLFramebufferObject(u, x1, x2); } + Q_INVOKABLE void* C(uint u, int x1, int x2, GLenum x3 = GL_TEXTURE_2D) { return new LGLFramebufferObject(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, const QSize& x1, const QGLFramebufferObjectFormat& x2) { return new LGLFramebufferObject(u, x1, x2); } + Q_INVOKABLE void* C(uint u, int x1, int x2, const QGLFramebufferObjectFormat& x3) { return new LGLFramebufferObject(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, int x1, int x2, QGLFramebufferObject::Attachment x3, GLenum x4 = GL_TEXTURE_2D, GLenum x5 = 0) { return new LGLFramebufferObject(u, x1, x2, x3, x4, x5); } + Q_INVOKABLE void* C(uint u, const QSize& x1, QGLFramebufferObject::Attachment x2, GLenum x3 = GL_TEXTURE_2D, GLenum x4 = 0) { return new LGLFramebufferObject(u, x1, x2, x3, x4); } + Q_INVOKABLE int Mattachment(QGLFramebufferObject* o) const { return o->attachment(); } + Q_INVOKABLE bool Mbind(QGLFramebufferObject* o) { return o->bind(); } + Q_INVOKABLE void MdrawTexture(QGLFramebufferObject* o, const QRectF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE void MdrawTexture(QGLFramebufferObject* o, const QPointF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE QGLFramebufferObjectFormat Mformat(QGLFramebufferObject* o) const { return o->format(); } + Q_INVOKABLE GLuint Mhandle(QGLFramebufferObject* o) const { return o->handle(); } + Q_INVOKABLE bool MisBound(QGLFramebufferObject* o) const { return o->isBound(); } + Q_INVOKABLE bool MisValid(QGLFramebufferObject* o) const { return o->isValid(); } + Q_INVOKABLE bool Mrelease(QGLFramebufferObject* o) { return o->release(); } + Q_INVOKABLE QSize Msize(QGLFramebufferObject* o) const { return o->size(); } + Q_INVOKABLE GLuint Mtexture(QGLFramebufferObject* o) const { return o->texture(); } + Q_INVOKABLE QImage MtoImage(QGLFramebufferObject* o) const { return o->toImage(); } + Q_INVOKABLE bool SbindDefault() { return QGLFramebufferObject::bindDefault(); } + Q_INVOKABLE void SblitFramebuffer(QGLFramebufferObject* x1, const QRect& x2, QGLFramebufferObject* x3, const QRect& x4, GLbitfield x5 = GL_COLOR_BUFFER_BIT, GLenum x6 = GL_NEAREST) { QGLFramebufferObject::blitFramebuffer(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE bool ShasOpenGLFramebufferBlit() { return QGLFramebufferObject::hasOpenGLFramebufferBlit(); } + Q_INVOKABLE bool ShasOpenGLFramebufferObjects() { return QGLFramebufferObject::hasOpenGLFramebufferObjects(); } +}; + +class N45 : public N108 { // QGLPixelBuffer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QSize& x1, const QGLFormat& x2 = QGLFormat::defaultFormat(), QGLWidget* x3 = 0) { return new LGLPixelBuffer(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, int x1, int x2, const QGLFormat& x3 = QGLFormat::defaultFormat(), QGLWidget* x4 = 0) { return new LGLPixelBuffer(u, x1, x2, x3, x4); } + Q_INVOKABLE GLuint MbindTexture(QGLPixelBuffer* o, const QImage& x1, GLenum x2 = GL_TEXTURE_2D) { return o->bindTexture(x1, x2); } + Q_INVOKABLE GLuint MbindTexture(QGLPixelBuffer* o, const QPixmap& x1, GLenum x2 = GL_TEXTURE_2D) { return o->bindTexture(x1, x2); } + Q_INVOKABLE GLuint MbindTexture(QGLPixelBuffer* o, const QString& x1) { return o->bindTexture(x1); } + Q_INVOKABLE bool MbindToDynamicTexture(QGLPixelBuffer* o, GLuint x1) { return o->bindToDynamicTexture(x1); } + Q_INVOKABLE QGLContext* Mcontext(QGLPixelBuffer* o) const { return o->context(); } + Q_INVOKABLE void MdeleteTexture(QGLPixelBuffer* o, GLuint x1) { o->deleteTexture(x1); } + Q_INVOKABLE bool MdoneCurrent(QGLPixelBuffer* o) { return o->doneCurrent(); } + Q_INVOKABLE void MdrawTexture(QGLPixelBuffer* o, const QRectF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE void MdrawTexture(QGLPixelBuffer* o, const QPointF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE QGLFormat Mformat(QGLPixelBuffer* o) const { return o->format(); } + Q_INVOKABLE GLuint MgenerateDynamicTexture(QGLPixelBuffer* o) const { return o->generateDynamicTexture(); } + Q_INVOKABLE bool MisValid(QGLPixelBuffer* o) const { return o->isValid(); } + Q_INVOKABLE bool MmakeCurrent(QGLPixelBuffer* o) { return o->makeCurrent(); } + Q_INVOKABLE void MreleaseFromDynamicTexture(QGLPixelBuffer* o) { o->releaseFromDynamicTexture(); } + Q_INVOKABLE QSize Msize(QGLPixelBuffer* o) const { return o->size(); } + Q_INVOKABLE QImage MtoImage(QGLPixelBuffer* o) const { return o->toImage(); } + Q_INVOKABLE void MupdateDynamicTexture(QGLPixelBuffer* o, GLuint x1) const { o->updateDynamicTexture(x1); } + Q_INVOKABLE bool ShasOpenGLPbuffers() { return QGLPixelBuffer::hasOpenGLPbuffers(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/opengl/_q_classes.h b/src/gen/opengl/_q_classes.h new file mode 100644 index 0000000..6fc4f73 --- /dev/null +++ b/src/gen/opengl/_q_classes.h @@ -0,0 +1,108 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_CLASSES_H +#define Q_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LGLShader : public QGLShader { + Q_OBJECT + friend class Q61; +public: + LGLShader(uint u, QGLShader::ShaderType x1, QObject* x2 = 0) : QGLShader(x1, x2), unique(u) {} + LGLShader(uint u, QGLShader::ShaderType x1, const QGLContext* x2, QObject* x3 = 0) : QGLShader(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLShader::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLShader::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLShader::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLShader::timerEvent(x1); }} +}; + +class LGLShaderProgram : public QGLShaderProgram { + Q_OBJECT + friend class Q62; +public: + LGLShaderProgram(uint u, QObject* x1 = 0) : QGLShaderProgram(x1), unique(u) {} + LGLShaderProgram(uint u, const QGLContext* x1, QObject* x2 = 0) : QGLShaderProgram(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool link() { quint64 id = LObjects::override_id(unique, 221); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 221, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLShaderProgram::link(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLShaderProgram::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLShaderProgram::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLShaderProgram::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLShaderProgram::timerEvent(x1); }} +}; + +class LGLWidget : public QGLWidget { + Q_OBJECT + friend class Q63; +public: + LGLWidget(uint u, QWidget* x1 = 0, const QGLWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QGLWidget(x1, x2, x3), unique(u) {} + LGLWidget(uint u, QGLContext* x1, QWidget* x2 = 0, const QGLWidget* x3 = 0, Qt::WindowFlags x4 = 0) : QGLWidget(x1, x2, x3, x4), unique(u) {} + LGLWidget(uint u, const QGLFormat& x1, QWidget* x2 = 0, const QGLWidget* x3 = 0, Qt::WindowFlags x4 = 0) : QGLWidget(x1, x2, x3, x4), unique(u) {} + + static NumList overrideIds; + uint unique; + + void glDraw() { quint64 id = LObjects::override_id(unique, 222); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 222, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::glDraw(); }} + void glInit() { quint64 id = LObjects::override_id(unique, 223); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 223, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::glInit(); }} + void initializeGL() { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 224, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::initializeGL(); }} + void initializeOverlayGL() { quint64 id = LObjects::override_id(unique, 225); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 225, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::initializeOverlayGL(); }} + void paintGL() { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 226, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::paintGL(); }} + void paintOverlayGL() { quint64 id = LObjects::override_id(unique, 227); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 227, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::paintOverlayGL(); }} + void resizeGL(int x1, int x2) { quint64 id = LObjects::override_id(unique, 228); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 228, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::resizeGL(x1, x2); }} + void resizeOverlayGL(int x1, int x2) { quint64 id = LObjects::override_id(unique, 229); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 229, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::resizeOverlayGL(x1, x2); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::resizeEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::minimumSizeHint(); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::sizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGLWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGLWidget::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/opengl/_q_methods.h b/src/gen/opengl/_q_methods.h new file mode 100644 index 0000000..4b1f609 --- /dev/null +++ b/src/gen/opengl/_q_methods.h @@ -0,0 +1,208 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_METHODS_H +#define Q_METHODS_H + +#include "_q_classes.h" +#include "../_main_q_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Q61 : public Q124 { // QGLShader + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGLShader::ShaderType x1, QObject* x2 = 0) { return new LGLShader(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QGLShader::ShaderType x1, const QGLContext* x2, QObject* x3 = 0) { return new LGLShader(u, x1, x2, x3); } + Q_INVOKABLE bool McompileSourceCode(QGLShader* o, const char* x1) { return o->compileSourceCode(x1); } + Q_INVOKABLE bool McompileSourceCode(QGLShader* o, const QByteArray& x1) { return o->compileSourceCode(x1); } + Q_INVOKABLE bool McompileSourceCode(QGLShader* o, const QString& x1) { return o->compileSourceCode(x1); } + Q_INVOKABLE bool McompileSourceFile(QGLShader* o, const QString& x1) { return o->compileSourceFile(x1); } + Q_INVOKABLE bool MisCompiled(QGLShader* o) const { return o->isCompiled(); } + Q_INVOKABLE QString Mlog(QGLShader* o) const { return o->log(); } + Q_INVOKABLE GLuint MshaderId(QGLShader* o) const { return o->shaderId(); } + Q_INVOKABLE int MshaderType(QGLShader* o) const { return o->shaderType(); } + Q_INVOKABLE QByteArray MsourceCode(QGLShader* o) const { return o->sourceCode(); } + Q_INVOKABLE bool ShasOpenGLShaders(QGLShader::ShaderType x1, const QGLContext* x2 = 0) { return QGLShader::hasOpenGLShaders(x1, x2); } +}; + +class Q62 : public Q124 { // QGLShaderProgram + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGLShaderProgram(u, x1); } + Q_INVOKABLE void* C(uint u, const QGLContext* x1, QObject* x2 = 0) { return new LGLShaderProgram(u, x1, x2); } + Q_INVOKABLE bool MaddShader(QGLShaderProgram* o, QGLShader* x1) { return o->addShader(x1); } + Q_INVOKABLE bool MaddShaderFromSourceCode(QGLShaderProgram* o, QGLShader::ShaderType x1, const char* x2) { return o->addShaderFromSourceCode(x1, x2); } + Q_INVOKABLE bool MaddShaderFromSourceCode(QGLShaderProgram* o, QGLShader::ShaderType x1, const QByteArray& x2) { return o->addShaderFromSourceCode(x1, x2); } + Q_INVOKABLE bool MaddShaderFromSourceCode(QGLShaderProgram* o, QGLShader::ShaderType x1, const QString& x2) { return o->addShaderFromSourceCode(x1, x2); } + Q_INVOKABLE bool MaddShaderFromSourceFile(QGLShaderProgram* o, QGLShader::ShaderType x1, const QString& x2) { return o->addShaderFromSourceFile(x1, x2); } + Q_INVOKABLE int MattributeLocation(QGLShaderProgram* o, const char* x1) const { return o->attributeLocation(x1); } + Q_INVOKABLE int MattributeLocation(QGLShaderProgram* o, const QByteArray& x1) const { return o->attributeLocation(x1); } + Q_INVOKABLE int MattributeLocation(QGLShaderProgram* o, const QString& x1) const { return o->attributeLocation(x1); } + Q_INVOKABLE bool Mbind(QGLShaderProgram* o) { return o->bind(); } + Q_INVOKABLE void MbindAttributeLocation(QGLShaderProgram* o, const char* x1, int x2) { o->bindAttributeLocation(x1, x2); } + Q_INVOKABLE void MbindAttributeLocation(QGLShaderProgram* o, const QByteArray& x1, int x2) { o->bindAttributeLocation(x1, x2); } + Q_INVOKABLE void MbindAttributeLocation(QGLShaderProgram* o, const QString& x1, int x2) { o->bindAttributeLocation(x1, x2); } + Q_INVOKABLE void MdisableAttributeArray(QGLShaderProgram* o, int x1) { o->disableAttributeArray(x1); } + Q_INVOKABLE void MdisableAttributeArray(QGLShaderProgram* o, const char* x1) { o->disableAttributeArray(x1); } + Q_INVOKABLE void MenableAttributeArray(QGLShaderProgram* o, int x1) { o->enableAttributeArray(x1); } + Q_INVOKABLE void MenableAttributeArray(QGLShaderProgram* o, const char* x1) { o->enableAttributeArray(x1); } + Q_INVOKABLE GLenum MgeometryInputType(QGLShaderProgram* o) const { return o->geometryInputType(); } + Q_INVOKABLE GLenum MgeometryOutputType(QGLShaderProgram* o) const { return o->geometryOutputType(); } + Q_INVOKABLE int MgeometryOutputVertexCount(QGLShaderProgram* o) const { return o->geometryOutputVertexCount(); } + Q_INVOKABLE bool MisLinked(QGLShaderProgram* o) const { return o->isLinked(); } + Q_INVOKABLE bool Mlink(QGLShaderProgram* o) { return o->link(); } + Q_INVOKABLE QString Mlog(QGLShaderProgram* o) const { return o->log(); } + Q_INVOKABLE int MmaxGeometryOutputVertices(QGLShaderProgram* o) const { return o->maxGeometryOutputVertices(); } + Q_INVOKABLE GLuint MprogramId(QGLShaderProgram* o) const { return o->programId(); } + Q_INVOKABLE void Mrelease(QGLShaderProgram* o) { o->release(); } + Q_INVOKABLE void MremoveAllShaders(QGLShaderProgram* o) { o->removeAllShaders(); } + Q_INVOKABLE void MremoveShader(QGLShaderProgram* o, QGLShader* x1) { o->removeShader(x1); } + Q_INVOKABLE void MsetAttributeArray(QGLShaderProgram* o, int x1, const QVector2D* x2, int x3 = 0) { o->setAttributeArray(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeArray(QGLShaderProgram* o, int x1, const QVector3D* x2, int x3 = 0) { o->setAttributeArray(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeArray(QGLShaderProgram* o, int x1, const QVector4D* x2, int x3 = 0) { o->setAttributeArray(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeArray(QGLShaderProgram* o, const char* x1, const QVector2D* x2, int x3 = 0) { o->setAttributeArray(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeArray(QGLShaderProgram* o, const char* x1, const QVector3D* x2, int x3 = 0) { o->setAttributeArray(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeArray(QGLShaderProgram* o, const char* x1, const QVector4D* x2, int x3 = 0) { o->setAttributeArray(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeBuffer(QGLShaderProgram* o, int x1, GLenum x2, int x3, int x4, int x5 = 0) { o->setAttributeBuffer(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeBuffer(QGLShaderProgram* o, const char* x1, GLenum x2, int x3, int x4, int x5 = 0) { o->setAttributeBuffer(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, GLfloat x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3) { o->setAttributeValue(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setAttributeValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setAttributeValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, const QVector2D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, const QVector3D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, const QVector4D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, int x1, const QColor& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, GLfloat x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3) { o->setAttributeValue(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setAttributeValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setAttributeValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, const QVector2D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, const QVector3D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, const QVector4D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QGLShaderProgram* o, const char* x1, const QColor& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetGeometryInputType(QGLShaderProgram* o, GLenum x1) { o->setGeometryInputType(x1); } + Q_INVOKABLE void MsetGeometryOutputType(QGLShaderProgram* o, GLenum x1) { o->setGeometryOutputType(x1); } + Q_INVOKABLE void MsetGeometryOutputVertexCount(QGLShaderProgram* o, int x1) { o->setGeometryOutputVertexCount(x1); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, GLfloat x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QPointF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QSize& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QSizeF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix2x2& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix2x3& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix2x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix3x2& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix3x3& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix3x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix4x2& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix4x3& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QMatrix4x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QTransform& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, GLint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, GLuint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3) { o->setUniformValue(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setUniformValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setUniformValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QVector2D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QVector3D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QVector4D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QColor& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QPoint& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QPointF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QSize& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QSizeF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix2x2& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix2x3& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix2x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix3x2& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix3x3& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix3x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix4x2& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix4x3& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QMatrix4x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, int x1, const QTransform& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, GLfloat x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, GLint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, GLuint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3) { o->setUniformValue(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setUniformValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setUniformValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QVector2D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QVector3D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QVector4D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QColor& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QGLShaderProgram* o, const char* x1, const QPoint& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QVector2D* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QVector3D* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QVector4D* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix2x2* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix2x3* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix2x4* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix3x2* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix3x3* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix3x4* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix4x2* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix4x3* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, int x1, const QMatrix4x4* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QVector2D* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QVector3D* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QVector4D* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix2x2* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix2x3* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix2x4* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix3x2* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix3x3* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix3x4* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix4x2* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix4x3* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValueArray(QGLShaderProgram* o, const char* x1, const QMatrix4x4* x2, int x3) { o->setUniformValueArray(x1, x2, x3); } + Q_INVOKABLE QList Mshaders(QGLShaderProgram* o) const { return o->shaders(); } + Q_INVOKABLE int MuniformLocation(QGLShaderProgram* o, const char* x1) const { return o->uniformLocation(x1); } + Q_INVOKABLE int MuniformLocation(QGLShaderProgram* o, const QByteArray& x1) const { return o->uniformLocation(x1); } + Q_INVOKABLE int MuniformLocation(QGLShaderProgram* o, const QString& x1) const { return o->uniformLocation(x1); } + Q_INVOKABLE bool ShasOpenGLShaderPrograms(const QGLContext* x1 = 0) { return QGLShaderProgram::hasOpenGLShaderPrograms(x1); } +}; + +class Q63 : public Q215 { // QGLWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, const QGLWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LGLWidget(u, x1, x2, x3); } + Q_INVOKABLE void* C(uint u, QGLContext* x1, QWidget* x2 = 0, const QGLWidget* x3 = 0, Qt::WindowFlags x4 = 0) { return new LGLWidget(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QGLFormat& x1, QWidget* x2 = 0, const QGLWidget* x3 = 0, Qt::WindowFlags x4 = 0) { return new LGLWidget(u, x1, x2, x3, x4); } + Q_INVOKABLE GLuint MbindTexture(QGLWidget* o, const QImage& x1, GLenum x2 = GL_TEXTURE_2D, GLint x3 = GL_RGBA) { return o->bindTexture(x1, x2, x3); } + Q_INVOKABLE GLuint MbindTexture(QGLWidget* o, const QPixmap& x1, GLenum x2 = GL_TEXTURE_2D, GLint x3 = GL_RGBA) { return o->bindTexture(x1, x2, x3); } + Q_INVOKABLE GLuint MbindTexture(QGLWidget* o, const QImage& x1, GLenum x2, GLint x3, QGLContext::BindOptions x4) { return o->bindTexture(x1, x2, x3, x4); } + Q_INVOKABLE GLuint MbindTexture(QGLWidget* o, const QPixmap& x1, GLenum x2, GLint x3, QGLContext::BindOptions x4) { return o->bindTexture(x1, x2, x3, x4); } + Q_INVOKABLE GLuint MbindTexture(QGLWidget* o, const QString& x1) { return o->bindTexture(x1); } + Q_INVOKABLE QGLColormap Mcolormap(QGLWidget* o) const { return o->colormap(); } + Q_INVOKABLE QGLContext* Mcontext(QGLWidget* o) const { return o->context(); } + Q_INVOKABLE void MdeleteTexture(QGLWidget* o, GLuint x1) { o->deleteTexture(x1); } + Q_INVOKABLE void MdoneCurrent(QGLWidget* o) { o->doneCurrent(); } + Q_INVOKABLE bool MdoubleBuffer(QGLWidget* o) const { return o->doubleBuffer(); } + Q_INVOKABLE void MdrawTexture(QGLWidget* o, const QRectF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE void MdrawTexture(QGLWidget* o, const QPointF& x1, GLuint x2, GLenum x3 = GL_TEXTURE_2D) { o->drawTexture(x1, x2, x3); } + Q_INVOKABLE QGLFormat Mformat(QGLWidget* o) const { return o->format(); } + Q_INVOKABLE QImage MgrabFrameBuffer(QGLWidget* o, bool x1 = false) { return o->grabFrameBuffer(x1); } + Q_INVOKABLE bool MisSharing(QGLWidget* o) const { return o->isSharing(); } + Q_INVOKABLE bool MisValid(QGLWidget* o) const { return o->isValid(); } + Q_INVOKABLE void MmakeCurrent(QGLWidget* o) { o->makeCurrent(); } + Q_INVOKABLE void MmakeOverlayCurrent(QGLWidget* o) { o->makeOverlayCurrent(); } + Q_INVOKABLE const QGLContext* MoverlayContext(QGLWidget* o) const { return o->overlayContext(); } + Q_INVOKABLE void MqglClearColor(QGLWidget* o, const QColor& x1) const { o->qglClearColor(x1); } + Q_INVOKABLE void MqglColor(QGLWidget* o, const QColor& x1) const { o->qglColor(x1); } + Q_INVOKABLE QPixmap MrenderPixmap(QGLWidget* o, int x1 = 0, int x2 = 0, bool x3 = false) { return o->renderPixmap(x1, x2, x3); } + Q_INVOKABLE void MrenderText(QGLWidget* o, int x1, int x2, const QString& x3, const QFont& x4 = QFont()) { o->renderText(x1, x2, x3, x4); } + Q_INVOKABLE void MrenderText(QGLWidget* o, double x1, double x2, double x3, const QString& x4, const QFont& x5 = QFont()) { o->renderText(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetColormap(QGLWidget* o, const QGLColormap& x1) { o->setColormap(x1); } + Q_INVOKABLE void MswapBuffers(QGLWidget* o) { o->swapBuffers(); } + Q_INVOKABLE bool MautoBufferSwap(QGLWidget* o) const { return ((LGLWidget*)o)->autoBufferSwap(); } + Q_INVOKABLE void MsetAutoBufferSwap(QGLWidget* o, bool x1) { ((LGLWidget*)o)->setAutoBufferSwap(x1); } + Q_INVOKABLE QImage SconvertToGLFormat(const QImage& x1) { return QGLWidget::convertToGLFormat(x1); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/sql/_ini.cpp b/src/gen/sql/_ini.cpp new file mode 100644 index 0000000..fd2b726 --- /dev/null +++ b/src/gen/sql/_ini.cpp @@ -0,0 +1,84 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_q_methods.h" +#include "_n_methods.h" +#include "_ini2.h" + +QT_BEGIN_NAMESPACE + +NumList LSqlDriver::overrideIds = NumList() << 319 << 130 << 320 << 321 << 322 << 323 << 324 << 325 << 326 << 327 << 328 << 329 << 330 << 331 << 332 << 333 << 334 << 335 << 336 << 337 << 338 << 339 << 340; +NumList LSqlQueryModel::overrideIds = NumList() << 212 << 341 << 342 << 57 << 59 << 61 << 64 << 66 << 74 << 76 << 78; +NumList LSqlRelationalDelegate::overrideIds = NumList() << 46 << 52; +NumList LSqlRelationalTableModel::overrideIds = NumList() << 343 << 344 << 212 << 59 << 74 << 345 << 77 << 346 << 347 << 348 << 349 << 350; +NumList LSqlTableModel::overrideIds = NumList() << 351 << 352 << 353 << 354 << 346 << 355 << 347 << 348 << 349 << 350 << 212 << 59 << 62 << 64 << 67 << 74 << 75 << 76 << 77 << 80 << 341; +NumList LSqlDatabase::overrideIds = NumList(); +NumList LSqlError::overrideIds = NumList(); +NumList LSqlField::overrideIds = NumList(); +NumList LSqlIndex::overrideIds = NumList(); +NumList LSqlQuery::overrideIds = NumList(); +NumList LSqlRecord::overrideIds = NumList(); +NumList LSqlRelation::overrideIds = NumList(); +NumList LSqlResult::overrideIds = NumList() << 324 << 451 << 452 << 443 << 107 << 453 << 454 << 455 << 456 << 457 << 458 << 459 << 460 << 461 << 462 << 463 << 464 << 465 << 466 << 467 << 338 << 468 << 469 << 141; + +void ini() { + static bool _ = false; if(_) return; _ = true; + ini2(); + LObjects::Q[157] = new Q158; + LObjects::Q[158] = new Q159; + LObjects::Q[159] = new Q160; + LObjects::Q[160] = new Q161; + LObjects::Q[161] = new Q162; + LObjects::N[134] = new N135; + LObjects::N[135] = new N136; + LObjects::N[136] = new N137; + LObjects::N[137] = new N138; + LObjects::N[138] = new N139; + LObjects::N[139] = new N140; + LObjects::N[140] = new N141; + LObjects::N[141] = new N142; } + +const QMetaObject* staticMetaObject(int n) { + const QMetaObject* m = 0; + switch(n) { + case 158: m = &QSqlDriver::staticMetaObject; break; + case 159: m = &QSqlQueryModel::staticMetaObject; break; + case 160: m = &QSqlRelationalDelegate::staticMetaObject; break; + case 161: m = &QSqlRelationalTableModel::staticMetaObject; break; + case 162: m = &QSqlTableModel::staticMetaObject; break; } + return m; } + +void deleteNObject(int n, void* p, int gc) { + switch(n) { + case 135: if(gc) delete (QSqlDatabase*)p; else delete (LSqlDatabase*)p; break; + case 136: if(gc) delete (QSqlError*)p; else delete (LSqlError*)p; break; + case 137: if(gc) delete (QSqlField*)p; else delete (LSqlField*)p; break; + case 138: if(gc) delete (QSqlIndex*)p; else delete (LSqlIndex*)p; break; + case 139: if(gc) delete (QSqlQuery*)p; else delete (LSqlQuery*)p; break; + case 140: if(gc) delete (QSqlRecord*)p; else delete (LSqlRecord*)p; break; + case 141: if(gc) delete (QSqlRelation*)p; else delete (LSqlRelation*)p; break; + case 142: if(gc) delete (QSqlResult*)p; else delete (LSqlResult*)p; break; }} + +NumList* overrideFunctions(const QByteArray& name) { + NumList* ids = 0; + int n = LObjects::q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 158: ids = &LSqlDriver::overrideIds; break; + case 159: ids = &LSqlQueryModel::overrideIds; break; + case 160: ids = &LSqlRelationalDelegate::overrideIds; break; + case 161: ids = &LSqlRelationalTableModel::overrideIds; break; + case 162: ids = &LSqlTableModel::overrideIds; break; }} + else { + n = LObjects::n_names.value(name); + switch(n) { + case 135: ids = &LSqlDatabase::overrideIds; break; + case 136: ids = &LSqlError::overrideIds; break; + case 137: ids = &LSqlField::overrideIds; break; + case 138: ids = &LSqlIndex::overrideIds; break; + case 139: ids = &LSqlQuery::overrideIds; break; + case 140: ids = &LSqlRecord::overrideIds; break; + case 141: ids = &LSqlRelation::overrideIds; break; + case 142: ids = &LSqlResult::overrideIds; break; }} + return ids; } + +QT_END_NAMESPACE diff --git a/src/gen/sql/_ini.h b/src/gen/sql/_ini.h new file mode 100644 index 0000000..6eaca9f --- /dev/null +++ b/src/gen/sql/_ini.h @@ -0,0 +1,32 @@ +#ifndef INI_H +#define INI_H + +#include "../../ecl_fun.h" +#include + +Q_DECLARE_METATYPE(QSqlIndex) +Q_DECLARE_METATYPE(QSqlRecord) + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +#define defaultConnection QSqlDatabase::defaultConnection + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); + LIB_EXPORT void* toMetaArg(int, cl_object); + LIB_EXPORT cl_object to_lisp_arg(int, void*); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/sql/_ini2.h b/src/gen/sql/_ini2.h new file mode 100644 index 0000000..97c1273 --- /dev/null +++ b/src/gen/sql/_ini2.h @@ -0,0 +1,54 @@ +#ifndef INI2_H +#define INI2_H + +#include "_ini.h" +#include "../_lobjects.h" +#include "../../eql.h" +#include + +QT_BEGIN_NAMESPACE + +TO_QT_TYPE_PTR (QSqlDatabase, qsqldatabase) +TO_QT_TYPE_PTR (QSqlError, qsqlerror) +TO_QT_TYPE_PTR (QSqlField, qsqlfield) +TO_QT_TYPE_PTR (QSqlIndex, qsqlindex) +TO_QT_TYPE_PTR (QSqlQuery, qsqlquery) +TO_QT_TYPE_PTR (QSqlRecord, qsqlrecord) +TO_QT_TYPE_PTR (QSqlRelation, qsqlrelation) + +#define META_TYPE_(var, type) var = qRegisterMetaType< type >(#type); + +void ini2() { + META_TYPE_(LObjects::T_QSqlDatabase, QSqlDatabase) + META_TYPE_(LObjects::T_QSqlError, QSqlError) + META_TYPE_(LObjects::T_QSqlField, QSqlField) + META_TYPE_(LObjects::T_QSqlIndex, QSqlIndex) + META_TYPE_(LObjects::T_QSqlQuery, QSqlQuery) + META_TYPE_(LObjects::T_QSqlRecord, QSqlRecord) + META_TYPE_(LObjects::T_QSqlRelation, QSqlRelation) } + +void* toMetaArg(int n, cl_object l_arg) { + void* p = 0; + if(LObjects::T_QSqlDatabase == n) { p = new QSqlDatabase(*toQSqlDatabasePointer(l_arg)); } + else if(LObjects::T_QSqlError == n) { p = new QSqlError(*toQSqlErrorPointer(l_arg)); } + else if(LObjects::T_QSqlField == n) { p = new QSqlField(*toQSqlFieldPointer(l_arg)); } + else if(LObjects::T_QSqlIndex == n) { p = new QSqlIndex(*toQSqlIndexPointer(l_arg)); } + else if(LObjects::T_QSqlQuery == n) { p = new QSqlQuery(*toQSqlQueryPointer(l_arg)); } + else if(LObjects::T_QSqlRecord == n) { p = new QSqlRecord(*toQSqlRecordPointer(l_arg)); } + else if(LObjects::T_QSqlRelation == n) { p = new QSqlRelation(*toQSqlRelationPointer(l_arg)); } + return p; } + +cl_object to_lisp_arg(int n, void* p) { + cl_object l_ret = Cnil; + if(LObjects::T_QSqlDatabase == n) { l_ret = from_qsqldatabase(*(QSqlDatabase*)p); } + else if(LObjects::T_QSqlError == n) { l_ret = from_qsqlerror(*(QSqlError*)p); } + else if(LObjects::T_QSqlField == n) { l_ret = from_qsqlfield(*(QSqlField*)p); } + else if(LObjects::T_QSqlIndex == n) { l_ret = from_qsqlindex(*(QSqlIndex*)p); } + else if(LObjects::T_QSqlQuery == n) { l_ret = from_qsqlquery(*(QSqlQuery*)p); } + else if(LObjects::T_QSqlRecord == n) { l_ret = from_qsqlrecord(*(QSqlRecord*)p); } + else if(LObjects::T_QSqlRelation == n) { l_ret = from_qsqlrelation(*(QSqlRelation*)p); } + return l_ret; } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/sql/_n_classes.h b/src/gen/sql/_n_classes.h new file mode 100644 index 0000000..14e107d --- /dev/null +++ b/src/gen/sql/_n_classes.h @@ -0,0 +1,120 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_CLASSES_H +#define N_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LSqlDatabase : public QSqlDatabase { + friend class N135; +public: + LSqlDatabase(uint u) : unique(u) {} + LSqlDatabase(uint u, const QSqlDatabase& x1) : QSqlDatabase(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlError : public QSqlError { + friend class N136; +public: + LSqlError(uint u, const QString& x1 = QString(), const QString& x2 = QString(), ErrorType x3 = NoError, const QString& x4 = QString()) : QSqlError(x1, x2, x3, x4), unique(u) {} + LSqlError(uint u, const QSqlError& x1) : QSqlError(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlField : public QSqlField { + friend class N137; +public: + LSqlField(uint u, const QString& x1 = QString(), QVariant::Type x2 = QVariant::Invalid) : QSqlField(x1, x2), unique(u) {} + LSqlField(uint u, const QSqlField& x1) : QSqlField(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlIndex : public QSqlIndex { + friend class N138; +public: + LSqlIndex(uint u, const QString& x1 = QString(), const QString& x2 = QString()) : QSqlIndex(x1, x2), unique(u) {} + LSqlIndex(uint u, const QSqlIndex& x1) : QSqlIndex(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlQuery : public QSqlQuery { + friend class N139; +public: + LSqlQuery(uint u, QSqlResult* x1) : QSqlQuery(x1), unique(u) {} + LSqlQuery(uint u, const QString& x1 = QString(), QSqlDatabase x2 = QSqlDatabase()) : QSqlQuery(x1, x2), unique(u) {} + LSqlQuery(uint u, QSqlDatabase x1) : QSqlQuery(x1), unique(u) {} + LSqlQuery(uint u, const QSqlQuery& x1) : QSqlQuery(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlRecord : public QSqlRecord { + friend class N140; +public: + LSqlRecord(uint u) : unique(u) {} + LSqlRecord(uint u, const QSqlRecord& x1) : QSqlRecord(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlRelation : public QSqlRelation { + friend class N141; +public: + LSqlRelation(uint u) : unique(u) {} + LSqlRelation(uint u, const QString& x1, const QString& x2, const QString& x3) : QSqlRelation(x1, x2, x3), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LSqlResult : public QSqlResult { + friend class N142; +public: + + static NumList overrideIds; + uint unique; + + QVariant handle() const { quint64 id = LObjects::override_id(unique, 324); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 324, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::handle(); } return ret; } + void bindValue(int x1, const QVariant& x2, QSql::ParamType x3) { quint64 id = LObjects::override_id(unique, 451); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 451, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::bindValue(x1, x2, x3); }} + QVariant data(int x1) { quint64 id = LObjects::override_id(unique, 443); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 443, args, id).value(); } return ret; } + bool exec() { quint64 id = LObjects::override_id(unique, 107); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 107, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::exec(); } return ret; } + bool fetch(int x1) { quint64 id = LObjects::override_id(unique, 453); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 453, args, id).toBool(); } return ret; } + bool fetchFirst() { quint64 id = LObjects::override_id(unique, 454); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 454, 0, id).toBool(); } return ret; } + bool fetchLast() { quint64 id = LObjects::override_id(unique, 455); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 455, 0, id).toBool(); } return ret; } + bool fetchNext() { quint64 id = LObjects::override_id(unique, 456); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 456, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::fetchNext(); } return ret; } + bool fetchPrevious() { quint64 id = LObjects::override_id(unique, 457); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 457, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::fetchPrevious(); } return ret; } + bool isNull(int x1) { quint64 id = LObjects::override_id(unique, 458); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 458, args, id).toBool(); } return ret; } + QVariant lastInsertId() const { quint64 id = LObjects::override_id(unique, 459); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 459, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::lastInsertId(); } return ret; } + int numRowsAffected() { quint64 id = LObjects::override_id(unique, 460); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 460, 0, id).toInt(); } return ret; } + bool prepare(const QString& x1) { quint64 id = LObjects::override_id(unique, 461); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 461, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::prepare(x1); } return ret; } + QSqlRecord record() const { quint64 id = LObjects::override_id(unique, 462); void* fun = LObjects::overrideFun(id); QSqlRecord ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 462, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::record(); } return ret; } + bool reset(const QString& x1) { quint64 id = LObjects::override_id(unique, 463); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 463, args, id).toBool(); } return ret; } + bool savePrepare(const QString& x1) { quint64 id = LObjects::override_id(unique, 464); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 464, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlResult::savePrepare(x1); } return ret; } + void setActive(bool x1) { quint64 id = LObjects::override_id(unique, 465); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 465, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::setActive(x1); }} + void setAt(int x1) { quint64 id = LObjects::override_id(unique, 466); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 466, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::setAt(x1); }} + void setForwardOnly(bool x1) { quint64 id = LObjects::override_id(unique, 467); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 467, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::setForwardOnly(x1); }} + void setLastError(const QSqlError& x1) { quint64 id = LObjects::override_id(unique, 338); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 338, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::setLastError(x1); }} + void setQuery(const QString& x1) { quint64 id = LObjects::override_id(unique, 468); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 468, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::setQuery(x1); }} + void setSelect(bool x1) { quint64 id = LObjects::override_id(unique, 469); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 469, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlResult::setSelect(x1); }} + int size() { quint64 id = LObjects::override_id(unique, 141); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 141, 0, id).toInt(); } return ret; } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/sql/_n_methods.h b/src/gen/sql/_n_methods.h new file mode 100644 index 0000000..a533fbe --- /dev/null +++ b/src/gen/sql/_n_methods.h @@ -0,0 +1,241 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_METHODS_H +#define N_METHODS_H + +#include "_n_classes.h" +#include "../_main_n_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class N135 : public QObject { // QSqlDatabase + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSqlDatabase(u); } + Q_INVOKABLE void* C(uint u, const QSqlDatabase& x1) { return new LSqlDatabase(u, x1); } + Q_INVOKABLE void Mclose(QSqlDatabase* o) { o->close(); } + Q_INVOKABLE bool Mcommit(QSqlDatabase* o) { return o->commit(); } + Q_INVOKABLE QString MconnectOptions(QSqlDatabase* o) const { return o->connectOptions(); } + Q_INVOKABLE QString MconnectionName(QSqlDatabase* o) const { return o->connectionName(); } + Q_INVOKABLE QString MdatabaseName(QSqlDatabase* o) const { return o->databaseName(); } + Q_INVOKABLE QSqlDriver* Mdriver(QSqlDatabase* o) const { return o->driver(); } + Q_INVOKABLE QString MdriverName(QSqlDatabase* o) const { return o->driverName(); } + Q_INVOKABLE QSqlQuery Mexec(QSqlDatabase* o, const QString& x1 = QString()) const { return o->exec(x1); } + Q_INVOKABLE QString MhostName(QSqlDatabase* o) const { return o->hostName(); } + Q_INVOKABLE bool MisOpen(QSqlDatabase* o) const { return o->isOpen(); } + Q_INVOKABLE bool MisOpenError(QSqlDatabase* o) const { return o->isOpenError(); } + Q_INVOKABLE bool MisValid(QSqlDatabase* o) const { return o->isValid(); } + Q_INVOKABLE QSqlError MlastError(QSqlDatabase* o) const { return o->lastError(); } + Q_INVOKABLE int MnumericalPrecisionPolicy(QSqlDatabase* o) const { return o->numericalPrecisionPolicy(); } + Q_INVOKABLE bool Mopen(QSqlDatabase* o) { return o->open(); } + Q_INVOKABLE bool Mopen(QSqlDatabase* o, const QString& x1, const QString& x2) { return o->open(x1, x2); } + Q_INVOKABLE QString Mpassword(QSqlDatabase* o) const { return o->password(); } + Q_INVOKABLE int Mport(QSqlDatabase* o) const { return o->port(); } + Q_INVOKABLE QSqlIndex MprimaryIndex(QSqlDatabase* o, const QString& x1) const { return o->primaryIndex(x1); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlDatabase* o, const QString& x1) const { return o->record(x1); } + Q_INVOKABLE bool Mrollback(QSqlDatabase* o) { return o->rollback(); } + Q_INVOKABLE void MsetConnectOptions(QSqlDatabase* o, const QString& x1 = QString()) { o->setConnectOptions(x1); } + Q_INVOKABLE void MsetDatabaseName(QSqlDatabase* o, const QString& x1) { o->setDatabaseName(x1); } + Q_INVOKABLE void MsetHostName(QSqlDatabase* o, const QString& x1) { o->setHostName(x1); } + Q_INVOKABLE void MsetNumericalPrecisionPolicy(QSqlDatabase* o, QSql::NumericalPrecisionPolicy x1) { o->setNumericalPrecisionPolicy(x1); } + Q_INVOKABLE void MsetPassword(QSqlDatabase* o, const QString& x1) { o->setPassword(x1); } + Q_INVOKABLE void MsetPort(QSqlDatabase* o, int x1) { o->setPort(x1); } + Q_INVOKABLE void MsetUserName(QSqlDatabase* o, const QString& x1) { o->setUserName(x1); } + Q_INVOKABLE QStringList Mtables(QSqlDatabase* o, QSql::TableType x1 = QSql::Tables) const { return o->tables(x1); } + Q_INVOKABLE bool Mtransaction(QSqlDatabase* o) { return o->transaction(); } + Q_INVOKABLE QString MuserName(QSqlDatabase* o) const { return o->userName(); } + Q_INVOKABLE QSqlDatabase SaddDatabase(const QString& x1, const QString& x2 = QLatin1String(defaultConnection)) { return QSqlDatabase::addDatabase(x1, x2); } + Q_INVOKABLE QSqlDatabase SaddDatabase(QSqlDriver* x1, const QString& x2 = QLatin1String(defaultConnection)) { return QSqlDatabase::addDatabase(x1, x2); } + Q_INVOKABLE QSqlDatabase ScloneDatabase(const QSqlDatabase& x1, const QString& x2) { return QSqlDatabase::cloneDatabase(x1, x2); } + Q_INVOKABLE QStringList SconnectionNames() { return QSqlDatabase::connectionNames(); } + Q_INVOKABLE bool Scontains(const QString& x1 = QLatin1String(defaultConnection)) { return QSqlDatabase::contains(x1); } + Q_INVOKABLE QSqlDatabase Sdatabase(const QString& x1 = QLatin1String(defaultConnection), bool x2 = true) { return QSqlDatabase::database(x1, x2); } + Q_INVOKABLE QStringList Sdrivers() { return QSqlDatabase::drivers(); } + Q_INVOKABLE bool SisDriverAvailable(const QString& x1) { return QSqlDatabase::isDriverAvailable(x1); } + Q_INVOKABLE void SregisterSqlDriver(const QString& x1, QSqlDriverCreatorBase* x2) { QSqlDatabase::registerSqlDriver(x1, x2); } + Q_INVOKABLE void SremoveDatabase(const QString& x1) { QSqlDatabase::removeDatabase(x1); } +}; + +class N136 : public QObject { // QSqlError + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1 = QString(), const QString& x2 = QString(), QSqlError::ErrorType x3 = QSqlError::NoError, const QString& x4 = QString()) { return new LSqlError(u, x1, x2, x3, x4); } + Q_INVOKABLE void* C(uint u, const QSqlError& x1) { return new LSqlError(u, x1); } + Q_INVOKABLE QString MdatabaseText(QSqlError* o) const { return o->databaseText(); } + Q_INVOKABLE QString MdriverText(QSqlError* o) const { return o->driverText(); } + Q_INVOKABLE bool MisValid(QSqlError* o) const { return o->isValid(); } + Q_INVOKABLE QString MnativeErrorCode(QSqlError* o) const { return o->nativeErrorCode(); } + Q_INVOKABLE QString Mtext(QSqlError* o) const { return o->text(); } + Q_INVOKABLE int Mtype(QSqlError* o) const { return o->type(); } +}; + +class N137 : public QObject { // QSqlField + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1 = QString(), QVariant::Type x2 = QVariant::Invalid) { return new LSqlField(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QSqlField& x1) { return new LSqlField(u, x1); } + Q_INVOKABLE void Mclear(QSqlField* o) { o->clear(); } + Q_INVOKABLE QVariant MdefaultValue(QSqlField* o) const { return o->defaultValue(); } + Q_INVOKABLE bool MisAutoValue(QSqlField* o) const { return o->isAutoValue(); } + Q_INVOKABLE bool MisGenerated(QSqlField* o) const { return o->isGenerated(); } + Q_INVOKABLE bool MisNull(QSqlField* o) const { return o->isNull(); } + Q_INVOKABLE bool MisReadOnly(QSqlField* o) const { return o->isReadOnly(); } + Q_INVOKABLE bool MisValid(QSqlField* o) const { return o->isValid(); } + Q_INVOKABLE int Mlength(QSqlField* o) const { return o->length(); } + Q_INVOKABLE QString Mname(QSqlField* o) const { return o->name(); } + Q_INVOKABLE int Mprecision(QSqlField* o) const { return o->precision(); } + Q_INVOKABLE int MrequiredStatus(QSqlField* o) const { return o->requiredStatus(); } + Q_INVOKABLE void MsetAutoValue(QSqlField* o, bool x1) { o->setAutoValue(x1); } + Q_INVOKABLE void MsetDefaultValue(QSqlField* o, const QVariant& x1) { o->setDefaultValue(x1); } + Q_INVOKABLE void MsetGenerated(QSqlField* o, bool x1) { o->setGenerated(x1); } + Q_INVOKABLE void MsetLength(QSqlField* o, int x1) { o->setLength(x1); } + Q_INVOKABLE void MsetName(QSqlField* o, const QString& x1) { o->setName(x1); } + Q_INVOKABLE void MsetPrecision(QSqlField* o, int x1) { o->setPrecision(x1); } + Q_INVOKABLE void MsetReadOnly(QSqlField* o, bool x1) { o->setReadOnly(x1); } + Q_INVOKABLE void MsetRequired(QSqlField* o, bool x1) { o->setRequired(x1); } + Q_INVOKABLE void MsetRequiredStatus(QSqlField* o, QSqlField::RequiredStatus x1) { o->setRequiredStatus(x1); } + Q_INVOKABLE void MsetType(QSqlField* o, QVariant::Type x1) { o->setType(x1); } + Q_INVOKABLE void MsetValue(QSqlField* o, const QVariant& x1) { o->setValue(x1); } + Q_INVOKABLE int Mtype(QSqlField* o) const { return o->type(); } + Q_INVOKABLE QVariant Mvalue(QSqlField* o) const { return o->value(); } +}; + +class N139 : public QObject { // QSqlQuery + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QSqlResult* x1) { return new LSqlQuery(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1 = QString(), QSqlDatabase x2 = QSqlDatabase()) { return new LSqlQuery(u, x1, x2); } + Q_INVOKABLE void* C(uint u, QSqlDatabase x1) { return new LSqlQuery(u, x1); } + Q_INVOKABLE void* C(uint u, const QSqlQuery& x1) { return new LSqlQuery(u, x1); } + Q_INVOKABLE void MaddBindValue(QSqlQuery* o, const QVariant& x1, QSql::ParamType x2 = QSql::In) { o->addBindValue(x1, x2); } + Q_INVOKABLE int Mat(QSqlQuery* o) const { return o->at(); } + Q_INVOKABLE void MbindValue(QSqlQuery* o, const QString& x1, const QVariant& x2, QSql::ParamType x3 = QSql::In) { o->bindValue(x1, x2, x3); } + Q_INVOKABLE void MbindValue(QSqlQuery* o, int x1, const QVariant& x2, QSql::ParamType x3 = QSql::In) { o->bindValue(x1, x2, x3); } + Q_INVOKABLE QVariant MboundValue(QSqlQuery* o, const QString& x1) const { return o->boundValue(x1); } + Q_INVOKABLE QVariant MboundValue(QSqlQuery* o, int x1) const { return o->boundValue(x1); } + Q_INVOKABLE void Mclear(QSqlQuery* o) { o->clear(); } + Q_INVOKABLE const QSqlDriver* Mdriver(QSqlQuery* o) const { return o->driver(); } + Q_INVOKABLE bool Mexec(QSqlQuery* o, const QString& x1) { return o->exec(x1); } + Q_INVOKABLE bool Mexec(QSqlQuery* o) { return o->exec(); } + Q_INVOKABLE bool MexecBatch(QSqlQuery* o, QSqlQuery::BatchExecutionMode x1 = QSqlQuery::ValuesAsRows) { return o->execBatch(x1); } + Q_INVOKABLE QString MexecutedQuery(QSqlQuery* o) const { return o->executedQuery(); } + Q_INVOKABLE void Mfinish(QSqlQuery* o) { o->finish(); } + Q_INVOKABLE bool Mfirst(QSqlQuery* o) { return o->first(); } + Q_INVOKABLE bool MisActive(QSqlQuery* o) const { return o->isActive(); } + Q_INVOKABLE bool MisForwardOnly(QSqlQuery* o) const { return o->isForwardOnly(); } + Q_INVOKABLE bool MisNull(QSqlQuery* o, int x1) const { return o->isNull(x1); } + Q_INVOKABLE bool MisNull(QSqlQuery* o, const QString& x1) const { return o->isNull(x1); } + Q_INVOKABLE bool MisSelect(QSqlQuery* o) const { return o->isSelect(); } + Q_INVOKABLE bool MisValid(QSqlQuery* o) const { return o->isValid(); } + Q_INVOKABLE bool Mlast(QSqlQuery* o) { return o->last(); } + Q_INVOKABLE QSqlError MlastError(QSqlQuery* o) const { return o->lastError(); } + Q_INVOKABLE QVariant MlastInsertId(QSqlQuery* o) const { return o->lastInsertId(); } + Q_INVOKABLE QString MlastQuery(QSqlQuery* o) const { return o->lastQuery(); } + Q_INVOKABLE bool Mnext(QSqlQuery* o) { return o->next(); } + Q_INVOKABLE bool MnextResult(QSqlQuery* o) { return o->nextResult(); } + Q_INVOKABLE int MnumRowsAffected(QSqlQuery* o) const { return o->numRowsAffected(); } + Q_INVOKABLE int MnumericalPrecisionPolicy(QSqlQuery* o) const { return o->numericalPrecisionPolicy(); } + Q_INVOKABLE bool Mprepare(QSqlQuery* o, const QString& x1) { return o->prepare(x1); } + Q_INVOKABLE bool Mprevious(QSqlQuery* o) { return o->previous(); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlQuery* o) const { return o->record(); } + Q_INVOKABLE const QSqlResult* Mresult(QSqlQuery* o) const { return o->result(); } + Q_INVOKABLE bool Mseek(QSqlQuery* o, int x1, bool x2 = false) { return o->seek(x1, x2); } + Q_INVOKABLE void MsetForwardOnly(QSqlQuery* o, bool x1) { o->setForwardOnly(x1); } + Q_INVOKABLE void MsetNumericalPrecisionPolicy(QSqlQuery* o, QSql::NumericalPrecisionPolicy x1) { o->setNumericalPrecisionPolicy(x1); } + Q_INVOKABLE int Msize(QSqlQuery* o) const { return o->size(); } + Q_INVOKABLE QVariant Mvalue(QSqlQuery* o, int x1) const { return o->value(x1); } + Q_INVOKABLE QVariant Mvalue(QSqlQuery* o, const QString& x1) const { return o->value(x1); } +}; + +class N140 : public QObject { // QSqlRecord + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSqlRecord(u); } + Q_INVOKABLE void* C(uint u, const QSqlRecord& x1) { return new LSqlRecord(u, x1); } + Q_INVOKABLE void Mappend(QSqlRecord* o, const QSqlField& x1) { o->append(x1); } + Q_INVOKABLE void Mclear(QSqlRecord* o) { o->clear(); } + Q_INVOKABLE void MclearValues(QSqlRecord* o) { o->clearValues(); } + Q_INVOKABLE bool Mcontains(QSqlRecord* o, const QString& x1) const { return o->contains(x1); } + Q_INVOKABLE int Mcount(QSqlRecord* o) const { return o->count(); } + Q_INVOKABLE QSqlField Mfield(QSqlRecord* o, int x1) const { return o->field(x1); } + Q_INVOKABLE QSqlField Mfield(QSqlRecord* o, const QString& x1) const { return o->field(x1); } + Q_INVOKABLE QString MfieldName(QSqlRecord* o, int x1) const { return o->fieldName(x1); } + Q_INVOKABLE int MindexOf(QSqlRecord* o, const QString& x1) const { return o->indexOf(x1); } + Q_INVOKABLE void Minsert(QSqlRecord* o, int x1, const QSqlField& x2) { o->insert(x1, x2); } + Q_INVOKABLE bool MisEmpty(QSqlRecord* o) const { return o->isEmpty(); } + Q_INVOKABLE bool MisGenerated(QSqlRecord* o, const QString& x1) const { return o->isGenerated(x1); } + Q_INVOKABLE bool MisGenerated(QSqlRecord* o, int x1) const { return o->isGenerated(x1); } + Q_INVOKABLE bool MisNull(QSqlRecord* o, const QString& x1) const { return o->isNull(x1); } + Q_INVOKABLE bool MisNull(QSqlRecord* o, int x1) const { return o->isNull(x1); } + Q_INVOKABLE QSqlRecord MkeyValues(QSqlRecord* o, const QSqlRecord& x1) const { return o->keyValues(x1); } + Q_INVOKABLE void Mremove(QSqlRecord* o, int x1) { o->remove(x1); } + Q_INVOKABLE void Mreplace(QSqlRecord* o, int x1, const QSqlField& x2) { o->replace(x1, x2); } + Q_INVOKABLE void MsetGenerated(QSqlRecord* o, const QString& x1, bool x2) { o->setGenerated(x1, x2); } + Q_INVOKABLE void MsetGenerated(QSqlRecord* o, int x1, bool x2) { o->setGenerated(x1, x2); } + Q_INVOKABLE void MsetNull(QSqlRecord* o, int x1) { o->setNull(x1); } + Q_INVOKABLE void MsetNull(QSqlRecord* o, const QString& x1) { o->setNull(x1); } + Q_INVOKABLE void MsetValue(QSqlRecord* o, int x1, const QVariant& x2) { o->setValue(x1, x2); } + Q_INVOKABLE void MsetValue(QSqlRecord* o, const QString& x1, const QVariant& x2) { o->setValue(x1, x2); } + Q_INVOKABLE QVariant Mvalue(QSqlRecord* o, int x1) const { return o->value(x1); } + Q_INVOKABLE QVariant Mvalue(QSqlRecord* o, const QString& x1) const { return o->value(x1); } +}; + +class N141 : public QObject { // QSqlRelation + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSqlRelation(u); } + Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2, const QString& x3) { return new LSqlRelation(u, x1, x2, x3); } + Q_INVOKABLE QString MdisplayColumn(QSqlRelation* o) const { return o->displayColumn(); } + Q_INVOKABLE QString MindexColumn(QSqlRelation* o) const { return o->indexColumn(); } + Q_INVOKABLE bool MisValid(QSqlRelation* o) const { return o->isValid(); } + Q_INVOKABLE QString MtableName(QSqlRelation* o) const { return o->tableName(); } +}; + +class N142 : public QObject { // QSqlResult + Q_OBJECT +public: + Q_INVOKABLE QVariant Mhandle(QSqlResult* o) const { return o->handle(); } + Q_INVOKABLE void MaddBindValue(QSqlResult* o, const QVariant& x1, QSql::ParamType x2) { ((LSqlResult*)o)->addBindValue(x1, x2); } + Q_INVOKABLE int Mat(QSqlResult* o) const { return ((LSqlResult*)o)->at(); } + Q_INVOKABLE int MbindValueType(QSqlResult* o, int x1) const { return ((LSqlResult*)o)->bindValueType(x1); } + Q_INVOKABLE int MbindValueType(QSqlResult* o, const QString& x1) const { return ((LSqlResult*)o)->bindValueType(x1); } + Q_INVOKABLE int MbindingSyntax(QSqlResult* o) const { return ((LSqlResult*)o)->bindingSyntax(); } + Q_INVOKABLE QVariant MboundValue(QSqlResult* o, int x1) const { return ((LSqlResult*)o)->boundValue(x1); } + Q_INVOKABLE QVariant MboundValue(QSqlResult* o, const QString& x1) const { return ((LSqlResult*)o)->boundValue(x1); } + Q_INVOKABLE int MboundValueCount(QSqlResult* o) const { return ((LSqlResult*)o)->boundValueCount(); } + Q_INVOKABLE QString MboundValueName(QSqlResult* o, int x1) const { return ((LSqlResult*)o)->boundValueName(x1); } + Q_INVOKABLE QVector MboundValues(QSqlResult* o) const { return ((LSqlResult*)o)->boundValues(); } + Q_INVOKABLE void Mclear(QSqlResult* o) { ((LSqlResult*)o)->clear(); } + Q_INVOKABLE const QSqlDriver* Mdriver(QSqlResult* o) const { return ((LSqlResult*)o)->driver(); } + Q_INVOKABLE QString MexecutedQuery(QSqlResult* o) const { return ((LSqlResult*)o)->executedQuery(); } + Q_INVOKABLE bool MhasOutValues(QSqlResult* o) const { return ((LSqlResult*)o)->hasOutValues(); } + Q_INVOKABLE bool MisActive(QSqlResult* o) const { return ((LSqlResult*)o)->isActive(); } + Q_INVOKABLE bool MisForwardOnly(QSqlResult* o) const { return ((LSqlResult*)o)->isForwardOnly(); } + Q_INVOKABLE bool MisSelect(QSqlResult* o) const { return ((LSqlResult*)o)->isSelect(); } + Q_INVOKABLE bool MisValid(QSqlResult* o) const { return ((LSqlResult*)o)->isValid(); } + Q_INVOKABLE QSqlError MlastError(QSqlResult* o) const { return ((LSqlResult*)o)->lastError(); } + Q_INVOKABLE QString MlastQuery(QSqlResult* o) const { return ((LSqlResult*)o)->lastQuery(); } + Q_INVOKABLE void MresetBindCount(QSqlResult* o) { ((LSqlResult*)o)->resetBindCount(); } +}; + +class N138 : public N140 { // QSqlIndex + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QString& x1 = QString(), const QString& x2 = QString()) { return new LSqlIndex(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QSqlIndex& x1) { return new LSqlIndex(u, x1); } + Q_INVOKABLE void Mappend(QSqlIndex* o, const QSqlField& x1) { o->append(x1); } + Q_INVOKABLE void Mappend(QSqlIndex* o, const QSqlField& x1, bool x2) { o->append(x1, x2); } + Q_INVOKABLE QString McursorName(QSqlIndex* o) const { return o->cursorName(); } + Q_INVOKABLE bool MisDescending(QSqlIndex* o, int x1) const { return o->isDescending(x1); } + Q_INVOKABLE QString Mname(QSqlIndex* o) const { return o->name(); } + Q_INVOKABLE void MsetCursorName(QSqlIndex* o, const QString& x1) { o->setCursorName(x1); } + Q_INVOKABLE void MsetDescending(QSqlIndex* o, int x1, bool x2) { o->setDescending(x1, x2); } + Q_INVOKABLE void MsetName(QSqlIndex* o, const QString& x1) { o->setName(x1); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/sql/_q_classes.h b/src/gen/sql/_q_classes.h new file mode 100644 index 0000000..38a44ca --- /dev/null +++ b/src/gen/sql/_q_classes.h @@ -0,0 +1,237 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_CLASSES_H +#define Q_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LSqlDriver : public QSqlDriver { + Q_OBJECT + friend class Q158; +public: + LSqlDriver(uint u, QObject* x1 = 0) : QSqlDriver(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool beginTransaction() { quint64 id = LObjects::override_id(unique, 319); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 319, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::beginTransaction(); } return ret; } + void close() { quint64 id = LObjects::override_id(unique, 130); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 130, 0, id); }} + bool commitTransaction() { quint64 id = LObjects::override_id(unique, 320); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 320, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::commitTransaction(); } return ret; } + QSqlResult* createResult() const { quint64 id = LObjects::override_id(unique, 321); void* fun = LObjects::overrideFun(id); QSqlResult* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QSqlResult*)callOverrideFun(fun, 321, 0, id).value(); } return ret; } + QString escapeIdentifier(const QString& x1, IdentifierType x2) const { quint64 id = LObjects::override_id(unique, 322); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 322, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::escapeIdentifier(x1, x2); } return ret; } + QString formatValue(const QSqlField& x1, bool x2 = false) const { quint64 id = LObjects::override_id(unique, 323); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 323, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::formatValue(x1, x2); } return ret; } + QVariant handle() const { quint64 id = LObjects::override_id(unique, 324); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 324, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::handle(); } return ret; } + bool hasFeature(DriverFeature x1) const { quint64 id = LObjects::override_id(unique, 325); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 325, args, id).toBool(); } return ret; } + bool isIdentifierEscaped(const QString& x1, IdentifierType x2) const { quint64 id = LObjects::override_id(unique, 326); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 326, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::isIdentifierEscaped(x1, x2); } return ret; } + bool isOpen() const { quint64 id = LObjects::override_id(unique, 327); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 327, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::isOpen(); } return ret; } + bool open(const QString& x1, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString(), int x5 = -1, const QString& x6 = QString()) { quint64 id = LObjects::override_id(unique, 328); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5, &x6 }; ret = callOverrideFun(fun, 328, args, id).toBool(); } return ret; } + QSqlIndex primaryIndex(const QString& x1) const { quint64 id = LObjects::override_id(unique, 329); void* fun = LObjects::overrideFun(id); QSqlIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 329, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::primaryIndex(x1); } return ret; } + QSqlRecord record(const QString& x1) const { quint64 id = LObjects::override_id(unique, 330); void* fun = LObjects::overrideFun(id); QSqlRecord ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 330, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::record(x1); } return ret; } + bool rollbackTransaction() { quint64 id = LObjects::override_id(unique, 331); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 331, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::rollbackTransaction(); } return ret; } + QString sqlStatement(StatementType x1, const QString& x2, const QSqlRecord& x3, bool x4) const { quint64 id = LObjects::override_id(unique, 332); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 332, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::sqlStatement(x1, x2, x3, x4); } return ret; } + QString stripDelimiters(const QString& x1, IdentifierType x2) const { quint64 id = LObjects::override_id(unique, 333); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 333, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::stripDelimiters(x1, x2); } return ret; } + bool subscribeToNotification(const QString& x1) { quint64 id = LObjects::override_id(unique, 334); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 334, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::subscribeToNotification(x1); } return ret; } + QStringList subscribedToNotifications() const { quint64 id = LObjects::override_id(unique, 335); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 335, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::subscribedToNotifications(); } return ret; } + QStringList tables(QSql::TableType x1) const { quint64 id = LObjects::override_id(unique, 336); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 336, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::tables(x1); } return ret; } + bool unsubscribeFromNotification(const QString& x1) { quint64 id = LObjects::override_id(unique, 337); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 337, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::unsubscribeFromNotification(x1); } return ret; } + void setLastError(const QSqlError& x1) { quint64 id = LObjects::override_id(unique, 338); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 338, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlDriver::setLastError(x1); }} + void setOpen(bool x1) { quint64 id = LObjects::override_id(unique, 339); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 339, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlDriver::setOpen(x1); }} + void setOpenError(bool x1) { quint64 id = LObjects::override_id(unique, 340); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 340, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlDriver::setOpenError(x1); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlDriver::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlDriver::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlDriver::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlDriver::timerEvent(x1); }} +}; + +class LSqlQueryModel : public QSqlQueryModel { + Q_OBJECT + friend class Q159; +public: + LSqlQueryModel(uint u, QObject* x1 = 0) : QSqlQueryModel(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::clear(); }} + QModelIndex indexInQuery(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 341); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 341, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::indexInQuery(x1); } return ret; } + void queryChange() { quint64 id = LObjects::override_id(unique, 342); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 342, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::queryChange(); }} + bool canFetchMore(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::canFetchMore(x1); } return ret; } + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::data(x1, x2); } return ret; } + void fetchMore(const QModelIndex& x1 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::fetchMore(x1); }} + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::headerData(x1, x2, x3); } return ret; } + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::insertColumns(x1, x2, x3); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::removeColumns(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::rowCount(x1); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::setHeaderData(x1, x2, x3, x4); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::flags(x1); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::index(x1, x2, x3); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::sibling(x1, x2, x3); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::insertRows(x1, x2, x3); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::removeRows(x1, x2, x3); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::setData(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2 = Qt::AscendingOrder) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::sort(x1, x2); }} + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::supportedDropActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlQueryModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlQueryModel::timerEvent(x1); }} +}; + +class LSqlRelationalDelegate : public QSqlRelationalDelegate { + Q_OBJECT + friend class Q160; +public: + LSqlRelationalDelegate(uint u, QObject* x1 = 0) : QSqlRelationalDelegate(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QWidget* createEditor(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 46); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = (QWidget*)callOverrideFun(fun, 46, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::createEditor(x1, x2, x3); } return ret; } + void setModelData(QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 52); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 52, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::setModelData(x1, x2, x3); }} + void drawCheck(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, Qt::CheckState x4) const { quint64 id = LObjects::override_id(unique, 282); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 282, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawCheck(x1, x2, x3, x4); }} + void drawDecoration(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 283); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 283, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawDecoration(x1, x2, x3, x4); }} + void drawDisplay(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QString& x4) const { quint64 id = LObjects::override_id(unique, 284); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 284, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawDisplay(x1, x2, x3, x4); }} + void drawFocus(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3) const { quint64 id = LObjects::override_id(unique, 285); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 285, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawFocus(x1, x2, x3); }} + void paint(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 50); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 50, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::paint(x1, x2, x3); }} + void setEditorData(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 51); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 51, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::setEditorData(x1, x2); }} + QSize sizeHint(const QStyleOptionViewItem& x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 53); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 53, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::sizeHint(x1, x2); } return ret; } + void updateEditorGeometry(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 54); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 54, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::updateEditorGeometry(x1, x2, x3); }} + bool editorEvent(QEvent* x1, QAbstractItemModel* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 48); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 48, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::editorEvent(x1, x2, x3, x4); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::eventFilter(x1, x2); } return ret; } + void destroyEditor(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 47); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 47, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::destroyEditor(x1, x2); }} + bool helpEvent(QHelpEvent* x1, QAbstractItemView* x2, const QStyleOptionViewItem& x3, const QModelIndex& x4) { quint64 id = LObjects::override_id(unique, 49); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 49, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::helpEvent(x1, x2, x3, x4); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::timerEvent(x1); }} +}; + +class LSqlRelationalTableModel : public QSqlRelationalTableModel { + Q_OBJECT + friend class Q161; +public: + LSqlRelationalTableModel(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) : QSqlRelationalTableModel(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSqlTableModel* relationModel(int x1) const { quint64 id = LObjects::override_id(unique, 343); void* fun = LObjects::overrideFun(id); QSqlTableModel* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QSqlTableModel*)callOverrideFun(fun, 343, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::relationModel(x1); } return ret; } + void setRelation(int x1, const QSqlRelation& x2) { quint64 id = LObjects::override_id(unique, 344); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 344, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::setRelation(x1, x2); }} + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::clear(); }} + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::data(x1, x2); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::removeColumns(x1, x2, x3); } return ret; } + bool select() { quint64 id = LObjects::override_id(unique, 345); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 345, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::select(); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::setData(x1, x2, x3); } return ret; } + void setTable(const QString& x1) { quint64 id = LObjects::override_id(unique, 346); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 346, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::setTable(x1); }} + bool insertRowIntoTable(const QSqlRecord& x1) { quint64 id = LObjects::override_id(unique, 347); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 347, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::insertRowIntoTable(x1); } return ret; } + QString orderByClause() const { quint64 id = LObjects::override_id(unique, 348); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 348, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::orderByClause(); } return ret; } + QString selectStatement() const { quint64 id = LObjects::override_id(unique, 349); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 349, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::selectStatement(); } return ret; } + bool updateRowInTable(int x1, const QSqlRecord& x2) { quint64 id = LObjects::override_id(unique, 350); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 350, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::updateRowInTable(x1, x2); } return ret; } + void revertRow(int x1) { quint64 id = LObjects::override_id(unique, 351); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 351, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::revertRow(x1); }} + void setEditStrategy(EditStrategy x1) { quint64 id = LObjects::override_id(unique, 352); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 352, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::setEditStrategy(x1); }} + void setFilter(const QString& x1) { quint64 id = LObjects::override_id(unique, 353); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 353, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::setFilter(x1); }} + void setSort(int x1, Qt::SortOrder x2) { quint64 id = LObjects::override_id(unique, 354); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 354, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::setSort(x1, x2); }} + bool deleteRowFromTable(int x1) { quint64 id = LObjects::override_id(unique, 355); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 355, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::deleteRowFromTable(x1); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::flags(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::headerData(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::insertRows(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::rowCount(x1); } return ret; } + void sort(int x1, Qt::SortOrder x2) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::sort(x1, x2); }} + QModelIndex indexInQuery(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 341); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 341, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::indexInQuery(x1); } return ret; } + void queryChange() { quint64 id = LObjects::override_id(unique, 342); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 342, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::queryChange(); }} + bool canFetchMore(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::canFetchMore(x1); } return ret; } + void fetchMore(const QModelIndex& x1 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::fetchMore(x1); }} + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::insertColumns(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::setHeaderData(x1, x2, x3, x4); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::index(x1, x2, x3); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::sibling(x1, x2, x3); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::supportedDropActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalTableModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalTableModel::timerEvent(x1); }} +}; + +class LSqlTableModel : public QSqlTableModel { + Q_OBJECT + friend class Q162; +public: + LSqlTableModel(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) : QSqlTableModel(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + void revertRow(int x1) { quint64 id = LObjects::override_id(unique, 351); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 351, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::revertRow(x1); }} + void setEditStrategy(EditStrategy x1) { quint64 id = LObjects::override_id(unique, 352); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 352, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::setEditStrategy(x1); }} + void setFilter(const QString& x1) { quint64 id = LObjects::override_id(unique, 353); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 353, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::setFilter(x1); }} + void setSort(int x1, Qt::SortOrder x2) { quint64 id = LObjects::override_id(unique, 354); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 354, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::setSort(x1, x2); }} + void setTable(const QString& x1) { quint64 id = LObjects::override_id(unique, 346); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 346, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::setTable(x1); }} + bool deleteRowFromTable(int x1) { quint64 id = LObjects::override_id(unique, 355); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 355, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::deleteRowFromTable(x1); } return ret; } + bool insertRowIntoTable(const QSqlRecord& x1) { quint64 id = LObjects::override_id(unique, 347); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 347, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::insertRowIntoTable(x1); } return ret; } + QString orderByClause() const { quint64 id = LObjects::override_id(unique, 348); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 348, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::orderByClause(); } return ret; } + QString selectStatement() const { quint64 id = LObjects::override_id(unique, 349); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 349, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::selectStatement(); } return ret; } + bool updateRowInTable(int x1, const QSqlRecord& x2) { quint64 id = LObjects::override_id(unique, 350); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 350, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::updateRowInTable(x1, x2); } return ret; } + void clear() { quint64 id = LObjects::override_id(unique, 212); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 212, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::clear(); }} + QVariant data(const QModelIndex& x1, int x2 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 59); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 59, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::data(x1, x2); } return ret; } + Qt::ItemFlags flags(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 62); void* fun = LObjects::overrideFun(id); Qt::ItemFlags ret = (Qt::ItemFlags)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::ItemFlags)callOverrideFun(fun, 62, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::flags(x1); } return ret; } + QVariant headerData(int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { quint64 id = LObjects::override_id(unique, 64); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 64, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::headerData(x1, x2, x3); } return ret; } + bool insertRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 67); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 67, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::insertRows(x1, x2, x3); } return ret; } + bool removeColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 74); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 74, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::removeColumns(x1, x2, x3); } return ret; } + bool removeRows(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 75); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 75, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::removeRows(x1, x2, x3); } return ret; } + int rowCount(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 76); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 76, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::rowCount(x1); } return ret; } + bool setData(const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 77); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 77, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::setData(x1, x2, x3); } return ret; } + void sort(int x1, Qt::SortOrder x2) { quint64 id = LObjects::override_id(unique, 80); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 80, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::sort(x1, x2); }} + QModelIndex indexInQuery(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 341); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 341, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::indexInQuery(x1); } return ret; } + void queryChange() { quint64 id = LObjects::override_id(unique, 342); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 342, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::queryChange(); }} + bool canFetchMore(const QModelIndex& x1 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 57); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 57, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::canFetchMore(x1); } return ret; } + void fetchMore(const QModelIndex& x1 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 61); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 61, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::fetchMore(x1); }} + bool insertColumns(int x1, int x2, const QModelIndex& x3 = QModelIndex()) { quint64 id = LObjects::override_id(unique, 66); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 66, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::insertColumns(x1, x2, x3); } return ret; } + bool setHeaderData(int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { quint64 id = LObjects::override_id(unique, 78); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 78, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::setHeaderData(x1, x2, x3, x4); } return ret; } + bool dropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) { quint64 id = LObjects::override_id(unique, 60); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 60, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::dropMimeData(x1, x2, x3, x4, x5); } return ret; } + QModelIndex index(int x1, int x2, const QModelIndex& x3 = QModelIndex()) const { quint64 id = LObjects::override_id(unique, 65); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 65, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::index(x1, x2, x3); } return ret; } + QModelIndex sibling(int x1, int x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 79); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 79, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::sibling(x1, x2, x3); } return ret; } + QModelIndex buddy(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 55); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 55, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::buddy(x1); } return ret; } + bool canDropMimeData(const QMimeData* x1, Qt::DropAction x2, int x3, int x4, const QModelIndex& x5) const { quint64 id = LObjects::override_id(unique, 56); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 56, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::canDropMimeData(x1, x2, x3, x4, x5); } return ret; } + QModelIndexList match(const QModelIndex& x1, int x2, const QVariant& x3, int x4 = 1, Qt::MatchFlags x5 = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const { quint64 id = LObjects::override_id(unique, 68); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 68, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::match(x1, x2, x3, x4, x5); } return ret; } + QMimeData* mimeData(const QModelIndexList& x1) const { quint64 id = LObjects::override_id(unique, 69); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 69, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::mimeData(x1); } return ret; } + QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::mimeTypes(); } return ret; } + bool moveColumns(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 71); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 71, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::moveColumns(x1, x2, x3, x4, x5); } return ret; } + bool moveRows(const QModelIndex& x1, int x2, int x3, const QModelIndex& x4, int x5) { quint64 id = LObjects::override_id(unique, 72); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4, &x5 }; ret = callOverrideFun(fun, 72, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::moveRows(x1, x2, x3, x4, x5); } return ret; } + QSize span(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 81); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 81, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::span(x1); } return ret; } + Qt::DropActions supportedDragActions() const { quint64 id = LObjects::override_id(unique, 82); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 82, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::supportedDragActions(); } return ret; } + Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::supportedDropActions(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlTableModel::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlTableModel::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/sql/_q_methods.h b/src/gen/sql/_q_methods.h new file mode 100644 index 0000000..4ec3d0c --- /dev/null +++ b/src/gen/sql/_q_methods.h @@ -0,0 +1,130 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_METHODS_H +#define Q_METHODS_H + +#include "_q_classes.h" +#include "../_main_q_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Q158 : public Q124 { // QSqlDriver + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSqlDriver(u, x1); } + Q_INVOKABLE bool MbeginTransaction(QSqlDriver* o) { return o->beginTransaction(); } + Q_INVOKABLE void Mclose(QSqlDriver* o) { o->close(); } + Q_INVOKABLE bool McommitTransaction(QSqlDriver* o) { return o->commitTransaction(); } + Q_INVOKABLE QSqlResult* McreateResult(QSqlDriver* o) const { return o->createResult(); } + Q_INVOKABLE int MdbmsType(QSqlDriver* o) const { return o->dbmsType(); } + Q_INVOKABLE QString MescapeIdentifier(QSqlDriver* o, const QString& x1, QSqlDriver::IdentifierType x2) const { return o->escapeIdentifier(x1, x2); } + Q_INVOKABLE QString MformatValue(QSqlDriver* o, const QSqlField& x1, bool x2 = false) const { return o->formatValue(x1, x2); } + Q_INVOKABLE QVariant Mhandle(QSqlDriver* o) const { return o->handle(); } + Q_INVOKABLE bool MhasFeature(QSqlDriver* o, QSqlDriver::DriverFeature x1) const { return o->hasFeature(x1); } + Q_INVOKABLE bool MisIdentifierEscaped(QSqlDriver* o, const QString& x1, QSqlDriver::IdentifierType x2) const { return o->isIdentifierEscaped(x1, x2); } + Q_INVOKABLE bool MisOpen(QSqlDriver* o) const { return o->isOpen(); } + Q_INVOKABLE bool MisOpenError(QSqlDriver* o) const { return o->isOpenError(); } + Q_INVOKABLE QSqlError MlastError(QSqlDriver* o) const { return o->lastError(); } + Q_INVOKABLE int MnumericalPrecisionPolicy(QSqlDriver* o) const { return o->numericalPrecisionPolicy(); } + Q_INVOKABLE bool Mopen(QSqlDriver* o, const QString& x1, const QString& x2 = QString(), const QString& x3 = QString(), const QString& x4 = QString(), int x5 = -1, const QString& x6 = QString()) { return o->open(x1, x2, x3, x4, x5, x6); } + Q_INVOKABLE QSqlIndex MprimaryIndex(QSqlDriver* o, const QString& x1) const { return o->primaryIndex(x1); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlDriver* o, const QString& x1) const { return o->record(x1); } + Q_INVOKABLE bool MrollbackTransaction(QSqlDriver* o) { return o->rollbackTransaction(); } + Q_INVOKABLE void MsetNumericalPrecisionPolicy(QSqlDriver* o, QSql::NumericalPrecisionPolicy x1) { o->setNumericalPrecisionPolicy(x1); } + Q_INVOKABLE QString MsqlStatement(QSqlDriver* o, QSqlDriver::StatementType x1, const QString& x2, const QSqlRecord& x3, bool x4) const { return o->sqlStatement(x1, x2, x3, x4); } + Q_INVOKABLE QString MstripDelimiters(QSqlDriver* o, const QString& x1, QSqlDriver::IdentifierType x2) const { return o->stripDelimiters(x1, x2); } + Q_INVOKABLE bool MsubscribeToNotification(QSqlDriver* o, const QString& x1) { return o->subscribeToNotification(x1); } + Q_INVOKABLE QStringList MsubscribedToNotifications(QSqlDriver* o) const { return o->subscribedToNotifications(); } + Q_INVOKABLE QStringList Mtables(QSqlDriver* o, QSql::TableType x1) const { return o->tables(x1); } + Q_INVOKABLE bool MunsubscribeFromNotification(QSqlDriver* o, const QString& x1) { return o->unsubscribeFromNotification(x1); } +}; + +class Q159 : public Q15 { // QSqlQueryModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSqlQueryModel(u, x1); } + Q_INVOKABLE void Mclear(QSqlQueryModel* o) { o->clear(); } + Q_INVOKABLE QSqlError MlastError(QSqlQueryModel* o) const { return o->lastError(); } + Q_INVOKABLE QSqlQuery Mquery(QSqlQueryModel* o) const { return o->query(); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlQueryModel* o, int x1) const { return o->record(x1); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlQueryModel* o) const { return o->record(); } + Q_INVOKABLE void MsetQuery(QSqlQueryModel* o, const QSqlQuery& x1) { o->setQuery(x1); } + Q_INVOKABLE void MsetQuery(QSqlQueryModel* o, const QString& x1, const QSqlDatabase& x2 = QSqlDatabase()) { o->setQuery(x1, x2); } + Q_INVOKABLE void MsetLastError(QSqlQueryModel* o, const QSqlError& x1) { ((LSqlQueryModel*)o)->setLastError(x1); } + Q_INVOKABLE bool McanFetchMore(QSqlQueryModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->canFetchMore(x1); } + Q_INVOKABLE int McolumnCount(QSqlQueryModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->columnCount(x1); } + Q_INVOKABLE QVariant Mdata(QSqlQueryModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE void MfetchMore(QSqlQueryModel* o, const QModelIndex& x1 = QModelIndex()) { o->fetchMore(x1); } + Q_INVOKABLE QVariant MheaderData(QSqlQueryModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE bool MinsertColumns(QSqlQueryModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertColumns(x1, x2, x3); } + Q_INVOKABLE bool MremoveColumns(QSqlQueryModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeColumns(x1, x2, x3); } + Q_INVOKABLE int MrowCount(QSqlQueryModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetHeaderData(QSqlQueryModel* o, int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { return o->setHeaderData(x1, x2, x3, x4); } +}; + +class Q160 : public Q99 { // QSqlRelationalDelegate + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSqlRelationalDelegate(u, x1); } + Q_INVOKABLE QWidget* McreateEditor(QSqlRelationalDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { return o->createEditor(x1, x2, x3); } + Q_INVOKABLE void MsetModelData(QSqlRelationalDelegate* o, QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { o->setModelData(x1, x2, x3); } +}; + +class Q162 : public Q159 { // QSqlTableModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) { return new LSqlTableModel(u, x1, x2); } + Q_INVOKABLE QSqlDatabase Mdatabase(QSqlTableModel* o) const { return o->database(); } + Q_INVOKABLE int MeditStrategy(QSqlTableModel* o) const { return o->editStrategy(); } + Q_INVOKABLE int MfieldIndex(QSqlTableModel* o, const QString& x1) const { return o->fieldIndex(x1); } + Q_INVOKABLE QString Mfilter(QSqlTableModel* o) const { return o->filter(); } + Q_INVOKABLE bool MinsertRecord(QSqlTableModel* o, int x1, const QSqlRecord& x2) { return o->insertRecord(x1, x2); } + Q_INVOKABLE bool MisDirty(QSqlTableModel* o, const QModelIndex& x1) const { return o->isDirty(x1); } + Q_INVOKABLE bool MisDirty(QSqlTableModel* o) const { return o->isDirty(); } + Q_INVOKABLE QSqlIndex MprimaryKey(QSqlTableModel* o) const { return o->primaryKey(); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlTableModel* o) const { return o->record(); } + Q_INVOKABLE QSqlRecord Mrecord(QSqlTableModel* o, int x1) const { return o->record(x1); } + Q_INVOKABLE void MrevertRow(QSqlTableModel* o, int x1) { o->revertRow(x1); } + Q_INVOKABLE void MsetEditStrategy(QSqlTableModel* o, QSqlTableModel::EditStrategy x1) { o->setEditStrategy(x1); } + Q_INVOKABLE void MsetFilter(QSqlTableModel* o, const QString& x1) { o->setFilter(x1); } + Q_INVOKABLE bool MsetRecord(QSqlTableModel* o, int x1, const QSqlRecord& x2) { return o->setRecord(x1, x2); } + Q_INVOKABLE void MsetSort(QSqlTableModel* o, int x1, Qt::SortOrder x2) { o->setSort(x1, x2); } + Q_INVOKABLE void MsetTable(QSqlTableModel* o, const QString& x1) { o->setTable(x1); } + Q_INVOKABLE QString MtableName(QSqlTableModel* o) const { return o->tableName(); } + Q_INVOKABLE QSqlRecord MprimaryValues(QSqlTableModel* o, int x1) const { return ((LSqlTableModel*)o)->primaryValues(x1); } + Q_INVOKABLE void MsetPrimaryKey(QSqlTableModel* o, const QSqlIndex& x1) { ((LSqlTableModel*)o)->setPrimaryKey(x1); } + Q_INVOKABLE void MsetQuery(QSqlTableModel* o, const QSqlQuery& x1) { ((LSqlTableModel*)o)->setQuery(x1); } + Q_INVOKABLE void Mclear(QSqlTableModel* o) { o->clear(); } + Q_INVOKABLE QVariant Mdata(QSqlTableModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE int Mflags(QSqlTableModel* o, const QModelIndex& x1) const { return o->flags(x1); } + Q_INVOKABLE QVariant MheaderData(QSqlTableModel* o, int x1, Qt::Orientation x2, int x3 = Qt::DisplayRole) const { return o->headerData(x1, x2, x3); } + Q_INVOKABLE bool MinsertRows(QSqlTableModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->insertRows(x1, x2, x3); } + Q_INVOKABLE bool MremoveColumns(QSqlTableModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeColumns(x1, x2, x3); } + Q_INVOKABLE bool MremoveRows(QSqlTableModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeRows(x1, x2, x3); } + Q_INVOKABLE int MrowCount(QSqlTableModel* o, const QModelIndex& x1 = QModelIndex()) const { return o->rowCount(x1); } + Q_INVOKABLE bool MsetData(QSqlTableModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE void Msort(QSqlTableModel* o, int x1, Qt::SortOrder x2) { o->sort(x1, x2); } +}; + +class Q161 : public Q162 { // QSqlRelationalTableModel + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) { return new LSqlRelationalTableModel(u, x1, x2); } + Q_INVOKABLE QSqlRelation Mrelation(QSqlRelationalTableModel* o, int x1) const { return o->relation(x1); } + Q_INVOKABLE QSqlTableModel* MrelationModel(QSqlRelationalTableModel* o, int x1) const { return o->relationModel(x1); } + Q_INVOKABLE void MsetJoinMode(QSqlRelationalTableModel* o, QSqlRelationalTableModel::JoinMode x1) { o->setJoinMode(x1); } + Q_INVOKABLE void MsetRelation(QSqlRelationalTableModel* o, int x1, const QSqlRelation& x2) { o->setRelation(x1, x2); } + Q_INVOKABLE void Mclear(QSqlRelationalTableModel* o) { o->clear(); } + Q_INVOKABLE QVariant Mdata(QSqlRelationalTableModel* o, const QModelIndex& x1, int x2 = Qt::DisplayRole) const { return o->data(x1, x2); } + Q_INVOKABLE bool MremoveColumns(QSqlRelationalTableModel* o, int x1, int x2, const QModelIndex& x3 = QModelIndex()) { return o->removeColumns(x1, x2, x3); } + Q_INVOKABLE bool Mselect(QSqlRelationalTableModel* o) { return o->select(); } + Q_INVOKABLE bool MsetData(QSqlRelationalTableModel* o, const QModelIndex& x1, const QVariant& x2, int x3 = Qt::EditRole) { return o->setData(x1, x2, x3); } + Q_INVOKABLE void MsetTable(QSqlRelationalTableModel* o, const QString& x1) { o->setTable(x1); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/svg/_ini.cpp b/src/gen/svg/_ini.cpp new file mode 100644 index 0000000..f43862f --- /dev/null +++ b/src/gen/svg/_ini.cpp @@ -0,0 +1,48 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_q_methods.h" +#include "_n_methods.h" +#include "_ini2.h" + +QT_BEGIN_NAMESPACE + +NumList LGraphicsSvgItem::overrideIds = NumList() << 262 << 233 << 235; +NumList LSvgRenderer::overrideIds = NumList(); +NumList LSvgWidget::overrideIds = NumList() << 25 << 20; +NumList LSvgGenerator::overrideIds = NumList() << 471; + +void ini() { + static bool _ = false; if(_) return; _ = true; + ini2(); + LObjects::Q[75] = new Q76; + LObjects::Q[171] = new Q172; + LObjects::Q[172] = new Q173; + LObjects::N[151] = new N152; } + +const QMetaObject* staticMetaObject(int n) { + const QMetaObject* m = 0; + switch(n) { + case 76: m = &QGraphicsSvgItem::staticMetaObject; break; + case 172: m = &QSvgRenderer::staticMetaObject; break; + case 173: m = &QSvgWidget::staticMetaObject; break; } + return m; } + +void deleteNObject(int n, void* p, int gc) { + switch(n) { + case 152: if(gc) delete (QSvgGenerator*)p; else delete (LSvgGenerator*)p; break; }} + +NumList* overrideFunctions(const QByteArray& name) { + NumList* ids = 0; + int n = LObjects::q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 76: ids = &LGraphicsSvgItem::overrideIds; break; + case 172: ids = &LSvgRenderer::overrideIds; break; + case 173: ids = &LSvgWidget::overrideIds; break; }} + else { + n = LObjects::n_names.value(name); + switch(n) { + case 152: ids = &LSvgGenerator::overrideIds; break; }} + return ids; } + +QT_END_NAMESPACE diff --git a/src/gen/svg/_ini.h b/src/gen/svg/_ini.h new file mode 100644 index 0000000..336db16 --- /dev/null +++ b/src/gen/svg/_ini.h @@ -0,0 +1,24 @@ +#ifndef INI_H +#define INI_H + +#include + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/svg/_ini2.h b/src/gen/svg/_ini2.h new file mode 100644 index 0000000..7f65d93 --- /dev/null +++ b/src/gen/svg/_ini2.h @@ -0,0 +1,12 @@ +#ifndef INI2_H +#define INI2_H + +#include + +QT_BEGIN_NAMESPACE + +void ini2() {} + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/svg/_n_classes.h b/src/gen/svg/_n_classes.h new file mode 100644 index 0000000..1465db2 --- /dev/null +++ b/src/gen/svg/_n_classes.h @@ -0,0 +1,27 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_CLASSES_H +#define N_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LSvgGenerator : public QSvgGenerator { + friend class N152; +public: + LSvgGenerator(uint u) : unique(u) {} + + static NumList overrideIds; + uint unique; + + int metric(QPaintDevice::PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 471); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 471, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgGenerator::metric(x1); } return ret; } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/svg/_n_methods.h b/src/gen/svg/_n_methods.h new file mode 100644 index 0000000..e285dee --- /dev/null +++ b/src/gen/svg/_n_methods.h @@ -0,0 +1,36 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_METHODS_H +#define N_METHODS_H + +#include "_n_classes.h" +#include "../_main_n_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class N152 : public N108 { // QSvgGenerator + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LSvgGenerator(u); } + Q_INVOKABLE QString Mdescription(QSvgGenerator* o) const { return o->description(); } + Q_INVOKABLE QString MfileName(QSvgGenerator* o) const { return o->fileName(); } + Q_INVOKABLE int Mresolution(QSvgGenerator* o) const { return o->resolution(); } + Q_INVOKABLE void MsetDescription(QSvgGenerator* o, const QString& x1) { o->setDescription(x1); } + Q_INVOKABLE void MsetFileName(QSvgGenerator* o, const QString& x1) { o->setFileName(x1); } + Q_INVOKABLE void MsetResolution(QSvgGenerator* o, int x1) { o->setResolution(x1); } + Q_INVOKABLE void MsetSize(QSvgGenerator* o, const QSize& x1) { o->setSize(x1); } + Q_INVOKABLE void MsetTitle(QSvgGenerator* o, const QString& x1) { o->setTitle(x1); } + Q_INVOKABLE void MsetViewBox(QSvgGenerator* o, const QRect& x1) { o->setViewBox(x1); } + Q_INVOKABLE void MsetViewBox(QSvgGenerator* o, const QRectF& x1) { o->setViewBox(x1); } + Q_INVOKABLE QSize Msize(QSvgGenerator* o) const { return o->size(); } + Q_INVOKABLE QString Mtitle(QSvgGenerator* o) const { return o->title(); } + Q_INVOKABLE QRect MviewBox(QSvgGenerator* o) const { return o->viewBox(); } + Q_INVOKABLE QRectF MviewBoxF(QSvgGenerator* o) const { return o->viewBoxF(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/svg/_q_classes.h b/src/gen/svg/_q_classes.h new file mode 100644 index 0000000..8d1ef83 --- /dev/null +++ b/src/gen/svg/_q_classes.h @@ -0,0 +1,102 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_CLASSES_H +#define Q_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +class LGraphicsSvgItem : public QGraphicsSvgItem { + Q_OBJECT + friend class Q76; +public: + LGraphicsSvgItem(uint u, QGraphicsItem* x1 = 0) : QGraphicsSvgItem(x1), unique(u) {} + LGraphicsSvgItem(uint u, const QString& x1, QGraphicsItem* x2 = 0) : QGraphicsSvgItem(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSvgItem::boundingRect(); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsSvgItem::paint(x1, x2, x3); }} + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSvgItem::type(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSvgItem::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsSvgItem::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsSvgItem::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsSvgItem::timerEvent(x1); }} +}; + +class LSvgRenderer : public QSvgRenderer { + Q_OBJECT + friend class Q172; +public: + LSvgRenderer(uint u, QObject* x1 = 0) : QSvgRenderer(x1), unique(u) {} + LSvgRenderer(uint u, const QString& x1, QObject* x2 = 0) : QSvgRenderer(x1, x2), unique(u) {} + LSvgRenderer(uint u, const QByteArray& x1, QObject* x2 = 0) : QSvgRenderer(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgRenderer::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgRenderer::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgRenderer::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgRenderer::timerEvent(x1); }} +}; + +class LSvgWidget : public QSvgWidget { + Q_OBJECT + friend class Q173; +public: + LSvgWidget(uint u, QWidget* x1 = 0) : QSvgWidget(x1), unique(u) {} + LSvgWidget(uint u, const QString& x1, QWidget* x2 = 0) : QSvgWidget(x1, x2), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::sizeHint(); } return ret; } + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::paintEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::closeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::focusOutEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::hideEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::moveEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSvgWidget::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSvgWidget::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/svg/_q_methods.h b/src/gen/svg/_q_methods.h new file mode 100644 index 0000000..0039332 --- /dev/null +++ b/src/gen/svg/_q_methods.h @@ -0,0 +1,61 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_METHODS_H +#define Q_METHODS_H + +#include "_q_classes.h" +#include "../_main_q_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Q76 : public Q70 { // QGraphicsSvgItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsSvgItem(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QGraphicsItem* x2 = 0) { return new LGraphicsSvgItem(u, x1, x2); } + Q_INVOKABLE QString MelementId(QGraphicsSvgItem* o) const { return o->elementId(); } + Q_INVOKABLE QSize MmaximumCacheSize(QGraphicsSvgItem* o) const { return o->maximumCacheSize(); } + Q_INVOKABLE QSvgRenderer* Mrenderer(QGraphicsSvgItem* o) const { return o->renderer(); } + Q_INVOKABLE void MsetElementId(QGraphicsSvgItem* o, const QString& x1) { o->setElementId(x1); } + Q_INVOKABLE void MsetMaximumCacheSize(QGraphicsSvgItem* o, const QSize& x1) { o->setMaximumCacheSize(x1); } + Q_INVOKABLE void MsetSharedRenderer(QGraphicsSvgItem* o, QSvgRenderer* x1) { o->setSharedRenderer(x1); } + Q_INVOKABLE QRectF MboundingRect(QGraphicsSvgItem* o) const { return o->boundingRect(); } + Q_INVOKABLE void Mpaint(QGraphicsSvgItem* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE int Mtype(QGraphicsSvgItem* o) const { return o->type(); } +}; + +class Q172 : public Q124 { // QSvgRenderer + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSvgRenderer(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QObject* x2 = 0) { return new LSvgRenderer(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QByteArray& x1, QObject* x2 = 0) { return new LSvgRenderer(u, x1, x2); } + Q_INVOKABLE bool Manimated(QSvgRenderer* o) const { return o->animated(); } + Q_INVOKABLE QRectF MboundsOnElement(QSvgRenderer* o, const QString& x1) const { return o->boundsOnElement(x1); } + Q_INVOKABLE QSize MdefaultSize(QSvgRenderer* o) const { return o->defaultSize(); } + Q_INVOKABLE bool MelementExists(QSvgRenderer* o, const QString& x1) const { return o->elementExists(x1); } + Q_INVOKABLE int MframesPerSecond(QSvgRenderer* o) const { return o->framesPerSecond(); } + Q_INVOKABLE bool MisValid(QSvgRenderer* o) const { return o->isValid(); } + Q_INVOKABLE QMatrix MmatrixForElement(QSvgRenderer* o, const QString& x1) const { return o->matrixForElement(x1); } + Q_INVOKABLE void MsetFramesPerSecond(QSvgRenderer* o, int x1) { o->setFramesPerSecond(x1); } + Q_INVOKABLE void MsetViewBox(QSvgRenderer* o, const QRect& x1) { o->setViewBox(x1); } + Q_INVOKABLE void MsetViewBox(QSvgRenderer* o, const QRectF& x1) { o->setViewBox(x1); } + Q_INVOKABLE QRect MviewBox(QSvgRenderer* o) const { return o->viewBox(); } + Q_INVOKABLE QRectF MviewBoxF(QSvgRenderer* o) const { return o->viewBoxF(); } +}; + +class Q173 : public Q215 { // QSvgWidget + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSvgWidget(u, x1); } + Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LSvgWidget(u, x1, x2); } + Q_INVOKABLE QSvgRenderer* Mrenderer(QSvgWidget* o) const { return o->renderer(); } + Q_INVOKABLE QSize MsizeHint(QSvgWidget* o) const { return o->sizeHint(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/webkit/_ini.cpp b/src/gen/webkit/_ini.cpp new file mode 100644 index 0000000..a0f1ae7 --- /dev/null +++ b/src/gen/webkit/_ini.cpp @@ -0,0 +1,84 @@ +// THIS FILE IS GENERATED (see helper/) + +#include "_q_methods.h" +#include "_n_methods.h" +#include "_ini2.h" + +QT_BEGIN_NAMESPACE + +NumList LGraphicsWebView::overrideIds = NumList() << 23 << 245 << 233 << 234 << 251 << 265 << 236 << 237 << 238 << 239 << 240 << 13 << 34 << 14 << 243 << 244 << 36 << 15 << 16 << 246 << 247 << 248 << 249 << 264 << 253; +NumList LWebHistoryInterface::overrideIds = NumList() << 376 << 377; +NumList LWebInspector::overrideIds = NumList() << 25 << 27 << 35 << 40 << 41; +NumList LWebPage::overrideIds = NumList() << 378 << 379 << 380 << 381 << 382 << 383 << 384 << 385 << 386 << 387 << 388 << 389 << 390; +NumList LWebPluginFactory::overrideIds = NumList() << 391 << 392 << 393; +NumList LWebView::overrideIds = NumList() << 394 << 23 << 25 << 12 << 28 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 16 << 38 << 17 << 18 << 19 << 20 << 40 << 43; +NumList LWebDatabase::overrideIds = NumList(); +NumList LWebElement::overrideIds = NumList(); +NumList LWebElementCollection::overrideIds = NumList(); +NumList LWebHistoryItem::overrideIds = NumList(); +NumList LWebHitTestResult::overrideIds = NumList(); +NumList LWebSecurityOrigin::overrideIds = NumList(); + +void ini() { + static bool _ = false; if(_) return; _ = true; + ini2(); + LObjects::Q[79] = new Q80; + LObjects::Q[208] = new Q209; + LObjects::Q[209] = new Q210; + LObjects::Q[210] = new Q211; + LObjects::Q[211] = new Q212; + LObjects::Q[212] = new Q213; + LObjects::Q[213] = new Q214; + LObjects::N[191] = new N192; + LObjects::N[192] = new N193; + LObjects::N[193] = new N194; + LObjects::N[194] = new N195; + LObjects::N[195] = new N196; + LObjects::N[196] = new N197; + LObjects::N[197] = new N198; + LObjects::N[198] = new N199; } + +const QMetaObject* staticMetaObject(int n) { + const QMetaObject* m = 0; + switch(n) { + case 80: m = &QGraphicsWebView::staticMetaObject; break; + case 209: m = &QWebFrame::staticMetaObject; break; + case 210: m = &QWebHistoryInterface::staticMetaObject; break; + case 211: m = &QWebInspector::staticMetaObject; break; + case 212: m = &QWebPage::staticMetaObject; break; + case 213: m = &QWebPluginFactory::staticMetaObject; break; + case 214: m = &QWebView::staticMetaObject; break; } + return m; } + +void deleteNObject(int n, void* p, int gc) { + switch(n) { + case 192: if(gc) delete (QWebDatabase*)p; else delete (LWebDatabase*)p; break; + case 193: if(gc) delete (QWebElement*)p; else delete (LWebElement*)p; break; + case 194: if(gc) delete (QWebElementCollection*)p; else delete (LWebElementCollection*)p; break; + case 196: if(gc) delete (QWebHistoryItem*)p; else delete (LWebHistoryItem*)p; break; + case 197: if(gc) delete (QWebHitTestResult*)p; else delete (LWebHitTestResult*)p; break; + case 198: if(gc) delete (QWebSecurityOrigin*)p; else delete (LWebSecurityOrigin*)p; break; }} + +NumList* overrideFunctions(const QByteArray& name) { + NumList* ids = 0; + int n = LObjects::q_names.value(name, -1); + if(n != -1) { + switch(n) { + case 80: ids = &LGraphicsWebView::overrideIds; break; + case 210: ids = &LWebHistoryInterface::overrideIds; break; + case 211: ids = &LWebInspector::overrideIds; break; + case 212: ids = &LWebPage::overrideIds; break; + case 213: ids = &LWebPluginFactory::overrideIds; break; + case 214: ids = &LWebView::overrideIds; break; }} + else { + n = LObjects::n_names.value(name); + switch(n) { + case 192: ids = &LWebDatabase::overrideIds; break; + case 193: ids = &LWebElement::overrideIds; break; + case 194: ids = &LWebElementCollection::overrideIds; break; + case 196: ids = &LWebHistoryItem::overrideIds; break; + case 197: ids = &LWebHitTestResult::overrideIds; break; + case 198: ids = &LWebSecurityOrigin::overrideIds; break; }} + return ids; } + +QT_END_NAMESPACE diff --git a/src/gen/webkit/_ini.h b/src/gen/webkit/_ini.h new file mode 100644 index 0000000..42b0a94 --- /dev/null +++ b/src/gen/webkit/_ini.h @@ -0,0 +1,29 @@ +#ifndef INI_H +#define INI_H + +#include "../../ecl_fun.h" +#include + +Q_DECLARE_METATYPE(QList) + +#ifdef Q_WS_WIN +#define LIB_EXPORT __declspec(dllexport) +#else +#define LIB_EXPORT +#endif + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +extern "C" { + LIB_EXPORT void ini(); + LIB_EXPORT const QMetaObject* staticMetaObject(int); + LIB_EXPORT void deleteNObject(int, void*, int); + LIB_EXPORT NumList* overrideFunctions(const QByteArray&); + LIB_EXPORT void* toMetaArg(int, cl_object); + LIB_EXPORT cl_object to_lisp_arg(int, void*); } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/webkit/_ini2.h b/src/gen/webkit/_ini2.h new file mode 100644 index 0000000..6c19cf9 --- /dev/null +++ b/src/gen/webkit/_ini2.h @@ -0,0 +1,39 @@ +#ifndef INI2_H +#define INI2_H + +#include "_ini.h" +#include "../_lobjects.h" +#include "../../eql.h" +#include + +QT_BEGIN_NAMESPACE + +TO_QT_TYPE_PTR (QWebElement, qwebelement) +TO_QT_TYPE_PTR (QWebElementCollection, qwebelementcollection) +TO_QT_TYPE_PTR (QWebHitTestResult, qwebhittestresult) + +#define META_TYPE_(var, type) var = qRegisterMetaType< type >(#type); + +void ini2() { + // note: QWebHistoryItem can't be registered as QMetaType, lacking a public default constructor + META_TYPE_(LObjects::T_QWebElement, QWebElement) + META_TYPE_(LObjects::T_QWebElementCollection, QWebElementCollection) + META_TYPE_(LObjects::T_QWebHitTestResult, QWebHitTestResult) } + +void* toMetaArg(int n, cl_object l_arg) { + void* p = 0; + if(LObjects::T_QWebElement == n) { p = new QWebElement(*toQWebElementPointer(l_arg)); } + else if(LObjects::T_QWebElementCollection == n) { p = new QWebElementCollection(*toQWebElementCollectionPointer(l_arg)); } + else if(LObjects::T_QWebHitTestResult == n) { p = new QWebHitTestResult(*toQWebHitTestResultPointer(l_arg)); } + return p; } + +cl_object to_lisp_arg(int n, void* p) { + cl_object l_ret = Cnil; + if(LObjects::T_QWebElement == n) { l_ret = from_qwebelement(*(QWebElement*)p); } + else if(LObjects::T_QWebElementCollection == n) { l_ret = from_qwebelementcollection(*(QWebElementCollection*)p); } + else if(LObjects::T_QWebHitTestResult == n) { l_ret = from_qwebhittestresult(*(QWebHitTestResult*)p); } + return l_ret; } + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/webkit/_n_classes.h b/src/gen/webkit/_n_classes.h new file mode 100644 index 0000000..18099e2 --- /dev/null +++ b/src/gen/webkit/_n_classes.h @@ -0,0 +1,77 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_CLASSES_H +#define N_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +class LWebDatabase : public QWebDatabase { + friend class N192; +public: + LWebDatabase(uint u, const QWebDatabase& x1) : QWebDatabase(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWebElement : public QWebElement { + friend class N193; +public: + LWebElement(uint u) : unique(u) {} + LWebElement(uint u, const QWebElement& x1) : QWebElement(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWebElementCollection : public QWebElementCollection { + friend class N194; +public: + LWebElementCollection(uint u) : unique(u) {} + LWebElementCollection(uint u, const QWebElement& x1, const QString& x2) : QWebElementCollection(x1, x2), unique(u) {} + LWebElementCollection(uint u, const QWebElementCollection& x1) : QWebElementCollection(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWebHistoryItem : public QWebHistoryItem { + friend class N196; +public: + LWebHistoryItem(uint u, const QWebHistoryItem& x1) : QWebHistoryItem(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWebHitTestResult : public QWebHitTestResult { + friend class N197; +public: + LWebHitTestResult(uint u) : unique(u) {} + LWebHitTestResult(uint u, const QWebHitTestResult& x1) : QWebHitTestResult(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +class LWebSecurityOrigin : public QWebSecurityOrigin { + friend class N198; +public: + LWebSecurityOrigin(uint u, const QUrl& x1) : QWebSecurityOrigin(x1), unique(u) {} + LWebSecurityOrigin(uint u, const QWebSecurityOrigin& x1) : QWebSecurityOrigin(x1), unique(u) {} + + static NumList overrideIds; + uint unique; +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/webkit/_n_methods.h b/src/gen/webkit/_n_methods.h new file mode 100644 index 0000000..e7d503c --- /dev/null +++ b/src/gen/webkit/_n_methods.h @@ -0,0 +1,238 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef N_METHODS_H +#define N_METHODS_H + +#include "_n_classes.h" +#include "../_main_n_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class N192 : public QObject { // QWebDatabase + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QWebDatabase& x1) { return new LWebDatabase(u, x1); } + Q_INVOKABLE QString MdisplayName(QWebDatabase* o) const { return o->displayName(); } + Q_INVOKABLE qlonglong MexpectedSize(QWebDatabase* o) const { return o->expectedSize(); } + Q_INVOKABLE QString MfileName(QWebDatabase* o) const { return o->fileName(); } + Q_INVOKABLE QString Mname(QWebDatabase* o) const { return o->name(); } + Q_INVOKABLE QWebSecurityOrigin Morigin(QWebDatabase* o) const { return o->origin(); } + Q_INVOKABLE qlonglong Msize(QWebDatabase* o) const { return o->size(); } + Q_INVOKABLE void SremoveAllDatabases() { QWebDatabase::removeAllDatabases(); } + Q_INVOKABLE void SremoveDatabase(const QWebDatabase& x1) { QWebDatabase::removeDatabase(x1); } +}; + +class N193 : public QObject { // QWebElement + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LWebElement(u); } + Q_INVOKABLE void* C(uint u, const QWebElement& x1) { return new LWebElement(u, x1); } + Q_INVOKABLE void MaddClass(QWebElement* o, const QString& x1) { o->addClass(x1); } + Q_INVOKABLE void MappendInside(QWebElement* o, const QString& x1) { o->appendInside(x1); } + Q_INVOKABLE void MappendInside(QWebElement* o, const QWebElement& x1) { o->appendInside(x1); } + Q_INVOKABLE void MappendOutside(QWebElement* o, const QString& x1) { o->appendOutside(x1); } + Q_INVOKABLE void MappendOutside(QWebElement* o, const QWebElement& x1) { o->appendOutside(x1); } + Q_INVOKABLE QString Mattribute(QWebElement* o, const QString& x1, const QString& x2 = QString()) const { return o->attribute(x1, x2); } + Q_INVOKABLE QString MattributeNS(QWebElement* o, const QString& x1, const QString& x2, const QString& x3 = QString()) const { return o->attributeNS(x1, x2, x3); } + Q_INVOKABLE QStringList MattributeNames(QWebElement* o, const QString& x1 = QString()) const { return o->attributeNames(x1); } + Q_INVOKABLE QStringList Mclasses(QWebElement* o) const { return o->classes(); } + Q_INVOKABLE QWebElement Mclone(QWebElement* o) const { return o->clone(); } + Q_INVOKABLE QWebElement Mdocument(QWebElement* o) const { return o->document(); } + Q_INVOKABLE void MencloseContentsWith(QWebElement* o, const QWebElement& x1) { o->encloseContentsWith(x1); } + Q_INVOKABLE void MencloseContentsWith(QWebElement* o, const QString& x1) { o->encloseContentsWith(x1); } + Q_INVOKABLE void MencloseWith(QWebElement* o, const QString& x1) { o->encloseWith(x1); } + Q_INVOKABLE void MencloseWith(QWebElement* o, const QWebElement& x1) { o->encloseWith(x1); } + Q_INVOKABLE QVariant MevaluateJavaScript(QWebElement* o, const QString& x1) { return o->evaluateJavaScript(x1); } + Q_INVOKABLE QWebElementCollection MfindAll(QWebElement* o, const QString& x1) const { return o->findAll(x1); } + Q_INVOKABLE QWebElement MfindFirst(QWebElement* o, const QString& x1) const { return o->findFirst(x1); } + Q_INVOKABLE QWebElement MfirstChild(QWebElement* o) const { return o->firstChild(); } + Q_INVOKABLE QRect Mgeometry(QWebElement* o) const { return o->geometry(); } + Q_INVOKABLE bool MhasAttribute(QWebElement* o, const QString& x1) const { return o->hasAttribute(x1); } + Q_INVOKABLE bool MhasAttributeNS(QWebElement* o, const QString& x1, const QString& x2) const { return o->hasAttributeNS(x1, x2); } + Q_INVOKABLE bool MhasAttributes(QWebElement* o) const { return o->hasAttributes(); } + Q_INVOKABLE bool MhasClass(QWebElement* o, const QString& x1) const { return o->hasClass(x1); } + Q_INVOKABLE bool MhasFocus(QWebElement* o) const { return o->hasFocus(); } + Q_INVOKABLE bool MisNull(QWebElement* o) const { return o->isNull(); } + Q_INVOKABLE QWebElement MlastChild(QWebElement* o) const { return o->lastChild(); } + Q_INVOKABLE QString MlocalName(QWebElement* o) const { return o->localName(); } + Q_INVOKABLE QString MnamespaceUri(QWebElement* o) const { return o->namespaceUri(); } + Q_INVOKABLE QWebElement MnextSibling(QWebElement* o) const { return o->nextSibling(); } + Q_INVOKABLE QWebElement Mparent(QWebElement* o) const { return o->parent(); } + Q_INVOKABLE QString Mprefix(QWebElement* o) const { return o->prefix(); } + Q_INVOKABLE void MprependInside(QWebElement* o, const QString& x1) { o->prependInside(x1); } + Q_INVOKABLE void MprependInside(QWebElement* o, const QWebElement& x1) { o->prependInside(x1); } + Q_INVOKABLE void MprependOutside(QWebElement* o, const QString& x1) { o->prependOutside(x1); } + Q_INVOKABLE void MprependOutside(QWebElement* o, const QWebElement& x1) { o->prependOutside(x1); } + Q_INVOKABLE QWebElement MpreviousSibling(QWebElement* o) const { return o->previousSibling(); } + Q_INVOKABLE void MremoveAllChildren(QWebElement* o) { o->removeAllChildren(); } + Q_INVOKABLE void MremoveAttribute(QWebElement* o, const QString& x1) { o->removeAttribute(x1); } + Q_INVOKABLE void MremoveAttributeNS(QWebElement* o, const QString& x1, const QString& x2) { o->removeAttributeNS(x1, x2); } + Q_INVOKABLE void MremoveClass(QWebElement* o, const QString& x1) { o->removeClass(x1); } + Q_INVOKABLE void MremoveFromDocument(QWebElement* o) { o->removeFromDocument(); } + Q_INVOKABLE void Mrender(QWebElement* o, QPainter* x1) { o->render(x1); } + Q_INVOKABLE void Mrender(QWebElement* o, QPainter* x1, const QRect& x2) { o->render(x1, x2); } + Q_INVOKABLE void Mreplace(QWebElement* o, const QString& x1) { o->replace(x1); } + Q_INVOKABLE void Mreplace(QWebElement* o, const QWebElement& x1) { o->replace(x1); } + Q_INVOKABLE void MsetAttribute(QWebElement* o, const QString& x1, const QString& x2) { o->setAttribute(x1, x2); } + Q_INVOKABLE void MsetAttributeNS(QWebElement* o, const QString& x1, const QString& x2, const QString& x3) { o->setAttributeNS(x1, x2, x3); } + Q_INVOKABLE void MsetFocus(QWebElement* o) { o->setFocus(); } + Q_INVOKABLE void MsetInnerXml(QWebElement* o, const QString& x1) { o->setInnerXml(x1); } + Q_INVOKABLE void MsetOuterXml(QWebElement* o, const QString& x1) { o->setOuterXml(x1); } + Q_INVOKABLE void MsetPlainText(QWebElement* o, const QString& x1) { o->setPlainText(x1); } + Q_INVOKABLE void MsetStyleProperty(QWebElement* o, const QString& x1, const QString& x2) { o->setStyleProperty(x1, x2); } + Q_INVOKABLE QString MstyleProperty(QWebElement* o, const QString& x1, QWebElement::StyleResolveStrategy x2) const { return o->styleProperty(x1, x2); } + Q_INVOKABLE QString MtagName(QWebElement* o) const { return o->tagName(); } + Q_INVOKABLE QWebElement MtakeFromDocument(QWebElement* o) { return o->takeFromDocument(); } + Q_INVOKABLE QString MtoInnerXml(QWebElement* o) const { return o->toInnerXml(); } + Q_INVOKABLE QString MtoOuterXml(QWebElement* o) const { return o->toOuterXml(); } + Q_INVOKABLE QString MtoPlainText(QWebElement* o) const { return o->toPlainText(); } + Q_INVOKABLE void MtoggleClass(QWebElement* o, const QString& x1) { o->toggleClass(x1); } + Q_INVOKABLE QWebFrame* MwebFrame(QWebElement* o) const { return o->webFrame(); } +}; + +class N194 : public QObject { // QWebElementCollection + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LWebElementCollection(u); } + Q_INVOKABLE void* C(uint u, const QWebElement& x1, const QString& x2) { return new LWebElementCollection(u, x1, x2); } + Q_INVOKABLE void* C(uint u, const QWebElementCollection& x1) { return new LWebElementCollection(u, x1); } + Q_INVOKABLE void Mappend(QWebElementCollection* o, const QWebElementCollection& x1) { o->append(x1); } + Q_INVOKABLE QWebElement Mat(QWebElementCollection* o, int x1) const { return o->at(x1); } + Q_INVOKABLE int Mcount(QWebElementCollection* o) const { return o->count(); } + Q_INVOKABLE QWebElement Mfirst(QWebElementCollection* o) const { return o->first(); } + Q_INVOKABLE QWebElement Mlast(QWebElementCollection* o) const { return o->last(); } + Q_INVOKABLE QList MtoList(QWebElementCollection* o) const { return o->toList(); } +}; + +class N195 : public QObject { // QWebHistory + Q_OBJECT +public: + Q_INVOKABLE void Mback(QWebHistory* o) { o->back(); } + Q_INVOKABLE QWebHistoryItem MbackItem(QWebHistory* o) const { return o->backItem(); } + Q_INVOKABLE QList MbackItems(QWebHistory* o, int x1) const { return o->backItems(x1); } + Q_INVOKABLE bool McanGoBack(QWebHistory* o) const { return o->canGoBack(); } + Q_INVOKABLE bool McanGoForward(QWebHistory* o) const { return o->canGoForward(); } + Q_INVOKABLE void Mclear(QWebHistory* o) { o->clear(); } + Q_INVOKABLE int Mcount(QWebHistory* o) const { return o->count(); } + Q_INVOKABLE QWebHistoryItem McurrentItem(QWebHistory* o) const { return o->currentItem(); } + Q_INVOKABLE int McurrentItemIndex(QWebHistory* o) const { return o->currentItemIndex(); } + Q_INVOKABLE void Mforward(QWebHistory* o) { o->forward(); } + Q_INVOKABLE QWebHistoryItem MforwardItem(QWebHistory* o) const { return o->forwardItem(); } + Q_INVOKABLE QList MforwardItems(QWebHistory* o, int x1) const { return o->forwardItems(x1); } + Q_INVOKABLE void MgoToItem(QWebHistory* o, const QWebHistoryItem& x1) { o->goToItem(x1); } + Q_INVOKABLE QWebHistoryItem MitemAt(QWebHistory* o, int x1) const { return o->itemAt(x1); } + Q_INVOKABLE QList Mitems(QWebHistory* o) const { return o->items(); } + Q_INVOKABLE int MmaximumItemCount(QWebHistory* o) const { return o->maximumItemCount(); } + Q_INVOKABLE void MsetMaximumItemCount(QWebHistory* o, int x1) { o->setMaximumItemCount(x1); } +}; + +class N196 : public QObject { // QWebHistoryItem + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QWebHistoryItem& x1) { return new LWebHistoryItem(u, x1); } + Q_INVOKABLE QIcon Micon(QWebHistoryItem* o) const { return o->icon(); } + Q_INVOKABLE bool MisValid(QWebHistoryItem* o) const { return o->isValid(); } + Q_INVOKABLE QDateTime MlastVisited(QWebHistoryItem* o) const { return o->lastVisited(); } + Q_INVOKABLE QUrl MoriginalUrl(QWebHistoryItem* o) const { return o->originalUrl(); } + Q_INVOKABLE void MsetUserData(QWebHistoryItem* o, const QVariant& x1) { o->setUserData(x1); } + Q_INVOKABLE QString Mtitle(QWebHistoryItem* o) const { return o->title(); } + Q_INVOKABLE QUrl Murl(QWebHistoryItem* o) const { return o->url(); } + Q_INVOKABLE QVariant MuserData(QWebHistoryItem* o) const { return o->userData(); } +}; + +class N197 : public QObject { // QWebHitTestResult + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u) { return new LWebHitTestResult(u); } + Q_INVOKABLE void* C(uint u, const QWebHitTestResult& x1) { return new LWebHitTestResult(u, x1); } + Q_INVOKABLE QString MalternateText(QWebHitTestResult* o) const { return o->alternateText(); } + Q_INVOKABLE QRect MboundingRect(QWebHitTestResult* o) const { return o->boundingRect(); } + Q_INVOKABLE QWebElement Melement(QWebHitTestResult* o) const { return o->element(); } + Q_INVOKABLE QWebElement MenclosingBlockElement(QWebHitTestResult* o) const { return o->enclosingBlockElement(); } + Q_INVOKABLE QWebFrame* Mframe(QWebHitTestResult* o) const { return o->frame(); } + Q_INVOKABLE QUrl MimageUrl(QWebHitTestResult* o) const { return o->imageUrl(); } + Q_INVOKABLE bool MisContentEditable(QWebHitTestResult* o) const { return o->isContentEditable(); } + Q_INVOKABLE bool MisContentSelected(QWebHitTestResult* o) const { return o->isContentSelected(); } + Q_INVOKABLE bool MisNull(QWebHitTestResult* o) const { return o->isNull(); } + Q_INVOKABLE QWebElement MlinkElement(QWebHitTestResult* o) const { return o->linkElement(); } + Q_INVOKABLE QWebFrame* MlinkTargetFrame(QWebHitTestResult* o) const { return o->linkTargetFrame(); } + Q_INVOKABLE QString MlinkText(QWebHitTestResult* o) const { return o->linkText(); } + Q_INVOKABLE QString MlinkTitleString(QWebHitTestResult* o) const { return o->linkTitleString(); } + Q_INVOKABLE QUrl MlinkUrl(QWebHitTestResult* o) const { return o->linkUrl(); } + Q_INVOKABLE QUrl MmediaUrl(QWebHitTestResult* o) const { return o->mediaUrl(); } + Q_INVOKABLE QPixmap Mpixmap(QWebHitTestResult* o) const { return o->pixmap(); } + Q_INVOKABLE QPoint Mpos(QWebHitTestResult* o) const { return o->pos(); } + Q_INVOKABLE QString Mtitle(QWebHitTestResult* o) const { return o->title(); } +}; + +class N198 : public QObject { // QWebSecurityOrigin + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, const QUrl& x1) { return new LWebSecurityOrigin(u, x1); } + Q_INVOKABLE void* C(uint u, const QWebSecurityOrigin& x1) { return new LWebSecurityOrigin(u, x1); } + Q_INVOKABLE void MaddAccessWhitelistEntry(QWebSecurityOrigin* o, const QString& x1, const QString& x2, QWebSecurityOrigin::SubdomainSetting x3) { o->addAccessWhitelistEntry(x1, x2, x3); } + Q_INVOKABLE qlonglong MdatabaseQuota(QWebSecurityOrigin* o) const { return o->databaseQuota(); } + Q_INVOKABLE qlonglong MdatabaseUsage(QWebSecurityOrigin* o) const { return o->databaseUsage(); } + Q_INVOKABLE QList Mdatabases(QWebSecurityOrigin* o) const { return o->databases(); } + Q_INVOKABLE QString Mhost(QWebSecurityOrigin* o) const { return o->host(); } + Q_INVOKABLE int Mport(QWebSecurityOrigin* o) const { return o->port(); } + Q_INVOKABLE void MremoveAccessWhitelistEntry(QWebSecurityOrigin* o, const QString& x1, const QString& x2, QWebSecurityOrigin::SubdomainSetting x3) { o->removeAccessWhitelistEntry(x1, x2, x3); } + Q_INVOKABLE QString Mscheme(QWebSecurityOrigin* o) const { return o->scheme(); } + Q_INVOKABLE void MsetApplicationCacheQuota(QWebSecurityOrigin* o, qint64 x1) { o->setApplicationCacheQuota(x1); } + Q_INVOKABLE void MsetDatabaseQuota(QWebSecurityOrigin* o, qint64 x1) { o->setDatabaseQuota(x1); } + Q_INVOKABLE void SaddLocalScheme(const QString& x1) { QWebSecurityOrigin::addLocalScheme(x1); } + Q_INVOKABLE QList SallOrigins() { return QWebSecurityOrigin::allOrigins(); } + Q_INVOKABLE QStringList SlocalSchemes() { return QWebSecurityOrigin::localSchemes(); } + Q_INVOKABLE void SremoveLocalScheme(const QString& x1) { QWebSecurityOrigin::removeLocalScheme(x1); } +}; + +class N199 : public QObject { // QWebSettings + Q_OBJECT +public: + Q_INVOKABLE QString McssMediaType(QWebSettings* o) const { return o->cssMediaType(); } + Q_INVOKABLE QString MdefaultTextEncoding(QWebSettings* o) const { return o->defaultTextEncoding(); } + Q_INVOKABLE QString MfontFamily(QWebSettings* o, QWebSettings::FontFamily x1) const { return o->fontFamily(x1); } + Q_INVOKABLE int MfontSize(QWebSettings* o, QWebSettings::FontSize x1) const { return o->fontSize(x1); } + Q_INVOKABLE QString MlocalStoragePath(QWebSettings* o) const { return o->localStoragePath(); } + Q_INVOKABLE void MresetAttribute(QWebSettings* o, QWebSettings::WebAttribute x1) { o->resetAttribute(x1); } + Q_INVOKABLE void MresetFontFamily(QWebSettings* o, QWebSettings::FontFamily x1) { o->resetFontFamily(x1); } + Q_INVOKABLE void MresetFontSize(QWebSettings* o, QWebSettings::FontSize x1) { o->resetFontSize(x1); } + Q_INVOKABLE void MsetAttribute(QWebSettings* o, QWebSettings::WebAttribute x1, bool x2) { o->setAttribute(x1, x2); } + Q_INVOKABLE void MsetCSSMediaType(QWebSettings* o, const QString& x1) { o->setCSSMediaType(x1); } + Q_INVOKABLE void MsetDefaultTextEncoding(QWebSettings* o, const QString& x1) { o->setDefaultTextEncoding(x1); } + Q_INVOKABLE void MsetFontFamily(QWebSettings* o, QWebSettings::FontFamily x1, const QString& x2) { o->setFontFamily(x1, x2); } + Q_INVOKABLE void MsetFontSize(QWebSettings* o, QWebSettings::FontSize x1, int x2) { o->setFontSize(x1, x2); } + Q_INVOKABLE void MsetLocalStoragePath(QWebSettings* o, const QString& x1) { o->setLocalStoragePath(x1); } + Q_INVOKABLE void MsetThirdPartyCookiePolicy(QWebSettings* o, QWebSettings::ThirdPartyCookiePolicy x1) { o->setThirdPartyCookiePolicy(x1); } + Q_INVOKABLE void MsetUserStyleSheetUrl(QWebSettings* o, const QUrl& x1) { o->setUserStyleSheetUrl(x1); } + Q_INVOKABLE bool MtestAttribute(QWebSettings* o, QWebSettings::WebAttribute x1) const { return o->testAttribute(x1); } + Q_INVOKABLE int MthirdPartyCookiePolicy(QWebSettings* o) const { return o->thirdPartyCookiePolicy(); } + Q_INVOKABLE QUrl MuserStyleSheetUrl(QWebSettings* o) const { return o->userStyleSheetUrl(); } + Q_INVOKABLE void SclearIconDatabase() { QWebSettings::clearIconDatabase(); } + Q_INVOKABLE void SclearMemoryCaches() { QWebSettings::clearMemoryCaches(); } + Q_INVOKABLE void SenablePersistentStorage(const QString& x1 = QString()) { QWebSettings::enablePersistentStorage(x1); } + Q_INVOKABLE QWebSettings* SglobalSettings() { return QWebSettings::globalSettings(); } + Q_INVOKABLE QString SiconDatabasePath() { return QWebSettings::iconDatabasePath(); } + Q_INVOKABLE QIcon SiconForUrl(const QUrl& x1) { return QWebSettings::iconForUrl(x1); } + Q_INVOKABLE int SmaximumPagesInCache() { return QWebSettings::maximumPagesInCache(); } + Q_INVOKABLE qlonglong SofflineStorageDefaultQuota() { return QWebSettings::offlineStorageDefaultQuota(); } + Q_INVOKABLE QString SofflineStoragePath() { return QWebSettings::offlineStoragePath(); } + Q_INVOKABLE QString SofflineWebApplicationCachePath() { return QWebSettings::offlineWebApplicationCachePath(); } + Q_INVOKABLE qlonglong SofflineWebApplicationCacheQuota() { return QWebSettings::offlineWebApplicationCacheQuota(); } + Q_INVOKABLE void SsetIconDatabasePath(const QString& x1) { QWebSettings::setIconDatabasePath(x1); } + Q_INVOKABLE void SsetMaximumPagesInCache(int x1) { QWebSettings::setMaximumPagesInCache(x1); } + Q_INVOKABLE void SsetObjectCacheCapacities(int x1, int x2, int x3) { QWebSettings::setObjectCacheCapacities(x1, x2, x3); } + Q_INVOKABLE void SsetOfflineStorageDefaultQuota(qint64 x1) { QWebSettings::setOfflineStorageDefaultQuota(x1); } + Q_INVOKABLE void SsetOfflineStoragePath(const QString& x1) { QWebSettings::setOfflineStoragePath(x1); } + Q_INVOKABLE void SsetOfflineWebApplicationCachePath(const QString& x1) { QWebSettings::setOfflineWebApplicationCachePath(x1); } + Q_INVOKABLE void SsetOfflineWebApplicationCacheQuota(qint64 x1) { QWebSettings::setOfflineWebApplicationCacheQuota(x1); } + Q_INVOKABLE void SsetWebGraphic(QWebSettings::WebGraphic x1, const QPixmap& x2) { QWebSettings::setWebGraphic(x1, x2); } + Q_INVOKABLE QPixmap SwebGraphic(QWebSettings::WebGraphic x1) { return QWebSettings::webGraphic(x1); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/webkit/_q_classes.h b/src/gen/webkit/_q_classes.h new file mode 100644 index 0000000..759a069 --- /dev/null +++ b/src/gen/webkit/_q_classes.h @@ -0,0 +1,238 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_CLASSES_H +#define Q_CLASSES_H + +#include "_ini.h" +#include "../../ecl_fun.h" +#include "../_lobjects.h" +#include +#include + +QT_BEGIN_NAMESPACE + +typedef QList NumList; + +class LGraphicsWebView : public QGraphicsWebView { + Q_OBJECT + friend class Q80; +public: + LGraphicsWebView(uint u, QGraphicsItem* x1 = 0) : QGraphicsWebView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::inputMethodQuery(x1); } return ret; } + QVariant itemChange(GraphicsItemChange x1, const QVariant& x2) { quint64 id = LObjects::override_id(unique, 245); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 245, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::itemChange(x1, x2); } return ret; } + void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 233); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 233, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::paint(x1, x2, x3); }} + void setGeometry(const QRectF& x1) { quint64 id = LObjects::override_id(unique, 234); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 234, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::setGeometry(x1); }} + QSizeF sizeHint(Qt::SizeHint x1, const QSizeF& x2) const { quint64 id = LObjects::override_id(unique, 251); void* fun = LObjects::overrideFun(id); QSizeF ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 251, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::sizeHint(x1, x2); } return ret; } + void updateGeometry() { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 265, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::updateGeometry(); }} + void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 236); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 236, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::contextMenuEvent(x1); }} + void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 237); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 237, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::dragEnterEvent(x1); }} + void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 238); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 238, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::dragLeaveEvent(x1); }} + void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 239); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 239, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::dragMoveEvent(x1); }} + void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 240); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 240, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::focusOutEvent(x1); }} + void hoverLeaveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 243); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 243, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::hoverLeaveEvent(x1); }} + void hoverMoveEvent(QGraphicsSceneHoverEvent* x1) { quint64 id = LObjects::override_id(unique, 244); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 244, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::hoverMoveEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 246); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 246, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 247); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 247, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::mouseMoveEvent(x1); }} + void mousePressEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 248); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 248, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::mousePressEvent(x1); }} + void mouseReleaseEvent(QGraphicsSceneMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 249); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 249, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::mouseReleaseEvent(x1); }} + bool sceneEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::sceneEvent(x1); } return ret; } + void wheelEvent(QGraphicsSceneWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 253, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::wheelEvent(x1); }} + void paintWindowFrame(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 254, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::paintWindowFrame(x1, x2, x3); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::changeEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::closeEvent(x1); }} + void grabKeyboardEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 255); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 255, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::grabKeyboardEvent(x1); }} + void grabMouseEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 241); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 241, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::grabMouseEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::hideEvent(x1); }} + void initStyleOption(QStyleOption* x1) const { quint64 id = LObjects::override_id(unique, 256); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 256, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::initStyleOption(x1); }} + void moveEvent(QGraphicsSceneMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::moveEvent(x1); }} + void polishEvent() { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 258, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::polishEvent(); }} + void resizeEvent(QGraphicsSceneResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 250); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 250, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::showEvent(x1); }} + void ungrabKeyboardEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 259); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 259, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::ungrabKeyboardEvent(x1); }} + void ungrabMouseEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 252); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 252, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::ungrabMouseEvent(x1); }} + bool windowFrameEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::windowFrameEvent(x1); } return ret; } + Qt::WindowFrameSection windowFrameSectionAt(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); Qt::WindowFrameSection ret = (Qt::WindowFrameSection)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (Qt::WindowFrameSection)callOverrideFun(fun, 261, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::windowFrameSectionAt(x1); } return ret; } + QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::boundingRect(); } return ret; } + QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::shape(); } return ret; } + int type() const { quint64 id = LObjects::override_id(unique, 235); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 235, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::type(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsWebView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsWebView::timerEvent(x1); }} +}; + +class LWebHistoryInterface : public QWebHistoryInterface { + Q_OBJECT + friend class Q210; +public: + LWebHistoryInterface(uint u, QObject* x1 = 0) : QWebHistoryInterface(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + void addHistoryEntry(const QString& x1) { quint64 id = LObjects::override_id(unique, 376); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 376, args, id); }} + bool historyContains(const QString& x1) const { quint64 id = LObjects::override_id(unique, 377); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 377, args, id).toBool(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebHistoryInterface::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebHistoryInterface::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebHistoryInterface::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebHistoryInterface::timerEvent(x1); }} +}; + +class LWebInspector : public QWebInspector { + Q_OBJECT + friend class Q211; +public: + LWebInspector(uint u, QWidget* x1 = 0) : QWebInspector(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::sizeHint(); } return ret; } + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::closeEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::hideEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::resizeEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::showEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::heightForWidth(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::inputMethodQuery(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::actionEvent(x1); }} + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::dropEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::enterEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::keyReleaseEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::leaveEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::mouseReleaseEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::moveEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::paintEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::tabletEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::wheelEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebInspector::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebInspector::timerEvent(x1); }} +}; + +class LWebPage : public QWebPage { + Q_OBJECT + friend class Q212; +public: + LWebPage(uint u, QObject* x1 = 0) : QWebPage(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool extension(Extension x1, const ExtensionOption* x2 = 0, ExtensionReturn* x3 = 0) { quint64 id = LObjects::override_id(unique, 378); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 378, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::extension(x1, x2, x3); } return ret; } + bool shouldInterruptJavaScript() { quint64 id = LObjects::override_id(unique, 379); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 379, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::shouldInterruptJavaScript(); } return ret; } + bool supportsExtension(Extension x1) const { quint64 id = LObjects::override_id(unique, 380); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 380, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::supportsExtension(x1); } return ret; } + void triggerAction(WebAction x1, bool x2 = false) { quint64 id = LObjects::override_id(unique, 381); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 381, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPage::triggerAction(x1, x2); }} + bool acceptNavigationRequest(QWebFrame* x1, const QNetworkRequest& x2, NavigationType x3) { quint64 id = LObjects::override_id(unique, 382); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 382, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::acceptNavigationRequest(x1, x2, x3); } return ret; } + QString chooseFile(QWebFrame* x1, const QString& x2) { quint64 id = LObjects::override_id(unique, 383); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 383, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::chooseFile(x1, x2); } return ret; } + QObject* createPlugin(const QString& x1, const QUrl& x2, const QStringList& x3, const QStringList& x4) { quint64 id = LObjects::override_id(unique, 384); void* fun = LObjects::overrideFun(id); QObject* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = (QObject*)callOverrideFun(fun, 384, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::createPlugin(x1, x2, x3, x4); } return ret; } + QWebPage* createWindow(WebWindowType x1) { quint64 id = LObjects::override_id(unique, 385); void* fun = LObjects::overrideFun(id); QWebPage* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QWebPage*)callOverrideFun(fun, 385, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::createWindow(x1); } return ret; } + void javaScriptAlert(QWebFrame* x1, const QString& x2) { quint64 id = LObjects::override_id(unique, 386); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 386, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPage::javaScriptAlert(x1, x2); }} + bool javaScriptConfirm(QWebFrame* x1, const QString& x2) { quint64 id = LObjects::override_id(unique, 387); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 387, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::javaScriptConfirm(x1, x2); } return ret; } + void javaScriptConsoleMessage(const QString& x1, int x2, const QString& x3) { quint64 id = LObjects::override_id(unique, 388); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 388, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPage::javaScriptConsoleMessage(x1, x2, x3); }} + bool javaScriptPrompt(QWebFrame* x1, const QString& x2, const QString& x3, QString* x4) { quint64 id = LObjects::override_id(unique, 389); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = callOverrideFun(fun, 389, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::javaScriptPrompt(x1, x2, x3, x4); } return ret; } + QString userAgentForUrl(const QUrl& x1) const { quint64 id = LObjects::override_id(unique, 390); void* fun = LObjects::overrideFun(id); QString ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 390, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::userAgentForUrl(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPage::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPage::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPage::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPage::timerEvent(x1); }} +}; + +class LWebPluginFactory : public QWebPluginFactory { + Q_OBJECT + friend class Q213; +public: + LWebPluginFactory(uint u, QObject* x1 = 0) : QWebPluginFactory(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QObject* create(const QString& x1, const QUrl& x2, const QStringList& x3, const QStringList& x4) const { quint64 id = LObjects::override_id(unique, 391); void* fun = LObjects::overrideFun(id); QObject* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; ret = (QObject*)callOverrideFun(fun, 391, args, id).value(); } return ret; } + QList plugins() const { quint64 id = LObjects::override_id(unique, 392); void* fun = LObjects::overrideFun(id); QList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 392, 0, id).value >(); } return ret; } + void refreshPlugins() { quint64 id = LObjects::override_id(unique, 393); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 393, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPluginFactory::refreshPlugins(); }} + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebPluginFactory::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPluginFactory::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPluginFactory::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebPluginFactory::timerEvent(x1); }} +}; + +class LWebView : public QWebView { + Q_OBJECT + friend class Q214; +public: + LWebView(uint u, QWidget* x1 = 0) : QWebView(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + QWebView* createWindow(QWebPage::WebWindowType x1) { quint64 id = LObjects::override_id(unique, 394); void* fun = LObjects::overrideFun(id); QWebView* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QWebView*)callOverrideFun(fun, 394, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::createWindow(x1); } return ret; } + QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::inputMethodQuery(x1); } return ret; } + QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::sizeHint(); } return ret; } + void changeEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 12); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 12, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::changeEvent(x1); }} + void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::contextMenuEvent(x1); }} + void dragEnterEvent(QDragEnterEvent* x1) { quint64 id = LObjects::override_id(unique, 29); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 29, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::dragEnterEvent(x1); }} + void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::dragLeaveEvent(x1); }} + void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::dragMoveEvent(x1); }} + void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::dropEvent(x1); }} + void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::focusInEvent(x1); }} + bool focusNextPrevChild(bool x1) { quint64 id = LObjects::override_id(unique, 34); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 34, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::focusNextPrevChild(x1); } return ret; } + void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::focusOutEvent(x1); }} + void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::inputMethodEvent(x1); }} + void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::keyPressEvent(x1); }} + void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::keyReleaseEvent(x1); }} + void mouseDoubleClickEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 38); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 38, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::mouseDoubleClickEvent(x1); }} + void mouseMoveEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 17); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 17, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::mouseMoveEvent(x1); }} + void mousePressEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 18); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 18, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::mousePressEvent(x1); }} + void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::mouseReleaseEvent(x1); }} + void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::paintEvent(x1); }} + void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::resizeEvent(x1); }} + void wheelEvent(QWheelEvent* x1) { quint64 id = LObjects::override_id(unique, 43); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 43, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::wheelEvent(x1); }} + bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::hasHeightForWidth(); } return ret; } + int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::heightForWidth(x1); } return ret; } + QSize minimumSizeHint() const { quint64 id = LObjects::override_id(unique, 24); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 24, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::minimumSizeHint(); } return ret; } + void actionEvent(QActionEvent* x1) { quint64 id = LObjects::override_id(unique, 26); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 26, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::actionEvent(x1); }} + void closeEvent(QCloseEvent* x1) { quint64 id = LObjects::override_id(unique, 27); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 27, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::closeEvent(x1); }} + void enterEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 33); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 33, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::enterEvent(x1); }} + void hideEvent(QHideEvent* x1) { quint64 id = LObjects::override_id(unique, 35); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 35, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::hideEvent(x1); }} + void leaveEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 37); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 37, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::leaveEvent(x1); }} + void moveEvent(QMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 39); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 39, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::moveEvent(x1); }} + void showEvent(QShowEvent* x1) { quint64 id = LObjects::override_id(unique, 41); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 41, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::showEvent(x1); }} + void tabletEvent(QTabletEvent* x1) { quint64 id = LObjects::override_id(unique, 42); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 42, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::tabletEvent(x1); }} + void initPainter(QPainter* x1) const { quint64 id = LObjects::override_id(unique, 44); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 44, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::initPainter(x1); }} + int metric(PaintDeviceMetric x1) const { quint64 id = LObjects::override_id(unique, 45); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 45, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::metric(x1); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QWebView::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QWebView::timerEvent(x1); }} +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/gen/webkit/_q_methods.h b/src/gen/webkit/_q_methods.h new file mode 100644 index 0000000..c782836 --- /dev/null +++ b/src/gen/webkit/_q_methods.h @@ -0,0 +1,223 @@ +// THIS FILE IS GENERATED (see helper/) + +#ifndef Q_METHODS_H +#define Q_METHODS_H + +#include "_q_classes.h" +#include "../_main_q_methods.h" +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Q209 : public Q124 { // QWebFrame + Q_OBJECT +public: + Q_INVOKABLE void MaddToJavaScriptWindowObject(QWebFrame* o, const QString& x1, QObject* x2, QWebFrame::ValueOwnership x3 = QWebFrame::QtOwnership) { o->addToJavaScriptWindowObject(x1, x2, x3); } + Q_INVOKABLE QUrl MbaseUrl(QWebFrame* o) const { return o->baseUrl(); } + Q_INVOKABLE QList MchildFrames(QWebFrame* o) const { return o->childFrames(); } + Q_INVOKABLE QSize McontentsSize(QWebFrame* o) const { return o->contentsSize(); } + Q_INVOKABLE QWebElement MdocumentElement(QWebFrame* o) const { return o->documentElement(); } + Q_INVOKABLE QWebElementCollection MfindAllElements(QWebFrame* o, const QString& x1) const { return o->findAllElements(x1); } + Q_INVOKABLE QWebElement MfindFirstElement(QWebFrame* o, const QString& x1) const { return o->findFirstElement(x1); } + Q_INVOKABLE QString MframeName(QWebFrame* o) const { return o->frameName(); } + Q_INVOKABLE QRect Mgeometry(QWebFrame* o) const { return o->geometry(); } + Q_INVOKABLE bool MhasFocus(QWebFrame* o) const { return o->hasFocus(); } + Q_INVOKABLE QWebHitTestResult MhitTestContent(QWebFrame* o, const QPoint& x1) const { return o->hitTestContent(x1); } + Q_INVOKABLE QIcon Micon(QWebFrame* o) const { return o->icon(); } + Q_INVOKABLE void Mload(QWebFrame* o, const QUrl& x1) { o->load(x1); } + Q_INVOKABLE void Mload(QWebFrame* o, const QNetworkRequest& x1, QNetworkAccessManager::Operation x2 = QNetworkAccessManager::GetOperation, const QByteArray& x3 = QByteArray()) { o->load(x1, x2, x3); } + Q_INVOKABLE QMultiMap MmetaData(QWebFrame* o) const { return o->metaData(); } + Q_INVOKABLE QWebPage* Mpage(QWebFrame* o) const { return o->page(); } + Q_INVOKABLE QWebFrame* MparentFrame(QWebFrame* o) const { return o->parentFrame(); } + Q_INVOKABLE QPoint Mpos(QWebFrame* o) const { return o->pos(); } + Q_INVOKABLE void Mrender(QWebFrame* o, QPainter* x1, const QRegion& x2 = QRegion()) { o->render(x1, x2); } + Q_INVOKABLE void Mrender(QWebFrame* o, QPainter* x1, QWebFrame::RenderLayers x2, const QRegion& x3 = QRegion()) { o->render(x1, x2, x3); } + Q_INVOKABLE QUrl MrequestedUrl(QWebFrame* o) const { return o->requestedUrl(); } + Q_INVOKABLE void Mscroll(QWebFrame* o, int x1, int x2) { o->scroll(x1, x2); } + Q_INVOKABLE QRect MscrollBarGeometry(QWebFrame* o, Qt::Orientation x1) const { return o->scrollBarGeometry(x1); } + Q_INVOKABLE int MscrollBarMaximum(QWebFrame* o, Qt::Orientation x1) const { return o->scrollBarMaximum(x1); } + Q_INVOKABLE int MscrollBarMinimum(QWebFrame* o, Qt::Orientation x1) const { return o->scrollBarMinimum(x1); } + Q_INVOKABLE int MscrollBarPolicy(QWebFrame* o, Qt::Orientation x1) const { return o->scrollBarPolicy(x1); } + Q_INVOKABLE int MscrollBarValue(QWebFrame* o, Qt::Orientation x1) const { return o->scrollBarValue(x1); } + Q_INVOKABLE QPoint MscrollPosition(QWebFrame* o) const { return o->scrollPosition(); } + Q_INVOKABLE void MscrollToAnchor(QWebFrame* o, const QString& x1) { o->scrollToAnchor(x1); } + Q_INVOKABLE QWebSecurityOrigin MsecurityOrigin(QWebFrame* o) const { return o->securityOrigin(); } + Q_INVOKABLE void MsetContent(QWebFrame* o, const QByteArray& x1, const QString& x2 = QString(), const QUrl& x3 = QUrl()) { o->setContent(x1, x2, x3); } + Q_INVOKABLE void MsetFocus(QWebFrame* o) { o->setFocus(); } + Q_INVOKABLE void MsetHtml(QWebFrame* o, const QString& x1, const QUrl& x2 = QUrl()) { o->setHtml(x1, x2); } + Q_INVOKABLE void MsetScrollBarPolicy(QWebFrame* o, Qt::Orientation x1, Qt::ScrollBarPolicy x2) { o->setScrollBarPolicy(x1, x2); } + Q_INVOKABLE void MsetScrollBarValue(QWebFrame* o, Qt::Orientation x1, int x2) { o->setScrollBarValue(x1, x2); } + Q_INVOKABLE void MsetScrollPosition(QWebFrame* o, const QPoint& x1) { o->setScrollPosition(x1); } + Q_INVOKABLE void MsetTextSizeMultiplier(QWebFrame* o, qreal x1) { o->setTextSizeMultiplier(x1); } + Q_INVOKABLE void MsetUrl(QWebFrame* o, const QUrl& x1) { o->setUrl(x1); } + Q_INVOKABLE void MsetZoomFactor(QWebFrame* o, qreal x1) { o->setZoomFactor(x1); } + Q_INVOKABLE qreal MtextSizeMultiplier(QWebFrame* o) const { return o->textSizeMultiplier(); } + Q_INVOKABLE QString Mtitle(QWebFrame* o) const { return o->title(); } + Q_INVOKABLE QString MtoHtml(QWebFrame* o) const { return o->toHtml(); } + Q_INVOKABLE QString MtoPlainText(QWebFrame* o) const { return o->toPlainText(); } + Q_INVOKABLE QUrl Murl(QWebFrame* o) const { return o->url(); } + Q_INVOKABLE qreal MzoomFactor(QWebFrame* o) const { return o->zoomFactor(); } + Q_INVOKABLE bool Mevent(QWebFrame* o, QEvent* x1) { return o->event(x1); } +}; + +class Q210 : public Q124 { // QWebHistoryInterface + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LWebHistoryInterface(u, x1); } + Q_INVOKABLE void MaddHistoryEntry(QWebHistoryInterface* o, const QString& x1) { o->addHistoryEntry(x1); } + Q_INVOKABLE bool MhistoryContains(QWebHistoryInterface* o, const QString& x1) const { return o->historyContains(x1); } + Q_INVOKABLE QWebHistoryInterface* SdefaultInterface() { return QWebHistoryInterface::defaultInterface(); } + Q_INVOKABLE void SsetDefaultInterface(QWebHistoryInterface* x1) { QWebHistoryInterface::setDefaultInterface(x1); } +}; + +class Q212 : public Q124 { // QWebPage + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LWebPage(u, x1); } + Q_INVOKABLE QAction* Maction(QWebPage* o, QWebPage::WebAction x1) const { return o->action(x1); } + Q_INVOKABLE quint64 MbytesReceived(QWebPage* o) const { return o->bytesReceived(); } + Q_INVOKABLE QMenu* McreateStandardContextMenu(QWebPage* o) { return o->createStandardContextMenu(); } + Q_INVOKABLE QWebFrame* McurrentFrame(QWebPage* o) const { return o->currentFrame(); } + Q_INVOKABLE bool Mextension(QWebPage* o, QWebPage::Extension x1, const QWebPage::ExtensionOption* x2 = 0, QWebPage::ExtensionReturn* x3 = 0) { return o->extension(x1, x2, x3); } + Q_INVOKABLE bool MfindText(QWebPage* o, const QString& x1, QWebPage::FindFlags x2 = 0) { return o->findText(x1, x2); } + Q_INVOKABLE bool MfocusNextPrevChild(QWebPage* o, bool x1) { return o->focusNextPrevChild(x1); } + Q_INVOKABLE bool MforwardUnsupportedContent(QWebPage* o) const { return o->forwardUnsupportedContent(); } + Q_INVOKABLE QWebFrame* MframeAt(QWebPage* o, const QPoint& x1) const { return o->frameAt(x1); } + Q_INVOKABLE bool MhasSelection(QWebPage* o) const { return o->hasSelection(); } + Q_INVOKABLE QWebHistory* Mhistory(QWebPage* o) const { return o->history(); } + Q_INVOKABLE QVariant MinputMethodQuery(QWebPage* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE bool MisContentEditable(QWebPage* o) const { return o->isContentEditable(); } + Q_INVOKABLE bool MisModified(QWebPage* o) const { return o->isModified(); } + Q_INVOKABLE int MlinkDelegationPolicy(QWebPage* o) const { return o->linkDelegationPolicy(); } + Q_INVOKABLE QWebFrame* MmainFrame(QWebPage* o) const { return o->mainFrame(); } + Q_INVOKABLE QNetworkAccessManager* MnetworkAccessManager(QWebPage* o) const { return o->networkAccessManager(); } + Q_INVOKABLE QPalette Mpalette(QWebPage* o) const { return o->palette(); } + Q_INVOKABLE QWebPluginFactory* MpluginFactory(QWebPage* o) const { return o->pluginFactory(); } + Q_INVOKABLE QSize MpreferredContentsSize(QWebPage* o) const { return o->preferredContentsSize(); } + Q_INVOKABLE QString MselectedHtml(QWebPage* o) const { return o->selectedHtml(); } + Q_INVOKABLE QString MselectedText(QWebPage* o) const { return o->selectedText(); } + Q_INVOKABLE void MsetActualVisibleContentRect(QWebPage* o, const QRect& x1) const { o->setActualVisibleContentRect(x1); } + Q_INVOKABLE void MsetContentEditable(QWebPage* o, bool x1) { o->setContentEditable(x1); } + Q_INVOKABLE void MsetFeaturePermission(QWebPage* o, QWebFrame* x1, QWebPage::Feature x2, QWebPage::PermissionPolicy x3) { o->setFeaturePermission(x1, x2, x3); } + Q_INVOKABLE void MsetForwardUnsupportedContent(QWebPage* o, bool x1) { o->setForwardUnsupportedContent(x1); } + Q_INVOKABLE void MsetLinkDelegationPolicy(QWebPage* o, QWebPage::LinkDelegationPolicy x1) { o->setLinkDelegationPolicy(x1); } + Q_INVOKABLE void MsetNetworkAccessManager(QWebPage* o, QNetworkAccessManager* x1) { o->setNetworkAccessManager(x1); } + Q_INVOKABLE void MsetPalette(QWebPage* o, const QPalette& x1) { o->setPalette(x1); } + Q_INVOKABLE void MsetPluginFactory(QWebPage* o, QWebPluginFactory* x1) { o->setPluginFactory(x1); } + Q_INVOKABLE void MsetPreferredContentsSize(QWebPage* o, const QSize& x1) const { o->setPreferredContentsSize(x1); } + Q_INVOKABLE void MsetView(QWebPage* o, QWidget* x1) { o->setView(x1); } + Q_INVOKABLE void MsetViewportSize(QWebPage* o, const QSize& x1) const { o->setViewportSize(x1); } + Q_INVOKABLE void MsetVisibilityState(QWebPage* o, QWebPage::VisibilityState x1) { o->setVisibilityState(x1); } + Q_INVOKABLE QWebSettings* Msettings(QWebPage* o) const { return o->settings(); } + Q_INVOKABLE bool MshouldInterruptJavaScript(QWebPage* o) { return o->shouldInterruptJavaScript(); } + Q_INVOKABLE QStringList MsupportedContentTypes(QWebPage* o) const { return o->supportedContentTypes(); } + Q_INVOKABLE bool MsupportsContentType(QWebPage* o, const QString& x1) const { return o->supportsContentType(x1); } + Q_INVOKABLE bool MsupportsExtension(QWebPage* o, QWebPage::Extension x1) const { return o->supportsExtension(x1); } + Q_INVOKABLE bool MswallowContextMenuEvent(QWebPage* o, QContextMenuEvent* x1) { return o->swallowContextMenuEvent(x1); } + Q_INVOKABLE quint64 MtotalBytes(QWebPage* o) const { return o->totalBytes(); } + Q_INVOKABLE void MtriggerAction(QWebPage* o, QWebPage::WebAction x1, bool x2 = false) { o->triggerAction(x1, x2); } + Q_INVOKABLE QUndoStack* MundoStack(QWebPage* o) const { return o->undoStack(); } + Q_INVOKABLE void MupdatePositionDependentActions(QWebPage* o, const QPoint& x1) { o->updatePositionDependentActions(x1); } + Q_INVOKABLE QWidget* Mview(QWebPage* o) const { return o->view(); } + Q_INVOKABLE QSize MviewportSize(QWebPage* o) const { return o->viewportSize(); } + Q_INVOKABLE int MvisibilityState(QWebPage* o) const { return o->visibilityState(); } + Q_INVOKABLE bool Mevent(QWebPage* o, QEvent* x1) { return o->event(x1); } +}; + +class Q213 : public Q124 { // QWebPluginFactory + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LWebPluginFactory(u, x1); } + Q_INVOKABLE QObject* Mcreate(QWebPluginFactory* o, const QString& x1, const QUrl& x2, const QStringList& x3, const QStringList& x4) const { return o->create(x1, x2, x3, x4); } + Q_INVOKABLE QList Mplugins(QWebPluginFactory* o) const { return o->plugins(); } + Q_INVOKABLE void MrefreshPlugins(QWebPluginFactory* o) { o->refreshPlugins(); } +}; + +class Q80 : public Q81 { // QGraphicsWebView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QGraphicsItem* x1 = 0) { return new LGraphicsWebView(u, x1); } + Q_INVOKABLE bool MfindText(QGraphicsWebView* o, const QString& x1, QWebPage::FindFlags x2 = 0) { return o->findText(x1, x2); } + Q_INVOKABLE QWebHistory* Mhistory(QGraphicsWebView* o) const { return o->history(); } + Q_INVOKABLE QIcon Micon(QGraphicsWebView* o) const { return o->icon(); } + Q_INVOKABLE bool MisModified(QGraphicsWebView* o) const { return o->isModified(); } + Q_INVOKABLE bool MisTiledBackingStoreFrozen(QGraphicsWebView* o) const { return o->isTiledBackingStoreFrozen(); } + Q_INVOKABLE void Mload(QGraphicsWebView* o, const QUrl& x1) { o->load(x1); } + Q_INVOKABLE void Mload(QGraphicsWebView* o, const QNetworkRequest& x1, QNetworkAccessManager::Operation x2 = QNetworkAccessManager::GetOperation, const QByteArray& x3 = QByteArray()) { o->load(x1, x2, x3); } + Q_INVOKABLE QWebPage* Mpage(QGraphicsWebView* o) const { return o->page(); } + Q_INVOKABLE QAction* MpageAction(QGraphicsWebView* o, QWebPage::WebAction x1) const { return o->pageAction(x1); } + Q_INVOKABLE int MrenderHints(QGraphicsWebView* o) const { return o->renderHints(); } + Q_INVOKABLE bool MresizesToContents(QGraphicsWebView* o) const { return o->resizesToContents(); } + Q_INVOKABLE void MsetContent(QGraphicsWebView* o, const QByteArray& x1, const QString& x2 = QString(), const QUrl& x3 = QUrl()) { o->setContent(x1, x2, x3); } + Q_INVOKABLE void MsetHtml(QGraphicsWebView* o, const QString& x1, const QUrl& x2 = QUrl()) { o->setHtml(x1, x2); } + Q_INVOKABLE void MsetPage(QGraphicsWebView* o, QWebPage* x1) { o->setPage(x1); } + Q_INVOKABLE void MsetRenderHint(QGraphicsWebView* o, QPainter::RenderHint x1, bool x2 = true) { o->setRenderHint(x1, x2); } + Q_INVOKABLE void MsetRenderHints(QGraphicsWebView* o, QPainter::RenderHints x1) { o->setRenderHints(x1); } + Q_INVOKABLE void MsetResizesToContents(QGraphicsWebView* o, bool x1) { o->setResizesToContents(x1); } + Q_INVOKABLE void MsetTiledBackingStoreFrozen(QGraphicsWebView* o, bool x1) { o->setTiledBackingStoreFrozen(x1); } + Q_INVOKABLE void MsetUrl(QGraphicsWebView* o, const QUrl& x1) { o->setUrl(x1); } + Q_INVOKABLE void MsetZoomFactor(QGraphicsWebView* o, qreal x1) { o->setZoomFactor(x1); } + Q_INVOKABLE QWebSettings* Msettings(QGraphicsWebView* o) const { return o->settings(); } + Q_INVOKABLE QString Mtitle(QGraphicsWebView* o) const { return o->title(); } + Q_INVOKABLE void MtriggerPageAction(QGraphicsWebView* o, QWebPage::WebAction x1, bool x2 = false) { o->triggerPageAction(x1, x2); } + Q_INVOKABLE QUrl Murl(QGraphicsWebView* o) const { return o->url(); } + Q_INVOKABLE qreal MzoomFactor(QGraphicsWebView* o) const { return o->zoomFactor(); } + Q_INVOKABLE bool Mevent(QGraphicsWebView* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QVariant MinputMethodQuery(QGraphicsWebView* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE QVariant MitemChange(QGraphicsWebView* o, QGraphicsWebView::GraphicsItemChange x1, const QVariant& x2) { return o->itemChange(x1, x2); } + Q_INVOKABLE void Mpaint(QGraphicsWebView* o, QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { o->paint(x1, x2, x3); } + Q_INVOKABLE void MsetGeometry(QGraphicsWebView* o, const QRectF& x1) { o->setGeometry(x1); } + Q_INVOKABLE QSizeF MsizeHint(QGraphicsWebView* o, Qt::SizeHint x1, const QSizeF& x2) const { return o->sizeHint(x1, x2); } + Q_INVOKABLE void MupdateGeometry(QGraphicsWebView* o) { o->updateGeometry(); } +}; + +class Q211 : public Q215 { // QWebInspector + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LWebInspector(u, x1); } + Q_INVOKABLE QWebPage* Mpage(QWebInspector* o) const { return o->page(); } + Q_INVOKABLE void MsetPage(QWebInspector* o, QWebPage* x1) { o->setPage(x1); } + Q_INVOKABLE bool Mevent(QWebInspector* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QSize MsizeHint(QWebInspector* o) const { return o->sizeHint(); } +}; + +class Q214 : public Q215 { // QWebView + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LWebView(u, x1); } + Q_INVOKABLE bool MfindText(QWebView* o, const QString& x1, QWebPage::FindFlags x2 = 0) { return o->findText(x1, x2); } + Q_INVOKABLE bool MhasSelection(QWebView* o) const { return o->hasSelection(); } + Q_INVOKABLE QWebHistory* Mhistory(QWebView* o) const { return o->history(); } + Q_INVOKABLE QIcon Micon(QWebView* o) const { return o->icon(); } + Q_INVOKABLE bool MisModified(QWebView* o) const { return o->isModified(); } + Q_INVOKABLE void Mload(QWebView* o, const QUrl& x1) { o->load(x1); } + Q_INVOKABLE void Mload(QWebView* o, const QNetworkRequest& x1, QNetworkAccessManager::Operation x2 = QNetworkAccessManager::GetOperation, const QByteArray& x3 = QByteArray()) { o->load(x1, x2, x3); } + Q_INVOKABLE QWebPage* Mpage(QWebView* o) const { return o->page(); } + Q_INVOKABLE QAction* MpageAction(QWebView* o, QWebPage::WebAction x1) const { return o->pageAction(x1); } + Q_INVOKABLE int MrenderHints(QWebView* o) const { return o->renderHints(); } + Q_INVOKABLE QString MselectedHtml(QWebView* o) const { return o->selectedHtml(); } + Q_INVOKABLE QString MselectedText(QWebView* o) const { return o->selectedText(); } + Q_INVOKABLE void MsetContent(QWebView* o, const QByteArray& x1, const QString& x2 = QString(), const QUrl& x3 = QUrl()) { o->setContent(x1, x2, x3); } + Q_INVOKABLE void MsetHtml(QWebView* o, const QString& x1, const QUrl& x2 = QUrl()) { o->setHtml(x1, x2); } + Q_INVOKABLE void MsetPage(QWebView* o, QWebPage* x1) { o->setPage(x1); } + Q_INVOKABLE void MsetRenderHint(QWebView* o, QPainter::RenderHint x1, bool x2 = true) { o->setRenderHint(x1, x2); } + Q_INVOKABLE void MsetRenderHints(QWebView* o, QPainter::RenderHints x1) { o->setRenderHints(x1); } + Q_INVOKABLE void MsetTextSizeMultiplier(QWebView* o, qreal x1) { o->setTextSizeMultiplier(x1); } + Q_INVOKABLE void MsetUrl(QWebView* o, const QUrl& x1) { o->setUrl(x1); } + Q_INVOKABLE void MsetZoomFactor(QWebView* o, qreal x1) { o->setZoomFactor(x1); } + Q_INVOKABLE QWebSettings* Msettings(QWebView* o) const { return o->settings(); } + Q_INVOKABLE qreal MtextSizeMultiplier(QWebView* o) const { return o->textSizeMultiplier(); } + Q_INVOKABLE QString Mtitle(QWebView* o) const { return o->title(); } + Q_INVOKABLE void MtriggerPageAction(QWebView* o, QWebPage::WebAction x1, bool x2 = false) { o->triggerPageAction(x1, x2); } + Q_INVOKABLE QUrl Murl(QWebView* o) const { return o->url(); } + Q_INVOKABLE qreal MzoomFactor(QWebView* o) const { return o->zoomFactor(); } + Q_INVOKABLE bool Mevent(QWebView* o, QEvent* x1) { return o->event(x1); } + Q_INVOKABLE QVariant MinputMethodQuery(QWebView* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } + Q_INVOKABLE QSize MsizeHint(QWebView* o) const { return o->sizeHint(); } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/link-wrappers.lisp b/src/link-wrappers.lisp new file mode 100644 index 0000000..1d925eb --- /dev/null +++ b/src/link-wrappers.lisp @@ -0,0 +1,23 @@ +#-eql5 +(error "Please use the EQL5 executable to run this file") + +(require :cmp) + +(setf *break-on-signals* 'error) + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *all-wrappers* (loop :for i :from 1 :to 10 :collect (format nil "all-wrappers-~D" i))) + +(defparameter *lisp-files* (append '("x" "package" "ini" "enums1" "enums2" "enums3" "enums4" "special-extensions") + *all-wrappers*)) + +(c:build-static-library "ini" + :lisp-files (mapcar (lambda (file) + (format nil "lisp/~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_EQL") + +(eql:qq) + diff --git a/src/link.lisp b/src/link.lisp new file mode 100644 index 0000000..c660863 --- /dev/null +++ b/src/link.lisp @@ -0,0 +1,17 @@ +#-unicode +(error "Please build ECL with unicode support (configure --enable-unicode)") + +(require :cmp) + +(setf *break-on-signals* 'error) + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *lisp-files* (list "x" "package" "ini" "enums1" "enums2" "enums3" "enums4" "special-extensions")) + +(c:build-static-library "ini" + :lisp-files (mapcar (lambda (file) + (format nil "lisp/~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_EQL") diff --git a/src/lisp/COPYING-ECL-READLINE b/src/lisp/COPYING-ECL-READLINE new file mode 100644 index 0000000..b6bd517 --- /dev/null +++ b/src/lisp/COPYING-ECL-READLINE @@ -0,0 +1,481 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/src/lisp/all-wrappers-1.lisp b/src/lisp/all-wrappers-1.lisp new file mode 100644 index 0000000..e68a2d7 --- /dev/null +++ b/src/lisp/all-wrappers-1.lisp @@ -0,0 +1,1213 @@ +(defpackage :eql + (:export + #:|abort| + #:|about.QMessageBox| + #:|aboutQt.QMessageBox| + #:|aboutQt| + #:|aboutToActivate| + #:|aboutToClose| + #:|aboutToHide| + #:|aboutToQuit| + #:|aboutToShow| + #:|absoluteDir| + #:|absoluteFilePath| + #:|absolutePath| + #:|acceleration| + #:|accept(QGesture*)| + #:|accept(Qt::GestureType)| + #:|acceptDrops| + #:|acceptHoverEvents| + #:|acceptMode| + #:|acceptProposedAction| + #:|acceptRichText| + #:|acceptTouchEvents| + #:|acceptedMouseButtons| + #:|accepted| + #:|accept| + #:|accessibleDescription| + #:|accessibleInterface.QAccessible| + #:|accessibleInterface| + #:|accessibleName| + #:|accessibleText| + #:|accumBufferSize| + #:|accum| + #:|acquire| + #:|actionAt| + #:|actionChanged| + #:|actionGeometry| + #:|actionGroup| + #:|actionInterface| + #:|actionNames| + #:|actionText| + #:|actionTriggered| + #:|actions| + #:|action| + #:|activateCurrentItem| + #:|activateNextSubWindow| + #:|activatePreviousSubWindow| + #:|activateWindow| + #:|activated(QModelIndex)| + #:|activated(QString)| + #:|activated(int)| + #:|activatedAmbiguously| + #:|activated| + #:|activate| + #:|activationOrder| + #:|activeAction| + #:|activeChanged| + #:|activeConfiguration| + #:|activeGestures| + #:|activeModalWidget.QApplication| + #:|activePanel| + #:|activePopupWidget.QApplication| + #:|activeStackChanged| + #:|activeStack| + #:|activeSubWindow| + #:|activeWindow.QApplication| + #:|activeWindow| + #:|active| + #:|actualSize(QSize...)| + #:|actualSize(QWindow*...)| + #:|actualSize| + #:|addAccessWhitelistEntry| + #:|addAction(QAction*)| + #:|addAction(QAction*...)| + #:|addAction(QIcon...)| + #:|addAction(QString)| + #:|addAction(QString...)| + #:|addActions| + #:|addAction| + #:|addAnchors| + #:|addAnchor| + #:|addAnimation| + #:|addApplicationFont.QFontDatabase| + #:|addApplicationFontFromData.QFontDatabase| + #:|addBindValue| + #:|addButton(QAbstractButton*...)| + #:|addButton(QString...)| + #:|addButton| + #:|addChildLayoutItem| + #:|addChildren| + #:|addChild| + #:|addClass| + #:|addControllingSignal| + #:|addCornerAnchors| + #:|addCubicBezierSegment| + #:|addCustomFilter| + #:|addDatabase(QSqlDriver*).QSqlDatabase| + #:|addDatabase(QSqlDriver*...).QSqlDatabase| + #:|addDatabase(QString).QSqlDatabase| + #:|addDatabase(QString...).QSqlDatabase| + #:|addDatabase.QSqlDatabase| + #:|addData| + #:|addDays| + #:|addDefaultAnimation| + #:|addDockWidget| + #:|addEllipse| + #:|addFile| + #:|addHistoryEntry| + #:|addItem(QIcon...)| + #:|addItem(QListWidgetItem*)| + #:|addItem(QString)| + #:|addItem(QString...)| + #:|addItems| + #:|addItem| + #:|addLayout| + #:|addLibraryPath.QCoreApplication| + #:|addLine| + #:|addLocalScheme.QWebSecurityOrigin| + #:|addMSecs| + #:|addMapping| + #:|addMenu(QMenu*)| + #:|addMenu(QString)| + #:|addMenu| + #:|addMonths| + #:|addPage| + #:|addPaths| + #:|addPath| + #:|addPause| + #:|addPermanentWidget| + #:|addPixmap| + #:|addPolygon| + #:|addRect| + #:|addRegion| + #:|addResource| + #:|addRoundedRect| + #:|addRow(QLayout*)| + #:|addRow(QString,QLayout*)| + #:|addRow(QString,QWidget*)| + #:|addRow(QString...)| + #:|addRow(QWidget*)| + #:|addRow(QWidget*,QLayout*)| + #:|addRow(QWidget*,QWidget*)| + #:|addRow(QWidget*...)| + #:|addRow| + #:|addScrollBarWidget| + #:|addSearchPath.QDir| + #:|addSecs| + #:|addSection| + #:|addSeparator| + #:|addShaderFromSourceCode(QGLShader::ShaderType,QByteArray)| + #:|addShaderFromSourceCode(QGLShader::ShaderType,QString)| + #:|addShaderFromSourceCode(QGLShader::ShaderType,const char*)| + #:|addShaderFromSourceCode| + #:|addShaderFromSourceFile| + #:|addShader| + #:|addSimpleText| + #:|addSpacerItem| + #:|addSpacing| + #:|addStack| + #:|addState| + #:|addStretch| + #:|addStrut| + #:|addSubWindow| + #:|addTCBSegment| + #:|addTab| + #:|addText| + #:|addToGroup| + #:|addToJavaScriptWindowObject| + #:|addToolBar(QString)| + #:|addToolBar(QToolBar*)| + #:|addToolBarBreak| + #:|addToolBar| + #:|addTopLevelItems| + #:|addTopLevelItem| + #:|addTransition(QAbstractState*)| + #:|addTransition(QAbstractTransition*)| + #:|addTransition| + #:|addWidget| + #:|addYears| + #:|added| + #:|addressEntries| + #:|add| + #:|adjoint| + #:|adjustSize| + #:|adjusted| + #:|advance| + #:|alert.QApplication| + #:|algorithm| + #:|aliases| + #:|alignedRect.QStyle| + #:|alignment| + #:|allAddresses.QNetworkCacheMetaData| + #:|allColumnsShowFocus| + #:|allFormats| + #:|allGray| + #:|allInterfaces.QNetworkCacheMetaData| + #:|allKeys| + #:|allOrigins.QWebSecurityOrigin| + #:|allWidgets.QApplication| + #:|allWindows.QGuiApplication| + #:|allowedAreasChanged| + #:|allowedAreas| + #:|allowedNextProtocols| + #:|allowsErrorInteraction| + #:|allowsInteraction| + #:|alphaBufferSize| + #:|alphaF| + #:|alpha| + #:|alternateBase| + #:|alternateText| + #:|alternatingRowColors| + #:|amText| + #:|amplitude| + #:|anchorAt| + #:|anchorClicked| + #:|anchorHref| + #:|anchorNames| + #:|anchor| + #:|angleAtPercent| + #:|angleChanged| + #:|angleDelta| + #:|angle| + #:|animateClick| + #:|animated| + #:|animationAt| + #:|animationCount| + #:|animations| + #:|answerRect| + #:|appendColumns| + #:|appendColumn| + #:|appendHtml| + #:|appendInside(QString)| + #:|appendInside(QWebElement)| + #:|appendInside| + #:|appendOutside(QString)| + #:|appendOutside(QWebElement)| + #:|appendOutside| + #:|appendPlainText| + #:|appendRow(QList)| + #:|appendRow(QStandardItem*)| + #:|appendRows| + #:|appendRow| + #:|appendUndoItem| + #:|append| + #:|applicationCacheQuotaExceeded| + #:|applicationDirPath.QCoreApplication| + #:|applicationDisplayName.QGuiApplication| + #:|applicationFilePath.QCoreApplication| + #:|applicationFontFamilies.QFontDatabase| + #:|applicationName.QCoreApplication| + #:|applicationNameChanged| + #:|applicationName| + #:|applicationPid.QCoreApplication| + #:|applicationProxy.QNetworkCookie| + #:|applicationState.QGuiApplication| + #:|applicationStateChanged| + #:|applicationVersion.QCoreApplication| + #:|applicationVersionChanged| + #:|applyTo| + #:|arcMoveTo| + #:|arcTo| + #:|areSharing.QGLContext| + #:|arguments.QCoreApplication| + #:|arguments| + #:|arrowType| + #:|ascent| + #:|assignProperty| + #:|associatedGraphicsWidgets| + #:|associatedWidgets| + #:|atBlockEnd| + #:|atBlockStart| + #:|atEnd| + #:|atStart| + #:|attachment| + #:|attributeLocation(QByteArray)| + #:|attributeLocation(QString)| + #:|attributeLocation(const char*)| + #:|attributeLocation| + #:|attributeNS| + #:|attributeNames| + #:|attribute| + #:|at| + #:|authenticationRequired| + #:|authority| + #:|autoBufferSwap| + #:|autoClose| + #:|autoDefault| + #:|autoDelete| + #:|autoExclusive| + #:|autoExpandDelay| + #:|autoFillBackground| + #:|autoFormatting| + #:|autoHide| + #:|autoRaise| + #:|autoRepeatDelay| + #:|autoRepeatInterval| + #:|autoRepeat| + #:|autoReset| + #:|autoSaveFilter| + #:|autoScrollMargin| + #:|autoSipEnabled| + #:|availableCodecs.QTextCodec| + #:|availableGeometry(QPoint)| + #:|availableGeometry(const QWidget*)| + #:|availableGeometry(int)| + #:|availableGeometry| + #:|availableMibs.QTextCodec| + #:|availablePrinterNames.QPrinterInfo| + #:|availableRedoSteps| + #:|availableSizes| + #:|availableUndoSteps| + #:|available| + #:|averageCharWidth| + #:|axisChanged| + #:|axis| + #:|backItems| + #:|backItem| + #:|backgroundBrush| + #:|backgroundColor| + #:|backgroundMode| + #:|backgroundRole| + #:|backgroundVisible| + #:|background| + #:|backingStore| + #:|backspace| + #:|backwardAvailable| + #:|backwardHistoryCount| + #:|backward| + #:|back| + #:|baseName| + #:|baseSize| + #:|baseUrlChanged| + #:|baseUrl| + #:|base| + #:|batchSize| + #:|bcp47Name| + #:|beep.QApplication| + #:|beforeDelete| + #:|beforeInsert| + #:|beforeUpdate| + #:|before| + #:|begin(QImage*)| + #:|begin(QPicture*)| + #:|begin(QPixmap*)| + #:|begin(QPrinter*)| + #:|begin(QWidget*)| + #:|beginEditBlock| + #:|beginGroup| + #:|beginInsertColumns| + #:|beginInsertRows| + #:|beginLayout| + #:|beginMacro| + #:|beginMoveColumns| + #:|beginMoveRows| + #:|beginNativePainting| + #:|beginReadArray| + #:|beginRemoveColumns| + #:|beginRemoveRows| + #:|beginResetModel| + #:|beginTransaction| + #:|beginWriteArray| + #:|begin| + #:|bind(QHostAddress)| + #:|bind(QHostAddress...)| + #:|bind(ushort)| + #:|bind(ushort...)| + #:|bindAttributeLocation(QByteArray...)| + #:|bindAttributeLocation(QString...)| + #:|bindAttributeLocation(const char*...)| + #:|bindAttributeLocation| + #:|bindDefault.QGLFramebufferObject| + #:|bindTexture(QImage)| + #:|bindTexture(QImage...)| + #:|bindTexture(QPixmap)| + #:|bindTexture(QPixmap...)| + #:|bindTexture(QString)| + #:|bindTexture| + #:|bindToDynamicTexture| + #:|bindValue(QString...)| + #:|bindValue(int...)| + #:|bindValueType(QString)| + #:|bindValueType(int)| + #:|bindValueType| + #:|bindValue| + #:|bindingSyntax| + #:|bind| + #:|bitPlaneCount| + #:|bitmap| + #:|blackF| + #:|black| + #:|blitFramebuffer.QGLFramebufferObject| + #:|blockBoundingGeometry| + #:|blockBoundingRect| + #:|blockCharFormat| + #:|blockCountChanged| + #:|blockCount| + #:|blockFormatIndex| + #:|blockFormat| + #:|blockList| + #:|blockNumber| + #:|blockSignals| + #:|block| + #:|blueBufferSize| + #:|blueF| + #:|blue| + #:|blurHintsChanged| + #:|blurHints| + #:|blurRadiusChanged| + #:|blurRadius| + #:|bold| + #:|boolProperty| + #:|borderBrush| + #:|borderStyle| + #:|border| + #:|bottomChanged| + #:|bottomMargin| + #:|bottomPadding| + #:|bottomRight| + #:|bottomRow| + #:|bottom| + #:|boundValue(QString)| + #:|boundValue(int)| + #:|boundValueCount| + #:|boundValueName| + #:|boundValues| + #:|boundValue| + #:|boundaryReasons| + #:|boundingRect(QChar)| + #:|boundingRect(QRect...)| + #:|boundingRect(QRectF,QString...)| + #:|boundingRect(QRectF,int...)| + #:|boundingRect(QRectF...)| + #:|boundingRect(QString)| + #:|boundingRectFor| + #:|boundingRect| + #:|boundingRegionGranularity| + #:|boundingRegion| + #:|boundsOnElement| + #:|brightText| + #:|brushOrigin| + #:|brushProperty| + #:|brush| + #:|bspTreeDepth| + #:|buddy| + #:|buffer| + #:|bundleName| + #:|buttonClicked(QAbstractButton*)| + #:|buttonClicked(int)| + #:|buttonClicked| + #:|buttonDownPos| + #:|buttonDownScenePos| + #:|buttonDownScreenPos| + #:|buttonPressed(QAbstractButton*)| + #:|buttonPressed(int)| + #:|buttonPressed| + #:|buttonReleased(QAbstractButton*)| + #:|buttonReleased(int)| + #:|buttonReleased| + #:|buttonRole| + #:|buttonSymbols| + #:|buttonText| + #:|buttonToggled(QAbstractButton*...)| + #:|buttonToggled(int...)| + #:|buttonToggled| + #:|buttons| + #:|button| + #:|byteCount| + #:|bytesAvailable| + #:|bytesPerLine| + #:|bytesReceived| + #:|bytesToWrite| + #:|bytesWritten| + #:|c.QLocale| + #:|caCertificates| + #:|cacheEnabled| + #:|cacheKey| + #:|cacheLimit.QPixmapCache| + #:|cacheMode| + #:|cache| + #:|caching| + #:|calendarPopup| + #:|calendarWidget| + #:|canConvert| + #:|canDropMimeData| + #:|canEncode(QChar)| + #:|canEncode(QString)| + #:|canEncode| + #:|canFetchMore| + #:|canGoBack| + #:|canGoForward| + #:|canPaste| + #:|canReadLine| + #:|canRedoChanged| + #:|canRedo| + #:|canUndoChanged| + #:|canUndo| + #:|cancelButtonText| + #:|cancelDelayedEvent| + #:|cancelIndexing| + #:|cancelQuery| + #:|cancelSearching| + #:|canceledGestures| + #:|canceled| + #:|cancel| + #:|canonicalFilePath| + #:|canonicalPath| + #:|capStyle| + #:|capabilities| + #:|capitalization| + #:|captureCount| + #:|capturedTexts| + #:|cap| + #:|cascadeSubWindows| + #:|cascadingSectionResizes| + #:|caseSensitivity| + #:|cdUp| + #:|cd| + #:|cellActivated| + #:|cellAt(QTextCursor)| + #:|cellAt(int)| + #:|cellAt| + #:|cellChanged| + #:|cellClicked| + #:|cellDoubleClicked| + #:|cellEntered| + #:|cellPadding| + #:|cellPressed| + #:|cellRect| + #:|cellSpacing| + #:|cellWidget| + #:|centerButtons| + #:|centerCursor| + #:|centerOn(QPointF)| + #:|centerOn(const QGraphicsItem*)| + #:|centerOnScroll| + #:|centerOn| + #:|centerPoint| + #:|centerRadius| + #:|center| + #:|centralWidget| + #:|certificate| + #:|changeBrightness| + #:|changeContrast| + #:|changeCurrentOnDrag| + #:|changeFlags| + #:|changeGamma| + #:|changeOverrideCursor.QGuiApplication| + #:|changePersistentIndexList| + #:|changePersistentIndex| + #:|changeSize| + #:|changed| + #:|charFormatIndex| + #:|charFormat| + #:|characterAt| + #:|characterCount| + #:|checkBox| + #:|checkConnectArgs.QMetaObject| + #:|checkOverflow(double)| + #:|checkOverflow(int)| + #:|checkOverflow| + #:|checkState| + #:|checkedAction| + #:|checkedButton| + #:|checkedId| + #:|childAt| + #:|childCount| + #:|childFrames| + #:|childGroups| + #:|childIndicatorPolicy| + #:|childItems| + #:|childKeys| + #:|childModeChanged| + #:|childMode| + #:|childPosition| + #:|childrenBoundingRect| + #:|childrenChanged| + #:|childrenCollapsible| + #:|childrenRect| + #:|childrenRegion| + #:|children| + #:|child| + #:|ciphers| + #:|classInfoCount| + #:|classInfoOffset| + #:|className| + #:|classes| + #:|cleanChanged| + #:|cleanIcon| + #:|cleanIndex| + #:|cleanPath.QDir| + #:|cleanText| + #:|cleanupPage| + #:|clear.QPixmapCache| + #:|clearAccessCache| + #:|clearAdditionalFormats| + #:|clearBackground| + #:|clearBit| + #:|clearColumnWidthConstraints| + #:|clearContents| + #:|clearCurrentIndex| + #:|clearEditText| + #:|clearError| + #:|clearFocus| + #:|clearForeground| + #:|clearHistory| + #:|clearIconDatabase.QWebSettings| + #:|clearLayout| + #:|clearMapping| + #:|clearMask| + #:|clearMaximumDateTime| + #:|clearMaximumDate| + #:|clearMaximumTime| + #:|clearMemoryCaches.QWebSettings| + #:|clearMessage| + #:|clearMinimumDateTime| + #:|clearMinimumDate| + #:|clearMinimumTime| + #:|clearPropertyFlags| + #:|clearProperty| + #:|clearSelection| + #:|clearSpans| + #:|clearUndoRedoStacks| + #:|clearValues| + #:|clear| + #:|clickedButton| + #:|clicked| + #:|click| + #:|clipBoundingRect| + #:|clipPath| + #:|clipRegion| + #:|clipboard.QGuiApplication| + #:|cloneDatabase.QSqlDatabase| + #:|clone| + #:|closeActiveSubWindow| + #:|closeAllSubWindows| + #:|closeAllWindows| + #:|closeEditor| + #:|closePersistentEditor| + #:|closeReadChannel| + #:|closeSubpath| + #:|closeWriteChannel| + #:|closestAcceptableSize.QLayout| + #:|closestLegalPosition| + #:|close| + #:|closingDown.QCoreApplication| + #:|codecForHtml.QTextCodec| + #:|codecForLocale.QTextCodec| + #:|codecForMib.QTextCodec| + #:|codecForName(QByteArray).QTextCodec| + #:|codecForName(const char*).QTextCodec| + #:|codecForName.QTextCodec| + #:|codecForUtfText.QTextCodec| + #:|codec| + #:|collapseAll| + #:|collapseExtendedSearch| + #:|collapseItem| + #:|collapsed| + #:|collapse| + #:|collateCopies| + #:|collectionFile| + #:|collidesWithItem| + #:|collidesWithPath| + #:|collidingItems| + #:|colorChanged| + #:|colorCount| + #:|colorData| + #:|colorMode| + #:|colorNames.QColor| + #:|colorProperty| + #:|colorSelected| + #:|colorSpec.QApplication| + #:|colorTable| + #:|colormap| + #:|color| + #:|columnAlignment| + #:|columnAt| + #:|columnCountChanged| + #:|columnCount| + #:|columnIntersectsSelection| + #:|columnMaximumWidth| + #:|columnMinimumWidth| + #:|columnMoved| + #:|columnNumber| + #:|columnPreferredWidth| + #:|columnResized| + #:|columnSpacing| + #:|columnSpan| + #:|columnStretchFactor| + #:|columnStretch| + #:|columnViewportPosition| + #:|columnWidthConstraints| + #:|columnWidths| + #:|columnWidth| + #:|columnsAboutToBeInserted| + #:|columnsAboutToBeMoved| + #:|columnsAboutToBeRemoved| + #:|columnsInserted| + #:|columnsMoved| + #:|columnsRemoved| + #:|columns| + #:|column| + #:|combinedLayoutSpacing| + #:|combinedTransform| + #:|comboBoxItems| + #:|command| + #:|commitDataRequest| + #:|commitData| + #:|commitString| + #:|commitTransaction| + #:|commit| + #:|commonAncestorItem| + #:|compileSourceCode(QByteArray)| + #:|compileSourceCode(QString)| + #:|compileSourceCode(const char*)| + #:|compileSourceCode| + #:|compileSourceFile| + #:|completeBaseName| + #:|completeChanged| + #:|completeSuffix| + #:|completer| + #:|complete| + #:|completionColumn| + #:|completionCount| + #:|completionModel| + #:|completionMode| + #:|completionPrefix| + #:|completionRole| + #:|compositionMode| + #:|configuration| + #:|conjugated| + #:|connectOptions| + #:|connectPath| + #:|connectSlotsByName.QMetaObject| + #:|connectToHost(QHostAddress...)| + #:|connectToHost(QString...)| + #:|connectToHostEncrypted| + #:|connectToHost| + #:|connected| + #:|connectionNames.QSqlDatabase| + #:|connectionName| + #:|constData| + #:|constructorCount| + #:|contains(QPainterPath)| + #:|contains(QPoint)| + #:|contains(QPointF)| + #:|contains(QRect)| + #:|contains(QRectF)| + #:|contains.QSqlDatabase| + #:|contains| + #:|contentItemAt| + #:|contentOffset| + #:|contentsChanged| + #:|contentsChange| + #:|contentsCreated| + #:|contentsCreationStarted| + #:|contentsMargins| + #:|contentsRect| + #:|contentsSizeChanged| + #:|contentsSize| + #:|contextMenuPolicy| + #:|contextMenu| + #:|context| + #:|controlPointRect| + #:|controlTypes| + #:|controlType| + #:|convertFromImage| + #:|convertToFormat(QImage::Format,QVector)| + #:|convertToFormat(QImage::Format,Qt::ImageConversionFlags)| + #:|convertToFormat| + #:|convertToGLFormat.QGLWidget| + #:|convertTo| + #:|convert| + #:|cookieJar| + #:|coordinateMode| + #:|copy.QFile| + #:|copyAvailable| + #:|copyCollectionFile| + #:|copyCount| + #:|copyDataTo| + #:|copy| + #:|cornerWidget| + #:|corner| + #:|correctionMode| + #:|countryToString.QLocale| + #:|country| + #:|count| + #:|createAction.QWhatsThis| + #:|createAlphaMask| + #:|createContents| + #:|createEditor| + #:|createHeuristicMask| + #:|createIndex| + #:|createItemGroup| + #:|createLine| + #:|createList(QTextListFormat)| + #:|createList(QTextListFormat::Style)| + #:|createList| + #:|createMaskFromColor| + #:|createPopupMenu| + #:|createProxyForChildWidget| + #:|createRedoAction| + #:|createResult| + #:|createSeparatedList| + #:|createStandardContextMenu| + #:|createStroke| + #:|createUndoAction| + #:|createWindowContainer.QWidget| + #:|createdWidgets| + #:|created| + #:|create| + #:|creator| + #:|critical.QMessageBox| + #:|crossProduct.QVector3D| + #:|cssMediaType| + #:|cubicTo| + #:|currencySymbol| + #:|current.QDir| + #:|currentAnimationChanged| + #:|currentAnimation| + #:|currentBlockState| + #:|currentBlockUserData| + #:|currentBlock| + #:|currentCellChanged| + #:|currentChanged| + #:|currentCharFormatChanged| + #:|currentCharFormat| + #:|currentColorChanged| + #:|currentColorGroup| + #:|currentColor| + #:|currentColumnChanged| + #:|currentColumn| + #:|currentCompletion| + #:|currentContext.QGLContext| + #:|currentData| + #:|currentDate.QDate| + #:|currentDateTime.QDateTime| + #:|currentDateTimeUtc.QDateTime| + #:|currentFilterChanged| + #:|currentFilter| + #:|currentFontChanged| + #:|currentFont| + #:|currentFrameNumber| + #:|currentFrame| + #:|currentIdChanged| + #:|currentId| + #:|currentImage| + #:|currentIndexChanged(QString)| + #:|currentIndexChanged(int)| + #:|currentIndexChanged| + #:|currentIndex| + #:|currentItemChanged| + #:|currentItemIndex| + #:|currentItem| + #:|currentList| + #:|currentLoopChanged| + #:|currentLoopTime| + #:|currentLoop| + #:|currentMSecsSinceEpoch.QDateTime| + #:|currentMessage| + #:|currentPageChanged| + #:|currentPage| + #:|currentPath.QDir| + #:|currentPixmap| + #:|currentPosition| + #:|currentRowChanged| + #:|currentRow| + #:|currentSectionIndex| + #:|currentSection| + #:|currentSubWindow| + #:|currentTable| + #:|currentTextChanged| + #:|currentText| + #:|currentTime.QTime| + #:|currentTime| + #:|currentUrlChanged| + #:|currentValue| + #:|currentWidget| + #:|cursorBackward| + #:|cursorFlashTime.QApplication| + #:|cursorForPosition| + #:|cursorForward| + #:|cursorMoveStyle| + #:|cursorName| + #:|cursorPositionAt| + #:|cursorPositionChanged| + #:|cursorPosition| + #:|cursorRect| + #:|cursorToX| + #:|cursorWidth| + #:|cursorWordBackward| + #:|cursorWordForward| + #:|cursor| + #:|curveShape| + #:|curveThreshold| + #:|customButtonClicked| + #:|customColor.QColorDialog| + #:|customContextMenuRequested| + #:|customCount.QColorDialog| + #:|customFilters| + #:|customValue| + #:|cut| + #:|cyanF| + #:|cyan| + #:|darker| + #:|dark| + #:|dashOffset| + #:|dashPattern| + #:|dataChanged| + #:|database.QSqlDatabase| + #:|databaseName| + #:|databaseQuotaExceeded| + #:|databaseQuota| + #:|databaseText| + #:|databaseUsage| + #:|databases| + #:|database| + #:|data| + #:|dateChanged| + #:|dateEditAcceptDelay| + #:|dateFormat| + #:|dateTextFormat| + #:|dateTimeChanged| + #:|dateTimeFormat| + #:|dateTime| + #:|date| + #:|dayName| + #:|dayOfWeek| + #:|dayOfYear| + #:|daysInMonth| + #:|daysInYear| + #:|daysTo| + #:|day| + #:|dbmsType| + #:|decimalPoint| + #:|decimalsChanged| + #:|decimals| + #:|decodeName(QByteArray).QFile| + #:|decodeName(const char*).QFile| + #:|decodeName.QFile| + #:|defaultAlignment| + #:|defaultAnimations| + #:|defaultButton| + #:|defaultConfiguration.QSslCertificate| + #:|defaultCursorMoveStyle| + #:|defaultDepth.QPixmap| + #:|defaultDropAction| + #:|defaultDuplexMode| + #:|defaultFactory.QItemEditorFactory| + #:|defaultFamily| + #:|defaultFont| + #:|defaultFormat.QGLFormat| + #:|defaultFormat.QSettings| + #:|defaultInterface.QWebHistoryInterface| + #:|defaultOverlayFormat.QGLFormat| + #:|defaultPageSize| + #:|defaultPrinterName.QPrinterInfo| + #:|defaultSectionSize| + #:|defaultSize| + #:|defaultStateChanged| + #:|defaultState| + #:|defaultStyleSheet| + #:|defaultSuffix| + #:|defaultTextColor| + #:|defaultTextEncoding| + #:|defaultTextOption| + #:|defaultValue| + #:|defaultWidget| + #:|deleteAccessibleInterface.QAccessible| + #:|deleteChar| + #:|deleteLater| + #:|deletePreviousChar| + #:|deleteResource| + #:|deleteTexture| + #:|delta| + #:|del| + #:|depthBufferSize| + #:|depth| + #:|descent| + #:|description| + #:|deselect| + #:|desktop.QApplication| + #:|desktopSettingsAware.QGuiApplication| + #:|destroyEditor| + #:|destroyItemGroup| + #:|destroyed| + #:|destroy| + #:|detach| + #:|detailedText| + #:|determinant| + #:|deviceIsPixmap| + #:|devicePixelRatio| + #:|deviceTransform| + #:|device| + #:|digitCount| + #:|dirName| + #:|directRendering| + #:|directionChanged| + #:|direction| + #:|directories| + #:|directoryChanged| + #:|directoryEntered| + #:|directoryLoaded| + #:|directoryUrlEntered| + #:|directoryUrl| + #:|directory| + #:|dirtyRegionOffset| + #:|dir| + #:|disableAttributeArray(const char*)| + #:|disableAttributeArray(int)| + #:|disableAttributeArray| + #:|discardCommand| + #:|disconnectFromHost| + #:|disconnected| + #:|display(QString)| + #:|display(double)| + #:|display(int)| + #:|displayColumn| + #:|displayFormat| + #:|displayIntegerBase| + #:|displayName| + #:|displayText| + #:|displayedSections| + #:|display| + #:|distanceToLine| + #:|distanceToPlane| + #:|distanceToPoint| + #:|doAction| + #:|doItemsLayout| + #:|docName| + #:|dockLocationChanged| + #:|dockOptions| + #:|dockWidgetArea| + #:|documentElement| + #:|documentLayoutChanged| + #:|documentLayout| + #:|documentMargin| + #:|documentMode| + #:|documentSizeChanged| + #:|documentSize| + #:|documentTitle| + #:|documentationFileName| + #:|document| + #:|domain| + #:|doneCurrent| + #:|done| + #:|dotProduct.QQuaternion| + #:|dotProduct.QVector2D| + #:|dotProduct.QVector3D| + #:|dotProduct.QVector4D| + #:|dotsPerMeterX| + #:|dotsPerMeterY| + #:|doubleBuffer| + #:|doubleClickInterval.QApplication| + #:|doubleClicked| + #:|doubleDecimals| + #:|doubleMaximum| + #:|doubleMinimum| + #:|doubleProperty| + #:|doubleValueChanged| + #:|doubleValueSelected| + #:|doubleValue| + #:|downloadRequested| + #:|dragCursor| + #:|dragDropMode| + #:|dragDropOverwriteMode| + #:|dragEnabled| + #:|dragMode| + #:|drawArc(QRect...)| + #:|drawArc(QRectF...)| + #:|drawArc| + #:|drawBackground| + #:|drawBase| + #:|drawChord(QRect...)| + #:|drawChord(QRectF...)| + #:|drawChord| + #:|drawComplexControl| + #:|drawContents| + #:|drawControl| + #:|drawConvexPolygon(QPolygon)| + #:|drawConvexPolygon(QPolygonF)| + #:|drawConvexPolygon| + #:|drawCursor| + #:|drawEllipse(QPoint...)| + #:|drawEllipse(QPointF...)| + #:|drawEllipse(QRect)| + #:|drawEllipse(QRectF)| + #:|drawEllipse| + #:|drawGlyphRun| + #:|drawImage(QPoint...)| + #:|drawImage(QPointF...)| + #:|drawImage(QRect...)| + #:|drawImage(QRectF...)| + #:|drawImage(int...)| + #:|drawImage| + #:|drawItemPixmap| + #:|drawItemText| + #:|drawLine(QLine)| + #:|drawLine(QLineF)| + #:|drawLine(QPoint...)| + #:|drawLine(QPointF...)| + #:|drawLines(QVector)| + #:|drawLines(QVector)| + #:|drawLines(QVector)| + #:|drawLines(QVector)| + #:|drawLines(const QLine*...)| + #:|drawLines(const QLineF*...)| + #:|drawLines(const QPointF*...)| + #:|drawLines| + #:|drawLine| + #:|drawPath| + #:|drawPicture(QPoint...)| + #:|drawPicture(QPointF...)| + #:|drawPicture| + #:|drawPie(QRect...)| + #:|drawPie(QRectF...)| + #:|drawPie| + #:|drawPixmap(QPoint...)| + #:|drawPixmap(QPointF...)| + #:|drawPixmap(QRect...)| + #:|drawPixmap(QRectF...)| + #:|drawPixmap(int...)| + #:|drawPixmapFragments| + #:|drawPixmap| + #:|drawPoint(QPoint)| + #:|drawPoint(QPointF)| + #:|drawPoints(QPolygon)| + #:|drawPoints(QPolygonF)| + #:|drawPoints| + #:|drawPoint| + #:|drawPolygon(QPolygon)| + #:|drawPolygon(QPolygon...)| + #:|drawPolygon(QPolygonF)| + #:|drawPolygon(QPolygonF...)| + #:|drawPolygon(const QPointF*...)| + #:|drawPolygon| + #:|drawPolyline(QPolygon)| + #:|drawPolyline(QPolygonF)| + #:|drawPolyline| + #:|drawPrimitive| + #:|drawRect(QRect)| + #:|drawRect(QRectF)| + #:|drawRects(QVector)| + #:|drawRects(QVector)| + #:|drawRects(const QRect*...)| + #:|drawRects(const QRectF*...)| + #:|drawRects| + #:|drawRect| + #:|drawRoundedRect(QRect...)| + #:|drawRoundedRect(QRectF...)| + #:|drawRoundedRect| + #:|drawSource| + #:|drawStaticText(QPoint...)| + #:|drawStaticText(QPointF...)| + #:|drawStaticText| + #:|drawText(QPoint...)| + #:|drawText(QPointF...)| + #:|drawText(QRect...)| + #:|drawText(QRectF,QString...)| + #:|drawText(QRectF,int...)| + #:|drawText(QRectF...)| + #:|drawText(int...)| + #:|drawTexture(QPointF...)| + #:|drawTexture(QRectF...)| + #:|drawTexture| + #:|drawText| + #:|drawTiledPixmap(QRect...)| + #:|drawTiledPixmap(QRectF...)| + #:|drawTiledPixmap| + #:|drawTree| + #:|draw| + #:|driverName| + #:|driverText| + #:|drivers.QSqlDatabase| + #:|driver| + #:|drives.QDir| + #:|dropAction| + #:|dropEvent| + #:|dropIndicatorPosition| + #:|dropMimeData| + #:|dumpObjectInfo| + #:|dumpObjectTree| + #:|duplex| + #:|duplicatesEnabled| + #:|duration| + #:|dx| + #:|dynamicPropertyNames| + #:|dynamicSortFilter| + #:|dy| + #:|easingCurve| + #:|echoMode| + #:|editItem| + #:|editStrategy| + #:|editTextChanged| + #:|editTriggers| + #:|editingFinished| + #:|editorDestroyed| + #:|editorEvent| + #:|edit| + #:|effectiveOpacity| + #:|effectiveSizeHint| + #:|effectiveWinId| + #:|elapsed|)) + +(in-package :eql) + +(pushnew :qt-wrapper-functions *features*) + +(defun %auto-cast (object) + (when (find (qt-object-id (ensure-qt-object object)) + '#.(list (qid "QGraphicsSvgItem") + (qid "QGraphicsTextItem") + (qid "QGraphicsWidget"))) + "QGraphicsItem")) diff --git a/src/lisp/all-wrappers-10.lisp b/src/lisp/all-wrappers-10.lisp new file mode 100644 index 0000000..a7d12b3 --- /dev/null +++ b/src/lisp/all-wrappers-10.lisp @@ -0,0 +1,2260 @@ +(in-package :eql) + +(defun |startDetached.QProcess| (&rest arguments) + (%qinvoke-method "QProcess" nil "startDetached" arguments)) + +(defun |startDragDistance.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "startDragDistance" arguments)) + +(defun |startDragTime.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "startDragTime" arguments)) + +(defun |startFrame| (object &rest arguments) + (%qinvoke-method object nil "startFrame" arguments)) + +(defun |startId| (object &rest arguments) + (%qinvoke-method object nil "startId" arguments)) + +(defun |startTimer| (object &rest arguments) + (%qinvoke-method object nil "startTimer" arguments)) + +(defun |startValue| (object &rest arguments) + (%qinvoke-method object nil "startValue" arguments)) + +(defun |started| (object &rest arguments) + (%qinvoke-method object nil "started" arguments)) + +(defun |startingUp.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "startingUp" arguments)) + +(defun |start| (object &rest arguments) + (%qinvoke-method object nil "start" arguments)) + +(defun |stateChanged| (object &rest arguments) + (%qinvoke-method object nil "stateChanged" arguments)) + +(defun |state| (object &rest arguments) + (%qinvoke-method object nil "state" arguments)) + +(defun |staticInstances.QPluginLoader| (&rest arguments) + (%qinvoke-method "QPluginLoader" nil "staticInstances" arguments)) + +(defun |staticPlugins.QPluginLoader| (&rest arguments) + (%qinvoke-method "QPluginLoader" nil "staticPlugins" arguments)) + +(defun |statusBarMessage| (object &rest arguments) + (%qinvoke-method object nil "statusBarMessage" arguments)) + +(defun |statusBarVisibilityChangeRequested| (object &rest arguments) + (%qinvoke-method object nil "statusBarVisibilityChangeRequested" arguments)) + +(defun |statusBar| (object &rest arguments) + (%qinvoke-method object nil "statusBar" arguments)) + +(defun |statusTip| (object &rest arguments) + (%qinvoke-method object nil "statusTip" arguments)) + +(defun |status| (object &rest arguments) + (%qinvoke-method object nil "status" arguments)) + +(defun |stencilBufferSize| (object &rest arguments) + (%qinvoke-method object nil "stencilBufferSize" arguments)) + +(defun |stencil| (object &rest arguments) + (%qinvoke-method object nil "stencil" arguments)) + +(defun |stepBy| (object &rest arguments) + (%qinvoke-method object nil "stepBy" arguments)) + +(defun |stepDown| (object &rest arguments) + (%qinvoke-method object nil "stepDown" arguments)) + +(defun |stepUp| (object &rest arguments) + (%qinvoke-method object nil "stepUp" arguments)) + +(defun |stereo| (object &rest arguments) + (%qinvoke-method object nil "stereo" arguments)) + +(defun |stickyFocus| (object &rest arguments) + (%qinvoke-method object nil "stickyFocus" arguments)) + +(defun |stopped| (object &rest arguments) + (%qinvoke-method object nil "stopped" arguments)) + +(defun |stops| (object &rest arguments) + (%qinvoke-method object nil "stops" arguments)) + +(defun |stop| (object &rest arguments) + (%qinvoke-method object nil "stop" arguments)) + +(defun |strengthChanged| (object &rest arguments) + (%qinvoke-method object nil "strengthChanged" arguments)) + +(defun |strength| (object &rest arguments) + (%qinvoke-method object nil "strength" arguments)) + +(defun |stretchFactor| (object &rest arguments) + (%qinvoke-method object nil "stretchFactor" arguments)) + +(defun |stretchLastSection| (object &rest arguments) + (%qinvoke-method object nil "stretchLastSection" arguments)) + +(defun |stretchSectionCount| (object &rest arguments) + (%qinvoke-method object nil "stretchSectionCount" arguments)) + +(defun |stretch| (object &rest arguments) + (%qinvoke-method object nil "stretch" arguments)) + +(defun |strikeOutPos| (object &rest arguments) + (%qinvoke-method object nil "strikeOutPos" arguments)) + +(defun |strikeOut| (object &rest arguments) + (%qinvoke-method object nil "strikeOut" arguments)) + +(defun |stringList| (object &rest arguments) + (%qinvoke-method object nil "stringList" arguments)) + +(defun |stringProperty| (object &rest arguments) + (%qinvoke-method object nil "stringProperty" arguments)) + +(defun |string| (object &rest arguments) + (%qinvoke-method object nil "string" arguments)) + +(defun |stripDelimiters| (object &rest arguments) + (%qinvoke-method object nil "stripDelimiters" arguments)) + +(defun |strokePath| (object &rest arguments) + (%qinvoke-method object nil "strokePath" arguments)) + +(defun |style.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "style" arguments)) + +(defun |styleHints.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "styleHints" arguments)) + +(defun |styleHint| (object &rest arguments) + (%qinvoke-method object nil "styleHint" arguments)) + +(defun |styleName| (object &rest arguments) + (%qinvoke-method object nil "styleName" arguments)) + +(defun |styleProperty| (object &rest arguments) + (%qinvoke-method object nil "styleProperty" arguments)) + +(defun |styleSheet| (object &rest arguments) + (%qinvoke-method object nil "styleSheet" arguments)) + +(defun |styleStrategy| (object &rest arguments) + (%qinvoke-method object nil "styleStrategy" arguments)) + +(defun |styleString(QFont)| (object &rest arguments) + (%qinvoke-method object nil "styleString(QFont)" arguments)) + +(defun |styleString(QFontInfo)| (object &rest arguments) + (%qinvoke-method object nil "styleString(QFontInfo)" arguments)) + +(defun |styleString| (object &rest arguments) + (%qinvoke-method object nil "styleString" arguments)) + +(defun |styles| (object &rest arguments) + (%qinvoke-method object nil "styles" arguments)) + +(defun |style| (object &rest arguments) + (%qinvoke-method object nil "style" arguments)) + +(defun |subControlRect| (object &rest arguments) + (%qinvoke-method object nil "subControlRect" arguments)) + +(defun |subElementRect| (object &rest arguments) + (%qinvoke-method object nil "subElementRect" arguments)) + +(defun |subTitleFormat| (object &rest arguments) + (%qinvoke-method object nil "subTitleFormat" arguments)) + +(defun |subTitle| (object &rest arguments) + (%qinvoke-method object nil "subTitle" arguments)) + +(defun |subWidgetRect| (object &rest arguments) + (%qinvoke-method object nil "subWidgetRect" arguments)) + +(defun |subWindowActivated| (object &rest arguments) + (%qinvoke-method object nil "subWindowActivated" arguments)) + +(defun |subWindowList| (object &rest arguments) + (%qinvoke-method object nil "subWindowList" arguments)) + +(defun |submitAll| (object &rest arguments) + (%qinvoke-method object nil "submitAll" arguments)) + +(defun |submitPolicy| (object &rest arguments) + (%qinvoke-method object nil "submitPolicy" arguments)) + +(defun |submit| (object &rest arguments) + (%qinvoke-method object nil "submit" arguments)) + +(defun |subscribeToNotification| (object &rest arguments) + (%qinvoke-method object nil "subscribeToNotification" arguments)) + +(defun |subscribedToNotifications| (object &rest arguments) + (%qinvoke-method object nil "subscribedToNotifications" arguments)) + +(defun |substitute.QFont| (&rest arguments) + (%qinvoke-method "QFont" nil "substitute" arguments)) + +(defun |substitutes.QFont| (&rest arguments) + (%qinvoke-method "QFont" nil "substitutes" arguments)) + +(defun |substitutions.QFont| (&rest arguments) + (%qinvoke-method "QFont" nil "substitutions" arguments)) + +(defun |subtracted| (object &rest arguments) + (%qinvoke-method object nil "subtracted" arguments)) + +(defun |suffix| (object &rest arguments) + (%qinvoke-method object nil "suffix" arguments)) + +(defun |superClass| (object &rest arguments) + (%qinvoke-method object nil "superClass" arguments)) + +(defun |supportedActions| (object &rest arguments) + (%qinvoke-method object nil "supportedActions" arguments)) + +(defun |supportedCiphers.QSslCertificate| (&rest arguments) + (%qinvoke-method "QSslCertificate" nil "supportedCiphers" arguments)) + +(defun |supportedContentTypes| (object &rest arguments) + (%qinvoke-method object nil "supportedContentTypes" arguments)) + +(defun |supportedDocumentFormats.QTextDocumentWriter| (&rest arguments) + (%qinvoke-method "QTextDocumentWriter" nil "supportedDocumentFormats" arguments)) + +(defun |supportedDragActions| (object &rest arguments) + (%qinvoke-method object nil "supportedDragActions" arguments)) + +(defun |supportedDropActions| (object &rest arguments) + (%qinvoke-method object nil "supportedDropActions" arguments)) + +(defun |supportedDuplexModes| (object &rest arguments) + (%qinvoke-method object nil "supportedDuplexModes" arguments)) + +(defun |supportedEllipticCurves.QSslCertificate| (&rest arguments) + (%qinvoke-method "QSslCertificate" nil "supportedEllipticCurves" arguments)) + +(defun |supportedFormats.QMovie| (&rest arguments) + (%qinvoke-method "QMovie" nil "supportedFormats" arguments)) + +(defun |supportedPageSizes| (object &rest arguments) + (%qinvoke-method object nil "supportedPageSizes" arguments)) + +(defun |supportedResolutions| (object &rest arguments) + (%qinvoke-method object nil "supportedResolutions" arguments)) + +(defun |supportedSchemesImplementation| (object &rest arguments) + (%qinvoke-method object nil "supportedSchemesImplementation" arguments)) + +(defun |supportedSchemes| (object &rest arguments) + (%qinvoke-method object nil "supportedSchemes" arguments)) + +(defun |supportsContentType| (object &rest arguments) + (%qinvoke-method object nil "supportsContentType" arguments)) + +(defun |supportsCustomPageSizes| (object &rest arguments) + (%qinvoke-method object nil "supportsCustomPageSizes" arguments)) + +(defun |supportsExtension| (object &rest arguments) + (%qinvoke-method object nil "supportsExtension" arguments)) + +(defun |supportsFindBuffer| (object &rest arguments) + (%qinvoke-method object nil "supportsFindBuffer" arguments)) + +(defun |supportsMessages.QSystemTrayIcon| (&rest arguments) + (%qinvoke-method "QSystemTrayIcon" nil "supportsMessages" arguments)) + +(defun |supportsMultipleCopies| (object &rest arguments) + (%qinvoke-method object nil "supportsMultipleCopies" arguments)) + +(defun |supportsSelection| (object &rest arguments) + (%qinvoke-method object nil "supportsSelection" arguments)) + +(defun |swallowContextMenuEvent| (object &rest arguments) + (%qinvoke-method object nil "swallowContextMenuEvent" arguments)) + +(defun |swapBuffers| (object &rest arguments) + (%qinvoke-method object nil "swapBuffers" arguments)) + +(defun |swapInterval| (object &rest arguments) + (%qinvoke-method object nil "swapInterval" arguments)) + +(defun |swapSections| (object &rest arguments) + (%qinvoke-method object nil "swapSections" arguments)) + +(defun |swap| (object &rest arguments) + (%qinvoke-method object nil "swap" arguments)) + +(defun |swipeAngle| (object &rest arguments) + (%qinvoke-method object nil "swipeAngle" arguments)) + +(defun |symLinkTarget.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "symLinkTarget" arguments)) + +(defun |symLinkTarget| (object &rest arguments) + (%qinvoke-method object nil "symLinkTarget" arguments)) + +(defun |sync.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "sync" arguments)) + +(defun |sync| (object &rest arguments) + (%qinvoke-method object nil "sync" arguments)) + +(defun |system.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "system" arguments)) + +(defun |systemCaCertificates.QSslCertificate| (&rest arguments) + (%qinvoke-method "QSslCertificate" nil "systemCaCertificates" arguments)) + +(defun |systemEnvironment.QProcessEnvironment| (&rest arguments) + (%qinvoke-method "QProcessEnvironment" nil "systemEnvironment" arguments)) + +(defun |systemEnvironment.QProcess| (&rest arguments) + (%qinvoke-method "QProcess" nil "systemEnvironment" arguments)) + +(defun |systemFont.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "systemFont" arguments)) + +(defun |systemMenu| (object &rest arguments) + (%qinvoke-method object nil "systemMenu" arguments)) + +(defun |systemProxyForQuery.QNetworkInterface| (&rest arguments) + (%qinvoke-method "QNetworkInterface" nil "systemProxyForQuery" arguments)) + +(defun |tabArray| (object &rest arguments) + (%qinvoke-method object nil "tabArray" arguments)) + +(defun |tabAt| (object &rest arguments) + (%qinvoke-method object nil "tabAt" arguments)) + +(defun |tabBarAutoHide| (object &rest arguments) + (%qinvoke-method object nil "tabBarAutoHide" arguments)) + +(defun |tabBarClicked| (object &rest arguments) + (%qinvoke-method object nil "tabBarClicked" arguments)) + +(defun |tabBarDoubleClicked| (object &rest arguments) + (%qinvoke-method object nil "tabBarDoubleClicked" arguments)) + +(defun |tabBar| (object &rest arguments) + (%qinvoke-method object nil "tabBar" arguments)) + +(defun |tabButton| (object &rest arguments) + (%qinvoke-method object nil "tabButton" arguments)) + +(defun |tabChangesFocus| (object &rest arguments) + (%qinvoke-method object nil "tabChangesFocus" arguments)) + +(defun |tabCloseRequested| (object &rest arguments) + (%qinvoke-method object nil "tabCloseRequested" arguments)) + +(defun |tabData| (object &rest arguments) + (%qinvoke-method object nil "tabData" arguments)) + +(defun |tabIcon| (object &rest arguments) + (%qinvoke-method object nil "tabIcon" arguments)) + +(defun |tabKeyNavigation| (object &rest arguments) + (%qinvoke-method object nil "tabKeyNavigation" arguments)) + +(defun |tabMoved| (object &rest arguments) + (%qinvoke-method object nil "tabMoved" arguments)) + +(defun |tabPositions| (object &rest arguments) + (%qinvoke-method object nil "tabPositions" arguments)) + +(defun |tabPosition| (object &rest arguments) + (%qinvoke-method object nil "tabPosition" arguments)) + +(defun |tabRect| (object &rest arguments) + (%qinvoke-method object nil "tabRect" arguments)) + +(defun |tabShape| (object &rest arguments) + (%qinvoke-method object nil "tabShape" arguments)) + +(defun |tabStopWidth| (object &rest arguments) + (%qinvoke-method object nil "tabStopWidth" arguments)) + +(defun |tabStop| (object &rest arguments) + (%qinvoke-method object nil "tabStop" arguments)) + +(defun |tabTextColor| (object &rest arguments) + (%qinvoke-method object nil "tabTextColor" arguments)) + +(defun |tabText| (object &rest arguments) + (%qinvoke-method object nil "tabText" arguments)) + +(defun |tabToolTip| (object &rest arguments) + (%qinvoke-method object nil "tabToolTip" arguments)) + +(defun |tabWhatsThis| (object &rest arguments) + (%qinvoke-method object nil "tabWhatsThis" arguments)) + +(defun |tabifiedDockWidgets| (object &rest arguments) + (%qinvoke-method object nil "tabifiedDockWidgets" arguments)) + +(defun |tabifyDockWidget| (object &rest arguments) + (%qinvoke-method object nil "tabifyDockWidget" arguments)) + +(defun |tableCellFormatIndex| (object &rest arguments) + (%qinvoke-method object nil "tableCellFormatIndex" arguments)) + +(defun |tableCellInterface| (object &rest arguments) + (%qinvoke-method object nil "tableCellInterface" arguments)) + +(defun |tableInterface| (object &rest arguments) + (%qinvoke-method object nil "tableInterface" arguments)) + +(defun |tableName| (object &rest arguments) + (%qinvoke-method object nil "tableName" arguments)) + +(defun |tableWidget| (object &rest arguments) + (%qinvoke-method object nil "tableWidget" arguments)) + +(defun |tables| (object &rest arguments) + (%qinvoke-method object nil "tables" arguments)) + +(defun |tabsClosable| (object &rest arguments) + (%qinvoke-method object nil "tabsClosable" arguments)) + +(defun |tabsMovable| (object &rest arguments) + (%qinvoke-method object nil "tabsMovable" arguments)) + +(defun |tagName| (object &rest arguments) + (%qinvoke-method object nil "tagName" arguments)) + +(defun |takeAnimation| (object &rest arguments) + (%qinvoke-method object nil "takeAnimation" arguments)) + +(defun |takeAt| (object &rest arguments) + (%qinvoke-method object nil "takeAt" arguments)) + +(defun |takeCentralWidget| (object &rest arguments) + (%qinvoke-method object nil "takeCentralWidget" arguments)) + +(defun |takeChildren| (object &rest arguments) + (%qinvoke-method object nil "takeChildren" arguments)) + +(defun |takeChild| (object &rest arguments) + (%qinvoke-method object nil "takeChild" arguments)) + +(defun |takeColumn| (object &rest arguments) + (%qinvoke-method object nil "takeColumn" arguments)) + +(defun |takeFromDocument| (object &rest arguments) + (%qinvoke-method object nil "takeFromDocument" arguments)) + +(defun |takeHorizontalHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "takeHorizontalHeaderItem" arguments)) + +(defun |takeItem| (object &rest arguments) + (%qinvoke-method object nil "takeItem" arguments)) + +(defun |takeRow| (object &rest arguments) + (%qinvoke-method object nil "takeRow" arguments)) + +(defun |takeTopLevelItem| (object &rest arguments) + (%qinvoke-method object nil "takeTopLevelItem" arguments)) + +(defun |takeVerticalHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "takeVerticalHeaderItem" arguments)) + +(defun |takeWidget| (object &rest arguments) + (%qinvoke-method object nil "takeWidget" arguments)) + +(defun |tangentialPressure| (object &rest arguments) + (%qinvoke-method object nil "tangentialPressure" arguments)) + +(defun |targetChanged| (object &rest arguments) + (%qinvoke-method object nil "targetChanged" arguments)) + +(defun |targetObject| (object &rest arguments) + (%qinvoke-method object nil "targetObject" arguments)) + +(defun |targetStateChanged| (object &rest arguments) + (%qinvoke-method object nil "targetStateChanged" arguments)) + +(defun |targetStatesChanged| (object &rest arguments) + (%qinvoke-method object nil "targetStatesChanged" arguments)) + +(defun |targetStates| (object &rest arguments) + (%qinvoke-method object nil "targetStates" arguments)) + +(defun |targetState| (object &rest arguments) + (%qinvoke-method object nil "targetState" arguments)) + +(defun |target| (object &rest arguments) + (%qinvoke-method object nil "target" arguments)) + +(defun |temp.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "temp" arguments)) + +(defun |tempPath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "tempPath" arguments)) + +(defun |terminate| (object &rest arguments) + (%qinvoke-method object nil "terminate" arguments)) + +(defun |testAttribute.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "testAttribute" arguments)) + +(defun |testAttribute| (object &rest arguments) + (%qinvoke-method object nil "testAttribute" arguments)) + +(defun |testBit| (object &rest arguments) + (%qinvoke-method object nil "testBit" arguments)) + +(defun |testOption| (object &rest arguments) + (%qinvoke-method object nil "testOption" arguments)) + +(defun |testRenderHint| (object &rest arguments) + (%qinvoke-method object nil "testRenderHint" arguments)) + +(defun |testSslOption| (object &rest arguments) + (%qinvoke-method object nil "testSslOption" arguments)) + +(defun |text(QClipboard::Mode)| (object &rest arguments) + (%qinvoke-method object nil "text(QClipboard::Mode)" arguments)) + +(defun |text(QString&)| (object &rest arguments) + (%qinvoke-method object nil "text(QString&)" arguments)) + +(defun |text.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "text" arguments)) + +(defun |textAlignment| (object &rest arguments) + (%qinvoke-method object nil "textAlignment" arguments)) + +(defun |textBackgroundColor| (object &rest arguments) + (%qinvoke-method object nil "textBackgroundColor" arguments)) + +(defun |textChanged| (object &rest arguments) + (%qinvoke-method object nil "textChanged" arguments)) + +(defun |textColor| (object &rest arguments) + (%qinvoke-method object nil "textColor" arguments)) + +(defun |textCursor| (object &rest arguments) + (%qinvoke-method object nil "textCursor" arguments)) + +(defun |textDirection| (object &rest arguments) + (%qinvoke-method object nil "textDirection" arguments)) + +(defun |textEchoMode| (object &rest arguments) + (%qinvoke-method object nil "textEchoMode" arguments)) + +(defun |textEdited| (object &rest arguments) + (%qinvoke-method object nil "textEdited" arguments)) + +(defun |textElideMode| (object &rest arguments) + (%qinvoke-method object nil "textElideMode" arguments)) + +(defun |textFormats| (object &rest arguments) + (%qinvoke-method object nil "textFormats" arguments)) + +(defun |textFormat| (object &rest arguments) + (%qinvoke-method object nil "textFormat" arguments)) + +(defun |textFromValue| (object &rest arguments) + (%qinvoke-method object nil "textFromValue" arguments)) + +(defun |textIndent| (object &rest arguments) + (%qinvoke-method object nil "textIndent" arguments)) + +(defun |textInteractionFlags| (object &rest arguments) + (%qinvoke-method object nil "textInteractionFlags" arguments)) + +(defun |textInterface| (object &rest arguments) + (%qinvoke-method object nil "textInterface" arguments)) + +(defun |textKeys| (object &rest arguments) + (%qinvoke-method object nil "textKeys" arguments)) + +(defun |textLength| (object &rest arguments) + (%qinvoke-method object nil "textLength" arguments)) + +(defun |textList| (object &rest arguments) + (%qinvoke-method object nil "textList" arguments)) + +(defun |textMargins| (object &rest arguments) + (%qinvoke-method object nil "textMargins" arguments)) + +(defun |textOption| (object &rest arguments) + (%qinvoke-method object nil "textOption" arguments)) + +(defun |textOutline| (object &rest arguments) + (%qinvoke-method object nil "textOutline" arguments)) + +(defun |textSizeMultiplier| (object &rest arguments) + (%qinvoke-method object nil "textSizeMultiplier" arguments)) + +(defun |textStart| (object &rest arguments) + (%qinvoke-method object nil "textStart" arguments)) + +(defun |textValueChanged| (object &rest arguments) + (%qinvoke-method object nil "textValueChanged" arguments)) + +(defun |textValueSelected| (object &rest arguments) + (%qinvoke-method object nil "textValueSelected" arguments)) + +(defun |textValue| (object &rest arguments) + (%qinvoke-method object nil "textValue" arguments)) + +(defun |textWidth| (object &rest arguments) + (%qinvoke-method object nil "textWidth" arguments)) + +(defun |textureCacheLimit.QGLContext| (&rest arguments) + (%qinvoke-method "QGLContext" nil "textureCacheLimit" arguments)) + +(defun |textureImage| (object &rest arguments) + (%qinvoke-method object nil "textureImage" arguments)) + +(defun |textureTarget| (object &rest arguments) + (%qinvoke-method object nil "textureTarget" arguments)) + +(defun |texture| (object &rest arguments) + (%qinvoke-method object nil "texture" arguments)) + +(defun |text| (object &rest arguments) + (%qinvoke-method object nil "text" arguments)) + +(defun |themeName.QIcon| (&rest arguments) + (%qinvoke-method "QIcon" nil "themeName" arguments)) + +(defun |themeSearchPaths.QIcon| (&rest arguments) + (%qinvoke-method "QIcon" nil "themeSearchPaths" arguments)) + +(defun |thirdPartyCookiePolicy| (object &rest arguments) + (%qinvoke-method object nil "thirdPartyCookiePolicy" arguments)) + +(defun |thread| (object &rest arguments) + (%qinvoke-method object nil "thread" arguments)) + +(defun |tickInterval| (object &rest arguments) + (%qinvoke-method object nil "tickInterval" arguments)) + +(defun |tickPosition| (object &rest arguments) + (%qinvoke-method object nil "tickPosition" arguments)) + +(defun |tightBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "tightBoundingRect" arguments)) + +(defun |tileSubWindows| (object &rest arguments) + (%qinvoke-method object nil "tileSubWindows" arguments)) + +(defun |timeChanged| (object &rest arguments) + (%qinvoke-method object nil "timeChanged" arguments)) + +(defun |timeFormat| (object &rest arguments) + (%qinvoke-method object nil "timeFormat" arguments)) + +(defun |timeSpec| (object &rest arguments) + (%qinvoke-method object nil "timeSpec" arguments)) + +(defun |timeZoneAbbreviation| (object &rest arguments) + (%qinvoke-method object nil "timeZoneAbbreviation" arguments)) + +(defun |timeZone| (object &rest arguments) + (%qinvoke-method object nil "timeZone" arguments)) + +(defun |timeout.QTapAndHoldGesture| (&rest arguments) + (%qinvoke-method "QTapAndHoldGesture" nil "timeout" arguments)) + +(defun |timeout| (object &rest arguments) + (%qinvoke-method object nil "timeout" arguments)) + +(defun |timerId| (object &rest arguments) + (%qinvoke-method object nil "timerId" arguments)) + +(defun |timerType| (object &rest arguments) + (%qinvoke-method object nil "timerType" arguments)) + +(defun |timestamp| (object &rest arguments) + (%qinvoke-method object nil "timestamp" arguments)) + +(defun |time| (object &rest arguments) + (%qinvoke-method object nil "time" arguments)) + +(defun |tip| (object &rest arguments) + (%qinvoke-method object nil "tip" arguments)) + +(defun |titleBarWidget| (object &rest arguments) + (%qinvoke-method object nil "titleBarWidget" arguments)) + +(defun |titleChanged| (object &rest arguments) + (%qinvoke-method object nil "titleChanged" arguments)) + +(defun |titleFormat| (object &rest arguments) + (%qinvoke-method object nil "titleFormat" arguments)) + +(defun |title| (object &rest arguments) + (%qinvoke-method object nil "title" arguments)) + +(defun |toAce.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "toAce" arguments)) + +(defun |toAffine| (object &rest arguments) + (%qinvoke-method object nil "toAffine" arguments)) + +(defun |toBitArray| (object &rest arguments) + (%qinvoke-method object nil "toBitArray" arguments)) + +(defun |toBlockFormat| (object &rest arguments) + (%qinvoke-method object nil "toBlockFormat" arguments)) + +(defun |toBool| (object &rest arguments) + (%qinvoke-method object nil "toBool" arguments)) + +(defun |toByteArray| (object &rest arguments) + (%qinvoke-method object nil "toByteArray" arguments)) + +(defun |toCharFormat| (object &rest arguments) + (%qinvoke-method object nil "toCharFormat" arguments)) + +(defun |toChar| (object &rest arguments) + (%qinvoke-method object nil "toChar" arguments)) + +(defun |toCmyk| (object &rest arguments) + (%qinvoke-method object nil "toCmyk" arguments)) + +(defun |toCubicSpline| (object &rest arguments) + (%qinvoke-method object nil "toCubicSpline" arguments)) + +(defun |toCurrencyString(double)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(double)" arguments)) + +(defun |toCurrencyString(double...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(double...)" arguments)) + +(defun |toCurrencyString(float)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(float)" arguments)) + +(defun |toCurrencyString(float...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(float...)" arguments)) + +(defun |toCurrencyString(int)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(int)" arguments)) + +(defun |toCurrencyString(int...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(int...)" arguments)) + +(defun |toCurrencyString(qlonglong)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(qlonglong)" arguments)) + +(defun |toCurrencyString(qlonglong...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(qlonglong...)" arguments)) + +(defun |toCurrencyString(qulonglong)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(qulonglong)" arguments)) + +(defun |toCurrencyString(qulonglong...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(qulonglong...)" arguments)) + +(defun |toCurrencyString(short)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(short)" arguments)) + +(defun |toCurrencyString(short...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(short...)" arguments)) + +(defun |toCurrencyString(uint)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(uint)" arguments)) + +(defun |toCurrencyString(uint...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(uint...)" arguments)) + +(defun |toCurrencyString(ushort)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(ushort)" arguments)) + +(defun |toCurrencyString(ushort...)| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString(ushort...)" arguments)) + +(defun |toCurrencyString| (object &rest arguments) + (%qinvoke-method object nil "toCurrencyString" arguments)) + +(defun |toDate(QString,QLocale::FormatType)| (object &rest arguments) + (%qinvoke-method object nil "toDate(QString,QLocale::FormatType)" arguments)) + +(defun |toDate(QString,QString)| (object &rest arguments) + (%qinvoke-method object nil "toDate(QString,QString)" arguments)) + +(defun |toDateTime(QString,QLocale::FormatType)| (object &rest arguments) + (%qinvoke-method object nil "toDateTime(QString,QLocale::FormatType)" arguments)) + +(defun |toDateTime(QString,QString)| (object &rest arguments) + (%qinvoke-method object nil "toDateTime(QString,QString)" arguments)) + +(defun |toDateTime| (object &rest arguments) + (%qinvoke-method object nil "toDateTime" arguments)) + +(defun |toDate| (object &rest arguments) + (%qinvoke-method object nil "toDate" arguments)) + +(defun |toDer| (object &rest arguments) + (%qinvoke-method object nil "toDer" arguments)) + +(defun |toDisplayString| (object &rest arguments) + (%qinvoke-method object nil "toDisplayString" arguments)) + +(defun |toDouble(QString)| (object &rest arguments) + (%qinvoke-method object nil "toDouble(QString)" arguments)) + +(defun |toDouble(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toDouble(QString...)" arguments)) + +(defun |toDouble(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toDouble(QStringRef)" arguments)) + +(defun |toDouble(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toDouble(QStringRef...)" arguments)) + +(defun |toDouble| (object &rest arguments) + (%qinvoke-method object nil "toDouble" arguments)) + +(defun |toEasingCurve| (object &rest arguments) + (%qinvoke-method object nil "toEasingCurve" arguments)) + +(defun |toEncoded| (object &rest arguments) + (%qinvoke-method object nil "toEncoded" arguments)) + +(defun |toEnd| (object &rest arguments) + (%qinvoke-method object nil "toEnd" arguments)) + +(defun |toEulerAngles| (object &rest arguments) + (%qinvoke-method object nil "toEulerAngles" arguments)) + +(defun |toFillPolygon(QMatrix)| (object &rest arguments) + (%qinvoke-method object nil "toFillPolygon(QMatrix)" arguments)) + +(defun |toFillPolygon(QTransform)| (object &rest arguments) + (%qinvoke-method object nil "toFillPolygon(QTransform)" arguments)) + +(defun |toFillPolygons(QMatrix)| (object &rest arguments) + (%qinvoke-method object nil "toFillPolygons(QMatrix)" arguments)) + +(defun |toFillPolygons(QTransform)| (object &rest arguments) + (%qinvoke-method object nil "toFillPolygons(QTransform)" arguments)) + +(defun |toFillPolygons| (object &rest arguments) + (%qinvoke-method object nil "toFillPolygons" arguments)) + +(defun |toFillPolygon| (object &rest arguments) + (%qinvoke-method object nil "toFillPolygon" arguments)) + +(defun |toFirst| (object &rest arguments) + (%qinvoke-method object nil "toFirst" arguments)) + +(defun |toFloat(QString)| (object &rest arguments) + (%qinvoke-method object nil "toFloat(QString)" arguments)) + +(defun |toFloat(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toFloat(QString...)" arguments)) + +(defun |toFloat(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toFloat(QStringRef)" arguments)) + +(defun |toFloat(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toFloat(QStringRef...)" arguments)) + +(defun |toFloat| (object &rest arguments) + (%qinvoke-method object nil "toFloat" arguments)) + +(defun |toFrameFormat| (object &rest arguments) + (%qinvoke-method object nil "toFrameFormat" arguments)) + +(defun |toGraphicsObject| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "toGraphicsObject" arguments)) + +(defun |toHsl| (object &rest arguments) + (%qinvoke-method object nil "toHsl" arguments)) + +(defun |toHsv| (object &rest arguments) + (%qinvoke-method object nil "toHsv" arguments)) + +(defun |toHtml| (object &rest arguments) + (%qinvoke-method object nil "toHtml" arguments)) + +(defun |toIPv6Address| (object &rest arguments) + (%qinvoke-method object nil "toIPv6Address" arguments)) + +(defun |toImageFormat.QImage| (&rest arguments) + (%qinvoke-method "QImage" nil "toImageFormat" arguments)) + +(defun |toImageFormat| (object &rest arguments) + (%qinvoke-method object nil "toImageFormat" arguments)) + +(defun |toImage| (object &rest arguments) + (%qinvoke-method object nil "toImage" arguments)) + +(defun |toInnerXml| (object &rest arguments) + (%qinvoke-method object nil "toInnerXml" arguments)) + +(defun |toInt(QString)| (object &rest arguments) + (%qinvoke-method object nil "toInt(QString)" arguments)) + +(defun |toInt(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toInt(QString...)" arguments)) + +(defun |toInt(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toInt(QStringRef)" arguments)) + +(defun |toInt(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toInt(QStringRef...)" arguments)) + +(defun |toInt| (object &rest arguments) + (%qinvoke-method object nil "toInt" arguments)) + +(defun |toJsonArray| (object &rest arguments) + (%qinvoke-method object nil "toJsonArray" arguments)) + +(defun |toJsonDocument| (object &rest arguments) + (%qinvoke-method object nil "toJsonDocument" arguments)) + +(defun |toJsonObject| (object &rest arguments) + (%qinvoke-method object nil "toJsonObject" arguments)) + +(defun |toJsonValue| (object &rest arguments) + (%qinvoke-method object nil "toJsonValue" arguments)) + +(defun |toJulianDay| (object &rest arguments) + (%qinvoke-method object nil "toJulianDay" arguments)) + +(defun |toLast| (object &rest arguments) + (%qinvoke-method object nil "toLast" arguments)) + +(defun |toLineF| (object &rest arguments) + (%qinvoke-method object nil "toLineF" arguments)) + +(defun |toLine| (object &rest arguments) + (%qinvoke-method object nil "toLine" arguments)) + +(defun |toListFormat| (object &rest arguments) + (%qinvoke-method object nil "toListFormat" arguments)) + +(defun |toList| (object &rest arguments) + (%qinvoke-method object nil "toList" arguments)) + +(defun |toLocalFile| (object &rest arguments) + (%qinvoke-method object nil "toLocalFile" arguments)) + +(defun |toLocalTime| (object &rest arguments) + (%qinvoke-method object nil "toLocalTime" arguments)) + +(defun |toLocale| (object &rest arguments) + (%qinvoke-method object nil "toLocale" arguments)) + +(defun |toLongLong(QString)| (object &rest arguments) + (%qinvoke-method object nil "toLongLong(QString)" arguments)) + +(defun |toLongLong(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toLongLong(QString...)" arguments)) + +(defun |toLongLong(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toLongLong(QStringRef)" arguments)) + +(defun |toLongLong(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toLongLong(QStringRef...)" arguments)) + +(defun |toLongLong| (object &rest arguments) + (%qinvoke-method object nil "toLongLong" arguments)) + +(defun |toLower| (object &rest arguments) + (%qinvoke-method object nil "toLower" arguments)) + +(defun |toMSecsSinceEpoch| (object &rest arguments) + (%qinvoke-method object nil "toMSecsSinceEpoch" arguments)) + +(defun |toModelIndex| (object &rest arguments) + (%qinvoke-method object nil "toModelIndex" arguments)) + +(defun |toNativeSeparators.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "toNativeSeparators" arguments)) + +(defun |toNextBoundary| (object &rest arguments) + (%qinvoke-method object nil "toNextBoundary" arguments)) + +(defun |toNext| (object &rest arguments) + (%qinvoke-method object nil "toNext" arguments)) + +(defun |toOffsetFromUtc| (object &rest arguments) + (%qinvoke-method object nil "toOffsetFromUtc" arguments)) + +(defun |toOuterXml| (object &rest arguments) + (%qinvoke-method object nil "toOuterXml" arguments)) + +(defun |toPage| (object &rest arguments) + (%qinvoke-method object nil "toPage" arguments)) + +(defun |toPem| (object &rest arguments) + (%qinvoke-method object nil "toPem" arguments)) + +(defun |toPercentEncoding.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "toPercentEncoding" arguments)) + +(defun |toPersistentModelIndex| (object &rest arguments) + (%qinvoke-method object nil "toPersistentModelIndex" arguments)) + +(defun |toPixelFormat.QImage| (&rest arguments) + (%qinvoke-method "QImage" nil "toPixelFormat" arguments)) + +(defun |toPlainText| (object &rest arguments) + (%qinvoke-method object nil "toPlainText" arguments)) + +(defun |toPointF| (object &rest arguments) + (%qinvoke-method object nil "toPointF" arguments)) + +(defun |toPoint| (object &rest arguments) + (%qinvoke-method object nil "toPoint" arguments)) + +(defun |toPreviousBoundary| (object &rest arguments) + (%qinvoke-method object nil "toPreviousBoundary" arguments)) + +(defun |toPrevious| (object &rest arguments) + (%qinvoke-method object nil "toPrevious" arguments)) + +(defun |toRawForm| (object &rest arguments) + (%qinvoke-method object nil "toRawForm" arguments)) + +(defun |toReal| (object &rest arguments) + (%qinvoke-method object nil "toReal" arguments)) + +(defun |toRectF| (object &rest arguments) + (%qinvoke-method object nil "toRectF" arguments)) + +(defun |toRect| (object &rest arguments) + (%qinvoke-method object nil "toRect" arguments)) + +(defun |toRegExp| (object &rest arguments) + (%qinvoke-method object nil "toRegExp" arguments)) + +(defun |toRegularExpression| (object &rest arguments) + (%qinvoke-method object nil "toRegularExpression" arguments)) + +(defun |toReversed| (object &rest arguments) + (%qinvoke-method object nil "toReversed" arguments)) + +(defun |toRgb| (object &rest arguments) + (%qinvoke-method object nil "toRgb" arguments)) + +(defun |toRotationMatrix| (object &rest arguments) + (%qinvoke-method object nil "toRotationMatrix" arguments)) + +(defun |toShort(QString)| (object &rest arguments) + (%qinvoke-method object nil "toShort(QString)" arguments)) + +(defun |toShort(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toShort(QString...)" arguments)) + +(defun |toShort(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toShort(QStringRef)" arguments)) + +(defun |toShort(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toShort(QStringRef...)" arguments)) + +(defun |toShort| (object &rest arguments) + (%qinvoke-method object nil "toShort" arguments)) + +(defun |toSizeF| (object &rest arguments) + (%qinvoke-method object nil "toSizeF" arguments)) + +(defun |toSize| (object &rest arguments) + (%qinvoke-method object nil "toSize" arguments)) + +(defun |toStart| (object &rest arguments) + (%qinvoke-method object nil "toStart" arguments)) + +(defun |toString(QDate)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDate)" arguments)) + +(defun |toString(QDate,QLocale::FormatType)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDate,QLocale::FormatType)" arguments)) + +(defun |toString(QDate,QString)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDate,QString)" arguments)) + +(defun |toString(QDate...)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDate...)" arguments)) + +(defun |toString(QDateTime)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDateTime)" arguments)) + +(defun |toString(QDateTime,QLocale::FormatType)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDateTime,QLocale::FormatType)" arguments)) + +(defun |toString(QDateTime,QString)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDateTime,QString)" arguments)) + +(defun |toString(QDateTime...)| (object &rest arguments) + (%qinvoke-method object nil "toString(QDateTime...)" arguments)) + +(defun |toString(QString)| (object &rest arguments) + (%qinvoke-method object nil "toString(QString)" arguments)) + +(defun |toString(QTime)| (object &rest arguments) + (%qinvoke-method object nil "toString(QTime)" arguments)) + +(defun |toString(QTime,QLocale::FormatType)| (object &rest arguments) + (%qinvoke-method object nil "toString(QTime,QLocale::FormatType)" arguments)) + +(defun |toString(QTime,QString)| (object &rest arguments) + (%qinvoke-method object nil "toString(QTime,QString)" arguments)) + +(defun |toString(QTime...)| (object &rest arguments) + (%qinvoke-method object nil "toString(QTime...)" arguments)) + +(defun |toString(Qt::DateFormat)| (object &rest arguments) + (%qinvoke-method object nil "toString(Qt::DateFormat)" arguments)) + +(defun |toString(double)| (object &rest arguments) + (%qinvoke-method object nil "toString(double)" arguments)) + +(defun |toString(double...)| (object &rest arguments) + (%qinvoke-method object nil "toString(double...)" arguments)) + +(defun |toString(float)| (object &rest arguments) + (%qinvoke-method object nil "toString(float)" arguments)) + +(defun |toString(float...)| (object &rest arguments) + (%qinvoke-method object nil "toString(float...)" arguments)) + +(defun |toString(int)| (object &rest arguments) + (%qinvoke-method object nil "toString(int)" arguments)) + +(defun |toString(qlonglong)| (object &rest arguments) + (%qinvoke-method object nil "toString(qlonglong)" arguments)) + +(defun |toString(qulonglong)| (object &rest arguments) + (%qinvoke-method object nil "toString(qulonglong)" arguments)) + +(defun |toString(short)| (object &rest arguments) + (%qinvoke-method object nil "toString(short)" arguments)) + +(defun |toString(uint)| (object &rest arguments) + (%qinvoke-method object nil "toString(uint)" arguments)) + +(defun |toString(ushort)| (object &rest arguments) + (%qinvoke-method object nil "toString(ushort)" arguments)) + +(defun |toStringList.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "toStringList" arguments)) + +(defun |toStringList| (object &rest arguments) + (%qinvoke-method object nil "toStringList" arguments)) + +(defun |toString| (object &rest arguments) + (%qinvoke-method object nil "toString" arguments)) + +(defun |toSubpathPolygons(QMatrix)| (object &rest arguments) + (%qinvoke-method object nil "toSubpathPolygons(QMatrix)" arguments)) + +(defun |toSubpathPolygons(QTransform)| (object &rest arguments) + (%qinvoke-method object nil "toSubpathPolygons(QTransform)" arguments)) + +(defun |toSubpathPolygons| (object &rest arguments) + (%qinvoke-method object nil "toSubpathPolygons" arguments)) + +(defun |toSurfaceFormat.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "toSurfaceFormat" arguments)) + +(defun |toTableCellFormat| (object &rest arguments) + (%qinvoke-method object nil "toTableCellFormat" arguments)) + +(defun |toTableFormat| (object &rest arguments) + (%qinvoke-method object nil "toTableFormat" arguments)) + +(defun |toTime(QString,QLocale::FormatType)| (object &rest arguments) + (%qinvoke-method object nil "toTime(QString,QLocale::FormatType)" arguments)) + +(defun |toTime(QString,QString)| (object &rest arguments) + (%qinvoke-method object nil "toTime(QString,QString)" arguments)) + +(defun |toTimeSpec| (object &rest arguments) + (%qinvoke-method object nil "toTimeSpec" arguments)) + +(defun |toTimeZone| (object &rest arguments) + (%qinvoke-method object nil "toTimeZone" arguments)) + +(defun |toTime_t| (object &rest arguments) + (%qinvoke-method object nil "toTime_t" arguments)) + +(defun |toTime| (object &rest arguments) + (%qinvoke-method object nil "toTime" arguments)) + +(defun |toTransform| (object &rest arguments) + (%qinvoke-method object nil "toTransform" arguments)) + +(defun |toUInt(QString)| (object &rest arguments) + (%qinvoke-method object nil "toUInt(QString)" arguments)) + +(defun |toUInt(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toUInt(QString...)" arguments)) + +(defun |toUInt(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toUInt(QStringRef)" arguments)) + +(defun |toUInt(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toUInt(QStringRef...)" arguments)) + +(defun |toUInt| (object &rest arguments) + (%qinvoke-method object nil "toUInt" arguments)) + +(defun |toULongLong(QString)| (object &rest arguments) + (%qinvoke-method object nil "toULongLong(QString)" arguments)) + +(defun |toULongLong(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toULongLong(QString...)" arguments)) + +(defun |toULongLong(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toULongLong(QStringRef)" arguments)) + +(defun |toULongLong(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toULongLong(QStringRef...)" arguments)) + +(defun |toULongLong| (object &rest arguments) + (%qinvoke-method object nil "toULongLong" arguments)) + +(defun |toUShort(QString)| (object &rest arguments) + (%qinvoke-method object nil "toUShort(QString)" arguments)) + +(defun |toUShort(QString...)| (object &rest arguments) + (%qinvoke-method object nil "toUShort(QString...)" arguments)) + +(defun |toUShort(QStringRef)| (object &rest arguments) + (%qinvoke-method object nil "toUShort(QStringRef)" arguments)) + +(defun |toUShort(QStringRef...)| (object &rest arguments) + (%qinvoke-method object nil "toUShort(QStringRef...)" arguments)) + +(defun |toUShort| (object &rest arguments) + (%qinvoke-method object nil "toUShort" arguments)) + +(defun |toUTC| (object &rest arguments) + (%qinvoke-method object nil "toUTC" arguments)) + +(defun |toUnicode(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "toUnicode(QByteArray)" arguments)) + +(defun |toUnicode(const char*)| (object &rest arguments) + (%qinvoke-method object nil "toUnicode(const char*)" arguments)) + +(defun |toUnicode| (object &rest arguments) + (%qinvoke-method object nil "toUnicode" arguments)) + +(defun |toUpper| (object &rest arguments) + (%qinvoke-method object nil "toUpper" arguments)) + +(defun |toUrl| (object &rest arguments) + (%qinvoke-method object nil "toUrl" arguments)) + +(defun |toUuid| (object &rest arguments) + (%qinvoke-method object nil "toUuid" arguments)) + +(defun |toVector2DAffine| (object &rest arguments) + (%qinvoke-method object nil "toVector2DAffine" arguments)) + +(defun |toVector2D| (object &rest arguments) + (%qinvoke-method object nil "toVector2D" arguments)) + +(defun |toVector3DAffine| (object &rest arguments) + (%qinvoke-method object nil "toVector3DAffine" arguments)) + +(defun |toVector3D| (object &rest arguments) + (%qinvoke-method object nil "toVector3D" arguments)) + +(defun |toVector4D| (object &rest arguments) + (%qinvoke-method object nil "toVector4D" arguments)) + +(defun |toggleBit| (object &rest arguments) + (%qinvoke-method object nil "toggleBit" arguments)) + +(defun |toggleClass| (object &rest arguments) + (%qinvoke-method object nil "toggleClass" arguments)) + +(defun |toggleDirection| (object &rest arguments) + (%qinvoke-method object nil "toggleDirection" arguments)) + +(defun |toggleViewAction| (object &rest arguments) + (%qinvoke-method object nil "toggleViewAction" arguments)) + +(defun |toggled| (object &rest arguments) + (%qinvoke-method object nil "toggled" arguments)) + +(defun |toggle| (object &rest arguments) + (%qinvoke-method object nil "toggle" arguments)) + +(defun |toolBarArea| (object &rest arguments) + (%qinvoke-method object nil "toolBarArea" arguments)) + +(defun |toolBarBreak| (object &rest arguments) + (%qinvoke-method object nil "toolBarBreak" arguments)) + +(defun |toolBarVisibilityChangeRequested| (object &rest arguments) + (%qinvoke-method object nil "toolBarVisibilityChangeRequested" arguments)) + +(defun |toolButtonStyleChanged| (object &rest arguments) + (%qinvoke-method object nil "toolButtonStyleChanged" arguments)) + +(defun |toolButtonStyle| (object &rest arguments) + (%qinvoke-method object nil "toolButtonStyle" arguments)) + +(defun |toolTipBase| (object &rest arguments) + (%qinvoke-method object nil "toolTipBase" arguments)) + +(defun |toolTipDuration| (object &rest arguments) + (%qinvoke-method object nil "toolTipDuration" arguments)) + +(defun |toolTipText| (object &rest arguments) + (%qinvoke-method object nil "toolTipText" arguments)) + +(defun |toolTipsVisible| (object &rest arguments) + (%qinvoke-method object nil "toolTipsVisible" arguments)) + +(defun |toolTip| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "toolTip" arguments)) + +(defun |topChanged| (object &rest arguments) + (%qinvoke-method object nil "topChanged" arguments)) + +(defun |topLeft| (object &rest arguments) + (%qinvoke-method object nil "topLeft" arguments)) + +(defun |topLevelAt.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "topLevelAt" arguments)) + +(defun |topLevelAt.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "topLevelAt" arguments)) + +(defun |topLevelChanged| (object &rest arguments) + (%qinvoke-method object nil "topLevelChanged" arguments)) + +(defun |topLevelDomain| (object &rest arguments) + (%qinvoke-method object nil "topLevelDomain" arguments)) + +(defun |topLevelItemCount| (object &rest arguments) + (%qinvoke-method object nil "topLevelItemCount" arguments)) + +(defun |topLevelItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "topLevelItem" arguments)) + +(defun |topLevelWidgets.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "topLevelWidgets" arguments)) + +(defun |topLevelWidget| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "topLevelWidget" arguments)) + +(defun |topLevelWindows.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "topLevelWindows" arguments)) + +(defun |topMargin| (object &rest arguments) + (%qinvoke-method object nil "topMargin" arguments)) + +(defun |topPadding| (object &rest arguments) + (%qinvoke-method object nil "topPadding" arguments)) + +(defun |topRow| (object &rest arguments) + (%qinvoke-method object nil "topRow" arguments)) + +(defun |top| (object &rest arguments) + (%qinvoke-method object nil "top" arguments)) + +(defun |totalBytes| (object &rest arguments) + (%qinvoke-method object nil "totalBytes" arguments)) + +(defun |totalChangeFlags| (object &rest arguments) + (%qinvoke-method object nil "totalChangeFlags" arguments)) + +(defun |totalDuration| (object &rest arguments) + (%qinvoke-method object nil "totalDuration" arguments)) + +(defun |totalRotationAngle| (object &rest arguments) + (%qinvoke-method object nil "totalRotationAngle" arguments)) + +(defun |totalScaleFactor| (object &rest arguments) + (%qinvoke-method object nil "totalScaleFactor" arguments)) + +(defun |touchPointStates| (object &rest arguments) + (%qinvoke-method object nil "touchPointStates" arguments)) + +(defun |touchPoints| (object &rest arguments) + (%qinvoke-method object nil "touchPoints" arguments)) + +(defun |tr.QObject| (&rest arguments) + (%qinvoke-method "QObject" nil "tr" arguments)) + +(defun |transaction| (object &rest arguments) + (%qinvoke-method object nil "transaction" arguments)) + +(defun |transformOriginPoint| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "transformOriginPoint" arguments)) + +(defun |transformationAnchor| (object &rest arguments) + (%qinvoke-method object nil "transformationAnchor" arguments)) + +(defun |transformationMode| (object &rest arguments) + (%qinvoke-method object nil "transformationMode" arguments)) + +(defun |transformations| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "transformations" arguments)) + +(defun |transformed(QMatrix)| (object &rest arguments) + (%qinvoke-method object nil "transformed(QMatrix)" arguments)) + +(defun |transformed(QMatrix...)| (object &rest arguments) + (%qinvoke-method object nil "transformed(QMatrix...)" arguments)) + +(defun |transformed(QTransform)| (object &rest arguments) + (%qinvoke-method object nil "transformed(QTransform)" arguments)) + +(defun |transformed(QTransform...)| (object &rest arguments) + (%qinvoke-method object nil "transformed(QTransform...)" arguments)) + +(defun |transformed| (object &rest arguments) + (%qinvoke-method object nil "transformed" arguments)) + +(defun |transform| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "transform" arguments)) + +(defun |transitionType| (object &rest arguments) + (%qinvoke-method object nil "transitionType" arguments)) + +(defun |transitions| (object &rest arguments) + (%qinvoke-method object nil "transitions" arguments)) + +(defun |translate(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "translate(QPoint)" arguments)) + +(defun |translate(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "translate(QPointF)" arguments)) + +(defun |translate.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "translate" arguments)) + +(defun |translated| (object &rest arguments) + (%qinvoke-method object nil "translated" arguments)) + +(defun |translate| (object &rest arguments) + (%qinvoke-method object nil "translate" arguments)) + +(defun |transposed| (object &rest arguments) + (%qinvoke-method object nil "transposed" arguments)) + +(defun |transpose| (object &rest arguments) + (%qinvoke-method object nil "transpose" arguments)) + +(defun |treePosition| (object &rest arguments) + (%qinvoke-method object nil "treePosition" arguments)) + +(defun |treeWidget| (object &rest arguments) + (%qinvoke-method object nil "treeWidget" arguments)) + +(defun |triggerAction| (object &rest arguments) + (%qinvoke-method object nil "triggerAction" arguments)) + +(defun |triggerPageAction| (object &rest arguments) + (%qinvoke-method object nil "triggerPageAction" arguments)) + +(defun |triggered| (object &rest arguments) + (%qinvoke-method object nil "triggered" arguments)) + +(defun |trigger| (object &rest arguments) + (%qinvoke-method object nil "trigger" arguments)) + +(defun |trueMatrix(QMatrix...).QImage| (&rest arguments) + (%qinvoke-method "QImage" nil "trueMatrix(QMatrix...)" arguments)) + +(defun |trueMatrix(QMatrix...).QPixmap| (&rest arguments) + (%qinvoke-method "QPixmap" nil "trueMatrix(QMatrix...)" arguments)) + +(defun |trueMatrix(QTransform...).QImage| (&rest arguments) + (%qinvoke-method "QImage" nil "trueMatrix(QTransform...)" arguments)) + +(defun |trueMatrix(QTransform...).QPixmap| (&rest arguments) + (%qinvoke-method "QPixmap" nil "trueMatrix(QTransform...)" arguments)) + +(defun |trueMatrix.QImage| (&rest arguments) + (%qinvoke-method "QImage" nil "trueMatrix" arguments)) + +(defun |trueMatrix.QPixmap| (&rest arguments) + (%qinvoke-method "QPixmap" nil "trueMatrix" arguments)) + +(defun |truncate| (object &rest arguments) + (%qinvoke-method object nil "truncate" arguments)) + +(defun |tryAcquire| (object &rest arguments) + (%qinvoke-method object nil "tryAcquire" arguments)) + +(defun |tryLockForRead| (object &rest arguments) + (%qinvoke-method object nil "tryLockForRead" arguments)) + +(defun |tryLockForWrite| (object &rest arguments) + (%qinvoke-method object nil "tryLockForWrite" arguments)) + +(defun |typeName| (object &rest arguments) + (%qinvoke-method object nil "typeName" arguments)) + +(defun |typeToName.QVariant| (&rest arguments) + (%qinvoke-method "QVariant" nil "typeToName" arguments)) + +(defun |type| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "type" arguments)) + +(defun |uiLanguages| (object &rest arguments) + (%qinvoke-method object nil "uiLanguages" arguments)) + +(defun |underMouse| (object &rest arguments) + (%qinvoke-method object nil "underMouse" arguments)) + +(defun |underlineColor| (object &rest arguments) + (%qinvoke-method object nil "underlineColor" arguments)) + +(defun |underlinePos| (object &rest arguments) + (%qinvoke-method object nil "underlinePos" arguments)) + +(defun |underlineStyle| (object &rest arguments) + (%qinvoke-method object nil "underlineStyle" arguments)) + +(defun |underline| (object &rest arguments) + (%qinvoke-method object nil "underline" arguments)) + +(defun |undoAvailable| (object &rest arguments) + (%qinvoke-method object nil "undoAvailable" arguments)) + +(defun |undoCommandAdded| (object &rest arguments) + (%qinvoke-method object nil "undoCommandAdded" arguments)) + +(defun |undoLimit| (object &rest arguments) + (%qinvoke-method object nil "undoLimit" arguments)) + +(defun |undoStack| (object &rest arguments) + (%qinvoke-method object nil "undoStack" arguments)) + +(defun |undoTextChanged| (object &rest arguments) + (%qinvoke-method object nil "undoTextChanged" arguments)) + +(defun |undoText| (object &rest arguments) + (%qinvoke-method object nil "undoText" arguments)) + +(defun |undo| (object &rest arguments) + (%qinvoke-method object nil "undo" arguments)) + +(defun |ungetChar| (object &rest arguments) + (%qinvoke-method object nil "ungetChar" arguments)) + +(defun |ungrabGesture| (object &rest arguments) + (%qinvoke-method object nil "ungrabGesture" arguments)) + +(defun |ungrabKeyboard| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "ungrabKeyboard" arguments)) + +(defun |ungrabMouse| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "ungrabMouse" arguments)) + +(defun |unifiedTitleAndToolBarOnMac| (object &rest arguments) + (%qinvoke-method object nil "unifiedTitleAndToolBarOnMac" arguments)) + +(defun |uniformItemSizes| (object &rest arguments) + (%qinvoke-method object nil "uniformItemSizes" arguments)) + +(defun |uniformLocation(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation(QByteArray)" arguments)) + +(defun |uniformLocation(QString)| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation(QString)" arguments)) + +(defun |uniformLocation(const char*)| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation(const char*)" arguments)) + +(defun |uniformLocation| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation" arguments)) + +(defun |uniformRowHeights| (object &rest arguments) + (%qinvoke-method object nil "uniformRowHeights" arguments)) + +(defun |uniqueId.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "uniqueId" arguments)) + +(defun |uniqueId| (object &rest arguments) + (%qinvoke-method object nil "uniqueId" arguments)) + +(defun |united(QRect)| (object &rest arguments) + (%qinvoke-method object nil "united(QRect)" arguments)) + +(defun |united(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "united(QRegion)" arguments)) + +(defun |united| (object &rest arguments) + (%qinvoke-method object nil "united" arguments)) + +(defun |unload| (object &rest arguments) + (%qinvoke-method object nil "unload" arguments)) + +(defun |unlock| (object &rest arguments) + (%qinvoke-method object nil "unlock" arguments)) + +(defun |unpolish(QApplication*)| (object &rest arguments) + (%qinvoke-method object nil "unpolish(QApplication*)" arguments)) + +(defun |unpolish(QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "unpolish(QWidget*)" arguments)) + +(defun |unpolish| (object &rest arguments) + (%qinvoke-method object nil "unpolish" arguments)) + +(defun |unproject| (object &rest arguments) + (%qinvoke-method object nil "unproject" arguments)) + +(defun |unregisterDocumentation| (object &rest arguments) + (%qinvoke-method object nil "unregisterDocumentation" arguments)) + +(defun |unsetCursor| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "unsetCursor" arguments)) + +(defun |unsetError| (object &rest arguments) + (%qinvoke-method object nil "unsetError" arguments)) + +(defun |unsetHotSpot| (object &rest arguments) + (%qinvoke-method object nil "unsetHotSpot" arguments)) + +(defun |unsetLayoutDirection| (object &rest arguments) + (%qinvoke-method object nil "unsetLayoutDirection" arguments)) + +(defun |unsetLocale| (object &rest arguments) + (%qinvoke-method object nil "unsetLocale" arguments)) + +(defun |unsetSpacing| (object &rest arguments) + (%qinvoke-method object nil "unsetSpacing" arguments)) + +(defun |unsetWindowFrameMargins| (object &rest arguments) + (%qinvoke-method object nil "unsetWindowFrameMargins" arguments)) + +(defun |unsubscribeFromNotification| (object &rest arguments) + (%qinvoke-method object nil "unsubscribeFromNotification" arguments)) + +(defun |unsupportedContent| (object &rest arguments) + (%qinvoke-method object nil "unsupportedContent" arguments)) + +(defun |update(QRect)| (object &rest arguments) + (%qinvoke-method object nil "update(QRect)" arguments)) + +(defun |update(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "update(QRegion)" arguments)) + +(defun |updateAccessibility.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "updateAccessibility" arguments)) + +(defun |updateBlock| (object &rest arguments) + (%qinvoke-method object nil "updateBlock" arguments)) + +(defun |updateBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "updateBoundingRect" arguments)) + +(defun |updateCells| (object &rest arguments) + (%qinvoke-method object nil "updateCells" arguments)) + +(defun |updateCell| (object &rest arguments) + (%qinvoke-method object nil "updateCell" arguments)) + +(defun |updateDynamicTexture| (object &rest arguments) + (%qinvoke-method object nil "updateDynamicTexture" arguments)) + +(defun |updateEditorData| (object &rest arguments) + (%qinvoke-method object nil "updateEditorData" arguments)) + +(defun |updateEditorGeometries| (object &rest arguments) + (%qinvoke-method object nil "updateEditorGeometries" arguments)) + +(defun |updateEditorGeometry| (object &rest arguments) + (%qinvoke-method object nil "updateEditorGeometry" arguments)) + +(defun |updateGL| (object &rest arguments) + (%qinvoke-method object nil "updateGL" arguments)) + +(defun |updateGeometries| (object &rest arguments) + (%qinvoke-method object nil "updateGeometries" arguments)) + +(defun |updateGeometry| (object &rest arguments) + (%qinvoke-method object nil "updateGeometry" arguments)) + +(defun |updateInterval| (object &rest arguments) + (%qinvoke-method object nil "updateInterval" arguments)) + +(defun |updateMicroFocus| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "updateMicroFocus" arguments)) + +(defun |updateOverlayGL| (object &rest arguments) + (%qinvoke-method object nil "updateOverlayGL" arguments)) + +(defun |updatePositionDependentActions| (object &rest arguments) + (%qinvoke-method object nil "updatePositionDependentActions" arguments)) + +(defun |updatePreviewWidget| (object &rest arguments) + (%qinvoke-method object nil "updatePreviewWidget" arguments)) + +(defun |updatePreview| (object &rest arguments) + (%qinvoke-method object nil "updatePreview" arguments)) + +(defun |updateRequest| (object &rest arguments) + (%qinvoke-method object nil "updateRequest" arguments)) + +(defun |updateSceneRect| (object &rest arguments) + (%qinvoke-method object nil "updateSceneRect" arguments)) + +(defun |updateScene| (object &rest arguments) + (%qinvoke-method object nil "updateScene" arguments)) + +(defun |updateSection| (object &rest arguments) + (%qinvoke-method object nil "updateSection" arguments)) + +(defun |updated| (object &rest arguments) + (%qinvoke-method object nil "updated" arguments)) + +(defun |updatesEnabled| (object &rest arguments) + (%qinvoke-method object nil "updatesEnabled" arguments)) + +(defun |update| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "update" arguments)) + +(defun |urlChanged| (object &rest arguments) + (%qinvoke-method object nil "urlChanged" arguments)) + +(defun |urlSelected| (object &rest arguments) + (%qinvoke-method object nil "urlSelected" arguments)) + +(defun |urlsSelected| (object &rest arguments) + (%qinvoke-method object nil "urlsSelected" arguments)) + +(defun |urls| (object &rest arguments) + (%qinvoke-method object nil "urls" arguments)) + +(defun |url| (object &rest arguments) + (%qinvoke-method object nil "url" arguments)) + +(defun |useDesignMetrics| (object &rest arguments) + (%qinvoke-method object nil "useDesignMetrics" arguments)) + +(defun |userData| (object &rest arguments) + (%qinvoke-method object nil "userData" arguments)) + +(defun |userDateChanged| (object &rest arguments) + (%qinvoke-method object nil "userDateChanged" arguments)) + +(defun |userInfo| (object &rest arguments) + (%qinvoke-method object nil "userInfo" arguments)) + +(defun |userName| (object &rest arguments) + (%qinvoke-method object nil "userName" arguments)) + +(defun |userState| (object &rest arguments) + (%qinvoke-method object nil "userState" arguments)) + +(defun |userStyleSheetUrl| (object &rest arguments) + (%qinvoke-method object nil "userStyleSheetUrl" arguments)) + +(defun |userTimeChanged| (object &rest arguments) + (%qinvoke-method object nil "userTimeChanged" arguments)) + +(defun |userType| (object &rest arguments) + (%qinvoke-method object nil "userType" arguments)) + +(defun |user| (object &rest arguments) + (%qinvoke-method object nil "user" arguments)) + +(defun |usesScrollButtons| (object &rest arguments) + (%qinvoke-method object nil "usesScrollButtons" arguments)) + +(defun |validateCurrentPage| (object &rest arguments) + (%qinvoke-method object nil "validateCurrentPage" arguments)) + +(defun |validatePage| (object &rest arguments) + (%qinvoke-method object nil "validatePage" arguments)) + +(defun |validate| (object &rest arguments) + (%qinvoke-method object nil "validate" arguments)) + +(defun |validator| (object &rest arguments) + (%qinvoke-method object nil "validator" arguments)) + +(defun |valid| (object &rest arguments) + (%qinvoke-method object nil "valid" arguments)) + +(defun |value(QString)| (object &rest arguments) + (%qinvoke-method object nil "value(QString)" arguments)) + +(defun |value(int)| (object &rest arguments) + (%qinvoke-method object nil "value(int)" arguments)) + +(defun |valueChanged(QString)| (object &rest arguments) + (%qinvoke-method object nil "valueChanged(QString)" arguments)) + +(defun |valueChanged(double)| (object &rest arguments) + (%qinvoke-method object nil "valueChanged(double)" arguments)) + +(defun |valueChanged(int)| (object &rest arguments) + (%qinvoke-method object nil "valueChanged(int)" arguments)) + +(defun |valueChanged| (object &rest arguments) + (%qinvoke-method object nil "valueChanged" arguments)) + +(defun |valueForProgress| (object &rest arguments) + (%qinvoke-method object nil "valueForProgress" arguments)) + +(defun |valueForTime| (object &rest arguments) + (%qinvoke-method object nil "valueForTime" arguments)) + +(defun |valueFromText| (object &rest arguments) + (%qinvoke-method object nil "valueFromText" arguments)) + +(defun |valueF| (object &rest arguments) + (%qinvoke-method object nil "valueF" arguments)) + +(defun |valueInterface| (object &rest arguments) + (%qinvoke-method object nil "valueInterface" arguments)) + +(defun |valuePropertyName| (object &rest arguments) + (%qinvoke-method object nil "valuePropertyName" arguments)) + +(defun |value| (object &rest arguments) + (%qinvoke-method object nil "value" arguments)) + +(defun |vector| (object &rest arguments) + (%qinvoke-method object nil "vector" arguments)) + +(defun |verticalAlignment| (object &rest arguments) + (%qinvoke-method object nil "verticalAlignment" arguments)) + +(defun |verticalDirection| (object &rest arguments) + (%qinvoke-method object nil "verticalDirection" arguments)) + +(defun |verticalHeaderFormat| (object &rest arguments) + (%qinvoke-method object nil "verticalHeaderFormat" arguments)) + +(defun |verticalHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "verticalHeaderItem" arguments)) + +(defun |verticalHeader| (object &rest arguments) + (%qinvoke-method object nil "verticalHeader" arguments)) + +(defun |verticalMovementX| (object &rest arguments) + (%qinvoke-method object nil "verticalMovementX" arguments)) + +(defun |verticalPolicy| (object &rest arguments) + (%qinvoke-method object nil "verticalPolicy" arguments)) + +(defun |verticalScrollBarPolicy| (object &rest arguments) + (%qinvoke-method object nil "verticalScrollBarPolicy" arguments)) + +(defun |verticalScrollBar| (object &rest arguments) + (%qinvoke-method object nil "verticalScrollBar" arguments)) + +(defun |verticalScrollMode| (object &rest arguments) + (%qinvoke-method object nil "verticalScrollMode" arguments)) + +(defun |verticalScrollbarAction| (object &rest arguments) + (%qinvoke-method object nil "verticalScrollbarAction" arguments)) + +(defun |verticalScrollbarValueChanged| (object &rest arguments) + (%qinvoke-method object nil "verticalScrollbarValueChanged" arguments)) + +(defun |verticalSpacing| (object &rest arguments) + (%qinvoke-method object nil "verticalSpacing" arguments)) + +(defun |verticalStretch| (object &rest arguments) + (%qinvoke-method object nil "verticalStretch" arguments)) + +(defun |viewBoxF| (object &rest arguments) + (%qinvoke-method object nil "viewBoxF" arguments)) + +(defun |viewBox| (object &rest arguments) + (%qinvoke-method object nil "viewBox" arguments)) + +(defun |viewMode| (object &rest arguments) + (%qinvoke-method object nil "viewMode" arguments)) + +(defun |viewTransformEnabled| (object &rest arguments) + (%qinvoke-method object nil "viewTransformEnabled" arguments)) + +(defun |viewportChangeRequested| (object &rest arguments) + (%qinvoke-method object nil "viewportChangeRequested" arguments)) + +(defun |viewportEntered| (object &rest arguments) + (%qinvoke-method object nil "viewportEntered" arguments)) + +(defun |viewportMargins| (object &rest arguments) + (%qinvoke-method object nil "viewportMargins" arguments)) + +(defun |viewportSize| (object &rest arguments) + (%qinvoke-method object nil "viewportSize" arguments)) + +(defun |viewportTransform| (object &rest arguments) + (%qinvoke-method object nil "viewportTransform" arguments)) + +(defun |viewportUpdateMode| (object &rest arguments) + (%qinvoke-method object nil "viewportUpdateMode" arguments)) + +(defun |viewport| (object &rest arguments) + (%qinvoke-method object nil "viewport" arguments)) + +(defun |views| (object &rest arguments) + (%qinvoke-method object nil "views" arguments)) + +(defun |view| (object &rest arguments) + (%qinvoke-method object nil "view" arguments)) + +(defun |visibilityChanged| (object &rest arguments) + (%qinvoke-method object nil "visibilityChanged" arguments)) + +(defun |visibilityState| (object &rest arguments) + (%qinvoke-method object nil "visibilityState" arguments)) + +(defun |visibleChanged| (object &rest arguments) + (%qinvoke-method object nil "visibleChanged" arguments)) + +(defun |visibleRegion| (object &rest arguments) + (%qinvoke-method object nil "visibleRegion" arguments)) + +(defun |visitedPages| (object &rest arguments) + (%qinvoke-method object nil "visitedPages" arguments)) + +(defun |visualAlignment.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "visualAlignment" arguments)) + +(defun |visualColumn| (object &rest arguments) + (%qinvoke-method object nil "visualColumn" arguments)) + +(defun |visualIndexAt| (object &rest arguments) + (%qinvoke-method object nil "visualIndexAt" arguments)) + +(defun |visualIndex| (object &rest arguments) + (%qinvoke-method object nil "visualIndex" arguments)) + +(defun |visualItemRect| (object &rest arguments) + (%qinvoke-method object nil "visualItemRect" arguments)) + +(defun |visualNavigation| (object &rest arguments) + (%qinvoke-method object nil "visualNavigation" arguments)) + +(defun |visualPos.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "visualPos" arguments)) + +(defun |visualRect.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "visualRect" arguments)) + +(defun |visualRect| (object &rest arguments) + (%qinvoke-method object nil "visualRect" arguments)) + +(defun |visualRow| (object &rest arguments) + (%qinvoke-method object nil "visualRow" arguments)) + +(defun |waitForBytesWritten| (object &rest arguments) + (%qinvoke-method object nil "waitForBytesWritten" arguments)) + +(defun |waitForConnected| (object &rest arguments) + (%qinvoke-method object nil "waitForConnected" arguments)) + +(defun |waitForDisconnected| (object &rest arguments) + (%qinvoke-method object nil "waitForDisconnected" arguments)) + +(defun |waitForFinished| (object &rest arguments) + (%qinvoke-method object nil "waitForFinished" arguments)) + +(defun |waitForReadyRead| (object &rest arguments) + (%qinvoke-method object nil "waitForReadyRead" arguments)) + +(defun |waitForStarted| (object &rest arguments) + (%qinvoke-method object nil "waitForStarted" arguments)) + +(defun |wakeUp| (object &rest arguments) + (%qinvoke-method object nil "wakeUp" arguments)) + +(defun |warning.QMessageBox| (&rest arguments) + (%qinvoke-method "QMessageBox" nil "warning" arguments)) + +(defun |warning| (object &rest arguments) + (%qinvoke-method object nil "warning" arguments)) + +(defun |wasCanceled| (object &rest arguments) + (%qinvoke-method object nil "wasCanceled" arguments)) + +(defun |webFrame| (object &rest arguments) + (%qinvoke-method object nil "webFrame" arguments)) + +(defun |webGraphic.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "webGraphic" arguments)) + +(defun |weekdayTextFormat| (object &rest arguments) + (%qinvoke-method object nil "weekdayTextFormat" arguments)) + +(defun |weekdays| (object &rest arguments) + (%qinvoke-method object nil "weekdays" arguments)) + +(defun |weight| (object &rest arguments) + (%qinvoke-method object nil "weight" arguments)) + +(defun |whatsThis| (object &rest arguments) + (%qinvoke-method object nil "whatsThis" arguments)) + +(defun |wheelScrollLines.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "wheelScrollLines" arguments)) + +(defun |widgetAt.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "widgetAt" arguments)) + +(defun |widgetEvent| (object &rest arguments) + (%qinvoke-method object nil "widgetEvent" arguments)) + +(defun |widgetForAction| (object &rest arguments) + (%qinvoke-method object nil "widgetForAction" arguments)) + +(defun |widgetRemoved| (object &rest arguments) + (%qinvoke-method object nil "widgetRemoved" arguments)) + +(defun |widgetResizable| (object &rest arguments) + (%qinvoke-method object nil "widgetResizable" arguments)) + +(defun |widget| (object &rest arguments) + (%qinvoke-method object nil "widget" arguments)) + +(defun |width(QChar)| (object &rest arguments) + (%qinvoke-method object nil "width(QChar)" arguments)) + +(defun |width(QString)| (object &rest arguments) + (%qinvoke-method object nil "width(QString)" arguments)) + +(defun |widthChanged| (object &rest arguments) + (%qinvoke-method object nil "widthChanged" arguments)) + +(defun |widthF| (object &rest arguments) + (%qinvoke-method object nil "widthF" arguments)) + +(defun |widthMM| (object &rest arguments) + (%qinvoke-method object nil "widthMM" arguments)) + +(defun |width| (object &rest arguments) + (%qinvoke-method object nil "width" arguments)) + +(defun |winId| (object &rest arguments) + (%qinvoke-method object nil "winId" arguments)) + +(defun |windowCloseRequested| (object &rest arguments) + (%qinvoke-method object nil "windowCloseRequested" arguments)) + +(defun |windowCreated| (object &rest arguments) + (%qinvoke-method object nil "windowCreated" arguments)) + +(defun |windowFilePath| (object &rest arguments) + (%qinvoke-method object nil "windowFilePath" arguments)) + +(defun |windowFlags| (object &rest arguments) + (%qinvoke-method object nil "windowFlags" arguments)) + +(defun |windowFrameGeometry| (object &rest arguments) + (%qinvoke-method object nil "windowFrameGeometry" arguments)) + +(defun |windowFrameRect| (object &rest arguments) + (%qinvoke-method object nil "windowFrameRect" arguments)) + +(defun |windowIcon.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "windowIcon" arguments)) + +(defun |windowIcon.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "windowIcon" arguments)) + +(defun |windowIconChanged| (object &rest arguments) + (%qinvoke-method object nil "windowIconChanged" arguments)) + +(defun |windowIconTextChanged| (object &rest arguments) + (%qinvoke-method object nil "windowIconTextChanged" arguments)) + +(defun |windowIconText| (object &rest arguments) + (%qinvoke-method object nil "windowIconText" arguments)) + +(defun |windowIcon| (object &rest arguments) + (%qinvoke-method object nil "windowIcon" arguments)) + +(defun |windowModality| (object &rest arguments) + (%qinvoke-method object nil "windowModality" arguments)) + +(defun |windowOpacity| (object &rest arguments) + (%qinvoke-method object nil "windowOpacity" arguments)) + +(defun |windowPos| (object &rest arguments) + (%qinvoke-method object nil "windowPos" arguments)) + +(defun |windowRole| (object &rest arguments) + (%qinvoke-method object nil "windowRole" arguments)) + +(defun |windowStateChanged| (object &rest arguments) + (%qinvoke-method object nil "windowStateChanged" arguments)) + +(defun |windowState| (object &rest arguments) + (%qinvoke-method object nil "windowState" arguments)) + +(defun |windowText| (object &rest arguments) + (%qinvoke-method object nil "windowText" arguments)) + +(defun |windowTitleChanged| (object &rest arguments) + (%qinvoke-method object nil "windowTitleChanged" arguments)) + +(defun |windowTitle| (object &rest arguments) + (%qinvoke-method object nil "windowTitle" arguments)) + +(defun |windowType| (object &rest arguments) + (%qinvoke-method object nil "windowType" arguments)) + +(defun |window| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "window" arguments)) + +(defun |wizardStyle| (object &rest arguments) + (%qinvoke-method object nil "wizardStyle" arguments)) + +(defun |wizard| (object &rest arguments) + (%qinvoke-method object nil "wizard" arguments)) + +(defun |wordSpacing| (object &rest arguments) + (%qinvoke-method object nil "wordSpacing" arguments)) + +(defun |wordWrapMode| (object &rest arguments) + (%qinvoke-method object nil "wordWrapMode" arguments)) + +(defun |wordWrap| (object &rest arguments) + (%qinvoke-method object nil "wordWrap" arguments)) + +(defun |workAreaResized| (object &rest arguments) + (%qinvoke-method object nil "workAreaResized" arguments)) + +(defun |workingDirectory| (object &rest arguments) + (%qinvoke-method object nil "workingDirectory" arguments)) + +(defun |worldMatrixEnabled| (object &rest arguments) + (%qinvoke-method object nil "worldMatrixEnabled" arguments)) + +(defun |worldTransform| (object &rest arguments) + (%qinvoke-method object nil "worldTransform" arguments)) + +(defun |wrapAround| (object &rest arguments) + (%qinvoke-method object nil "wrapAround" arguments)) + +(defun |wrapMode| (object &rest arguments) + (%qinvoke-method object nil "wrapMode" arguments)) + +(defun |wrapping| (object &rest arguments) + (%qinvoke-method object nil "wrapping" arguments)) + +(defun |write(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "write(QByteArray)" arguments)) + +(defun |write(QTextDocumentFragment)| (object &rest arguments) + (%qinvoke-method object nil "write(QTextDocumentFragment)" arguments)) + +(defun |write(const QTextDocument*)| (object &rest arguments) + (%qinvoke-method object nil "write(const QTextDocument*)" arguments)) + +(defun |write(const char*)| (object &rest arguments) + (%qinvoke-method object nil "write(const char*)" arguments)) + +(defun |write| (object &rest arguments) + (%qinvoke-method object nil "write" arguments)) + +(defun |writingSystemName.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "writingSystemName" arguments)) + +(defun |writingSystemSample.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "writingSystemSample" arguments)) + +(defun |writingSystem| (object &rest arguments) + (%qinvoke-method object nil "writingSystem" arguments)) + +(defun |w| (object &rest arguments) + (%qinvoke-method object nil "w" arguments)) + +(defun |xChanged| (object &rest arguments) + (%qinvoke-method object nil "xChanged" arguments)) + +(defun |xHeight| (object &rest arguments) + (%qinvoke-method object nil "xHeight" arguments)) + +(defun |xOffset| (object &rest arguments) + (%qinvoke-method object nil "xOffset" arguments)) + +(defun |xScaleChanged| (object &rest arguments) + (%qinvoke-method object nil "xScaleChanged" arguments)) + +(defun |xScale| (object &rest arguments) + (%qinvoke-method object nil "xScale" arguments)) + +(defun |xTilt| (object &rest arguments) + (%qinvoke-method object nil "xTilt" arguments)) + +(defun |xToCursor| (object &rest arguments) + (%qinvoke-method object nil "xToCursor" arguments)) + +(defun |xored| (object &rest arguments) + (%qinvoke-method object nil "xored" arguments)) + +(defun |x| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "x" arguments)) + +(defun |yChanged| (object &rest arguments) + (%qinvoke-method object nil "yChanged" arguments)) + +(defun |yOffset| (object &rest arguments) + (%qinvoke-method object nil "yOffset" arguments)) + +(defun |yScaleChanged| (object &rest arguments) + (%qinvoke-method object nil "yScaleChanged" arguments)) + +(defun |yScale| (object &rest arguments) + (%qinvoke-method object nil "yScale" arguments)) + +(defun |yTilt| (object &rest arguments) + (%qinvoke-method object nil "yTilt" arguments)) + +(defun |yearShown| (object &rest arguments) + (%qinvoke-method object nil "yearShown" arguments)) + +(defun |year| (object &rest arguments) + (%qinvoke-method object nil "year" arguments)) + +(defun |yellowF| (object &rest arguments) + (%qinvoke-method object nil "yellowF" arguments)) + +(defun |yellow| (object &rest arguments) + (%qinvoke-method object nil "yellow" arguments)) + +(defun |y| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "y" arguments)) + +(defun |zChanged| (object &rest arguments) + (%qinvoke-method object nil "zChanged" arguments)) + +(defun |zScaleChanged| (object &rest arguments) + (%qinvoke-method object nil "zScaleChanged" arguments)) + +(defun |zScale| (object &rest arguments) + (%qinvoke-method object nil "zScale" arguments)) + +(defun |zValue| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "zValue" arguments)) + +(defun |zeroDigit| (object &rest arguments) + (%qinvoke-method object nil "zeroDigit" arguments)) + +(defun |zoomFactor| (object &rest arguments) + (%qinvoke-method object nil "zoomFactor" arguments)) + +(defun |zoomIn| (object &rest arguments) + (%qinvoke-method object nil "zoomIn" arguments)) + +(defun |zoomMode| (object &rest arguments) + (%qinvoke-method object nil "zoomMode" arguments)) + +(defun |zoomOut| (object &rest arguments) + (%qinvoke-method object nil "zoomOut" arguments)) + +(defun |z| (object &rest arguments) + (%qinvoke-method object nil "z" arguments)) diff --git a/src/lisp/all-wrappers-2.lisp b/src/lisp/all-wrappers-2.lisp new file mode 100644 index 0000000..717ad51 --- /dev/null +++ b/src/lisp/all-wrappers-2.lisp @@ -0,0 +1,1202 @@ +(defpackage :eql + (:export + #:|elementCount| + #:|elementExists| + #:|elementId| + #:|element| + #:|elideMode| + #:|elidedText| + #:|ellipticCurves| + #:|emitDataChanged| + #:|emitSelectionChanged| + #:|emptyLabel| + #:|enableAttributeArray(const char*)| + #:|enableAttributeArray(int)| + #:|enableAttributeArray| + #:|enablePersistentStorage.QWebSettings| + #:|enabledChanged| + #:|encloseContentsWith(QString)| + #:|encloseContentsWith(QWebElement)| + #:|encloseContentsWith| + #:|encloseWith(QString)| + #:|encloseWith(QWebElement)| + #:|encloseWith| + #:|enclosingBlockElement| + #:|encodeName.QFile| + #:|encrypted| + #:|endArray| + #:|endEditBlock| + #:|endFrame| + #:|endGroup| + #:|endInsertColumns| + #:|endInsertRows| + #:|endLayout| + #:|endMacro| + #:|endMoveColumns| + #:|endMoveRows| + #:|endNativePainting| + #:|endRemoveColumns| + #:|endRemoveRows| + #:|endResetModel| + #:|endValue| + #:|end| + #:|ensureBlockLayout| + #:|ensureCursorVisible| + #:|ensurePolished| + #:|ensureVisible(QRectF)| + #:|ensureVisible(QRectF...)| + #:|ensureVisible(const QGraphicsItem*)| + #:|ensureVisible(const QGraphicsItem*...)| + #:|ensureVisible| + #:|ensureWidgetVisible| + #:|enterWhatsThisMode.QWhatsThis| + #:|entered| + #:|entryColor| + #:|entryInfoList(QDir::Filters)| + #:|entryInfoList(QDir::Filters...)| + #:|entryInfoList(QStringList)| + #:|entryInfoList(QStringList...)| + #:|entryInfoList| + #:|entryList(QDir::Filters)| + #:|entryList(QDir::Filters...)| + #:|entryList(QStringList)| + #:|entryList(QStringList...)| + #:|entryList| + #:|entryRgb| + #:|enumeratorCount| + #:|enumeratorOffset| + #:|eraseRect(QRect)| + #:|eraseRect(QRectF)| + #:|eraseRect| + #:|errorStateChanged| + #:|errorState| + #:|errorString| + #:|error| + #:|escape.QRegExp| + #:|escapeButton| + #:|escapeIdentifier| + #:|evaluateJavaScript| + #:|eventDispatcher.QCoreApplication| + #:|eventFilter| + #:|eventSource| + #:|eventType| + #:|event| + #:|exactMatch| + #:|exclusive| + #:|exec.QApplication| + #:|exec.QCoreApplication| + #:|exec.QGuiApplication| + #:|exec.QMenu| + #:|execBatch| + #:|execute.QProcess| + #:|executeDelayedItemsLayout| + #:|executedQuery| + #:|exec| + #:|exists.QFileInfo| + #:|exists.QFile| + #:|exists| + #:|exit.QCoreApplication| + #:|exitCode| + #:|exitStatus| + #:|exited| + #:|exit| + #:|expandAll| + #:|expandExtendedSearch| + #:|expandItem| + #:|expandToDepth| + #:|expanded| + #:|expandingDirections| + #:|expanding| + #:|expandsOnDoubleClick| + #:|expand| + #:|expectedSize| + #:|expirationDate| + #:|exponential| + #:|extension| + #:|extraSelections| + #:|fallbacksEnabled| + #:|families| + #:|family| + #:|featurePermissionRequestCanceled| + #:|featurePermissionRequested| + #:|featuresChanged| + #:|features| + #:|fetchMore| + #:|field(QString)| + #:|field(int)| + #:|fieldGrowthPolicy| + #:|fieldIndex| + #:|fieldName| + #:|field| + #:|fileChanged| + #:|fileData| + #:|fileIcon| + #:|fileInfo| + #:|fileMode| + #:|fileName| + #:|filePath| + #:|fileRenamed| + #:|fileSelected| + #:|filesSelected| + #:|files| + #:|file| + #:|fill(QColor)| + #:|fill(Qt::GlobalColor)| + #:|fill(uint)| + #:|fillPath| + #:|fillRect(QRect,QBrush)| + #:|fillRect(QRect,QColor)| + #:|fillRect(QRect,Qt::BrushStyle)| + #:|fillRect(QRect,Qt::GlobalColor)| + #:|fillRect(QRect...)| + #:|fillRect(QRectF,QBrush)| + #:|fillRect(QRectF,QColor)| + #:|fillRect(QRectF,Qt::BrushStyle)| + #:|fillRect(QRectF,Qt::GlobalColor)| + #:|fillRect(QRectF...)| + #:|fillRect(int,int,int,int,QBrush)| + #:|fillRect(int,int,int,int,QColor)| + #:|fillRect(int,int,int,int,Qt::BrushStyle)| + #:|fillRect(int,int,int,int,Qt::GlobalColor)| + #:|fillRect| + #:|fillRule| + #:|fill| + #:|filterAttributeSets| + #:|filterAttributes| + #:|filterCaseSensitivity| + #:|filterIndices| + #:|filterKeyColumn| + #:|filterMode| + #:|filterRegExp| + #:|filterRole| + #:|filterSelected| + #:|filtersChildEvents| + #:|filter| + #:|finalStop| + #:|find(QRegExp)| + #:|find(QRegExp,QTextCursor)| + #:|find(QRegExp,QTextCursor...)| + #:|find(QRegExp,int)| + #:|find(QRegExp,int...)| + #:|find(QRegExp...)| + #:|find(QRegularExpression)| + #:|find(QRegularExpression,QTextCursor)| + #:|find(QRegularExpression,QTextCursor...)| + #:|find(QRegularExpression,int)| + #:|find(QRegularExpression,int...)| + #:|find(QRegularExpression...)| + #:|find(QString)| + #:|find(QString,QTextCursor)| + #:|find(QString,QTextCursor...)| + #:|find(QString,int)| + #:|find(QString,int...)| + #:|find(QString...)| + #:|find.QPixmapCache| + #:|find.QWidget| + #:|findAllElements| + #:|findAll| + #:|findBlockByLineNumber| + #:|findBlockByNumber| + #:|findBlock| + #:|findBufferChanged| + #:|findData| + #:|findFile| + #:|findFirstElement| + #:|findFirst| + #:|findItems| + #:|findNearest| + #:|findText| + #:|find| + #:|finished| + #:|finish| + #:|firstBlock| + #:|firstChild| + #:|firstCursorPosition| + #:|firstDayOfWeek| + #:|firstLineNumber| + #:|firstPosition| + #:|firstVisibleBlock| + #:|first| + #:|fitInView(QRectF)| + #:|fitInView(QRectF...)| + #:|fitInView(const QGraphicsItem*)| + #:|fitInView(const QGraphicsItem*...)| + #:|fitInView| + #:|fitToWidth| + #:|fixedPitch| + #:|fixup| + #:|flags| + #:|flow| + #:|flush.QCoreApplication| + #:|flush| + #:|focalPoint| + #:|focalRadius| + #:|focusChanged| + #:|focusChild| + #:|focusItemChanged| + #:|focusItem| + #:|focusNextChild| + #:|focusNextPrevChild| + #:|focusObject.QGuiApplication| + #:|focusObjectChanged| + #:|focusPolicy| + #:|focusPreviousChild| + #:|focusProxy| + #:|focusWidget.QApplication| + #:|focusWidget| + #:|focusWindow.QGuiApplication| + #:|focusWindowChanged| + #:|font(const QWidget*).QApplication| + #:|font(const char*).QApplication| + #:|font.QApplication| + #:|font.QGuiApplication| + #:|font.QToolTip| + #:|fontCapitalization| + #:|fontDatabaseChanged| + #:|fontEmbeddingEnabled| + #:|fontFamily| + #:|fontFilters| + #:|fontFixedPitch| + #:|fontHintingPreference| + #:|fontInfo| + #:|fontItalic| + #:|fontKerning| + #:|fontLetterSpacingType| + #:|fontLetterSpacing| + #:|fontMetrics.QApplication| + #:|fontMetrics| + #:|fontOverline| + #:|fontPointSize| + #:|fontSelected| + #:|fontSize| + #:|fontStretch| + #:|fontStrikeOut| + #:|fontStyleHint| + #:|fontStyleStrategy| + #:|fontUnderline| + #:|fontWeight| + #:|fontWordSpacing| + #:|font| + #:|forceShow| + #:|foregroundBrush| + #:|foregroundColor| + #:|foregroundRole| + #:|foreground| + #:|formAlignment| + #:|formatIndex| + #:|formatValue| + #:|formats| + #:|format| + #:|forwardAvailable| + #:|forwardHistoryCount| + #:|forwardItems| + #:|forwardItem| + #:|forwardUnsupportedContent| + #:|forward| + #:|fragment| + #:|frameAt| + #:|frameBoundingRect| + #:|frameChanged| + #:|frameCount| + #:|frameCreated| + #:|frameForTime| + #:|frameFormat| + #:|frameGeometry| + #:|frameName| + #:|frameRect| + #:|frameShadow| + #:|frameShape| + #:|frameSize| + #:|frameStyle| + #:|frameWidth| + #:|framesPerSecond| + #:|frame| + #:|fromAce.QUrl| + #:|fromAxes.QQuaternion| + #:|fromAxisAndAngle.QQuaternion| + #:|fromCmyk.QColor| + #:|fromCmykF.QColor| + #:|fromData.QImage| + #:|fromDirection.QQuaternion| + #:|fromEncoded.QUrl| + #:|fromEulerAngles.QQuaternion| + #:|fromHsl.QColor| + #:|fromHslF.QColor| + #:|fromHsv.QColor| + #:|fromHsvF.QColor| + #:|fromHtml.QTextDocumentFragment| + #:|fromImage.QBitmap| + #:|fromImage.QPixmap| + #:|fromImageReader.QPixmap| + #:|fromJulianDay.QDate| + #:|fromLocalFile.QUrl| + #:|fromMSecsSinceEpoch(qlonglong,QTimeZone).QDateTime| + #:|fromMSecsSinceEpoch(qlonglong,Qt::TimeSpec).QDateTime| + #:|fromMSecsSinceEpoch.QDateTime| + #:|fromMSecsSinceStartOfDay.QTime| + #:|fromNativeSeparators.QDir| + #:|fromOpenGLContext.QGLContext| + #:|fromPage| + #:|fromPercentEncoding.QUrl| + #:|fromPlainText.QTextDocumentFragment| + #:|fromRgb.QColor| + #:|fromRgbF.QColor| + #:|fromRgba.QColor| + #:|fromRotationMatrix.QQuaternion| + #:|fromScale.QTransform| + #:|fromString(QString,QString).QDateTime| + #:|fromString(QString,QString).QDate| + #:|fromString(QString,QString).QTime| + #:|fromString(QString,Qt::DateFormat).QDateTime| + #:|fromString(QString,Qt::DateFormat).QDate| + #:|fromString(QString,Qt::DateFormat).QTime| + #:|fromString.QDateTime| + #:|fromString.QDate| + #:|fromString.QKeySequence| + #:|fromString.QTime| + #:|fromStringList.QUrl| + #:|fromString| + #:|fromSurfaceFormat.QGLFormat| + #:|fromTheme.QIcon| + #:|fromTime_t(uint,QTimeZone).QDateTime| + #:|fromTime_t(uint,Qt::TimeSpec).QDateTime| + #:|fromTime_t.QDateTime| + #:|fromTranslate.QTransform| + #:|fromUnicode| + #:|fromUserInput.QUrl| + #:|frustum| + #:|fullPage| + #:|functions| + #:|generateDynamicTexture| + #:|generatedIconPixmap| + #:|geometriesChanged| + #:|geometryChangeRequested| + #:|geometryChanged| + #:|geometryInputType| + #:|geometryOutputType| + #:|geometryOutputVertexCount| + #:|geometry| + #:|gestureCancelPolicy| + #:|gestureType| + #:|gestures| + #:|gesture| + #:|getAxes| + #:|getAxisAndAngle| + #:|getChar| + #:|getColor.QColorDialog| + #:|getDouble.QInputDialog| + #:|getEulerAngles| + #:|getExistingDirectory.QFileDialog| + #:|getExistingDirectoryUrl.QFileDialog| + #:|getFont(bool*,QFont).QFontDialog| + #:|getFont(bool*,QWidget*).QFontDialog| + #:|getFont.QFontDialog| + #:|getInt.QInputDialog| + #:|getItem.QInputDialog| + #:|getMultiLineText.QInputDialog| + #:|getOpenFileName.QFileDialog| + #:|getOpenFileNames.QFileDialog| + #:|getOpenFileUrl.QFileDialog| + #:|getOpenFileUrls.QFileDialog| + #:|getProcAddress| + #:|getSaveFileName.QFileDialog| + #:|getSaveFileUrl.QFileDialog| + #:|getText.QInputDialog| + #:|get| + #:|globalPosF| + #:|globalPos| + #:|globalRestorePolicy| + #:|globalSettings.QWebSettings| + #:|globalStrut.QApplication| + #:|globalX| + #:|globalY| + #:|glyphRuns| + #:|goToItem| + #:|gotFocus| + #:|grabFrameBuffer| + #:|grabGesture| + #:|grabKeyboard| + #:|grabMouse| + #:|grabShortcut| + #:|grab| + #:|gradient| + #:|graphicsEffect| + #:|graphicsItem| + #:|graphicsProxyWidget| + #:|greenBufferSize| + #:|greenF| + #:|green| + #:|gridSize| + #:|gridStyle| + #:|groupId| + #:|groupSeparator| + #:|group| + #:|handleWidth| + #:|handle| + #:|hardwareAddress| + #:|hasAcceptableInput| + #:|hasAlphaChannel| + #:|hasAlpha| + #:|hasAttributeNS| + #:|hasAttributes| + #:|hasAttribute| + #:|hasAutoScroll| + #:|hasChildren| + #:|hasClass| + #:|hasClipping| + #:|hasColor| + #:|hasComplexSelection| + #:|hasCursor| + #:|hasFeature| + #:|hasFocus| + #:|hasFormat| + #:|hasFragment| + #:|hasFrame| + #:|hasHeightForWidth| + #:|hasHotSpot| + #:|hasHtml| + #:|hasImage| + #:|hasIndex| + #:|hasMouseTracking| + #:|hasNext| + #:|hasOpenGL.QGLFormat| + #:|hasOpenGLFramebufferBlit.QGLFramebufferObject| + #:|hasOpenGLFramebufferObjects.QGLFramebufferObject| + #:|hasOpenGLOverlays.QGLFormat| + #:|hasOpenGLPbuffers.QGLPixelBuffer| + #:|hasOpenGLShaderPrograms.QGLShaderProgram| + #:|hasOpenGLShaders.QGLShader| + #:|hasOutValues| + #:|hasOverlay| + #:|hasProperty| + #:|hasQuery| + #:|hasRawHeader| + #:|hasSameIdentifier| + #:|hasScaledContents| + #:|hasSelectedText| + #:|hasSelection| + #:|hasText| + #:|hasThemeIcon.QIcon| + #:|hasTracking| + #:|hasUrls| + #:|hasVisitedPage| + #:|hasWidthForHeight| + #:|hash.QCryptographicHash| + #:|headerDataChanged| + #:|headerData| + #:|headerItem| + #:|headerRowCount| + #:|headerTextFormat| + #:|header| + #:|head| + #:|heightChanged| + #:|heightForWidth| + #:|heightMM| + #:|height| + #:|helpEvent| + #:|helpRequested| + #:|hiResGlobalX| + #:|hiResGlobalY| + #:|hiddenSectionCount| + #:|hideColumn| + #:|hideOrShow| + #:|hidePopup| + #:|hideRow| + #:|hideSection| + #:|hideTearOffMenu| + #:|hideText.QToolTip| + #:|hideText.QWhatsThis| + #:|hide| + #:|highlightSections| + #:|highlighted(QModelIndex)| + #:|highlighted(QString)| + #:|highlighted(QUrl)| + #:|highlighted(int)| + #:|highlightedText| + #:|highlighted| + #:|highlight| + #:|hintingPreference| + #:|historyChanged| + #:|historyContains| + #:|historyTitle| + #:|historyTypeChanged| + #:|historyType| + #:|historyUrl| + #:|history| + #:|hitCount| + #:|hitTestComplexControl| + #:|hitTestContent| + #:|hitTestPath| + #:|hitTest| + #:|home.QDir| + #:|homePath.QDir| + #:|home| + #:|horizontalAdvance| + #:|horizontalDirection| + #:|horizontalHeaderFormat| + #:|horizontalHeaderItem| + #:|horizontalHeader| + #:|horizontalPolicy| + #:|horizontalScrollBarPolicy| + #:|horizontalScrollBar| + #:|horizontalScrollMode| + #:|horizontalScrollbarAction| + #:|horizontalScrollbarValueChanged| + #:|horizontalSpacing| + #:|horizontalStretch| + #:|hostFound| + #:|hostName| + #:|host| + #:|hotSpot| + #:|hour| + #:|hovered| + #:|hover| + #:|href| + #:|hslHueF| + #:|hslHue| + #:|hslSaturationF| + #:|hslSaturation| + #:|hsvHueF| + #:|hsvHue| + #:|hsvSaturationF| + #:|hsvSaturation| + #:|html| + #:|hueF| + #:|hue| + #:|humanReadableName| + #:|icon(QFileIconProvider::IconType)| + #:|icon(QFileInfo)| + #:|iconChanged| + #:|iconDatabasePath.QWebSettings| + #:|iconForUrl.QWebSettings| + #:|iconPixmap| + #:|iconProvider| + #:|iconSizeChanged| + #:|iconSize| + #:|iconText| + #:|icon| + #:|idealWidth| + #:|idnWhitelist.QUrl| + #:|id| + #:|ignore(QGesture*)| + #:|ignore(Qt::GestureType)| + #:|ignore| + #:|imageData| + #:|imageUrl| + #:|image| + #:|inFontUcs4| + #:|inFont| + #:|inWhatsThisMode.QWhatsThis| + #:|indentWidth| + #:|indentation| + #:|indent| + #:|index(QString...)| + #:|index(int...)| + #:|indexAbove| + #:|indexAt| + #:|indexBelow| + #:|indexChanged| + #:|indexColumn| + #:|indexCreated| + #:|indexCreationStarted| + #:|indexDocumentation| + #:|indexFromItem| + #:|indexIn| + #:|indexOfAnimation| + #:|indexOfChild| + #:|indexOfClassInfo| + #:|indexOfConstructor| + #:|indexOfEnumerator| + #:|indexOfMethod| + #:|indexOfProperty| + #:|indexOfSignal| + #:|indexOfSlot| + #:|indexOfTopLevelItem| + #:|indexOf| + #:|indexRowSizeHint| + #:|indexWidget| + #:|indexesMoved| + #:|indexes| + #:|indexingFinished| + #:|indexingStarted| + #:|index| + #:|information.QMessageBox| + #:|informativeText| + #:|inherits| + #:|iniCodec| + #:|initFrom| + #:|initStyleOption| + #:|initialLayoutCompleted| + #:|initialStateChanged| + #:|initialState| + #:|initializeColumn| + #:|initializePage| + #:|initialized| + #:|inputChannelMode| + #:|inputMask| + #:|inputMethod.QGuiApplication| + #:|inputMethodHints| + #:|inputMethodQuery| + #:|inputMode| + #:|insert.QPixmapCache| + #:|insertActions| + #:|insertAction| + #:|insertAnimation| + #:|insertBlock| + #:|insertChildren| + #:|insertChild| + #:|insertColumn(int,QList)| + #:|insertColumn(int,QModelIndex)| + #:|insertColumns| + #:|insertColumn| + #:|insertContents| + #:|insertFragment| + #:|insertFrame| + #:|insertHtml| + #:|insertImage(QImage)| + #:|insertImage(QImage...)| + #:|insertImage(QString)| + #:|insertImage(QTextImageFormat)| + #:|insertImage(QTextImageFormat...)| + #:|insertImage| + #:|insertIndices| + #:|insertItem(int,QIcon...)| + #:|insertItem(int,QListWidgetItem*)| + #:|insertItem(int,QString)| + #:|insertItem(int,QString...)| + #:|insertItems| + #:|insertItem| + #:|insertLayout| + #:|insertList(QTextListFormat)| + #:|insertList(QTextListFormat::Style)| + #:|insertList| + #:|insertMenu| + #:|insertPause| + #:|insertPermanentWidget| + #:|insertPlainText| + #:|insertPolicy| + #:|insertRecord| + #:|insertRow(int,QLayout*)| + #:|insertRow(int,QList)| + #:|insertRow(int,QModelIndex)| + #:|insertRow(int,QStandardItem*)| + #:|insertRow(int,QString,QLayout*)| + #:|insertRow(int,QString,QWidget*)| + #:|insertRow(int,QString...)| + #:|insertRow(int,QWidget*)| + #:|insertRow(int,QWidget*,QLayout*)| + #:|insertRow(int,QWidget*,QWidget*)| + #:|insertRow(int,QWidget*...)| + #:|insertRows(int,QList)| + #:|insertRows(int,int)| + #:|insertRows| + #:|insertRow| + #:|insertSection| + #:|insertSeparator| + #:|insertSpacerItem| + #:|insertSpacing| + #:|insertStretch| + #:|insertSubstitution.QFont| + #:|insertSubstitutions.QFont| + #:|insertTable| + #:|insertTab| + #:|insertText| + #:|insertToolBarBreak| + #:|insertToolBar| + #:|insertTopLevelItems| + #:|insertTopLevelItem| + #:|insertWidget| + #:|insert| + #:|installEventFilter| + #:|installFactory.QAccessible| + #:|installNativeEventFilter| + #:|installSceneEventFilter| + #:|installTranslator.QCoreApplication| + #:|instance.QCoreApplication| + #:|instance| + #:|intMaximum| + #:|intMinimum| + #:|intProperty| + #:|intStep| + #:|intValueChanged| + #:|intValueSelected| + #:|intValue| + #:|interfaceFromIndex.QNetworkCacheMetaData| + #:|interfaceFromName.QNetworkCacheMetaData| + #:|internalDelayedPopup| + #:|internalId| + #:|internalTextureFormat| + #:|interpretText| + #:|intersected(QRect)| + #:|intersected(QRegion)| + #:|intersected| + #:|intersects(QPainterPath)| + #:|intersects(QRect)| + #:|intersects(QRectF)| + #:|intersects(QRegion)| + #:|intersects| + #:|interval| + #:|invalidateContents| + #:|invalidateFilter| + #:|invalidateIndex| + #:|invalidateScene| + #:|invalidate| + #:|invertPixels| + #:|invertedAppearance| + #:|invertedControls| + #:|inverted| + #:|invisibleRootItem| + #:|isAbsolutePath.QDir| + #:|isAbsolute| + #:|isAccelerated| + #:|isAccepted(QGesture*)| + #:|isAccepted(Qt::GestureType)| + #:|isAccepted| + #:|isActivated| + #:|isActive.QAccessible| + #:|isActiveWindow| + #:|isActive| + #:|isAffine| + #:|isAmbiguous| + #:|isAncestorOf| + #:|isAnchor| + #:|isAnimated| + #:|isAreaAllowed| + #:|isAtBoundary| + #:|isAutoRepeat| + #:|isAutoValue| + #:|isBackwardAvailable| + #:|isBitmapScalable| + #:|isBlockFormat| + #:|isBound| + #:|isBrushSet| + #:|isBundle| + #:|isCachingProxy| + #:|isCharFormat| + #:|isCheckable| + #:|isChecked| + #:|isClean| + #:|isClearButtonEnabled| + #:|isClipped| + #:|isCollapsible| + #:|isColumnHidden| + #:|isColumnSelected| + #:|isComboBoxEditable| + #:|isCommitPage| + #:|isCompactMode| + #:|isCompiled| + #:|isComplete| + #:|isContentEditable| + #:|isContentSelected| + #:|isCopyOf| + #:|isCornerButtonEnabled| + #:|isCosmetic| + #:|isCreatingContents| + #:|isCreatingIndex| + #:|isDateEditEnabled| + #:|isDaylightTime| + #:|isDebugBuild.QLibraryInfo| + #:|isDefaultUp| + #:|isDefault| + #:|isDescending| + #:|isDirty| + #:|isDir| + #:|isDisabled| + #:|isDockNestingEnabled| + #:|isDown| + #:|isDragEnabled| + #:|isDriverAvailable.QSqlDatabase| + #:|isDropEnabled| + #:|isEditable| + #:|isEffectEnabled.QApplication| + #:|isEmpty| + #:|isEnabledTo| + #:|isEnabled| + #:|isEqual| + #:|isExclusive| + #:|isExecutable| + #:|isExpanded| + #:|isFile| + #:|isFinalPage| + #:|isFirstColumnSpanned| + #:|isFirstItemColumnSpanned| + #:|isFixedPitch| + #:|isFlat| + #:|isFloatable| + #:|isFloating| + #:|isForwardAvailable| + #:|isForwardOnly| + #:|isFrameFormat| + #:|isFullScreen| + #:|isGenerated(QString)| + #:|isGenerated(int)| + #:|isGenerated| + #:|isGrayscale| + #:|isGridVisible| + #:|isGroupSeparatorShown| + #:|isHeaderHidden| + #:|isHidden| + #:|isHttpOnly| + #:|isIconVisibleInMenu| + #:|isIdentifierEscaped| + #:|isIdentity| + #:|isImageFormat| + #:|isInSubnet| + #:|isInteractive| + #:|isInvertible| + #:|isItemEnabled| + #:|isLayout| + #:|isLeapYear.QDate| + #:|isLeftToRight.QGuiApplication| + #:|isLibrary.QLibrary| + #:|isLinked| + #:|isListFormat| + #:|isLoaded| + #:|isLocalFile| + #:|isLoopback| + #:|isMaximized| + #:|isMinimal| + #:|isMinimized| + #:|isModal| + #:|isModified| + #:|isMovable| + #:|isNativeMenuBar| + #:|isNativePath| + #:|isNavigationBarVisible| + #:|isNull(QString)| + #:|isNull(int)| + #:|isNull| + #:|isObscuredBy| + #:|isObscured| + #:|isOpaque| + #:|isOpenError| + #:|isOpen| + #:|isPanel| + #:|isParentOf| + #:|isPhase2| + #:|isPrivateFamily| + #:|isQBitmap| + #:|isQuitLockEnabled.QCoreApplication| + #:|isReadOnly| + #:|isReadable| + #:|isRedoAvailable| + #:|isRelativePath.QDir| + #:|isRelative| + #:|isRemote| + #:|isRightToLeft.QGuiApplication| + #:|isRoot| + #:|isRotating| + #:|isRowHidden| + #:|isRowSelected| + #:|isRunning| + #:|isSavingSession| + #:|isScalable| + #:|isScaling| + #:|isSectionHidden| + #:|isSecure| + #:|isSelectable| + #:|isSelected| + #:|isSelectionRectVisible| + #:|isSelect| + #:|isSeparator| + #:|isSequential| + #:|isSessionCookie| + #:|isSessionRestored| + #:|isSetuidAllowed.QCoreApplication| + #:|isShaded| + #:|isSharing| + #:|isSingleShot| + #:|isSizeGripEnabled| + #:|isSliderDown| + #:|isSmoothlyScalable| + #:|isSolid| + #:|isSortIndicatorShown| + #:|isSortLocaleAware| + #:|isSortingEnabled| + #:|isSymLink| + #:|isSystemTrayAvailable.QSystemTrayIcon| + #:|isTabEnabled| + #:|isTableCellFormat| + #:|isTableFormat| + #:|isTearOffEnabled| + #:|isTearOffMenuVisible| + #:|isTextModeEnabled| + #:|isTextVisible| + #:|isTiledBackingStoreFrozen| + #:|isTransformed| + #:|isTranslating| + #:|isTransparentProxy| + #:|isTristate| + #:|isUnderMouse| + #:|isUndoAvailable| + #:|isUndoRedoEnabled| + #:|isValid.QDate| + #:|isValid.QTime| + #:|isValidColor.QColor| + #:|isValidCursorPosition| + #:|isValid| + #:|isVirtualDesktop| + #:|isVisible.QToolTip| + #:|isVisibleTo| + #:|isVisible| + #:|isWidgetType| + #:|isWidget| + #:|isWindowModified| + #:|isWindowType| + #:|isWindow| + #:|isWrapping| + #:|isWritable| + #:|italic| + #:|itemAbove| + #:|itemActivated| + #:|itemAtPosition| + #:|itemAt| + #:|itemBelow| + #:|itemChanged| + #:|itemChange| + #:|itemClicked| + #:|itemCollapsed| + #:|itemData| + #:|itemDelegateForColumn| + #:|itemDelegateForRow| + #:|itemDelegate| + #:|itemDoubleClicked| + #:|itemEditorFactory| + #:|itemEntered| + #:|itemExpanded| + #:|itemFromIndex| + #:|itemIcon| + #:|itemIndexMethod| + #:|itemNumber| + #:|itemPixmapRect| + #:|itemPressed| + #:|itemPrototype| + #:|itemSelectionChanged| + #:|itemSpacing| + #:|itemTextRect| + #:|itemText| + #:|itemToolTip| + #:|itemTransform| + #:|itemWidget| + #:|items(QPainterPath)| + #:|items(QPainterPath...)| + #:|items(QPoint)| + #:|items(QPointF)| + #:|items(QPointF...)| + #:|items(QPolygon)| + #:|items(QPolygon...)| + #:|items(QPolygonF)| + #:|items(QPolygonF...)| + #:|items(QRect)| + #:|items(QRect...)| + #:|items(QRectF)| + #:|items(QRectF...)| + #:|items(Qt::SortOrder)| + #:|items(int...)| + #:|itemsBoundingRect| + #:|itemsExpandable| + #:|items| + #:|item| + #:|javaScriptWindowObjectCleared| + #:|joinPreviousEditBlock| + #:|joinStyle| + #:|jumpToFrame| + #:|jumpToNextFrame| + #:|keepPositionOnInsert| + #:|kerning| + #:|keyBindings.QKeySequence| + #:|keyBindingsForAction| + #:|keyValueAt| + #:|keyValues| + #:|keyboardGrabber.QWidget| + #:|keyboardInputInterval.QApplication| + #:|keyboardModifiers.QGuiApplication| + #:|keyboardModifiers| + #:|keyboardPageStep| + #:|keyboardSearch| + #:|keyboardSingleStep| + #:|keyboardTracking| + #:|keys| + #:|key| + #:|killTimer| + #:|kill| + #:|labelAlignment| + #:|labelForField(QLayout*)| + #:|labelForField(QWidget*)| + #:|labelForField| + #:|labelText| + #:|languageToString.QLocale| + #:|language| + #:|lastBlock| + #:|lastCenterPoint| + #:|lastChild| + #:|lastCursorPosition| + #:|lastError| + #:|lastIndexIn| + #:|lastInsertId| + #:|lastModified| + #:|lastOffset| + #:|lastPosition| + #:|lastPos| + #:|lastQuery| + #:|lastRead| + #:|lastResortFamily| + #:|lastResortFont| + #:|lastRotationAngle| + #:|lastScaleFactor| + #:|lastScenePos| + #:|lastScreenPos| + #:|lastVisited| + #:|lastWindowClosed| + #:|last| + #:|layoutAboutToBeChanged| + #:|layoutChanged| + #:|layoutDirection.QGuiApplication| + #:|layoutDirectionChanged| + #:|layoutDirection| + #:|layoutMode| + #:|layoutSpacing| + #:|layout| + #:|lazyChildCount| + #:|leadingIncluded| + #:|leading| + #:|leaveWhatsThisMode.QWhatsThis| + #:|leftBearing| + #:|leftColumn| + #:|leftCursorPosition| + #:|leftMargin| + #:|leftPadding| + #:|left| + #:|lengthProperty| + #:|lengthSquared| + #:|lengthVectorProperty| + #:|length| + #:|letterSpacingType| + #:|letterSpacing| + #:|levelOfDetailFromTransform.QStyleOptionGraphicsItem| + #:|libraryPaths.QCoreApplication| + #:|licensedProducts.QLibraryInfo| + #:|licensee.QLibraryInfo| + #:|lighter| + #:|lightnessF| + #:|lightness| + #:|light| + #:|lineAt| + #:|lineCount| + #:|lineEdit| + #:|lineForTextPosition| + #:|lineHeightType| + #:|lineHeight| + #:|lineNumber| + #:|lineSpacing| + #:|lineTo| + #:|lineWidth| + #:|lineWrapColumnOrWidth| + #:|lineWrapMode| + #:|line| + #:|link.QFile| + #:|linkActivated| + #:|linkAt| + #:|linkClicked| + #:|linkDelegationPolicy| + #:|linkElement| + #:|linkHovered| + #:|linkTargetFrame| + #:|linkText| + #:|linkTitleString| + #:|linkUrl| + #:|linkVisited| + #:|linksActivated| + #:|link| + #:|listFromString.QKeySequence| + #:|listToString.QKeySequence| + #:|listWidget| + #:|load(QByteArray)| + #:|load(QLocale...)| + #:|load(QNetworkRequest)| + #:|load(QString)| + #:|load(QString...)| + #:|load(QUrl)| + #:|load(QXmlStreamReader*)| + #:|loadFinished| + #:|loadFromData| + #:|loadHints| + #:|loadProgress| + #:|loadResource| + #:|loadStarted| + #:|load| + #:|localAddress| + #:|localCertificateChain| + #:|localCertificate| + #:|localName| + #:|localPort| + #:|localPos| + #:|localSchemes.QWebSecurityOrigin| + #:|localStoragePath| + #:|locale| + #:|location.QLibraryInfo| + #:|location| + #:|lockForRead| + #:|lockForWrite| + #:|logicalDpiX| + #:|logicalDpiY| + #:|logicalIndexAt(QPoint)| + #:|logicalIndexAt(int)| + #:|logicalIndexAt| + #:|logicalIndex| + #:|log| + #:|longDayName.QDate| + #:|longMonthName.QDate| + #:|lookAt| + #:|loopCount| + #:|lostFocus| + #:|lower| + #:|m11| + #:|m12| + #:|m13| + #:|m21| + #:|m22| + #:|m23| + #:|m31| + #:|m32| + #:|m33| + #:|machine| + #:|magentaF| + #:|magenta| + #:|mainFrame| + #:|majorVersion| + #:|makeAbsolute| + #:|makeAndModel| + #:|makeCurrent| + #:|makeDecoder| + #:|makeEncoder| + #:|makeOverlayCurrent| + #:|map(QLine)| + #:|map(QLineF)| + #:|map(QPainterPath)| + #:|map(QPoint)| + #:|map(QPointF)| + #:|map(QPolygon)| + #:|map(QPolygonF)| + #:|map(QRegion)| + #:|map(QVector3D)| + #:|map(QVector4D)| + #:|mapFromGlobal| + #:|mapFromItem(const QGraphicsItem*,QPainterPath)| + #:|mapFromItem(const QGraphicsItem*,QPointF)| + #:|mapFromItem(const QGraphicsItem*,QPolygonF)| + #:|mapFromItem(const QGraphicsItem*,QRectF)| + #:|mapFromItem| + #:|mapFromParent(QPainterPath)| + #:|mapFromParent(QPointF)| + #:|mapFromParent(QPolygonF)| + #:|mapFromParent(QRectF)| + #:|mapFromParent| + #:|mapFromScene(QPainterPath)| + #:|mapFromScene(QPointF)| + #:|mapFromScene(QPolygonF)| + #:|mapFromScene(QRectF)| + #:|mapFromScene| + #:|mapFromSource| + #:|mapFrom| + #:|mapRect(QRect)|)) diff --git a/src/lisp/all-wrappers-3.lisp b/src/lisp/all-wrappers-3.lisp new file mode 100644 index 0000000..1ca2a07 --- /dev/null +++ b/src/lisp/all-wrappers-3.lisp @@ -0,0 +1,1202 @@ +(defpackage :eql + (:export + #:|mapRect(QRectF)| + #:|mapRectFromItem| + #:|mapRectFromParent| + #:|mapRectFromScene| + #:|mapRectToItem| + #:|mapRectToParent| + #:|mapRectToScene| + #:|mapRect| + #:|mapSelectionFromSource| + #:|mapSelectionToSource| + #:|mapToGlobal| + #:|mapToGraphicsScene| + #:|mapToItem(const QGraphicsItem*,QPainterPath)| + #:|mapToItem(const QGraphicsItem*,QPointF)| + #:|mapToItem(const QGraphicsItem*,QPolygonF)| + #:|mapToItem(const QGraphicsItem*,QRectF)| + #:|mapToItem| + #:|mapToParent(QPainterPath)| + #:|mapToParent(QPointF)| + #:|mapToParent(QPolygonF)| + #:|mapToParent(QRectF)| + #:|mapToParent| + #:|mapToPolygon| + #:|mapToScene(QPainterPath)| + #:|mapToScene(QPoint)| + #:|mapToScene(QPointF)| + #:|mapToScene(QPolygon)| + #:|mapToScene(QPolygonF)| + #:|mapToScene(QRect)| + #:|mapToScene(QRectF)| + #:|mapToScene| + #:|mapToSource| + #:|mapTo| + #:|mapVector| + #:|mappedPropertyName| + #:|mappedSection| + #:|mappedWidgetAt| + #:|map| + #:|margin| + #:|markContentsDirty| + #:|mask| + #:|match(QString...).QDir| + #:|match(QStringList...).QDir| + #:|match.QDir| + #:|matchedLength| + #:|matches| + #:|matchingLocales.QLocale| + #:|match| + #:|matrixForElement| + #:|matrix| + #:|maxCount| + #:|maxGeometryOutputVertices| + #:|maxLength| + #:|maxPage| + #:|maxVisibleItems| + #:|maxWidth| + #:|maximumBlockCount| + #:|maximumCacheSize| + #:|maximumDateTime| + #:|maximumDate| + #:|maximumHeight| + #:|maximumItemCount| + #:|maximumPagesInCache.QWebSettings| + #:|maximumPhysicalPageSize| + #:|maximumSectionSize| + #:|maximumSize| + #:|maximumTime| + #:|maximumViewportSize| + #:|maximumWidth| + #:|maximum| + #:|mdiArea| + #:|measurementSystem| + #:|mediaUrl| + #:|menuAction| + #:|menuBarVisibilityChangeRequested| + #:|menuBar| + #:|menuRole| + #:|menuWidget| + #:|menu| + #:|mergeBlockCharFormat| + #:|mergeBlockFormat| + #:|mergeCells| + #:|mergeCharFormat| + #:|mergeCurrentCharFormat| + #:|mergeWith| + #:|merge| + #:|messageChanged| + #:|messageClicked| + #:|message| + #:|metaData.QHelpEngineCore| + #:|metaData| + #:|metaInformation| + #:|metaObject| + #:|methodCount| + #:|methodOffset| + #:|mibEnum| + #:|microFocusChanged| + #:|midLineWidth| + #:|midlight| + #:|mid| + #:|mimeData| + #:|mimeTypeFilters| + #:|mimeTypes| + #:|minLeftBearing| + #:|minPage| + #:|minRightBearing| + #:|minimumContentsLength| + #:|minimumDateTime| + #:|minimumDate| + #:|minimumDuration| + #:|minimumHeightForWidth| + #:|minimumHeight| + #:|minimumPhysicalPageSize| + #:|minimumRenderSize| + #:|minimumSectionSize| + #:|minimumSizeHint| + #:|minimumSize| + #:|minimumTime| + #:|minimumWidth| + #:|minimum| + #:|minorVersion| + #:|minute| + #:|mipmap| + #:|mirrored| + #:|miterLimit| + #:|mkdir| + #:|mkpath| + #:|mnemonic.QKeySequence| + #:|modalWindow.QGuiApplication| + #:|modelAboutToBeReset| + #:|modelChanged| + #:|modelColumn| + #:|modelReset| + #:|modelSorting| + #:|model| + #:|mode| + #:|modificationChanged| + #:|modifierMask| + #:|modifiers| + #:|monthName| + #:|monthShown| + #:|month| + #:|mouseButtons.QGuiApplication| + #:|mouseButtons| + #:|mouseGrabber.QWidget| + #:|mouseGrabberItem| + #:|movableChanged| + #:|moveBy| + #:|moveColumns| + #:|moveColumn| + #:|moveCursor| + #:|movePosition| + #:|moveRows| + #:|moveRow| + #:|moveSection| + #:|moveSplitter| + #:|moveTab| + #:|moveToThread| + #:|moveTo| + #:|movement| + #:|move| + #:|movie| + #:|msecsSinceStartOfDay| + #:|msecsTo| + #:|msec| + #:|myComputer| + #:|nameFilterDisables| + #:|nameFilters| + #:|nameToType.QVariant| + #:|namespaceName.QHelpEngineCore| + #:|namespaceUri| + #:|name| + #:|nativeCountryName| + #:|nativeErrorCode| + #:|nativeLanguageName| + #:|nativeParentWidget| + #:|naturalTextRect| + #:|naturalTextWidth| + #:|negativeSign| + #:|networkAccessManager| + #:|networkAccessibleChanged| + #:|networkAccessible| + #:|networkConfiguration| + #:|networkSessionConnected| + #:|newPage| + #:|newPos| + #:|newProxyWidget| + #:|newSize| + #:|nextCursorPosition| + #:|nextFrameDelay| + #:|nextId| + #:|nextInFocusChain| + #:|nextNegotiatedProtocol| + #:|nextProtocolNegotiationStatus| + #:|nextResult| + #:|nextSibling| + #:|next| + #:|nlerp.QQuaternion| + #:|nonBreakableLines| + #:|normal.QVector3D| + #:|normalGeometry| + #:|normalMatrix| + #:|normalizedSignature.QMetaObject| + #:|normalizedType.QMetaObject| + #:|normalized| + #:|normalize| + #:|notationChanged| + #:|notation| + #:|notchSize| + #:|notchTarget| + #:|notchesVisible| + #:|notification| + #:|notify| + #:|nullDevice.QProcess| + #:|numRowsAffected| + #:|numberOptions| + #:|numberPrefix| + #:|numberSuffix| + #:|numericalPrecisionPolicy| + #:|objectForFormat| + #:|objectIndex| + #:|objectNameChanged| + #:|objectName| + #:|objectType| + #:|object| + #:|offlineStorageDefaultQuota.QWebSettings| + #:|offlineStoragePath.QWebSettings| + #:|offlineWebApplicationCachePath.QWebSettings| + #:|offlineWebApplicationCacheQuota.QWebSettings| + #:|offsetChanged| + #:|offsetFromUtc| + #:|offset| + #:|okButtonText| + #:|oldPosF| + #:|oldPos| + #:|oldSize| + #:|oldState| + #:|opacityChanged| + #:|opacityMaskChanged| + #:|opacityMask| + #:|opacity| + #:|opaqueArea| + #:|opaqueResize| + #:|openExternalLinks| + #:|openGLVersionFlags.QGLFormat| + #:|openLinks| + #:|openMode| + #:|openPersistentEditor| + #:|openUrl.QDesktopServices| + #:|open| + #:|optimizationFlags| + #:|optimize| + #:|options| + #:|option| + #:|organizationDomain.QCoreApplication| + #:|organizationDomainChanged| + #:|organizationName.QCoreApplication| + #:|organizationNameChanged| + #:|organizationName| + #:|orientationChanged| + #:|orientation| + #:|originChanged| + #:|originCorner| + #:|originalUrl| + #:|originatingObject| + #:|origin| + #:|ortho(QRect)| + #:|ortho(QRectF)| + #:|ortho| + #:|outputFileName| + #:|outputFormat| + #:|overflow| + #:|overlayContext| + #:|overlayTransparentColor| + #:|overlinePos| + #:|overline| + #:|overrideCursor.QGuiApplication| + #:|overrideWindowFlags| + #:|overshoot| + #:|overwriteMode| + #:|ownedByLayout| + #:|ownerId| + #:|owner| + #:|ownsClipboard| + #:|ownsFindBuffer| + #:|ownsSelection| + #:|padding| + #:|pageAction| + #:|pageAdded| + #:|pageBreakPolicy| + #:|pageChanged| + #:|pageCountChanged| + #:|pageCount| + #:|pageIds| + #:|pageLayout| + #:|pageOrder| + #:|pageRect| + #:|pageRemoved| + #:|pageSizeMM| + #:|pageSize| + #:|pageStep| + #:|page| + #:|paint(QPainter*,QRect...)| + #:|paint(QPainter*,int...)| + #:|paintDevice| + #:|paintRequested| + #:|paintWindowFrame| + #:|paintingActive| + #:|paint| + #:|palette(const QWidget*).QApplication| + #:|palette(const char*).QApplication| + #:|palette.QApplication| + #:|palette.QGuiApplication| + #:|palette.QToolTip| + #:|paletteChanged| + #:|palette| + #:|panelModality| + #:|panel| + #:|paperRect| + #:|paperSource| + #:|parentChanged| + #:|parentFrame| + #:|parentItem| + #:|parentLayoutItem| + #:|parentObject| + #:|parentState| + #:|parentWidget| + #:|parent| + #:|parseCookies.QNetworkAddressEntry| + #:|password| + #:|paste| + #:|pathFromIndex| + #:|path| + #:|patternSyntax| + #:|pattern| + #:|pauseMode| + #:|pause| + #:|peek| + #:|peerAddress| + #:|peerCertificateChain| + #:|peerCertificate| + #:|peerHostName| + #:|peerName| + #:|peerPort| + #:|peerVerifyDepth| + #:|peerVerifyMode| + #:|penProperty| + #:|pen| + #:|percentAtLength| + #:|percent| + #:|period| + #:|permissions.QFile| + #:|permissions| + #:|permission| + #:|persistentIndexList| + #:|perspective| + #:|phase| + #:|physicalDpiX| + #:|physicalDpiY| + #:|picture| + #:|pixelDelta| + #:|pixelFormat| + #:|pixelIndex| + #:|pixelMetric| + #:|pixelSize| + #:|pixel| + #:|pixmap(QSize)| + #:|pixmap(QSize...)| + #:|pixmap(QWindow*...)| + #:|pixmap(int)| + #:|pixmap(int,QIcon::Mode)| + #:|pixmap(int,QIcon::Mode...)| + #:|pixmap(int,int)| + #:|pixmap(int,int...)| + #:|pixmap(int...)| + #:|pixmap| + #:|plane| + #:|platformFunction.QGuiApplication| + #:|platformName.QGuiApplication| + #:|platformNativeInterface.QGuiApplication| + #:|play| + #:|pluginFactory| + #:|plugins| + #:|pmText| + #:|pointAtPercent| + #:|pointSizeF| + #:|pointSizes| + #:|pointSize| + #:|pointerType| + #:|polish(QApplication*)| + #:|polish(QPalette&)| + #:|polish(QWidget*)| + #:|polished| + #:|polish| + #:|polygon| + #:|popupMode| + #:|popup| + #:|port| + #:|pos.QCursor| + #:|posF| + #:|positionInBlock| + #:|position| + #:|positiveSign| + #:|possibleActions| + #:|post(QNetworkAccessManager*,QNetworkRequest,QByteArray)| + #:|post(QNetworkAccessManager*,QNetworkRequest,QHttpMultiPart*)| + #:|postDelayedEvent| + #:|postEvent.QCoreApplication| + #:|postEvent| + #:|post| + #:|pos| + #:|preSharedKeyAuthenticationRequired| + #:|precision| + #:|preeditAreaPosition| + #:|preeditAreaText| + #:|preeditString| + #:|preferredContentsSize| + #:|preferredHeight| + #:|preferredSize| + #:|preferredWidth| + #:|prefix| + #:|prepareGeometryChange| + #:|prepare| + #:|prependInside(QString)| + #:|prependInside(QWebElement)| + #:|prependInside| + #:|prependOutside(QString)| + #:|prependOutside(QWebElement)| + #:|prependOutside| + #:|pressed| + #:|pressure| + #:|previewChanged| + #:|previewWidget| + #:|previousBlockState| + #:|previousCursorPosition| + #:|previousInFocusChain| + #:|previousSibling| + #:|previous| + #:|primaryIndex| + #:|primaryKey| + #:|primaryScreen.QGuiApplication| + #:|primaryScreenChanged| + #:|primaryScreen| + #:|primaryValues| + #:|primeInsert| + #:|printProgram| + #:|printRange| + #:|printRequested| + #:|printerName| + #:|printerState| + #:|printer| + #:|print| + #:|priority| + #:|privateKey| + #:|processChannelMode| + #:|processEnvironment| + #:|processEvents.QCoreApplication| + #:|processEvents| + #:|processId| + #:|profile| + #:|programId| + #:|program| + #:|project| + #:|propertiesAssigned| + #:|propertyCount| + #:|propertyName| + #:|propertyOffset| + #:|property| + #:|proposedAction| + #:|protocolTag| + #:|protocol| + #:|provisionalLoad| + #:|proxyAuthenticationRequired| + #:|proxyFactory| + #:|proxyForQuery.QNetworkInterface| + #:|proxyModel| + #:|proxy| + #:|push| + #:|put(QNetworkAccessManager*,QNetworkRequest,QByteArray)| + #:|put(QNetworkAccessManager*,QNetworkRequest,QHttpMultiPart*)| + #:|putChar| + #:|put| + #:|qglClearColor| + #:|qglColor| + #:|quadToQuad.QTransform| + #:|quadToSquare.QTransform| + #:|quadTo| + #:|queryAccessibleInterface.QAccessible| + #:|queryKeyboardModifiers.QGuiApplication| + #:|queryProxy| + #:|queryType| + #:|queryWidget| + #:|query| + #:|question.QMessageBox| + #:|quitOnLastWindowClosed.QGuiApplication| + #:|quit| + #:|radius| + #:|raise| + #:|rangeChanged| + #:|rawHeaderList| + #:|rawHeader| + #:|rawValue| + #:|readAllStandardError| + #:|readAllStandardOutput| + #:|readAll| + #:|readBufferSize| + #:|readChannelFinished| + #:|readChannel| + #:|readLine| + #:|readWriteLock| + #:|readersAboutToBeInvalidated| + #:|readyReadStandardError| + #:|readyReadStandardOutput| + #:|readyRead| + #:|read| + #:|realm| + #:|reason| + #:|receivers| + #:|record| + #:|rectCount| + #:|rectForIndex| + #:|rects| + #:|rect| + #:|redBufferSize| + #:|redF| + #:|redoAvailable| + #:|redoTextChanged| + #:|redoText| + #:|redo| + #:|red| + #:|reexpand| + #:|reformat| + #:|refreshPlugins| + #:|refresh| + #:|regExpChanged| + #:|regExp| + #:|region| + #:|registerAccessibleInterface.QAccessible| + #:|registerDocumentation| + #:|registerEditor| + #:|registerEventType.QEvent| + #:|registerField| + #:|registerFormat.QSettings| + #:|registerSqlDriver.QSqlDatabase| + #:|registeredDocumentations| + #:|rehighlightBlock| + #:|rehighlight| + #:|reindexDocumentation| + #:|rejected| + #:|reject| + #:|relationModel| + #:|relation| + #:|relativeFilePath| + #:|releaseFromDynamicTexture| + #:|releaseKeyboard| + #:|releaseMouse| + #:|releaseShortcut| + #:|releaseWidget| + #:|released| + #:|release| + #:|reload| + #:|relock| + #:|remainingTime| + #:|remove.QFile| + #:|remove.QPixmapCache| + #:|removeAccessWhitelistEntry| + #:|removeAction| + #:|removeAllApplicationFonts.QFontDatabase| + #:|removeAllChildren| + #:|removeAllDatabases.QWebDatabase| + #:|removeAllShaders| + #:|removeAnimation| + #:|removeApplicationFont.QFontDatabase| + #:|removeAttributeNS| + #:|removeAttribute| + #:|removeAt| + #:|removeButton| + #:|removeCellWidget| + #:|removeChild| + #:|removeClass| + #:|removeColumns| + #:|removeColumn| + #:|removeCustomFilter| + #:|removeCustomValue| + #:|removeDatabase.QSqlDatabase| + #:|removeDatabase.QWebDatabase| + #:|removeDefaultAnimation| + #:|removeDockWidget| + #:|removeEventFilter| + #:|removeFactory.QAccessible| + #:|removeFormat| + #:|removeFromDocument| + #:|removeFromGroup| + #:|removeItemWidget| + #:|removeItem| + #:|removeLibraryPath.QCoreApplication| + #:|removeLocalScheme.QWebSecurityOrigin| + #:|removeMapping| + #:|removeNativeEventFilter| + #:|removePage| + #:|removePaths| + #:|removePath| + #:|removePostedEvents.QCoreApplication| + #:|removeRecursively| + #:|removeRows| + #:|removeRow| + #:|removeSceneEventFilter| + #:|removeSelectedText| + #:|removeShader| + #:|removeStack| + #:|removeState| + #:|removeSubWindow| + #:|removeSubstitutions.QFont| + #:|removeTab| + #:|removeToolBarBreak| + #:|removeToolBar| + #:|removeTransition| + #:|removeTranslator.QCoreApplication| + #:|removeWidget| + #:|removed| + #:|remove| + #:|rename.QFile| + #:|rename| + #:|render(QPainter*,QRectF)| + #:|render(QPainter*,QRegion)| + #:|render(QPainter*,QString)| + #:|render(QPainter*,QWebFrame::RenderLayers)| + #:|renderHints| + #:|renderPixmap| + #:|renderText(double...)| + #:|renderText(int...)| + #:|renderText| + #:|renderer| + #:|render| + #:|repaint(QRect)| + #:|repaint(QRegion)| + #:|repaintNeeded| + #:|repaintRequested| + #:|repaint| + #:|repeatAction| + #:|replace(QString)| + #:|replace(QWebElement)| + #:|replaceWidget| + #:|replacementLength| + #:|replacementStart| + #:|replace| + #:|requestPhase2| + #:|requestShowLink| + #:|requestUpdate| + #:|requestWidget| + #:|requestedFormat| + #:|requestedUrl| + #:|requiredStatus| + #:|resetAttribute| + #:|resetBindCount| + #:|resetCachedContent| + #:|resetDefaultSectionSize| + #:|resetFontFamily| + #:|resetFontSize| + #:|resetFormat| + #:|resetIndentation| + #:|resetInternalData| + #:|resetMatrix| + #:|resetTransform| + #:|reset| + #:|resize.QFile| + #:|resizeAnchor| + #:|resizeColumnToContents| + #:|resizeColumnsToContents| + #:|resizeContentsPrecision| + #:|resizeGripsVisible| + #:|resizeMode| + #:|resizeRowToContents| + #:|resizeRowsToContents| + #:|resizeSections| + #:|resizeSection| + #:|resized| + #:|resizesToContents| + #:|resize| + #:|resolution| + #:|resolve(QString,QString...).QLibrary| + #:|resolve(QString,int...).QLibrary| + #:|resolve.QLibrary| + #:|resolveSymlinks| + #:|resolved| + #:|resolve| + #:|resource| + #:|restartCommand| + #:|restartHint| + #:|restart| + #:|restoreDockWidget| + #:|restoreFrameStateRequested| + #:|restoreGeometry| + #:|restoreOverrideCursor.QGuiApplication| + #:|restoreState| + #:|restore| + #:|resultWidget| + #:|result| + #:|resume| + #:|retainSizeWhenHidden| + #:|returnPressed| + #:|revertAll| + #:|revertRow| + #:|revert| + #:|revision| + #:|rgbSwapped| + #:|rgba| + #:|rgb| + #:|rightBearing| + #:|rightColumn| + #:|rightCursorPosition| + #:|rightMargin| + #:|rightPadding| + #:|right| + #:|rmdir| + #:|rmpath| + #:|role| + #:|rollbackTransaction| + #:|rollback| + #:|root.QDir| + #:|rootDirectory| + #:|rootFrame| + #:|rootIndex| + #:|rootIsDecorated| + #:|rootModelIndex| + #:|rootPath.QDir| + #:|rootPathChanged| + #:|rootPath| + #:|rotateRadians| + #:|rotatedVector| + #:|rotate| + #:|rotationAngle| + #:|rotationChanged| + #:|rotationTo.QQuaternion| + #:|rotation| + #:|rowAlignment| + #:|rowAt| + #:|rowCountChanged| + #:|rowCount| + #:|rowEnd| + #:|rowHeight| + #:|rowIntersectsSelection| + #:|rowMaximumHeight| + #:|rowMinimumHeight| + #:|rowMoved| + #:|rowPreferredHeight| + #:|rowResized| + #:|rowSpacing| + #:|rowSpan| + #:|rowStart| + #:|rowStretchFactor| + #:|rowStretch| + #:|rowViewportPosition| + #:|rowWrapPolicy| + #:|rowsAboutToBeInserted| + #:|rowsAboutToBeMoved| + #:|rowsAboutToBeRemoved| + #:|rowsInserted| + #:|rowsMoved| + #:|rowsRemoved| + #:|rows| + #:|row| + #:|rubberBandChanged| + #:|rubberBandRect| + #:|rubberBandSelectionMode| + #:|runningChanged| + #:|run| + #:|sampleBuffers| + #:|samples| + #:|saturationF| + #:|saturation| + #:|saveFrameStateRequested| + #:|saveGeometry| + #:|saveStateRequest| + #:|saveState| + #:|save| + #:|scalar| + #:|scale(QVector3D)| + #:|scale(float)| + #:|scaleChanged| + #:|scaleFactor| + #:|scaled(QSize...)| + #:|scaled(int...)| + #:|scaledSize| + #:|scaledToHeight| + #:|scaledToWidth| + #:|scaled| + #:|scale| + #:|sceneBoundingRect| + #:|scenePos| + #:|sceneRectChanged| + #:|sceneRect| + #:|sceneTransform| + #:|scene| + #:|scheduleDelayedItemsLayout| + #:|scheme| + #:|scopeId| + #:|scope| + #:|screenAdded| + #:|screenCountChanged| + #:|screenCount| + #:|screenGeometry(QPoint)| + #:|screenGeometry(const QWidget*)| + #:|screenGeometry(int)| + #:|screenGeometry| + #:|screenNumber(QPoint)| + #:|screenNumber(const QWidget*)| + #:|screenNumber| + #:|screenPos| + #:|screenRemoved| + #:|screens.QGuiApplication| + #:|screen| + #:|scriptToString.QLocale| + #:|script| + #:|scrollBarGeometry| + #:|scrollBarMaximum| + #:|scrollBarMinimum| + #:|scrollBarPolicy| + #:|scrollBarValue| + #:|scrollBarWidgets| + #:|scrollDirtyRegion| + #:|scrollPosition| + #:|scrollRequested| + #:|scrollToAnchor| + #:|scrollToBottom| + #:|scrollToItem| + #:|scrollToTop| + #:|scrollTo| + #:|scroll| + #:|searchPaths.QDir| + #:|searchPaths| + #:|searchingFinished| + #:|searchingStarted| + #:|search| + #:|second| + #:|secsTo| + #:|sectionAt| + #:|sectionClicked| + #:|sectionCountChanged| + #:|sectionCount| + #:|sectionDoubleClicked| + #:|sectionEntered| + #:|sectionHandleDoubleClicked| + #:|sectionMoved| + #:|sectionPosition| + #:|sectionPressed| + #:|sectionResizeMode| + #:|sectionResized| + #:|sectionSizeHint| + #:|sectionSize| + #:|sectionText| + #:|sectionViewportPosition| + #:|sectionsAboutToBeRemoved| + #:|sectionsClickable| + #:|sectionsHidden| + #:|sectionsInserted| + #:|sectionsMovable| + #:|sectionsMoved| + #:|securityOrigin| + #:|seek| + #:|segmentStyle| + #:|select(QItemSelection...)| + #:|select(QModelIndex...)| + #:|selectAll| + #:|selectColumn| + #:|selectFile| + #:|selectMimeTypeFilter| + #:|selectNameFilter| + #:|selectRow| + #:|selectUrl| + #:|selectedColor| + #:|selectedColumns| + #:|selectedDate| + #:|selectedFiles| + #:|selectedFont| + #:|selectedHtml| + #:|selectedIndexes| + #:|selectedItems| + #:|selectedNameFilter| + #:|selectedRanges| + #:|selectedRows| + #:|selectedText| + #:|selectedUrls| + #:|selectionArea| + #:|selectionBehaviorOnRemove| + #:|selectionBehavior| + #:|selectionChanged| + #:|selectionEnd| + #:|selectionModel| + #:|selectionMode| + #:|selectionStart| + #:|selection| + #:|select| + #:|sendEvent.QCoreApplication| + #:|sendEvent| + #:|sendPostedEvents.QCoreApplication| + #:|senderObjectChanged| + #:|senderObject| + #:|senderSignalIndex| + #:|sender| + #:|separator.QDir| + #:|separatorsCollapsible| + #:|sessionCipher| + #:|sessionId| + #:|sessionKey| + #:|sessionProtocol| + #:|sessionTicketLifeTimeHint| + #:|sessionTicket| + #:|setAccelerated| + #:|setAcceleration| + #:|setAcceptDrops| + #:|setAcceptHoverEvents| + #:|setAcceptMode| + #:|setAcceptRichText| + #:|setAcceptTouchEvents| + #:|setAccepted(QGesture*...)| + #:|setAccepted(Qt::GestureType...)| + #:|setAcceptedMouseButtons| + #:|setAccepted| + #:|setAccessibleDescription| + #:|setAccessibleName| + #:|setAccessibleText| + #:|setAccumBufferSize| + #:|setAccum| + #:|setActionGroup| + #:|setActivationOrder| + #:|setActiveAction| + #:|setActivePanel| + #:|setActiveStack| + #:|setActiveSubWindow| + #:|setActiveWindow.QApplication| + #:|setActiveWindow| + #:|setActive| + #:|setActualVisibleContentRect| + #:|setAddress(QHostAddress*,QString)| + #:|setAddress(QHostAddress*,Q_IPV6ADDR)| + #:|setAddress(QHostAddress*,const quint8*)| + #:|setAddress(QHostAddress*,const sockaddr*)| + #:|setAddress(QHostAddress*,quint8*)| + #:|setAddress| + #:|setAlignment(QLayout*...)| + #:|setAlignment(QWidget*...)| + #:|setAlignment| + #:|setAllColumnsShowFocus| + #:|setAllPagesViewMode| + #:|setAllowedAreas| + #:|setAllowedNextProtocols| + #:|setAlphaBufferSize| + #:|setAlphaF| + #:|setAlpha| + #:|setAlternatingRowColors| + #:|setAmplitude| + #:|setAnchorHref| + #:|setAnchorNames| + #:|setAnchor| + #:|setAngle| + #:|setAnimated| + #:|setApplicationCacheQuota| + #:|setApplicationDisplayName.QGuiApplication| + #:|setApplicationName.QCoreApplication| + #:|setApplicationProxy.QNetworkCookie| + #:|setApplicationProxyFactory.QNetworkInterface| + #:|setApplicationVersion.QCoreApplication| + #:|setArguments| + #:|setArrayIndex| + #:|setArrowType| + #:|setAttachment| + #:|setAttribute.QCoreApplication| + #:|setAttributeArray(const char*,const QVector2D*)| + #:|setAttributeArray(const char*,const QVector2D*...)| + #:|setAttributeArray(const char*,const QVector3D*)| + #:|setAttributeArray(const char*,const QVector3D*...)| + #:|setAttributeArray(const char*,const QVector4D*)| + #:|setAttributeArray(const char*,const QVector4D*...)| + #:|setAttributeArray(const char*...)| + #:|setAttributeArray(int,const QVector2D*)| + #:|setAttributeArray(int,const QVector2D*...)| + #:|setAttributeArray(int,const QVector3D*)| + #:|setAttributeArray(int,const QVector3D*...)| + #:|setAttributeArray(int,const QVector4D*)| + #:|setAttributeArray(int,const QVector4D*...)| + #:|setAttributeArray(int...)| + #:|setAttributeArray| + #:|setAttributeBuffer(const char*...)| + #:|setAttributeBuffer(int...)| + #:|setAttributeBuffer| + #:|setAttributeNS| + #:|setAttributeValue(const char*,GLfloat)| + #:|setAttributeValue(const char*,QColor)| + #:|setAttributeValue(const char*,QVector2D)| + #:|setAttributeValue(const char*,QVector3D)| + #:|setAttributeValue(const char*,QVector4D)| + #:|setAttributeValue(const char*...)| + #:|setAttributeValue(int,GLfloat)| + #:|setAttributeValue(int,QColor)| + #:|setAttributeValue(int,QVector2D)| + #:|setAttributeValue(int,QVector3D)| + #:|setAttributeValue(int,QVector4D)| + #:|setAttributeValue(int...)| + #:|setAttributeValue| + #:|setAttribute| + #:|setAuthority| + #:|setAutoBufferSwap| + #:|setAutoClose| + #:|setAutoDefault| + #:|setAutoDelete| + #:|setAutoExclusive| + #:|setAutoExpandDelay| + #:|setAutoFillBackground| + #:|setAutoFormatting| + #:|setAutoHide| + #:|setAutoRaise| + #:|setAutoRepeatDelay| + #:|setAutoRepeatInterval| + #:|setAutoRepeat| + #:|setAutoReset| + #:|setAutoSaveFilter| + #:|setAutoScrollMargin| + #:|setAutoScroll| + #:|setAutoSipEnabled| + #:|setAutoValue| + #:|setAxis(QVector3D)| + #:|setAxis(Qt::Axis)| + #:|setAxis| + #:|setBackgroundBrush| + #:|setBackgroundColor| + #:|setBackgroundMode| + #:|setBackgroundRole| + #:|setBackgroundVisible| + #:|setBackground| + #:|setBar| + #:|setBaseSize| + #:|setBaseUrl| + #:|setBatchSize| + #:|setBinMode| + #:|setBit| + #:|setBlockCharFormat| + #:|setBlockFormat| + #:|setBlueBufferSize| + #:|setBlueF| + #:|setBlue| + #:|setBlurHints| + #:|setBlurRadius| + #:|setBold| + #:|setBorderBrush| + #:|setBorderStyle| + #:|setBorder| + #:|setBottomMargin| + #:|setBottomPadding| + #:|setBottom| + #:|setBoundingRect| + #:|setBoundingRegionGranularity| + #:|setBrush(QBrush)| + #:|setBrush(Qt::BrushStyle)| + #:|setBrushOrigin(QPoint)| + #:|setBrushOrigin(QPointF)| + #:|setBrushOrigin| + #:|setBrush| + #:|setBspTreeDepth| + #:|setBuddy| + #:|setButtonSymbols| + #:|setButtonText| + #:|setButton| + #:|setCSSMediaType| + #:|setCaCertificates| + #:|setCacheEnabled| + #:|setCacheLimit.QPixmapCache| + #:|setCacheMode| + #:|setCache| + #:|setCaching| + #:|setCalendarPopup| + #:|setCalendarWidget| + #:|setCancelButtonText| + #:|setCancelButton| + #:|setCapStyle| + #:|setCapabilities| + #:|setCapitalization| + #:|setCascadingSectionResizes| + #:|setCaseSensitivity| + #:|setCellPadding| + #:|setCellSpacing| + #:|setCellWidget| + #:|setCenterButtons| + #:|setCenterOnScroll| + #:|setCenterPoint| + #:|setCenterRadius| + #:|setCenter| + #:|setCentralWidget| + #:|setChangeCurrentOnDrag| + #:|setChangeFlags| + #:|setCharFormat| + #:|setCheckBox| + #:|setCheckState| + #:|setCheckable| + #:|setChecked| + #:|setChildIndicatorPolicy| + #:|setChildMode| + #:|setChildrenCollapsible| + #:|setChild| + #:|setCiphers| + #:|setCleanIcon| + #:|setClean| + #:|setClearButtonEnabled| + #:|setClipPath| + #:|setClipRect(QRect)| + #:|setClipRect(QRect...)| + #:|setClipRect(QRectF)| + #:|setClipRect(QRectF...)| + #:|setClipRect| + #:|setClipRegion| + #:|setClipping| + #:|setCmykF| + #:|setCmyk| + #:|setCodecForLocale.QTextCodec| + #:|setCodec| + #:|setCollapsible| + #:|setCollateCopies| + #:|setCollectionFile| + #:|setColor(QColor)| + #:|setColor(Qt::GlobalColor)| + #:|setColorAt| + #:|setColorCount| + #:|setColorData| + #:|setColorGroup| + #:|setColorMode| + #:|setColorSpec.QApplication| + #:|setColorTable| + #:|setColormap| + #:|setColor| + #:|setColumnAlignment| + #:|setColumnCount| + #:|setColumnFixedWidth| + #:|setColumnHidden| + #:|setColumnMaximumWidth| + #:|setColumnMinimumWidth| + #:|setColumnPreferredWidth| + #:|setColumnSpacing| + #:|setColumnStretchFactor| + #:|setColumnStretch| + #:|setColumnWidthConstraints| + #:|setColumnWidths| + #:|setColumnWidth| + #:|setColumn| + #:|setComboBoxEditable| + #:|setComboBoxItems| + #:|setCommitPage| + #:|setCommitString| + #:|setCompactMode| + #:|setCompleter| + #:|setCompletionColumn| + #:|setCompletionMode| + #:|setCompletionPrefix| + #:|setCompletionRole| + #:|setCompositionMode| + #:|setConfiguration| + #:|setConnectOptions| + #:|setContentEditable| + #:|setContentsMargins| + #:|setContent| + #:|setContextMenuPolicy| + #:|setContextMenu| + #:|setContext| + #:|setControlType| + #:|setCookieJar| + #:|setCoordinateMode| + #:|setCopyCount| + #:|setCornerButtonEnabled| + #:|setCornerWidget| + #:|setCorner| + #:|setCorrectionMode| + #:|setCosmetic| + #:|setCreator| + #:|setCurrent.QDir| + #:|setCurrentBlockState| + #:|setCurrentBlockUserData| + #:|setCurrentCell| + #:|setCurrentCharFormat| + #:|setCurrentColorGroup| + #:|setCurrentColor| + #:|setCurrentFilter| + #:|setCurrentFont| + #:|setCurrentIndex| + #:|setCurrentItem| + #:|setCurrentModelIndex| + #:|setCurrentPage| + #:|setCurrentRow| + #:|setCurrentSectionIndex| + #:|setCurrentSection| + #:|setCurrentText| + #:|setCurrentTime| + #:|setCurrentWidget| + #:|setCursorFlashTime.QApplication| + #:|setCursorMoveStyle| + #:|setCursorName| + #:|setCursorPosition| + #:|setCursorWidth| + #:|setCursor| + #:|setCurveShape| + #:|setCurveThreshold| + #:|setCustomColor.QColorDialog|)) diff --git a/src/lisp/all-wrappers-4.lisp b/src/lisp/all-wrappers-4.lisp new file mode 100644 index 0000000..571669c --- /dev/null +++ b/src/lisp/all-wrappers-4.lisp @@ -0,0 +1,1202 @@ +(defpackage :eql + (:export + #:|setCustomValue| + #:|setDashOffset| + #:|setDashPattern(QVector)| + #:|setDashPattern(Qt::PenStyle)| + #:|setDashPattern| + #:|setDatabaseName| + #:|setDatabaseQuota| + #:|setData| + #:|setDateEditAcceptDelay| + #:|setDateEditEnabled| + #:|setDateRange| + #:|setDateTextFormat| + #:|setDateTimeRange| + #:|setDateTime| + #:|setDate| + #:|setDecMode| + #:|setDecimals| + #:|setDefault.QLocale| + #:|setDefaultAction| + #:|setDefaultAlignment| + #:|setDefaultButton(QMessageBox::StandardButton)| + #:|setDefaultButton(QPushButton*)| + #:|setDefaultButton| + #:|setDefaultConfiguration.QSslCertificate| + #:|setDefaultCursorMoveStyle| + #:|setDefaultDropAction| + #:|setDefaultFactory.QItemEditorFactory| + #:|setDefaultFont| + #:|setDefaultFormat.QGLFormat| + #:|setDefaultFormat.QSettings| + #:|setDefaultInterface.QWebHistoryInterface| + #:|setDefaultOverlayFormat.QGLFormat| + #:|setDefaultProperty| + #:|setDefaultSectionSize| + #:|setDefaultState| + #:|setDefaultStyleSheet| + #:|setDefaultSuffix| + #:|setDefaultTextColor| + #:|setDefaultTextEncoding| + #:|setDefaultTextOption| + #:|setDefaultUp| + #:|setDefaultValue| + #:|setDefaultWidget| + #:|setDefault| + #:|setDepthBufferSize| + #:|setDepth| + #:|setDescending| + #:|setDescription| + #:|setDesktopSettingsAware.QGuiApplication| + #:|setDetailedText| + #:|setDevicePixelRatio| + #:|setDigitCount| + #:|setDirectRendering| + #:|setDirection| + #:|setDirectory(QDir)| + #:|setDirectory(QString)| + #:|setDirectoryUrl| + #:|setDirectory| + #:|setDirtyRegion| + #:|setDisabled| + #:|setDiscardCommand| + #:|setDisplayFormat| + #:|setDisplayIntegerBase| + #:|setDocName| + #:|setDockNestingEnabled| + #:|setDockOptions| + #:|setDocumentLayout| + #:|setDocumentMargin| + #:|setDocumentMode| + #:|setDocumentTitle| + #:|setDocument| + #:|setDomain| + #:|setDotsPerMeterX| + #:|setDotsPerMeterY| + #:|setDoubleBuffer| + #:|setDoubleClickInterval.QApplication| + #:|setDoubleDecimals| + #:|setDoubleMaximum| + #:|setDoubleMinimum| + #:|setDoubleRange| + #:|setDoubleValue| + #:|setDown| + #:|setDragCursor| + #:|setDragDropMode| + #:|setDragDropOverwriteMode| + #:|setDragEnabled| + #:|setDragMode| + #:|setDrawBase| + #:|setDropAction| + #:|setDropEnabled| + #:|setDropIndicatorShown| + #:|setDuplex| + #:|setDuplicatesEnabled| + #:|setDuration| + #:|setDynamicSortFilter| + #:|setEasingCurve| + #:|setEchoMode| + #:|setEditStrategy| + #:|setEditText| + #:|setEditTriggers| + #:|setEditable| + #:|setEditorData| + #:|setEffectEnabled.QApplication| + #:|setElementId| + #:|setElementPositionAt| + #:|setElideMode| + #:|setEllipticCurves| + #:|setEmptyLabel| + #:|setEnabled| + #:|setEndFrame| + #:|setEndValue| + #:|setEntries| + #:|setEntry(int,QColor)| + #:|setEntry(int,QRgb)| + #:|setEntry| + #:|setErrorState| + #:|setErrorString| + #:|setEscapeButton(QAbstractButton*)| + #:|setEscapeButton(QMessageBox::StandardButton)| + #:|setEscapeButton| + #:|setEventDispatcher.QCoreApplication| + #:|setEventSource| + #:|setEventType| + #:|setExclusive| + #:|setExpanded| + #:|setExpanding| + #:|setExpandsOnDoubleClick| + #:|setExpirationDate| + #:|setExtraSelections| + #:|setFacingPagesViewMode| + #:|setFallbacksEnabled| + #:|setFamily| + #:|setFeaturePermission| + #:|setFeatures| + #:|setFieldGrowthPolicy| + #:|setField| + #:|setFile(QFile)| + #:|setFile(QString)| + #:|setFileMode| + #:|setFileNameAndVersion(QString,QString)| + #:|setFileNameAndVersion(QString,int)| + #:|setFileNameAndVersion| + #:|setFileName| + #:|setFile| + #:|setFillRule| + #:|setFilterCaseSensitivity| + #:|setFilterFixedString| + #:|setFilterKeyColumn| + #:|setFilterMode| + #:|setFilterRegExp(QRegExp)| + #:|setFilterRegExp(QString)| + #:|setFilterRegExp| + #:|setFilterRole| + #:|setFilterWildcard| + #:|setFiltersChildEvents| + #:|setFilter| + #:|setFinalPage| + #:|setFinalStop| + #:|setFirstColumnSpanned| + #:|setFirstDayOfWeek| + #:|setFirstItemColumnSpanned| + #:|setFixedHeight| + #:|setFixedPitch| + #:|setFixedSize| + #:|setFixedWidth| + #:|setFlags| + #:|setFlag| + #:|setFlat| + #:|setFloatable| + #:|setFloating| + #:|setFlow| + #:|setFocalPoint| + #:|setFocalRadius| + #:|setFocusItem| + #:|setFocusPolicy| + #:|setFocusProxy| + #:|setFocus| + #:|setFont.QApplication| + #:|setFont.QGuiApplication| + #:|setFont.QToolTip| + #:|setFontCapitalization| + #:|setFontEmbeddingEnabled| + #:|setFontFamily| + #:|setFontFilters| + #:|setFontFixedPitch| + #:|setFontHintingPreference| + #:|setFontItalic| + #:|setFontKerning| + #:|setFontLetterSpacingType| + #:|setFontLetterSpacing| + #:|setFontOverline| + #:|setFontPointSize| + #:|setFontSize| + #:|setFontStretch| + #:|setFontStrikeOut| + #:|setFontStyleHint| + #:|setFontStyleStrategy| + #:|setFontUnderline| + #:|setFontWeight| + #:|setFontWordSpacing| + #:|setFont| + #:|setForegroundBrush| + #:|setForegroundRole| + #:|setForeground| + #:|setFormAlignment| + #:|setFormat(int,int,QColor)| + #:|setFormat(int,int,QFont)| + #:|setFormat(int,int,QTextCharFormat)| + #:|setFormat| + #:|setForwardOnly| + #:|setForwardUnsupportedContent| + #:|setFragment| + #:|setFrameFormat| + #:|setFrameRange| + #:|setFrameRect| + #:|setFrameShadow| + #:|setFrameShape| + #:|setFrameStyle| + #:|setFramesPerSecond| + #:|setFrame| + #:|setFromTo| + #:|setFullPage| + #:|setGenerated(QString...)| + #:|setGenerated(int...)| + #:|setGenerated| + #:|setGeometryInputType| + #:|setGeometryOutputType| + #:|setGeometryOutputVertexCount| + #:|setGeometry| + #:|setGestureCancelPolicy| + #:|setGlobalRestorePolicy| + #:|setGlobalStrut.QApplication| + #:|setGraphicsEffect| + #:|setGraphicsItem| + #:|setGreenBufferSize| + #:|setGreenF| + #:|setGreen| + #:|setGridSize| + #:|setGridStyle| + #:|setGridVisible| + #:|setGroupSeparatorShown| + #:|setGroup| + #:|setHMS| + #:|setHeaderData| + #:|setHeaderHidden| + #:|setHeaderItem| + #:|setHeaderLabels| + #:|setHeaderLabel| + #:|setHeaderRowCount| + #:|setHeaderTextFormat| + #:|setHeader| + #:|setHeight(QTextLength)| + #:|setHeight(double)| + #:|setHeightForWidth| + #:|setHeight| + #:|setHexMode| + #:|setHidden| + #:|setHighlightSections| + #:|setHintingPreference| + #:|setHistoryType| + #:|setHistory| + #:|setHitTestPath| + #:|setHorizontalHeaderFormat| + #:|setHorizontalHeaderItem| + #:|setHorizontalHeaderLabels| + #:|setHorizontalHeader| + #:|setHorizontalPolicy| + #:|setHorizontalScrollBarPolicy| + #:|setHorizontalScrollBar| + #:|setHorizontalScrollMode| + #:|setHorizontalSpacing| + #:|setHorizontalStretch| + #:|setHostName| + #:|setHost| + #:|setHotSpot| + #:|setHslF| + #:|setHsl| + #:|setHsvF| + #:|setHsv| + #:|setHtml| + #:|setHttpOnly| + #:|setIconDatabasePath.QWebSettings| + #:|setIconPixmap| + #:|setIconProvider| + #:|setIconSize| + #:|setIconText| + #:|setIconVisibleInMenu| + #:|setIcon| + #:|setIdnWhitelist.QUrl| + #:|setId| + #:|setImageData| + #:|setImage| + #:|setIndentWidth| + #:|setIndentation| + #:|setIndent| + #:|setIndexWidget| + #:|setIndex| + #:|setInformativeText| + #:|setIniCodec(QTextCodec*)| + #:|setIniCodec(const char*)| + #:|setIniCodec| + #:|setInitialState| + #:|setInitialized| + #:|setInnerXml| + #:|setInputChannelMode| + #:|setInputMask| + #:|setInputMethodHints| + #:|setInputMode| + #:|setInsertPolicy| + #:|setIntMaximum| + #:|setIntMinimum| + #:|setIntRange| + #:|setIntStep| + #:|setIntValue| + #:|setInteractive| + #:|setInternalTextureFormat| + #:|setInterval| + #:|setInvertedAppearance| + #:|setInvertedControls| + #:|setItalic| + #:|setItemData| + #:|setItemDelegateForColumn| + #:|setItemDelegateForRow| + #:|setItemDelegate| + #:|setItemEditorFactory| + #:|setItemEnabled| + #:|setItemIcon| + #:|setItemIndexMethod| + #:|setItemPrototype| + #:|setItemSpacing| + #:|setItemText| + #:|setItemToolTip| + #:|setItemWidget| + #:|setItemsExpandable| + #:|setItem| + #:|setJoinMode| + #:|setJoinStyle| + #:|setKeepPositionOnInsert| + #:|setKerning| + #:|setKeyboardInputInterval.QApplication| + #:|setKeyboardPageStep| + #:|setKeyboardSingleStep| + #:|setKeyboardTracking| + #:|setKey| + #:|setLabelAlignment| + #:|setLabelText| + #:|setLabel| + #:|setLandscapeOrientation| + #:|setLastCenterPoint| + #:|setLastError| + #:|setLastOffset| + #:|setLastRotationAngle| + #:|setLastScaleFactor| + #:|setLayoutDirection.QGuiApplication| + #:|setLayoutDirection| + #:|setLayoutMode| + #:|setLayout| + #:|setLazyChildCount| + #:|setLeadingIncluded| + #:|setLeftMargin| + #:|setLeftPadding| + #:|setLeft| + #:|setLength| + #:|setLetterSpacing| + #:|setLibraryPaths.QCoreApplication| + #:|setLineCount| + #:|setLineEdit| + #:|setLineHeight| + #:|setLineWidth| + #:|setLineWrapColumnOrWidth| + #:|setLineWrapMode| + #:|setLine| + #:|setLinkDelegationPolicy| + #:|setLoadHints| + #:|setLocalAddress| + #:|setLocalCertificateChain| + #:|setLocalCertificate| + #:|setLocalPort| + #:|setLocalStoragePath| + #:|setLocale| + #:|setLoopCount| + #:|setMSecsSinceEpoch| + #:|setManagerProperty(QString,QString)| + #:|setManagerProperty(QString,QStringList)| + #:|setMargin| + #:|setMask(QBitmap)| + #:|setMask(QRegion)| + #:|setMask| + #:|setMatrix| + #:|setMaxCount| + #:|setMaxLength| + #:|setMaxVisibleItems| + #:|setMaximumBlockCount| + #:|setMaximumCacheSize| + #:|setMaximumDateTime| + #:|setMaximumDate| + #:|setMaximumHeight| + #:|setMaximumItemCount| + #:|setMaximumPagesInCache.QWebSettings| + #:|setMaximumSectionSize| + #:|setMaximumSize| + #:|setMaximumTime| + #:|setMaximumWidth| + #:|setMaximum| + #:|setMenuBar| + #:|setMenuRole| + #:|setMenuWidget| + #:|setMenu| + #:|setMetaInformation| + #:|setMidLineWidth| + #:|setMimeData| + #:|setMimeTypeFilters| + #:|setMinMax| + #:|setMinimal| + #:|setMinimumContentsLength| + #:|setMinimumDateTime| + #:|setMinimumDate| + #:|setMinimumDuration| + #:|setMinimumHeight| + #:|setMinimumRenderSize| + #:|setMinimumSectionSize| + #:|setMinimumSize| + #:|setMinimumTime| + #:|setMinimumWidth| + #:|setMinimum| + #:|setMipmap| + #:|setMiterLimit| + #:|setModal| + #:|setModelColumn| + #:|setModelData| + #:|setModelSorting| + #:|setModel| + #:|setMode| + #:|setModified| + #:|setModifierMask| + #:|setMouseTracking| + #:|setMovable| + #:|setMovement| + #:|setMovie| + #:|setNameFilterDisables| + #:|setNameFilters| + #:|setNameFilter| + #:|setNamedColor| + #:|setName| + #:|setNativeMenuBar| + #:|setNavigationBarVisible| + #:|setNetworkAccessManager| + #:|setNetworkAccessible| + #:|setNetworkConfiguration| + #:|setNonBreakableLines| + #:|setNotation| + #:|setNotchTarget| + #:|setNotchesVisible| + #:|setNull(QString)| + #:|setNull(int)| + #:|setNull| + #:|setNum(double)| + #:|setNum(int)| + #:|setNumColumns| + #:|setNumberOptions| + #:|setNumberPrefix| + #:|setNumberSuffix| + #:|setNumericalPrecisionPolicy| + #:|setNum| + #:|setObjectCacheCapacities.QWebSettings| + #:|setObjectIndex| + #:|setObjectName| + #:|setObjectType| + #:|setOctMode| + #:|setOfflineStorageDefaultQuota.QWebSettings| + #:|setOfflineStoragePath.QWebSettings| + #:|setOfflineWebApplicationCachePath.QWebSettings| + #:|setOfflineWebApplicationCacheQuota.QWebSettings| + #:|setOffset(QPointF)| + #:|setOffset(double)| + #:|setOffsetFromUtc| + #:|setOffsetToLastSection| + #:|setOffsetToSectionPosition| + #:|setOffset| + #:|setOkButtonText| + #:|setOpacityMask| + #:|setOpacity| + #:|setOpaqueResize| + #:|setOpenExternalLinks| + #:|setOpenLinks| + #:|setOpenMode| + #:|setOptimizationFlags| + #:|setOptimizationFlag| + #:|setOptionTabs| + #:|setOptions| + #:|setOption| + #:|setOrganizationDomain.QCoreApplication| + #:|setOrganizationName.QCoreApplication| + #:|setOrientation| + #:|setOriginCorner| + #:|setOriginatingObject| + #:|setOrigin| + #:|setOuterXml| + #:|setOutputFileName| + #:|setOutputFormat| + #:|setOverlay| + #:|setOverline| + #:|setOverrideCursor.QGuiApplication| + #:|setOvershoot| + #:|setOverwriteMode| + #:|setOwnedByLayout| + #:|setPadding| + #:|setPageBreakPolicy| + #:|setPageLayout| + #:|setPageMargins| + #:|setPageOrder| + #:|setPageOrientation| + #:|setPageSize(QPageSize)| + #:|setPageSize(QPagedPaintDevice::PageSize)| + #:|setPageSizeMM| + #:|setPageSize| + #:|setPageStep| + #:|setPage| + #:|setPaintDevice| + #:|setPalette.QApplication| + #:|setPalette.QGuiApplication| + #:|setPalette.QToolTip| + #:|setPalette| + #:|setPanelModality| + #:|setPaperSource| + #:|setParentItem| + #:|setParentLayoutItem| + #:|setParent| + #:|setPassword| + #:|setPath.QSettings| + #:|setPath| + #:|setPatternSyntax| + #:|setPattern| + #:|setPauseMode| + #:|setPaused| + #:|setPeerAddress| + #:|setPeerHostName| + #:|setPeerName| + #:|setPeerPort| + #:|setPeerVerifyDepth| + #:|setPeerVerifyMode| + #:|setPen(QColor)| + #:|setPen(QPen)| + #:|setPen(Qt::PenStyle)| + #:|setPen| + #:|setPeriod| + #:|setPermissions.QFile| + #:|setPermissions| + #:|setPicture| + #:|setPixelSize| + #:|setPixel| + #:|setPixmap| + #:|setPlainText| + #:|setPlane| + #:|setPluginFactory| + #:|setPointSizeF| + #:|setPointSize| + #:|setPolygon| + #:|setPopupMode| + #:|setPopup| + #:|setPortraitOrientation| + #:|setPort| + #:|setPos(QScreen*...).QCursor| + #:|setPos(int...).QCursor| + #:|setPos.QCursor| + #:|setPositionForIndex| + #:|setPosition| + #:|setPos| + #:|setPrecision| + #:|setPreeditArea| + #:|setPreferredContentsSize| + #:|setPreferredHeight| + #:|setPreferredSize| + #:|setPreferredWidth| + #:|setPrefix| + #:|setPreviewWidget| + #:|setPrimaryKey| + #:|setPrintProgram| + #:|setPrintRange| + #:|setPrinterName| + #:|setPriority| + #:|setPrivateKey| + #:|setProcessChannelMode| + #:|setProcessEnvironment| + #:|setProcessState| + #:|setProfile| + #:|setProgram| + #:|setProperty(int,QVariant)| + #:|setProperty(int,QVector)| + #:|setPropertyName| + #:|setProperty| + #:|setProtocolTag| + #:|setProtocol| + #:|setProxyFactory| + #:|setProxyModel| + #:|setProxy| + #:|setQuery(QSqlQuery)| + #:|setQuery(QString)| + #:|setQuery(QUrlQuery)| + #:|setQueryType| + #:|setQuery| + #:|setQuitLockEnabled.QCoreApplication| + #:|setQuitOnLastWindowClosed.QGuiApplication| + #:|setRadius| + #:|setRangeSelected| + #:|setRange| + #:|setRawHeader| + #:|setReadBufferSize| + #:|setReadChannel| + #:|setReadOnly| + #:|setRecord| + #:|setRects| + #:|setRect| + #:|setRedBufferSize| + #:|setRedF| + #:|setRed| + #:|setRegExp| + #:|setRelation| + #:|setRenderHints| + #:|setRenderHint| + #:|setRepeatAction| + #:|setRequiredStatus| + #:|setRequired| + #:|setResizeAnchor| + #:|setResizeContentsPrecision| + #:|setResizeGripsVisible| + #:|setResizeMode| + #:|setResizesToContents| + #:|setResolution| + #:|setResolveSymlinks| + #:|setRestartCommand| + #:|setRestartHint| + #:|setResult| + #:|setRetainSizeWhenHidden| + #:|setRevision| + #:|setRgbF| + #:|setRgba| + #:|setRgb| + #:|setRightMargin| + #:|setRightPadding| + #:|setRight| + #:|setRootIndex| + #:|setRootIsDecorated| + #:|setRootModelIndex| + #:|setRootObject.QAccessible| + #:|setRootPath| + #:|setRotationAngle| + #:|setRotation| + #:|setRowAlignment| + #:|setRowCount| + #:|setRowFixedHeight| + #:|setRowHeight| + #:|setRowHidden| + #:|setRowMaximumHeight| + #:|setRowMinimumHeight| + #:|setRowPreferredHeight| + #:|setRowSpacing| + #:|setRowStretchFactor| + #:|setRowStretch| + #:|setRowWrapPolicy| + #:|setRow| + #:|setRubberBandSelectionMode| + #:|setRubberBand| + #:|setRunning| + #:|setSampleBuffers| + #:|setSamples| + #:|setScalar| + #:|setScaleFactor| + #:|setScaledContents| + #:|setScaledSize| + #:|setScale| + #:|setSceneRect| + #:|setScene| + #:|setScheme| + #:|setScopeId| + #:|setScrollBarPolicy| + #:|setScrollBarValue| + #:|setScrollPosition| + #:|setSearchPaths.QDir| + #:|setSearchPaths| + #:|setSectionHidden| + #:|setSectionResizeMode| + #:|setSectionsClickable| + #:|setSectionsMovable| + #:|setSecure| + #:|setSegmentStyle| + #:|setSelectable| + #:|setSelectedDate| + #:|setSelectedSection| + #:|setSelected| + #:|setSelectionArea(QPainterPath,QTransform)| + #:|setSelectionArea(QPainterPath,Qt::ItemSelectionMode)| + #:|setSelectionArea(QPainterPath,Qt::ItemSelectionMode...)| + #:|setSelectionArea(QPainterPath,Qt::ItemSelectionOperation)| + #:|setSelectionArea(QPainterPath,Qt::ItemSelectionOperation...)| + #:|setSelectionArea| + #:|setSelectionBehaviorOnRemove| + #:|setSelectionBehavior| + #:|setSelectionModel| + #:|setSelectionMode| + #:|setSelectionRectVisible| + #:|setSelection| + #:|setSenderObject| + #:|setSeparatorsCollapsible| + #:|setSeparator| + #:|setSessionTicket| + #:|setSetuidAllowed.QCoreApplication| + #:|setShapeMode| + #:|setShape| + #:|setSharedRenderer| + #:|setShortcutAutoRepeat| + #:|setShortcutContext| + #:|setShortcutEnabled| + #:|setShortcuts(QKeySequence::StandardKey)| + #:|setShortcuts(QList)| + #:|setShortcuts| + #:|setShortcut| + #:|setShowGrid| + #:|setSideWidget| + #:|setSidebarUrls| + #:|setSignal| + #:|setSinglePageViewMode| + #:|setSingleStep| + #:|setSizeAdjustPolicy| + #:|setSizeConstraint| + #:|setSizeGripEnabled| + #:|setSizeHint| + #:|setSizeIncrement| + #:|setSizePolicy| + #:|setSizes| + #:|setSize| + #:|setSliderDown| + #:|setSliderPosition| + #:|setSmallDecimalPoint| + #:|setSocketError| + #:|setSocketOption| + #:|setSocketState| + #:|setSortCaseSensitivity| + #:|setSortIndicatorShown| + #:|setSortIndicator| + #:|setSortLocaleAware| + #:|setSortRole| + #:|setSortingEnabled| + #:|setSorting| + #:|setSort| + #:|setSourceModel| + #:|setSource| + #:|setSpacing| + #:|setSpanAngle| + #:|setSpan| + #:|setSpecialValueText| + #:|setSpeed| + #:|setSpread| + #:|setSslConfiguration| + #:|setSslOption| + #:|setStackingMode| + #:|setStack| + #:|setStandardButtons| + #:|setStandardColor.QColorDialog| + #:|setStandardErrorFile| + #:|setStandardInputFile| + #:|setStandardOutputFile| + #:|setStandardOutputProcess| + #:|setStartAngle| + #:|setStartCenterPoint| + #:|setStartDragDistance.QApplication| + #:|setStartDragTime.QApplication| + #:|setStartFrame| + #:|setStartId| + #:|setStartValue| + #:|setStart| + #:|setState| + #:|setStatusBar| + #:|setStatusTip| + #:|setStencilBufferSize| + #:|setStencil| + #:|setStereo| + #:|setStickyFocus| + #:|setStops| + #:|setStrength| + #:|setStretchFactor(QLayout*...)| + #:|setStretchFactor(QWidget*...)| + #:|setStretchFactor| + #:|setStretchLastSection| + #:|setStretch| + #:|setStrikeOut| + #:|setStringList| + #:|setStyle(QString).QApplication| + #:|setStyle(QStyle*).QApplication| + #:|setStyle.QApplication| + #:|setStyleHint| + #:|setStyleName| + #:|setStyleProperty| + #:|setStyleSheet| + #:|setStyleStrategy| + #:|setStyle| + #:|setSubTitleFormat| + #:|setSubTitle| + #:|setSubmitPolicy| + #:|setSuffix| + #:|setSwapInterval| + #:|setSwipeAngle| + #:|setSystemMenu| + #:|setTabArray| + #:|setTabBarAutoHide| + #:|setTabBar| + #:|setTabButton| + #:|setTabChangesFocus| + #:|setTabData| + #:|setTabEnabled| + #:|setTabIcon| + #:|setTabKeyNavigation| + #:|setTabOrder.QGraphicsWidget| + #:|setTabOrder.QWidget| + #:|setTabPositions| + #:|setTabPosition| + #:|setTabShape| + #:|setTabStopWidth| + #:|setTabStop| + #:|setTabTextColor| + #:|setTabText| + #:|setTabToolTip| + #:|setTabWhatsThis| + #:|setTable| + #:|setTabsClosable| + #:|setTabsMovable| + #:|setTargetObject| + #:|setTargetStates| + #:|setTargetState| + #:|setTearOffEnabled| + #:|setTextAlignment| + #:|setTextBackgroundColor| + #:|setTextColor| + #:|setTextCursor| + #:|setTextDirection| + #:|setTextEchoMode| + #:|setTextElideMode| + #:|setTextFormat| + #:|setTextIndent| + #:|setTextInteractionFlags| + #:|setTextMargins| + #:|setTextModeEnabled| + #:|setTextOption| + #:|setTextOutline| + #:|setTextSizeMultiplier| + #:|setTextValue| + #:|setTextVisible| + #:|setTextWidth| + #:|setTextureCacheLimit.QGLContext| + #:|setTextureImage| + #:|setTextureTarget| + #:|setTexture| + #:|setText| + #:|setThemeName.QIcon| + #:|setThemeSearchPaths.QIcon| + #:|setThirdPartyCookiePolicy| + #:|setTickInterval| + #:|setTickPosition| + #:|setTiledBackingStoreFrozen| + #:|setTimeRange| + #:|setTimeSpec| + #:|setTimeZone| + #:|setTime_t| + #:|setTimeout.QTapAndHoldGesture| + #:|setTimerType| + #:|setTime| + #:|setTitleBarWidget| + #:|setTitleFormat| + #:|setTitle| + #:|setToIdentity| + #:|setToolButtonStyle| + #:|setToolTipDuration| + #:|setToolTipsVisible| + #:|setToolTip| + #:|setTopMargin| + #:|setTopPadding| + #:|setTop| + #:|setTotalChangeFlags| + #:|setTotalRotationAngle| + #:|setTotalScaleFactor| + #:|setTracking| + #:|setTransformOriginPoint| + #:|setTransformationAnchor| + #:|setTransformationMode| + #:|setTransformations| + #:|setTransform| + #:|setTransitionType| + #:|setTreePosition| + #:|setTristate| + #:|setType| + #:|setUnderlineColor| + #:|setUnderlineStyle| + #:|setUnderline| + #:|setUndoLimit| + #:|setUndoRedoEnabled| + #:|setUnifiedTitleAndToolBarOnMac| + #:|setUniformItemSizes| + #:|setUniformRowHeights| + #:|setUniformValue(const char*,GLfloat)| + #:|setUniformValue(const char*,GLint)| + #:|setUniformValue(const char*,GLuint)| + #:|setUniformValue(const char*,QColor)| + #:|setUniformValue(const char*,QMatrix2x2)| + #:|setUniformValue(const char*,QMatrix2x3)| + #:|setUniformValue(const char*,QMatrix2x4)| + #:|setUniformValue(const char*,QMatrix3x2)| + #:|setUniformValue(const char*,QMatrix3x3)| + #:|setUniformValue(const char*,QMatrix3x4)| + #:|setUniformValue(const char*,QMatrix4x2)| + #:|setUniformValue(const char*,QMatrix4x3)| + #:|setUniformValue(const char*,QMatrix4x4)| + #:|setUniformValue(const char*,QPoint)| + #:|setUniformValue(const char*,QPointF)| + #:|setUniformValue(const char*,QSize)| + #:|setUniformValue(const char*,QSizeF)| + #:|setUniformValue(const char*,QTransform)| + #:|setUniformValue(const char*,QVector2D)| + #:|setUniformValue(const char*,QVector3D)| + #:|setUniformValue(const char*,QVector4D)| + #:|setUniformValue(const char*...)| + #:|setUniformValue(int,GLfloat)| + #:|setUniformValue(int,GLint)| + #:|setUniformValue(int,GLuint)| + #:|setUniformValue(int,QColor)| + #:|setUniformValue(int,QMatrix2x2)| + #:|setUniformValue(int,QMatrix2x3)| + #:|setUniformValue(int,QMatrix2x4)| + #:|setUniformValue(int,QMatrix3x2)| + #:|setUniformValue(int,QMatrix3x3)| + #:|setUniformValue(int,QMatrix3x4)| + #:|setUniformValue(int,QMatrix4x2)| + #:|setUniformValue(int,QMatrix4x3)| + #:|setUniformValue(int,QMatrix4x4)| + #:|setUniformValue(int,QPoint)| + #:|setUniformValue(int,QPointF)| + #:|setUniformValue(int,QSize)| + #:|setUniformValue(int,QSizeF)| + #:|setUniformValue(int,QTransform)| + #:|setUniformValue(int,QVector2D)| + #:|setUniformValue(int,QVector3D)| + #:|setUniformValue(int,QVector4D)| + #:|setUniformValue(int...)| + #:|setUniformValueArray(const char*,const QMatrix2x2*...)| + #:|setUniformValueArray(const char*,const QMatrix2x3*...)| + #:|setUniformValueArray(const char*,const QMatrix2x4*...)| + #:|setUniformValueArray(const char*,const QMatrix3x2*...)| + #:|setUniformValueArray(const char*,const QMatrix3x3*...)| + #:|setUniformValueArray(const char*,const QMatrix3x4*...)| + #:|setUniformValueArray(const char*,const QMatrix4x2*...)| + #:|setUniformValueArray(const char*,const QMatrix4x3*...)| + #:|setUniformValueArray(const char*,const QMatrix4x4*...)| + #:|setUniformValueArray(const char*,const QVector2D*...)| + #:|setUniformValueArray(const char*,const QVector3D*...)| + #:|setUniformValueArray(const char*,const QVector4D*...)| + #:|setUniformValueArray(const char*...)| + #:|setUniformValueArray(int,const QMatrix2x2*...)| + #:|setUniformValueArray(int,const QMatrix2x3*...)| + #:|setUniformValueArray(int,const QMatrix2x4*...)| + #:|setUniformValueArray(int,const QMatrix3x2*...)| + #:|setUniformValueArray(int,const QMatrix3x3*...)| + #:|setUniformValueArray(int,const QMatrix3x4*...)| + #:|setUniformValueArray(int,const QMatrix4x2*...)| + #:|setUniformValueArray(int,const QMatrix4x3*...)| + #:|setUniformValueArray(int,const QMatrix4x4*...)| + #:|setUniformValueArray(int,const QVector2D*...)| + #:|setUniformValueArray(int,const QVector3D*...)| + #:|setUniformValueArray(int,const QVector4D*...)| + #:|setUniformValueArray(int...)| + #:|setUniformValueArray| + #:|setUniformValue| + #:|setUpdateInterval| + #:|setUpdatesEnabled| + #:|setUrls| + #:|setUrl| + #:|setUseDesignMetrics| + #:|setUseSystemConfiguration.QNetworkInterface| + #:|setUserData| + #:|setUserInfo| + #:|setUserName| + #:|setUserState| + #:|setUserStyleSheetUrl| + #:|setUser| + #:|setUsesScrollButtons| + #:|setValidator| + #:|setValue(QString...)| + #:|setValue(int...)| + #:|setValue| + #:|setVector| + #:|setVersion| + #:|setVerticalAlignment| + #:|setVerticalHeaderFormat| + #:|setVerticalHeaderItem| + #:|setVerticalHeaderLabels| + #:|setVerticalHeader| + #:|setVerticalMovementX| + #:|setVerticalPolicy| + #:|setVerticalScrollBarPolicy| + #:|setVerticalScrollBar| + #:|setVerticalScrollMode| + #:|setVerticalSpacing| + #:|setVerticalStretch| + #:|setViewBox(QRect)| + #:|setViewBox(QRectF)| + #:|setViewBox| + #:|setViewMode| + #:|setViewTransformEnabled| + #:|setViewportMargins| + #:|setViewportSize| + #:|setViewportUpdateMode| + #:|setViewport| + #:|setView| + #:|setVisibilityState| + #:|setVisible| + #:|setVisualNavigation| + #:|setWebGraphic.QWebSettings| + #:|setWeekdayTextFormat| + #:|setWeight| + #:|setWhatsThis| + #:|setWheelScrollLines.QApplication| + #:|setWidgetResizable| + #:|setWidget| + #:|setWidth(QTextLength)| + #:|setWidth(double)| + #:|setWidthForHeight| + #:|setWidthF| + #:|setWidth| + #:|setWindowCreated| + #:|setWindowFilePath| + #:|setWindowFlags| + #:|setWindowFrameMargins| + #:|setWindowIcon.QApplication| + #:|setWindowIcon.QGuiApplication| + #:|setWindowIconText| + #:|setWindowIcon| + #:|setWindowModality| + #:|setWindowModified| + #:|setWindowOpacity| + #:|setWindowRole| + #:|setWindowState| + #:|setWindowTitle| + #:|setWindow| + #:|setWizardStyle| + #:|setWordSpacing| + #:|setWordWrapMode| + #:|setWordWrap| + #:|setWorkingDirectory| + #:|setWorldMatrixEnabled| + #:|setWorldTransform| + #:|setWrapAround| + #:|setWrapMode| + #:|setWrapping| + #:|setWritingSystem| + #:|setW| + #:|setXOffset| + #:|setXScale| + #:|setX| + #:|setYOffset| + #:|setYScale| + #:|setY| + #:|setZScale| + #:|setZValue| + #:|setZoomFactor| + #:|setZoomMode| + #:|setZ| + #:|settings| + #:|setupData| + #:|setupFinished| + #:|setupStarted| + #:|setupViewport| + #:|shaderDestroyed| + #:|shaderId| + #:|shaderType| + #:|shaders| + #:|shadow| + #:|shapeMode| + #:|shape| + #:|shear| + #:|shortDayName.QDate| + #:|shortMonthName.QDate| + #:|shortcutContext| + #:|shortcutId| + #:|shortcuts| + #:|shortcut| + #:|shouldInterruptJavaScript| + #:|showColumn| + #:|showDropIndicator| + #:|showExtension| + #:|showFullScreen| + #:|showGrid| + #:|showLink| + #:|showMaximized| + #:|showMenu| + #:|showMessage| + #:|showMinimized| + #:|showNextMonth| + #:|showNextYear| + #:|showNormal| + #:|showPopup| + #:|showPreviousMonth| + #:|showPreviousYear| + #:|showRow| + #:|showSection| + #:|showSelectedDate| + #:|showShaded| + #:|showStatusText| + #:|showSystemMenu| + #:|showText.QToolTip| + #:|showText.QWhatsThis| + #:|showToday| + #:|show| + #:|sibling| + #:|sideWidget| + #:|sidebarUrls| + #:|signalChanged| + #:|signalsBlocked| + #:|signal| + #:|simplified| + #:|singleStep| + #:|sizeAdjustPolicy| + #:|sizeConstraint| + #:|sizeFromContents| + #:|sizeHintChanged| + #:|sizeHintForColumn| + #:|sizeHintForIndex| + #:|sizeHintForRow| + #:|sizeHint| + #:|sizeIncrement| + #:|sizePolicy| + #:|sizes| + #:|size| + #:|slerp.QQuaternion| + #:|sliderMoved| + #:|sliderPositionFromValue.QStyle| + #:|sliderPosition| + #:|sliderPressed| + #:|sliderReleased| + #:|sliderValueFromPosition.QStyle| + #:|slopeAtPercent| + #:|smallDecimalPoint| + #:|smoothScaled| + #:|smoothSizes| + #:|socketOption| + #:|socketType| + #:|sortByColumn| + #:|sortCaseSensitivity| + #:|sortChildren| + #:|sortColumn| + #:|sortIndicatorChanged| + #:|sortIndicatorOrder| + #:|sortIndicatorSection| + #:|sortItems| + #:|sortOrder| + #:|sortRole| + #:|sorting| + #:|sort| + #:|sourceBoundingRect| + #:|sourceChanged| + #:|sourceCode| + #:|sourceIsPixmap| + #:|sourceModelChanged| + #:|sourceModel| + #:|sourceState| + #:|source| + #:|spacerItem| + #:|spacing| + #:|spanAngle| + #:|span| + #:|specialValueText| + #:|spec| + #:|speed| + #:|splitCell| + #:|splitDockWidget| + #:|splitPath| + #:|splitterMoved| + #:|splitter| + #:|spontaneous| + #:|spread| + #:|sqlStatement| + #:|squareToQuad.QTransform| + #:|sslConfiguration| + #:|sslErrors| + #:|stackBefore| + #:|stackUnder| + #:|stackingMode| + #:|stacks| + #:|stack| + #:|standaloneDayName| + #:|standaloneMonthName| + #:|standardButtons| + #:|standardButton| + #:|standardColor.QColorDialog| + #:|standardPalette| + #:|standardPixmap| + #:|standardSizes.QFontDatabase| + #:|start(QProcess::OpenMode)| + #:|start(QString)| + #:|start(QString,QProcess::OpenMode)| + #:|start(QString,QStringList)| + #:|startAngle| + #:|startCenterPoint|)) diff --git a/src/lisp/all-wrappers-5.lisp b/src/lisp/all-wrappers-5.lisp new file mode 100644 index 0000000..a6ad073 --- /dev/null +++ b/src/lisp/all-wrappers-5.lisp @@ -0,0 +1,755 @@ +(defpackage :eql + (:export + #:|startDetached.QProcess| + #:|startDragDistance.QApplication| + #:|startDragTime.QApplication| + #:|startFrame| + #:|startId| + #:|startTimer| + #:|startValue| + #:|started| + #:|startingUp.QCoreApplication| + #:|start| + #:|stateChanged| + #:|state| + #:|staticInstances.QPluginLoader| + #:|staticPlugins.QPluginLoader| + #:|statusBarMessage| + #:|statusBarVisibilityChangeRequested| + #:|statusBar| + #:|statusTip| + #:|status| + #:|stencilBufferSize| + #:|stencil| + #:|stepBy| + #:|stepDown| + #:|stepUp| + #:|stereo| + #:|stickyFocus| + #:|stopped| + #:|stops| + #:|stop| + #:|strengthChanged| + #:|strength| + #:|stretchFactor| + #:|stretchLastSection| + #:|stretchSectionCount| + #:|stretch| + #:|strikeOutPos| + #:|strikeOut| + #:|stringList| + #:|stringProperty| + #:|string| + #:|stripDelimiters| + #:|strokePath| + #:|style.QApplication| + #:|styleHints.QGuiApplication| + #:|styleHint| + #:|styleName| + #:|styleProperty| + #:|styleSheet| + #:|styleStrategy| + #:|styleString(QFont)| + #:|styleString(QFontInfo)| + #:|styleString| + #:|styles| + #:|style| + #:|subControlRect| + #:|subElementRect| + #:|subTitleFormat| + #:|subTitle| + #:|subWidgetRect| + #:|subWindowActivated| + #:|subWindowList| + #:|submitAll| + #:|submitPolicy| + #:|submit| + #:|subscribeToNotification| + #:|subscribedToNotifications| + #:|substitute.QFont| + #:|substitutes.QFont| + #:|substitutions.QFont| + #:|subtracted| + #:|suffix| + #:|superClass| + #:|supportedActions| + #:|supportedCiphers.QSslCertificate| + #:|supportedContentTypes| + #:|supportedDocumentFormats.QTextDocumentWriter| + #:|supportedDragActions| + #:|supportedDropActions| + #:|supportedDuplexModes| + #:|supportedEllipticCurves.QSslCertificate| + #:|supportedFormats.QMovie| + #:|supportedPageSizes| + #:|supportedResolutions| + #:|supportedSchemesImplementation| + #:|supportedSchemes| + #:|supportsContentType| + #:|supportsCustomPageSizes| + #:|supportsExtension| + #:|supportsFindBuffer| + #:|supportsMessages.QSystemTrayIcon| + #:|supportsMultipleCopies| + #:|supportsSelection| + #:|swallowContextMenuEvent| + #:|swapBuffers| + #:|swapInterval| + #:|swapSections| + #:|swap| + #:|swipeAngle| + #:|symLinkTarget.QFile| + #:|symLinkTarget| + #:|sync.QGuiApplication| + #:|sync| + #:|system.QLocale| + #:|systemCaCertificates.QSslCertificate| + #:|systemEnvironment.QProcessEnvironment| + #:|systemEnvironment.QProcess| + #:|systemFont.QFontDatabase| + #:|systemMenu| + #:|systemProxyForQuery.QNetworkInterface| + #:|tabArray| + #:|tabAt| + #:|tabBarAutoHide| + #:|tabBarClicked| + #:|tabBarDoubleClicked| + #:|tabBar| + #:|tabButton| + #:|tabChangesFocus| + #:|tabCloseRequested| + #:|tabData| + #:|tabIcon| + #:|tabKeyNavigation| + #:|tabMoved| + #:|tabPositions| + #:|tabPosition| + #:|tabRect| + #:|tabShape| + #:|tabStopWidth| + #:|tabStop| + #:|tabTextColor| + #:|tabText| + #:|tabToolTip| + #:|tabWhatsThis| + #:|tabifiedDockWidgets| + #:|tabifyDockWidget| + #:|tableCellFormatIndex| + #:|tableCellInterface| + #:|tableInterface| + #:|tableName| + #:|tableWidget| + #:|tables| + #:|tabsClosable| + #:|tabsMovable| + #:|tagName| + #:|takeAnimation| + #:|takeAt| + #:|takeCentralWidget| + #:|takeChildren| + #:|takeChild| + #:|takeColumn| + #:|takeFromDocument| + #:|takeHorizontalHeaderItem| + #:|takeItem| + #:|takeRow| + #:|takeTopLevelItem| + #:|takeVerticalHeaderItem| + #:|takeWidget| + #:|tangentialPressure| + #:|targetChanged| + #:|targetObject| + #:|targetStateChanged| + #:|targetStatesChanged| + #:|targetStates| + #:|targetState| + #:|target| + #:|temp.QDir| + #:|tempPath.QDir| + #:|terminate| + #:|testAttribute.QCoreApplication| + #:|testAttribute| + #:|testBit| + #:|testOption| + #:|testRenderHint| + #:|testSslOption| + #:|text(QClipboard::Mode)| + #:|text(QString&)| + #:|text.QToolTip| + #:|textAlignment| + #:|textBackgroundColor| + #:|textChanged| + #:|textColor| + #:|textCursor| + #:|textDirection| + #:|textEchoMode| + #:|textEdited| + #:|textElideMode| + #:|textFormats| + #:|textFormat| + #:|textFromValue| + #:|textIndent| + #:|textInteractionFlags| + #:|textInterface| + #:|textKeys| + #:|textLength| + #:|textList| + #:|textMargins| + #:|textOption| + #:|textOutline| + #:|textSizeMultiplier| + #:|textStart| + #:|textValueChanged| + #:|textValueSelected| + #:|textValue| + #:|textWidth| + #:|textureCacheLimit.QGLContext| + #:|textureImage| + #:|textureTarget| + #:|texture| + #:|text| + #:|themeName.QIcon| + #:|themeSearchPaths.QIcon| + #:|thirdPartyCookiePolicy| + #:|thread| + #:|tickInterval| + #:|tickPosition| + #:|tightBoundingRect| + #:|tileSubWindows| + #:|timeChanged| + #:|timeFormat| + #:|timeSpec| + #:|timeZoneAbbreviation| + #:|timeZone| + #:|timeout.QTapAndHoldGesture| + #:|timeout| + #:|timerId| + #:|timerType| + #:|timestamp| + #:|time| + #:|tip| + #:|titleBarWidget| + #:|titleChanged| + #:|titleFormat| + #:|title| + #:|toAce.QUrl| + #:|toAffine| + #:|toBitArray| + #:|toBlockFormat| + #:|toBool| + #:|toByteArray| + #:|toCharFormat| + #:|toChar| + #:|toCmyk| + #:|toCubicSpline| + #:|toCurrencyString(double)| + #:|toCurrencyString(double...)| + #:|toCurrencyString(float)| + #:|toCurrencyString(float...)| + #:|toCurrencyString(int)| + #:|toCurrencyString(int...)| + #:|toCurrencyString(qlonglong)| + #:|toCurrencyString(qlonglong...)| + #:|toCurrencyString(qulonglong)| + #:|toCurrencyString(qulonglong...)| + #:|toCurrencyString(short)| + #:|toCurrencyString(short...)| + #:|toCurrencyString(uint)| + #:|toCurrencyString(uint...)| + #:|toCurrencyString(ushort)| + #:|toCurrencyString(ushort...)| + #:|toCurrencyString| + #:|toDate(QString,QLocale::FormatType)| + #:|toDate(QString,QString)| + #:|toDateTime(QString,QLocale::FormatType)| + #:|toDateTime(QString,QString)| + #:|toDateTime| + #:|toDate| + #:|toDer| + #:|toDisplayString| + #:|toDouble(QString)| + #:|toDouble(QString...)| + #:|toDouble(QStringRef)| + #:|toDouble(QStringRef...)| + #:|toDouble| + #:|toEasingCurve| + #:|toEncoded| + #:|toEnd| + #:|toEulerAngles| + #:|toFillPolygon(QMatrix)| + #:|toFillPolygon(QTransform)| + #:|toFillPolygons(QMatrix)| + #:|toFillPolygons(QTransform)| + #:|toFillPolygons| + #:|toFillPolygon| + #:|toFirst| + #:|toFloat(QString)| + #:|toFloat(QString...)| + #:|toFloat(QStringRef)| + #:|toFloat(QStringRef...)| + #:|toFloat| + #:|toFrameFormat| + #:|toGraphicsObject| + #:|toHsl| + #:|toHsv| + #:|toHtml| + #:|toIPv6Address| + #:|toImageFormat.QImage| + #:|toImageFormat| + #:|toImage| + #:|toInnerXml| + #:|toInt(QString)| + #:|toInt(QString...)| + #:|toInt(QStringRef)| + #:|toInt(QStringRef...)| + #:|toInt| + #:|toJsonArray| + #:|toJsonDocument| + #:|toJsonObject| + #:|toJsonValue| + #:|toJulianDay| + #:|toLast| + #:|toLineF| + #:|toLine| + #:|toListFormat| + #:|toList| + #:|toLocalFile| + #:|toLocalTime| + #:|toLocale| + #:|toLongLong(QString)| + #:|toLongLong(QString...)| + #:|toLongLong(QStringRef)| + #:|toLongLong(QStringRef...)| + #:|toLongLong| + #:|toLower| + #:|toMSecsSinceEpoch| + #:|toModelIndex| + #:|toNativeSeparators.QDir| + #:|toNextBoundary| + #:|toNext| + #:|toOffsetFromUtc| + #:|toOuterXml| + #:|toPage| + #:|toPem| + #:|toPercentEncoding.QUrl| + #:|toPersistentModelIndex| + #:|toPixelFormat.QImage| + #:|toPlainText| + #:|toPointF| + #:|toPoint| + #:|toPreviousBoundary| + #:|toPrevious| + #:|toRawForm| + #:|toReal| + #:|toRectF| + #:|toRect| + #:|toRegExp| + #:|toRegularExpression| + #:|toReversed| + #:|toRgb| + #:|toRotationMatrix| + #:|toShort(QString)| + #:|toShort(QString...)| + #:|toShort(QStringRef)| + #:|toShort(QStringRef...)| + #:|toShort| + #:|toSizeF| + #:|toSize| + #:|toStart| + #:|toString(QDate)| + #:|toString(QDate,QLocale::FormatType)| + #:|toString(QDate,QString)| + #:|toString(QDate...)| + #:|toString(QDateTime)| + #:|toString(QDateTime,QLocale::FormatType)| + #:|toString(QDateTime,QString)| + #:|toString(QDateTime...)| + #:|toString(QString)| + #:|toString(QTime)| + #:|toString(QTime,QLocale::FormatType)| + #:|toString(QTime,QString)| + #:|toString(QTime...)| + #:|toString(Qt::DateFormat)| + #:|toString(double)| + #:|toString(double...)| + #:|toString(float)| + #:|toString(float...)| + #:|toString(int)| + #:|toString(qlonglong)| + #:|toString(qulonglong)| + #:|toString(short)| + #:|toString(uint)| + #:|toString(ushort)| + #:|toStringList.QUrl| + #:|toStringList| + #:|toString| + #:|toSubpathPolygons(QMatrix)| + #:|toSubpathPolygons(QTransform)| + #:|toSubpathPolygons| + #:|toSurfaceFormat.QGLFormat| + #:|toTableCellFormat| + #:|toTableFormat| + #:|toTime(QString,QLocale::FormatType)| + #:|toTime(QString,QString)| + #:|toTimeSpec| + #:|toTimeZone| + #:|toTime_t| + #:|toTime| + #:|toTransform| + #:|toUInt(QString)| + #:|toUInt(QString...)| + #:|toUInt(QStringRef)| + #:|toUInt(QStringRef...)| + #:|toUInt| + #:|toULongLong(QString)| + #:|toULongLong(QString...)| + #:|toULongLong(QStringRef)| + #:|toULongLong(QStringRef...)| + #:|toULongLong| + #:|toUShort(QString)| + #:|toUShort(QString...)| + #:|toUShort(QStringRef)| + #:|toUShort(QStringRef...)| + #:|toUShort| + #:|toUTC| + #:|toUnicode(QByteArray)| + #:|toUnicode(const char*)| + #:|toUnicode| + #:|toUpper| + #:|toUrl| + #:|toUuid| + #:|toVector2DAffine| + #:|toVector2D| + #:|toVector3DAffine| + #:|toVector3D| + #:|toVector4D| + #:|toggleBit| + #:|toggleClass| + #:|toggleDirection| + #:|toggleViewAction| + #:|toggled| + #:|toggle| + #:|toolBarArea| + #:|toolBarBreak| + #:|toolBarVisibilityChangeRequested| + #:|toolButtonStyleChanged| + #:|toolButtonStyle| + #:|toolTipBase| + #:|toolTipDuration| + #:|toolTipText| + #:|toolTipsVisible| + #:|toolTip| + #:|topChanged| + #:|topLeft| + #:|topLevelAt.QApplication| + #:|topLevelAt.QGuiApplication| + #:|topLevelChanged| + #:|topLevelDomain| + #:|topLevelItemCount| + #:|topLevelItem| + #:|topLevelWidgets.QApplication| + #:|topLevelWidget| + #:|topLevelWindows.QGuiApplication| + #:|topMargin| + #:|topPadding| + #:|topRow| + #:|top| + #:|totalBytes| + #:|totalChangeFlags| + #:|totalDuration| + #:|totalRotationAngle| + #:|totalScaleFactor| + #:|touchPointStates| + #:|touchPoints| + #:|tr.QObject| + #:|transaction| + #:|transformOriginPoint| + #:|transformationAnchor| + #:|transformationMode| + #:|transformations| + #:|transformed(QMatrix)| + #:|transformed(QMatrix...)| + #:|transformed(QTransform)| + #:|transformed(QTransform...)| + #:|transformed| + #:|transform| + #:|transitionType| + #:|transitions| + #:|translate(QPoint)| + #:|translate(QPointF)| + #:|translate.QCoreApplication| + #:|translated| + #:|translate| + #:|transposed| + #:|transpose| + #:|treePosition| + #:|treeWidget| + #:|triggerAction| + #:|triggerPageAction| + #:|triggered| + #:|trigger| + #:|trueMatrix(QMatrix...).QImage| + #:|trueMatrix(QMatrix...).QPixmap| + #:|trueMatrix(QTransform...).QImage| + #:|trueMatrix(QTransform...).QPixmap| + #:|trueMatrix.QImage| + #:|trueMatrix.QPixmap| + #:|truncate| + #:|tryAcquire| + #:|tryLockForRead| + #:|tryLockForWrite| + #:|typeName| + #:|typeToName.QVariant| + #:|type| + #:|uiLanguages| + #:|underMouse| + #:|underlineColor| + #:|underlinePos| + #:|underlineStyle| + #:|underline| + #:|undoAvailable| + #:|undoCommandAdded| + #:|undoLimit| + #:|undoStack| + #:|undoTextChanged| + #:|undoText| + #:|undo| + #:|ungetChar| + #:|ungrabGesture| + #:|ungrabKeyboard| + #:|ungrabMouse| + #:|unifiedTitleAndToolBarOnMac| + #:|uniformItemSizes| + #:|uniformLocation(QByteArray)| + #:|uniformLocation(QString)| + #:|uniformLocation(const char*)| + #:|uniformLocation| + #:|uniformRowHeights| + #:|uniqueId.QAccessible| + #:|uniqueId| + #:|united(QRect)| + #:|united(QRegion)| + #:|united| + #:|unload| + #:|unlock| + #:|unpolish(QApplication*)| + #:|unpolish(QWidget*)| + #:|unpolish| + #:|unproject| + #:|unregisterDocumentation| + #:|unsetCursor| + #:|unsetError| + #:|unsetHotSpot| + #:|unsetLayoutDirection| + #:|unsetLocale| + #:|unsetSpacing| + #:|unsetWindowFrameMargins| + #:|unsubscribeFromNotification| + #:|unsupportedContent| + #:|update(QRect)| + #:|update(QRegion)| + #:|updateAccessibility.QAccessible| + #:|updateBlock| + #:|updateBoundingRect| + #:|updateCells| + #:|updateCell| + #:|updateDynamicTexture| + #:|updateEditorData| + #:|updateEditorGeometries| + #:|updateEditorGeometry| + #:|updateGL| + #:|updateGeometries| + #:|updateGeometry| + #:|updateInterval| + #:|updateMicroFocus| + #:|updateOverlayGL| + #:|updatePositionDependentActions| + #:|updatePreviewWidget| + #:|updatePreview| + #:|updateRequest| + #:|updateSceneRect| + #:|updateScene| + #:|updateSection| + #:|updated| + #:|updatesEnabled| + #:|update| + #:|urlChanged| + #:|urlSelected| + #:|urlsSelected| + #:|urls| + #:|url| + #:|useDesignMetrics| + #:|userData| + #:|userDateChanged| + #:|userInfo| + #:|userName| + #:|userState| + #:|userStyleSheetUrl| + #:|userTimeChanged| + #:|userType| + #:|user| + #:|usesScrollButtons| + #:|validateCurrentPage| + #:|validatePage| + #:|validate| + #:|validator| + #:|valid| + #:|value(QString)| + #:|value(int)| + #:|valueChanged(QString)| + #:|valueChanged(double)| + #:|valueChanged(int)| + #:|valueChanged| + #:|valueForProgress| + #:|valueForTime| + #:|valueFromText| + #:|valueF| + #:|valueInterface| + #:|valuePropertyName| + #:|value| + #:|vector| + #:|verticalAlignment| + #:|verticalDirection| + #:|verticalHeaderFormat| + #:|verticalHeaderItem| + #:|verticalHeader| + #:|verticalMovementX| + #:|verticalPolicy| + #:|verticalScrollBarPolicy| + #:|verticalScrollBar| + #:|verticalScrollMode| + #:|verticalScrollbarAction| + #:|verticalScrollbarValueChanged| + #:|verticalSpacing| + #:|verticalStretch| + #:|viewBoxF| + #:|viewBox| + #:|viewMode| + #:|viewTransformEnabled| + #:|viewportChangeRequested| + #:|viewportEntered| + #:|viewportMargins| + #:|viewportSize| + #:|viewportTransform| + #:|viewportUpdateMode| + #:|viewport| + #:|views| + #:|view| + #:|visibilityChanged| + #:|visibilityState| + #:|visibleChanged| + #:|visibleRegion| + #:|visitedPages| + #:|visualAlignment.QStyle| + #:|visualColumn| + #:|visualIndexAt| + #:|visualIndex| + #:|visualItemRect| + #:|visualNavigation| + #:|visualPos.QStyle| + #:|visualRect.QStyle| + #:|visualRect| + #:|visualRow| + #:|waitForBytesWritten| + #:|waitForConnected| + #:|waitForDisconnected| + #:|waitForFinished| + #:|waitForReadyRead| + #:|waitForStarted| + #:|wakeUp| + #:|warning.QMessageBox| + #:|warning| + #:|wasCanceled| + #:|webFrame| + #:|webGraphic.QWebSettings| + #:|weekdayTextFormat| + #:|weekdays| + #:|weight| + #:|whatsThis| + #:|wheelScrollLines.QApplication| + #:|widgetAt.QApplication| + #:|widgetEvent| + #:|widgetForAction| + #:|widgetRemoved| + #:|widgetResizable| + #:|widget| + #:|width(QChar)| + #:|width(QString)| + #:|widthChanged| + #:|widthF| + #:|widthMM| + #:|width| + #:|winId| + #:|windowCloseRequested| + #:|windowCreated| + #:|windowFilePath| + #:|windowFlags| + #:|windowFrameGeometry| + #:|windowFrameRect| + #:|windowIcon.QApplication| + #:|windowIcon.QGuiApplication| + #:|windowIconChanged| + #:|windowIconTextChanged| + #:|windowIconText| + #:|windowIcon| + #:|windowModality| + #:|windowOpacity| + #:|windowPos| + #:|windowRole| + #:|windowStateChanged| + #:|windowState| + #:|windowText| + #:|windowTitleChanged| + #:|windowTitle| + #:|windowType| + #:|window| + #:|wizardStyle| + #:|wizard| + #:|wordSpacing| + #:|wordWrapMode| + #:|wordWrap| + #:|workAreaResized| + #:|workingDirectory| + #:|worldMatrixEnabled| + #:|worldTransform| + #:|wrapAround| + #:|wrapMode| + #:|wrapping| + #:|write(QByteArray)| + #:|write(QTextDocumentFragment)| + #:|write(const QTextDocument*)| + #:|write(const char*)| + #:|write| + #:|writingSystemName.QFontDatabase| + #:|writingSystemSample.QFontDatabase| + #:|writingSystem| + #:|w| + #:|xChanged| + #:|xHeight| + #:|xOffset| + #:|xScaleChanged| + #:|xScale| + #:|xTilt| + #:|xToCursor| + #:|xored| + #:|x| + #:|yChanged| + #:|yOffset| + #:|yScaleChanged| + #:|yScale| + #:|yTilt| + #:|yearShown| + #:|year| + #:|yellowF| + #:|yellow| + #:|y| + #:|zChanged| + #:|zScaleChanged| + #:|zScale| + #:|zValue| + #:|zeroDigit| + #:|zoomFactor| + #:|zoomIn| + #:|zoomMode| + #:|zoomOut| + #:|z|)) diff --git a/src/lisp/all-wrappers-6.lisp b/src/lisp/all-wrappers-6.lisp new file mode 100644 index 0000000..20dfc19 --- /dev/null +++ b/src/lisp/all-wrappers-6.lisp @@ -0,0 +1,3601 @@ +(in-package :eql) + +(defun |abort| (object &rest arguments) + (%qinvoke-method object nil "abort" arguments)) + +(defun |about.QMessageBox| (&rest arguments) + (%qinvoke-method "QMessageBox" nil "about" arguments)) + +(defun |aboutQt.QMessageBox| (&rest arguments) + (%qinvoke-method "QMessageBox" nil "aboutQt" arguments)) + +(defun |aboutQt| (object &rest arguments) + (%qinvoke-method object nil "aboutQt" arguments)) + +(defun |aboutToActivate| (object &rest arguments) + (%qinvoke-method object nil "aboutToActivate" arguments)) + +(defun |aboutToClose| (object &rest arguments) + (%qinvoke-method object nil "aboutToClose" arguments)) + +(defun |aboutToHide| (object &rest arguments) + (%qinvoke-method object nil "aboutToHide" arguments)) + +(defun |aboutToQuit| (object &rest arguments) + (%qinvoke-method object nil "aboutToQuit" arguments)) + +(defun |aboutToShow| (object &rest arguments) + (%qinvoke-method object nil "aboutToShow" arguments)) + +(defun |absoluteDir| (object &rest arguments) + (%qinvoke-method object nil "absoluteDir" arguments)) + +(defun |absoluteFilePath| (object &rest arguments) + (%qinvoke-method object nil "absoluteFilePath" arguments)) + +(defun |absolutePath| (object &rest arguments) + (%qinvoke-method object nil "absolutePath" arguments)) + +(defun |acceleration| (object &rest arguments) + (%qinvoke-method object nil "acceleration" arguments)) + +(defun |accept(QGesture*)| (object &rest arguments) + (%qinvoke-method object nil "accept(QGesture*)" arguments)) + +(defun |accept(Qt::GestureType)| (object &rest arguments) + (%qinvoke-method object nil "accept(Qt::GestureType)" arguments)) + +(defun |acceptDrops| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "acceptDrops" arguments)) + +(defun |acceptHoverEvents| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "acceptHoverEvents" arguments)) + +(defun |acceptMode| (object &rest arguments) + (%qinvoke-method object nil "acceptMode" arguments)) + +(defun |acceptProposedAction| (object &rest arguments) + (%qinvoke-method object nil "acceptProposedAction" arguments)) + +(defun |acceptRichText| (object &rest arguments) + (%qinvoke-method object nil "acceptRichText" arguments)) + +(defun |acceptTouchEvents| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "acceptTouchEvents" arguments)) + +(defun |acceptedMouseButtons| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "acceptedMouseButtons" arguments)) + +(defun |accepted| (object &rest arguments) + (%qinvoke-method object nil "accepted" arguments)) + +(defun |accept| (object &rest arguments) + (%qinvoke-method object nil "accept" arguments)) + +(defun |accessibleDescription| (object &rest arguments) + (%qinvoke-method object nil "accessibleDescription" arguments)) + +(defun |accessibleInterface.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "accessibleInterface" arguments)) + +(defun |accessibleInterface| (object &rest arguments) + (%qinvoke-method object nil "accessibleInterface" arguments)) + +(defun |accessibleName| (object &rest arguments) + (%qinvoke-method object nil "accessibleName" arguments)) + +(defun |accessibleText| (object &rest arguments) + (%qinvoke-method object nil "accessibleText" arguments)) + +(defun |accumBufferSize| (object &rest arguments) + (%qinvoke-method object nil "accumBufferSize" arguments)) + +(defun |accum| (object &rest arguments) + (%qinvoke-method object nil "accum" arguments)) + +(defun |acquire| (object &rest arguments) + (%qinvoke-method object nil "acquire" arguments)) + +(defun |actionAt| (object &rest arguments) + (%qinvoke-method object nil "actionAt" arguments)) + +(defun |actionChanged| (object &rest arguments) + (%qinvoke-method object nil "actionChanged" arguments)) + +(defun |actionGeometry| (object &rest arguments) + (%qinvoke-method object nil "actionGeometry" arguments)) + +(defun |actionGroup| (object &rest arguments) + (%qinvoke-method object nil "actionGroup" arguments)) + +(defun |actionInterface| (object &rest arguments) + (%qinvoke-method object nil "actionInterface" arguments)) + +(defun |actionNames| (object &rest arguments) + (%qinvoke-method object nil "actionNames" arguments)) + +(defun |actionText| (object &rest arguments) + (%qinvoke-method object nil "actionText" arguments)) + +(defun |actionTriggered| (object &rest arguments) + (%qinvoke-method object nil "actionTriggered" arguments)) + +(defun |actions| (object &rest arguments) + (%qinvoke-method object nil "actions" arguments)) + +(defun |action| (object &rest arguments) + (%qinvoke-method object nil "action" arguments)) + +(defun |activateCurrentItem| (object &rest arguments) + (%qinvoke-method object nil "activateCurrentItem" arguments)) + +(defun |activateNextSubWindow| (object &rest arguments) + (%qinvoke-method object nil "activateNextSubWindow" arguments)) + +(defun |activatePreviousSubWindow| (object &rest arguments) + (%qinvoke-method object nil "activatePreviousSubWindow" arguments)) + +(defun |activateWindow| (object &rest arguments) + (%qinvoke-method object nil "activateWindow" arguments)) + +(defun |activated(QModelIndex)| (object &rest arguments) + (%qinvoke-method object nil "activated(QModelIndex)" arguments)) + +(defun |activated(QString)| (object &rest arguments) + (%qinvoke-method object nil "activated(QString)" arguments)) + +(defun |activated(int)| (object &rest arguments) + (%qinvoke-method object nil "activated(int)" arguments)) + +(defun |activatedAmbiguously| (object &rest arguments) + (%qinvoke-method object nil "activatedAmbiguously" arguments)) + +(defun |activated| (object &rest arguments) + (%qinvoke-method object nil "activated" arguments)) + +(defun |activate| (object &rest arguments) + (%qinvoke-method object nil "activate" arguments)) + +(defun |activationOrder| (object &rest arguments) + (%qinvoke-method object nil "activationOrder" arguments)) + +(defun |activeAction| (object &rest arguments) + (%qinvoke-method object nil "activeAction" arguments)) + +(defun |activeChanged| (object &rest arguments) + (%qinvoke-method object nil "activeChanged" arguments)) + +(defun |activeConfiguration| (object &rest arguments) + (%qinvoke-method object nil "activeConfiguration" arguments)) + +(defun |activeGestures| (object &rest arguments) + (%qinvoke-method object nil "activeGestures" arguments)) + +(defun |activeModalWidget.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "activeModalWidget" arguments)) + +(defun |activePanel| (object &rest arguments) + (%qinvoke-method object nil "activePanel" arguments)) + +(defun |activePopupWidget.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "activePopupWidget" arguments)) + +(defun |activeStackChanged| (object &rest arguments) + (%qinvoke-method object nil "activeStackChanged" arguments)) + +(defun |activeStack| (object &rest arguments) + (%qinvoke-method object nil "activeStack" arguments)) + +(defun |activeSubWindow| (object &rest arguments) + (%qinvoke-method object nil "activeSubWindow" arguments)) + +(defun |activeWindow.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "activeWindow" arguments)) + +(defun |activeWindow| (object &rest arguments) + (%qinvoke-method object nil "activeWindow" arguments)) + +(defun |active| (object &rest arguments) + (%qinvoke-method object nil "active" arguments)) + +(defun |actualSize(QSize...)| (object &rest arguments) + (%qinvoke-method object nil "actualSize(QSize...)" arguments)) + +(defun |actualSize(QWindow*...)| (object &rest arguments) + (%qinvoke-method object nil "actualSize(QWindow*...)" arguments)) + +(defun |actualSize| (object &rest arguments) + (%qinvoke-method object nil "actualSize" arguments)) + +(defun |addAccessWhitelistEntry| (object &rest arguments) + (%qinvoke-method object nil "addAccessWhitelistEntry" arguments)) + +(defun |addAction(QAction*)| (object &rest arguments) + (%qinvoke-method object nil "addAction(QAction*)" arguments)) + +(defun |addAction(QAction*...)| (object &rest arguments) + (%qinvoke-method object nil "addAction(QAction*...)" arguments)) + +(defun |addAction(QIcon...)| (object &rest arguments) + (%qinvoke-method object nil "addAction(QIcon...)" arguments)) + +(defun |addAction(QString)| (object &rest arguments) + (%qinvoke-method object nil "addAction(QString)" arguments)) + +(defun |addAction(QString...)| (object &rest arguments) + (%qinvoke-method object nil "addAction(QString...)" arguments)) + +(defun |addActions| (object &rest arguments) + (%qinvoke-method object nil "addActions" arguments)) + +(defun |addAction| (object &rest arguments) + (%qinvoke-method object nil "addAction" arguments)) + +(defun |addAnchors| (object &rest arguments) + (%qinvoke-method object nil "addAnchors" arguments)) + +(defun |addAnchor| (object &rest arguments) + (%qinvoke-method object nil "addAnchor" arguments)) + +(defun |addAnimation| (object &rest arguments) + (%qinvoke-method object nil "addAnimation" arguments)) + +(defun |addApplicationFont.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "addApplicationFont" arguments)) + +(defun |addApplicationFontFromData.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "addApplicationFontFromData" arguments)) + +(defun |addBindValue| (object &rest arguments) + (%qinvoke-method object nil "addBindValue" arguments)) + +(defun |addButton(QAbstractButton*...)| (object &rest arguments) + (%qinvoke-method object nil "addButton(QAbstractButton*...)" arguments)) + +(defun |addButton(QString...)| (object &rest arguments) + (%qinvoke-method object nil "addButton(QString...)" arguments)) + +(defun |addButton| (object &rest arguments) + (%qinvoke-method object nil "addButton" arguments)) + +(defun |addChildLayoutItem| (object &rest arguments) + (%qinvoke-method object nil "addChildLayoutItem" arguments)) + +(defun |addChildren| (object &rest arguments) + (%qinvoke-method object nil "addChildren" arguments)) + +(defun |addChild| (object &rest arguments) + (%qinvoke-method object nil "addChild" arguments)) + +(defun |addClass| (object &rest arguments) + (%qinvoke-method object nil "addClass" arguments)) + +(defun |addControllingSignal| (object &rest arguments) + (%qinvoke-method object nil "addControllingSignal" arguments)) + +(defun |addCornerAnchors| (object &rest arguments) + (%qinvoke-method object nil "addCornerAnchors" arguments)) + +(defun |addCubicBezierSegment| (object &rest arguments) + (%qinvoke-method object nil "addCubicBezierSegment" arguments)) + +(defun |addCustomFilter| (object &rest arguments) + (%qinvoke-method object nil "addCustomFilter" arguments)) + +(defun |addDatabase(QSqlDriver*).QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "addDatabase(QSqlDriver*)" arguments)) + +(defun |addDatabase(QSqlDriver*...).QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "addDatabase(QSqlDriver*...)" arguments)) + +(defun |addDatabase(QString).QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "addDatabase(QString)" arguments)) + +(defun |addDatabase(QString...).QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "addDatabase(QString...)" arguments)) + +(defun |addDatabase.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "addDatabase" arguments)) + +(defun |addData| (object &rest arguments) + (%qinvoke-method object nil "addData" arguments)) + +(defun |addDays| (object &rest arguments) + (%qinvoke-method object nil "addDays" arguments)) + +(defun |addDefaultAnimation| (object &rest arguments) + (%qinvoke-method object nil "addDefaultAnimation" arguments)) + +(defun |addDockWidget| (object &rest arguments) + (%qinvoke-method object nil "addDockWidget" arguments)) + +(defun |addEllipse| (object &rest arguments) + (%qinvoke-method object nil "addEllipse" arguments)) + +(defun |addFile| (object &rest arguments) + (%qinvoke-method object nil "addFile" arguments)) + +(defun |addHistoryEntry| (object &rest arguments) + (%qinvoke-method object nil "addHistoryEntry" arguments)) + +(defun |addItem(QIcon...)| (object &rest arguments) + (%qinvoke-method object nil "addItem(QIcon...)" arguments)) + +(defun |addItem(QListWidgetItem*)| (object &rest arguments) + (%qinvoke-method object nil "addItem(QListWidgetItem*)" arguments)) + +(defun |addItem(QString)| (object &rest arguments) + (%qinvoke-method object nil "addItem(QString)" arguments)) + +(defun |addItem(QString...)| (object &rest arguments) + (%qinvoke-method object nil "addItem(QString...)" arguments)) + +(defun |addItems| (object &rest arguments) + (%qinvoke-method object nil "addItems" arguments)) + +(defun |addItem| (object &rest arguments) + (%qinvoke-method object nil "addItem" arguments)) + +(defun |addLayout| (object &rest arguments) + (%qinvoke-method object nil "addLayout" arguments)) + +(defun |addLibraryPath.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "addLibraryPath" arguments)) + +(defun |addLine| (object &rest arguments) + (%qinvoke-method object nil "addLine" arguments)) + +(defun |addLocalScheme.QWebSecurityOrigin| (&rest arguments) + (%qinvoke-method "QWebSecurityOrigin" nil "addLocalScheme" arguments)) + +(defun |addMSecs| (object &rest arguments) + (%qinvoke-method object nil "addMSecs" arguments)) + +(defun |addMapping| (object &rest arguments) + (%qinvoke-method object nil "addMapping" arguments)) + +(defun |addMenu(QMenu*)| (object &rest arguments) + (%qinvoke-method object nil "addMenu(QMenu*)" arguments)) + +(defun |addMenu(QString)| (object &rest arguments) + (%qinvoke-method object nil "addMenu(QString)" arguments)) + +(defun |addMenu| (object &rest arguments) + (%qinvoke-method object nil "addMenu" arguments)) + +(defun |addMonths| (object &rest arguments) + (%qinvoke-method object nil "addMonths" arguments)) + +(defun |addPage| (object &rest arguments) + (%qinvoke-method object nil "addPage" arguments)) + +(defun |addPaths| (object &rest arguments) + (%qinvoke-method object nil "addPaths" arguments)) + +(defun |addPath| (object &rest arguments) + (%qinvoke-method object nil "addPath" arguments)) + +(defun |addPause| (object &rest arguments) + (%qinvoke-method object nil "addPause" arguments)) + +(defun |addPermanentWidget| (object &rest arguments) + (%qinvoke-method object nil "addPermanentWidget" arguments)) + +(defun |addPixmap| (object &rest arguments) + (%qinvoke-method object nil "addPixmap" arguments)) + +(defun |addPolygon| (object &rest arguments) + (%qinvoke-method object nil "addPolygon" arguments)) + +(defun |addRect| (object &rest arguments) + (%qinvoke-method object nil "addRect" arguments)) + +(defun |addRegion| (object &rest arguments) + (%qinvoke-method object nil "addRegion" arguments)) + +(defun |addResource| (object &rest arguments) + (%qinvoke-method object nil "addResource" arguments)) + +(defun |addRoundedRect| (object &rest arguments) + (%qinvoke-method object nil "addRoundedRect" arguments)) + +(defun |addRow(QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QLayout*)" arguments)) + +(defun |addRow(QString,QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QString,QLayout*)" arguments)) + +(defun |addRow(QString,QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QString,QWidget*)" arguments)) + +(defun |addRow(QString...)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QString...)" arguments)) + +(defun |addRow(QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QWidget*)" arguments)) + +(defun |addRow(QWidget*,QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QWidget*,QLayout*)" arguments)) + +(defun |addRow(QWidget*,QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QWidget*,QWidget*)" arguments)) + +(defun |addRow(QWidget*...)| (object &rest arguments) + (%qinvoke-method object nil "addRow(QWidget*...)" arguments)) + +(defun |addRow| (object &rest arguments) + (%qinvoke-method object nil "addRow" arguments)) + +(defun |addScrollBarWidget| (object &rest arguments) + (%qinvoke-method object nil "addScrollBarWidget" arguments)) + +(defun |addSearchPath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "addSearchPath" arguments)) + +(defun |addSecs| (object &rest arguments) + (%qinvoke-method object nil "addSecs" arguments)) + +(defun |addSection| (object &rest arguments) + (%qinvoke-method object nil "addSection" arguments)) + +(defun |addSeparator| (object &rest arguments) + (%qinvoke-method object nil "addSeparator" arguments)) + +(defun |addShaderFromSourceCode(QGLShader::ShaderType,QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode(QGLShader::ShaderType,QByteArray)" arguments)) + +(defun |addShaderFromSourceCode(QGLShader::ShaderType,QString)| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode(QGLShader::ShaderType,QString)" arguments)) + +(defun |addShaderFromSourceCode(QGLShader::ShaderType,const char*)| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode(QGLShader::ShaderType,const char*)" arguments)) + +(defun |addShaderFromSourceCode| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode" arguments)) + +(defun |addShaderFromSourceFile| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceFile" arguments)) + +(defun |addShader| (object &rest arguments) + (%qinvoke-method object nil "addShader" arguments)) + +(defun |addSimpleText| (object &rest arguments) + (%qinvoke-method object nil "addSimpleText" arguments)) + +(defun |addSpacerItem| (object &rest arguments) + (%qinvoke-method object nil "addSpacerItem" arguments)) + +(defun |addSpacing| (object &rest arguments) + (%qinvoke-method object nil "addSpacing" arguments)) + +(defun |addStack| (object &rest arguments) + (%qinvoke-method object nil "addStack" arguments)) + +(defun |addState| (object &rest arguments) + (%qinvoke-method object nil "addState" arguments)) + +(defun |addStretch| (object &rest arguments) + (%qinvoke-method object nil "addStretch" arguments)) + +(defun |addStrut| (object &rest arguments) + (%qinvoke-method object nil "addStrut" arguments)) + +(defun |addSubWindow| (object &rest arguments) + (%qinvoke-method object nil "addSubWindow" arguments)) + +(defun |addTCBSegment| (object &rest arguments) + (%qinvoke-method object nil "addTCBSegment" arguments)) + +(defun |addTab| (object &rest arguments) + (%qinvoke-method object nil "addTab" arguments)) + +(defun |addText| (object &rest arguments) + (%qinvoke-method object nil "addText" arguments)) + +(defun |addToGroup| (object &rest arguments) + (%qinvoke-method object nil "addToGroup" arguments)) + +(defun |addToJavaScriptWindowObject| (object &rest arguments) + (%qinvoke-method object nil "addToJavaScriptWindowObject" arguments)) + +(defun |addToolBar(QString)| (object &rest arguments) + (%qinvoke-method object nil "addToolBar(QString)" arguments)) + +(defun |addToolBar(QToolBar*)| (object &rest arguments) + (%qinvoke-method object nil "addToolBar(QToolBar*)" arguments)) + +(defun |addToolBarBreak| (object &rest arguments) + (%qinvoke-method object nil "addToolBarBreak" arguments)) + +(defun |addToolBar| (object &rest arguments) + (%qinvoke-method object nil "addToolBar" arguments)) + +(defun |addTopLevelItems| (object &rest arguments) + (%qinvoke-method object nil "addTopLevelItems" arguments)) + +(defun |addTopLevelItem| (object &rest arguments) + (%qinvoke-method object nil "addTopLevelItem" arguments)) + +(defun |addTransition(QAbstractState*)| (object &rest arguments) + (%qinvoke-method object nil "addTransition(QAbstractState*)" arguments)) + +(defun |addTransition(QAbstractTransition*)| (object &rest arguments) + (%qinvoke-method object nil "addTransition(QAbstractTransition*)" arguments)) + +(defun |addTransition| (object &rest arguments) + (%qinvoke-method object nil "addTransition" arguments)) + +(defun |addWidget| (object &rest arguments) + (%qinvoke-method object nil "addWidget" arguments)) + +(defun |addYears| (object &rest arguments) + (%qinvoke-method object nil "addYears" arguments)) + +(defun |added| (object &rest arguments) + (%qinvoke-method object nil "added" arguments)) + +(defun |addressEntries| (object &rest arguments) + (%qinvoke-method object nil "addressEntries" arguments)) + +(defun |add| (object &rest arguments) + (%qinvoke-method object nil "add" arguments)) + +(defun |adjoint| (object &rest arguments) + (%qinvoke-method object nil "adjoint" arguments)) + +(defun |adjustSize| (object &rest arguments) + (%qinvoke-method object nil "adjustSize" arguments)) + +(defun |adjusted| (object &rest arguments) + (%qinvoke-method object nil "adjusted" arguments)) + +(defun |advance| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "advance" arguments)) + +(defun |alert.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "alert" arguments)) + +(defun |algorithm| (object &rest arguments) + (%qinvoke-method object nil "algorithm" arguments)) + +(defun |aliases| (object &rest arguments) + (%qinvoke-method object nil "aliases" arguments)) + +(defun |alignedRect.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "alignedRect" arguments)) + +(defun |alignment| (object &rest arguments) + (%qinvoke-method object nil "alignment" arguments)) + +(defun |allAddresses.QNetworkCacheMetaData| (&rest arguments) + (%qinvoke-method "QNetworkCacheMetaData" nil "allAddresses" arguments)) + +(defun |allColumnsShowFocus| (object &rest arguments) + (%qinvoke-method object nil "allColumnsShowFocus" arguments)) + +(defun |allFormats| (object &rest arguments) + (%qinvoke-method object nil "allFormats" arguments)) + +(defun |allGray| (object &rest arguments) + (%qinvoke-method object nil "allGray" arguments)) + +(defun |allInterfaces.QNetworkCacheMetaData| (&rest arguments) + (%qinvoke-method "QNetworkCacheMetaData" nil "allInterfaces" arguments)) + +(defun |allKeys| (object &rest arguments) + (%qinvoke-method object nil "allKeys" arguments)) + +(defun |allOrigins.QWebSecurityOrigin| (&rest arguments) + (%qinvoke-method "QWebSecurityOrigin" nil "allOrigins" arguments)) + +(defun |allWidgets.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "allWidgets" arguments)) + +(defun |allWindows.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "allWindows" arguments)) + +(defun |allowedAreasChanged| (object &rest arguments) + (%qinvoke-method object nil "allowedAreasChanged" arguments)) + +(defun |allowedAreas| (object &rest arguments) + (%qinvoke-method object nil "allowedAreas" arguments)) + +(defun |allowedNextProtocols| (object &rest arguments) + (%qinvoke-method object nil "allowedNextProtocols" arguments)) + +(defun |allowsErrorInteraction| (object &rest arguments) + (%qinvoke-method object nil "allowsErrorInteraction" arguments)) + +(defun |allowsInteraction| (object &rest arguments) + (%qinvoke-method object nil "allowsInteraction" arguments)) + +(defun |alphaBufferSize| (object &rest arguments) + (%qinvoke-method object nil "alphaBufferSize" arguments)) + +(defun |alphaF| (object &rest arguments) + (%qinvoke-method object nil "alphaF" arguments)) + +(defun |alpha| (object &rest arguments) + (%qinvoke-method object nil "alpha" arguments)) + +(defun |alternateBase| (object &rest arguments) + (%qinvoke-method object nil "alternateBase" arguments)) + +(defun |alternateText| (object &rest arguments) + (%qinvoke-method object nil "alternateText" arguments)) + +(defun |alternatingRowColors| (object &rest arguments) + (%qinvoke-method object nil "alternatingRowColors" arguments)) + +(defun |amText| (object &rest arguments) + (%qinvoke-method object nil "amText" arguments)) + +(defun |amplitude| (object &rest arguments) + (%qinvoke-method object nil "amplitude" arguments)) + +(defun |anchorAt| (object &rest arguments) + (%qinvoke-method object nil "anchorAt" arguments)) + +(defun |anchorClicked| (object &rest arguments) + (%qinvoke-method object nil "anchorClicked" arguments)) + +(defun |anchorHref| (object &rest arguments) + (%qinvoke-method object nil "anchorHref" arguments)) + +(defun |anchorNames| (object &rest arguments) + (%qinvoke-method object nil "anchorNames" arguments)) + +(defun |anchor| (object &rest arguments) + (%qinvoke-method object nil "anchor" arguments)) + +(defun |angleAtPercent| (object &rest arguments) + (%qinvoke-method object nil "angleAtPercent" arguments)) + +(defun |angleChanged| (object &rest arguments) + (%qinvoke-method object nil "angleChanged" arguments)) + +(defun |angleDelta| (object &rest arguments) + (%qinvoke-method object nil "angleDelta" arguments)) + +(defun |angle| (object &rest arguments) + (%qinvoke-method object nil "angle" arguments)) + +(defun |animateClick| (object &rest arguments) + (%qinvoke-method object nil "animateClick" arguments)) + +(defun |animated| (object &rest arguments) + (%qinvoke-method object nil "animated" arguments)) + +(defun |animationAt| (object &rest arguments) + (%qinvoke-method object nil "animationAt" arguments)) + +(defun |animationCount| (object &rest arguments) + (%qinvoke-method object nil "animationCount" arguments)) + +(defun |animations| (object &rest arguments) + (%qinvoke-method object nil "animations" arguments)) + +(defun |answerRect| (object &rest arguments) + (%qinvoke-method object nil "answerRect" arguments)) + +(defun |appendColumns| (object &rest arguments) + (%qinvoke-method object nil "appendColumns" arguments)) + +(defun |appendColumn| (object &rest arguments) + (%qinvoke-method object nil "appendColumn" arguments)) + +(defun |appendHtml| (object &rest arguments) + (%qinvoke-method object nil "appendHtml" arguments)) + +(defun |appendInside(QString)| (object &rest arguments) + (%qinvoke-method object nil "appendInside(QString)" arguments)) + +(defun |appendInside(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "appendInside(QWebElement)" arguments)) + +(defun |appendInside| (object &rest arguments) + (%qinvoke-method object nil "appendInside" arguments)) + +(defun |appendOutside(QString)| (object &rest arguments) + (%qinvoke-method object nil "appendOutside(QString)" arguments)) + +(defun |appendOutside(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "appendOutside(QWebElement)" arguments)) + +(defun |appendOutside| (object &rest arguments) + (%qinvoke-method object nil "appendOutside" arguments)) + +(defun |appendPlainText| (object &rest arguments) + (%qinvoke-method object nil "appendPlainText" arguments)) + +(defun |appendRow(QList)| (object &rest arguments) + (%qinvoke-method object nil "appendRow(QList)" arguments)) + +(defun |appendRow(QStandardItem*)| (object &rest arguments) + (%qinvoke-method object nil "appendRow(QStandardItem*)" arguments)) + +(defun |appendRows| (object &rest arguments) + (%qinvoke-method object nil "appendRows" arguments)) + +(defun |appendRow| (object &rest arguments) + (%qinvoke-method object nil "appendRow" arguments)) + +(defun |appendUndoItem| (object &rest arguments) + (%qinvoke-method object nil "appendUndoItem" arguments)) + +(defun |append| (object &rest arguments) + (%qinvoke-method object nil "append" arguments)) + +(defun |applicationCacheQuotaExceeded| (object &rest arguments) + (%qinvoke-method object nil "applicationCacheQuotaExceeded" arguments)) + +(defun |applicationDirPath.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "applicationDirPath" arguments)) + +(defun |applicationDisplayName.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "applicationDisplayName" arguments)) + +(defun |applicationFilePath.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "applicationFilePath" arguments)) + +(defun |applicationFontFamilies.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "applicationFontFamilies" arguments)) + +(defun |applicationName.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "applicationName" arguments)) + +(defun |applicationNameChanged| (object &rest arguments) + (%qinvoke-method object nil "applicationNameChanged" arguments)) + +(defun |applicationName| (object &rest arguments) + (%qinvoke-method object nil "applicationName" arguments)) + +(defun |applicationPid.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "applicationPid" arguments)) + +(defun |applicationProxy.QNetworkCookie| (&rest arguments) + (%qinvoke-method "QNetworkCookie" nil "applicationProxy" arguments)) + +(defun |applicationState.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "applicationState" arguments)) + +(defun |applicationStateChanged| (object &rest arguments) + (%qinvoke-method object nil "applicationStateChanged" arguments)) + +(defun |applicationVersion.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "applicationVersion" arguments)) + +(defun |applicationVersionChanged| (object &rest arguments) + (%qinvoke-method object nil "applicationVersionChanged" arguments)) + +(defun |applyTo| (object &rest arguments) + (%qinvoke-method object nil "applyTo" arguments)) + +(defun |arcMoveTo| (object &rest arguments) + (%qinvoke-method object nil "arcMoveTo" arguments)) + +(defun |arcTo| (object &rest arguments) + (%qinvoke-method object nil "arcTo" arguments)) + +(defun |areSharing.QGLContext| (&rest arguments) + (%qinvoke-method "QGLContext" nil "areSharing" arguments)) + +(defun |arguments.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "arguments" arguments)) + +(defun |arguments| (object &rest arguments) + (%qinvoke-method object nil "arguments" arguments)) + +(defun |arrowType| (object &rest arguments) + (%qinvoke-method object nil "arrowType" arguments)) + +(defun |ascent| (object &rest arguments) + (%qinvoke-method object nil "ascent" arguments)) + +(defun |assignProperty| (object &rest arguments) + (%qinvoke-method object nil "assignProperty" arguments)) + +(defun |associatedGraphicsWidgets| (object &rest arguments) + (%qinvoke-method object nil "associatedGraphicsWidgets" arguments)) + +(defun |associatedWidgets| (object &rest arguments) + (%qinvoke-method object nil "associatedWidgets" arguments)) + +(defun |atBlockEnd| (object &rest arguments) + (%qinvoke-method object nil "atBlockEnd" arguments)) + +(defun |atBlockStart| (object &rest arguments) + (%qinvoke-method object nil "atBlockStart" arguments)) + +(defun |atEnd| (object &rest arguments) + (%qinvoke-method object nil "atEnd" arguments)) + +(defun |atStart| (object &rest arguments) + (%qinvoke-method object nil "atStart" arguments)) + +(defun |attachment| (object &rest arguments) + (%qinvoke-method object nil "attachment" arguments)) + +(defun |attributeLocation(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation(QByteArray)" arguments)) + +(defun |attributeLocation(QString)| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation(QString)" arguments)) + +(defun |attributeLocation(const char*)| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation(const char*)" arguments)) + +(defun |attributeLocation| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation" arguments)) + +(defun |attributeNS| (object &rest arguments) + (%qinvoke-method object nil "attributeNS" arguments)) + +(defun |attributeNames| (object &rest arguments) + (%qinvoke-method object nil "attributeNames" arguments)) + +(defun |attribute| (object &rest arguments) + (%qinvoke-method object nil "attribute" arguments)) + +(defun |at| (object &rest arguments) + (%qinvoke-method object nil "at" arguments)) + +(defun |authenticationRequired| (object &rest arguments) + (%qinvoke-method object nil "authenticationRequired" arguments)) + +(defun |authority| (object &rest arguments) + (%qinvoke-method object nil "authority" arguments)) + +(defun |autoBufferSwap| (object &rest arguments) + (%qinvoke-method object nil "autoBufferSwap" arguments)) + +(defun |autoClose| (object &rest arguments) + (%qinvoke-method object nil "autoClose" arguments)) + +(defun |autoDefault| (object &rest arguments) + (%qinvoke-method object nil "autoDefault" arguments)) + +(defun |autoDelete| (object &rest arguments) + (%qinvoke-method object nil "autoDelete" arguments)) + +(defun |autoExclusive| (object &rest arguments) + (%qinvoke-method object nil "autoExclusive" arguments)) + +(defun |autoExpandDelay| (object &rest arguments) + (%qinvoke-method object nil "autoExpandDelay" arguments)) + +(defun |autoFillBackground| (object &rest arguments) + (%qinvoke-method object nil "autoFillBackground" arguments)) + +(defun |autoFormatting| (object &rest arguments) + (%qinvoke-method object nil "autoFormatting" arguments)) + +(defun |autoHide| (object &rest arguments) + (%qinvoke-method object nil "autoHide" arguments)) + +(defun |autoRaise| (object &rest arguments) + (%qinvoke-method object nil "autoRaise" arguments)) + +(defun |autoRepeatDelay| (object &rest arguments) + (%qinvoke-method object nil "autoRepeatDelay" arguments)) + +(defun |autoRepeatInterval| (object &rest arguments) + (%qinvoke-method object nil "autoRepeatInterval" arguments)) + +(defun |autoRepeat| (object &rest arguments) + (%qinvoke-method object nil "autoRepeat" arguments)) + +(defun |autoReset| (object &rest arguments) + (%qinvoke-method object nil "autoReset" arguments)) + +(defun |autoSaveFilter| (object &rest arguments) + (%qinvoke-method object nil "autoSaveFilter" arguments)) + +(defun |autoScrollMargin| (object &rest arguments) + (%qinvoke-method object nil "autoScrollMargin" arguments)) + +(defun |autoSipEnabled| (object &rest arguments) + (%qinvoke-method object nil "autoSipEnabled" arguments)) + +(defun |availableCodecs.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "availableCodecs" arguments)) + +(defun |availableGeometry(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "availableGeometry(QPoint)" arguments)) + +(defun |availableGeometry(const QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "availableGeometry(const QWidget*)" arguments)) + +(defun |availableGeometry(int)| (object &rest arguments) + (%qinvoke-method object nil "availableGeometry(int)" arguments)) + +(defun |availableGeometry| (object &rest arguments) + (%qinvoke-method object nil "availableGeometry" arguments)) + +(defun |availableMibs.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "availableMibs" arguments)) + +(defun |availablePrinterNames.QPrinterInfo| (&rest arguments) + (%qinvoke-method "QPrinterInfo" nil "availablePrinterNames" arguments)) + +(defun |availableRedoSteps| (object &rest arguments) + (%qinvoke-method object nil "availableRedoSteps" arguments)) + +(defun |availableSizes| (object &rest arguments) + (%qinvoke-method object nil "availableSizes" arguments)) + +(defun |availableUndoSteps| (object &rest arguments) + (%qinvoke-method object nil "availableUndoSteps" arguments)) + +(defun |available| (object &rest arguments) + (%qinvoke-method object nil "available" arguments)) + +(defun |averageCharWidth| (object &rest arguments) + (%qinvoke-method object nil "averageCharWidth" arguments)) + +(defun |axisChanged| (object &rest arguments) + (%qinvoke-method object nil "axisChanged" arguments)) + +(defun |axis| (object &rest arguments) + (%qinvoke-method object nil "axis" arguments)) + +(defun |backItems| (object &rest arguments) + (%qinvoke-method object nil "backItems" arguments)) + +(defun |backItem| (object &rest arguments) + (%qinvoke-method object nil "backItem" arguments)) + +(defun |backgroundBrush| (object &rest arguments) + (%qinvoke-method object nil "backgroundBrush" arguments)) + +(defun |backgroundColor| (object &rest arguments) + (%qinvoke-method object nil "backgroundColor" arguments)) + +(defun |backgroundMode| (object &rest arguments) + (%qinvoke-method object nil "backgroundMode" arguments)) + +(defun |backgroundRole| (object &rest arguments) + (%qinvoke-method object nil "backgroundRole" arguments)) + +(defun |backgroundVisible| (object &rest arguments) + (%qinvoke-method object nil "backgroundVisible" arguments)) + +(defun |background| (object &rest arguments) + (%qinvoke-method object nil "background" arguments)) + +(defun |backingStore| (object &rest arguments) + (%qinvoke-method object nil "backingStore" arguments)) + +(defun |backspace| (object &rest arguments) + (%qinvoke-method object nil "backspace" arguments)) + +(defun |backwardAvailable| (object &rest arguments) + (%qinvoke-method object nil "backwardAvailable" arguments)) + +(defun |backwardHistoryCount| (object &rest arguments) + (%qinvoke-method object nil "backwardHistoryCount" arguments)) + +(defun |backward| (object &rest arguments) + (%qinvoke-method object nil "backward" arguments)) + +(defun |back| (object &rest arguments) + (%qinvoke-method object nil "back" arguments)) + +(defun |baseName| (object &rest arguments) + (%qinvoke-method object nil "baseName" arguments)) + +(defun |baseSize| (object &rest arguments) + (%qinvoke-method object nil "baseSize" arguments)) + +(defun |baseUrlChanged| (object &rest arguments) + (%qinvoke-method object nil "baseUrlChanged" arguments)) + +(defun |baseUrl| (object &rest arguments) + (%qinvoke-method object nil "baseUrl" arguments)) + +(defun |base| (object &rest arguments) + (%qinvoke-method object nil "base" arguments)) + +(defun |batchSize| (object &rest arguments) + (%qinvoke-method object nil "batchSize" arguments)) + +(defun |bcp47Name| (object &rest arguments) + (%qinvoke-method object nil "bcp47Name" arguments)) + +(defun |beep.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "beep" arguments)) + +(defun |beforeDelete| (object &rest arguments) + (%qinvoke-method object nil "beforeDelete" arguments)) + +(defun |beforeInsert| (object &rest arguments) + (%qinvoke-method object nil "beforeInsert" arguments)) + +(defun |beforeUpdate| (object &rest arguments) + (%qinvoke-method object nil "beforeUpdate" arguments)) + +(defun |before| (object &rest arguments) + (%qinvoke-method object nil "before" arguments)) + +(defun |begin(QImage*)| (object &rest arguments) + (%qinvoke-method object nil "begin(QImage*)" arguments)) + +(defun |begin(QPicture*)| (object &rest arguments) + (%qinvoke-method object nil "begin(QPicture*)" arguments)) + +(defun |begin(QPixmap*)| (object &rest arguments) + (%qinvoke-method object nil "begin(QPixmap*)" arguments)) + +(defun |begin(QPrinter*)| (object &rest arguments) + (%qinvoke-method object nil "begin(QPrinter*)" arguments)) + +(defun |begin(QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "begin(QWidget*)" arguments)) + +(defun |beginEditBlock| (object &rest arguments) + (%qinvoke-method object nil "beginEditBlock" arguments)) + +(defun |beginGroup| (object &rest arguments) + (%qinvoke-method object nil "beginGroup" arguments)) + +(defun |beginInsertColumns| (object &rest arguments) + (%qinvoke-method object nil "beginInsertColumns" arguments)) + +(defun |beginInsertRows| (object &rest arguments) + (%qinvoke-method object nil "beginInsertRows" arguments)) + +(defun |beginLayout| (object &rest arguments) + (%qinvoke-method object nil "beginLayout" arguments)) + +(defun |beginMacro| (object &rest arguments) + (%qinvoke-method object nil "beginMacro" arguments)) + +(defun |beginMoveColumns| (object &rest arguments) + (%qinvoke-method object nil "beginMoveColumns" arguments)) + +(defun |beginMoveRows| (object &rest arguments) + (%qinvoke-method object nil "beginMoveRows" arguments)) + +(defun |beginNativePainting| (object &rest arguments) + (%qinvoke-method object nil "beginNativePainting" arguments)) + +(defun |beginReadArray| (object &rest arguments) + (%qinvoke-method object nil "beginReadArray" arguments)) + +(defun |beginRemoveColumns| (object &rest arguments) + (%qinvoke-method object nil "beginRemoveColumns" arguments)) + +(defun |beginRemoveRows| (object &rest arguments) + (%qinvoke-method object nil "beginRemoveRows" arguments)) + +(defun |beginResetModel| (object &rest arguments) + (%qinvoke-method object nil "beginResetModel" arguments)) + +(defun |beginTransaction| (object &rest arguments) + (%qinvoke-method object nil "beginTransaction" arguments)) + +(defun |beginWriteArray| (object &rest arguments) + (%qinvoke-method object nil "beginWriteArray" arguments)) + +(defun |begin| (object &rest arguments) + (%qinvoke-method object nil "begin" arguments)) + +(defun |bind(QHostAddress)| (object &rest arguments) + (%qinvoke-method object nil "bind(QHostAddress)" arguments)) + +(defun |bind(QHostAddress...)| (object &rest arguments) + (%qinvoke-method object nil "bind(QHostAddress...)" arguments)) + +(defun |bind(ushort)| (object &rest arguments) + (%qinvoke-method object nil "bind(ushort)" arguments)) + +(defun |bind(ushort...)| (object &rest arguments) + (%qinvoke-method object nil "bind(ushort...)" arguments)) + +(defun |bindAttributeLocation(QByteArray...)| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation(QByteArray...)" arguments)) + +(defun |bindAttributeLocation(QString...)| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation(QString...)" arguments)) + +(defun |bindAttributeLocation(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation(const char*...)" arguments)) + +(defun |bindAttributeLocation| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation" arguments)) + +(defun |bindDefault.QGLFramebufferObject| (&rest arguments) + (%qinvoke-method "QGLFramebufferObject" nil "bindDefault" arguments)) + +(defun |bindTexture(QImage)| (object &rest arguments) + (%qinvoke-method object nil "bindTexture(QImage)" arguments)) + +(defun |bindTexture(QImage...)| (object &rest arguments) + (%qinvoke-method object nil "bindTexture(QImage...)" arguments)) + +(defun |bindTexture(QPixmap)| (object &rest arguments) + (%qinvoke-method object nil "bindTexture(QPixmap)" arguments)) + +(defun |bindTexture(QPixmap...)| (object &rest arguments) + (%qinvoke-method object nil "bindTexture(QPixmap...)" arguments)) + +(defun |bindTexture(QString)| (object &rest arguments) + (%qinvoke-method object nil "bindTexture(QString)" arguments)) + +(defun |bindTexture| (object &rest arguments) + (%qinvoke-method object nil "bindTexture" arguments)) + +(defun |bindToDynamicTexture| (object &rest arguments) + (%qinvoke-method object nil "bindToDynamicTexture" arguments)) + +(defun |bindValue(QString...)| (object &rest arguments) + (%qinvoke-method object nil "bindValue(QString...)" arguments)) + +(defun |bindValue(int...)| (object &rest arguments) + (%qinvoke-method object nil "bindValue(int...)" arguments)) + +(defun |bindValueType(QString)| (object &rest arguments) + (%qinvoke-method object nil "bindValueType(QString)" arguments)) + +(defun |bindValueType(int)| (object &rest arguments) + (%qinvoke-method object nil "bindValueType(int)" arguments)) + +(defun |bindValueType| (object &rest arguments) + (%qinvoke-method object nil "bindValueType" arguments)) + +(defun |bindValue| (object &rest arguments) + (%qinvoke-method object nil "bindValue" arguments)) + +(defun |bindingSyntax| (object &rest arguments) + (%qinvoke-method object nil "bindingSyntax" arguments)) + +(defun |bind| (object &rest arguments) + (%qinvoke-method object nil "bind" arguments)) + +(defun |bitPlaneCount| (object &rest arguments) + (%qinvoke-method object nil "bitPlaneCount" arguments)) + +(defun |bitmap| (object &rest arguments) + (%qinvoke-method object nil "bitmap" arguments)) + +(defun |blackF| (object &rest arguments) + (%qinvoke-method object nil "blackF" arguments)) + +(defun |black| (object &rest arguments) + (%qinvoke-method object nil "black" arguments)) + +(defun |blitFramebuffer.QGLFramebufferObject| (&rest arguments) + (%qinvoke-method "QGLFramebufferObject" nil "blitFramebuffer" arguments)) + +(defun |blockBoundingGeometry| (object &rest arguments) + (%qinvoke-method object nil "blockBoundingGeometry" arguments)) + +(defun |blockBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "blockBoundingRect" arguments)) + +(defun |blockCharFormat| (object &rest arguments) + (%qinvoke-method object nil "blockCharFormat" arguments)) + +(defun |blockCountChanged| (object &rest arguments) + (%qinvoke-method object nil "blockCountChanged" arguments)) + +(defun |blockCount| (object &rest arguments) + (%qinvoke-method object nil "blockCount" arguments)) + +(defun |blockFormatIndex| (object &rest arguments) + (%qinvoke-method object nil "blockFormatIndex" arguments)) + +(defun |blockFormat| (object &rest arguments) + (%qinvoke-method object nil "blockFormat" arguments)) + +(defun |blockList| (object &rest arguments) + (%qinvoke-method object nil "blockList" arguments)) + +(defun |blockNumber| (object &rest arguments) + (%qinvoke-method object nil "blockNumber" arguments)) + +(defun |blockSignals| (object &rest arguments) + (%qinvoke-method object nil "blockSignals" arguments)) + +(defun |block| (object &rest arguments) + (%qinvoke-method object nil "block" arguments)) + +(defun |blueBufferSize| (object &rest arguments) + (%qinvoke-method object nil "blueBufferSize" arguments)) + +(defun |blueF| (object &rest arguments) + (%qinvoke-method object nil "blueF" arguments)) + +(defun |blue| (object &rest arguments) + (%qinvoke-method object nil "blue" arguments)) + +(defun |blurHintsChanged| (object &rest arguments) + (%qinvoke-method object nil "blurHintsChanged" arguments)) + +(defun |blurHints| (object &rest arguments) + (%qinvoke-method object nil "blurHints" arguments)) + +(defun |blurRadiusChanged| (object &rest arguments) + (%qinvoke-method object nil "blurRadiusChanged" arguments)) + +(defun |blurRadius| (object &rest arguments) + (%qinvoke-method object nil "blurRadius" arguments)) + +(defun |bold| (object &rest arguments) + (%qinvoke-method object nil "bold" arguments)) + +(defun |boolProperty| (object &rest arguments) + (%qinvoke-method object nil "boolProperty" arguments)) + +(defun |borderBrush| (object &rest arguments) + (%qinvoke-method object nil "borderBrush" arguments)) + +(defun |borderStyle| (object &rest arguments) + (%qinvoke-method object nil "borderStyle" arguments)) + +(defun |border| (object &rest arguments) + (%qinvoke-method object nil "border" arguments)) + +(defun |bottomChanged| (object &rest arguments) + (%qinvoke-method object nil "bottomChanged" arguments)) + +(defun |bottomMargin| (object &rest arguments) + (%qinvoke-method object nil "bottomMargin" arguments)) + +(defun |bottomPadding| (object &rest arguments) + (%qinvoke-method object nil "bottomPadding" arguments)) + +(defun |bottomRight| (object &rest arguments) + (%qinvoke-method object nil "bottomRight" arguments)) + +(defun |bottomRow| (object &rest arguments) + (%qinvoke-method object nil "bottomRow" arguments)) + +(defun |bottom| (object &rest arguments) + (%qinvoke-method object nil "bottom" arguments)) + +(defun |boundValue(QString)| (object &rest arguments) + (%qinvoke-method object nil "boundValue(QString)" arguments)) + +(defun |boundValue(int)| (object &rest arguments) + (%qinvoke-method object nil "boundValue(int)" arguments)) + +(defun |boundValueCount| (object &rest arguments) + (%qinvoke-method object nil "boundValueCount" arguments)) + +(defun |boundValueName| (object &rest arguments) + (%qinvoke-method object nil "boundValueName" arguments)) + +(defun |boundValues| (object &rest arguments) + (%qinvoke-method object nil "boundValues" arguments)) + +(defun |boundValue| (object &rest arguments) + (%qinvoke-method object nil "boundValue" arguments)) + +(defun |boundaryReasons| (object &rest arguments) + (%qinvoke-method object nil "boundaryReasons" arguments)) + +(defun |boundingRect(QChar)| (object &rest arguments) + (%qinvoke-method object nil "boundingRect(QChar)" arguments)) + +(defun |boundingRect(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "boundingRect(QRect...)" arguments)) + +(defun |boundingRect(QRectF,QString...)| (object &rest arguments) + (%qinvoke-method object nil "boundingRect(QRectF,QString...)" arguments)) + +(defun |boundingRect(QRectF,int...)| (object &rest arguments) + (%qinvoke-method object nil "boundingRect(QRectF,int...)" arguments)) + +(defun |boundingRect(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "boundingRect(QRectF...)" arguments)) + +(defun |boundingRect(QString)| (object &rest arguments) + (%qinvoke-method object nil "boundingRect(QString)" arguments)) + +(defun |boundingRectFor| (object &rest arguments) + (%qinvoke-method object nil "boundingRectFor" arguments)) + +(defun |boundingRect| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "boundingRect" arguments)) + +(defun |boundingRegionGranularity| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "boundingRegionGranularity" arguments)) + +(defun |boundingRegion| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "boundingRegion" arguments)) + +(defun |boundsOnElement| (object &rest arguments) + (%qinvoke-method object nil "boundsOnElement" arguments)) + +(defun |brightText| (object &rest arguments) + (%qinvoke-method object nil "brightText" arguments)) + +(defun |brushOrigin| (object &rest arguments) + (%qinvoke-method object nil "brushOrigin" arguments)) + +(defun |brushProperty| (object &rest arguments) + (%qinvoke-method object nil "brushProperty" arguments)) + +(defun |brush| (object &rest arguments) + (%qinvoke-method object nil "brush" arguments)) + +(defun |bspTreeDepth| (object &rest arguments) + (%qinvoke-method object nil "bspTreeDepth" arguments)) + +(defun |buddy| (object &rest arguments) + (%qinvoke-method object nil "buddy" arguments)) + +(defun |buffer| (object &rest arguments) + (%qinvoke-method object nil "buffer" arguments)) + +(defun |bundleName| (object &rest arguments) + (%qinvoke-method object nil "bundleName" arguments)) + +(defun |buttonClicked(QAbstractButton*)| (object &rest arguments) + (%qinvoke-method object nil "buttonClicked(QAbstractButton*)" arguments)) + +(defun |buttonClicked(int)| (object &rest arguments) + (%qinvoke-method object nil "buttonClicked(int)" arguments)) + +(defun |buttonClicked| (object &rest arguments) + (%qinvoke-method object nil "buttonClicked" arguments)) + +(defun |buttonDownPos| (object &rest arguments) + (%qinvoke-method object nil "buttonDownPos" arguments)) + +(defun |buttonDownScenePos| (object &rest arguments) + (%qinvoke-method object nil "buttonDownScenePos" arguments)) + +(defun |buttonDownScreenPos| (object &rest arguments) + (%qinvoke-method object nil "buttonDownScreenPos" arguments)) + +(defun |buttonPressed(QAbstractButton*)| (object &rest arguments) + (%qinvoke-method object nil "buttonPressed(QAbstractButton*)" arguments)) + +(defun |buttonPressed(int)| (object &rest arguments) + (%qinvoke-method object nil "buttonPressed(int)" arguments)) + +(defun |buttonPressed| (object &rest arguments) + (%qinvoke-method object nil "buttonPressed" arguments)) + +(defun |buttonReleased(QAbstractButton*)| (object &rest arguments) + (%qinvoke-method object nil "buttonReleased(QAbstractButton*)" arguments)) + +(defun |buttonReleased(int)| (object &rest arguments) + (%qinvoke-method object nil "buttonReleased(int)" arguments)) + +(defun |buttonReleased| (object &rest arguments) + (%qinvoke-method object nil "buttonReleased" arguments)) + +(defun |buttonRole| (object &rest arguments) + (%qinvoke-method object nil "buttonRole" arguments)) + +(defun |buttonSymbols| (object &rest arguments) + (%qinvoke-method object nil "buttonSymbols" arguments)) + +(defun |buttonText| (object &rest arguments) + (%qinvoke-method object nil "buttonText" arguments)) + +(defun |buttonToggled(QAbstractButton*...)| (object &rest arguments) + (%qinvoke-method object nil "buttonToggled(QAbstractButton*...)" arguments)) + +(defun |buttonToggled(int...)| (object &rest arguments) + (%qinvoke-method object nil "buttonToggled(int...)" arguments)) + +(defun |buttonToggled| (object &rest arguments) + (%qinvoke-method object nil "buttonToggled" arguments)) + +(defun |buttons| (object &rest arguments) + (%qinvoke-method object nil "buttons" arguments)) + +(defun |button| (object &rest arguments) + (%qinvoke-method object nil "button" arguments)) + +(defun |byteCount| (object &rest arguments) + (%qinvoke-method object nil "byteCount" arguments)) + +(defun |bytesAvailable| (object &rest arguments) + (%qinvoke-method object nil "bytesAvailable" arguments)) + +(defun |bytesPerLine| (object &rest arguments) + (%qinvoke-method object nil "bytesPerLine" arguments)) + +(defun |bytesReceived| (object &rest arguments) + (%qinvoke-method object nil "bytesReceived" arguments)) + +(defun |bytesToWrite| (object &rest arguments) + (%qinvoke-method object nil "bytesToWrite" arguments)) + +(defun |bytesWritten| (object &rest arguments) + (%qinvoke-method object nil "bytesWritten" arguments)) + +(defun |c.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "c" arguments)) + +(defun |caCertificates| (object &rest arguments) + (%qinvoke-method object nil "caCertificates" arguments)) + +(defun |cacheEnabled| (object &rest arguments) + (%qinvoke-method object nil "cacheEnabled" arguments)) + +(defun |cacheKey| (object &rest arguments) + (%qinvoke-method object nil "cacheKey" arguments)) + +(defun |cacheLimit.QPixmapCache| (&rest arguments) + (%qinvoke-method "QPixmapCache" nil "cacheLimit" arguments)) + +(defun |cacheMode| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "cacheMode" arguments)) + +(defun |cache| (object &rest arguments) + (%qinvoke-method object nil "cache" arguments)) + +(defun |caching| (object &rest arguments) + (%qinvoke-method object nil "caching" arguments)) + +(defun |calendarPopup| (object &rest arguments) + (%qinvoke-method object nil "calendarPopup" arguments)) + +(defun |calendarWidget| (object &rest arguments) + (%qinvoke-method object nil "calendarWidget" arguments)) + +(defun |canConvert| (object &rest arguments) + (%qinvoke-method object nil "canConvert" arguments)) + +(defun |canDropMimeData| (object &rest arguments) + (%qinvoke-method object nil "canDropMimeData" arguments)) + +(defun |canEncode(QChar)| (object &rest arguments) + (%qinvoke-method object nil "canEncode(QChar)" arguments)) + +(defun |canEncode(QString)| (object &rest arguments) + (%qinvoke-method object nil "canEncode(QString)" arguments)) + +(defun |canEncode| (object &rest arguments) + (%qinvoke-method object nil "canEncode" arguments)) + +(defun |canFetchMore| (object &rest arguments) + (%qinvoke-method object nil "canFetchMore" arguments)) + +(defun |canGoBack| (object &rest arguments) + (%qinvoke-method object nil "canGoBack" arguments)) + +(defun |canGoForward| (object &rest arguments) + (%qinvoke-method object nil "canGoForward" arguments)) + +(defun |canPaste| (object &rest arguments) + (%qinvoke-method object nil "canPaste" arguments)) + +(defun |canReadLine| (object &rest arguments) + (%qinvoke-method object nil "canReadLine" arguments)) + +(defun |canRedoChanged| (object &rest arguments) + (%qinvoke-method object nil "canRedoChanged" arguments)) + +(defun |canRedo| (object &rest arguments) + (%qinvoke-method object nil "canRedo" arguments)) + +(defun |canUndoChanged| (object &rest arguments) + (%qinvoke-method object nil "canUndoChanged" arguments)) + +(defun |canUndo| (object &rest arguments) + (%qinvoke-method object nil "canUndo" arguments)) + +(defun |cancelButtonText| (object &rest arguments) + (%qinvoke-method object nil "cancelButtonText" arguments)) + +(defun |cancelDelayedEvent| (object &rest arguments) + (%qinvoke-method object nil "cancelDelayedEvent" arguments)) + +(defun |cancelIndexing| (object &rest arguments) + (%qinvoke-method object nil "cancelIndexing" arguments)) + +(defun |cancelQuery| (object &rest arguments) + (%qinvoke-method object nil "cancelQuery" arguments)) + +(defun |cancelSearching| (object &rest arguments) + (%qinvoke-method object nil "cancelSearching" arguments)) + +(defun |canceledGestures| (object &rest arguments) + (%qinvoke-method object nil "canceledGestures" arguments)) + +(defun |canceled| (object &rest arguments) + (%qinvoke-method object nil "canceled" arguments)) + +(defun |cancel| (object &rest arguments) + (%qinvoke-method object nil "cancel" arguments)) + +(defun |canonicalFilePath| (object &rest arguments) + (%qinvoke-method object nil "canonicalFilePath" arguments)) + +(defun |canonicalPath| (object &rest arguments) + (%qinvoke-method object nil "canonicalPath" arguments)) + +(defun |capStyle| (object &rest arguments) + (%qinvoke-method object nil "capStyle" arguments)) + +(defun |capabilities| (object &rest arguments) + (%qinvoke-method object nil "capabilities" arguments)) + +(defun |capitalization| (object &rest arguments) + (%qinvoke-method object nil "capitalization" arguments)) + +(defun |captureCount| (object &rest arguments) + (%qinvoke-method object nil "captureCount" arguments)) + +(defun |capturedTexts| (object &rest arguments) + (%qinvoke-method object nil "capturedTexts" arguments)) + +(defun |cap| (object &rest arguments) + (%qinvoke-method object nil "cap" arguments)) + +(defun |cascadeSubWindows| (object &rest arguments) + (%qinvoke-method object nil "cascadeSubWindows" arguments)) + +(defun |cascadingSectionResizes| (object &rest arguments) + (%qinvoke-method object nil "cascadingSectionResizes" arguments)) + +(defun |caseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "caseSensitivity" arguments)) + +(defun |cdUp| (object &rest arguments) + (%qinvoke-method object nil "cdUp" arguments)) + +(defun |cd| (object &rest arguments) + (%qinvoke-method object nil "cd" arguments)) + +(defun |cellActivated| (object &rest arguments) + (%qinvoke-method object nil "cellActivated" arguments)) + +(defun |cellAt(QTextCursor)| (object &rest arguments) + (%qinvoke-method object nil "cellAt(QTextCursor)" arguments)) + +(defun |cellAt(int)| (object &rest arguments) + (%qinvoke-method object nil "cellAt(int)" arguments)) + +(defun |cellAt| (object &rest arguments) + (%qinvoke-method object nil "cellAt" arguments)) + +(defun |cellChanged| (object &rest arguments) + (%qinvoke-method object nil "cellChanged" arguments)) + +(defun |cellClicked| (object &rest arguments) + (%qinvoke-method object nil "cellClicked" arguments)) + +(defun |cellDoubleClicked| (object &rest arguments) + (%qinvoke-method object nil "cellDoubleClicked" arguments)) + +(defun |cellEntered| (object &rest arguments) + (%qinvoke-method object nil "cellEntered" arguments)) + +(defun |cellPadding| (object &rest arguments) + (%qinvoke-method object nil "cellPadding" arguments)) + +(defun |cellPressed| (object &rest arguments) + (%qinvoke-method object nil "cellPressed" arguments)) + +(defun |cellRect| (object &rest arguments) + (%qinvoke-method object nil "cellRect" arguments)) + +(defun |cellSpacing| (object &rest arguments) + (%qinvoke-method object nil "cellSpacing" arguments)) + +(defun |cellWidget| (object &rest arguments) + (%qinvoke-method object nil "cellWidget" arguments)) + +(defun |centerButtons| (object &rest arguments) + (%qinvoke-method object nil "centerButtons" arguments)) + +(defun |centerCursor| (object &rest arguments) + (%qinvoke-method object nil "centerCursor" arguments)) + +(defun |centerOn(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "centerOn(QPointF)" arguments)) + +(defun |centerOn(const QGraphicsItem*)| (object &rest arguments) + (%qinvoke-method object nil "centerOn(const QGraphicsItem*)" arguments)) + +(defun |centerOnScroll| (object &rest arguments) + (%qinvoke-method object nil "centerOnScroll" arguments)) + +(defun |centerOn| (object &rest arguments) + (%qinvoke-method object nil "centerOn" arguments)) + +(defun |centerPoint| (object &rest arguments) + (%qinvoke-method object nil "centerPoint" arguments)) + +(defun |centerRadius| (object &rest arguments) + (%qinvoke-method object nil "centerRadius" arguments)) + +(defun |center| (object &rest arguments) + (%qinvoke-method object nil "center" arguments)) + +(defun |centralWidget| (object &rest arguments) + (%qinvoke-method object nil "centralWidget" arguments)) + +(defun |certificate| (object &rest arguments) + (%qinvoke-method object nil "certificate" arguments)) + +(defun |changeBrightness| (object &rest arguments) + (%qinvoke-method object nil "changeBrightness" arguments)) + +(defun |changeContrast| (object &rest arguments) + (%qinvoke-method object nil "changeContrast" arguments)) + +(defun |changeCurrentOnDrag| (object &rest arguments) + (%qinvoke-method object nil "changeCurrentOnDrag" arguments)) + +(defun |changeFlags| (object &rest arguments) + (%qinvoke-method object nil "changeFlags" arguments)) + +(defun |changeGamma| (object &rest arguments) + (%qinvoke-method object nil "changeGamma" arguments)) + +(defun |changeOverrideCursor.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "changeOverrideCursor" arguments)) + +(defun |changePersistentIndexList| (object &rest arguments) + (%qinvoke-method object nil "changePersistentIndexList" arguments)) + +(defun |changePersistentIndex| (object &rest arguments) + (%qinvoke-method object nil "changePersistentIndex" arguments)) + +(defun |changeSize| (object &rest arguments) + (%qinvoke-method object nil "changeSize" arguments)) + +(defun |changed| (object &rest arguments) + (%qinvoke-method object nil "changed" arguments)) + +(defun |charFormatIndex| (object &rest arguments) + (%qinvoke-method object nil "charFormatIndex" arguments)) + +(defun |charFormat| (object &rest arguments) + (%qinvoke-method object nil "charFormat" arguments)) + +(defun |characterAt| (object &rest arguments) + (%qinvoke-method object nil "characterAt" arguments)) + +(defun |characterCount| (object &rest arguments) + (%qinvoke-method object nil "characterCount" arguments)) + +(defun |checkBox| (object &rest arguments) + (%qinvoke-method object nil "checkBox" arguments)) + +(defun |checkConnectArgs.QMetaObject| (&rest arguments) + (%qinvoke-method "QMetaObject" nil "checkConnectArgs" arguments)) + +(defun |checkOverflow(double)| (object &rest arguments) + (%qinvoke-method object nil "checkOverflow(double)" arguments)) + +(defun |checkOverflow(int)| (object &rest arguments) + (%qinvoke-method object nil "checkOverflow(int)" arguments)) + +(defun |checkOverflow| (object &rest arguments) + (%qinvoke-method object nil "checkOverflow" arguments)) + +(defun |checkState| (object &rest arguments) + (%qinvoke-method object nil "checkState" arguments)) + +(defun |checkedAction| (object &rest arguments) + (%qinvoke-method object nil "checkedAction" arguments)) + +(defun |checkedButton| (object &rest arguments) + (%qinvoke-method object nil "checkedButton" arguments)) + +(defun |checkedId| (object &rest arguments) + (%qinvoke-method object nil "checkedId" arguments)) + +(defun |childAt| (object &rest arguments) + (%qinvoke-method object nil "childAt" arguments)) + +(defun |childCount| (object &rest arguments) + (%qinvoke-method object nil "childCount" arguments)) + +(defun |childFrames| (object &rest arguments) + (%qinvoke-method object nil "childFrames" arguments)) + +(defun |childGroups| (object &rest arguments) + (%qinvoke-method object nil "childGroups" arguments)) + +(defun |childIndicatorPolicy| (object &rest arguments) + (%qinvoke-method object nil "childIndicatorPolicy" arguments)) + +(defun |childItems| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "childItems" arguments)) + +(defun |childKeys| (object &rest arguments) + (%qinvoke-method object nil "childKeys" arguments)) + +(defun |childModeChanged| (object &rest arguments) + (%qinvoke-method object nil "childModeChanged" arguments)) + +(defun |childMode| (object &rest arguments) + (%qinvoke-method object nil "childMode" arguments)) + +(defun |childPosition| (object &rest arguments) + (%qinvoke-method object nil "childPosition" arguments)) + +(defun |childrenBoundingRect| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "childrenBoundingRect" arguments)) + +(defun |childrenChanged| (object &rest arguments) + (%qinvoke-method object nil "childrenChanged" arguments)) + +(defun |childrenCollapsible| (object &rest arguments) + (%qinvoke-method object nil "childrenCollapsible" arguments)) + +(defun |childrenRect| (object &rest arguments) + (%qinvoke-method object nil "childrenRect" arguments)) + +(defun |childrenRegion| (object &rest arguments) + (%qinvoke-method object nil "childrenRegion" arguments)) + +(defun |children| (object &rest arguments) + (%qinvoke-method object nil "children" arguments)) + +(defun |child| (object &rest arguments) + (%qinvoke-method object nil "child" arguments)) + +(defun |ciphers| (object &rest arguments) + (%qinvoke-method object nil "ciphers" arguments)) + +(defun |classInfoCount| (object &rest arguments) + (%qinvoke-method object nil "classInfoCount" arguments)) + +(defun |classInfoOffset| (object &rest arguments) + (%qinvoke-method object nil "classInfoOffset" arguments)) + +(defun |className| (object &rest arguments) + (%qinvoke-method object nil "className" arguments)) + +(defun |classes| (object &rest arguments) + (%qinvoke-method object nil "classes" arguments)) + +(defun |cleanChanged| (object &rest arguments) + (%qinvoke-method object nil "cleanChanged" arguments)) + +(defun |cleanIcon| (object &rest arguments) + (%qinvoke-method object nil "cleanIcon" arguments)) + +(defun |cleanIndex| (object &rest arguments) + (%qinvoke-method object nil "cleanIndex" arguments)) + +(defun |cleanPath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "cleanPath" arguments)) + +(defun |cleanText| (object &rest arguments) + (%qinvoke-method object nil "cleanText" arguments)) + +(defun |cleanupPage| (object &rest arguments) + (%qinvoke-method object nil "cleanupPage" arguments)) + +(defun |clear.QPixmapCache| (&rest arguments) + (%qinvoke-method "QPixmapCache" nil "clear" arguments)) + +(defun |clearAccessCache| (object &rest arguments) + (%qinvoke-method object nil "clearAccessCache" arguments)) + +(defun |clearAdditionalFormats| (object &rest arguments) + (%qinvoke-method object nil "clearAdditionalFormats" arguments)) + +(defun |clearBackground| (object &rest arguments) + (%qinvoke-method object nil "clearBackground" arguments)) + +(defun |clearBit| (object &rest arguments) + (%qinvoke-method object nil "clearBit" arguments)) + +(defun |clearColumnWidthConstraints| (object &rest arguments) + (%qinvoke-method object nil "clearColumnWidthConstraints" arguments)) + +(defun |clearContents| (object &rest arguments) + (%qinvoke-method object nil "clearContents" arguments)) + +(defun |clearCurrentIndex| (object &rest arguments) + (%qinvoke-method object nil "clearCurrentIndex" arguments)) + +(defun |clearEditText| (object &rest arguments) + (%qinvoke-method object nil "clearEditText" arguments)) + +(defun |clearError| (object &rest arguments) + (%qinvoke-method object nil "clearError" arguments)) + +(defun |clearFocus| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "clearFocus" arguments)) + +(defun |clearForeground| (object &rest arguments) + (%qinvoke-method object nil "clearForeground" arguments)) + +(defun |clearHistory| (object &rest arguments) + (%qinvoke-method object nil "clearHistory" arguments)) + +(defun |clearIconDatabase.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "clearIconDatabase" arguments)) + +(defun |clearLayout| (object &rest arguments) + (%qinvoke-method object nil "clearLayout" arguments)) + +(defun |clearMapping| (object &rest arguments) + (%qinvoke-method object nil "clearMapping" arguments)) + +(defun |clearMask| (object &rest arguments) + (%qinvoke-method object nil "clearMask" arguments)) + +(defun |clearMaximumDateTime| (object &rest arguments) + (%qinvoke-method object nil "clearMaximumDateTime" arguments)) + +(defun |clearMaximumDate| (object &rest arguments) + (%qinvoke-method object nil "clearMaximumDate" arguments)) + +(defun |clearMaximumTime| (object &rest arguments) + (%qinvoke-method object nil "clearMaximumTime" arguments)) + +(defun |clearMemoryCaches.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "clearMemoryCaches" arguments)) + +(defun |clearMessage| (object &rest arguments) + (%qinvoke-method object nil "clearMessage" arguments)) + +(defun |clearMinimumDateTime| (object &rest arguments) + (%qinvoke-method object nil "clearMinimumDateTime" arguments)) + +(defun |clearMinimumDate| (object &rest arguments) + (%qinvoke-method object nil "clearMinimumDate" arguments)) + +(defun |clearMinimumTime| (object &rest arguments) + (%qinvoke-method object nil "clearMinimumTime" arguments)) + +(defun |clearPropertyFlags| (object &rest arguments) + (%qinvoke-method object nil "clearPropertyFlags" arguments)) + +(defun |clearProperty| (object &rest arguments) + (%qinvoke-method object nil "clearProperty" arguments)) + +(defun |clearSelection| (object &rest arguments) + (%qinvoke-method object nil "clearSelection" arguments)) + +(defun |clearSpans| (object &rest arguments) + (%qinvoke-method object nil "clearSpans" arguments)) + +(defun |clearUndoRedoStacks| (object &rest arguments) + (%qinvoke-method object nil "clearUndoRedoStacks" arguments)) + +(defun |clearValues| (object &rest arguments) + (%qinvoke-method object nil "clearValues" arguments)) + +(defun |clear| (object &rest arguments) + (%qinvoke-method object nil "clear" arguments)) + +(defun |clickedButton| (object &rest arguments) + (%qinvoke-method object nil "clickedButton" arguments)) + +(defun |clicked| (object &rest arguments) + (%qinvoke-method object nil "clicked" arguments)) + +(defun |click| (object &rest arguments) + (%qinvoke-method object nil "click" arguments)) + +(defun |clipBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "clipBoundingRect" arguments)) + +(defun |clipPath| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "clipPath" arguments)) + +(defun |clipRegion| (object &rest arguments) + (%qinvoke-method object nil "clipRegion" arguments)) + +(defun |clipboard.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "clipboard" arguments)) + +(defun |cloneDatabase.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "cloneDatabase" arguments)) + +(defun |clone| (object &rest arguments) + (%qinvoke-method object nil "clone" arguments)) + +(defun |closeActiveSubWindow| (object &rest arguments) + (%qinvoke-method object nil "closeActiveSubWindow" arguments)) + +(defun |closeAllSubWindows| (object &rest arguments) + (%qinvoke-method object nil "closeAllSubWindows" arguments)) + +(defun |closeAllWindows| (object &rest arguments) + (%qinvoke-method object nil "closeAllWindows" arguments)) + +(defun |closeEditor| (object &rest arguments) + (%qinvoke-method object nil "closeEditor" arguments)) + +(defun |closePersistentEditor| (object &rest arguments) + (%qinvoke-method object nil "closePersistentEditor" arguments)) + +(defun |closeReadChannel| (object &rest arguments) + (%qinvoke-method object nil "closeReadChannel" arguments)) + +(defun |closeSubpath| (object &rest arguments) + (%qinvoke-method object nil "closeSubpath" arguments)) + +(defun |closeWriteChannel| (object &rest arguments) + (%qinvoke-method object nil "closeWriteChannel" arguments)) + +(defun |closestAcceptableSize.QLayout| (&rest arguments) + (%qinvoke-method "QLayout" nil "closestAcceptableSize" arguments)) + +(defun |closestLegalPosition| (object &rest arguments) + (%qinvoke-method object nil "closestLegalPosition" arguments)) + +(defun |close| (object &rest arguments) + (%qinvoke-method object nil "close" arguments)) + +(defun |closingDown.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "closingDown" arguments)) + +(defun |codecForHtml.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForHtml" arguments)) + +(defun |codecForLocale.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForLocale" arguments)) + +(defun |codecForMib.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForMib" arguments)) + +(defun |codecForName(QByteArray).QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForName(QByteArray)" arguments)) + +(defun |codecForName(const char*).QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForName(const char*)" arguments)) + +(defun |codecForName.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForName" arguments)) + +(defun |codecForUtfText.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "codecForUtfText" arguments)) + +(defun |codec| (object &rest arguments) + (%qinvoke-method object nil "codec" arguments)) + +(defun |collapseAll| (object &rest arguments) + (%qinvoke-method object nil "collapseAll" arguments)) + +(defun |collapseExtendedSearch| (object &rest arguments) + (%qinvoke-method object nil "collapseExtendedSearch" arguments)) + +(defun |collapseItem| (object &rest arguments) + (%qinvoke-method object nil "collapseItem" arguments)) + +(defun |collapsed| (object &rest arguments) + (%qinvoke-method object nil "collapsed" arguments)) + +(defun |collapse| (object &rest arguments) + (%qinvoke-method object nil "collapse" arguments)) + +(defun |collateCopies| (object &rest arguments) + (%qinvoke-method object nil "collateCopies" arguments)) + +(defun |collectionFile| (object &rest arguments) + (%qinvoke-method object nil "collectionFile" arguments)) + +(defun |collidesWithItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "collidesWithItem" arguments)) + +(defun |collidesWithPath| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "collidesWithPath" arguments)) + +(defun |collidingItems| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "collidingItems" arguments)) + +(defun |colorChanged| (object &rest arguments) + (%qinvoke-method object nil "colorChanged" arguments)) + +(defun |colorCount| (object &rest arguments) + (%qinvoke-method object nil "colorCount" arguments)) + +(defun |colorData| (object &rest arguments) + (%qinvoke-method object nil "colorData" arguments)) + +(defun |colorMode| (object &rest arguments) + (%qinvoke-method object nil "colorMode" arguments)) + +(defun |colorNames.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "colorNames" arguments)) + +(defun |colorProperty| (object &rest arguments) + (%qinvoke-method object nil "colorProperty" arguments)) + +(defun |colorSelected| (object &rest arguments) + (%qinvoke-method object nil "colorSelected" arguments)) + +(defun |colorSpec.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "colorSpec" arguments)) + +(defun |colorTable| (object &rest arguments) + (%qinvoke-method object nil "colorTable" arguments)) + +(defun |colormap| (object &rest arguments) + (%qinvoke-method object nil "colormap" arguments)) + +(defun |color| (object &rest arguments) + (%qinvoke-method object nil "color" arguments)) + +(defun |columnAlignment| (object &rest arguments) + (%qinvoke-method object nil "columnAlignment" arguments)) + +(defun |columnAt| (object &rest arguments) + (%qinvoke-method object nil "columnAt" arguments)) + +(defun |columnCountChanged| (object &rest arguments) + (%qinvoke-method object nil "columnCountChanged" arguments)) + +(defun |columnCount| (object &rest arguments) + (%qinvoke-method object nil "columnCount" arguments)) + +(defun |columnIntersectsSelection| (object &rest arguments) + (%qinvoke-method object nil "columnIntersectsSelection" arguments)) + +(defun |columnMaximumWidth| (object &rest arguments) + (%qinvoke-method object nil "columnMaximumWidth" arguments)) + +(defun |columnMinimumWidth| (object &rest arguments) + (%qinvoke-method object nil "columnMinimumWidth" arguments)) + +(defun |columnMoved| (object &rest arguments) + (%qinvoke-method object nil "columnMoved" arguments)) + +(defun |columnNumber| (object &rest arguments) + (%qinvoke-method object nil "columnNumber" arguments)) + +(defun |columnPreferredWidth| (object &rest arguments) + (%qinvoke-method object nil "columnPreferredWidth" arguments)) + +(defun |columnResized| (object &rest arguments) + (%qinvoke-method object nil "columnResized" arguments)) + +(defun |columnSpacing| (object &rest arguments) + (%qinvoke-method object nil "columnSpacing" arguments)) + +(defun |columnSpan| (object &rest arguments) + (%qinvoke-method object nil "columnSpan" arguments)) + +(defun |columnStretchFactor| (object &rest arguments) + (%qinvoke-method object nil "columnStretchFactor" arguments)) + +(defun |columnStretch| (object &rest arguments) + (%qinvoke-method object nil "columnStretch" arguments)) + +(defun |columnViewportPosition| (object &rest arguments) + (%qinvoke-method object nil "columnViewportPosition" arguments)) + +(defun |columnWidthConstraints| (object &rest arguments) + (%qinvoke-method object nil "columnWidthConstraints" arguments)) + +(defun |columnWidths| (object &rest arguments) + (%qinvoke-method object nil "columnWidths" arguments)) + +(defun |columnWidth| (object &rest arguments) + (%qinvoke-method object nil "columnWidth" arguments)) + +(defun |columnsAboutToBeInserted| (object &rest arguments) + (%qinvoke-method object nil "columnsAboutToBeInserted" arguments)) + +(defun |columnsAboutToBeMoved| (object &rest arguments) + (%qinvoke-method object nil "columnsAboutToBeMoved" arguments)) + +(defun |columnsAboutToBeRemoved| (object &rest arguments) + (%qinvoke-method object nil "columnsAboutToBeRemoved" arguments)) + +(defun |columnsInserted| (object &rest arguments) + (%qinvoke-method object nil "columnsInserted" arguments)) + +(defun |columnsMoved| (object &rest arguments) + (%qinvoke-method object nil "columnsMoved" arguments)) + +(defun |columnsRemoved| (object &rest arguments) + (%qinvoke-method object nil "columnsRemoved" arguments)) + +(defun |columns| (object &rest arguments) + (%qinvoke-method object nil "columns" arguments)) + +(defun |column| (object &rest arguments) + (%qinvoke-method object nil "column" arguments)) + +(defun |combinedLayoutSpacing| (object &rest arguments) + (%qinvoke-method object nil "combinedLayoutSpacing" arguments)) + +(defun |combinedTransform| (object &rest arguments) + (%qinvoke-method object nil "combinedTransform" arguments)) + +(defun |comboBoxItems| (object &rest arguments) + (%qinvoke-method object nil "comboBoxItems" arguments)) + +(defun |command| (object &rest arguments) + (%qinvoke-method object nil "command" arguments)) + +(defun |commitDataRequest| (object &rest arguments) + (%qinvoke-method object nil "commitDataRequest" arguments)) + +(defun |commitData| (object &rest arguments) + (%qinvoke-method object nil "commitData" arguments)) + +(defun |commitString| (object &rest arguments) + (%qinvoke-method object nil "commitString" arguments)) + +(defun |commitTransaction| (object &rest arguments) + (%qinvoke-method object nil "commitTransaction" arguments)) + +(defun |commit| (object &rest arguments) + (%qinvoke-method object nil "commit" arguments)) + +(defun |commonAncestorItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "commonAncestorItem" arguments)) + +(defun |compileSourceCode(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "compileSourceCode(QByteArray)" arguments)) + +(defun |compileSourceCode(QString)| (object &rest arguments) + (%qinvoke-method object nil "compileSourceCode(QString)" arguments)) + +(defun |compileSourceCode(const char*)| (object &rest arguments) + (%qinvoke-method object nil "compileSourceCode(const char*)" arguments)) + +(defun |compileSourceCode| (object &rest arguments) + (%qinvoke-method object nil "compileSourceCode" arguments)) + +(defun |compileSourceFile| (object &rest arguments) + (%qinvoke-method object nil "compileSourceFile" arguments)) + +(defun |completeBaseName| (object &rest arguments) + (%qinvoke-method object nil "completeBaseName" arguments)) + +(defun |completeChanged| (object &rest arguments) + (%qinvoke-method object nil "completeChanged" arguments)) + +(defun |completeSuffix| (object &rest arguments) + (%qinvoke-method object nil "completeSuffix" arguments)) + +(defun |completer| (object &rest arguments) + (%qinvoke-method object nil "completer" arguments)) + +(defun |complete| (object &rest arguments) + (%qinvoke-method object nil "complete" arguments)) + +(defun |completionColumn| (object &rest arguments) + (%qinvoke-method object nil "completionColumn" arguments)) + +(defun |completionCount| (object &rest arguments) + (%qinvoke-method object nil "completionCount" arguments)) + +(defun |completionModel| (object &rest arguments) + (%qinvoke-method object nil "completionModel" arguments)) + +(defun |completionMode| (object &rest arguments) + (%qinvoke-method object nil "completionMode" arguments)) + +(defun |completionPrefix| (object &rest arguments) + (%qinvoke-method object nil "completionPrefix" arguments)) + +(defun |completionRole| (object &rest arguments) + (%qinvoke-method object nil "completionRole" arguments)) + +(defun |compositionMode| (object &rest arguments) + (%qinvoke-method object nil "compositionMode" arguments)) + +(defun |configuration| (object &rest arguments) + (%qinvoke-method object nil "configuration" arguments)) + +(defun |conjugated| (object &rest arguments) + (%qinvoke-method object nil "conjugated" arguments)) + +(defun |connectOptions| (object &rest arguments) + (%qinvoke-method object nil "connectOptions" arguments)) + +(defun |connectPath| (object &rest arguments) + (%qinvoke-method object nil "connectPath" arguments)) + +(defun |connectSlotsByName.QMetaObject| (&rest arguments) + (%qinvoke-method "QMetaObject" nil "connectSlotsByName" arguments)) + +(defun |connectToHost(QHostAddress...)| (object &rest arguments) + (%qinvoke-method object nil "connectToHost(QHostAddress...)" arguments)) + +(defun |connectToHost(QString...)| (object &rest arguments) + (%qinvoke-method object nil "connectToHost(QString...)" arguments)) + +(defun |connectToHostEncrypted| (object &rest arguments) + (%qinvoke-method object nil "connectToHostEncrypted" arguments)) + +(defun |connectToHost| (object &rest arguments) + (%qinvoke-method object nil "connectToHost" arguments)) + +(defun |connected| (object &rest arguments) + (%qinvoke-method object nil "connected" arguments)) + +(defun |connectionNames.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "connectionNames" arguments)) + +(defun |connectionName| (object &rest arguments) + (%qinvoke-method object nil "connectionName" arguments)) + +(defun |constData| (object &rest arguments) + (%qinvoke-method object nil "constData" arguments)) + +(defun |constructorCount| (object &rest arguments) + (%qinvoke-method object nil "constructorCount" arguments)) + +(defun |contains(QPainterPath)| (object &rest arguments) + (%qinvoke-method object nil "contains(QPainterPath)" arguments)) + +(defun |contains(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "contains(QPoint)" arguments)) + +(defun |contains(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "contains(QPointF)" arguments)) + +(defun |contains(QRect)| (object &rest arguments) + (%qinvoke-method object nil "contains(QRect)" arguments)) + +(defun |contains(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "contains(QRectF)" arguments)) + +(defun |contains.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "contains" arguments)) + +(defun |contains| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "contains" arguments)) + +(defun |contentItemAt| (object &rest arguments) + (%qinvoke-method object nil "contentItemAt" arguments)) + +(defun |contentOffset| (object &rest arguments) + (%qinvoke-method object nil "contentOffset" arguments)) + +(defun |contentsChanged| (object &rest arguments) + (%qinvoke-method object nil "contentsChanged" arguments)) + +(defun |contentsChange| (object &rest arguments) + (%qinvoke-method object nil "contentsChange" arguments)) + +(defun |contentsCreated| (object &rest arguments) + (%qinvoke-method object nil "contentsCreated" arguments)) + +(defun |contentsCreationStarted| (object &rest arguments) + (%qinvoke-method object nil "contentsCreationStarted" arguments)) + +(defun |contentsMargins| (object &rest arguments) + (%qinvoke-method object nil "contentsMargins" arguments)) + +(defun |contentsRect| (object &rest arguments) + (%qinvoke-method object nil "contentsRect" arguments)) + +(defun |contentsSizeChanged| (object &rest arguments) + (%qinvoke-method object nil "contentsSizeChanged" arguments)) + +(defun |contentsSize| (object &rest arguments) + (%qinvoke-method object nil "contentsSize" arguments)) + +(defun |contextMenuPolicy| (object &rest arguments) + (%qinvoke-method object nil "contextMenuPolicy" arguments)) + +(defun |contextMenu| (object &rest arguments) + (%qinvoke-method object nil "contextMenu" arguments)) + +(defun |context| (object &rest arguments) + (%qinvoke-method object nil "context" arguments)) + +(defun |controlPointRect| (object &rest arguments) + (%qinvoke-method object nil "controlPointRect" arguments)) + +(defun |controlTypes| (object &rest arguments) + (%qinvoke-method object nil "controlTypes" arguments)) + +(defun |controlType| (object &rest arguments) + (%qinvoke-method object nil "controlType" arguments)) + +(defun |convertFromImage| (object &rest arguments) + (%qinvoke-method object nil "convertFromImage" arguments)) + +(defun |convertToFormat(QImage::Format,QVector)| (object &rest arguments) + (%qinvoke-method object nil "convertToFormat(QImage::Format,QVector)" arguments)) + +(defun |convertToFormat(QImage::Format,Qt::ImageConversionFlags)| (object &rest arguments) + (%qinvoke-method object nil "convertToFormat(QImage::Format,Qt::ImageConversionFlags)" arguments)) + +(defun |convertToFormat| (object &rest arguments) + (%qinvoke-method object nil "convertToFormat" arguments)) + +(defun |convertToGLFormat.QGLWidget| (&rest arguments) + (%qinvoke-method "QGLWidget" nil "convertToGLFormat" arguments)) + +(defun |convertTo| (object &rest arguments) + (%qinvoke-method object nil "convertTo" arguments)) + +(defun |convert| (object &rest arguments) + (%qinvoke-method object nil "convert" arguments)) + +(defun |cookieJar| (object &rest arguments) + (%qinvoke-method object nil "cookieJar" arguments)) + +(defun |coordinateMode| (object &rest arguments) + (%qinvoke-method object nil "coordinateMode" arguments)) + +(defun |copy.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "copy" arguments)) + +(defun |copyAvailable| (object &rest arguments) + (%qinvoke-method object nil "copyAvailable" arguments)) + +(defun |copyCollectionFile| (object &rest arguments) + (%qinvoke-method object nil "copyCollectionFile" arguments)) + +(defun |copyCount| (object &rest arguments) + (%qinvoke-method object nil "copyCount" arguments)) + +(defun |copyDataTo| (object &rest arguments) + (%qinvoke-method object nil "copyDataTo" arguments)) + +(defun |copy| (object &rest arguments) + (%qinvoke-method object nil "copy" arguments)) + +(defun |cornerWidget| (object &rest arguments) + (%qinvoke-method object nil "cornerWidget" arguments)) + +(defun |corner| (object &rest arguments) + (%qinvoke-method object nil "corner" arguments)) + +(defun |correctionMode| (object &rest arguments) + (%qinvoke-method object nil "correctionMode" arguments)) + +(defun |countryToString.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "countryToString" arguments)) + +(defun |country| (object &rest arguments) + (%qinvoke-method object nil "country" arguments)) + +(defun |count| (object &rest arguments) + (%qinvoke-method object nil "count" arguments)) + +(defun |createAction.QWhatsThis| (&rest arguments) + (%qinvoke-method "QWhatsThis" nil "createAction" arguments)) + +(defun |createAlphaMask| (object &rest arguments) + (%qinvoke-method object nil "createAlphaMask" arguments)) + +(defun |createContents| (object &rest arguments) + (%qinvoke-method object nil "createContents" arguments)) + +(defun |createEditor| (object &rest arguments) + (%qinvoke-method object nil "createEditor" arguments)) + +(defun |createHeuristicMask| (object &rest arguments) + (%qinvoke-method object nil "createHeuristicMask" arguments)) + +(defun |createIndex| (object &rest arguments) + (%qinvoke-method object nil "createIndex" arguments)) + +(defun |createItemGroup| (object &rest arguments) + (%qinvoke-method object nil "createItemGroup" arguments)) + +(defun |createLine| (object &rest arguments) + (%qinvoke-method object nil "createLine" arguments)) + +(defun |createList(QTextListFormat)| (object &rest arguments) + (%qinvoke-method object nil "createList(QTextListFormat)" arguments)) + +(defun |createList(QTextListFormat::Style)| (object &rest arguments) + (%qinvoke-method object nil "createList(QTextListFormat::Style)" arguments)) + +(defun |createList| (object &rest arguments) + (%qinvoke-method object nil "createList" arguments)) + +(defun |createMaskFromColor| (object &rest arguments) + (%qinvoke-method object nil "createMaskFromColor" arguments)) + +(defun |createPopupMenu| (object &rest arguments) + (%qinvoke-method object nil "createPopupMenu" arguments)) + +(defun |createProxyForChildWidget| (object &rest arguments) + (%qinvoke-method object nil "createProxyForChildWidget" arguments)) + +(defun |createRedoAction| (object &rest arguments) + (%qinvoke-method object nil "createRedoAction" arguments)) + +(defun |createResult| (object &rest arguments) + (%qinvoke-method object nil "createResult" arguments)) + +(defun |createSeparatedList| (object &rest arguments) + (%qinvoke-method object nil "createSeparatedList" arguments)) + +(defun |createStandardContextMenu| (object &rest arguments) + (%qinvoke-method object nil "createStandardContextMenu" arguments)) + +(defun |createStroke| (object &rest arguments) + (%qinvoke-method object nil "createStroke" arguments)) + +(defun |createUndoAction| (object &rest arguments) + (%qinvoke-method object nil "createUndoAction" arguments)) + +(defun |createWindowContainer.QWidget| (&rest arguments) + (%qinvoke-method "QWidget" nil "createWindowContainer" arguments)) + +(defun |createdWidgets| (object &rest arguments) + (%qinvoke-method object nil "createdWidgets" arguments)) + +(defun |created| (object &rest arguments) + (%qinvoke-method object nil "created" arguments)) + +(defun |create| (object &rest arguments) + (%qinvoke-method object nil "create" arguments)) + +(defun |creator| (object &rest arguments) + (%qinvoke-method object nil "creator" arguments)) + +(defun |critical.QMessageBox| (&rest arguments) + (%qinvoke-method "QMessageBox" nil "critical" arguments)) + +(defun |crossProduct.QVector3D| (&rest arguments) + (%qinvoke-method "QVector3D" nil "crossProduct" arguments)) + +(defun |cssMediaType| (object &rest arguments) + (%qinvoke-method object nil "cssMediaType" arguments)) + +(defun |cubicTo| (object &rest arguments) + (%qinvoke-method object nil "cubicTo" arguments)) + +(defun |currencySymbol| (object &rest arguments) + (%qinvoke-method object nil "currencySymbol" arguments)) + +(defun |current.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "current" arguments)) + +(defun |currentAnimationChanged| (object &rest arguments) + (%qinvoke-method object nil "currentAnimationChanged" arguments)) + +(defun |currentAnimation| (object &rest arguments) + (%qinvoke-method object nil "currentAnimation" arguments)) + +(defun |currentBlockState| (object &rest arguments) + (%qinvoke-method object nil "currentBlockState" arguments)) + +(defun |currentBlockUserData| (object &rest arguments) + (%qinvoke-method object nil "currentBlockUserData" arguments)) + +(defun |currentBlock| (object &rest arguments) + (%qinvoke-method object nil "currentBlock" arguments)) + +(defun |currentCellChanged| (object &rest arguments) + (%qinvoke-method object nil "currentCellChanged" arguments)) + +(defun |currentChanged| (object &rest arguments) + (%qinvoke-method object nil "currentChanged" arguments)) + +(defun |currentCharFormatChanged| (object &rest arguments) + (%qinvoke-method object nil "currentCharFormatChanged" arguments)) + +(defun |currentCharFormat| (object &rest arguments) + (%qinvoke-method object nil "currentCharFormat" arguments)) + +(defun |currentColorChanged| (object &rest arguments) + (%qinvoke-method object nil "currentColorChanged" arguments)) + +(defun |currentColorGroup| (object &rest arguments) + (%qinvoke-method object nil "currentColorGroup" arguments)) + +(defun |currentColor| (object &rest arguments) + (%qinvoke-method object nil "currentColor" arguments)) + +(defun |currentColumnChanged| (object &rest arguments) + (%qinvoke-method object nil "currentColumnChanged" arguments)) + +(defun |currentColumn| (object &rest arguments) + (%qinvoke-method object nil "currentColumn" arguments)) + +(defun |currentCompletion| (object &rest arguments) + (%qinvoke-method object nil "currentCompletion" arguments)) + +(defun |currentContext.QGLContext| (&rest arguments) + (%qinvoke-method "QGLContext" nil "currentContext" arguments)) + +(defun |currentData| (object &rest arguments) + (%qinvoke-method object nil "currentData" arguments)) + +(defun |currentDate.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "currentDate" arguments)) + +(defun |currentDateTime.QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "currentDateTime" arguments)) + +(defun |currentDateTimeUtc.QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "currentDateTimeUtc" arguments)) + +(defun |currentFilterChanged| (object &rest arguments) + (%qinvoke-method object nil "currentFilterChanged" arguments)) + +(defun |currentFilter| (object &rest arguments) + (%qinvoke-method object nil "currentFilter" arguments)) + +(defun |currentFontChanged| (object &rest arguments) + (%qinvoke-method object nil "currentFontChanged" arguments)) + +(defun |currentFont| (object &rest arguments) + (%qinvoke-method object nil "currentFont" arguments)) + +(defun |currentFrameNumber| (object &rest arguments) + (%qinvoke-method object nil "currentFrameNumber" arguments)) + +(defun |currentFrame| (object &rest arguments) + (%qinvoke-method object nil "currentFrame" arguments)) + +(defun |currentIdChanged| (object &rest arguments) + (%qinvoke-method object nil "currentIdChanged" arguments)) + +(defun |currentId| (object &rest arguments) + (%qinvoke-method object nil "currentId" arguments)) + +(defun |currentImage| (object &rest arguments) + (%qinvoke-method object nil "currentImage" arguments)) + +(defun |currentIndexChanged(QString)| (object &rest arguments) + (%qinvoke-method object nil "currentIndexChanged(QString)" arguments)) + +(defun |currentIndexChanged(int)| (object &rest arguments) + (%qinvoke-method object nil "currentIndexChanged(int)" arguments)) + +(defun |currentIndexChanged| (object &rest arguments) + (%qinvoke-method object nil "currentIndexChanged" arguments)) + +(defun |currentIndex| (object &rest arguments) + (%qinvoke-method object nil "currentIndex" arguments)) + +(defun |currentItemChanged| (object &rest arguments) + (%qinvoke-method object nil "currentItemChanged" arguments)) + +(defun |currentItemIndex| (object &rest arguments) + (%qinvoke-method object nil "currentItemIndex" arguments)) + +(defun |currentItem| (object &rest arguments) + (%qinvoke-method object nil "currentItem" arguments)) + +(defun |currentList| (object &rest arguments) + (%qinvoke-method object nil "currentList" arguments)) + +(defun |currentLoopChanged| (object &rest arguments) + (%qinvoke-method object nil "currentLoopChanged" arguments)) + +(defun |currentLoopTime| (object &rest arguments) + (%qinvoke-method object nil "currentLoopTime" arguments)) + +(defun |currentLoop| (object &rest arguments) + (%qinvoke-method object nil "currentLoop" arguments)) + +(defun |currentMSecsSinceEpoch.QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "currentMSecsSinceEpoch" arguments)) + +(defun |currentMessage| (object &rest arguments) + (%qinvoke-method object nil "currentMessage" arguments)) + +(defun |currentPageChanged| (object &rest arguments) + (%qinvoke-method object nil "currentPageChanged" arguments)) + +(defun |currentPage| (object &rest arguments) + (%qinvoke-method object nil "currentPage" arguments)) + +(defun |currentPath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "currentPath" arguments)) + +(defun |currentPixmap| (object &rest arguments) + (%qinvoke-method object nil "currentPixmap" arguments)) + +(defun |currentPosition| (object &rest arguments) + (%qinvoke-method object nil "currentPosition" arguments)) + +(defun |currentRowChanged| (object &rest arguments) + (%qinvoke-method object nil "currentRowChanged" arguments)) + +(defun |currentRow| (object &rest arguments) + (%qinvoke-method object nil "currentRow" arguments)) + +(defun |currentSectionIndex| (object &rest arguments) + (%qinvoke-method object nil "currentSectionIndex" arguments)) + +(defun |currentSection| (object &rest arguments) + (%qinvoke-method object nil "currentSection" arguments)) + +(defun |currentSubWindow| (object &rest arguments) + (%qinvoke-method object nil "currentSubWindow" arguments)) + +(defun |currentTable| (object &rest arguments) + (%qinvoke-method object nil "currentTable" arguments)) + +(defun |currentTextChanged| (object &rest arguments) + (%qinvoke-method object nil "currentTextChanged" arguments)) + +(defun |currentText| (object &rest arguments) + (%qinvoke-method object nil "currentText" arguments)) + +(defun |currentTime.QTime| (&rest arguments) + (%qinvoke-method "QTime" nil "currentTime" arguments)) + +(defun |currentTime| (object &rest arguments) + (%qinvoke-method object nil "currentTime" arguments)) + +(defun |currentUrlChanged| (object &rest arguments) + (%qinvoke-method object nil "currentUrlChanged" arguments)) + +(defun |currentValue| (object &rest arguments) + (%qinvoke-method object nil "currentValue" arguments)) + +(defun |currentWidget| (object &rest arguments) + (%qinvoke-method object nil "currentWidget" arguments)) + +(defun |cursorBackward| (object &rest arguments) + (%qinvoke-method object nil "cursorBackward" arguments)) + +(defun |cursorFlashTime.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "cursorFlashTime" arguments)) + +(defun |cursorForPosition| (object &rest arguments) + (%qinvoke-method object nil "cursorForPosition" arguments)) + +(defun |cursorForward| (object &rest arguments) + (%qinvoke-method object nil "cursorForward" arguments)) + +(defun |cursorMoveStyle| (object &rest arguments) + (%qinvoke-method object nil "cursorMoveStyle" arguments)) + +(defun |cursorName| (object &rest arguments) + (%qinvoke-method object nil "cursorName" arguments)) + +(defun |cursorPositionAt| (object &rest arguments) + (%qinvoke-method object nil "cursorPositionAt" arguments)) + +(defun |cursorPositionChanged| (object &rest arguments) + (%qinvoke-method object nil "cursorPositionChanged" arguments)) + +(defun |cursorPosition| (object &rest arguments) + (%qinvoke-method object nil "cursorPosition" arguments)) + +(defun |cursorRect| (object &rest arguments) + (%qinvoke-method object nil "cursorRect" arguments)) + +(defun |cursorToX| (object &rest arguments) + (%qinvoke-method object nil "cursorToX" arguments)) + +(defun |cursorWidth| (object &rest arguments) + (%qinvoke-method object nil "cursorWidth" arguments)) + +(defun |cursorWordBackward| (object &rest arguments) + (%qinvoke-method object nil "cursorWordBackward" arguments)) + +(defun |cursorWordForward| (object &rest arguments) + (%qinvoke-method object nil "cursorWordForward" arguments)) + +(defun |cursor| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "cursor" arguments)) + +(defun |curveShape| (object &rest arguments) + (%qinvoke-method object nil "curveShape" arguments)) + +(defun |curveThreshold| (object &rest arguments) + (%qinvoke-method object nil "curveThreshold" arguments)) + +(defun |customButtonClicked| (object &rest arguments) + (%qinvoke-method object nil "customButtonClicked" arguments)) + +(defun |customColor.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "customColor" arguments)) + +(defun |customContextMenuRequested| (object &rest arguments) + (%qinvoke-method object nil "customContextMenuRequested" arguments)) + +(defun |customCount.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "customCount" arguments)) + +(defun |customFilters| (object &rest arguments) + (%qinvoke-method object nil "customFilters" arguments)) + +(defun |customValue| (object &rest arguments) + (%qinvoke-method object nil "customValue" arguments)) + +(defun |cut| (object &rest arguments) + (%qinvoke-method object nil "cut" arguments)) + +(defun |cyanF| (object &rest arguments) + (%qinvoke-method object nil "cyanF" arguments)) + +(defun |cyan| (object &rest arguments) + (%qinvoke-method object nil "cyan" arguments)) + +(defun |darker| (object &rest arguments) + (%qinvoke-method object nil "darker" arguments)) + +(defun |dark| (object &rest arguments) + (%qinvoke-method object nil "dark" arguments)) + +(defun |dashOffset| (object &rest arguments) + (%qinvoke-method object nil "dashOffset" arguments)) + +(defun |dashPattern| (object &rest arguments) + (%qinvoke-method object nil "dashPattern" arguments)) + +(defun |dataChanged| (object &rest arguments) + (%qinvoke-method object nil "dataChanged" arguments)) + +(defun |database.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "database" arguments)) + +(defun |databaseName| (object &rest arguments) + (%qinvoke-method object nil "databaseName" arguments)) + +(defun |databaseQuotaExceeded| (object &rest arguments) + (%qinvoke-method object nil "databaseQuotaExceeded" arguments)) + +(defun |databaseQuota| (object &rest arguments) + (%qinvoke-method object nil "databaseQuota" arguments)) + +(defun |databaseText| (object &rest arguments) + (%qinvoke-method object nil "databaseText" arguments)) + +(defun |databaseUsage| (object &rest arguments) + (%qinvoke-method object nil "databaseUsage" arguments)) + +(defun |databases| (object &rest arguments) + (%qinvoke-method object nil "databases" arguments)) + +(defun |database| (object &rest arguments) + (%qinvoke-method object nil "database" arguments)) + +(defun |data| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "data" arguments)) + +(defun |dateChanged| (object &rest arguments) + (%qinvoke-method object nil "dateChanged" arguments)) + +(defun |dateEditAcceptDelay| (object &rest arguments) + (%qinvoke-method object nil "dateEditAcceptDelay" arguments)) + +(defun |dateFormat| (object &rest arguments) + (%qinvoke-method object nil "dateFormat" arguments)) + +(defun |dateTextFormat| (object &rest arguments) + (%qinvoke-method object nil "dateTextFormat" arguments)) + +(defun |dateTimeChanged| (object &rest arguments) + (%qinvoke-method object nil "dateTimeChanged" arguments)) + +(defun |dateTimeFormat| (object &rest arguments) + (%qinvoke-method object nil "dateTimeFormat" arguments)) + +(defun |dateTime| (object &rest arguments) + (%qinvoke-method object nil "dateTime" arguments)) + +(defun |date| (object &rest arguments) + (%qinvoke-method object nil "date" arguments)) + +(defun |dayName| (object &rest arguments) + (%qinvoke-method object nil "dayName" arguments)) + +(defun |dayOfWeek| (object &rest arguments) + (%qinvoke-method object nil "dayOfWeek" arguments)) + +(defun |dayOfYear| (object &rest arguments) + (%qinvoke-method object nil "dayOfYear" arguments)) + +(defun |daysInMonth| (object &rest arguments) + (%qinvoke-method object nil "daysInMonth" arguments)) + +(defun |daysInYear| (object &rest arguments) + (%qinvoke-method object nil "daysInYear" arguments)) + +(defun |daysTo| (object &rest arguments) + (%qinvoke-method object nil "daysTo" arguments)) + +(defun |day| (object &rest arguments) + (%qinvoke-method object nil "day" arguments)) + +(defun |dbmsType| (object &rest arguments) + (%qinvoke-method object nil "dbmsType" arguments)) + +(defun |decimalPoint| (object &rest arguments) + (%qinvoke-method object nil "decimalPoint" arguments)) + +(defun |decimalsChanged| (object &rest arguments) + (%qinvoke-method object nil "decimalsChanged" arguments)) + +(defun |decimals| (object &rest arguments) + (%qinvoke-method object nil "decimals" arguments)) + +(defun |decodeName(QByteArray).QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "decodeName(QByteArray)" arguments)) + +(defun |decodeName(const char*).QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "decodeName(const char*)" arguments)) + +(defun |decodeName.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "decodeName" arguments)) + +(defun |defaultAlignment| (object &rest arguments) + (%qinvoke-method object nil "defaultAlignment" arguments)) + +(defun |defaultAnimations| (object &rest arguments) + (%qinvoke-method object nil "defaultAnimations" arguments)) + +(defun |defaultButton| (object &rest arguments) + (%qinvoke-method object nil "defaultButton" arguments)) + +(defun |defaultConfiguration.QSslCertificate| (&rest arguments) + (%qinvoke-method "QSslCertificate" nil "defaultConfiguration" arguments)) + +(defun |defaultCursorMoveStyle| (object &rest arguments) + (%qinvoke-method object nil "defaultCursorMoveStyle" arguments)) + +(defun |defaultDepth.QPixmap| (&rest arguments) + (%qinvoke-method "QPixmap" nil "defaultDepth" arguments)) + +(defun |defaultDropAction| (object &rest arguments) + (%qinvoke-method object nil "defaultDropAction" arguments)) + +(defun |defaultDuplexMode| (object &rest arguments) + (%qinvoke-method object nil "defaultDuplexMode" arguments)) + +(defun |defaultFactory.QItemEditorFactory| (&rest arguments) + (%qinvoke-method "QItemEditorFactory" nil "defaultFactory" arguments)) + +(defun |defaultFamily| (object &rest arguments) + (%qinvoke-method object nil "defaultFamily" arguments)) + +(defun |defaultFont| (object &rest arguments) + (%qinvoke-method object nil "defaultFont" arguments)) + +(defun |defaultFormat.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "defaultFormat" arguments)) + +(defun |defaultFormat.QSettings| (&rest arguments) + (%qinvoke-method "QSettings" nil "defaultFormat" arguments)) + +(defun |defaultInterface.QWebHistoryInterface| (&rest arguments) + (%qinvoke-method "QWebHistoryInterface" nil "defaultInterface" arguments)) + +(defun |defaultOverlayFormat.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "defaultOverlayFormat" arguments)) + +(defun |defaultPageSize| (object &rest arguments) + (%qinvoke-method object nil "defaultPageSize" arguments)) + +(defun |defaultPrinterName.QPrinterInfo| (&rest arguments) + (%qinvoke-method "QPrinterInfo" nil "defaultPrinterName" arguments)) + +(defun |defaultSectionSize| (object &rest arguments) + (%qinvoke-method object nil "defaultSectionSize" arguments)) + +(defun |defaultSize| (object &rest arguments) + (%qinvoke-method object nil "defaultSize" arguments)) + +(defun |defaultStateChanged| (object &rest arguments) + (%qinvoke-method object nil "defaultStateChanged" arguments)) + +(defun |defaultState| (object &rest arguments) + (%qinvoke-method object nil "defaultState" arguments)) + +(defun |defaultStyleSheet| (object &rest arguments) + (%qinvoke-method object nil "defaultStyleSheet" arguments)) + +(defun |defaultSuffix| (object &rest arguments) + (%qinvoke-method object nil "defaultSuffix" arguments)) + +(defun |defaultTextColor| (object &rest arguments) + (%qinvoke-method object nil "defaultTextColor" arguments)) + +(defun |defaultTextEncoding| (object &rest arguments) + (%qinvoke-method object nil "defaultTextEncoding" arguments)) + +(defun |defaultTextOption| (object &rest arguments) + (%qinvoke-method object nil "defaultTextOption" arguments)) + +(defun |defaultValue| (object &rest arguments) + (%qinvoke-method object nil "defaultValue" arguments)) + +(defun |defaultWidget| (object &rest arguments) + (%qinvoke-method object nil "defaultWidget" arguments)) + +(defun |deleteAccessibleInterface.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "deleteAccessibleInterface" arguments)) + +(defun |deleteChar| (object &rest arguments) + (%qinvoke-method object nil "deleteChar" arguments)) + +(defun |deleteLater| (object &rest arguments) + (%qinvoke-method object nil "deleteLater" arguments)) + +(defun |deletePreviousChar| (object &rest arguments) + (%qinvoke-method object nil "deletePreviousChar" arguments)) + +(defun |deleteResource| (object &rest arguments) + (%qinvoke-method object nil "deleteResource" arguments)) + +(defun |deleteTexture| (object &rest arguments) + (%qinvoke-method object nil "deleteTexture" arguments)) + +(defun |delta| (object &rest arguments) + (%qinvoke-method object nil "delta" arguments)) + +(defun |del| (object &rest arguments) + (%qinvoke-method object nil "del" arguments)) + +(defun |depthBufferSize| (object &rest arguments) + (%qinvoke-method object nil "depthBufferSize" arguments)) + +(defun |depth| (object &rest arguments) + (%qinvoke-method object nil "depth" arguments)) + +(defun |descent| (object &rest arguments) + (%qinvoke-method object nil "descent" arguments)) + +(defun |description| (object &rest arguments) + (%qinvoke-method object nil "description" arguments)) + +(defun |deselect| (object &rest arguments) + (%qinvoke-method object nil "deselect" arguments)) + +(defun |desktop.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "desktop" arguments)) + +(defun |desktopSettingsAware.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "desktopSettingsAware" arguments)) + +(defun |destroyEditor| (object &rest arguments) + (%qinvoke-method object nil "destroyEditor" arguments)) + +(defun |destroyItemGroup| (object &rest arguments) + (%qinvoke-method object nil "destroyItemGroup" arguments)) + +(defun |destroyed| (object &rest arguments) + (%qinvoke-method object nil "destroyed" arguments)) + +(defun |destroy| (object &rest arguments) + (%qinvoke-method object nil "destroy" arguments)) + +(defun |detach| (object &rest arguments) + (%qinvoke-method object nil "detach" arguments)) + +(defun |detailedText| (object &rest arguments) + (%qinvoke-method object nil "detailedText" arguments)) + +(defun |determinant| (object &rest arguments) + (%qinvoke-method object nil "determinant" arguments)) + +(defun |deviceIsPixmap| (object &rest arguments) + (%qinvoke-method object nil "deviceIsPixmap" arguments)) + +(defun |devicePixelRatio| (object &rest arguments) + (%qinvoke-method object nil "devicePixelRatio" arguments)) + +(defun |deviceTransform| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "deviceTransform" arguments)) + +(defun |device| (object &rest arguments) + (%qinvoke-method object nil "device" arguments)) + +(defun |digitCount| (object &rest arguments) + (%qinvoke-method object nil "digitCount" arguments)) + +(defun |dirName| (object &rest arguments) + (%qinvoke-method object nil "dirName" arguments)) + +(defun |directRendering| (object &rest arguments) + (%qinvoke-method object nil "directRendering" arguments)) + +(defun |directionChanged| (object &rest arguments) + (%qinvoke-method object nil "directionChanged" arguments)) + +(defun |direction| (object &rest arguments) + (%qinvoke-method object nil "direction" arguments)) + +(defun |directories| (object &rest arguments) + (%qinvoke-method object nil "directories" arguments)) + +(defun |directoryChanged| (object &rest arguments) + (%qinvoke-method object nil "directoryChanged" arguments)) + +(defun |directoryEntered| (object &rest arguments) + (%qinvoke-method object nil "directoryEntered" arguments)) + +(defun |directoryLoaded| (object &rest arguments) + (%qinvoke-method object nil "directoryLoaded" arguments)) + +(defun |directoryUrlEntered| (object &rest arguments) + (%qinvoke-method object nil "directoryUrlEntered" arguments)) + +(defun |directoryUrl| (object &rest arguments) + (%qinvoke-method object nil "directoryUrl" arguments)) + +(defun |directory| (object &rest arguments) + (%qinvoke-method object nil "directory" arguments)) + +(defun |dirtyRegionOffset| (object &rest arguments) + (%qinvoke-method object nil "dirtyRegionOffset" arguments)) + +(defun |dir| (object &rest arguments) + (%qinvoke-method object nil "dir" arguments)) + +(defun |disableAttributeArray(const char*)| (object &rest arguments) + (%qinvoke-method object nil "disableAttributeArray(const char*)" arguments)) + +(defun |disableAttributeArray(int)| (object &rest arguments) + (%qinvoke-method object nil "disableAttributeArray(int)" arguments)) + +(defun |disableAttributeArray| (object &rest arguments) + (%qinvoke-method object nil "disableAttributeArray" arguments)) + +(defun |discardCommand| (object &rest arguments) + (%qinvoke-method object nil "discardCommand" arguments)) + +(defun |disconnectFromHost| (object &rest arguments) + (%qinvoke-method object nil "disconnectFromHost" arguments)) + +(defun |disconnected| (object &rest arguments) + (%qinvoke-method object nil "disconnected" arguments)) + +(defun |display(QString)| (object &rest arguments) + (%qinvoke-method object nil "display(QString)" arguments)) + +(defun |display(double)| (object &rest arguments) + (%qinvoke-method object nil "display(double)" arguments)) + +(defun |display(int)| (object &rest arguments) + (%qinvoke-method object nil "display(int)" arguments)) + +(defun |displayColumn| (object &rest arguments) + (%qinvoke-method object nil "displayColumn" arguments)) + +(defun |displayFormat| (object &rest arguments) + (%qinvoke-method object nil "displayFormat" arguments)) + +(defun |displayIntegerBase| (object &rest arguments) + (%qinvoke-method object nil "displayIntegerBase" arguments)) + +(defun |displayName| (object &rest arguments) + (%qinvoke-method object nil "displayName" arguments)) + +(defun |displayText| (object &rest arguments) + (%qinvoke-method object nil "displayText" arguments)) + +(defun |displayedSections| (object &rest arguments) + (%qinvoke-method object nil "displayedSections" arguments)) + +(defun |display| (object &rest arguments) + (%qinvoke-method object nil "display" arguments)) + +(defun |distanceToLine| (object &rest arguments) + (%qinvoke-method object nil "distanceToLine" arguments)) + +(defun |distanceToPlane| (object &rest arguments) + (%qinvoke-method object nil "distanceToPlane" arguments)) + +(defun |distanceToPoint| (object &rest arguments) + (%qinvoke-method object nil "distanceToPoint" arguments)) + +(defun |doAction| (object &rest arguments) + (%qinvoke-method object nil "doAction" arguments)) + +(defun |doItemsLayout| (object &rest arguments) + (%qinvoke-method object nil "doItemsLayout" arguments)) + +(defun |docName| (object &rest arguments) + (%qinvoke-method object nil "docName" arguments)) + +(defun |dockLocationChanged| (object &rest arguments) + (%qinvoke-method object nil "dockLocationChanged" arguments)) + +(defun |dockOptions| (object &rest arguments) + (%qinvoke-method object nil "dockOptions" arguments)) + +(defun |dockWidgetArea| (object &rest arguments) + (%qinvoke-method object nil "dockWidgetArea" arguments)) + +(defun |documentElement| (object &rest arguments) + (%qinvoke-method object nil "documentElement" arguments)) + +(defun |documentLayoutChanged| (object &rest arguments) + (%qinvoke-method object nil "documentLayoutChanged" arguments)) + +(defun |documentLayout| (object &rest arguments) + (%qinvoke-method object nil "documentLayout" arguments)) + +(defun |documentMargin| (object &rest arguments) + (%qinvoke-method object nil "documentMargin" arguments)) + +(defun |documentMode| (object &rest arguments) + (%qinvoke-method object nil "documentMode" arguments)) + +(defun |documentSizeChanged| (object &rest arguments) + (%qinvoke-method object nil "documentSizeChanged" arguments)) + +(defun |documentSize| (object &rest arguments) + (%qinvoke-method object nil "documentSize" arguments)) + +(defun |documentTitle| (object &rest arguments) + (%qinvoke-method object nil "documentTitle" arguments)) + +(defun |documentationFileName| (object &rest arguments) + (%qinvoke-method object nil "documentationFileName" arguments)) + +(defun |document| (object &rest arguments) + (%qinvoke-method object nil "document" arguments)) + +(defun |domain| (object &rest arguments) + (%qinvoke-method object nil "domain" arguments)) + +(defun |doneCurrent| (object &rest arguments) + (%qinvoke-method object nil "doneCurrent" arguments)) + +(defun |done| (object &rest arguments) + (%qinvoke-method object nil "done" arguments)) + +(defun |dotProduct.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "dotProduct" arguments)) + +(defun |dotProduct.QVector2D| (&rest arguments) + (%qinvoke-method "QVector2D" nil "dotProduct" arguments)) + +(defun |dotProduct.QVector3D| (&rest arguments) + (%qinvoke-method "QVector3D" nil "dotProduct" arguments)) + +(defun |dotProduct.QVector4D| (&rest arguments) + (%qinvoke-method "QVector4D" nil "dotProduct" arguments)) + +(defun |dotsPerMeterX| (object &rest arguments) + (%qinvoke-method object nil "dotsPerMeterX" arguments)) + +(defun |dotsPerMeterY| (object &rest arguments) + (%qinvoke-method object nil "dotsPerMeterY" arguments)) + +(defun |doubleBuffer| (object &rest arguments) + (%qinvoke-method object nil "doubleBuffer" arguments)) + +(defun |doubleClickInterval.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "doubleClickInterval" arguments)) + +(defun |doubleClicked| (object &rest arguments) + (%qinvoke-method object nil "doubleClicked" arguments)) + +(defun |doubleDecimals| (object &rest arguments) + (%qinvoke-method object nil "doubleDecimals" arguments)) + +(defun |doubleMaximum| (object &rest arguments) + (%qinvoke-method object nil "doubleMaximum" arguments)) + +(defun |doubleMinimum| (object &rest arguments) + (%qinvoke-method object nil "doubleMinimum" arguments)) + +(defun |doubleProperty| (object &rest arguments) + (%qinvoke-method object nil "doubleProperty" arguments)) + +(defun |doubleValueChanged| (object &rest arguments) + (%qinvoke-method object nil "doubleValueChanged" arguments)) + +(defun |doubleValueSelected| (object &rest arguments) + (%qinvoke-method object nil "doubleValueSelected" arguments)) + +(defun |doubleValue| (object &rest arguments) + (%qinvoke-method object nil "doubleValue" arguments)) + +(defun |downloadRequested| (object &rest arguments) + (%qinvoke-method object nil "downloadRequested" arguments)) + +(defun |dragCursor| (object &rest arguments) + (%qinvoke-method object nil "dragCursor" arguments)) + +(defun |dragDropMode| (object &rest arguments) + (%qinvoke-method object nil "dragDropMode" arguments)) + +(defun |dragDropOverwriteMode| (object &rest arguments) + (%qinvoke-method object nil "dragDropOverwriteMode" arguments)) + +(defun |dragEnabled| (object &rest arguments) + (%qinvoke-method object nil "dragEnabled" arguments)) + +(defun |dragMode| (object &rest arguments) + (%qinvoke-method object nil "dragMode" arguments)) + +(defun |drawArc(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawArc(QRect...)" arguments)) + +(defun |drawArc(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawArc(QRectF...)" arguments)) + +(defun |drawArc| (object &rest arguments) + (%qinvoke-method object nil "drawArc" arguments)) + +(defun |drawBackground| (object &rest arguments) + (%qinvoke-method object nil "drawBackground" arguments)) + +(defun |drawBase| (object &rest arguments) + (%qinvoke-method object nil "drawBase" arguments)) + +(defun |drawChord(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawChord(QRect...)" arguments)) + +(defun |drawChord(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawChord(QRectF...)" arguments)) + +(defun |drawChord| (object &rest arguments) + (%qinvoke-method object nil "drawChord" arguments)) + +(defun |drawComplexControl| (object &rest arguments) + (%qinvoke-method object nil "drawComplexControl" arguments)) + +(defun |drawContents| (object &rest arguments) + (%qinvoke-method object nil "drawContents" arguments)) + +(defun |drawControl| (object &rest arguments) + (%qinvoke-method object nil "drawControl" arguments)) + +(defun |drawConvexPolygon(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "drawConvexPolygon(QPolygon)" arguments)) + +(defun |drawConvexPolygon(QPolygonF)| (object &rest arguments) + (%qinvoke-method object nil "drawConvexPolygon(QPolygonF)" arguments)) + +(defun |drawConvexPolygon| (object &rest arguments) + (%qinvoke-method object nil "drawConvexPolygon" arguments)) + +(defun |drawCursor| (object &rest arguments) + (%qinvoke-method object nil "drawCursor" arguments)) + +(defun |drawEllipse(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawEllipse(QPoint...)" arguments)) + +(defun |drawEllipse(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawEllipse(QPointF...)" arguments)) + +(defun |drawEllipse(QRect)| (object &rest arguments) + (%qinvoke-method object nil "drawEllipse(QRect)" arguments)) + +(defun |drawEllipse(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "drawEllipse(QRectF)" arguments)) + +(defun |drawEllipse| (object &rest arguments) + (%qinvoke-method object nil "drawEllipse" arguments)) + +(defun |drawGlyphRun| (object &rest arguments) + (%qinvoke-method object nil "drawGlyphRun" arguments)) + +(defun |drawImage(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawImage(QPoint...)" arguments)) + +(defun |drawImage(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawImage(QPointF...)" arguments)) + +(defun |drawImage(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawImage(QRect...)" arguments)) + +(defun |drawImage(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawImage(QRectF...)" arguments)) + +(defun |drawImage(int...)| (object &rest arguments) + (%qinvoke-method object nil "drawImage(int...)" arguments)) + +(defun |drawImage| (object &rest arguments) + (%qinvoke-method object nil "drawImage" arguments)) + +(defun |drawItemPixmap| (object &rest arguments) + (%qinvoke-method object nil "drawItemPixmap" arguments)) + +(defun |drawItemText| (object &rest arguments) + (%qinvoke-method object nil "drawItemText" arguments)) + +(defun |drawLine(QLine)| (object &rest arguments) + (%qinvoke-method object nil "drawLine(QLine)" arguments)) + +(defun |drawLine(QLineF)| (object &rest arguments) + (%qinvoke-method object nil "drawLine(QLineF)" arguments)) + +(defun |drawLine(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawLine(QPoint...)" arguments)) + +(defun |drawLine(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawLine(QPointF...)" arguments)) + +(defun |drawLines(QVector)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(QVector)" arguments)) + +(defun |drawLines(QVector)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(QVector)" arguments)) + +(defun |drawLines(QVector)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(QVector)" arguments)) + +(defun |drawLines(QVector)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(QVector)" arguments)) + +(defun |drawLines(const QLine*...)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(const QLine*...)" arguments)) + +(defun |drawLines(const QLineF*...)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(const QLineF*...)" arguments)) + +(defun |drawLines(const QPointF*...)| (object &rest arguments) + (%qinvoke-method object nil "drawLines(const QPointF*...)" arguments)) + +(defun |drawLines| (object &rest arguments) + (%qinvoke-method object nil "drawLines" arguments)) + +(defun |drawLine| (object &rest arguments) + (%qinvoke-method object nil "drawLine" arguments)) + +(defun |drawPath| (object &rest arguments) + (%qinvoke-method object nil "drawPath" arguments)) + +(defun |drawPicture(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawPicture(QPoint...)" arguments)) + +(defun |drawPicture(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawPicture(QPointF...)" arguments)) + +(defun |drawPicture| (object &rest arguments) + (%qinvoke-method object nil "drawPicture" arguments)) + +(defun |drawPie(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawPie(QRect...)" arguments)) + +(defun |drawPie(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawPie(QRectF...)" arguments)) + +(defun |drawPie| (object &rest arguments) + (%qinvoke-method object nil "drawPie" arguments)) + +(defun |drawPixmap(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawPixmap(QPoint...)" arguments)) + +(defun |drawPixmap(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawPixmap(QPointF...)" arguments)) + +(defun |drawPixmap(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawPixmap(QRect...)" arguments)) + +(defun |drawPixmap(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawPixmap(QRectF...)" arguments)) + +(defun |drawPixmap(int...)| (object &rest arguments) + (%qinvoke-method object nil "drawPixmap(int...)" arguments)) + +(defun |drawPixmapFragments| (object &rest arguments) + (%qinvoke-method object nil "drawPixmapFragments" arguments)) + +(defun |drawPixmap| (object &rest arguments) + (%qinvoke-method object nil "drawPixmap" arguments)) + +(defun |drawPoint(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "drawPoint(QPoint)" arguments)) + +(defun |drawPoint(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "drawPoint(QPointF)" arguments)) + +(defun |drawPoints(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "drawPoints(QPolygon)" arguments)) + +(defun |drawPoints(QPolygonF)| (object &rest arguments) + (%qinvoke-method object nil "drawPoints(QPolygonF)" arguments)) + +(defun |drawPoints| (object &rest arguments) + (%qinvoke-method object nil "drawPoints" arguments)) + +(defun |drawPoint| (object &rest arguments) + (%qinvoke-method object nil "drawPoint" arguments)) + +(defun |drawPolygon(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "drawPolygon(QPolygon)" arguments)) + +(defun |drawPolygon(QPolygon...)| (object &rest arguments) + (%qinvoke-method object nil "drawPolygon(QPolygon...)" arguments)) + +(defun |drawPolygon(QPolygonF)| (object &rest arguments) + (%qinvoke-method object nil "drawPolygon(QPolygonF)" arguments)) + +(defun |drawPolygon(QPolygonF...)| (object &rest arguments) + (%qinvoke-method object nil "drawPolygon(QPolygonF...)" arguments)) + +(defun |drawPolygon(const QPointF*...)| (object &rest arguments) + (%qinvoke-method object nil "drawPolygon(const QPointF*...)" arguments)) + +(defun |drawPolygon| (object &rest arguments) + (%qinvoke-method object nil "drawPolygon" arguments)) + +(defun |drawPolyline(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "drawPolyline(QPolygon)" arguments)) + +(defun |drawPolyline(QPolygonF)| (object &rest arguments) + (%qinvoke-method object nil "drawPolyline(QPolygonF)" arguments)) + +(defun |drawPolyline| (object &rest arguments) + (%qinvoke-method object nil "drawPolyline" arguments)) + +(defun |drawPrimitive| (object &rest arguments) + (%qinvoke-method object nil "drawPrimitive" arguments)) + +(defun |drawRect(QRect)| (object &rest arguments) + (%qinvoke-method object nil "drawRect(QRect)" arguments)) + +(defun |drawRect(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "drawRect(QRectF)" arguments)) + +(defun |drawRects(QVector)| (object &rest arguments) + (%qinvoke-method object nil "drawRects(QVector)" arguments)) + +(defun |drawRects(QVector)| (object &rest arguments) + (%qinvoke-method object nil "drawRects(QVector)" arguments)) + +(defun |drawRects(const QRect*...)| (object &rest arguments) + (%qinvoke-method object nil "drawRects(const QRect*...)" arguments)) + +(defun |drawRects(const QRectF*...)| (object &rest arguments) + (%qinvoke-method object nil "drawRects(const QRectF*...)" arguments)) + +(defun |drawRects| (object &rest arguments) + (%qinvoke-method object nil "drawRects" arguments)) + +(defun |drawRect| (object &rest arguments) + (%qinvoke-method object nil "drawRect" arguments)) + +(defun |drawRoundedRect(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawRoundedRect(QRect...)" arguments)) + +(defun |drawRoundedRect(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawRoundedRect(QRectF...)" arguments)) + +(defun |drawRoundedRect| (object &rest arguments) + (%qinvoke-method object nil "drawRoundedRect" arguments)) + +(defun |drawSource| (object &rest arguments) + (%qinvoke-method object nil "drawSource" arguments)) + +(defun |drawStaticText(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawStaticText(QPoint...)" arguments)) + +(defun |drawStaticText(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawStaticText(QPointF...)" arguments)) + +(defun |drawStaticText| (object &rest arguments) + (%qinvoke-method object nil "drawStaticText" arguments)) + +(defun |drawText(QPoint...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(QPoint...)" arguments)) + +(defun |drawText(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(QPointF...)" arguments)) + +(defun |drawText(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(QRect...)" arguments)) + +(defun |drawText(QRectF,QString...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(QRectF,QString...)" arguments)) + +(defun |drawText(QRectF,int...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(QRectF,int...)" arguments)) + +(defun |drawText(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(QRectF...)" arguments)) + +(defun |drawText(int...)| (object &rest arguments) + (%qinvoke-method object nil "drawText(int...)" arguments)) + +(defun |drawTexture(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "drawTexture(QPointF...)" arguments)) + +(defun |drawTexture(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawTexture(QRectF...)" arguments)) + +(defun |drawTexture| (object &rest arguments) + (%qinvoke-method object nil "drawTexture" arguments)) + +(defun |drawText| (object &rest arguments) + (%qinvoke-method object nil "drawText" arguments)) + +(defun |drawTiledPixmap(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "drawTiledPixmap(QRect...)" arguments)) + +(defun |drawTiledPixmap(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "drawTiledPixmap(QRectF...)" arguments)) + +(defun |drawTiledPixmap| (object &rest arguments) + (%qinvoke-method object nil "drawTiledPixmap" arguments)) + +(defun |drawTree| (object &rest arguments) + (%qinvoke-method object nil "drawTree" arguments)) + +(defun |draw| (object &rest arguments) + (%qinvoke-method object nil "draw" arguments)) + +(defun |driverName| (object &rest arguments) + (%qinvoke-method object nil "driverName" arguments)) + +(defun |driverText| (object &rest arguments) + (%qinvoke-method object nil "driverText" arguments)) + +(defun |drivers.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "drivers" arguments)) + +(defun |driver| (object &rest arguments) + (%qinvoke-method object nil "driver" arguments)) + +(defun |drives.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "drives" arguments)) + +(defun |dropAction| (object &rest arguments) + (%qinvoke-method object nil "dropAction" arguments)) + +(defun |dropEvent| (object &rest arguments) + (%qinvoke-method object nil "dropEvent" arguments)) + +(defun |dropIndicatorPosition| (object &rest arguments) + (%qinvoke-method object nil "dropIndicatorPosition" arguments)) + +(defun |dropMimeData| (object &rest arguments) + (%qinvoke-method object nil "dropMimeData" arguments)) + +(defun |dumpObjectInfo| (object &rest arguments) + (%qinvoke-method object nil "dumpObjectInfo" arguments)) + +(defun |dumpObjectTree| (object &rest arguments) + (%qinvoke-method object nil "dumpObjectTree" arguments)) + +(defun |duplex| (object &rest arguments) + (%qinvoke-method object nil "duplex" arguments)) + +(defun |duplicatesEnabled| (object &rest arguments) + (%qinvoke-method object nil "duplicatesEnabled" arguments)) + +(defun |duration| (object &rest arguments) + (%qinvoke-method object nil "duration" arguments)) + +(defun |dx| (object &rest arguments) + (%qinvoke-method object nil "dx" arguments)) + +(defun |dynamicPropertyNames| (object &rest arguments) + (%qinvoke-method object nil "dynamicPropertyNames" arguments)) + +(defun |dynamicSortFilter| (object &rest arguments) + (%qinvoke-method object nil "dynamicSortFilter" arguments)) + +(defun |dy| (object &rest arguments) + (%qinvoke-method object nil "dy" arguments)) + +(defun |easingCurve| (object &rest arguments) + (%qinvoke-method object nil "easingCurve" arguments)) + +(defun |echoMode| (object &rest arguments) + (%qinvoke-method object nil "echoMode" arguments)) + +(defun |editItem| (object &rest arguments) + (%qinvoke-method object nil "editItem" arguments)) + +(defun |editStrategy| (object &rest arguments) + (%qinvoke-method object nil "editStrategy" arguments)) + +(defun |editTextChanged| (object &rest arguments) + (%qinvoke-method object nil "editTextChanged" arguments)) + +(defun |editTriggers| (object &rest arguments) + (%qinvoke-method object nil "editTriggers" arguments)) + +(defun |editingFinished| (object &rest arguments) + (%qinvoke-method object nil "editingFinished" arguments)) + +(defun |editorDestroyed| (object &rest arguments) + (%qinvoke-method object nil "editorDestroyed" arguments)) + +(defun |editorEvent| (object &rest arguments) + (%qinvoke-method object nil "editorEvent" arguments)) + +(defun |edit| (object &rest arguments) + (%qinvoke-method object nil "edit" arguments)) + +(defun |effectiveOpacity| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "effectiveOpacity" arguments)) + +(defun |effectiveSizeHint| (object &rest arguments) + (%qinvoke-method object nil "effectiveSizeHint" arguments)) + +(defun |effectiveWinId| (object &rest arguments) + (%qinvoke-method object nil "effectiveWinId" arguments)) + +(defun |elapsed| (object &rest arguments) + (%qinvoke-method object nil "elapsed" arguments)) diff --git a/src/lisp/all-wrappers-7.lisp b/src/lisp/all-wrappers-7.lisp new file mode 100644 index 0000000..5a4c9b9 --- /dev/null +++ b/src/lisp/all-wrappers-7.lisp @@ -0,0 +1,3601 @@ +(in-package :eql) + +(defun |elementCount| (object &rest arguments) + (%qinvoke-method object nil "elementCount" arguments)) + +(defun |elementExists| (object &rest arguments) + (%qinvoke-method object nil "elementExists" arguments)) + +(defun |elementId| (object &rest arguments) + (%qinvoke-method object nil "elementId" arguments)) + +(defun |element| (object &rest arguments) + (%qinvoke-method object nil "element" arguments)) + +(defun |elideMode| (object &rest arguments) + (%qinvoke-method object nil "elideMode" arguments)) + +(defun |elidedText| (object &rest arguments) + (%qinvoke-method object nil "elidedText" arguments)) + +(defun |ellipticCurves| (object &rest arguments) + (%qinvoke-method object nil "ellipticCurves" arguments)) + +(defun |emitDataChanged| (object &rest arguments) + (%qinvoke-method object nil "emitDataChanged" arguments)) + +(defun |emitSelectionChanged| (object &rest arguments) + (%qinvoke-method object nil "emitSelectionChanged" arguments)) + +(defun |emptyLabel| (object &rest arguments) + (%qinvoke-method object nil "emptyLabel" arguments)) + +(defun |enableAttributeArray(const char*)| (object &rest arguments) + (%qinvoke-method object nil "enableAttributeArray(const char*)" arguments)) + +(defun |enableAttributeArray(int)| (object &rest arguments) + (%qinvoke-method object nil "enableAttributeArray(int)" arguments)) + +(defun |enableAttributeArray| (object &rest arguments) + (%qinvoke-method object nil "enableAttributeArray" arguments)) + +(defun |enablePersistentStorage.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "enablePersistentStorage" arguments)) + +(defun |enabledChanged| (object &rest arguments) + (%qinvoke-method object nil "enabledChanged" arguments)) + +(defun |encloseContentsWith(QString)| (object &rest arguments) + (%qinvoke-method object nil "encloseContentsWith(QString)" arguments)) + +(defun |encloseContentsWith(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "encloseContentsWith(QWebElement)" arguments)) + +(defun |encloseContentsWith| (object &rest arguments) + (%qinvoke-method object nil "encloseContentsWith" arguments)) + +(defun |encloseWith(QString)| (object &rest arguments) + (%qinvoke-method object nil "encloseWith(QString)" arguments)) + +(defun |encloseWith(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "encloseWith(QWebElement)" arguments)) + +(defun |encloseWith| (object &rest arguments) + (%qinvoke-method object nil "encloseWith" arguments)) + +(defun |enclosingBlockElement| (object &rest arguments) + (%qinvoke-method object nil "enclosingBlockElement" arguments)) + +(defun |encodeName.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "encodeName" arguments)) + +(defun |encrypted| (object &rest arguments) + (%qinvoke-method object nil "encrypted" arguments)) + +(defun |endArray| (object &rest arguments) + (%qinvoke-method object nil "endArray" arguments)) + +(defun |endEditBlock| (object &rest arguments) + (%qinvoke-method object nil "endEditBlock" arguments)) + +(defun |endFrame| (object &rest arguments) + (%qinvoke-method object nil "endFrame" arguments)) + +(defun |endGroup| (object &rest arguments) + (%qinvoke-method object nil "endGroup" arguments)) + +(defun |endInsertColumns| (object &rest arguments) + (%qinvoke-method object nil "endInsertColumns" arguments)) + +(defun |endInsertRows| (object &rest arguments) + (%qinvoke-method object nil "endInsertRows" arguments)) + +(defun |endLayout| (object &rest arguments) + (%qinvoke-method object nil "endLayout" arguments)) + +(defun |endMacro| (object &rest arguments) + (%qinvoke-method object nil "endMacro" arguments)) + +(defun |endMoveColumns| (object &rest arguments) + (%qinvoke-method object nil "endMoveColumns" arguments)) + +(defun |endMoveRows| (object &rest arguments) + (%qinvoke-method object nil "endMoveRows" arguments)) + +(defun |endNativePainting| (object &rest arguments) + (%qinvoke-method object nil "endNativePainting" arguments)) + +(defun |endRemoveColumns| (object &rest arguments) + (%qinvoke-method object nil "endRemoveColumns" arguments)) + +(defun |endRemoveRows| (object &rest arguments) + (%qinvoke-method object nil "endRemoveRows" arguments)) + +(defun |endResetModel| (object &rest arguments) + (%qinvoke-method object nil "endResetModel" arguments)) + +(defun |endValue| (object &rest arguments) + (%qinvoke-method object nil "endValue" arguments)) + +(defun |end| (object &rest arguments) + (%qinvoke-method object nil "end" arguments)) + +(defun |ensureBlockLayout| (object &rest arguments) + (%qinvoke-method object nil "ensureBlockLayout" arguments)) + +(defun |ensureCursorVisible| (object &rest arguments) + (%qinvoke-method object nil "ensureCursorVisible" arguments)) + +(defun |ensurePolished| (object &rest arguments) + (%qinvoke-method object nil "ensurePolished" arguments)) + +(defun |ensureVisible(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "ensureVisible(QRectF)" arguments)) + +(defun |ensureVisible(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "ensureVisible(QRectF...)" arguments)) + +(defun |ensureVisible(const QGraphicsItem*)| (object &rest arguments) + (%qinvoke-method object nil "ensureVisible(const QGraphicsItem*)" arguments)) + +(defun |ensureVisible(const QGraphicsItem*...)| (object &rest arguments) + (%qinvoke-method object nil "ensureVisible(const QGraphicsItem*...)" arguments)) + +(defun |ensureVisible| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "ensureVisible" arguments)) + +(defun |ensureWidgetVisible| (object &rest arguments) + (%qinvoke-method object nil "ensureWidgetVisible" arguments)) + +(defun |enterWhatsThisMode.QWhatsThis| (&rest arguments) + (%qinvoke-method "QWhatsThis" nil "enterWhatsThisMode" arguments)) + +(defun |entered| (object &rest arguments) + (%qinvoke-method object nil "entered" arguments)) + +(defun |entryColor| (object &rest arguments) + (%qinvoke-method object nil "entryColor" arguments)) + +(defun |entryInfoList(QDir::Filters)| (object &rest arguments) + (%qinvoke-method object nil "entryInfoList(QDir::Filters)" arguments)) + +(defun |entryInfoList(QDir::Filters...)| (object &rest arguments) + (%qinvoke-method object nil "entryInfoList(QDir::Filters...)" arguments)) + +(defun |entryInfoList(QStringList)| (object &rest arguments) + (%qinvoke-method object nil "entryInfoList(QStringList)" arguments)) + +(defun |entryInfoList(QStringList...)| (object &rest arguments) + (%qinvoke-method object nil "entryInfoList(QStringList...)" arguments)) + +(defun |entryInfoList| (object &rest arguments) + (%qinvoke-method object nil "entryInfoList" arguments)) + +(defun |entryList(QDir::Filters)| (object &rest arguments) + (%qinvoke-method object nil "entryList(QDir::Filters)" arguments)) + +(defun |entryList(QDir::Filters...)| (object &rest arguments) + (%qinvoke-method object nil "entryList(QDir::Filters...)" arguments)) + +(defun |entryList(QStringList)| (object &rest arguments) + (%qinvoke-method object nil "entryList(QStringList)" arguments)) + +(defun |entryList(QStringList...)| (object &rest arguments) + (%qinvoke-method object nil "entryList(QStringList...)" arguments)) + +(defun |entryList| (object &rest arguments) + (%qinvoke-method object nil "entryList" arguments)) + +(defun |entryRgb| (object &rest arguments) + (%qinvoke-method object nil "entryRgb" arguments)) + +(defun |enumeratorCount| (object &rest arguments) + (%qinvoke-method object nil "enumeratorCount" arguments)) + +(defun |enumeratorOffset| (object &rest arguments) + (%qinvoke-method object nil "enumeratorOffset" arguments)) + +(defun |eraseRect(QRect)| (object &rest arguments) + (%qinvoke-method object nil "eraseRect(QRect)" arguments)) + +(defun |eraseRect(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "eraseRect(QRectF)" arguments)) + +(defun |eraseRect| (object &rest arguments) + (%qinvoke-method object nil "eraseRect" arguments)) + +(defun |errorStateChanged| (object &rest arguments) + (%qinvoke-method object nil "errorStateChanged" arguments)) + +(defun |errorState| (object &rest arguments) + (%qinvoke-method object nil "errorState" arguments)) + +(defun |errorString| (object &rest arguments) + (%qinvoke-method object nil "errorString" arguments)) + +(defun |error| (object &rest arguments) + (%qinvoke-method object nil "error" arguments)) + +(defun |escape.QRegExp| (&rest arguments) + (%qinvoke-method "QRegExp" nil "escape" arguments)) + +(defun |escapeButton| (object &rest arguments) + (%qinvoke-method object nil "escapeButton" arguments)) + +(defun |escapeIdentifier| (object &rest arguments) + (%qinvoke-method object nil "escapeIdentifier" arguments)) + +(defun |evaluateJavaScript| (object &rest arguments) + (%qinvoke-method object nil "evaluateJavaScript" arguments)) + +(defun |eventDispatcher.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "eventDispatcher" arguments)) + +(defun |eventFilter| (object &rest arguments) + (%qinvoke-method object nil "eventFilter" arguments)) + +(defun |eventSource| (object &rest arguments) + (%qinvoke-method object nil "eventSource" arguments)) + +(defun |eventType| (object &rest arguments) + (%qinvoke-method object nil "eventType" arguments)) + +(defun |event| (object &rest arguments) + (%qinvoke-method object nil "event" arguments)) + +(defun |exactMatch| (object &rest arguments) + (%qinvoke-method object nil "exactMatch" arguments)) + +(defun |exclusive| (object &rest arguments) + (%qinvoke-method object nil "exclusive" arguments)) + +(defun |exec.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "exec" arguments)) + +(defun |exec.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "exec" arguments)) + +(defun |exec.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "exec" arguments)) + +(defun |exec.QMenu| (&rest arguments) + (%qinvoke-method "QMenu" nil "exec" arguments)) + +(defun |execBatch| (object &rest arguments) + (%qinvoke-method object nil "execBatch" arguments)) + +(defun |execute.QProcess| (&rest arguments) + (%qinvoke-method "QProcess" nil "execute" arguments)) + +(defun |executeDelayedItemsLayout| (object &rest arguments) + (%qinvoke-method object nil "executeDelayedItemsLayout" arguments)) + +(defun |executedQuery| (object &rest arguments) + (%qinvoke-method object nil "executedQuery" arguments)) + +(defun |exec| (object &rest arguments) + (%qinvoke-method object nil "exec" arguments)) + +(defun |exists.QFileInfo| (&rest arguments) + (%qinvoke-method "QFileInfo" nil "exists" arguments)) + +(defun |exists.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "exists" arguments)) + +(defun |exists| (object &rest arguments) + (%qinvoke-method object nil "exists" arguments)) + +(defun |exit.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "exit" arguments)) + +(defun |exitCode| (object &rest arguments) + (%qinvoke-method object nil "exitCode" arguments)) + +(defun |exitStatus| (object &rest arguments) + (%qinvoke-method object nil "exitStatus" arguments)) + +(defun |exited| (object &rest arguments) + (%qinvoke-method object nil "exited" arguments)) + +(defun |exit| (object &rest arguments) + (%qinvoke-method object nil "exit" arguments)) + +(defun |expandAll| (object &rest arguments) + (%qinvoke-method object nil "expandAll" arguments)) + +(defun |expandExtendedSearch| (object &rest arguments) + (%qinvoke-method object nil "expandExtendedSearch" arguments)) + +(defun |expandItem| (object &rest arguments) + (%qinvoke-method object nil "expandItem" arguments)) + +(defun |expandToDepth| (object &rest arguments) + (%qinvoke-method object nil "expandToDepth" arguments)) + +(defun |expanded| (object &rest arguments) + (%qinvoke-method object nil "expanded" arguments)) + +(defun |expandingDirections| (object &rest arguments) + (%qinvoke-method object nil "expandingDirections" arguments)) + +(defun |expanding| (object &rest arguments) + (%qinvoke-method object nil "expanding" arguments)) + +(defun |expandsOnDoubleClick| (object &rest arguments) + (%qinvoke-method object nil "expandsOnDoubleClick" arguments)) + +(defun |expand| (object &rest arguments) + (%qinvoke-method object nil "expand" arguments)) + +(defun |expectedSize| (object &rest arguments) + (%qinvoke-method object nil "expectedSize" arguments)) + +(defun |expirationDate| (object &rest arguments) + (%qinvoke-method object nil "expirationDate" arguments)) + +(defun |exponential| (object &rest arguments) + (%qinvoke-method object nil "exponential" arguments)) + +(defun |extension| (object &rest arguments) + (%qinvoke-method object nil "extension" arguments)) + +(defun |extraSelections| (object &rest arguments) + (%qinvoke-method object nil "extraSelections" arguments)) + +(defun |fallbacksEnabled| (object &rest arguments) + (%qinvoke-method object nil "fallbacksEnabled" arguments)) + +(defun |families| (object &rest arguments) + (%qinvoke-method object nil "families" arguments)) + +(defun |family| (object &rest arguments) + (%qinvoke-method object nil "family" arguments)) + +(defun |featurePermissionRequestCanceled| (object &rest arguments) + (%qinvoke-method object nil "featurePermissionRequestCanceled" arguments)) + +(defun |featurePermissionRequested| (object &rest arguments) + (%qinvoke-method object nil "featurePermissionRequested" arguments)) + +(defun |featuresChanged| (object &rest arguments) + (%qinvoke-method object nil "featuresChanged" arguments)) + +(defun |features| (object &rest arguments) + (%qinvoke-method object nil "features" arguments)) + +(defun |fetchMore| (object &rest arguments) + (%qinvoke-method object nil "fetchMore" arguments)) + +(defun |field(QString)| (object &rest arguments) + (%qinvoke-method object nil "field(QString)" arguments)) + +(defun |field(int)| (object &rest arguments) + (%qinvoke-method object nil "field(int)" arguments)) + +(defun |fieldGrowthPolicy| (object &rest arguments) + (%qinvoke-method object nil "fieldGrowthPolicy" arguments)) + +(defun |fieldIndex| (object &rest arguments) + (%qinvoke-method object nil "fieldIndex" arguments)) + +(defun |fieldName| (object &rest arguments) + (%qinvoke-method object nil "fieldName" arguments)) + +(defun |field| (object &rest arguments) + (%qinvoke-method object nil "field" arguments)) + +(defun |fileChanged| (object &rest arguments) + (%qinvoke-method object nil "fileChanged" arguments)) + +(defun |fileData| (object &rest arguments) + (%qinvoke-method object nil "fileData" arguments)) + +(defun |fileIcon| (object &rest arguments) + (%qinvoke-method object nil "fileIcon" arguments)) + +(defun |fileInfo| (object &rest arguments) + (%qinvoke-method object nil "fileInfo" arguments)) + +(defun |fileMode| (object &rest arguments) + (%qinvoke-method object nil "fileMode" arguments)) + +(defun |fileName| (object &rest arguments) + (%qinvoke-method object nil "fileName" arguments)) + +(defun |filePath| (object &rest arguments) + (%qinvoke-method object nil "filePath" arguments)) + +(defun |fileRenamed| (object &rest arguments) + (%qinvoke-method object nil "fileRenamed" arguments)) + +(defun |fileSelected| (object &rest arguments) + (%qinvoke-method object nil "fileSelected" arguments)) + +(defun |filesSelected| (object &rest arguments) + (%qinvoke-method object nil "filesSelected" arguments)) + +(defun |files| (object &rest arguments) + (%qinvoke-method object nil "files" arguments)) + +(defun |file| (object &rest arguments) + (%qinvoke-method object nil "file" arguments)) + +(defun |fill(QColor)| (object &rest arguments) + (%qinvoke-method object nil "fill(QColor)" arguments)) + +(defun |fill(Qt::GlobalColor)| (object &rest arguments) + (%qinvoke-method object nil "fill(Qt::GlobalColor)" arguments)) + +(defun |fill(uint)| (object &rest arguments) + (%qinvoke-method object nil "fill(uint)" arguments)) + +(defun |fillPath| (object &rest arguments) + (%qinvoke-method object nil "fillPath" arguments)) + +(defun |fillRect(QRect,QBrush)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRect,QBrush)" arguments)) + +(defun |fillRect(QRect,QColor)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRect,QColor)" arguments)) + +(defun |fillRect(QRect,Qt::BrushStyle)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRect,Qt::BrushStyle)" arguments)) + +(defun |fillRect(QRect,Qt::GlobalColor)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRect,Qt::GlobalColor)" arguments)) + +(defun |fillRect(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRect...)" arguments)) + +(defun |fillRect(QRectF,QBrush)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRectF,QBrush)" arguments)) + +(defun |fillRect(QRectF,QColor)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRectF,QColor)" arguments)) + +(defun |fillRect(QRectF,Qt::BrushStyle)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRectF,Qt::BrushStyle)" arguments)) + +(defun |fillRect(QRectF,Qt::GlobalColor)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRectF,Qt::GlobalColor)" arguments)) + +(defun |fillRect(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(QRectF...)" arguments)) + +(defun |fillRect(int,int,int,int,QBrush)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(int,int,int,int,QBrush)" arguments)) + +(defun |fillRect(int,int,int,int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(int,int,int,int,QColor)" arguments)) + +(defun |fillRect(int,int,int,int,Qt::BrushStyle)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(int,int,int,int,Qt::BrushStyle)" arguments)) + +(defun |fillRect(int,int,int,int,Qt::GlobalColor)| (object &rest arguments) + (%qinvoke-method object nil "fillRect(int,int,int,int,Qt::GlobalColor)" arguments)) + +(defun |fillRect| (object &rest arguments) + (%qinvoke-method object nil "fillRect" arguments)) + +(defun |fillRule| (object &rest arguments) + (%qinvoke-method object nil "fillRule" arguments)) + +(defun |fill| (object &rest arguments) + (%qinvoke-method object nil "fill" arguments)) + +(defun |filterAttributeSets| (object &rest arguments) + (%qinvoke-method object nil "filterAttributeSets" arguments)) + +(defun |filterAttributes| (object &rest arguments) + (%qinvoke-method object nil "filterAttributes" arguments)) + +(defun |filterCaseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "filterCaseSensitivity" arguments)) + +(defun |filterIndices| (object &rest arguments) + (%qinvoke-method object nil "filterIndices" arguments)) + +(defun |filterKeyColumn| (object &rest arguments) + (%qinvoke-method object nil "filterKeyColumn" arguments)) + +(defun |filterMode| (object &rest arguments) + (%qinvoke-method object nil "filterMode" arguments)) + +(defun |filterRegExp| (object &rest arguments) + (%qinvoke-method object nil "filterRegExp" arguments)) + +(defun |filterRole| (object &rest arguments) + (%qinvoke-method object nil "filterRole" arguments)) + +(defun |filterSelected| (object &rest arguments) + (%qinvoke-method object nil "filterSelected" arguments)) + +(defun |filtersChildEvents| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "filtersChildEvents" arguments)) + +(defun |filter| (object &rest arguments) + (%qinvoke-method object nil "filter" arguments)) + +(defun |finalStop| (object &rest arguments) + (%qinvoke-method object nil "finalStop" arguments)) + +(defun |find(QRegExp)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegExp)" arguments)) + +(defun |find(QRegExp,QTextCursor)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegExp,QTextCursor)" arguments)) + +(defun |find(QRegExp,QTextCursor...)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegExp,QTextCursor...)" arguments)) + +(defun |find(QRegExp,int)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegExp,int)" arguments)) + +(defun |find(QRegExp,int...)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegExp,int...)" arguments)) + +(defun |find(QRegExp...)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegExp...)" arguments)) + +(defun |find(QRegularExpression)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegularExpression)" arguments)) + +(defun |find(QRegularExpression,QTextCursor)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegularExpression,QTextCursor)" arguments)) + +(defun |find(QRegularExpression,QTextCursor...)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegularExpression,QTextCursor...)" arguments)) + +(defun |find(QRegularExpression,int)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegularExpression,int)" arguments)) + +(defun |find(QRegularExpression,int...)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegularExpression,int...)" arguments)) + +(defun |find(QRegularExpression...)| (object &rest arguments) + (%qinvoke-method object nil "find(QRegularExpression...)" arguments)) + +(defun |find(QString)| (object &rest arguments) + (%qinvoke-method object nil "find(QString)" arguments)) + +(defun |find(QString,QTextCursor)| (object &rest arguments) + (%qinvoke-method object nil "find(QString,QTextCursor)" arguments)) + +(defun |find(QString,QTextCursor...)| (object &rest arguments) + (%qinvoke-method object nil "find(QString,QTextCursor...)" arguments)) + +(defun |find(QString,int)| (object &rest arguments) + (%qinvoke-method object nil "find(QString,int)" arguments)) + +(defun |find(QString,int...)| (object &rest arguments) + (%qinvoke-method object nil "find(QString,int...)" arguments)) + +(defun |find(QString...)| (object &rest arguments) + (%qinvoke-method object nil "find(QString...)" arguments)) + +(defun |find.QPixmapCache| (&rest arguments) + (%qinvoke-method "QPixmapCache" nil "find" arguments)) + +(defun |find.QWidget| (&rest arguments) + (%qinvoke-method "QWidget" nil "find" arguments)) + +(defun |findAllElements| (object &rest arguments) + (%qinvoke-method object nil "findAllElements" arguments)) + +(defun |findAll| (object &rest arguments) + (%qinvoke-method object nil "findAll" arguments)) + +(defun |findBlockByLineNumber| (object &rest arguments) + (%qinvoke-method object nil "findBlockByLineNumber" arguments)) + +(defun |findBlockByNumber| (object &rest arguments) + (%qinvoke-method object nil "findBlockByNumber" arguments)) + +(defun |findBlock| (object &rest arguments) + (%qinvoke-method object nil "findBlock" arguments)) + +(defun |findBufferChanged| (object &rest arguments) + (%qinvoke-method object nil "findBufferChanged" arguments)) + +(defun |findData| (object &rest arguments) + (%qinvoke-method object nil "findData" arguments)) + +(defun |findFile| (object &rest arguments) + (%qinvoke-method object nil "findFile" arguments)) + +(defun |findFirstElement| (object &rest arguments) + (%qinvoke-method object nil "findFirstElement" arguments)) + +(defun |findFirst| (object &rest arguments) + (%qinvoke-method object nil "findFirst" arguments)) + +(defun |findItems| (object &rest arguments) + (%qinvoke-method object nil "findItems" arguments)) + +(defun |findNearest| (object &rest arguments) + (%qinvoke-method object nil "findNearest" arguments)) + +(defun |findText| (object &rest arguments) + (%qinvoke-method object nil "findText" arguments)) + +(defun |find| (object &rest arguments) + (%qinvoke-method object nil "find" arguments)) + +(defun |finished| (object &rest arguments) + (%qinvoke-method object nil "finished" arguments)) + +(defun |finish| (object &rest arguments) + (%qinvoke-method object nil "finish" arguments)) + +(defun |firstBlock| (object &rest arguments) + (%qinvoke-method object nil "firstBlock" arguments)) + +(defun |firstChild| (object &rest arguments) + (%qinvoke-method object nil "firstChild" arguments)) + +(defun |firstCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "firstCursorPosition" arguments)) + +(defun |firstDayOfWeek| (object &rest arguments) + (%qinvoke-method object nil "firstDayOfWeek" arguments)) + +(defun |firstLineNumber| (object &rest arguments) + (%qinvoke-method object nil "firstLineNumber" arguments)) + +(defun |firstPosition| (object &rest arguments) + (%qinvoke-method object nil "firstPosition" arguments)) + +(defun |firstVisibleBlock| (object &rest arguments) + (%qinvoke-method object nil "firstVisibleBlock" arguments)) + +(defun |first| (object &rest arguments) + (%qinvoke-method object nil "first" arguments)) + +(defun |fitInView(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "fitInView(QRectF)" arguments)) + +(defun |fitInView(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "fitInView(QRectF...)" arguments)) + +(defun |fitInView(const QGraphicsItem*)| (object &rest arguments) + (%qinvoke-method object nil "fitInView(const QGraphicsItem*)" arguments)) + +(defun |fitInView(const QGraphicsItem*...)| (object &rest arguments) + (%qinvoke-method object nil "fitInView(const QGraphicsItem*...)" arguments)) + +(defun |fitInView| (object &rest arguments) + (%qinvoke-method object nil "fitInView" arguments)) + +(defun |fitToWidth| (object &rest arguments) + (%qinvoke-method object nil "fitToWidth" arguments)) + +(defun |fixedPitch| (object &rest arguments) + (%qinvoke-method object nil "fixedPitch" arguments)) + +(defun |fixup| (object &rest arguments) + (%qinvoke-method object nil "fixup" arguments)) + +(defun |flags| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "flags" arguments)) + +(defun |flow| (object &rest arguments) + (%qinvoke-method object nil "flow" arguments)) + +(defun |flush.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "flush" arguments)) + +(defun |flush| (object &rest arguments) + (%qinvoke-method object nil "flush" arguments)) + +(defun |focalPoint| (object &rest arguments) + (%qinvoke-method object nil "focalPoint" arguments)) + +(defun |focalRadius| (object &rest arguments) + (%qinvoke-method object nil "focalRadius" arguments)) + +(defun |focusChanged| (object &rest arguments) + (%qinvoke-method object nil "focusChanged" arguments)) + +(defun |focusChild| (object &rest arguments) + (%qinvoke-method object nil "focusChild" arguments)) + +(defun |focusItemChanged| (object &rest arguments) + (%qinvoke-method object nil "focusItemChanged" arguments)) + +(defun |focusItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "focusItem" arguments)) + +(defun |focusNextChild| (object &rest arguments) + (%qinvoke-method object nil "focusNextChild" arguments)) + +(defun |focusNextPrevChild| (object &rest arguments) + (%qinvoke-method object nil "focusNextPrevChild" arguments)) + +(defun |focusObject.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "focusObject" arguments)) + +(defun |focusObjectChanged| (object &rest arguments) + (%qinvoke-method object nil "focusObjectChanged" arguments)) + +(defun |focusPolicy| (object &rest arguments) + (%qinvoke-method object nil "focusPolicy" arguments)) + +(defun |focusPreviousChild| (object &rest arguments) + (%qinvoke-method object nil "focusPreviousChild" arguments)) + +(defun |focusProxy| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "focusProxy" arguments)) + +(defun |focusWidget.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "focusWidget" arguments)) + +(defun |focusWidget| (object &rest arguments) + (%qinvoke-method object nil "focusWidget" arguments)) + +(defun |focusWindow.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "focusWindow" arguments)) + +(defun |focusWindowChanged| (object &rest arguments) + (%qinvoke-method object nil "focusWindowChanged" arguments)) + +(defun |font(const QWidget*).QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "font(const QWidget*)" arguments)) + +(defun |font(const char*).QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "font(const char*)" arguments)) + +(defun |font.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "font" arguments)) + +(defun |font.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "font" arguments)) + +(defun |font.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "font" arguments)) + +(defun |fontCapitalization| (object &rest arguments) + (%qinvoke-method object nil "fontCapitalization" arguments)) + +(defun |fontDatabaseChanged| (object &rest arguments) + (%qinvoke-method object nil "fontDatabaseChanged" arguments)) + +(defun |fontEmbeddingEnabled| (object &rest arguments) + (%qinvoke-method object nil "fontEmbeddingEnabled" arguments)) + +(defun |fontFamily| (object &rest arguments) + (%qinvoke-method object nil "fontFamily" arguments)) + +(defun |fontFilters| (object &rest arguments) + (%qinvoke-method object nil "fontFilters" arguments)) + +(defun |fontFixedPitch| (object &rest arguments) + (%qinvoke-method object nil "fontFixedPitch" arguments)) + +(defun |fontHintingPreference| (object &rest arguments) + (%qinvoke-method object nil "fontHintingPreference" arguments)) + +(defun |fontInfo| (object &rest arguments) + (%qinvoke-method object nil "fontInfo" arguments)) + +(defun |fontItalic| (object &rest arguments) + (%qinvoke-method object nil "fontItalic" arguments)) + +(defun |fontKerning| (object &rest arguments) + (%qinvoke-method object nil "fontKerning" arguments)) + +(defun |fontLetterSpacingType| (object &rest arguments) + (%qinvoke-method object nil "fontLetterSpacingType" arguments)) + +(defun |fontLetterSpacing| (object &rest arguments) + (%qinvoke-method object nil "fontLetterSpacing" arguments)) + +(defun |fontMetrics.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "fontMetrics" arguments)) + +(defun |fontMetrics| (object &rest arguments) + (%qinvoke-method object nil "fontMetrics" arguments)) + +(defun |fontOverline| (object &rest arguments) + (%qinvoke-method object nil "fontOverline" arguments)) + +(defun |fontPointSize| (object &rest arguments) + (%qinvoke-method object nil "fontPointSize" arguments)) + +(defun |fontSelected| (object &rest arguments) + (%qinvoke-method object nil "fontSelected" arguments)) + +(defun |fontSize| (object &rest arguments) + (%qinvoke-method object nil "fontSize" arguments)) + +(defun |fontStretch| (object &rest arguments) + (%qinvoke-method object nil "fontStretch" arguments)) + +(defun |fontStrikeOut| (object &rest arguments) + (%qinvoke-method object nil "fontStrikeOut" arguments)) + +(defun |fontStyleHint| (object &rest arguments) + (%qinvoke-method object nil "fontStyleHint" arguments)) + +(defun |fontStyleStrategy| (object &rest arguments) + (%qinvoke-method object nil "fontStyleStrategy" arguments)) + +(defun |fontUnderline| (object &rest arguments) + (%qinvoke-method object nil "fontUnderline" arguments)) + +(defun |fontWeight| (object &rest arguments) + (%qinvoke-method object nil "fontWeight" arguments)) + +(defun |fontWordSpacing| (object &rest arguments) + (%qinvoke-method object nil "fontWordSpacing" arguments)) + +(defun |font| (object &rest arguments) + (%qinvoke-method object nil "font" arguments)) + +(defun |forceShow| (object &rest arguments) + (%qinvoke-method object nil "forceShow" arguments)) + +(defun |foregroundBrush| (object &rest arguments) + (%qinvoke-method object nil "foregroundBrush" arguments)) + +(defun |foregroundColor| (object &rest arguments) + (%qinvoke-method object nil "foregroundColor" arguments)) + +(defun |foregroundRole| (object &rest arguments) + (%qinvoke-method object nil "foregroundRole" arguments)) + +(defun |foreground| (object &rest arguments) + (%qinvoke-method object nil "foreground" arguments)) + +(defun |formAlignment| (object &rest arguments) + (%qinvoke-method object nil "formAlignment" arguments)) + +(defun |formatIndex| (object &rest arguments) + (%qinvoke-method object nil "formatIndex" arguments)) + +(defun |formatValue| (object &rest arguments) + (%qinvoke-method object nil "formatValue" arguments)) + +(defun |formats| (object &rest arguments) + (%qinvoke-method object nil "formats" arguments)) + +(defun |format| (object &rest arguments) + (%qinvoke-method object nil "format" arguments)) + +(defun |forwardAvailable| (object &rest arguments) + (%qinvoke-method object nil "forwardAvailable" arguments)) + +(defun |forwardHistoryCount| (object &rest arguments) + (%qinvoke-method object nil "forwardHistoryCount" arguments)) + +(defun |forwardItems| (object &rest arguments) + (%qinvoke-method object nil "forwardItems" arguments)) + +(defun |forwardItem| (object &rest arguments) + (%qinvoke-method object nil "forwardItem" arguments)) + +(defun |forwardUnsupportedContent| (object &rest arguments) + (%qinvoke-method object nil "forwardUnsupportedContent" arguments)) + +(defun |forward| (object &rest arguments) + (%qinvoke-method object nil "forward" arguments)) + +(defun |fragment| (object &rest arguments) + (%qinvoke-method object nil "fragment" arguments)) + +(defun |frameAt| (object &rest arguments) + (%qinvoke-method object nil "frameAt" arguments)) + +(defun |frameBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "frameBoundingRect" arguments)) + +(defun |frameChanged| (object &rest arguments) + (%qinvoke-method object nil "frameChanged" arguments)) + +(defun |frameCount| (object &rest arguments) + (%qinvoke-method object nil "frameCount" arguments)) + +(defun |frameCreated| (object &rest arguments) + (%qinvoke-method object nil "frameCreated" arguments)) + +(defun |frameForTime| (object &rest arguments) + (%qinvoke-method object nil "frameForTime" arguments)) + +(defun |frameFormat| (object &rest arguments) + (%qinvoke-method object nil "frameFormat" arguments)) + +(defun |frameGeometry| (object &rest arguments) + (%qinvoke-method object nil "frameGeometry" arguments)) + +(defun |frameName| (object &rest arguments) + (%qinvoke-method object nil "frameName" arguments)) + +(defun |frameRect| (object &rest arguments) + (%qinvoke-method object nil "frameRect" arguments)) + +(defun |frameShadow| (object &rest arguments) + (%qinvoke-method object nil "frameShadow" arguments)) + +(defun |frameShape| (object &rest arguments) + (%qinvoke-method object nil "frameShape" arguments)) + +(defun |frameSize| (object &rest arguments) + (%qinvoke-method object nil "frameSize" arguments)) + +(defun |frameStyle| (object &rest arguments) + (%qinvoke-method object nil "frameStyle" arguments)) + +(defun |frameWidth| (object &rest arguments) + (%qinvoke-method object nil "frameWidth" arguments)) + +(defun |framesPerSecond| (object &rest arguments) + (%qinvoke-method object nil "framesPerSecond" arguments)) + +(defun |frame| (object &rest arguments) + (%qinvoke-method object nil "frame" arguments)) + +(defun |fromAce.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "fromAce" arguments)) + +(defun |fromAxes.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "fromAxes" arguments)) + +(defun |fromAxisAndAngle.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "fromAxisAndAngle" arguments)) + +(defun |fromCmyk.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromCmyk" arguments)) + +(defun |fromCmykF.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromCmykF" arguments)) + +(defun |fromData.QImage| (&rest arguments) + (%qinvoke-method "QImage" nil "fromData" arguments)) + +(defun |fromDirection.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "fromDirection" arguments)) + +(defun |fromEncoded.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "fromEncoded" arguments)) + +(defun |fromEulerAngles.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "fromEulerAngles" arguments)) + +(defun |fromHsl.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromHsl" arguments)) + +(defun |fromHslF.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromHslF" arguments)) + +(defun |fromHsv.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromHsv" arguments)) + +(defun |fromHsvF.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromHsvF" arguments)) + +(defun |fromHtml.QTextDocumentFragment| (&rest arguments) + (%qinvoke-method "QTextDocumentFragment" nil "fromHtml" arguments)) + +(defun |fromImage.QBitmap| (&rest arguments) + (%qinvoke-method "QBitmap" nil "fromImage" arguments)) + +(defun |fromImage.QPixmap| (&rest arguments) + (%qinvoke-method "QPixmap" nil "fromImage" arguments)) + +(defun |fromImageReader.QPixmap| (&rest arguments) + (%qinvoke-method "QPixmap" nil "fromImageReader" arguments)) + +(defun |fromJulianDay.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "fromJulianDay" arguments)) + +(defun |fromLocalFile.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "fromLocalFile" arguments)) + +(defun |fromMSecsSinceEpoch(qlonglong,QTimeZone).QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromMSecsSinceEpoch(qlonglong,QTimeZone)" arguments)) + +(defun |fromMSecsSinceEpoch(qlonglong,Qt::TimeSpec).QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromMSecsSinceEpoch(qlonglong,Qt::TimeSpec)" arguments)) + +(defun |fromMSecsSinceEpoch.QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromMSecsSinceEpoch" arguments)) + +(defun |fromMSecsSinceStartOfDay.QTime| (&rest arguments) + (%qinvoke-method "QTime" nil "fromMSecsSinceStartOfDay" arguments)) + +(defun |fromNativeSeparators.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "fromNativeSeparators" arguments)) + +(defun |fromOpenGLContext.QGLContext| (&rest arguments) + (%qinvoke-method "QGLContext" nil "fromOpenGLContext" arguments)) + +(defun |fromPage| (object &rest arguments) + (%qinvoke-method object nil "fromPage" arguments)) + +(defun |fromPercentEncoding.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "fromPercentEncoding" arguments)) + +(defun |fromPlainText.QTextDocumentFragment| (&rest arguments) + (%qinvoke-method "QTextDocumentFragment" nil "fromPlainText" arguments)) + +(defun |fromRgb.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromRgb" arguments)) + +(defun |fromRgbF.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromRgbF" arguments)) + +(defun |fromRgba.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "fromRgba" arguments)) + +(defun |fromRotationMatrix.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "fromRotationMatrix" arguments)) + +(defun |fromScale.QTransform| (&rest arguments) + (%qinvoke-method "QTransform" nil "fromScale" arguments)) + +(defun |fromString(QString,QString).QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromString(QString,QString)" arguments)) + +(defun |fromString(QString,QString).QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "fromString(QString,QString)" arguments)) + +(defun |fromString(QString,QString).QTime| (&rest arguments) + (%qinvoke-method "QTime" nil "fromString(QString,QString)" arguments)) + +(defun |fromString(QString,Qt::DateFormat).QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromString(QString,Qt::DateFormat)" arguments)) + +(defun |fromString(QString,Qt::DateFormat).QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "fromString(QString,Qt::DateFormat)" arguments)) + +(defun |fromString(QString,Qt::DateFormat).QTime| (&rest arguments) + (%qinvoke-method "QTime" nil "fromString(QString,Qt::DateFormat)" arguments)) + +(defun |fromString.QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromString" arguments)) + +(defun |fromString.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "fromString" arguments)) + +(defun |fromString.QKeySequence| (&rest arguments) + (%qinvoke-method "QKeySequence" nil "fromString" arguments)) + +(defun |fromString.QTime| (&rest arguments) + (%qinvoke-method "QTime" nil "fromString" arguments)) + +(defun |fromStringList.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "fromStringList" arguments)) + +(defun |fromString| (object &rest arguments) + (%qinvoke-method object nil "fromString" arguments)) + +(defun |fromSurfaceFormat.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "fromSurfaceFormat" arguments)) + +(defun |fromTheme.QIcon| (&rest arguments) + (%qinvoke-method "QIcon" nil "fromTheme" arguments)) + +(defun |fromTime_t(uint,QTimeZone).QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromTime_t(uint,QTimeZone)" arguments)) + +(defun |fromTime_t(uint,Qt::TimeSpec).QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromTime_t(uint,Qt::TimeSpec)" arguments)) + +(defun |fromTime_t.QDateTime| (&rest arguments) + (%qinvoke-method "QDateTime" nil "fromTime_t" arguments)) + +(defun |fromTranslate.QTransform| (&rest arguments) + (%qinvoke-method "QTransform" nil "fromTranslate" arguments)) + +(defun |fromUnicode| (object &rest arguments) + (%qinvoke-method object nil "fromUnicode" arguments)) + +(defun |fromUserInput.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "fromUserInput" arguments)) + +(defun |frustum| (object &rest arguments) + (%qinvoke-method object nil "frustum" arguments)) + +(defun |fullPage| (object &rest arguments) + (%qinvoke-method object nil "fullPage" arguments)) + +(defun |functions| (object &rest arguments) + (%qinvoke-method object nil "functions" arguments)) + +(defun |generateDynamicTexture| (object &rest arguments) + (%qinvoke-method object nil "generateDynamicTexture" arguments)) + +(defun |generatedIconPixmap| (object &rest arguments) + (%qinvoke-method object nil "generatedIconPixmap" arguments)) + +(defun |geometriesChanged| (object &rest arguments) + (%qinvoke-method object nil "geometriesChanged" arguments)) + +(defun |geometryChangeRequested| (object &rest arguments) + (%qinvoke-method object nil "geometryChangeRequested" arguments)) + +(defun |geometryChanged| (object &rest arguments) + (%qinvoke-method object nil "geometryChanged" arguments)) + +(defun |geometryInputType| (object &rest arguments) + (%qinvoke-method object nil "geometryInputType" arguments)) + +(defun |geometryOutputType| (object &rest arguments) + (%qinvoke-method object nil "geometryOutputType" arguments)) + +(defun |geometryOutputVertexCount| (object &rest arguments) + (%qinvoke-method object nil "geometryOutputVertexCount" arguments)) + +(defun |geometry| (object &rest arguments) + (%qinvoke-method object nil "geometry" arguments)) + +(defun |gestureCancelPolicy| (object &rest arguments) + (%qinvoke-method object nil "gestureCancelPolicy" arguments)) + +(defun |gestureType| (object &rest arguments) + (%qinvoke-method object nil "gestureType" arguments)) + +(defun |gestures| (object &rest arguments) + (%qinvoke-method object nil "gestures" arguments)) + +(defun |gesture| (object &rest arguments) + (%qinvoke-method object nil "gesture" arguments)) + +(defun |getAxes| (object &rest arguments) + (%qinvoke-method object nil "getAxes" arguments)) + +(defun |getAxisAndAngle| (object &rest arguments) + (%qinvoke-method object nil "getAxisAndAngle" arguments)) + +(defun |getChar| (object &rest arguments) + (%qinvoke-method object nil "getChar" arguments)) + +(defun |getColor.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "getColor" arguments)) + +(defun |getDouble.QInputDialog| (&rest arguments) + (%qinvoke-method "QInputDialog" nil "getDouble" arguments)) + +(defun |getEulerAngles| (object &rest arguments) + (%qinvoke-method object nil "getEulerAngles" arguments)) + +(defun |getExistingDirectory.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getExistingDirectory" arguments)) + +(defun |getExistingDirectoryUrl.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getExistingDirectoryUrl" arguments)) + +(defun |getFont(bool*,QFont).QFontDialog| (&rest arguments) + (%qinvoke-method "QFontDialog" nil "getFont(bool*,QFont)" arguments)) + +(defun |getFont(bool*,QWidget*).QFontDialog| (&rest arguments) + (%qinvoke-method "QFontDialog" nil "getFont(bool*,QWidget*)" arguments)) + +(defun |getFont.QFontDialog| (&rest arguments) + (%qinvoke-method "QFontDialog" nil "getFont" arguments)) + +(defun |getInt.QInputDialog| (&rest arguments) + (%qinvoke-method "QInputDialog" nil "getInt" arguments)) + +(defun |getItem.QInputDialog| (&rest arguments) + (%qinvoke-method "QInputDialog" nil "getItem" arguments)) + +(defun |getMultiLineText.QInputDialog| (&rest arguments) + (%qinvoke-method "QInputDialog" nil "getMultiLineText" arguments)) + +(defun |getOpenFileName.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getOpenFileName" arguments)) + +(defun |getOpenFileNames.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getOpenFileNames" arguments)) + +(defun |getOpenFileUrl.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getOpenFileUrl" arguments)) + +(defun |getOpenFileUrls.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getOpenFileUrls" arguments)) + +(defun |getProcAddress| (object &rest arguments) + (%qinvoke-method object nil "getProcAddress" arguments)) + +(defun |getSaveFileName.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getSaveFileName" arguments)) + +(defun |getSaveFileUrl.QFileDialog| (&rest arguments) + (%qinvoke-method "QFileDialog" nil "getSaveFileUrl" arguments)) + +(defun |getText.QInputDialog| (&rest arguments) + (%qinvoke-method "QInputDialog" nil "getText" arguments)) + +(defun |get| (object &rest arguments) + (%qinvoke-method object nil "get" arguments)) + +(defun |globalPosF| (object &rest arguments) + (%qinvoke-method object nil "globalPosF" arguments)) + +(defun |globalPos| (object &rest arguments) + (%qinvoke-method object nil "globalPos" arguments)) + +(defun |globalRestorePolicy| (object &rest arguments) + (%qinvoke-method object nil "globalRestorePolicy" arguments)) + +(defun |globalSettings.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "globalSettings" arguments)) + +(defun |globalStrut.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "globalStrut" arguments)) + +(defun |globalX| (object &rest arguments) + (%qinvoke-method object nil "globalX" arguments)) + +(defun |globalY| (object &rest arguments) + (%qinvoke-method object nil "globalY" arguments)) + +(defun |glyphRuns| (object &rest arguments) + (%qinvoke-method object nil "glyphRuns" arguments)) + +(defun |goToItem| (object &rest arguments) + (%qinvoke-method object nil "goToItem" arguments)) + +(defun |gotFocus| (object &rest arguments) + (%qinvoke-method object nil "gotFocus" arguments)) + +(defun |grabFrameBuffer| (object &rest arguments) + (%qinvoke-method object nil "grabFrameBuffer" arguments)) + +(defun |grabGesture| (object &rest arguments) + (%qinvoke-method object nil "grabGesture" arguments)) + +(defun |grabKeyboard| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "grabKeyboard" arguments)) + +(defun |grabMouse| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "grabMouse" arguments)) + +(defun |grabShortcut| (object &rest arguments) + (%qinvoke-method object nil "grabShortcut" arguments)) + +(defun |grab| (object &rest arguments) + (%qinvoke-method object nil "grab" arguments)) + +(defun |gradient| (object &rest arguments) + (%qinvoke-method object nil "gradient" arguments)) + +(defun |graphicsEffect| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "graphicsEffect" arguments)) + +(defun |graphicsItem| (object &rest arguments) + (%qinvoke-method object nil "graphicsItem" arguments)) + +(defun |graphicsProxyWidget| (object &rest arguments) + (%qinvoke-method object nil "graphicsProxyWidget" arguments)) + +(defun |greenBufferSize| (object &rest arguments) + (%qinvoke-method object nil "greenBufferSize" arguments)) + +(defun |greenF| (object &rest arguments) + (%qinvoke-method object nil "greenF" arguments)) + +(defun |green| (object &rest arguments) + (%qinvoke-method object nil "green" arguments)) + +(defun |gridSize| (object &rest arguments) + (%qinvoke-method object nil "gridSize" arguments)) + +(defun |gridStyle| (object &rest arguments) + (%qinvoke-method object nil "gridStyle" arguments)) + +(defun |groupId| (object &rest arguments) + (%qinvoke-method object nil "groupId" arguments)) + +(defun |groupSeparator| (object &rest arguments) + (%qinvoke-method object nil "groupSeparator" arguments)) + +(defun |group| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "group" arguments)) + +(defun |handleWidth| (object &rest arguments) + (%qinvoke-method object nil "handleWidth" arguments)) + +(defun |handle| (object &rest arguments) + (%qinvoke-method object nil "handle" arguments)) + +(defun |hardwareAddress| (object &rest arguments) + (%qinvoke-method object nil "hardwareAddress" arguments)) + +(defun |hasAcceptableInput| (object &rest arguments) + (%qinvoke-method object nil "hasAcceptableInput" arguments)) + +(defun |hasAlphaChannel| (object &rest arguments) + (%qinvoke-method object nil "hasAlphaChannel" arguments)) + +(defun |hasAlpha| (object &rest arguments) + (%qinvoke-method object nil "hasAlpha" arguments)) + +(defun |hasAttributeNS| (object &rest arguments) + (%qinvoke-method object nil "hasAttributeNS" arguments)) + +(defun |hasAttributes| (object &rest arguments) + (%qinvoke-method object nil "hasAttributes" arguments)) + +(defun |hasAttribute| (object &rest arguments) + (%qinvoke-method object nil "hasAttribute" arguments)) + +(defun |hasAutoScroll| (object &rest arguments) + (%qinvoke-method object nil "hasAutoScroll" arguments)) + +(defun |hasChildren| (object &rest arguments) + (%qinvoke-method object nil "hasChildren" arguments)) + +(defun |hasClass| (object &rest arguments) + (%qinvoke-method object nil "hasClass" arguments)) + +(defun |hasClipping| (object &rest arguments) + (%qinvoke-method object nil "hasClipping" arguments)) + +(defun |hasColor| (object &rest arguments) + (%qinvoke-method object nil "hasColor" arguments)) + +(defun |hasComplexSelection| (object &rest arguments) + (%qinvoke-method object nil "hasComplexSelection" arguments)) + +(defun |hasCursor| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "hasCursor" arguments)) + +(defun |hasFeature| (object &rest arguments) + (%qinvoke-method object nil "hasFeature" arguments)) + +(defun |hasFocus| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "hasFocus" arguments)) + +(defun |hasFormat| (object &rest arguments) + (%qinvoke-method object nil "hasFormat" arguments)) + +(defun |hasFragment| (object &rest arguments) + (%qinvoke-method object nil "hasFragment" arguments)) + +(defun |hasFrame| (object &rest arguments) + (%qinvoke-method object nil "hasFrame" arguments)) + +(defun |hasHeightForWidth| (object &rest arguments) + (%qinvoke-method object nil "hasHeightForWidth" arguments)) + +(defun |hasHotSpot| (object &rest arguments) + (%qinvoke-method object nil "hasHotSpot" arguments)) + +(defun |hasHtml| (object &rest arguments) + (%qinvoke-method object nil "hasHtml" arguments)) + +(defun |hasImage| (object &rest arguments) + (%qinvoke-method object nil "hasImage" arguments)) + +(defun |hasIndex| (object &rest arguments) + (%qinvoke-method object nil "hasIndex" arguments)) + +(defun |hasMouseTracking| (object &rest arguments) + (%qinvoke-method object nil "hasMouseTracking" arguments)) + +(defun |hasNext| (object &rest arguments) + (%qinvoke-method object nil "hasNext" arguments)) + +(defun |hasOpenGL.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "hasOpenGL" arguments)) + +(defun |hasOpenGLFramebufferBlit.QGLFramebufferObject| (&rest arguments) + (%qinvoke-method "QGLFramebufferObject" nil "hasOpenGLFramebufferBlit" arguments)) + +(defun |hasOpenGLFramebufferObjects.QGLFramebufferObject| (&rest arguments) + (%qinvoke-method "QGLFramebufferObject" nil "hasOpenGLFramebufferObjects" arguments)) + +(defun |hasOpenGLOverlays.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "hasOpenGLOverlays" arguments)) + +(defun |hasOpenGLPbuffers.QGLPixelBuffer| (&rest arguments) + (%qinvoke-method "QGLPixelBuffer" nil "hasOpenGLPbuffers" arguments)) + +(defun |hasOpenGLShaderPrograms.QGLShaderProgram| (&rest arguments) + (%qinvoke-method "QGLShaderProgram" nil "hasOpenGLShaderPrograms" arguments)) + +(defun |hasOpenGLShaders.QGLShader| (&rest arguments) + (%qinvoke-method "QGLShader" nil "hasOpenGLShaders" arguments)) + +(defun |hasOutValues| (object &rest arguments) + (%qinvoke-method object nil "hasOutValues" arguments)) + +(defun |hasOverlay| (object &rest arguments) + (%qinvoke-method object nil "hasOverlay" arguments)) + +(defun |hasProperty| (object &rest arguments) + (%qinvoke-method object nil "hasProperty" arguments)) + +(defun |hasQuery| (object &rest arguments) + (%qinvoke-method object nil "hasQuery" arguments)) + +(defun |hasRawHeader| (object &rest arguments) + (%qinvoke-method object nil "hasRawHeader" arguments)) + +(defun |hasSameIdentifier| (object &rest arguments) + (%qinvoke-method object nil "hasSameIdentifier" arguments)) + +(defun |hasScaledContents| (object &rest arguments) + (%qinvoke-method object nil "hasScaledContents" arguments)) + +(defun |hasSelectedText| (object &rest arguments) + (%qinvoke-method object nil "hasSelectedText" arguments)) + +(defun |hasSelection| (object &rest arguments) + (%qinvoke-method object nil "hasSelection" arguments)) + +(defun |hasText| (object &rest arguments) + (%qinvoke-method object nil "hasText" arguments)) + +(defun |hasThemeIcon.QIcon| (&rest arguments) + (%qinvoke-method "QIcon" nil "hasThemeIcon" arguments)) + +(defun |hasTracking| (object &rest arguments) + (%qinvoke-method object nil "hasTracking" arguments)) + +(defun |hasUrls| (object &rest arguments) + (%qinvoke-method object nil "hasUrls" arguments)) + +(defun |hasVisitedPage| (object &rest arguments) + (%qinvoke-method object nil "hasVisitedPage" arguments)) + +(defun |hasWidthForHeight| (object &rest arguments) + (%qinvoke-method object nil "hasWidthForHeight" arguments)) + +(defun |hash.QCryptographicHash| (&rest arguments) + (%qinvoke-method "QCryptographicHash" nil "hash" arguments)) + +(defun |headerDataChanged| (object &rest arguments) + (%qinvoke-method object nil "headerDataChanged" arguments)) + +(defun |headerData| (object &rest arguments) + (%qinvoke-method object nil "headerData" arguments)) + +(defun |headerItem| (object &rest arguments) + (%qinvoke-method object nil "headerItem" arguments)) + +(defun |headerRowCount| (object &rest arguments) + (%qinvoke-method object nil "headerRowCount" arguments)) + +(defun |headerTextFormat| (object &rest arguments) + (%qinvoke-method object nil "headerTextFormat" arguments)) + +(defun |header| (object &rest arguments) + (%qinvoke-method object nil "header" arguments)) + +(defun |head| (object &rest arguments) + (%qinvoke-method object nil "head" arguments)) + +(defun |heightChanged| (object &rest arguments) + (%qinvoke-method object nil "heightChanged" arguments)) + +(defun |heightForWidth| (object &rest arguments) + (%qinvoke-method object nil "heightForWidth" arguments)) + +(defun |heightMM| (object &rest arguments) + (%qinvoke-method object nil "heightMM" arguments)) + +(defun |height| (object &rest arguments) + (%qinvoke-method object nil "height" arguments)) + +(defun |helpEvent| (object &rest arguments) + (%qinvoke-method object nil "helpEvent" arguments)) + +(defun |helpRequested| (object &rest arguments) + (%qinvoke-method object nil "helpRequested" arguments)) + +(defun |hiResGlobalX| (object &rest arguments) + (%qinvoke-method object nil "hiResGlobalX" arguments)) + +(defun |hiResGlobalY| (object &rest arguments) + (%qinvoke-method object nil "hiResGlobalY" arguments)) + +(defun |hiddenSectionCount| (object &rest arguments) + (%qinvoke-method object nil "hiddenSectionCount" arguments)) + +(defun |hideColumn| (object &rest arguments) + (%qinvoke-method object nil "hideColumn" arguments)) + +(defun |hideOrShow| (object &rest arguments) + (%qinvoke-method object nil "hideOrShow" arguments)) + +(defun |hidePopup| (object &rest arguments) + (%qinvoke-method object nil "hidePopup" arguments)) + +(defun |hideRow| (object &rest arguments) + (%qinvoke-method object nil "hideRow" arguments)) + +(defun |hideSection| (object &rest arguments) + (%qinvoke-method object nil "hideSection" arguments)) + +(defun |hideTearOffMenu| (object &rest arguments) + (%qinvoke-method object nil "hideTearOffMenu" arguments)) + +(defun |hideText.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "hideText" arguments)) + +(defun |hideText.QWhatsThis| (&rest arguments) + (%qinvoke-method "QWhatsThis" nil "hideText" arguments)) + +(defun |hide| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "hide" arguments)) + +(defun |highlightSections| (object &rest arguments) + (%qinvoke-method object nil "highlightSections" arguments)) + +(defun |highlighted(QModelIndex)| (object &rest arguments) + (%qinvoke-method object nil "highlighted(QModelIndex)" arguments)) + +(defun |highlighted(QString)| (object &rest arguments) + (%qinvoke-method object nil "highlighted(QString)" arguments)) + +(defun |highlighted(QUrl)| (object &rest arguments) + (%qinvoke-method object nil "highlighted(QUrl)" arguments)) + +(defun |highlighted(int)| (object &rest arguments) + (%qinvoke-method object nil "highlighted(int)" arguments)) + +(defun |highlightedText| (object &rest arguments) + (%qinvoke-method object nil "highlightedText" arguments)) + +(defun |highlighted| (object &rest arguments) + (%qinvoke-method object nil "highlighted" arguments)) + +(defun |highlight| (object &rest arguments) + (%qinvoke-method object nil "highlight" arguments)) + +(defun |hintingPreference| (object &rest arguments) + (%qinvoke-method object nil "hintingPreference" arguments)) + +(defun |historyChanged| (object &rest arguments) + (%qinvoke-method object nil "historyChanged" arguments)) + +(defun |historyContains| (object &rest arguments) + (%qinvoke-method object nil "historyContains" arguments)) + +(defun |historyTitle| (object &rest arguments) + (%qinvoke-method object nil "historyTitle" arguments)) + +(defun |historyTypeChanged| (object &rest arguments) + (%qinvoke-method object nil "historyTypeChanged" arguments)) + +(defun |historyType| (object &rest arguments) + (%qinvoke-method object nil "historyType" arguments)) + +(defun |historyUrl| (object &rest arguments) + (%qinvoke-method object nil "historyUrl" arguments)) + +(defun |history| (object &rest arguments) + (%qinvoke-method object nil "history" arguments)) + +(defun |hitCount| (object &rest arguments) + (%qinvoke-method object nil "hitCount" arguments)) + +(defun |hitTestComplexControl| (object &rest arguments) + (%qinvoke-method object nil "hitTestComplexControl" arguments)) + +(defun |hitTestContent| (object &rest arguments) + (%qinvoke-method object nil "hitTestContent" arguments)) + +(defun |hitTestPath| (object &rest arguments) + (%qinvoke-method object nil "hitTestPath" arguments)) + +(defun |hitTest| (object &rest arguments) + (%qinvoke-method object nil "hitTest" arguments)) + +(defun |home.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "home" arguments)) + +(defun |homePath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "homePath" arguments)) + +(defun |home| (object &rest arguments) + (%qinvoke-method object nil "home" arguments)) + +(defun |horizontalAdvance| (object &rest arguments) + (%qinvoke-method object nil "horizontalAdvance" arguments)) + +(defun |horizontalDirection| (object &rest arguments) + (%qinvoke-method object nil "horizontalDirection" arguments)) + +(defun |horizontalHeaderFormat| (object &rest arguments) + (%qinvoke-method object nil "horizontalHeaderFormat" arguments)) + +(defun |horizontalHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "horizontalHeaderItem" arguments)) + +(defun |horizontalHeader| (object &rest arguments) + (%qinvoke-method object nil "horizontalHeader" arguments)) + +(defun |horizontalPolicy| (object &rest arguments) + (%qinvoke-method object nil "horizontalPolicy" arguments)) + +(defun |horizontalScrollBarPolicy| (object &rest arguments) + (%qinvoke-method object nil "horizontalScrollBarPolicy" arguments)) + +(defun |horizontalScrollBar| (object &rest arguments) + (%qinvoke-method object nil "horizontalScrollBar" arguments)) + +(defun |horizontalScrollMode| (object &rest arguments) + (%qinvoke-method object nil "horizontalScrollMode" arguments)) + +(defun |horizontalScrollbarAction| (object &rest arguments) + (%qinvoke-method object nil "horizontalScrollbarAction" arguments)) + +(defun |horizontalScrollbarValueChanged| (object &rest arguments) + (%qinvoke-method object nil "horizontalScrollbarValueChanged" arguments)) + +(defun |horizontalSpacing| (object &rest arguments) + (%qinvoke-method object nil "horizontalSpacing" arguments)) + +(defun |horizontalStretch| (object &rest arguments) + (%qinvoke-method object nil "horizontalStretch" arguments)) + +(defun |hostFound| (object &rest arguments) + (%qinvoke-method object nil "hostFound" arguments)) + +(defun |hostName| (object &rest arguments) + (%qinvoke-method object nil "hostName" arguments)) + +(defun |host| (object &rest arguments) + (%qinvoke-method object nil "host" arguments)) + +(defun |hotSpot| (object &rest arguments) + (%qinvoke-method object nil "hotSpot" arguments)) + +(defun |hour| (object &rest arguments) + (%qinvoke-method object nil "hour" arguments)) + +(defun |hovered| (object &rest arguments) + (%qinvoke-method object nil "hovered" arguments)) + +(defun |hover| (object &rest arguments) + (%qinvoke-method object nil "hover" arguments)) + +(defun |href| (object &rest arguments) + (%qinvoke-method object nil "href" arguments)) + +(defun |hslHueF| (object &rest arguments) + (%qinvoke-method object nil "hslHueF" arguments)) + +(defun |hslHue| (object &rest arguments) + (%qinvoke-method object nil "hslHue" arguments)) + +(defun |hslSaturationF| (object &rest arguments) + (%qinvoke-method object nil "hslSaturationF" arguments)) + +(defun |hslSaturation| (object &rest arguments) + (%qinvoke-method object nil "hslSaturation" arguments)) + +(defun |hsvHueF| (object &rest arguments) + (%qinvoke-method object nil "hsvHueF" arguments)) + +(defun |hsvHue| (object &rest arguments) + (%qinvoke-method object nil "hsvHue" arguments)) + +(defun |hsvSaturationF| (object &rest arguments) + (%qinvoke-method object nil "hsvSaturationF" arguments)) + +(defun |hsvSaturation| (object &rest arguments) + (%qinvoke-method object nil "hsvSaturation" arguments)) + +(defun |html| (object &rest arguments) + (%qinvoke-method object nil "html" arguments)) + +(defun |hueF| (object &rest arguments) + (%qinvoke-method object nil "hueF" arguments)) + +(defun |hue| (object &rest arguments) + (%qinvoke-method object nil "hue" arguments)) + +(defun |humanReadableName| (object &rest arguments) + (%qinvoke-method object nil "humanReadableName" arguments)) + +(defun |icon(QFileIconProvider::IconType)| (object &rest arguments) + (%qinvoke-method object nil "icon(QFileIconProvider::IconType)" arguments)) + +(defun |icon(QFileInfo)| (object &rest arguments) + (%qinvoke-method object nil "icon(QFileInfo)" arguments)) + +(defun |iconChanged| (object &rest arguments) + (%qinvoke-method object nil "iconChanged" arguments)) + +(defun |iconDatabasePath.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "iconDatabasePath" arguments)) + +(defun |iconForUrl.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "iconForUrl" arguments)) + +(defun |iconPixmap| (object &rest arguments) + (%qinvoke-method object nil "iconPixmap" arguments)) + +(defun |iconProvider| (object &rest arguments) + (%qinvoke-method object nil "iconProvider" arguments)) + +(defun |iconSizeChanged| (object &rest arguments) + (%qinvoke-method object nil "iconSizeChanged" arguments)) + +(defun |iconSize| (object &rest arguments) + (%qinvoke-method object nil "iconSize" arguments)) + +(defun |iconText| (object &rest arguments) + (%qinvoke-method object nil "iconText" arguments)) + +(defun |icon| (object &rest arguments) + (%qinvoke-method object nil "icon" arguments)) + +(defun |idealWidth| (object &rest arguments) + (%qinvoke-method object nil "idealWidth" arguments)) + +(defun |idnWhitelist.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "idnWhitelist" arguments)) + +(defun |id| (object &rest arguments) + (%qinvoke-method object nil "id" arguments)) + +(defun |ignore(QGesture*)| (object &rest arguments) + (%qinvoke-method object nil "ignore(QGesture*)" arguments)) + +(defun |ignore(Qt::GestureType)| (object &rest arguments) + (%qinvoke-method object nil "ignore(Qt::GestureType)" arguments)) + +(defun |ignore| (object &rest arguments) + (%qinvoke-method object nil "ignore" arguments)) + +(defun |imageData| (object &rest arguments) + (%qinvoke-method object nil "imageData" arguments)) + +(defun |imageUrl| (object &rest arguments) + (%qinvoke-method object nil "imageUrl" arguments)) + +(defun |image| (object &rest arguments) + (%qinvoke-method object nil "image" arguments)) + +(defun |inFontUcs4| (object &rest arguments) + (%qinvoke-method object nil "inFontUcs4" arguments)) + +(defun |inFont| (object &rest arguments) + (%qinvoke-method object nil "inFont" arguments)) + +(defun |inWhatsThisMode.QWhatsThis| (&rest arguments) + (%qinvoke-method "QWhatsThis" nil "inWhatsThisMode" arguments)) + +(defun |indentWidth| (object &rest arguments) + (%qinvoke-method object nil "indentWidth" arguments)) + +(defun |indentation| (object &rest arguments) + (%qinvoke-method object nil "indentation" arguments)) + +(defun |indent| (object &rest arguments) + (%qinvoke-method object nil "indent" arguments)) + +(defun |index(QString...)| (object &rest arguments) + (%qinvoke-method object nil "index(QString...)" arguments)) + +(defun |index(int...)| (object &rest arguments) + (%qinvoke-method object nil "index(int...)" arguments)) + +(defun |indexAbove| (object &rest arguments) + (%qinvoke-method object nil "indexAbove" arguments)) + +(defun |indexAt| (object &rest arguments) + (%qinvoke-method object nil "indexAt" arguments)) + +(defun |indexBelow| (object &rest arguments) + (%qinvoke-method object nil "indexBelow" arguments)) + +(defun |indexChanged| (object &rest arguments) + (%qinvoke-method object nil "indexChanged" arguments)) + +(defun |indexColumn| (object &rest arguments) + (%qinvoke-method object nil "indexColumn" arguments)) + +(defun |indexCreated| (object &rest arguments) + (%qinvoke-method object nil "indexCreated" arguments)) + +(defun |indexCreationStarted| (object &rest arguments) + (%qinvoke-method object nil "indexCreationStarted" arguments)) + +(defun |indexDocumentation| (object &rest arguments) + (%qinvoke-method object nil "indexDocumentation" arguments)) + +(defun |indexFromItem| (object &rest arguments) + (%qinvoke-method object nil "indexFromItem" arguments)) + +(defun |indexIn| (object &rest arguments) + (%qinvoke-method object nil "indexIn" arguments)) + +(defun |indexOfAnimation| (object &rest arguments) + (%qinvoke-method object nil "indexOfAnimation" arguments)) + +(defun |indexOfChild| (object &rest arguments) + (%qinvoke-method object nil "indexOfChild" arguments)) + +(defun |indexOfClassInfo| (object &rest arguments) + (%qinvoke-method object nil "indexOfClassInfo" arguments)) + +(defun |indexOfConstructor| (object &rest arguments) + (%qinvoke-method object nil "indexOfConstructor" arguments)) + +(defun |indexOfEnumerator| (object &rest arguments) + (%qinvoke-method object nil "indexOfEnumerator" arguments)) + +(defun |indexOfMethod| (object &rest arguments) + (%qinvoke-method object nil "indexOfMethod" arguments)) + +(defun |indexOfProperty| (object &rest arguments) + (%qinvoke-method object nil "indexOfProperty" arguments)) + +(defun |indexOfSignal| (object &rest arguments) + (%qinvoke-method object nil "indexOfSignal" arguments)) + +(defun |indexOfSlot| (object &rest arguments) + (%qinvoke-method object nil "indexOfSlot" arguments)) + +(defun |indexOfTopLevelItem| (object &rest arguments) + (%qinvoke-method object nil "indexOfTopLevelItem" arguments)) + +(defun |indexOf| (object &rest arguments) + (%qinvoke-method object nil "indexOf" arguments)) + +(defun |indexRowSizeHint| (object &rest arguments) + (%qinvoke-method object nil "indexRowSizeHint" arguments)) + +(defun |indexWidget| (object &rest arguments) + (%qinvoke-method object nil "indexWidget" arguments)) + +(defun |indexesMoved| (object &rest arguments) + (%qinvoke-method object nil "indexesMoved" arguments)) + +(defun |indexes| (object &rest arguments) + (%qinvoke-method object nil "indexes" arguments)) + +(defun |indexingFinished| (object &rest arguments) + (%qinvoke-method object nil "indexingFinished" arguments)) + +(defun |indexingStarted| (object &rest arguments) + (%qinvoke-method object nil "indexingStarted" arguments)) + +(defun |index| (object &rest arguments) + (%qinvoke-method object nil "index" arguments)) + +(defun |information.QMessageBox| (&rest arguments) + (%qinvoke-method "QMessageBox" nil "information" arguments)) + +(defun |informativeText| (object &rest arguments) + (%qinvoke-method object nil "informativeText" arguments)) + +(defun |inherits| (object &rest arguments) + (%qinvoke-method object nil "inherits" arguments)) + +(defun |iniCodec| (object &rest arguments) + (%qinvoke-method object nil "iniCodec" arguments)) + +(defun |initFrom| (object &rest arguments) + (%qinvoke-method object nil "initFrom" arguments)) + +(defun |initStyleOption| (object &rest arguments) + (%qinvoke-method object nil "initStyleOption" arguments)) + +(defun |initialLayoutCompleted| (object &rest arguments) + (%qinvoke-method object nil "initialLayoutCompleted" arguments)) + +(defun |initialStateChanged| (object &rest arguments) + (%qinvoke-method object nil "initialStateChanged" arguments)) + +(defun |initialState| (object &rest arguments) + (%qinvoke-method object nil "initialState" arguments)) + +(defun |initializeColumn| (object &rest arguments) + (%qinvoke-method object nil "initializeColumn" arguments)) + +(defun |initializePage| (object &rest arguments) + (%qinvoke-method object nil "initializePage" arguments)) + +(defun |initialized| (object &rest arguments) + (%qinvoke-method object nil "initialized" arguments)) + +(defun |inputChannelMode| (object &rest arguments) + (%qinvoke-method object nil "inputChannelMode" arguments)) + +(defun |inputMask| (object &rest arguments) + (%qinvoke-method object nil "inputMask" arguments)) + +(defun |inputMethod.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "inputMethod" arguments)) + +(defun |inputMethodHints| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "inputMethodHints" arguments)) + +(defun |inputMethodQuery| (object &rest arguments) + (%qinvoke-method object nil "inputMethodQuery" arguments)) + +(defun |inputMode| (object &rest arguments) + (%qinvoke-method object nil "inputMode" arguments)) + +(defun |insert.QPixmapCache| (&rest arguments) + (%qinvoke-method "QPixmapCache" nil "insert" arguments)) + +(defun |insertActions| (object &rest arguments) + (%qinvoke-method object nil "insertActions" arguments)) + +(defun |insertAction| (object &rest arguments) + (%qinvoke-method object nil "insertAction" arguments)) + +(defun |insertAnimation| (object &rest arguments) + (%qinvoke-method object nil "insertAnimation" arguments)) + +(defun |insertBlock| (object &rest arguments) + (%qinvoke-method object nil "insertBlock" arguments)) + +(defun |insertChildren| (object &rest arguments) + (%qinvoke-method object nil "insertChildren" arguments)) + +(defun |insertChild| (object &rest arguments) + (%qinvoke-method object nil "insertChild" arguments)) + +(defun |insertColumn(int,QList)| (object &rest arguments) + (%qinvoke-method object nil "insertColumn(int,QList)" arguments)) + +(defun |insertColumn(int,QModelIndex)| (object &rest arguments) + (%qinvoke-method object nil "insertColumn(int,QModelIndex)" arguments)) + +(defun |insertColumns| (object &rest arguments) + (%qinvoke-method object nil "insertColumns" arguments)) + +(defun |insertColumn| (object &rest arguments) + (%qinvoke-method object nil "insertColumn" arguments)) + +(defun |insertContents| (object &rest arguments) + (%qinvoke-method object nil "insertContents" arguments)) + +(defun |insertFragment| (object &rest arguments) + (%qinvoke-method object nil "insertFragment" arguments)) + +(defun |insertFrame| (object &rest arguments) + (%qinvoke-method object nil "insertFrame" arguments)) + +(defun |insertHtml| (object &rest arguments) + (%qinvoke-method object nil "insertHtml" arguments)) + +(defun |insertImage(QImage)| (object &rest arguments) + (%qinvoke-method object nil "insertImage(QImage)" arguments)) + +(defun |insertImage(QImage...)| (object &rest arguments) + (%qinvoke-method object nil "insertImage(QImage...)" arguments)) + +(defun |insertImage(QString)| (object &rest arguments) + (%qinvoke-method object nil "insertImage(QString)" arguments)) + +(defun |insertImage(QTextImageFormat)| (object &rest arguments) + (%qinvoke-method object nil "insertImage(QTextImageFormat)" arguments)) + +(defun |insertImage(QTextImageFormat...)| (object &rest arguments) + (%qinvoke-method object nil "insertImage(QTextImageFormat...)" arguments)) + +(defun |insertImage| (object &rest arguments) + (%qinvoke-method object nil "insertImage" arguments)) + +(defun |insertIndices| (object &rest arguments) + (%qinvoke-method object nil "insertIndices" arguments)) + +(defun |insertItem(int,QIcon...)| (object &rest arguments) + (%qinvoke-method object nil "insertItem(int,QIcon...)" arguments)) + +(defun |insertItem(int,QListWidgetItem*)| (object &rest arguments) + (%qinvoke-method object nil "insertItem(int,QListWidgetItem*)" arguments)) + +(defun |insertItem(int,QString)| (object &rest arguments) + (%qinvoke-method object nil "insertItem(int,QString)" arguments)) + +(defun |insertItem(int,QString...)| (object &rest arguments) + (%qinvoke-method object nil "insertItem(int,QString...)" arguments)) + +(defun |insertItems| (object &rest arguments) + (%qinvoke-method object nil "insertItems" arguments)) + +(defun |insertItem| (object &rest arguments) + (%qinvoke-method object nil "insertItem" arguments)) + +(defun |insertLayout| (object &rest arguments) + (%qinvoke-method object nil "insertLayout" arguments)) + +(defun |insertList(QTextListFormat)| (object &rest arguments) + (%qinvoke-method object nil "insertList(QTextListFormat)" arguments)) + +(defun |insertList(QTextListFormat::Style)| (object &rest arguments) + (%qinvoke-method object nil "insertList(QTextListFormat::Style)" arguments)) + +(defun |insertList| (object &rest arguments) + (%qinvoke-method object nil "insertList" arguments)) + +(defun |insertMenu| (object &rest arguments) + (%qinvoke-method object nil "insertMenu" arguments)) + +(defun |insertPause| (object &rest arguments) + (%qinvoke-method object nil "insertPause" arguments)) + +(defun |insertPermanentWidget| (object &rest arguments) + (%qinvoke-method object nil "insertPermanentWidget" arguments)) + +(defun |insertPlainText| (object &rest arguments) + (%qinvoke-method object nil "insertPlainText" arguments)) + +(defun |insertPolicy| (object &rest arguments) + (%qinvoke-method object nil "insertPolicy" arguments)) + +(defun |insertRecord| (object &rest arguments) + (%qinvoke-method object nil "insertRecord" arguments)) + +(defun |insertRow(int,QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QLayout*)" arguments)) + +(defun |insertRow(int,QList)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QList)" arguments)) + +(defun |insertRow(int,QModelIndex)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QModelIndex)" arguments)) + +(defun |insertRow(int,QStandardItem*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QStandardItem*)" arguments)) + +(defun |insertRow(int,QString,QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QString,QLayout*)" arguments)) + +(defun |insertRow(int,QString,QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QString,QWidget*)" arguments)) + +(defun |insertRow(int,QString...)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QString...)" arguments)) + +(defun |insertRow(int,QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QWidget*)" arguments)) + +(defun |insertRow(int,QWidget*,QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QWidget*,QLayout*)" arguments)) + +(defun |insertRow(int,QWidget*,QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QWidget*,QWidget*)" arguments)) + +(defun |insertRow(int,QWidget*...)| (object &rest arguments) + (%qinvoke-method object nil "insertRow(int,QWidget*...)" arguments)) + +(defun |insertRows(int,QList)| (object &rest arguments) + (%qinvoke-method object nil "insertRows(int,QList)" arguments)) + +(defun |insertRows(int,int)| (object &rest arguments) + (%qinvoke-method object nil "insertRows(int,int)" arguments)) + +(defun |insertRows| (object &rest arguments) + (%qinvoke-method object nil "insertRows" arguments)) + +(defun |insertRow| (object &rest arguments) + (%qinvoke-method object nil "insertRow" arguments)) + +(defun |insertSection| (object &rest arguments) + (%qinvoke-method object nil "insertSection" arguments)) + +(defun |insertSeparator| (object &rest arguments) + (%qinvoke-method object nil "insertSeparator" arguments)) + +(defun |insertSpacerItem| (object &rest arguments) + (%qinvoke-method object nil "insertSpacerItem" arguments)) + +(defun |insertSpacing| (object &rest arguments) + (%qinvoke-method object nil "insertSpacing" arguments)) + +(defun |insertStretch| (object &rest arguments) + (%qinvoke-method object nil "insertStretch" arguments)) + +(defun |insertSubstitution.QFont| (&rest arguments) + (%qinvoke-method "QFont" nil "insertSubstitution" arguments)) + +(defun |insertSubstitutions.QFont| (&rest arguments) + (%qinvoke-method "QFont" nil "insertSubstitutions" arguments)) + +(defun |insertTable| (object &rest arguments) + (%qinvoke-method object nil "insertTable" arguments)) + +(defun |insertTab| (object &rest arguments) + (%qinvoke-method object nil "insertTab" arguments)) + +(defun |insertText| (object &rest arguments) + (%qinvoke-method object nil "insertText" arguments)) + +(defun |insertToolBarBreak| (object &rest arguments) + (%qinvoke-method object nil "insertToolBarBreak" arguments)) + +(defun |insertToolBar| (object &rest arguments) + (%qinvoke-method object nil "insertToolBar" arguments)) + +(defun |insertTopLevelItems| (object &rest arguments) + (%qinvoke-method object nil "insertTopLevelItems" arguments)) + +(defun |insertTopLevelItem| (object &rest arguments) + (%qinvoke-method object nil "insertTopLevelItem" arguments)) + +(defun |insertWidget| (object &rest arguments) + (%qinvoke-method object nil "insertWidget" arguments)) + +(defun |insert| (object &rest arguments) + (%qinvoke-method object nil "insert" arguments)) + +(defun |installEventFilter| (object &rest arguments) + (%qinvoke-method object nil "installEventFilter" arguments)) + +(defun |installFactory.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "installFactory" arguments)) + +(defun |installNativeEventFilter| (object &rest arguments) + (%qinvoke-method object nil "installNativeEventFilter" arguments)) + +(defun |installSceneEventFilter| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "installSceneEventFilter" arguments)) + +(defun |installTranslator.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "installTranslator" arguments)) + +(defun |instance.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "instance" arguments)) + +(defun |instance| (object &rest arguments) + (%qinvoke-method object nil "instance" arguments)) + +(defun |intMaximum| (object &rest arguments) + (%qinvoke-method object nil "intMaximum" arguments)) + +(defun |intMinimum| (object &rest arguments) + (%qinvoke-method object nil "intMinimum" arguments)) + +(defun |intProperty| (object &rest arguments) + (%qinvoke-method object nil "intProperty" arguments)) + +(defun |intStep| (object &rest arguments) + (%qinvoke-method object nil "intStep" arguments)) + +(defun |intValueChanged| (object &rest arguments) + (%qinvoke-method object nil "intValueChanged" arguments)) + +(defun |intValueSelected| (object &rest arguments) + (%qinvoke-method object nil "intValueSelected" arguments)) + +(defun |intValue| (object &rest arguments) + (%qinvoke-method object nil "intValue" arguments)) + +(defun |interfaceFromIndex.QNetworkCacheMetaData| (&rest arguments) + (%qinvoke-method "QNetworkCacheMetaData" nil "interfaceFromIndex" arguments)) + +(defun |interfaceFromName.QNetworkCacheMetaData| (&rest arguments) + (%qinvoke-method "QNetworkCacheMetaData" nil "interfaceFromName" arguments)) + +(defun |internalDelayedPopup| (object &rest arguments) + (%qinvoke-method object nil "internalDelayedPopup" arguments)) + +(defun |internalId| (object &rest arguments) + (%qinvoke-method object nil "internalId" arguments)) + +(defun |internalTextureFormat| (object &rest arguments) + (%qinvoke-method object nil "internalTextureFormat" arguments)) + +(defun |interpretText| (object &rest arguments) + (%qinvoke-method object nil "interpretText" arguments)) + +(defun |intersected(QRect)| (object &rest arguments) + (%qinvoke-method object nil "intersected(QRect)" arguments)) + +(defun |intersected(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "intersected(QRegion)" arguments)) + +(defun |intersected| (object &rest arguments) + (%qinvoke-method object nil "intersected" arguments)) + +(defun |intersects(QPainterPath)| (object &rest arguments) + (%qinvoke-method object nil "intersects(QPainterPath)" arguments)) + +(defun |intersects(QRect)| (object &rest arguments) + (%qinvoke-method object nil "intersects(QRect)" arguments)) + +(defun |intersects(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "intersects(QRectF)" arguments)) + +(defun |intersects(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "intersects(QRegion)" arguments)) + +(defun |intersects| (object &rest arguments) + (%qinvoke-method object nil "intersects" arguments)) + +(defun |interval| (object &rest arguments) + (%qinvoke-method object nil "interval" arguments)) + +(defun |invalidateContents| (object &rest arguments) + (%qinvoke-method object nil "invalidateContents" arguments)) + +(defun |invalidateFilter| (object &rest arguments) + (%qinvoke-method object nil "invalidateFilter" arguments)) + +(defun |invalidateIndex| (object &rest arguments) + (%qinvoke-method object nil "invalidateIndex" arguments)) + +(defun |invalidateScene| (object &rest arguments) + (%qinvoke-method object nil "invalidateScene" arguments)) + +(defun |invalidate| (object &rest arguments) + (%qinvoke-method object nil "invalidate" arguments)) + +(defun |invertPixels| (object &rest arguments) + (%qinvoke-method object nil "invertPixels" arguments)) + +(defun |invertedAppearance| (object &rest arguments) + (%qinvoke-method object nil "invertedAppearance" arguments)) + +(defun |invertedControls| (object &rest arguments) + (%qinvoke-method object nil "invertedControls" arguments)) + +(defun |inverted| (object &rest arguments) + (%qinvoke-method object nil "inverted" arguments)) + +(defun |invisibleRootItem| (object &rest arguments) + (%qinvoke-method object nil "invisibleRootItem" arguments)) + +(defun |isAbsolutePath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "isAbsolutePath" arguments)) + +(defun |isAbsolute| (object &rest arguments) + (%qinvoke-method object nil "isAbsolute" arguments)) + +(defun |isAccelerated| (object &rest arguments) + (%qinvoke-method object nil "isAccelerated" arguments)) + +(defun |isAccepted(QGesture*)| (object &rest arguments) + (%qinvoke-method object nil "isAccepted(QGesture*)" arguments)) + +(defun |isAccepted(Qt::GestureType)| (object &rest arguments) + (%qinvoke-method object nil "isAccepted(Qt::GestureType)" arguments)) + +(defun |isAccepted| (object &rest arguments) + (%qinvoke-method object nil "isAccepted" arguments)) + +(defun |isActivated| (object &rest arguments) + (%qinvoke-method object nil "isActivated" arguments)) + +(defun |isActive.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "isActive" arguments)) + +(defun |isActiveWindow| (object &rest arguments) + (%qinvoke-method object nil "isActiveWindow" arguments)) + +(defun |isActive| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isActive" arguments)) + +(defun |isAffine| (object &rest arguments) + (%qinvoke-method object nil "isAffine" arguments)) + +(defun |isAmbiguous| (object &rest arguments) + (%qinvoke-method object nil "isAmbiguous" arguments)) + +(defun |isAncestorOf| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isAncestorOf" arguments)) + +(defun |isAnchor| (object &rest arguments) + (%qinvoke-method object nil "isAnchor" arguments)) + +(defun |isAnimated| (object &rest arguments) + (%qinvoke-method object nil "isAnimated" arguments)) + +(defun |isAreaAllowed| (object &rest arguments) + (%qinvoke-method object nil "isAreaAllowed" arguments)) + +(defun |isAtBoundary| (object &rest arguments) + (%qinvoke-method object nil "isAtBoundary" arguments)) + +(defun |isAutoRepeat| (object &rest arguments) + (%qinvoke-method object nil "isAutoRepeat" arguments)) + +(defun |isAutoValue| (object &rest arguments) + (%qinvoke-method object nil "isAutoValue" arguments)) + +(defun |isBackwardAvailable| (object &rest arguments) + (%qinvoke-method object nil "isBackwardAvailable" arguments)) + +(defun |isBitmapScalable| (object &rest arguments) + (%qinvoke-method object nil "isBitmapScalable" arguments)) + +(defun |isBlockFormat| (object &rest arguments) + (%qinvoke-method object nil "isBlockFormat" arguments)) + +(defun |isBound| (object &rest arguments) + (%qinvoke-method object nil "isBound" arguments)) + +(defun |isBrushSet| (object &rest arguments) + (%qinvoke-method object nil "isBrushSet" arguments)) + +(defun |isBundle| (object &rest arguments) + (%qinvoke-method object nil "isBundle" arguments)) + +(defun |isCachingProxy| (object &rest arguments) + (%qinvoke-method object nil "isCachingProxy" arguments)) + +(defun |isCharFormat| (object &rest arguments) + (%qinvoke-method object nil "isCharFormat" arguments)) + +(defun |isCheckable| (object &rest arguments) + (%qinvoke-method object nil "isCheckable" arguments)) + +(defun |isChecked| (object &rest arguments) + (%qinvoke-method object nil "isChecked" arguments)) + +(defun |isClean| (object &rest arguments) + (%qinvoke-method object nil "isClean" arguments)) + +(defun |isClearButtonEnabled| (object &rest arguments) + (%qinvoke-method object nil "isClearButtonEnabled" arguments)) + +(defun |isClipped| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isClipped" arguments)) + +(defun |isCollapsible| (object &rest arguments) + (%qinvoke-method object nil "isCollapsible" arguments)) + +(defun |isColumnHidden| (object &rest arguments) + (%qinvoke-method object nil "isColumnHidden" arguments)) + +(defun |isColumnSelected| (object &rest arguments) + (%qinvoke-method object nil "isColumnSelected" arguments)) + +(defun |isComboBoxEditable| (object &rest arguments) + (%qinvoke-method object nil "isComboBoxEditable" arguments)) + +(defun |isCommitPage| (object &rest arguments) + (%qinvoke-method object nil "isCommitPage" arguments)) + +(defun |isCompactMode| (object &rest arguments) + (%qinvoke-method object nil "isCompactMode" arguments)) + +(defun |isCompiled| (object &rest arguments) + (%qinvoke-method object nil "isCompiled" arguments)) + +(defun |isComplete| (object &rest arguments) + (%qinvoke-method object nil "isComplete" arguments)) + +(defun |isContentEditable| (object &rest arguments) + (%qinvoke-method object nil "isContentEditable" arguments)) + +(defun |isContentSelected| (object &rest arguments) + (%qinvoke-method object nil "isContentSelected" arguments)) + +(defun |isCopyOf| (object &rest arguments) + (%qinvoke-method object nil "isCopyOf" arguments)) + +(defun |isCornerButtonEnabled| (object &rest arguments) + (%qinvoke-method object nil "isCornerButtonEnabled" arguments)) + +(defun |isCosmetic| (object &rest arguments) + (%qinvoke-method object nil "isCosmetic" arguments)) + +(defun |isCreatingContents| (object &rest arguments) + (%qinvoke-method object nil "isCreatingContents" arguments)) + +(defun |isCreatingIndex| (object &rest arguments) + (%qinvoke-method object nil "isCreatingIndex" arguments)) + +(defun |isDateEditEnabled| (object &rest arguments) + (%qinvoke-method object nil "isDateEditEnabled" arguments)) + +(defun |isDaylightTime| (object &rest arguments) + (%qinvoke-method object nil "isDaylightTime" arguments)) + +(defun |isDebugBuild.QLibraryInfo| (&rest arguments) + (%qinvoke-method "QLibraryInfo" nil "isDebugBuild" arguments)) + +(defun |isDefaultUp| (object &rest arguments) + (%qinvoke-method object nil "isDefaultUp" arguments)) + +(defun |isDefault| (object &rest arguments) + (%qinvoke-method object nil "isDefault" arguments)) + +(defun |isDescending| (object &rest arguments) + (%qinvoke-method object nil "isDescending" arguments)) + +(defun |isDirty| (object &rest arguments) + (%qinvoke-method object nil "isDirty" arguments)) + +(defun |isDir| (object &rest arguments) + (%qinvoke-method object nil "isDir" arguments)) + +(defun |isDisabled| (object &rest arguments) + (%qinvoke-method object nil "isDisabled" arguments)) + +(defun |isDockNestingEnabled| (object &rest arguments) + (%qinvoke-method object nil "isDockNestingEnabled" arguments)) + +(defun |isDown| (object &rest arguments) + (%qinvoke-method object nil "isDown" arguments)) + +(defun |isDragEnabled| (object &rest arguments) + (%qinvoke-method object nil "isDragEnabled" arguments)) + +(defun |isDriverAvailable.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "isDriverAvailable" arguments)) + +(defun |isDropEnabled| (object &rest arguments) + (%qinvoke-method object nil "isDropEnabled" arguments)) + +(defun |isEditable| (object &rest arguments) + (%qinvoke-method object nil "isEditable" arguments)) + +(defun |isEffectEnabled.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "isEffectEnabled" arguments)) + +(defun |isEmpty| (object &rest arguments) + (%qinvoke-method object nil "isEmpty" arguments)) + +(defun |isEnabledTo| (object &rest arguments) + (%qinvoke-method object nil "isEnabledTo" arguments)) + +(defun |isEnabled| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isEnabled" arguments)) + +(defun |isEqual| (object &rest arguments) + (%qinvoke-method object nil "isEqual" arguments)) + +(defun |isExclusive| (object &rest arguments) + (%qinvoke-method object nil "isExclusive" arguments)) + +(defun |isExecutable| (object &rest arguments) + (%qinvoke-method object nil "isExecutable" arguments)) + +(defun |isExpanded| (object &rest arguments) + (%qinvoke-method object nil "isExpanded" arguments)) + +(defun |isFile| (object &rest arguments) + (%qinvoke-method object nil "isFile" arguments)) + +(defun |isFinalPage| (object &rest arguments) + (%qinvoke-method object nil "isFinalPage" arguments)) + +(defun |isFirstColumnSpanned| (object &rest arguments) + (%qinvoke-method object nil "isFirstColumnSpanned" arguments)) + +(defun |isFirstItemColumnSpanned| (object &rest arguments) + (%qinvoke-method object nil "isFirstItemColumnSpanned" arguments)) + +(defun |isFixedPitch| (object &rest arguments) + (%qinvoke-method object nil "isFixedPitch" arguments)) + +(defun |isFlat| (object &rest arguments) + (%qinvoke-method object nil "isFlat" arguments)) + +(defun |isFloatable| (object &rest arguments) + (%qinvoke-method object nil "isFloatable" arguments)) + +(defun |isFloating| (object &rest arguments) + (%qinvoke-method object nil "isFloating" arguments)) + +(defun |isForwardAvailable| (object &rest arguments) + (%qinvoke-method object nil "isForwardAvailable" arguments)) + +(defun |isForwardOnly| (object &rest arguments) + (%qinvoke-method object nil "isForwardOnly" arguments)) + +(defun |isFrameFormat| (object &rest arguments) + (%qinvoke-method object nil "isFrameFormat" arguments)) + +(defun |isFullScreen| (object &rest arguments) + (%qinvoke-method object nil "isFullScreen" arguments)) + +(defun |isGenerated(QString)| (object &rest arguments) + (%qinvoke-method object nil "isGenerated(QString)" arguments)) + +(defun |isGenerated(int)| (object &rest arguments) + (%qinvoke-method object nil "isGenerated(int)" arguments)) + +(defun |isGenerated| (object &rest arguments) + (%qinvoke-method object nil "isGenerated" arguments)) + +(defun |isGrayscale| (object &rest arguments) + (%qinvoke-method object nil "isGrayscale" arguments)) + +(defun |isGridVisible| (object &rest arguments) + (%qinvoke-method object nil "isGridVisible" arguments)) + +(defun |isGroupSeparatorShown| (object &rest arguments) + (%qinvoke-method object nil "isGroupSeparatorShown" arguments)) + +(defun |isHeaderHidden| (object &rest arguments) + (%qinvoke-method object nil "isHeaderHidden" arguments)) + +(defun |isHidden| (object &rest arguments) + (%qinvoke-method object nil "isHidden" arguments)) + +(defun |isHttpOnly| (object &rest arguments) + (%qinvoke-method object nil "isHttpOnly" arguments)) + +(defun |isIconVisibleInMenu| (object &rest arguments) + (%qinvoke-method object nil "isIconVisibleInMenu" arguments)) + +(defun |isIdentifierEscaped| (object &rest arguments) + (%qinvoke-method object nil "isIdentifierEscaped" arguments)) + +(defun |isIdentity| (object &rest arguments) + (%qinvoke-method object nil "isIdentity" arguments)) + +(defun |isImageFormat| (object &rest arguments) + (%qinvoke-method object nil "isImageFormat" arguments)) + +(defun |isInSubnet| (object &rest arguments) + (%qinvoke-method object nil "isInSubnet" arguments)) + +(defun |isInteractive| (object &rest arguments) + (%qinvoke-method object nil "isInteractive" arguments)) + +(defun |isInvertible| (object &rest arguments) + (%qinvoke-method object nil "isInvertible" arguments)) + +(defun |isItemEnabled| (object &rest arguments) + (%qinvoke-method object nil "isItemEnabled" arguments)) + +(defun |isLayout| (object &rest arguments) + (%qinvoke-method object nil "isLayout" arguments)) + +(defun |isLeapYear.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "isLeapYear" arguments)) + +(defun |isLeftToRight.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "isLeftToRight" arguments)) + +(defun |isLibrary.QLibrary| (&rest arguments) + (%qinvoke-method "QLibrary" nil "isLibrary" arguments)) + +(defun |isLinked| (object &rest arguments) + (%qinvoke-method object nil "isLinked" arguments)) + +(defun |isListFormat| (object &rest arguments) + (%qinvoke-method object nil "isListFormat" arguments)) + +(defun |isLoaded| (object &rest arguments) + (%qinvoke-method object nil "isLoaded" arguments)) + +(defun |isLocalFile| (object &rest arguments) + (%qinvoke-method object nil "isLocalFile" arguments)) + +(defun |isLoopback| (object &rest arguments) + (%qinvoke-method object nil "isLoopback" arguments)) + +(defun |isMaximized| (object &rest arguments) + (%qinvoke-method object nil "isMaximized" arguments)) + +(defun |isMinimal| (object &rest arguments) + (%qinvoke-method object nil "isMinimal" arguments)) + +(defun |isMinimized| (object &rest arguments) + (%qinvoke-method object nil "isMinimized" arguments)) + +(defun |isModal| (object &rest arguments) + (%qinvoke-method object nil "isModal" arguments)) + +(defun |isModified| (object &rest arguments) + (%qinvoke-method object nil "isModified" arguments)) + +(defun |isMovable| (object &rest arguments) + (%qinvoke-method object nil "isMovable" arguments)) + +(defun |isNativeMenuBar| (object &rest arguments) + (%qinvoke-method object nil "isNativeMenuBar" arguments)) + +(defun |isNativePath| (object &rest arguments) + (%qinvoke-method object nil "isNativePath" arguments)) + +(defun |isNavigationBarVisible| (object &rest arguments) + (%qinvoke-method object nil "isNavigationBarVisible" arguments)) + +(defun |isNull(QString)| (object &rest arguments) + (%qinvoke-method object nil "isNull(QString)" arguments)) + +(defun |isNull(int)| (object &rest arguments) + (%qinvoke-method object nil "isNull(int)" arguments)) + +(defun |isNull| (object &rest arguments) + (%qinvoke-method object nil "isNull" arguments)) + +(defun |isObscuredBy| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isObscuredBy" arguments)) + +(defun |isObscured| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isObscured" arguments)) + +(defun |isOpaque| (object &rest arguments) + (%qinvoke-method object nil "isOpaque" arguments)) + +(defun |isOpenError| (object &rest arguments) + (%qinvoke-method object nil "isOpenError" arguments)) + +(defun |isOpen| (object &rest arguments) + (%qinvoke-method object nil "isOpen" arguments)) + +(defun |isPanel| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isPanel" arguments)) + +(defun |isParentOf| (object &rest arguments) + (%qinvoke-method object nil "isParentOf" arguments)) + +(defun |isPhase2| (object &rest arguments) + (%qinvoke-method object nil "isPhase2" arguments)) + +(defun |isPrivateFamily| (object &rest arguments) + (%qinvoke-method object nil "isPrivateFamily" arguments)) + +(defun |isQBitmap| (object &rest arguments) + (%qinvoke-method object nil "isQBitmap" arguments)) + +(defun |isQuitLockEnabled.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "isQuitLockEnabled" arguments)) + +(defun |isReadOnly| (object &rest arguments) + (%qinvoke-method object nil "isReadOnly" arguments)) + +(defun |isReadable| (object &rest arguments) + (%qinvoke-method object nil "isReadable" arguments)) + +(defun |isRedoAvailable| (object &rest arguments) + (%qinvoke-method object nil "isRedoAvailable" arguments)) + +(defun |isRelativePath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "isRelativePath" arguments)) + +(defun |isRelative| (object &rest arguments) + (%qinvoke-method object nil "isRelative" arguments)) + +(defun |isRemote| (object &rest arguments) + (%qinvoke-method object nil "isRemote" arguments)) + +(defun |isRightToLeft.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "isRightToLeft" arguments)) + +(defun |isRoot| (object &rest arguments) + (%qinvoke-method object nil "isRoot" arguments)) + +(defun |isRotating| (object &rest arguments) + (%qinvoke-method object nil "isRotating" arguments)) + +(defun |isRowHidden| (object &rest arguments) + (%qinvoke-method object nil "isRowHidden" arguments)) + +(defun |isRowSelected| (object &rest arguments) + (%qinvoke-method object nil "isRowSelected" arguments)) + +(defun |isRunning| (object &rest arguments) + (%qinvoke-method object nil "isRunning" arguments)) + +(defun |isSavingSession| (object &rest arguments) + (%qinvoke-method object nil "isSavingSession" arguments)) + +(defun |isScalable| (object &rest arguments) + (%qinvoke-method object nil "isScalable" arguments)) + +(defun |isScaling| (object &rest arguments) + (%qinvoke-method object nil "isScaling" arguments)) + +(defun |isSectionHidden| (object &rest arguments) + (%qinvoke-method object nil "isSectionHidden" arguments)) + +(defun |isSecure| (object &rest arguments) + (%qinvoke-method object nil "isSecure" arguments)) + +(defun |isSelectable| (object &rest arguments) + (%qinvoke-method object nil "isSelectable" arguments)) + +(defun |isSelected| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isSelected" arguments)) + +(defun |isSelectionRectVisible| (object &rest arguments) + (%qinvoke-method object nil "isSelectionRectVisible" arguments)) + +(defun |isSelect| (object &rest arguments) + (%qinvoke-method object nil "isSelect" arguments)) + +(defun |isSeparator| (object &rest arguments) + (%qinvoke-method object nil "isSeparator" arguments)) + +(defun |isSequential| (object &rest arguments) + (%qinvoke-method object nil "isSequential" arguments)) + +(defun |isSessionCookie| (object &rest arguments) + (%qinvoke-method object nil "isSessionCookie" arguments)) + +(defun |isSessionRestored| (object &rest arguments) + (%qinvoke-method object nil "isSessionRestored" arguments)) + +(defun |isSetuidAllowed.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "isSetuidAllowed" arguments)) + +(defun |isShaded| (object &rest arguments) + (%qinvoke-method object nil "isShaded" arguments)) + +(defun |isSharing| (object &rest arguments) + (%qinvoke-method object nil "isSharing" arguments)) + +(defun |isSingleShot| (object &rest arguments) + (%qinvoke-method object nil "isSingleShot" arguments)) + +(defun |isSizeGripEnabled| (object &rest arguments) + (%qinvoke-method object nil "isSizeGripEnabled" arguments)) + +(defun |isSliderDown| (object &rest arguments) + (%qinvoke-method object nil "isSliderDown" arguments)) + +(defun |isSmoothlyScalable| (object &rest arguments) + (%qinvoke-method object nil "isSmoothlyScalable" arguments)) + +(defun |isSolid| (object &rest arguments) + (%qinvoke-method object nil "isSolid" arguments)) + +(defun |isSortIndicatorShown| (object &rest arguments) + (%qinvoke-method object nil "isSortIndicatorShown" arguments)) + +(defun |isSortLocaleAware| (object &rest arguments) + (%qinvoke-method object nil "isSortLocaleAware" arguments)) + +(defun |isSortingEnabled| (object &rest arguments) + (%qinvoke-method object nil "isSortingEnabled" arguments)) + +(defun |isSymLink| (object &rest arguments) + (%qinvoke-method object nil "isSymLink" arguments)) + +(defun |isSystemTrayAvailable.QSystemTrayIcon| (&rest arguments) + (%qinvoke-method "QSystemTrayIcon" nil "isSystemTrayAvailable" arguments)) + +(defun |isTabEnabled| (object &rest arguments) + (%qinvoke-method object nil "isTabEnabled" arguments)) + +(defun |isTableCellFormat| (object &rest arguments) + (%qinvoke-method object nil "isTableCellFormat" arguments)) + +(defun |isTableFormat| (object &rest arguments) + (%qinvoke-method object nil "isTableFormat" arguments)) + +(defun |isTearOffEnabled| (object &rest arguments) + (%qinvoke-method object nil "isTearOffEnabled" arguments)) + +(defun |isTearOffMenuVisible| (object &rest arguments) + (%qinvoke-method object nil "isTearOffMenuVisible" arguments)) + +(defun |isTextModeEnabled| (object &rest arguments) + (%qinvoke-method object nil "isTextModeEnabled" arguments)) + +(defun |isTextVisible| (object &rest arguments) + (%qinvoke-method object nil "isTextVisible" arguments)) + +(defun |isTiledBackingStoreFrozen| (object &rest arguments) + (%qinvoke-method object nil "isTiledBackingStoreFrozen" arguments)) + +(defun |isTransformed| (object &rest arguments) + (%qinvoke-method object nil "isTransformed" arguments)) + +(defun |isTranslating| (object &rest arguments) + (%qinvoke-method object nil "isTranslating" arguments)) + +(defun |isTransparentProxy| (object &rest arguments) + (%qinvoke-method object nil "isTransparentProxy" arguments)) + +(defun |isTristate| (object &rest arguments) + (%qinvoke-method object nil "isTristate" arguments)) + +(defun |isUnderMouse| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isUnderMouse" arguments)) + +(defun |isUndoAvailable| (object &rest arguments) + (%qinvoke-method object nil "isUndoAvailable" arguments)) + +(defun |isUndoRedoEnabled| (object &rest arguments) + (%qinvoke-method object nil "isUndoRedoEnabled" arguments)) + +(defun |isValid.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "isValid" arguments)) + +(defun |isValid.QTime| (&rest arguments) + (%qinvoke-method "QTime" nil "isValid" arguments)) + +(defun |isValidColor.QColor| (&rest arguments) + (%qinvoke-method "QColor" nil "isValidColor" arguments)) + +(defun |isValidCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "isValidCursorPosition" arguments)) + +(defun |isValid| (object &rest arguments) + (%qinvoke-method object nil "isValid" arguments)) + +(defun |isVirtualDesktop| (object &rest arguments) + (%qinvoke-method object nil "isVirtualDesktop" arguments)) + +(defun |isVisible.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "isVisible" arguments)) + +(defun |isVisibleTo| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isVisibleTo" arguments)) + +(defun |isVisible| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isVisible" arguments)) + +(defun |isWidgetType| (object &rest arguments) + (%qinvoke-method object nil "isWidgetType" arguments)) + +(defun |isWidget| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isWidget" arguments)) + +(defun |isWindowModified| (object &rest arguments) + (%qinvoke-method object nil "isWindowModified" arguments)) + +(defun |isWindowType| (object &rest arguments) + (%qinvoke-method object nil "isWindowType" arguments)) + +(defun |isWindow| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "isWindow" arguments)) + +(defun |isWrapping| (object &rest arguments) + (%qinvoke-method object nil "isWrapping" arguments)) + +(defun |isWritable| (object &rest arguments) + (%qinvoke-method object nil "isWritable" arguments)) + +(defun |italic| (object &rest arguments) + (%qinvoke-method object nil "italic" arguments)) + +(defun |itemAbove| (object &rest arguments) + (%qinvoke-method object nil "itemAbove" arguments)) + +(defun |itemActivated| (object &rest arguments) + (%qinvoke-method object nil "itemActivated" arguments)) + +(defun |itemAtPosition| (object &rest arguments) + (%qinvoke-method object nil "itemAtPosition" arguments)) + +(defun |itemAt| (object &rest arguments) + (%qinvoke-method object nil "itemAt" arguments)) + +(defun |itemBelow| (object &rest arguments) + (%qinvoke-method object nil "itemBelow" arguments)) + +(defun |itemChanged| (object &rest arguments) + (%qinvoke-method object nil "itemChanged" arguments)) + +(defun |itemChange| (object &rest arguments) + (%qinvoke-method object nil "itemChange" arguments)) + +(defun |itemClicked| (object &rest arguments) + (%qinvoke-method object nil "itemClicked" arguments)) + +(defun |itemCollapsed| (object &rest arguments) + (%qinvoke-method object nil "itemCollapsed" arguments)) + +(defun |itemData| (object &rest arguments) + (%qinvoke-method object nil "itemData" arguments)) + +(defun |itemDelegateForColumn| (object &rest arguments) + (%qinvoke-method object nil "itemDelegateForColumn" arguments)) + +(defun |itemDelegateForRow| (object &rest arguments) + (%qinvoke-method object nil "itemDelegateForRow" arguments)) + +(defun |itemDelegate| (object &rest arguments) + (%qinvoke-method object nil "itemDelegate" arguments)) + +(defun |itemDoubleClicked| (object &rest arguments) + (%qinvoke-method object nil "itemDoubleClicked" arguments)) + +(defun |itemEditorFactory| (object &rest arguments) + (%qinvoke-method object nil "itemEditorFactory" arguments)) + +(defun |itemEntered| (object &rest arguments) + (%qinvoke-method object nil "itemEntered" arguments)) + +(defun |itemExpanded| (object &rest arguments) + (%qinvoke-method object nil "itemExpanded" arguments)) + +(defun |itemFromIndex| (object &rest arguments) + (%qinvoke-method object nil "itemFromIndex" arguments)) + +(defun |itemIcon| (object &rest arguments) + (%qinvoke-method object nil "itemIcon" arguments)) + +(defun |itemIndexMethod| (object &rest arguments) + (%qinvoke-method object nil "itemIndexMethod" arguments)) + +(defun |itemNumber| (object &rest arguments) + (%qinvoke-method object nil "itemNumber" arguments)) + +(defun |itemPixmapRect| (object &rest arguments) + (%qinvoke-method object nil "itemPixmapRect" arguments)) + +(defun |itemPressed| (object &rest arguments) + (%qinvoke-method object nil "itemPressed" arguments)) + +(defun |itemPrototype| (object &rest arguments) + (%qinvoke-method object nil "itemPrototype" arguments)) + +(defun |itemSelectionChanged| (object &rest arguments) + (%qinvoke-method object nil "itemSelectionChanged" arguments)) + +(defun |itemSpacing| (object &rest arguments) + (%qinvoke-method object nil "itemSpacing" arguments)) + +(defun |itemTextRect| (object &rest arguments) + (%qinvoke-method object nil "itemTextRect" arguments)) + +(defun |itemText| (object &rest arguments) + (%qinvoke-method object nil "itemText" arguments)) + +(defun |itemToolTip| (object &rest arguments) + (%qinvoke-method object nil "itemToolTip" arguments)) + +(defun |itemTransform| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "itemTransform" arguments)) + +(defun |itemWidget| (object &rest arguments) + (%qinvoke-method object nil "itemWidget" arguments)) + +(defun |items(QPainterPath)| (object &rest arguments) + (%qinvoke-method object nil "items(QPainterPath)" arguments)) + +(defun |items(QPainterPath...)| (object &rest arguments) + (%qinvoke-method object nil "items(QPainterPath...)" arguments)) + +(defun |items(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "items(QPoint)" arguments)) + +(defun |items(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "items(QPointF)" arguments)) + +(defun |items(QPointF...)| (object &rest arguments) + (%qinvoke-method object nil "items(QPointF...)" arguments)) + +(defun |items(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "items(QPolygon)" arguments)) + +(defun |items(QPolygon...)| (object &rest arguments) + (%qinvoke-method object nil "items(QPolygon...)" arguments)) + +(defun |items(QPolygonF)| (object &rest arguments) + (%qinvoke-method object nil "items(QPolygonF)" arguments)) + +(defun |items(QPolygonF...)| (object &rest arguments) + (%qinvoke-method object nil "items(QPolygonF...)" arguments)) + +(defun |items(QRect)| (object &rest arguments) + (%qinvoke-method object nil "items(QRect)" arguments)) + +(defun |items(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "items(QRect...)" arguments)) + +(defun |items(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "items(QRectF)" arguments)) + +(defun |items(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "items(QRectF...)" arguments)) + +(defun |items(Qt::SortOrder)| (object &rest arguments) + (%qinvoke-method object nil "items(Qt::SortOrder)" arguments)) + +(defun |items(int...)| (object &rest arguments) + (%qinvoke-method object nil "items(int...)" arguments)) + +(defun |itemsBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "itemsBoundingRect" arguments)) + +(defun |itemsExpandable| (object &rest arguments) + (%qinvoke-method object nil "itemsExpandable" arguments)) + +(defun |items| (object &rest arguments) + (%qinvoke-method object nil "items" arguments)) + +(defun |item| (object &rest arguments) + (%qinvoke-method object nil "item" arguments)) + +(defun |javaScriptWindowObjectCleared| (object &rest arguments) + (%qinvoke-method object nil "javaScriptWindowObjectCleared" arguments)) + +(defun |joinPreviousEditBlock| (object &rest arguments) + (%qinvoke-method object nil "joinPreviousEditBlock" arguments)) + +(defun |joinStyle| (object &rest arguments) + (%qinvoke-method object nil "joinStyle" arguments)) + +(defun |jumpToFrame| (object &rest arguments) + (%qinvoke-method object nil "jumpToFrame" arguments)) + +(defun |jumpToNextFrame| (object &rest arguments) + (%qinvoke-method object nil "jumpToNextFrame" arguments)) + +(defun |keepPositionOnInsert| (object &rest arguments) + (%qinvoke-method object nil "keepPositionOnInsert" arguments)) + +(defun |kerning| (object &rest arguments) + (%qinvoke-method object nil "kerning" arguments)) + +(defun |keyBindings.QKeySequence| (&rest arguments) + (%qinvoke-method "QKeySequence" nil "keyBindings" arguments)) + +(defun |keyBindingsForAction| (object &rest arguments) + (%qinvoke-method object nil "keyBindingsForAction" arguments)) + +(defun |keyValueAt| (object &rest arguments) + (%qinvoke-method object nil "keyValueAt" arguments)) + +(defun |keyValues| (object &rest arguments) + (%qinvoke-method object nil "keyValues" arguments)) + +(defun |keyboardGrabber.QWidget| (&rest arguments) + (%qinvoke-method "QWidget" nil "keyboardGrabber" arguments)) + +(defun |keyboardInputInterval.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "keyboardInputInterval" arguments)) + +(defun |keyboardModifiers.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "keyboardModifiers" arguments)) + +(defun |keyboardModifiers| (object &rest arguments) + (%qinvoke-method object nil "keyboardModifiers" arguments)) + +(defun |keyboardPageStep| (object &rest arguments) + (%qinvoke-method object nil "keyboardPageStep" arguments)) + +(defun |keyboardSearch| (object &rest arguments) + (%qinvoke-method object nil "keyboardSearch" arguments)) + +(defun |keyboardSingleStep| (object &rest arguments) + (%qinvoke-method object nil "keyboardSingleStep" arguments)) + +(defun |keyboardTracking| (object &rest arguments) + (%qinvoke-method object nil "keyboardTracking" arguments)) + +(defun |keys| (object &rest arguments) + (%qinvoke-method object nil "keys" arguments)) + +(defun |key| (object &rest arguments) + (%qinvoke-method object nil "key" arguments)) + +(defun |killTimer| (object &rest arguments) + (%qinvoke-method object nil "killTimer" arguments)) + +(defun |kill| (object &rest arguments) + (%qinvoke-method object nil "kill" arguments)) + +(defun |labelAlignment| (object &rest arguments) + (%qinvoke-method object nil "labelAlignment" arguments)) + +(defun |labelForField(QLayout*)| (object &rest arguments) + (%qinvoke-method object nil "labelForField(QLayout*)" arguments)) + +(defun |labelForField(QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "labelForField(QWidget*)" arguments)) + +(defun |labelForField| (object &rest arguments) + (%qinvoke-method object nil "labelForField" arguments)) + +(defun |labelText| (object &rest arguments) + (%qinvoke-method object nil "labelText" arguments)) + +(defun |languageToString.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "languageToString" arguments)) + +(defun |language| (object &rest arguments) + (%qinvoke-method object nil "language" arguments)) + +(defun |lastBlock| (object &rest arguments) + (%qinvoke-method object nil "lastBlock" arguments)) + +(defun |lastCenterPoint| (object &rest arguments) + (%qinvoke-method object nil "lastCenterPoint" arguments)) + +(defun |lastChild| (object &rest arguments) + (%qinvoke-method object nil "lastChild" arguments)) + +(defun |lastCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "lastCursorPosition" arguments)) + +(defun |lastError| (object &rest arguments) + (%qinvoke-method object nil "lastError" arguments)) + +(defun |lastIndexIn| (object &rest arguments) + (%qinvoke-method object nil "lastIndexIn" arguments)) + +(defun |lastInsertId| (object &rest arguments) + (%qinvoke-method object nil "lastInsertId" arguments)) + +(defun |lastModified| (object &rest arguments) + (%qinvoke-method object nil "lastModified" arguments)) + +(defun |lastOffset| (object &rest arguments) + (%qinvoke-method object nil "lastOffset" arguments)) + +(defun |lastPosition| (object &rest arguments) + (%qinvoke-method object nil "lastPosition" arguments)) + +(defun |lastPos| (object &rest arguments) + (%qinvoke-method object nil "lastPos" arguments)) + +(defun |lastQuery| (object &rest arguments) + (%qinvoke-method object nil "lastQuery" arguments)) + +(defun |lastRead| (object &rest arguments) + (%qinvoke-method object nil "lastRead" arguments)) + +(defun |lastResortFamily| (object &rest arguments) + (%qinvoke-method object nil "lastResortFamily" arguments)) + +(defun |lastResortFont| (object &rest arguments) + (%qinvoke-method object nil "lastResortFont" arguments)) + +(defun |lastRotationAngle| (object &rest arguments) + (%qinvoke-method object nil "lastRotationAngle" arguments)) + +(defun |lastScaleFactor| (object &rest arguments) + (%qinvoke-method object nil "lastScaleFactor" arguments)) + +(defun |lastScenePos| (object &rest arguments) + (%qinvoke-method object nil "lastScenePos" arguments)) + +(defun |lastScreenPos| (object &rest arguments) + (%qinvoke-method object nil "lastScreenPos" arguments)) + +(defun |lastVisited| (object &rest arguments) + (%qinvoke-method object nil "lastVisited" arguments)) + +(defun |lastWindowClosed| (object &rest arguments) + (%qinvoke-method object nil "lastWindowClosed" arguments)) + +(defun |last| (object &rest arguments) + (%qinvoke-method object nil "last" arguments)) + +(defun |layoutAboutToBeChanged| (object &rest arguments) + (%qinvoke-method object nil "layoutAboutToBeChanged" arguments)) + +(defun |layoutChanged| (object &rest arguments) + (%qinvoke-method object nil "layoutChanged" arguments)) + +(defun |layoutDirection.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "layoutDirection" arguments)) + +(defun |layoutDirectionChanged| (object &rest arguments) + (%qinvoke-method object nil "layoutDirectionChanged" arguments)) + +(defun |layoutDirection| (object &rest arguments) + (%qinvoke-method object nil "layoutDirection" arguments)) + +(defun |layoutMode| (object &rest arguments) + (%qinvoke-method object nil "layoutMode" arguments)) + +(defun |layoutSpacing| (object &rest arguments) + (%qinvoke-method object nil "layoutSpacing" arguments)) + +(defun |layout| (object &rest arguments) + (%qinvoke-method object nil "layout" arguments)) + +(defun |lazyChildCount| (object &rest arguments) + (%qinvoke-method object nil "lazyChildCount" arguments)) + +(defun |leadingIncluded| (object &rest arguments) + (%qinvoke-method object nil "leadingIncluded" arguments)) + +(defun |leading| (object &rest arguments) + (%qinvoke-method object nil "leading" arguments)) + +(defun |leaveWhatsThisMode.QWhatsThis| (&rest arguments) + (%qinvoke-method "QWhatsThis" nil "leaveWhatsThisMode" arguments)) + +(defun |leftBearing| (object &rest arguments) + (%qinvoke-method object nil "leftBearing" arguments)) + +(defun |leftColumn| (object &rest arguments) + (%qinvoke-method object nil "leftColumn" arguments)) + +(defun |leftCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "leftCursorPosition" arguments)) + +(defun |leftMargin| (object &rest arguments) + (%qinvoke-method object nil "leftMargin" arguments)) + +(defun |leftPadding| (object &rest arguments) + (%qinvoke-method object nil "leftPadding" arguments)) + +(defun |left| (object &rest arguments) + (%qinvoke-method object nil "left" arguments)) + +(defun |lengthProperty| (object &rest arguments) + (%qinvoke-method object nil "lengthProperty" arguments)) + +(defun |lengthSquared| (object &rest arguments) + (%qinvoke-method object nil "lengthSquared" arguments)) + +(defun |lengthVectorProperty| (object &rest arguments) + (%qinvoke-method object nil "lengthVectorProperty" arguments)) + +(defun |length| (object &rest arguments) + (%qinvoke-method object nil "length" arguments)) + +(defun |letterSpacingType| (object &rest arguments) + (%qinvoke-method object nil "letterSpacingType" arguments)) + +(defun |letterSpacing| (object &rest arguments) + (%qinvoke-method object nil "letterSpacing" arguments)) + +(defun |levelOfDetailFromTransform.QStyleOptionGraphicsItem| (&rest arguments) + (%qinvoke-method "QStyleOptionGraphicsItem" nil "levelOfDetailFromTransform" arguments)) + +(defun |libraryPaths.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "libraryPaths" arguments)) + +(defun |licensedProducts.QLibraryInfo| (&rest arguments) + (%qinvoke-method "QLibraryInfo" nil "licensedProducts" arguments)) + +(defun |licensee.QLibraryInfo| (&rest arguments) + (%qinvoke-method "QLibraryInfo" nil "licensee" arguments)) + +(defun |lighter| (object &rest arguments) + (%qinvoke-method object nil "lighter" arguments)) + +(defun |lightnessF| (object &rest arguments) + (%qinvoke-method object nil "lightnessF" arguments)) + +(defun |lightness| (object &rest arguments) + (%qinvoke-method object nil "lightness" arguments)) + +(defun |light| (object &rest arguments) + (%qinvoke-method object nil "light" arguments)) + +(defun |lineAt| (object &rest arguments) + (%qinvoke-method object nil "lineAt" arguments)) + +(defun |lineCount| (object &rest arguments) + (%qinvoke-method object nil "lineCount" arguments)) + +(defun |lineEdit| (object &rest arguments) + (%qinvoke-method object nil "lineEdit" arguments)) + +(defun |lineForTextPosition| (object &rest arguments) + (%qinvoke-method object nil "lineForTextPosition" arguments)) + +(defun |lineHeightType| (object &rest arguments) + (%qinvoke-method object nil "lineHeightType" arguments)) + +(defun |lineHeight| (object &rest arguments) + (%qinvoke-method object nil "lineHeight" arguments)) + +(defun |lineNumber| (object &rest arguments) + (%qinvoke-method object nil "lineNumber" arguments)) + +(defun |lineSpacing| (object &rest arguments) + (%qinvoke-method object nil "lineSpacing" arguments)) + +(defun |lineTo| (object &rest arguments) + (%qinvoke-method object nil "lineTo" arguments)) + +(defun |lineWidth| (object &rest arguments) + (%qinvoke-method object nil "lineWidth" arguments)) + +(defun |lineWrapColumnOrWidth| (object &rest arguments) + (%qinvoke-method object nil "lineWrapColumnOrWidth" arguments)) + +(defun |lineWrapMode| (object &rest arguments) + (%qinvoke-method object nil "lineWrapMode" arguments)) + +(defun |line| (object &rest arguments) + (%qinvoke-method object nil "line" arguments)) + +(defun |link.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "link" arguments)) + +(defun |linkActivated| (object &rest arguments) + (%qinvoke-method object nil "linkActivated" arguments)) + +(defun |linkAt| (object &rest arguments) + (%qinvoke-method object nil "linkAt" arguments)) + +(defun |linkClicked| (object &rest arguments) + (%qinvoke-method object nil "linkClicked" arguments)) + +(defun |linkDelegationPolicy| (object &rest arguments) + (%qinvoke-method object nil "linkDelegationPolicy" arguments)) + +(defun |linkElement| (object &rest arguments) + (%qinvoke-method object nil "linkElement" arguments)) + +(defun |linkHovered| (object &rest arguments) + (%qinvoke-method object nil "linkHovered" arguments)) + +(defun |linkTargetFrame| (object &rest arguments) + (%qinvoke-method object nil "linkTargetFrame" arguments)) + +(defun |linkText| (object &rest arguments) + (%qinvoke-method object nil "linkText" arguments)) + +(defun |linkTitleString| (object &rest arguments) + (%qinvoke-method object nil "linkTitleString" arguments)) + +(defun |linkUrl| (object &rest arguments) + (%qinvoke-method object nil "linkUrl" arguments)) + +(defun |linkVisited| (object &rest arguments) + (%qinvoke-method object nil "linkVisited" arguments)) + +(defun |linksActivated| (object &rest arguments) + (%qinvoke-method object nil "linksActivated" arguments)) + +(defun |link| (object &rest arguments) + (%qinvoke-method object nil "link" arguments)) + +(defun |listFromString.QKeySequence| (&rest arguments) + (%qinvoke-method "QKeySequence" nil "listFromString" arguments)) + +(defun |listToString.QKeySequence| (&rest arguments) + (%qinvoke-method "QKeySequence" nil "listToString" arguments)) + +(defun |listWidget| (object &rest arguments) + (%qinvoke-method object nil "listWidget" arguments)) + +(defun |load(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "load(QByteArray)" arguments)) + +(defun |load(QLocale...)| (object &rest arguments) + (%qinvoke-method object nil "load(QLocale...)" arguments)) + +(defun |load(QNetworkRequest)| (object &rest arguments) + (%qinvoke-method object nil "load(QNetworkRequest)" arguments)) + +(defun |load(QString)| (object &rest arguments) + (%qinvoke-method object nil "load(QString)" arguments)) + +(defun |load(QString...)| (object &rest arguments) + (%qinvoke-method object nil "load(QString...)" arguments)) + +(defun |load(QUrl)| (object &rest arguments) + (%qinvoke-method object nil "load(QUrl)" arguments)) + +(defun |load(QXmlStreamReader*)| (object &rest arguments) + (%qinvoke-method object nil "load(QXmlStreamReader*)" arguments)) + +(defun |loadFinished| (object &rest arguments) + (%qinvoke-method object nil "loadFinished" arguments)) + +(defun |loadFromData| (object &rest arguments) + (%qinvoke-method object nil "loadFromData" arguments)) + +(defun |loadHints| (object &rest arguments) + (%qinvoke-method object nil "loadHints" arguments)) + +(defun |loadProgress| (object &rest arguments) + (%qinvoke-method object nil "loadProgress" arguments)) + +(defun |loadResource| (object &rest arguments) + (%qinvoke-method object nil "loadResource" arguments)) + +(defun |loadStarted| (object &rest arguments) + (%qinvoke-method object nil "loadStarted" arguments)) + +(defun |load| (object &rest arguments) + (%qinvoke-method object nil "load" arguments)) + +(defun |localAddress| (object &rest arguments) + (%qinvoke-method object nil "localAddress" arguments)) + +(defun |localCertificateChain| (object &rest arguments) + (%qinvoke-method object nil "localCertificateChain" arguments)) + +(defun |localCertificate| (object &rest arguments) + (%qinvoke-method object nil "localCertificate" arguments)) + +(defun |localName| (object &rest arguments) + (%qinvoke-method object nil "localName" arguments)) + +(defun |localPort| (object &rest arguments) + (%qinvoke-method object nil "localPort" arguments)) + +(defun |localPos| (object &rest arguments) + (%qinvoke-method object nil "localPos" arguments)) + +(defun |localSchemes.QWebSecurityOrigin| (&rest arguments) + (%qinvoke-method "QWebSecurityOrigin" nil "localSchemes" arguments)) + +(defun |localStoragePath| (object &rest arguments) + (%qinvoke-method object nil "localStoragePath" arguments)) + +(defun |locale| (object &rest arguments) + (%qinvoke-method object nil "locale" arguments)) + +(defun |location.QLibraryInfo| (&rest arguments) + (%qinvoke-method "QLibraryInfo" nil "location" arguments)) + +(defun |location| (object &rest arguments) + (%qinvoke-method object nil "location" arguments)) + +(defun |lockForRead| (object &rest arguments) + (%qinvoke-method object nil "lockForRead" arguments)) + +(defun |lockForWrite| (object &rest arguments) + (%qinvoke-method object nil "lockForWrite" arguments)) + +(defun |logicalDpiX| (object &rest arguments) + (%qinvoke-method object nil "logicalDpiX" arguments)) + +(defun |logicalDpiY| (object &rest arguments) + (%qinvoke-method object nil "logicalDpiY" arguments)) + +(defun |logicalIndexAt(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "logicalIndexAt(QPoint)" arguments)) + +(defun |logicalIndexAt(int)| (object &rest arguments) + (%qinvoke-method object nil "logicalIndexAt(int)" arguments)) + +(defun |logicalIndexAt| (object &rest arguments) + (%qinvoke-method object nil "logicalIndexAt" arguments)) + +(defun |logicalIndex| (object &rest arguments) + (%qinvoke-method object nil "logicalIndex" arguments)) + +(defun |log| (object &rest arguments) + (%qinvoke-method object nil "log" arguments)) + +(defun |longDayName.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "longDayName" arguments)) + +(defun |longMonthName.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "longMonthName" arguments)) + +(defun |lookAt| (object &rest arguments) + (%qinvoke-method object nil "lookAt" arguments)) + +(defun |loopCount| (object &rest arguments) + (%qinvoke-method object nil "loopCount" arguments)) + +(defun |lostFocus| (object &rest arguments) + (%qinvoke-method object nil "lostFocus" arguments)) + +(defun |lower| (object &rest arguments) + (%qinvoke-method object nil "lower" arguments)) + +(defun |m11| (object &rest arguments) + (%qinvoke-method object nil "m11" arguments)) + +(defun |m12| (object &rest arguments) + (%qinvoke-method object nil "m12" arguments)) + +(defun |m13| (object &rest arguments) + (%qinvoke-method object nil "m13" arguments)) + +(defun |m21| (object &rest arguments) + (%qinvoke-method object nil "m21" arguments)) + +(defun |m22| (object &rest arguments) + (%qinvoke-method object nil "m22" arguments)) + +(defun |m23| (object &rest arguments) + (%qinvoke-method object nil "m23" arguments)) + +(defun |m31| (object &rest arguments) + (%qinvoke-method object nil "m31" arguments)) + +(defun |m32| (object &rest arguments) + (%qinvoke-method object nil "m32" arguments)) + +(defun |m33| (object &rest arguments) + (%qinvoke-method object nil "m33" arguments)) + +(defun |machine| (object &rest arguments) + (%qinvoke-method object nil "machine" arguments)) + +(defun |magentaF| (object &rest arguments) + (%qinvoke-method object nil "magentaF" arguments)) + +(defun |magenta| (object &rest arguments) + (%qinvoke-method object nil "magenta" arguments)) + +(defun |mainFrame| (object &rest arguments) + (%qinvoke-method object nil "mainFrame" arguments)) + +(defun |majorVersion| (object &rest arguments) + (%qinvoke-method object nil "majorVersion" arguments)) + +(defun |makeAbsolute| (object &rest arguments) + (%qinvoke-method object nil "makeAbsolute" arguments)) + +(defun |makeAndModel| (object &rest arguments) + (%qinvoke-method object nil "makeAndModel" arguments)) + +(defun |makeCurrent| (object &rest arguments) + (%qinvoke-method object nil "makeCurrent" arguments)) + +(defun |makeDecoder| (object &rest arguments) + (%qinvoke-method object nil "makeDecoder" arguments)) + +(defun |makeEncoder| (object &rest arguments) + (%qinvoke-method object nil "makeEncoder" arguments)) + +(defun |makeOverlayCurrent| (object &rest arguments) + (%qinvoke-method object nil "makeOverlayCurrent" arguments)) + +(defun |map(QLine)| (object &rest arguments) + (%qinvoke-method object nil "map(QLine)" arguments)) + +(defun |map(QLineF)| (object &rest arguments) + (%qinvoke-method object nil "map(QLineF)" arguments)) + +(defun |map(QPainterPath)| (object &rest arguments) + (%qinvoke-method object nil "map(QPainterPath)" arguments)) + +(defun |map(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "map(QPoint)" arguments)) + +(defun |map(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "map(QPointF)" arguments)) + +(defun |map(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "map(QPolygon)" arguments)) + +(defun |map(QPolygonF)| (object &rest arguments) + (%qinvoke-method object nil "map(QPolygonF)" arguments)) + +(defun |map(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "map(QRegion)" arguments)) + +(defun |map(QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "map(QVector3D)" arguments)) + +(defun |map(QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "map(QVector4D)" arguments)) + +(defun |mapFromGlobal| (object &rest arguments) + (%qinvoke-method object nil "mapFromGlobal" arguments)) + +(defun |mapFromItem(const QGraphicsItem*,QPainterPath)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromItem(const QGraphicsItem*,QPainterPath)" arguments)) + +(defun |mapFromItem(const QGraphicsItem*,QPointF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromItem(const QGraphicsItem*,QPointF)" arguments)) + +(defun |mapFromItem(const QGraphicsItem*,QPolygonF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromItem(const QGraphicsItem*,QPolygonF)" arguments)) + +(defun |mapFromItem(const QGraphicsItem*,QRectF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromItem(const QGraphicsItem*,QRectF)" arguments)) + +(defun |mapFromItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromItem" arguments)) + +(defun |mapFromParent(QPainterPath)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromParent(QPainterPath)" arguments)) + +(defun |mapFromParent(QPointF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromParent(QPointF)" arguments)) + +(defun |mapFromParent(QPolygonF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromParent(QPolygonF)" arguments)) + +(defun |mapFromParent(QRectF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromParent(QRectF)" arguments)) + +(defun |mapFromParent| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromParent" arguments)) + +(defun |mapFromScene(QPainterPath)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromScene(QPainterPath)" arguments)) + +(defun |mapFromScene(QPointF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromScene(QPointF)" arguments)) + +(defun |mapFromScene(QPolygonF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromScene(QPolygonF)" arguments)) + +(defun |mapFromScene(QRectF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromScene(QRectF)" arguments)) + +(defun |mapFromScene| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapFromScene" arguments)) + +(defun |mapFromSource| (object &rest arguments) + (%qinvoke-method object nil "mapFromSource" arguments)) + +(defun |mapFrom| (object &rest arguments) + (%qinvoke-method object nil "mapFrom" arguments)) + +(defun |mapRect(QRect)| (object &rest arguments) + (%qinvoke-method object nil "mapRect(QRect)" arguments)) diff --git a/src/lisp/all-wrappers-8.lisp b/src/lisp/all-wrappers-8.lisp new file mode 100644 index 0000000..5e5f2ba --- /dev/null +++ b/src/lisp/all-wrappers-8.lisp @@ -0,0 +1,3601 @@ +(in-package :eql) + +(defun |mapRect(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "mapRect(QRectF)" arguments)) + +(defun |mapRectFromItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapRectFromItem" arguments)) + +(defun |mapRectFromParent| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapRectFromParent" arguments)) + +(defun |mapRectFromScene| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapRectFromScene" arguments)) + +(defun |mapRectToItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapRectToItem" arguments)) + +(defun |mapRectToParent| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapRectToParent" arguments)) + +(defun |mapRectToScene| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapRectToScene" arguments)) + +(defun |mapRect| (object &rest arguments) + (%qinvoke-method object nil "mapRect" arguments)) + +(defun |mapSelectionFromSource| (object &rest arguments) + (%qinvoke-method object nil "mapSelectionFromSource" arguments)) + +(defun |mapSelectionToSource| (object &rest arguments) + (%qinvoke-method object nil "mapSelectionToSource" arguments)) + +(defun |mapToGlobal| (object &rest arguments) + (%qinvoke-method object nil "mapToGlobal" arguments)) + +(defun |mapToGraphicsScene| (object &rest arguments) + (%qinvoke-method object nil "mapToGraphicsScene" arguments)) + +(defun |mapToItem(const QGraphicsItem*,QPainterPath)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToItem(const QGraphicsItem*,QPainterPath)" arguments)) + +(defun |mapToItem(const QGraphicsItem*,QPointF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToItem(const QGraphicsItem*,QPointF)" arguments)) + +(defun |mapToItem(const QGraphicsItem*,QPolygonF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToItem(const QGraphicsItem*,QPolygonF)" arguments)) + +(defun |mapToItem(const QGraphicsItem*,QRectF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToItem(const QGraphicsItem*,QRectF)" arguments)) + +(defun |mapToItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToItem" arguments)) + +(defun |mapToParent(QPainterPath)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToParent(QPainterPath)" arguments)) + +(defun |mapToParent(QPointF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToParent(QPointF)" arguments)) + +(defun |mapToParent(QPolygonF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToParent(QPolygonF)" arguments)) + +(defun |mapToParent(QRectF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToParent(QRectF)" arguments)) + +(defun |mapToParent| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToParent" arguments)) + +(defun |mapToPolygon| (object &rest arguments) + (%qinvoke-method object nil "mapToPolygon" arguments)) + +(defun |mapToScene(QPainterPath)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToScene(QPainterPath)" arguments)) + +(defun |mapToScene(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "mapToScene(QPoint)" arguments)) + +(defun |mapToScene(QPointF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToScene(QPointF)" arguments)) + +(defun |mapToScene(QPolygon)| (object &rest arguments) + (%qinvoke-method object nil "mapToScene(QPolygon)" arguments)) + +(defun |mapToScene(QPolygonF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToScene(QPolygonF)" arguments)) + +(defun |mapToScene(QRect)| (object &rest arguments) + (%qinvoke-method object nil "mapToScene(QRect)" arguments)) + +(defun |mapToScene(QRectF)| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToScene(QRectF)" arguments)) + +(defun |mapToScene| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "mapToScene" arguments)) + +(defun |mapToSource| (object &rest arguments) + (%qinvoke-method object nil "mapToSource" arguments)) + +(defun |mapTo| (object &rest arguments) + (%qinvoke-method object nil "mapTo" arguments)) + +(defun |mapVector| (object &rest arguments) + (%qinvoke-method object nil "mapVector" arguments)) + +(defun |mappedPropertyName| (object &rest arguments) + (%qinvoke-method object nil "mappedPropertyName" arguments)) + +(defun |mappedSection| (object &rest arguments) + (%qinvoke-method object nil "mappedSection" arguments)) + +(defun |mappedWidgetAt| (object &rest arguments) + (%qinvoke-method object nil "mappedWidgetAt" arguments)) + +(defun |map| (object &rest arguments) + (%qinvoke-method object nil "map" arguments)) + +(defun |margin| (object &rest arguments) + (%qinvoke-method object nil "margin" arguments)) + +(defun |markContentsDirty| (object &rest arguments) + (%qinvoke-method object nil "markContentsDirty" arguments)) + +(defun |mask| (object &rest arguments) + (%qinvoke-method object nil "mask" arguments)) + +(defun |match(QString...).QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "match(QString...)" arguments)) + +(defun |match(QStringList...).QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "match(QStringList...)" arguments)) + +(defun |match.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "match" arguments)) + +(defun |matchedLength| (object &rest arguments) + (%qinvoke-method object nil "matchedLength" arguments)) + +(defun |matches| (object &rest arguments) + (%qinvoke-method object nil "matches" arguments)) + +(defun |matchingLocales.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "matchingLocales" arguments)) + +(defun |match| (object &rest arguments) + (%qinvoke-method object nil "match" arguments)) + +(defun |matrixForElement| (object &rest arguments) + (%qinvoke-method object nil "matrixForElement" arguments)) + +(defun |matrix| (object &rest arguments) + (%qinvoke-method object nil "matrix" arguments)) + +(defun |maxCount| (object &rest arguments) + (%qinvoke-method object nil "maxCount" arguments)) + +(defun |maxGeometryOutputVertices| (object &rest arguments) + (%qinvoke-method object nil "maxGeometryOutputVertices" arguments)) + +(defun |maxLength| (object &rest arguments) + (%qinvoke-method object nil "maxLength" arguments)) + +(defun |maxPage| (object &rest arguments) + (%qinvoke-method object nil "maxPage" arguments)) + +(defun |maxVisibleItems| (object &rest arguments) + (%qinvoke-method object nil "maxVisibleItems" arguments)) + +(defun |maxWidth| (object &rest arguments) + (%qinvoke-method object nil "maxWidth" arguments)) + +(defun |maximumBlockCount| (object &rest arguments) + (%qinvoke-method object nil "maximumBlockCount" arguments)) + +(defun |maximumCacheSize| (object &rest arguments) + (%qinvoke-method object nil "maximumCacheSize" arguments)) + +(defun |maximumDateTime| (object &rest arguments) + (%qinvoke-method object nil "maximumDateTime" arguments)) + +(defun |maximumDate| (object &rest arguments) + (%qinvoke-method object nil "maximumDate" arguments)) + +(defun |maximumHeight| (object &rest arguments) + (%qinvoke-method object nil "maximumHeight" arguments)) + +(defun |maximumItemCount| (object &rest arguments) + (%qinvoke-method object nil "maximumItemCount" arguments)) + +(defun |maximumPagesInCache.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "maximumPagesInCache" arguments)) + +(defun |maximumPhysicalPageSize| (object &rest arguments) + (%qinvoke-method object nil "maximumPhysicalPageSize" arguments)) + +(defun |maximumSectionSize| (object &rest arguments) + (%qinvoke-method object nil "maximumSectionSize" arguments)) + +(defun |maximumSize| (object &rest arguments) + (%qinvoke-method object nil "maximumSize" arguments)) + +(defun |maximumTime| (object &rest arguments) + (%qinvoke-method object nil "maximumTime" arguments)) + +(defun |maximumViewportSize| (object &rest arguments) + (%qinvoke-method object nil "maximumViewportSize" arguments)) + +(defun |maximumWidth| (object &rest arguments) + (%qinvoke-method object nil "maximumWidth" arguments)) + +(defun |maximum| (object &rest arguments) + (%qinvoke-method object nil "maximum" arguments)) + +(defun |mdiArea| (object &rest arguments) + (%qinvoke-method object nil "mdiArea" arguments)) + +(defun |measurementSystem| (object &rest arguments) + (%qinvoke-method object nil "measurementSystem" arguments)) + +(defun |mediaUrl| (object &rest arguments) + (%qinvoke-method object nil "mediaUrl" arguments)) + +(defun |menuAction| (object &rest arguments) + (%qinvoke-method object nil "menuAction" arguments)) + +(defun |menuBarVisibilityChangeRequested| (object &rest arguments) + (%qinvoke-method object nil "menuBarVisibilityChangeRequested" arguments)) + +(defun |menuBar| (object &rest arguments) + (%qinvoke-method object nil "menuBar" arguments)) + +(defun |menuRole| (object &rest arguments) + (%qinvoke-method object nil "menuRole" arguments)) + +(defun |menuWidget| (object &rest arguments) + (%qinvoke-method object nil "menuWidget" arguments)) + +(defun |menu| (object &rest arguments) + (%qinvoke-method object nil "menu" arguments)) + +(defun |mergeBlockCharFormat| (object &rest arguments) + (%qinvoke-method object nil "mergeBlockCharFormat" arguments)) + +(defun |mergeBlockFormat| (object &rest arguments) + (%qinvoke-method object nil "mergeBlockFormat" arguments)) + +(defun |mergeCells| (object &rest arguments) + (%qinvoke-method object nil "mergeCells" arguments)) + +(defun |mergeCharFormat| (object &rest arguments) + (%qinvoke-method object nil "mergeCharFormat" arguments)) + +(defun |mergeCurrentCharFormat| (object &rest arguments) + (%qinvoke-method object nil "mergeCurrentCharFormat" arguments)) + +(defun |mergeWith| (object &rest arguments) + (%qinvoke-method object nil "mergeWith" arguments)) + +(defun |merge| (object &rest arguments) + (%qinvoke-method object nil "merge" arguments)) + +(defun |messageChanged| (object &rest arguments) + (%qinvoke-method object nil "messageChanged" arguments)) + +(defun |messageClicked| (object &rest arguments) + (%qinvoke-method object nil "messageClicked" arguments)) + +(defun |message| (object &rest arguments) + (%qinvoke-method object nil "message" arguments)) + +(defun |metaData.QHelpEngineCore| (&rest arguments) + (%qinvoke-method "QHelpEngineCore" nil "metaData" arguments)) + +(defun |metaData| (object &rest arguments) + (%qinvoke-method object nil "metaData" arguments)) + +(defun |metaInformation| (object &rest arguments) + (%qinvoke-method object nil "metaInformation" arguments)) + +(defun |metaObject| (object &rest arguments) + (%qinvoke-method object nil "metaObject" arguments)) + +(defun |methodCount| (object &rest arguments) + (%qinvoke-method object nil "methodCount" arguments)) + +(defun |methodOffset| (object &rest arguments) + (%qinvoke-method object nil "methodOffset" arguments)) + +(defun |mibEnum| (object &rest arguments) + (%qinvoke-method object nil "mibEnum" arguments)) + +(defun |microFocusChanged| (object &rest arguments) + (%qinvoke-method object nil "microFocusChanged" arguments)) + +(defun |midLineWidth| (object &rest arguments) + (%qinvoke-method object nil "midLineWidth" arguments)) + +(defun |midlight| (object &rest arguments) + (%qinvoke-method object nil "midlight" arguments)) + +(defun |mid| (object &rest arguments) + (%qinvoke-method object nil "mid" arguments)) + +(defun |mimeData| (object &rest arguments) + (%qinvoke-method object nil "mimeData" arguments)) + +(defun |mimeTypeFilters| (object &rest arguments) + (%qinvoke-method object nil "mimeTypeFilters" arguments)) + +(defun |mimeTypes| (object &rest arguments) + (%qinvoke-method object nil "mimeTypes" arguments)) + +(defun |minLeftBearing| (object &rest arguments) + (%qinvoke-method object nil "minLeftBearing" arguments)) + +(defun |minPage| (object &rest arguments) + (%qinvoke-method object nil "minPage" arguments)) + +(defun |minRightBearing| (object &rest arguments) + (%qinvoke-method object nil "minRightBearing" arguments)) + +(defun |minimumContentsLength| (object &rest arguments) + (%qinvoke-method object nil "minimumContentsLength" arguments)) + +(defun |minimumDateTime| (object &rest arguments) + (%qinvoke-method object nil "minimumDateTime" arguments)) + +(defun |minimumDate| (object &rest arguments) + (%qinvoke-method object nil "minimumDate" arguments)) + +(defun |minimumDuration| (object &rest arguments) + (%qinvoke-method object nil "minimumDuration" arguments)) + +(defun |minimumHeightForWidth| (object &rest arguments) + (%qinvoke-method object nil "minimumHeightForWidth" arguments)) + +(defun |minimumHeight| (object &rest arguments) + (%qinvoke-method object nil "minimumHeight" arguments)) + +(defun |minimumPhysicalPageSize| (object &rest arguments) + (%qinvoke-method object nil "minimumPhysicalPageSize" arguments)) + +(defun |minimumRenderSize| (object &rest arguments) + (%qinvoke-method object nil "minimumRenderSize" arguments)) + +(defun |minimumSectionSize| (object &rest arguments) + (%qinvoke-method object nil "minimumSectionSize" arguments)) + +(defun |minimumSizeHint| (object &rest arguments) + (%qinvoke-method object nil "minimumSizeHint" arguments)) + +(defun |minimumSize| (object &rest arguments) + (%qinvoke-method object nil "minimumSize" arguments)) + +(defun |minimumTime| (object &rest arguments) + (%qinvoke-method object nil "minimumTime" arguments)) + +(defun |minimumWidth| (object &rest arguments) + (%qinvoke-method object nil "minimumWidth" arguments)) + +(defun |minimum| (object &rest arguments) + (%qinvoke-method object nil "minimum" arguments)) + +(defun |minorVersion| (object &rest arguments) + (%qinvoke-method object nil "minorVersion" arguments)) + +(defun |minute| (object &rest arguments) + (%qinvoke-method object nil "minute" arguments)) + +(defun |mipmap| (object &rest arguments) + (%qinvoke-method object nil "mipmap" arguments)) + +(defun |mirrored| (object &rest arguments) + (%qinvoke-method object nil "mirrored" arguments)) + +(defun |miterLimit| (object &rest arguments) + (%qinvoke-method object nil "miterLimit" arguments)) + +(defun |mkdir| (object &rest arguments) + (%qinvoke-method object nil "mkdir" arguments)) + +(defun |mkpath| (object &rest arguments) + (%qinvoke-method object nil "mkpath" arguments)) + +(defun |mnemonic.QKeySequence| (&rest arguments) + (%qinvoke-method "QKeySequence" nil "mnemonic" arguments)) + +(defun |modalWindow.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "modalWindow" arguments)) + +(defun |modelAboutToBeReset| (object &rest arguments) + (%qinvoke-method object nil "modelAboutToBeReset" arguments)) + +(defun |modelChanged| (object &rest arguments) + (%qinvoke-method object nil "modelChanged" arguments)) + +(defun |modelColumn| (object &rest arguments) + (%qinvoke-method object nil "modelColumn" arguments)) + +(defun |modelReset| (object &rest arguments) + (%qinvoke-method object nil "modelReset" arguments)) + +(defun |modelSorting| (object &rest arguments) + (%qinvoke-method object nil "modelSorting" arguments)) + +(defun |model| (object &rest arguments) + (%qinvoke-method object nil "model" arguments)) + +(defun |mode| (object &rest arguments) + (%qinvoke-method object nil "mode" arguments)) + +(defun |modificationChanged| (object &rest arguments) + (%qinvoke-method object nil "modificationChanged" arguments)) + +(defun |modifierMask| (object &rest arguments) + (%qinvoke-method object nil "modifierMask" arguments)) + +(defun |modifiers| (object &rest arguments) + (%qinvoke-method object nil "modifiers" arguments)) + +(defun |monthName| (object &rest arguments) + (%qinvoke-method object nil "monthName" arguments)) + +(defun |monthShown| (object &rest arguments) + (%qinvoke-method object nil "monthShown" arguments)) + +(defun |month| (object &rest arguments) + (%qinvoke-method object nil "month" arguments)) + +(defun |mouseButtons.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "mouseButtons" arguments)) + +(defun |mouseButtons| (object &rest arguments) + (%qinvoke-method object nil "mouseButtons" arguments)) + +(defun |mouseGrabber.QWidget| (&rest arguments) + (%qinvoke-method "QWidget" nil "mouseGrabber" arguments)) + +(defun |mouseGrabberItem| (object &rest arguments) + (%qinvoke-method object nil "mouseGrabberItem" arguments)) + +(defun |movableChanged| (object &rest arguments) + (%qinvoke-method object nil "movableChanged" arguments)) + +(defun |moveBy| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "moveBy" arguments)) + +(defun |moveColumns| (object &rest arguments) + (%qinvoke-method object nil "moveColumns" arguments)) + +(defun |moveColumn| (object &rest arguments) + (%qinvoke-method object nil "moveColumn" arguments)) + +(defun |moveCursor| (object &rest arguments) + (%qinvoke-method object nil "moveCursor" arguments)) + +(defun |movePosition| (object &rest arguments) + (%qinvoke-method object nil "movePosition" arguments)) + +(defun |moveRows| (object &rest arguments) + (%qinvoke-method object nil "moveRows" arguments)) + +(defun |moveRow| (object &rest arguments) + (%qinvoke-method object nil "moveRow" arguments)) + +(defun |moveSection| (object &rest arguments) + (%qinvoke-method object nil "moveSection" arguments)) + +(defun |moveSplitter| (object &rest arguments) + (%qinvoke-method object nil "moveSplitter" arguments)) + +(defun |moveTab| (object &rest arguments) + (%qinvoke-method object nil "moveTab" arguments)) + +(defun |moveToThread| (object &rest arguments) + (%qinvoke-method object nil "moveToThread" arguments)) + +(defun |moveTo| (object &rest arguments) + (%qinvoke-method object nil "moveTo" arguments)) + +(defun |movement| (object &rest arguments) + (%qinvoke-method object nil "movement" arguments)) + +(defun |move| (object &rest arguments) + (%qinvoke-method object nil "move" arguments)) + +(defun |movie| (object &rest arguments) + (%qinvoke-method object nil "movie" arguments)) + +(defun |msecsSinceStartOfDay| (object &rest arguments) + (%qinvoke-method object nil "msecsSinceStartOfDay" arguments)) + +(defun |msecsTo| (object &rest arguments) + (%qinvoke-method object nil "msecsTo" arguments)) + +(defun |msec| (object &rest arguments) + (%qinvoke-method object nil "msec" arguments)) + +(defun |myComputer| (object &rest arguments) + (%qinvoke-method object nil "myComputer" arguments)) + +(defun |nameFilterDisables| (object &rest arguments) + (%qinvoke-method object nil "nameFilterDisables" arguments)) + +(defun |nameFilters| (object &rest arguments) + (%qinvoke-method object nil "nameFilters" arguments)) + +(defun |nameToType.QVariant| (&rest arguments) + (%qinvoke-method "QVariant" nil "nameToType" arguments)) + +(defun |namespaceName.QHelpEngineCore| (&rest arguments) + (%qinvoke-method "QHelpEngineCore" nil "namespaceName" arguments)) + +(defun |namespaceUri| (object &rest arguments) + (%qinvoke-method object nil "namespaceUri" arguments)) + +(defun |name| (object &rest arguments) + (%qinvoke-method object nil "name" arguments)) + +(defun |nativeCountryName| (object &rest arguments) + (%qinvoke-method object nil "nativeCountryName" arguments)) + +(defun |nativeErrorCode| (object &rest arguments) + (%qinvoke-method object nil "nativeErrorCode" arguments)) + +(defun |nativeLanguageName| (object &rest arguments) + (%qinvoke-method object nil "nativeLanguageName" arguments)) + +(defun |nativeParentWidget| (object &rest arguments) + (%qinvoke-method object nil "nativeParentWidget" arguments)) + +(defun |naturalTextRect| (object &rest arguments) + (%qinvoke-method object nil "naturalTextRect" arguments)) + +(defun |naturalTextWidth| (object &rest arguments) + (%qinvoke-method object nil "naturalTextWidth" arguments)) + +(defun |negativeSign| (object &rest arguments) + (%qinvoke-method object nil "negativeSign" arguments)) + +(defun |networkAccessManager| (object &rest arguments) + (%qinvoke-method object nil "networkAccessManager" arguments)) + +(defun |networkAccessibleChanged| (object &rest arguments) + (%qinvoke-method object nil "networkAccessibleChanged" arguments)) + +(defun |networkAccessible| (object &rest arguments) + (%qinvoke-method object nil "networkAccessible" arguments)) + +(defun |networkConfiguration| (object &rest arguments) + (%qinvoke-method object nil "networkConfiguration" arguments)) + +(defun |networkSessionConnected| (object &rest arguments) + (%qinvoke-method object nil "networkSessionConnected" arguments)) + +(defun |newPage| (object &rest arguments) + (%qinvoke-method object nil "newPage" arguments)) + +(defun |newPos| (object &rest arguments) + (%qinvoke-method object nil "newPos" arguments)) + +(defun |newProxyWidget| (object &rest arguments) + (%qinvoke-method object nil "newProxyWidget" arguments)) + +(defun |newSize| (object &rest arguments) + (%qinvoke-method object nil "newSize" arguments)) + +(defun |nextCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "nextCursorPosition" arguments)) + +(defun |nextFrameDelay| (object &rest arguments) + (%qinvoke-method object nil "nextFrameDelay" arguments)) + +(defun |nextId| (object &rest arguments) + (%qinvoke-method object nil "nextId" arguments)) + +(defun |nextInFocusChain| (object &rest arguments) + (%qinvoke-method object nil "nextInFocusChain" arguments)) + +(defun |nextNegotiatedProtocol| (object &rest arguments) + (%qinvoke-method object nil "nextNegotiatedProtocol" arguments)) + +(defun |nextProtocolNegotiationStatus| (object &rest arguments) + (%qinvoke-method object nil "nextProtocolNegotiationStatus" arguments)) + +(defun |nextResult| (object &rest arguments) + (%qinvoke-method object nil "nextResult" arguments)) + +(defun |nextSibling| (object &rest arguments) + (%qinvoke-method object nil "nextSibling" arguments)) + +(defun |next| (object &rest arguments) + (%qinvoke-method object nil "next" arguments)) + +(defun |nlerp.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "nlerp" arguments)) + +(defun |nonBreakableLines| (object &rest arguments) + (%qinvoke-method object nil "nonBreakableLines" arguments)) + +(defun |normal.QVector3D| (&rest arguments) + (%qinvoke-method "QVector3D" nil "normal" arguments)) + +(defun |normalGeometry| (object &rest arguments) + (%qinvoke-method object nil "normalGeometry" arguments)) + +(defun |normalMatrix| (object &rest arguments) + (%qinvoke-method object nil "normalMatrix" arguments)) + +(defun |normalizedSignature.QMetaObject| (&rest arguments) + (%qinvoke-method "QMetaObject" nil "normalizedSignature" arguments)) + +(defun |normalizedType.QMetaObject| (&rest arguments) + (%qinvoke-method "QMetaObject" nil "normalizedType" arguments)) + +(defun |normalized| (object &rest arguments) + (%qinvoke-method object nil "normalized" arguments)) + +(defun |normalize| (object &rest arguments) + (%qinvoke-method object nil "normalize" arguments)) + +(defun |notationChanged| (object &rest arguments) + (%qinvoke-method object nil "notationChanged" arguments)) + +(defun |notation| (object &rest arguments) + (%qinvoke-method object nil "notation" arguments)) + +(defun |notchSize| (object &rest arguments) + (%qinvoke-method object nil "notchSize" arguments)) + +(defun |notchTarget| (object &rest arguments) + (%qinvoke-method object nil "notchTarget" arguments)) + +(defun |notchesVisible| (object &rest arguments) + (%qinvoke-method object nil "notchesVisible" arguments)) + +(defun |notification| (object &rest arguments) + (%qinvoke-method object nil "notification" arguments)) + +(defun |notify| (object &rest arguments) + (%qinvoke-method object nil "notify" arguments)) + +(defun |nullDevice.QProcess| (&rest arguments) + (%qinvoke-method "QProcess" nil "nullDevice" arguments)) + +(defun |numRowsAffected| (object &rest arguments) + (%qinvoke-method object nil "numRowsAffected" arguments)) + +(defun |numberOptions| (object &rest arguments) + (%qinvoke-method object nil "numberOptions" arguments)) + +(defun |numberPrefix| (object &rest arguments) + (%qinvoke-method object nil "numberPrefix" arguments)) + +(defun |numberSuffix| (object &rest arguments) + (%qinvoke-method object nil "numberSuffix" arguments)) + +(defun |numericalPrecisionPolicy| (object &rest arguments) + (%qinvoke-method object nil "numericalPrecisionPolicy" arguments)) + +(defun |objectForFormat| (object &rest arguments) + (%qinvoke-method object nil "objectForFormat" arguments)) + +(defun |objectIndex| (object &rest arguments) + (%qinvoke-method object nil "objectIndex" arguments)) + +(defun |objectNameChanged| (object &rest arguments) + (%qinvoke-method object nil "objectNameChanged" arguments)) + +(defun |objectName| (object &rest arguments) + (%qinvoke-method object nil "objectName" arguments)) + +(defun |objectType| (object &rest arguments) + (%qinvoke-method object nil "objectType" arguments)) + +(defun |object| (object &rest arguments) + (%qinvoke-method object nil "object" arguments)) + +(defun |offlineStorageDefaultQuota.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "offlineStorageDefaultQuota" arguments)) + +(defun |offlineStoragePath.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "offlineStoragePath" arguments)) + +(defun |offlineWebApplicationCachePath.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "offlineWebApplicationCachePath" arguments)) + +(defun |offlineWebApplicationCacheQuota.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "offlineWebApplicationCacheQuota" arguments)) + +(defun |offsetChanged| (object &rest arguments) + (%qinvoke-method object nil "offsetChanged" arguments)) + +(defun |offsetFromUtc| (object &rest arguments) + (%qinvoke-method object nil "offsetFromUtc" arguments)) + +(defun |offset| (object &rest arguments) + (%qinvoke-method object nil "offset" arguments)) + +(defun |okButtonText| (object &rest arguments) + (%qinvoke-method object nil "okButtonText" arguments)) + +(defun |oldPosF| (object &rest arguments) + (%qinvoke-method object nil "oldPosF" arguments)) + +(defun |oldPos| (object &rest arguments) + (%qinvoke-method object nil "oldPos" arguments)) + +(defun |oldSize| (object &rest arguments) + (%qinvoke-method object nil "oldSize" arguments)) + +(defun |oldState| (object &rest arguments) + (%qinvoke-method object nil "oldState" arguments)) + +(defun |opacityChanged| (object &rest arguments) + (%qinvoke-method object nil "opacityChanged" arguments)) + +(defun |opacityMaskChanged| (object &rest arguments) + (%qinvoke-method object nil "opacityMaskChanged" arguments)) + +(defun |opacityMask| (object &rest arguments) + (%qinvoke-method object nil "opacityMask" arguments)) + +(defun |opacity| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "opacity" arguments)) + +(defun |opaqueArea| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "opaqueArea" arguments)) + +(defun |opaqueResize| (object &rest arguments) + (%qinvoke-method object nil "opaqueResize" arguments)) + +(defun |openExternalLinks| (object &rest arguments) + (%qinvoke-method object nil "openExternalLinks" arguments)) + +(defun |openGLVersionFlags.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "openGLVersionFlags" arguments)) + +(defun |openLinks| (object &rest arguments) + (%qinvoke-method object nil "openLinks" arguments)) + +(defun |openMode| (object &rest arguments) + (%qinvoke-method object nil "openMode" arguments)) + +(defun |openPersistentEditor| (object &rest arguments) + (%qinvoke-method object nil "openPersistentEditor" arguments)) + +(defun |openUrl.QDesktopServices| (&rest arguments) + (%qinvoke-method "QDesktopServices" nil "openUrl" arguments)) + +(defun |open| (object &rest arguments) + (%qinvoke-method object nil "open" arguments)) + +(defun |optimizationFlags| (object &rest arguments) + (%qinvoke-method object nil "optimizationFlags" arguments)) + +(defun |optimize| (object &rest arguments) + (%qinvoke-method object nil "optimize" arguments)) + +(defun |options| (object &rest arguments) + (%qinvoke-method object nil "options" arguments)) + +(defun |option| (object &rest arguments) + (%qinvoke-method object nil "option" arguments)) + +(defun |organizationDomain.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "organizationDomain" arguments)) + +(defun |organizationDomainChanged| (object &rest arguments) + (%qinvoke-method object nil "organizationDomainChanged" arguments)) + +(defun |organizationName.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "organizationName" arguments)) + +(defun |organizationNameChanged| (object &rest arguments) + (%qinvoke-method object nil "organizationNameChanged" arguments)) + +(defun |organizationName| (object &rest arguments) + (%qinvoke-method object nil "organizationName" arguments)) + +(defun |orientationChanged| (object &rest arguments) + (%qinvoke-method object nil "orientationChanged" arguments)) + +(defun |orientation| (object &rest arguments) + (%qinvoke-method object nil "orientation" arguments)) + +(defun |originChanged| (object &rest arguments) + (%qinvoke-method object nil "originChanged" arguments)) + +(defun |originCorner| (object &rest arguments) + (%qinvoke-method object nil "originCorner" arguments)) + +(defun |originalUrl| (object &rest arguments) + (%qinvoke-method object nil "originalUrl" arguments)) + +(defun |originatingObject| (object &rest arguments) + (%qinvoke-method object nil "originatingObject" arguments)) + +(defun |origin| (object &rest arguments) + (%qinvoke-method object nil "origin" arguments)) + +(defun |ortho(QRect)| (object &rest arguments) + (%qinvoke-method object nil "ortho(QRect)" arguments)) + +(defun |ortho(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "ortho(QRectF)" arguments)) + +(defun |ortho| (object &rest arguments) + (%qinvoke-method object nil "ortho" arguments)) + +(defun |outputFileName| (object &rest arguments) + (%qinvoke-method object nil "outputFileName" arguments)) + +(defun |outputFormat| (object &rest arguments) + (%qinvoke-method object nil "outputFormat" arguments)) + +(defun |overflow| (object &rest arguments) + (%qinvoke-method object nil "overflow" arguments)) + +(defun |overlayContext| (object &rest arguments) + (%qinvoke-method object nil "overlayContext" arguments)) + +(defun |overlayTransparentColor| (object &rest arguments) + (%qinvoke-method object nil "overlayTransparentColor" arguments)) + +(defun |overlinePos| (object &rest arguments) + (%qinvoke-method object nil "overlinePos" arguments)) + +(defun |overline| (object &rest arguments) + (%qinvoke-method object nil "overline" arguments)) + +(defun |overrideCursor.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "overrideCursor" arguments)) + +(defun |overrideWindowFlags| (object &rest arguments) + (%qinvoke-method object nil "overrideWindowFlags" arguments)) + +(defun |overshoot| (object &rest arguments) + (%qinvoke-method object nil "overshoot" arguments)) + +(defun |overwriteMode| (object &rest arguments) + (%qinvoke-method object nil "overwriteMode" arguments)) + +(defun |ownedByLayout| (object &rest arguments) + (%qinvoke-method object nil "ownedByLayout" arguments)) + +(defun |ownerId| (object &rest arguments) + (%qinvoke-method object nil "ownerId" arguments)) + +(defun |owner| (object &rest arguments) + (%qinvoke-method object nil "owner" arguments)) + +(defun |ownsClipboard| (object &rest arguments) + (%qinvoke-method object nil "ownsClipboard" arguments)) + +(defun |ownsFindBuffer| (object &rest arguments) + (%qinvoke-method object nil "ownsFindBuffer" arguments)) + +(defun |ownsSelection| (object &rest arguments) + (%qinvoke-method object nil "ownsSelection" arguments)) + +(defun |padding| (object &rest arguments) + (%qinvoke-method object nil "padding" arguments)) + +(defun |pageAction| (object &rest arguments) + (%qinvoke-method object nil "pageAction" arguments)) + +(defun |pageAdded| (object &rest arguments) + (%qinvoke-method object nil "pageAdded" arguments)) + +(defun |pageBreakPolicy| (object &rest arguments) + (%qinvoke-method object nil "pageBreakPolicy" arguments)) + +(defun |pageChanged| (object &rest arguments) + (%qinvoke-method object nil "pageChanged" arguments)) + +(defun |pageCountChanged| (object &rest arguments) + (%qinvoke-method object nil "pageCountChanged" arguments)) + +(defun |pageCount| (object &rest arguments) + (%qinvoke-method object nil "pageCount" arguments)) + +(defun |pageIds| (object &rest arguments) + (%qinvoke-method object nil "pageIds" arguments)) + +(defun |pageLayout| (object &rest arguments) + (%qinvoke-method object nil "pageLayout" arguments)) + +(defun |pageOrder| (object &rest arguments) + (%qinvoke-method object nil "pageOrder" arguments)) + +(defun |pageRect| (object &rest arguments) + (%qinvoke-method object nil "pageRect" arguments)) + +(defun |pageRemoved| (object &rest arguments) + (%qinvoke-method object nil "pageRemoved" arguments)) + +(defun |pageSizeMM| (object &rest arguments) + (%qinvoke-method object nil "pageSizeMM" arguments)) + +(defun |pageSize| (object &rest arguments) + (%qinvoke-method object nil "pageSize" arguments)) + +(defun |pageStep| (object &rest arguments) + (%qinvoke-method object nil "pageStep" arguments)) + +(defun |page| (object &rest arguments) + (%qinvoke-method object nil "page" arguments)) + +(defun |paint(QPainter*,QRect...)| (object &rest arguments) + (%qinvoke-method object nil "paint(QPainter*,QRect...)" arguments)) + +(defun |paint(QPainter*,int...)| (object &rest arguments) + (%qinvoke-method object nil "paint(QPainter*,int...)" arguments)) + +(defun |paintDevice| (object &rest arguments) + (%qinvoke-method object nil "paintDevice" arguments)) + +(defun |paintRequested| (object &rest arguments) + (%qinvoke-method object nil "paintRequested" arguments)) + +(defun |paintWindowFrame| (object &rest arguments) + (%qinvoke-method object nil "paintWindowFrame" arguments)) + +(defun |paintingActive| (object &rest arguments) + (%qinvoke-method object nil "paintingActive" arguments)) + +(defun |paint| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "paint" arguments)) + +(defun |palette(const QWidget*).QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "palette(const QWidget*)" arguments)) + +(defun |palette(const char*).QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "palette(const char*)" arguments)) + +(defun |palette.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "palette" arguments)) + +(defun |palette.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "palette" arguments)) + +(defun |palette.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "palette" arguments)) + +(defun |paletteChanged| (object &rest arguments) + (%qinvoke-method object nil "paletteChanged" arguments)) + +(defun |palette| (object &rest arguments) + (%qinvoke-method object nil "palette" arguments)) + +(defun |panelModality| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "panelModality" arguments)) + +(defun |panel| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "panel" arguments)) + +(defun |paperRect| (object &rest arguments) + (%qinvoke-method object nil "paperRect" arguments)) + +(defun |paperSource| (object &rest arguments) + (%qinvoke-method object nil "paperSource" arguments)) + +(defun |parentChanged| (object &rest arguments) + (%qinvoke-method object nil "parentChanged" arguments)) + +(defun |parentFrame| (object &rest arguments) + (%qinvoke-method object nil "parentFrame" arguments)) + +(defun |parentItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "parentItem" arguments)) + +(defun |parentLayoutItem| (object &rest arguments) + (%qinvoke-method object nil "parentLayoutItem" arguments)) + +(defun |parentObject| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "parentObject" arguments)) + +(defun |parentState| (object &rest arguments) + (%qinvoke-method object nil "parentState" arguments)) + +(defun |parentWidget| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "parentWidget" arguments)) + +(defun |parent| (object &rest arguments) + (%qinvoke-method object nil "parent" arguments)) + +(defun |parseCookies.QNetworkAddressEntry| (&rest arguments) + (%qinvoke-method "QNetworkAddressEntry" nil "parseCookies" arguments)) + +(defun |password| (object &rest arguments) + (%qinvoke-method object nil "password" arguments)) + +(defun |paste| (object &rest arguments) + (%qinvoke-method object nil "paste" arguments)) + +(defun |pathFromIndex| (object &rest arguments) + (%qinvoke-method object nil "pathFromIndex" arguments)) + +(defun |path| (object &rest arguments) + (%qinvoke-method object nil "path" arguments)) + +(defun |patternSyntax| (object &rest arguments) + (%qinvoke-method object nil "patternSyntax" arguments)) + +(defun |pattern| (object &rest arguments) + (%qinvoke-method object nil "pattern" arguments)) + +(defun |pauseMode| (object &rest arguments) + (%qinvoke-method object nil "pauseMode" arguments)) + +(defun |pause| (object &rest arguments) + (%qinvoke-method object nil "pause" arguments)) + +(defun |peek| (object &rest arguments) + (%qinvoke-method object nil "peek" arguments)) + +(defun |peerAddress| (object &rest arguments) + (%qinvoke-method object nil "peerAddress" arguments)) + +(defun |peerCertificateChain| (object &rest arguments) + (%qinvoke-method object nil "peerCertificateChain" arguments)) + +(defun |peerCertificate| (object &rest arguments) + (%qinvoke-method object nil "peerCertificate" arguments)) + +(defun |peerHostName| (object &rest arguments) + (%qinvoke-method object nil "peerHostName" arguments)) + +(defun |peerName| (object &rest arguments) + (%qinvoke-method object nil "peerName" arguments)) + +(defun |peerPort| (object &rest arguments) + (%qinvoke-method object nil "peerPort" arguments)) + +(defun |peerVerifyDepth| (object &rest arguments) + (%qinvoke-method object nil "peerVerifyDepth" arguments)) + +(defun |peerVerifyMode| (object &rest arguments) + (%qinvoke-method object nil "peerVerifyMode" arguments)) + +(defun |penProperty| (object &rest arguments) + (%qinvoke-method object nil "penProperty" arguments)) + +(defun |pen| (object &rest arguments) + (%qinvoke-method object nil "pen" arguments)) + +(defun |percentAtLength| (object &rest arguments) + (%qinvoke-method object nil "percentAtLength" arguments)) + +(defun |percent| (object &rest arguments) + (%qinvoke-method object nil "percent" arguments)) + +(defun |period| (object &rest arguments) + (%qinvoke-method object nil "period" arguments)) + +(defun |permissions.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "permissions" arguments)) + +(defun |permissions| (object &rest arguments) + (%qinvoke-method object nil "permissions" arguments)) + +(defun |permission| (object &rest arguments) + (%qinvoke-method object nil "permission" arguments)) + +(defun |persistentIndexList| (object &rest arguments) + (%qinvoke-method object nil "persistentIndexList" arguments)) + +(defun |perspective| (object &rest arguments) + (%qinvoke-method object nil "perspective" arguments)) + +(defun |phase| (object &rest arguments) + (%qinvoke-method object nil "phase" arguments)) + +(defun |physicalDpiX| (object &rest arguments) + (%qinvoke-method object nil "physicalDpiX" arguments)) + +(defun |physicalDpiY| (object &rest arguments) + (%qinvoke-method object nil "physicalDpiY" arguments)) + +(defun |picture| (object &rest arguments) + (%qinvoke-method object nil "picture" arguments)) + +(defun |pixelDelta| (object &rest arguments) + (%qinvoke-method object nil "pixelDelta" arguments)) + +(defun |pixelFormat| (object &rest arguments) + (%qinvoke-method object nil "pixelFormat" arguments)) + +(defun |pixelIndex| (object &rest arguments) + (%qinvoke-method object nil "pixelIndex" arguments)) + +(defun |pixelMetric| (object &rest arguments) + (%qinvoke-method object nil "pixelMetric" arguments)) + +(defun |pixelSize| (object &rest arguments) + (%qinvoke-method object nil "pixelSize" arguments)) + +(defun |pixel| (object &rest arguments) + (%qinvoke-method object nil "pixel" arguments)) + +(defun |pixmap(QSize)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(QSize)" arguments)) + +(defun |pixmap(QSize...)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(QSize...)" arguments)) + +(defun |pixmap(QWindow*...)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(QWindow*...)" arguments)) + +(defun |pixmap(int)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(int)" arguments)) + +(defun |pixmap(int,QIcon::Mode)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(int,QIcon::Mode)" arguments)) + +(defun |pixmap(int,QIcon::Mode...)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(int,QIcon::Mode...)" arguments)) + +(defun |pixmap(int,int)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(int,int)" arguments)) + +(defun |pixmap(int,int...)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(int,int...)" arguments)) + +(defun |pixmap(int...)| (object &rest arguments) + (%qinvoke-method object nil "pixmap(int...)" arguments)) + +(defun |pixmap| (object &rest arguments) + (%qinvoke-method object nil "pixmap" arguments)) + +(defun |plane| (object &rest arguments) + (%qinvoke-method object nil "plane" arguments)) + +(defun |platformFunction.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "platformFunction" arguments)) + +(defun |platformName.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "platformName" arguments)) + +(defun |platformNativeInterface.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "platformNativeInterface" arguments)) + +(defun |play| (object &rest arguments) + (%qinvoke-method object nil "play" arguments)) + +(defun |pluginFactory| (object &rest arguments) + (%qinvoke-method object nil "pluginFactory" arguments)) + +(defun |plugins| (object &rest arguments) + (%qinvoke-method object nil "plugins" arguments)) + +(defun |pmText| (object &rest arguments) + (%qinvoke-method object nil "pmText" arguments)) + +(defun |pointAtPercent| (object &rest arguments) + (%qinvoke-method object nil "pointAtPercent" arguments)) + +(defun |pointSizeF| (object &rest arguments) + (%qinvoke-method object nil "pointSizeF" arguments)) + +(defun |pointSizes| (object &rest arguments) + (%qinvoke-method object nil "pointSizes" arguments)) + +(defun |pointSize| (object &rest arguments) + (%qinvoke-method object nil "pointSize" arguments)) + +(defun |pointerType| (object &rest arguments) + (%qinvoke-method object nil "pointerType" arguments)) + +(defun |polish(QApplication*)| (object &rest arguments) + (%qinvoke-method object nil "polish(QApplication*)" arguments)) + +(defun |polish(QPalette&)| (object &rest arguments) + (%qinvoke-method object nil "polish(QPalette&)" arguments)) + +(defun |polish(QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "polish(QWidget*)" arguments)) + +(defun |polished| (object &rest arguments) + (%qinvoke-method object nil "polished" arguments)) + +(defun |polish| (object &rest arguments) + (%qinvoke-method object nil "polish" arguments)) + +(defun |polygon| (object &rest arguments) + (%qinvoke-method object nil "polygon" arguments)) + +(defun |popupMode| (object &rest arguments) + (%qinvoke-method object nil "popupMode" arguments)) + +(defun |popup| (object &rest arguments) + (%qinvoke-method object nil "popup" arguments)) + +(defun |port| (object &rest arguments) + (%qinvoke-method object nil "port" arguments)) + +(defun |pos.QCursor| (&rest arguments) + (%qinvoke-method "QCursor" nil "pos" arguments)) + +(defun |posF| (object &rest arguments) + (%qinvoke-method object nil "posF" arguments)) + +(defun |positionInBlock| (object &rest arguments) + (%qinvoke-method object nil "positionInBlock" arguments)) + +(defun |position| (object &rest arguments) + (%qinvoke-method object nil "position" arguments)) + +(defun |positiveSign| (object &rest arguments) + (%qinvoke-method object nil "positiveSign" arguments)) + +(defun |possibleActions| (object &rest arguments) + (%qinvoke-method object nil "possibleActions" arguments)) + +(defun |post(QNetworkAccessManager*,QNetworkRequest,QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "post(QNetworkAccessManager*,QNetworkRequest,QByteArray)" arguments)) + +(defun |post(QNetworkAccessManager*,QNetworkRequest,QHttpMultiPart*)| (object &rest arguments) + (%qinvoke-method object nil "post(QNetworkAccessManager*,QNetworkRequest,QHttpMultiPart*)" arguments)) + +(defun |postDelayedEvent| (object &rest arguments) + (%qinvoke-method object nil "postDelayedEvent" arguments)) + +(defun |postEvent.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "postEvent" arguments)) + +(defun |postEvent| (object &rest arguments) + (%qinvoke-method object nil "postEvent" arguments)) + +(defun |post| (object &rest arguments) + (%qinvoke-method object nil "post" arguments)) + +(defun |pos| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "pos" arguments)) + +(defun |preSharedKeyAuthenticationRequired| (object &rest arguments) + (%qinvoke-method object nil "preSharedKeyAuthenticationRequired" arguments)) + +(defun |precision| (object &rest arguments) + (%qinvoke-method object nil "precision" arguments)) + +(defun |preeditAreaPosition| (object &rest arguments) + (%qinvoke-method object nil "preeditAreaPosition" arguments)) + +(defun |preeditAreaText| (object &rest arguments) + (%qinvoke-method object nil "preeditAreaText" arguments)) + +(defun |preeditString| (object &rest arguments) + (%qinvoke-method object nil "preeditString" arguments)) + +(defun |preferredContentsSize| (object &rest arguments) + (%qinvoke-method object nil "preferredContentsSize" arguments)) + +(defun |preferredHeight| (object &rest arguments) + (%qinvoke-method object nil "preferredHeight" arguments)) + +(defun |preferredSize| (object &rest arguments) + (%qinvoke-method object nil "preferredSize" arguments)) + +(defun |preferredWidth| (object &rest arguments) + (%qinvoke-method object nil "preferredWidth" arguments)) + +(defun |prefix| (object &rest arguments) + (%qinvoke-method object nil "prefix" arguments)) + +(defun |prepareGeometryChange| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "prepareGeometryChange" arguments)) + +(defun |prepare| (object &rest arguments) + (%qinvoke-method object nil "prepare" arguments)) + +(defun |prependInside(QString)| (object &rest arguments) + (%qinvoke-method object nil "prependInside(QString)" arguments)) + +(defun |prependInside(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "prependInside(QWebElement)" arguments)) + +(defun |prependInside| (object &rest arguments) + (%qinvoke-method object nil "prependInside" arguments)) + +(defun |prependOutside(QString)| (object &rest arguments) + (%qinvoke-method object nil "prependOutside(QString)" arguments)) + +(defun |prependOutside(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "prependOutside(QWebElement)" arguments)) + +(defun |prependOutside| (object &rest arguments) + (%qinvoke-method object nil "prependOutside" arguments)) + +(defun |pressed| (object &rest arguments) + (%qinvoke-method object nil "pressed" arguments)) + +(defun |pressure| (object &rest arguments) + (%qinvoke-method object nil "pressure" arguments)) + +(defun |previewChanged| (object &rest arguments) + (%qinvoke-method object nil "previewChanged" arguments)) + +(defun |previewWidget| (object &rest arguments) + (%qinvoke-method object nil "previewWidget" arguments)) + +(defun |previousBlockState| (object &rest arguments) + (%qinvoke-method object nil "previousBlockState" arguments)) + +(defun |previousCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "previousCursorPosition" arguments)) + +(defun |previousInFocusChain| (object &rest arguments) + (%qinvoke-method object nil "previousInFocusChain" arguments)) + +(defun |previousSibling| (object &rest arguments) + (%qinvoke-method object nil "previousSibling" arguments)) + +(defun |previous| (object &rest arguments) + (%qinvoke-method object nil "previous" arguments)) + +(defun |primaryIndex| (object &rest arguments) + (%qinvoke-method object nil "primaryIndex" arguments)) + +(defun |primaryKey| (object &rest arguments) + (%qinvoke-method object nil "primaryKey" arguments)) + +(defun |primaryScreen.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "primaryScreen" arguments)) + +(defun |primaryScreenChanged| (object &rest arguments) + (%qinvoke-method object nil "primaryScreenChanged" arguments)) + +(defun |primaryScreen| (object &rest arguments) + (%qinvoke-method object nil "primaryScreen" arguments)) + +(defun |primaryValues| (object &rest arguments) + (%qinvoke-method object nil "primaryValues" arguments)) + +(defun |primeInsert| (object &rest arguments) + (%qinvoke-method object nil "primeInsert" arguments)) + +(defun |printProgram| (object &rest arguments) + (%qinvoke-method object nil "printProgram" arguments)) + +(defun |printRange| (object &rest arguments) + (%qinvoke-method object nil "printRange" arguments)) + +(defun |printRequested| (object &rest arguments) + (%qinvoke-method object nil "printRequested" arguments)) + +(defun |printerName| (object &rest arguments) + (%qinvoke-method object nil "printerName" arguments)) + +(defun |printerState| (object &rest arguments) + (%qinvoke-method object nil "printerState" arguments)) + +(defun |printer| (object &rest arguments) + (%qinvoke-method object nil "printer" arguments)) + +(defun |print| (object &rest arguments) + (%qinvoke-method object nil "print" arguments)) + +(defun |priority| (object &rest arguments) + (%qinvoke-method object nil "priority" arguments)) + +(defun |privateKey| (object &rest arguments) + (%qinvoke-method object nil "privateKey" arguments)) + +(defun |processChannelMode| (object &rest arguments) + (%qinvoke-method object nil "processChannelMode" arguments)) + +(defun |processEnvironment| (object &rest arguments) + (%qinvoke-method object nil "processEnvironment" arguments)) + +(defun |processEvents.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "processEvents" arguments)) + +(defun |processEvents| (object &rest arguments) + (%qinvoke-method object nil "processEvents" arguments)) + +(defun |processId| (object &rest arguments) + (%qinvoke-method object nil "processId" arguments)) + +(defun |profile| (object &rest arguments) + (%qinvoke-method object nil "profile" arguments)) + +(defun |programId| (object &rest arguments) + (%qinvoke-method object nil "programId" arguments)) + +(defun |program| (object &rest arguments) + (%qinvoke-method object nil "program" arguments)) + +(defun |project| (object &rest arguments) + (%qinvoke-method object nil "project" arguments)) + +(defun |propertiesAssigned| (object &rest arguments) + (%qinvoke-method object nil "propertiesAssigned" arguments)) + +(defun |propertyCount| (object &rest arguments) + (%qinvoke-method object nil "propertyCount" arguments)) + +(defun |propertyName| (object &rest arguments) + (%qinvoke-method object nil "propertyName" arguments)) + +(defun |propertyOffset| (object &rest arguments) + (%qinvoke-method object nil "propertyOffset" arguments)) + +(defun |property| (object &rest arguments) + (%qinvoke-method object nil "property" arguments)) + +(defun |proposedAction| (object &rest arguments) + (%qinvoke-method object nil "proposedAction" arguments)) + +(defun |protocolTag| (object &rest arguments) + (%qinvoke-method object nil "protocolTag" arguments)) + +(defun |protocol| (object &rest arguments) + (%qinvoke-method object nil "protocol" arguments)) + +(defun |provisionalLoad| (object &rest arguments) + (%qinvoke-method object nil "provisionalLoad" arguments)) + +(defun |proxyAuthenticationRequired| (object &rest arguments) + (%qinvoke-method object nil "proxyAuthenticationRequired" arguments)) + +(defun |proxyFactory| (object &rest arguments) + (%qinvoke-method object nil "proxyFactory" arguments)) + +(defun |proxyForQuery.QNetworkInterface| (&rest arguments) + (%qinvoke-method "QNetworkInterface" nil "proxyForQuery" arguments)) + +(defun |proxyModel| (object &rest arguments) + (%qinvoke-method object nil "proxyModel" arguments)) + +(defun |proxy| (object &rest arguments) + (%qinvoke-method object nil "proxy" arguments)) + +(defun |push| (object &rest arguments) + (%qinvoke-method object nil "push" arguments)) + +(defun |put(QNetworkAccessManager*,QNetworkRequest,QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "put(QNetworkAccessManager*,QNetworkRequest,QByteArray)" arguments)) + +(defun |put(QNetworkAccessManager*,QNetworkRequest,QHttpMultiPart*)| (object &rest arguments) + (%qinvoke-method object nil "put(QNetworkAccessManager*,QNetworkRequest,QHttpMultiPart*)" arguments)) + +(defun |putChar| (object &rest arguments) + (%qinvoke-method object nil "putChar" arguments)) + +(defun |put| (object &rest arguments) + (%qinvoke-method object nil "put" arguments)) + +(defun |qglClearColor| (object &rest arguments) + (%qinvoke-method object nil "qglClearColor" arguments)) + +(defun |qglColor| (object &rest arguments) + (%qinvoke-method object nil "qglColor" arguments)) + +(defun |quadToQuad.QTransform| (&rest arguments) + (%qinvoke-method "QTransform" nil "quadToQuad" arguments)) + +(defun |quadToSquare.QTransform| (&rest arguments) + (%qinvoke-method "QTransform" nil "quadToSquare" arguments)) + +(defun |quadTo| (object &rest arguments) + (%qinvoke-method object nil "quadTo" arguments)) + +(defun |queryAccessibleInterface.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "queryAccessibleInterface" arguments)) + +(defun |queryKeyboardModifiers.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "queryKeyboardModifiers" arguments)) + +(defun |queryProxy| (object &rest arguments) + (%qinvoke-method object nil "queryProxy" arguments)) + +(defun |queryType| (object &rest arguments) + (%qinvoke-method object nil "queryType" arguments)) + +(defun |queryWidget| (object &rest arguments) + (%qinvoke-method object nil "queryWidget" arguments)) + +(defun |query| (object &rest arguments) + (%qinvoke-method object nil "query" arguments)) + +(defun |question.QMessageBox| (&rest arguments) + (%qinvoke-method "QMessageBox" nil "question" arguments)) + +(defun |quitOnLastWindowClosed.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "quitOnLastWindowClosed" arguments)) + +(defun |quit| (object &rest arguments) + (%qinvoke-method object nil "quit" arguments)) + +(defun |radius| (object &rest arguments) + (%qinvoke-method object nil "radius" arguments)) + +(defun |raise| (object &rest arguments) + (%qinvoke-method object nil "raise" arguments)) + +(defun |rangeChanged| (object &rest arguments) + (%qinvoke-method object nil "rangeChanged" arguments)) + +(defun |rawHeaderList| (object &rest arguments) + (%qinvoke-method object nil "rawHeaderList" arguments)) + +(defun |rawHeader| (object &rest arguments) + (%qinvoke-method object nil "rawHeader" arguments)) + +(defun |rawValue| (object &rest arguments) + (%qinvoke-method object nil "rawValue" arguments)) + +(defun |readAllStandardError| (object &rest arguments) + (%qinvoke-method object nil "readAllStandardError" arguments)) + +(defun |readAllStandardOutput| (object &rest arguments) + (%qinvoke-method object nil "readAllStandardOutput" arguments)) + +(defun |readAll| (object &rest arguments) + (%qinvoke-method object nil "readAll" arguments)) + +(defun |readBufferSize| (object &rest arguments) + (%qinvoke-method object nil "readBufferSize" arguments)) + +(defun |readChannelFinished| (object &rest arguments) + (%qinvoke-method object nil "readChannelFinished" arguments)) + +(defun |readChannel| (object &rest arguments) + (%qinvoke-method object nil "readChannel" arguments)) + +(defun |readLine| (object &rest arguments) + (%qinvoke-method object nil "readLine" arguments)) + +(defun |readWriteLock| (object &rest arguments) + (%qinvoke-method object nil "readWriteLock" arguments)) + +(defun |readersAboutToBeInvalidated| (object &rest arguments) + (%qinvoke-method object nil "readersAboutToBeInvalidated" arguments)) + +(defun |readyReadStandardError| (object &rest arguments) + (%qinvoke-method object nil "readyReadStandardError" arguments)) + +(defun |readyReadStandardOutput| (object &rest arguments) + (%qinvoke-method object nil "readyReadStandardOutput" arguments)) + +(defun |readyRead| (object &rest arguments) + (%qinvoke-method object nil "readyRead" arguments)) + +(defun |read| (object &rest arguments) + (%qinvoke-method object nil "read" arguments)) + +(defun |realm| (object &rest arguments) + (%qinvoke-method object nil "realm" arguments)) + +(defun |reason| (object &rest arguments) + (%qinvoke-method object nil "reason" arguments)) + +(defun |receivers| (object &rest arguments) + (%qinvoke-method object nil "receivers" arguments)) + +(defun |record| (object &rest arguments) + (%qinvoke-method object nil "record" arguments)) + +(defun |rectCount| (object &rest arguments) + (%qinvoke-method object nil "rectCount" arguments)) + +(defun |rectForIndex| (object &rest arguments) + (%qinvoke-method object nil "rectForIndex" arguments)) + +(defun |rects| (object &rest arguments) + (%qinvoke-method object nil "rects" arguments)) + +(defun |rect| (object &rest arguments) + (%qinvoke-method object nil "rect" arguments)) + +(defun |redBufferSize| (object &rest arguments) + (%qinvoke-method object nil "redBufferSize" arguments)) + +(defun |redF| (object &rest arguments) + (%qinvoke-method object nil "redF" arguments)) + +(defun |redoAvailable| (object &rest arguments) + (%qinvoke-method object nil "redoAvailable" arguments)) + +(defun |redoTextChanged| (object &rest arguments) + (%qinvoke-method object nil "redoTextChanged" arguments)) + +(defun |redoText| (object &rest arguments) + (%qinvoke-method object nil "redoText" arguments)) + +(defun |redo| (object &rest arguments) + (%qinvoke-method object nil "redo" arguments)) + +(defun |red| (object &rest arguments) + (%qinvoke-method object nil "red" arguments)) + +(defun |reexpand| (object &rest arguments) + (%qinvoke-method object nil "reexpand" arguments)) + +(defun |reformat| (object &rest arguments) + (%qinvoke-method object nil "reformat" arguments)) + +(defun |refreshPlugins| (object &rest arguments) + (%qinvoke-method object nil "refreshPlugins" arguments)) + +(defun |refresh| (object &rest arguments) + (%qinvoke-method object nil "refresh" arguments)) + +(defun |regExpChanged| (object &rest arguments) + (%qinvoke-method object nil "regExpChanged" arguments)) + +(defun |regExp| (object &rest arguments) + (%qinvoke-method object nil "regExp" arguments)) + +(defun |region| (object &rest arguments) + (%qinvoke-method object nil "region" arguments)) + +(defun |registerAccessibleInterface.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "registerAccessibleInterface" arguments)) + +(defun |registerDocumentation| (object &rest arguments) + (%qinvoke-method object nil "registerDocumentation" arguments)) + +(defun |registerEditor| (object &rest arguments) + (%qinvoke-method object nil "registerEditor" arguments)) + +(defun |registerEventType.QEvent| (&rest arguments) + (%qinvoke-method "QEvent" nil "registerEventType" arguments)) + +(defun |registerField| (object &rest arguments) + (%qinvoke-method object nil "registerField" arguments)) + +(defun |registerFormat.QSettings| (&rest arguments) + (%qinvoke-method "QSettings" nil "registerFormat" arguments)) + +(defun |registerSqlDriver.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "registerSqlDriver" arguments)) + +(defun |registeredDocumentations| (object &rest arguments) + (%qinvoke-method object nil "registeredDocumentations" arguments)) + +(defun |rehighlightBlock| (object &rest arguments) + (%qinvoke-method object nil "rehighlightBlock" arguments)) + +(defun |rehighlight| (object &rest arguments) + (%qinvoke-method object nil "rehighlight" arguments)) + +(defun |reindexDocumentation| (object &rest arguments) + (%qinvoke-method object nil "reindexDocumentation" arguments)) + +(defun |rejected| (object &rest arguments) + (%qinvoke-method object nil "rejected" arguments)) + +(defun |reject| (object &rest arguments) + (%qinvoke-method object nil "reject" arguments)) + +(defun |relationModel| (object &rest arguments) + (%qinvoke-method object nil "relationModel" arguments)) + +(defun |relation| (object &rest arguments) + (%qinvoke-method object nil "relation" arguments)) + +(defun |relativeFilePath| (object &rest arguments) + (%qinvoke-method object nil "relativeFilePath" arguments)) + +(defun |releaseFromDynamicTexture| (object &rest arguments) + (%qinvoke-method object nil "releaseFromDynamicTexture" arguments)) + +(defun |releaseKeyboard| (object &rest arguments) + (%qinvoke-method object nil "releaseKeyboard" arguments)) + +(defun |releaseMouse| (object &rest arguments) + (%qinvoke-method object nil "releaseMouse" arguments)) + +(defun |releaseShortcut| (object &rest arguments) + (%qinvoke-method object nil "releaseShortcut" arguments)) + +(defun |releaseWidget| (object &rest arguments) + (%qinvoke-method object nil "releaseWidget" arguments)) + +(defun |released| (object &rest arguments) + (%qinvoke-method object nil "released" arguments)) + +(defun |release| (object &rest arguments) + (%qinvoke-method object nil "release" arguments)) + +(defun |reload| (object &rest arguments) + (%qinvoke-method object nil "reload" arguments)) + +(defun |relock| (object &rest arguments) + (%qinvoke-method object nil "relock" arguments)) + +(defun |remainingTime| (object &rest arguments) + (%qinvoke-method object nil "remainingTime" arguments)) + +(defun |remove.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "remove" arguments)) + +(defun |remove.QPixmapCache| (&rest arguments) + (%qinvoke-method "QPixmapCache" nil "remove" arguments)) + +(defun |removeAccessWhitelistEntry| (object &rest arguments) + (%qinvoke-method object nil "removeAccessWhitelistEntry" arguments)) + +(defun |removeAction| (object &rest arguments) + (%qinvoke-method object nil "removeAction" arguments)) + +(defun |removeAllApplicationFonts.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "removeAllApplicationFonts" arguments)) + +(defun |removeAllChildren| (object &rest arguments) + (%qinvoke-method object nil "removeAllChildren" arguments)) + +(defun |removeAllDatabases.QWebDatabase| (&rest arguments) + (%qinvoke-method "QWebDatabase" nil "removeAllDatabases" arguments)) + +(defun |removeAllShaders| (object &rest arguments) + (%qinvoke-method object nil "removeAllShaders" arguments)) + +(defun |removeAnimation| (object &rest arguments) + (%qinvoke-method object nil "removeAnimation" arguments)) + +(defun |removeApplicationFont.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "removeApplicationFont" arguments)) + +(defun |removeAttributeNS| (object &rest arguments) + (%qinvoke-method object nil "removeAttributeNS" arguments)) + +(defun |removeAttribute| (object &rest arguments) + (%qinvoke-method object nil "removeAttribute" arguments)) + +(defun |removeAt| (object &rest arguments) + (%qinvoke-method object nil "removeAt" arguments)) + +(defun |removeButton| (object &rest arguments) + (%qinvoke-method object nil "removeButton" arguments)) + +(defun |removeCellWidget| (object &rest arguments) + (%qinvoke-method object nil "removeCellWidget" arguments)) + +(defun |removeChild| (object &rest arguments) + (%qinvoke-method object nil "removeChild" arguments)) + +(defun |removeClass| (object &rest arguments) + (%qinvoke-method object nil "removeClass" arguments)) + +(defun |removeColumns| (object &rest arguments) + (%qinvoke-method object nil "removeColumns" arguments)) + +(defun |removeColumn| (object &rest arguments) + (%qinvoke-method object nil "removeColumn" arguments)) + +(defun |removeCustomFilter| (object &rest arguments) + (%qinvoke-method object nil "removeCustomFilter" arguments)) + +(defun |removeCustomValue| (object &rest arguments) + (%qinvoke-method object nil "removeCustomValue" arguments)) + +(defun |removeDatabase.QSqlDatabase| (&rest arguments) + (%qinvoke-method "QSqlDatabase" nil "removeDatabase" arguments)) + +(defun |removeDatabase.QWebDatabase| (&rest arguments) + (%qinvoke-method "QWebDatabase" nil "removeDatabase" arguments)) + +(defun |removeDefaultAnimation| (object &rest arguments) + (%qinvoke-method object nil "removeDefaultAnimation" arguments)) + +(defun |removeDockWidget| (object &rest arguments) + (%qinvoke-method object nil "removeDockWidget" arguments)) + +(defun |removeEventFilter| (object &rest arguments) + (%qinvoke-method object nil "removeEventFilter" arguments)) + +(defun |removeFactory.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "removeFactory" arguments)) + +(defun |removeFormat| (object &rest arguments) + (%qinvoke-method object nil "removeFormat" arguments)) + +(defun |removeFromDocument| (object &rest arguments) + (%qinvoke-method object nil "removeFromDocument" arguments)) + +(defun |removeFromGroup| (object &rest arguments) + (%qinvoke-method object nil "removeFromGroup" arguments)) + +(defun |removeItemWidget| (object &rest arguments) + (%qinvoke-method object nil "removeItemWidget" arguments)) + +(defun |removeItem| (object &rest arguments) + (%qinvoke-method object nil "removeItem" arguments)) + +(defun |removeLibraryPath.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "removeLibraryPath" arguments)) + +(defun |removeLocalScheme.QWebSecurityOrigin| (&rest arguments) + (%qinvoke-method "QWebSecurityOrigin" nil "removeLocalScheme" arguments)) + +(defun |removeMapping| (object &rest arguments) + (%qinvoke-method object nil "removeMapping" arguments)) + +(defun |removeNativeEventFilter| (object &rest arguments) + (%qinvoke-method object nil "removeNativeEventFilter" arguments)) + +(defun |removePage| (object &rest arguments) + (%qinvoke-method object nil "removePage" arguments)) + +(defun |removePaths| (object &rest arguments) + (%qinvoke-method object nil "removePaths" arguments)) + +(defun |removePath| (object &rest arguments) + (%qinvoke-method object nil "removePath" arguments)) + +(defun |removePostedEvents.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "removePostedEvents" arguments)) + +(defun |removeRecursively| (object &rest arguments) + (%qinvoke-method object nil "removeRecursively" arguments)) + +(defun |removeRows| (object &rest arguments) + (%qinvoke-method object nil "removeRows" arguments)) + +(defun |removeRow| (object &rest arguments) + (%qinvoke-method object nil "removeRow" arguments)) + +(defun |removeSceneEventFilter| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "removeSceneEventFilter" arguments)) + +(defun |removeSelectedText| (object &rest arguments) + (%qinvoke-method object nil "removeSelectedText" arguments)) + +(defun |removeShader| (object &rest arguments) + (%qinvoke-method object nil "removeShader" arguments)) + +(defun |removeStack| (object &rest arguments) + (%qinvoke-method object nil "removeStack" arguments)) + +(defun |removeState| (object &rest arguments) + (%qinvoke-method object nil "removeState" arguments)) + +(defun |removeSubWindow| (object &rest arguments) + (%qinvoke-method object nil "removeSubWindow" arguments)) + +(defun |removeSubstitutions.QFont| (&rest arguments) + (%qinvoke-method "QFont" nil "removeSubstitutions" arguments)) + +(defun |removeTab| (object &rest arguments) + (%qinvoke-method object nil "removeTab" arguments)) + +(defun |removeToolBarBreak| (object &rest arguments) + (%qinvoke-method object nil "removeToolBarBreak" arguments)) + +(defun |removeToolBar| (object &rest arguments) + (%qinvoke-method object nil "removeToolBar" arguments)) + +(defun |removeTransition| (object &rest arguments) + (%qinvoke-method object nil "removeTransition" arguments)) + +(defun |removeTranslator.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "removeTranslator" arguments)) + +(defun |removeWidget| (object &rest arguments) + (%qinvoke-method object nil "removeWidget" arguments)) + +(defun |removed| (object &rest arguments) + (%qinvoke-method object nil "removed" arguments)) + +(defun |remove| (object &rest arguments) + (%qinvoke-method object nil "remove" arguments)) + +(defun |rename.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "rename" arguments)) + +(defun |rename| (object &rest arguments) + (%qinvoke-method object nil "rename" arguments)) + +(defun |render(QPainter*,QRectF)| (object &rest arguments) + (%qinvoke-method object nil "render(QPainter*,QRectF)" arguments)) + +(defun |render(QPainter*,QRegion)| (object &rest arguments) + (%qinvoke-method object nil "render(QPainter*,QRegion)" arguments)) + +(defun |render(QPainter*,QString)| (object &rest arguments) + (%qinvoke-method object nil "render(QPainter*,QString)" arguments)) + +(defun |render(QPainter*,QWebFrame::RenderLayers)| (object &rest arguments) + (%qinvoke-method object nil "render(QPainter*,QWebFrame::RenderLayers)" arguments)) + +(defun |renderHints| (object &rest arguments) + (%qinvoke-method object nil "renderHints" arguments)) + +(defun |renderPixmap| (object &rest arguments) + (%qinvoke-method object nil "renderPixmap" arguments)) + +(defun |renderText(double...)| (object &rest arguments) + (%qinvoke-method object nil "renderText(double...)" arguments)) + +(defun |renderText(int...)| (object &rest arguments) + (%qinvoke-method object nil "renderText(int...)" arguments)) + +(defun |renderText| (object &rest arguments) + (%qinvoke-method object nil "renderText" arguments)) + +(defun |renderer| (object &rest arguments) + (%qinvoke-method object nil "renderer" arguments)) + +(defun |render| (object &rest arguments) + (%qinvoke-method object nil "render" arguments)) + +(defun |repaint(QRect)| (object &rest arguments) + (%qinvoke-method object nil "repaint(QRect)" arguments)) + +(defun |repaint(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "repaint(QRegion)" arguments)) + +(defun |repaintNeeded| (object &rest arguments) + (%qinvoke-method object nil "repaintNeeded" arguments)) + +(defun |repaintRequested| (object &rest arguments) + (%qinvoke-method object nil "repaintRequested" arguments)) + +(defun |repaint| (object &rest arguments) + (%qinvoke-method object nil "repaint" arguments)) + +(defun |repeatAction| (object &rest arguments) + (%qinvoke-method object nil "repeatAction" arguments)) + +(defun |replace(QString)| (object &rest arguments) + (%qinvoke-method object nil "replace(QString)" arguments)) + +(defun |replace(QWebElement)| (object &rest arguments) + (%qinvoke-method object nil "replace(QWebElement)" arguments)) + +(defun |replaceWidget| (object &rest arguments) + (%qinvoke-method object nil "replaceWidget" arguments)) + +(defun |replacementLength| (object &rest arguments) + (%qinvoke-method object nil "replacementLength" arguments)) + +(defun |replacementStart| (object &rest arguments) + (%qinvoke-method object nil "replacementStart" arguments)) + +(defun |replace| (object &rest arguments) + (%qinvoke-method object nil "replace" arguments)) + +(defun |requestPhase2| (object &rest arguments) + (%qinvoke-method object nil "requestPhase2" arguments)) + +(defun |requestShowLink| (object &rest arguments) + (%qinvoke-method object nil "requestShowLink" arguments)) + +(defun |requestUpdate| (object &rest arguments) + (%qinvoke-method object nil "requestUpdate" arguments)) + +(defun |requestWidget| (object &rest arguments) + (%qinvoke-method object nil "requestWidget" arguments)) + +(defun |requestedFormat| (object &rest arguments) + (%qinvoke-method object nil "requestedFormat" arguments)) + +(defun |requestedUrl| (object &rest arguments) + (%qinvoke-method object nil "requestedUrl" arguments)) + +(defun |requiredStatus| (object &rest arguments) + (%qinvoke-method object nil "requiredStatus" arguments)) + +(defun |resetAttribute| (object &rest arguments) + (%qinvoke-method object nil "resetAttribute" arguments)) + +(defun |resetBindCount| (object &rest arguments) + (%qinvoke-method object nil "resetBindCount" arguments)) + +(defun |resetCachedContent| (object &rest arguments) + (%qinvoke-method object nil "resetCachedContent" arguments)) + +(defun |resetDefaultSectionSize| (object &rest arguments) + (%qinvoke-method object nil "resetDefaultSectionSize" arguments)) + +(defun |resetFontFamily| (object &rest arguments) + (%qinvoke-method object nil "resetFontFamily" arguments)) + +(defun |resetFontSize| (object &rest arguments) + (%qinvoke-method object nil "resetFontSize" arguments)) + +(defun |resetFormat| (object &rest arguments) + (%qinvoke-method object nil "resetFormat" arguments)) + +(defun |resetIndentation| (object &rest arguments) + (%qinvoke-method object nil "resetIndentation" arguments)) + +(defun |resetInternalData| (object &rest arguments) + (%qinvoke-method object nil "resetInternalData" arguments)) + +(defun |resetMatrix| (object &rest arguments) + (%qinvoke-method object nil "resetMatrix" arguments)) + +(defun |resetTransform| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "resetTransform" arguments)) + +(defun |reset| (object &rest arguments) + (%qinvoke-method object nil "reset" arguments)) + +(defun |resize.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "resize" arguments)) + +(defun |resizeAnchor| (object &rest arguments) + (%qinvoke-method object nil "resizeAnchor" arguments)) + +(defun |resizeColumnToContents| (object &rest arguments) + (%qinvoke-method object nil "resizeColumnToContents" arguments)) + +(defun |resizeColumnsToContents| (object &rest arguments) + (%qinvoke-method object nil "resizeColumnsToContents" arguments)) + +(defun |resizeContentsPrecision| (object &rest arguments) + (%qinvoke-method object nil "resizeContentsPrecision" arguments)) + +(defun |resizeGripsVisible| (object &rest arguments) + (%qinvoke-method object nil "resizeGripsVisible" arguments)) + +(defun |resizeMode| (object &rest arguments) + (%qinvoke-method object nil "resizeMode" arguments)) + +(defun |resizeRowToContents| (object &rest arguments) + (%qinvoke-method object nil "resizeRowToContents" arguments)) + +(defun |resizeRowsToContents| (object &rest arguments) + (%qinvoke-method object nil "resizeRowsToContents" arguments)) + +(defun |resizeSections| (object &rest arguments) + (%qinvoke-method object nil "resizeSections" arguments)) + +(defun |resizeSection| (object &rest arguments) + (%qinvoke-method object nil "resizeSection" arguments)) + +(defun |resized| (object &rest arguments) + (%qinvoke-method object nil "resized" arguments)) + +(defun |resizesToContents| (object &rest arguments) + (%qinvoke-method object nil "resizesToContents" arguments)) + +(defun |resize| (object &rest arguments) + (%qinvoke-method object nil "resize" arguments)) + +(defun |resolution| (object &rest arguments) + (%qinvoke-method object nil "resolution" arguments)) + +(defun |resolve(QString,QString...).QLibrary| (&rest arguments) + (%qinvoke-method "QLibrary" nil "resolve(QString,QString...)" arguments)) + +(defun |resolve(QString,int...).QLibrary| (&rest arguments) + (%qinvoke-method "QLibrary" nil "resolve(QString,int...)" arguments)) + +(defun |resolve.QLibrary| (&rest arguments) + (%qinvoke-method "QLibrary" nil "resolve" arguments)) + +(defun |resolveSymlinks| (object &rest arguments) + (%qinvoke-method object nil "resolveSymlinks" arguments)) + +(defun |resolved| (object &rest arguments) + (%qinvoke-method object nil "resolved" arguments)) + +(defun |resolve| (object &rest arguments) + (%qinvoke-method object nil "resolve" arguments)) + +(defun |resource| (object &rest arguments) + (%qinvoke-method object nil "resource" arguments)) + +(defun |restartCommand| (object &rest arguments) + (%qinvoke-method object nil "restartCommand" arguments)) + +(defun |restartHint| (object &rest arguments) + (%qinvoke-method object nil "restartHint" arguments)) + +(defun |restart| (object &rest arguments) + (%qinvoke-method object nil "restart" arguments)) + +(defun |restoreDockWidget| (object &rest arguments) + (%qinvoke-method object nil "restoreDockWidget" arguments)) + +(defun |restoreFrameStateRequested| (object &rest arguments) + (%qinvoke-method object nil "restoreFrameStateRequested" arguments)) + +(defun |restoreGeometry| (object &rest arguments) + (%qinvoke-method object nil "restoreGeometry" arguments)) + +(defun |restoreOverrideCursor.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "restoreOverrideCursor" arguments)) + +(defun |restoreState| (object &rest arguments) + (%qinvoke-method object nil "restoreState" arguments)) + +(defun |restore| (object &rest arguments) + (%qinvoke-method object nil "restore" arguments)) + +(defun |resultWidget| (object &rest arguments) + (%qinvoke-method object nil "resultWidget" arguments)) + +(defun |result| (object &rest arguments) + (%qinvoke-method object nil "result" arguments)) + +(defun |resume| (object &rest arguments) + (%qinvoke-method object nil "resume" arguments)) + +(defun |retainSizeWhenHidden| (object &rest arguments) + (%qinvoke-method object nil "retainSizeWhenHidden" arguments)) + +(defun |returnPressed| (object &rest arguments) + (%qinvoke-method object nil "returnPressed" arguments)) + +(defun |revertAll| (object &rest arguments) + (%qinvoke-method object nil "revertAll" arguments)) + +(defun |revertRow| (object &rest arguments) + (%qinvoke-method object nil "revertRow" arguments)) + +(defun |revert| (object &rest arguments) + (%qinvoke-method object nil "revert" arguments)) + +(defun |revision| (object &rest arguments) + (%qinvoke-method object nil "revision" arguments)) + +(defun |rgbSwapped| (object &rest arguments) + (%qinvoke-method object nil "rgbSwapped" arguments)) + +(defun |rgba| (object &rest arguments) + (%qinvoke-method object nil "rgba" arguments)) + +(defun |rgb| (object &rest arguments) + (%qinvoke-method object nil "rgb" arguments)) + +(defun |rightBearing| (object &rest arguments) + (%qinvoke-method object nil "rightBearing" arguments)) + +(defun |rightColumn| (object &rest arguments) + (%qinvoke-method object nil "rightColumn" arguments)) + +(defun |rightCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "rightCursorPosition" arguments)) + +(defun |rightMargin| (object &rest arguments) + (%qinvoke-method object nil "rightMargin" arguments)) + +(defun |rightPadding| (object &rest arguments) + (%qinvoke-method object nil "rightPadding" arguments)) + +(defun |right| (object &rest arguments) + (%qinvoke-method object nil "right" arguments)) + +(defun |rmdir| (object &rest arguments) + (%qinvoke-method object nil "rmdir" arguments)) + +(defun |rmpath| (object &rest arguments) + (%qinvoke-method object nil "rmpath" arguments)) + +(defun |role| (object &rest arguments) + (%qinvoke-method object nil "role" arguments)) + +(defun |rollbackTransaction| (object &rest arguments) + (%qinvoke-method object nil "rollbackTransaction" arguments)) + +(defun |rollback| (object &rest arguments) + (%qinvoke-method object nil "rollback" arguments)) + +(defun |root.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "root" arguments)) + +(defun |rootDirectory| (object &rest arguments) + (%qinvoke-method object nil "rootDirectory" arguments)) + +(defun |rootFrame| (object &rest arguments) + (%qinvoke-method object nil "rootFrame" arguments)) + +(defun |rootIndex| (object &rest arguments) + (%qinvoke-method object nil "rootIndex" arguments)) + +(defun |rootIsDecorated| (object &rest arguments) + (%qinvoke-method object nil "rootIsDecorated" arguments)) + +(defun |rootModelIndex| (object &rest arguments) + (%qinvoke-method object nil "rootModelIndex" arguments)) + +(defun |rootPath.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "rootPath" arguments)) + +(defun |rootPathChanged| (object &rest arguments) + (%qinvoke-method object nil "rootPathChanged" arguments)) + +(defun |rootPath| (object &rest arguments) + (%qinvoke-method object nil "rootPath" arguments)) + +(defun |rotateRadians| (object &rest arguments) + (%qinvoke-method object nil "rotateRadians" arguments)) + +(defun |rotatedVector| (object &rest arguments) + (%qinvoke-method object nil "rotatedVector" arguments)) + +(defun |rotate| (object &rest arguments) + (%qinvoke-method object nil "rotate" arguments)) + +(defun |rotationAngle| (object &rest arguments) + (%qinvoke-method object nil "rotationAngle" arguments)) + +(defun |rotationChanged| (object &rest arguments) + (%qinvoke-method object nil "rotationChanged" arguments)) + +(defun |rotationTo.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "rotationTo" arguments)) + +(defun |rotation| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "rotation" arguments)) + +(defun |rowAlignment| (object &rest arguments) + (%qinvoke-method object nil "rowAlignment" arguments)) + +(defun |rowAt| (object &rest arguments) + (%qinvoke-method object nil "rowAt" arguments)) + +(defun |rowCountChanged| (object &rest arguments) + (%qinvoke-method object nil "rowCountChanged" arguments)) + +(defun |rowCount| (object &rest arguments) + (%qinvoke-method object nil "rowCount" arguments)) + +(defun |rowEnd| (object &rest arguments) + (%qinvoke-method object nil "rowEnd" arguments)) + +(defun |rowHeight| (object &rest arguments) + (%qinvoke-method object nil "rowHeight" arguments)) + +(defun |rowIntersectsSelection| (object &rest arguments) + (%qinvoke-method object nil "rowIntersectsSelection" arguments)) + +(defun |rowMaximumHeight| (object &rest arguments) + (%qinvoke-method object nil "rowMaximumHeight" arguments)) + +(defun |rowMinimumHeight| (object &rest arguments) + (%qinvoke-method object nil "rowMinimumHeight" arguments)) + +(defun |rowMoved| (object &rest arguments) + (%qinvoke-method object nil "rowMoved" arguments)) + +(defun |rowPreferredHeight| (object &rest arguments) + (%qinvoke-method object nil "rowPreferredHeight" arguments)) + +(defun |rowResized| (object &rest arguments) + (%qinvoke-method object nil "rowResized" arguments)) + +(defun |rowSpacing| (object &rest arguments) + (%qinvoke-method object nil "rowSpacing" arguments)) + +(defun |rowSpan| (object &rest arguments) + (%qinvoke-method object nil "rowSpan" arguments)) + +(defun |rowStart| (object &rest arguments) + (%qinvoke-method object nil "rowStart" arguments)) + +(defun |rowStretchFactor| (object &rest arguments) + (%qinvoke-method object nil "rowStretchFactor" arguments)) + +(defun |rowStretch| (object &rest arguments) + (%qinvoke-method object nil "rowStretch" arguments)) + +(defun |rowViewportPosition| (object &rest arguments) + (%qinvoke-method object nil "rowViewportPosition" arguments)) + +(defun |rowWrapPolicy| (object &rest arguments) + (%qinvoke-method object nil "rowWrapPolicy" arguments)) + +(defun |rowsAboutToBeInserted| (object &rest arguments) + (%qinvoke-method object nil "rowsAboutToBeInserted" arguments)) + +(defun |rowsAboutToBeMoved| (object &rest arguments) + (%qinvoke-method object nil "rowsAboutToBeMoved" arguments)) + +(defun |rowsAboutToBeRemoved| (object &rest arguments) + (%qinvoke-method object nil "rowsAboutToBeRemoved" arguments)) + +(defun |rowsInserted| (object &rest arguments) + (%qinvoke-method object nil "rowsInserted" arguments)) + +(defun |rowsMoved| (object &rest arguments) + (%qinvoke-method object nil "rowsMoved" arguments)) + +(defun |rowsRemoved| (object &rest arguments) + (%qinvoke-method object nil "rowsRemoved" arguments)) + +(defun |rows| (object &rest arguments) + (%qinvoke-method object nil "rows" arguments)) + +(defun |row| (object &rest arguments) + (%qinvoke-method object nil "row" arguments)) + +(defun |rubberBandChanged| (object &rest arguments) + (%qinvoke-method object nil "rubberBandChanged" arguments)) + +(defun |rubberBandRect| (object &rest arguments) + (%qinvoke-method object nil "rubberBandRect" arguments)) + +(defun |rubberBandSelectionMode| (object &rest arguments) + (%qinvoke-method object nil "rubberBandSelectionMode" arguments)) + +(defun |runningChanged| (object &rest arguments) + (%qinvoke-method object nil "runningChanged" arguments)) + +(defun |run| (object &rest arguments) + (%qinvoke-method object nil "run" arguments)) + +(defun |sampleBuffers| (object &rest arguments) + (%qinvoke-method object nil "sampleBuffers" arguments)) + +(defun |samples| (object &rest arguments) + (%qinvoke-method object nil "samples" arguments)) + +(defun |saturationF| (object &rest arguments) + (%qinvoke-method object nil "saturationF" arguments)) + +(defun |saturation| (object &rest arguments) + (%qinvoke-method object nil "saturation" arguments)) + +(defun |saveFrameStateRequested| (object &rest arguments) + (%qinvoke-method object nil "saveFrameStateRequested" arguments)) + +(defun |saveGeometry| (object &rest arguments) + (%qinvoke-method object nil "saveGeometry" arguments)) + +(defun |saveStateRequest| (object &rest arguments) + (%qinvoke-method object nil "saveStateRequest" arguments)) + +(defun |saveState| (object &rest arguments) + (%qinvoke-method object nil "saveState" arguments)) + +(defun |save| (object &rest arguments) + (%qinvoke-method object nil "save" arguments)) + +(defun |scalar| (object &rest arguments) + (%qinvoke-method object nil "scalar" arguments)) + +(defun |scale(QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "scale(QVector3D)" arguments)) + +(defun |scale(float)| (object &rest arguments) + (%qinvoke-method object nil "scale(float)" arguments)) + +(defun |scaleChanged| (object &rest arguments) + (%qinvoke-method object nil "scaleChanged" arguments)) + +(defun |scaleFactor| (object &rest arguments) + (%qinvoke-method object nil "scaleFactor" arguments)) + +(defun |scaled(QSize...)| (object &rest arguments) + (%qinvoke-method object nil "scaled(QSize...)" arguments)) + +(defun |scaled(int...)| (object &rest arguments) + (%qinvoke-method object nil "scaled(int...)" arguments)) + +(defun |scaledSize| (object &rest arguments) + (%qinvoke-method object nil "scaledSize" arguments)) + +(defun |scaledToHeight| (object &rest arguments) + (%qinvoke-method object nil "scaledToHeight" arguments)) + +(defun |scaledToWidth| (object &rest arguments) + (%qinvoke-method object nil "scaledToWidth" arguments)) + +(defun |scaled| (object &rest arguments) + (%qinvoke-method object nil "scaled" arguments)) + +(defun |scale| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "scale" arguments)) + +(defun |sceneBoundingRect| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "sceneBoundingRect" arguments)) + +(defun |scenePos| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "scenePos" arguments)) + +(defun |sceneRectChanged| (object &rest arguments) + (%qinvoke-method object nil "sceneRectChanged" arguments)) + +(defun |sceneRect| (object &rest arguments) + (%qinvoke-method object nil "sceneRect" arguments)) + +(defun |sceneTransform| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "sceneTransform" arguments)) + +(defun |scene| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "scene" arguments)) + +(defun |scheduleDelayedItemsLayout| (object &rest arguments) + (%qinvoke-method object nil "scheduleDelayedItemsLayout" arguments)) + +(defun |scheme| (object &rest arguments) + (%qinvoke-method object nil "scheme" arguments)) + +(defun |scopeId| (object &rest arguments) + (%qinvoke-method object nil "scopeId" arguments)) + +(defun |scope| (object &rest arguments) + (%qinvoke-method object nil "scope" arguments)) + +(defun |screenAdded| (object &rest arguments) + (%qinvoke-method object nil "screenAdded" arguments)) + +(defun |screenCountChanged| (object &rest arguments) + (%qinvoke-method object nil "screenCountChanged" arguments)) + +(defun |screenCount| (object &rest arguments) + (%qinvoke-method object nil "screenCount" arguments)) + +(defun |screenGeometry(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "screenGeometry(QPoint)" arguments)) + +(defun |screenGeometry(const QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "screenGeometry(const QWidget*)" arguments)) + +(defun |screenGeometry(int)| (object &rest arguments) + (%qinvoke-method object nil "screenGeometry(int)" arguments)) + +(defun |screenGeometry| (object &rest arguments) + (%qinvoke-method object nil "screenGeometry" arguments)) + +(defun |screenNumber(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "screenNumber(QPoint)" arguments)) + +(defun |screenNumber(const QWidget*)| (object &rest arguments) + (%qinvoke-method object nil "screenNumber(const QWidget*)" arguments)) + +(defun |screenNumber| (object &rest arguments) + (%qinvoke-method object nil "screenNumber" arguments)) + +(defun |screenPos| (object &rest arguments) + (%qinvoke-method object nil "screenPos" arguments)) + +(defun |screenRemoved| (object &rest arguments) + (%qinvoke-method object nil "screenRemoved" arguments)) + +(defun |screens.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "screens" arguments)) + +(defun |screen| (object &rest arguments) + (%qinvoke-method object nil "screen" arguments)) + +(defun |scriptToString.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "scriptToString" arguments)) + +(defun |script| (object &rest arguments) + (%qinvoke-method object nil "script" arguments)) + +(defun |scrollBarGeometry| (object &rest arguments) + (%qinvoke-method object nil "scrollBarGeometry" arguments)) + +(defun |scrollBarMaximum| (object &rest arguments) + (%qinvoke-method object nil "scrollBarMaximum" arguments)) + +(defun |scrollBarMinimum| (object &rest arguments) + (%qinvoke-method object nil "scrollBarMinimum" arguments)) + +(defun |scrollBarPolicy| (object &rest arguments) + (%qinvoke-method object nil "scrollBarPolicy" arguments)) + +(defun |scrollBarValue| (object &rest arguments) + (%qinvoke-method object nil "scrollBarValue" arguments)) + +(defun |scrollBarWidgets| (object &rest arguments) + (%qinvoke-method object nil "scrollBarWidgets" arguments)) + +(defun |scrollDirtyRegion| (object &rest arguments) + (%qinvoke-method object nil "scrollDirtyRegion" arguments)) + +(defun |scrollPosition| (object &rest arguments) + (%qinvoke-method object nil "scrollPosition" arguments)) + +(defun |scrollRequested| (object &rest arguments) + (%qinvoke-method object nil "scrollRequested" arguments)) + +(defun |scrollToAnchor| (object &rest arguments) + (%qinvoke-method object nil "scrollToAnchor" arguments)) + +(defun |scrollToBottom| (object &rest arguments) + (%qinvoke-method object nil "scrollToBottom" arguments)) + +(defun |scrollToItem| (object &rest arguments) + (%qinvoke-method object nil "scrollToItem" arguments)) + +(defun |scrollToTop| (object &rest arguments) + (%qinvoke-method object nil "scrollToTop" arguments)) + +(defun |scrollTo| (object &rest arguments) + (%qinvoke-method object nil "scrollTo" arguments)) + +(defun |scroll| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "scroll" arguments)) + +(defun |searchPaths.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "searchPaths" arguments)) + +(defun |searchPaths| (object &rest arguments) + (%qinvoke-method object nil "searchPaths" arguments)) + +(defun |searchingFinished| (object &rest arguments) + (%qinvoke-method object nil "searchingFinished" arguments)) + +(defun |searchingStarted| (object &rest arguments) + (%qinvoke-method object nil "searchingStarted" arguments)) + +(defun |search| (object &rest arguments) + (%qinvoke-method object nil "search" arguments)) + +(defun |second| (object &rest arguments) + (%qinvoke-method object nil "second" arguments)) + +(defun |secsTo| (object &rest arguments) + (%qinvoke-method object nil "secsTo" arguments)) + +(defun |sectionAt| (object &rest arguments) + (%qinvoke-method object nil "sectionAt" arguments)) + +(defun |sectionClicked| (object &rest arguments) + (%qinvoke-method object nil "sectionClicked" arguments)) + +(defun |sectionCountChanged| (object &rest arguments) + (%qinvoke-method object nil "sectionCountChanged" arguments)) + +(defun |sectionCount| (object &rest arguments) + (%qinvoke-method object nil "sectionCount" arguments)) + +(defun |sectionDoubleClicked| (object &rest arguments) + (%qinvoke-method object nil "sectionDoubleClicked" arguments)) + +(defun |sectionEntered| (object &rest arguments) + (%qinvoke-method object nil "sectionEntered" arguments)) + +(defun |sectionHandleDoubleClicked| (object &rest arguments) + (%qinvoke-method object nil "sectionHandleDoubleClicked" arguments)) + +(defun |sectionMoved| (object &rest arguments) + (%qinvoke-method object nil "sectionMoved" arguments)) + +(defun |sectionPosition| (object &rest arguments) + (%qinvoke-method object nil "sectionPosition" arguments)) + +(defun |sectionPressed| (object &rest arguments) + (%qinvoke-method object nil "sectionPressed" arguments)) + +(defun |sectionResizeMode| (object &rest arguments) + (%qinvoke-method object nil "sectionResizeMode" arguments)) + +(defun |sectionResized| (object &rest arguments) + (%qinvoke-method object nil "sectionResized" arguments)) + +(defun |sectionSizeHint| (object &rest arguments) + (%qinvoke-method object nil "sectionSizeHint" arguments)) + +(defun |sectionSize| (object &rest arguments) + (%qinvoke-method object nil "sectionSize" arguments)) + +(defun |sectionText| (object &rest arguments) + (%qinvoke-method object nil "sectionText" arguments)) + +(defun |sectionViewportPosition| (object &rest arguments) + (%qinvoke-method object nil "sectionViewportPosition" arguments)) + +(defun |sectionsAboutToBeRemoved| (object &rest arguments) + (%qinvoke-method object nil "sectionsAboutToBeRemoved" arguments)) + +(defun |sectionsClickable| (object &rest arguments) + (%qinvoke-method object nil "sectionsClickable" arguments)) + +(defun |sectionsHidden| (object &rest arguments) + (%qinvoke-method object nil "sectionsHidden" arguments)) + +(defun |sectionsInserted| (object &rest arguments) + (%qinvoke-method object nil "sectionsInserted" arguments)) + +(defun |sectionsMovable| (object &rest arguments) + (%qinvoke-method object nil "sectionsMovable" arguments)) + +(defun |sectionsMoved| (object &rest arguments) + (%qinvoke-method object nil "sectionsMoved" arguments)) + +(defun |securityOrigin| (object &rest arguments) + (%qinvoke-method object nil "securityOrigin" arguments)) + +(defun |seek| (object &rest arguments) + (%qinvoke-method object nil "seek" arguments)) + +(defun |segmentStyle| (object &rest arguments) + (%qinvoke-method object nil "segmentStyle" arguments)) + +(defun |select(QItemSelection...)| (object &rest arguments) + (%qinvoke-method object nil "select(QItemSelection...)" arguments)) + +(defun |select(QModelIndex...)| (object &rest arguments) + (%qinvoke-method object nil "select(QModelIndex...)" arguments)) + +(defun |selectAll| (object &rest arguments) + (%qinvoke-method object nil "selectAll" arguments)) + +(defun |selectColumn| (object &rest arguments) + (%qinvoke-method object nil "selectColumn" arguments)) + +(defun |selectFile| (object &rest arguments) + (%qinvoke-method object nil "selectFile" arguments)) + +(defun |selectMimeTypeFilter| (object &rest arguments) + (%qinvoke-method object nil "selectMimeTypeFilter" arguments)) + +(defun |selectNameFilter| (object &rest arguments) + (%qinvoke-method object nil "selectNameFilter" arguments)) + +(defun |selectRow| (object &rest arguments) + (%qinvoke-method object nil "selectRow" arguments)) + +(defun |selectUrl| (object &rest arguments) + (%qinvoke-method object nil "selectUrl" arguments)) + +(defun |selectedColor| (object &rest arguments) + (%qinvoke-method object nil "selectedColor" arguments)) + +(defun |selectedColumns| (object &rest arguments) + (%qinvoke-method object nil "selectedColumns" arguments)) + +(defun |selectedDate| (object &rest arguments) + (%qinvoke-method object nil "selectedDate" arguments)) + +(defun |selectedFiles| (object &rest arguments) + (%qinvoke-method object nil "selectedFiles" arguments)) + +(defun |selectedFont| (object &rest arguments) + (%qinvoke-method object nil "selectedFont" arguments)) + +(defun |selectedHtml| (object &rest arguments) + (%qinvoke-method object nil "selectedHtml" arguments)) + +(defun |selectedIndexes| (object &rest arguments) + (%qinvoke-method object nil "selectedIndexes" arguments)) + +(defun |selectedItems| (object &rest arguments) + (%qinvoke-method object nil "selectedItems" arguments)) + +(defun |selectedNameFilter| (object &rest arguments) + (%qinvoke-method object nil "selectedNameFilter" arguments)) + +(defun |selectedRanges| (object &rest arguments) + (%qinvoke-method object nil "selectedRanges" arguments)) + +(defun |selectedRows| (object &rest arguments) + (%qinvoke-method object nil "selectedRows" arguments)) + +(defun |selectedText| (object &rest arguments) + (%qinvoke-method object nil "selectedText" arguments)) + +(defun |selectedUrls| (object &rest arguments) + (%qinvoke-method object nil "selectedUrls" arguments)) + +(defun |selectionArea| (object &rest arguments) + (%qinvoke-method object nil "selectionArea" arguments)) + +(defun |selectionBehaviorOnRemove| (object &rest arguments) + (%qinvoke-method object nil "selectionBehaviorOnRemove" arguments)) + +(defun |selectionBehavior| (object &rest arguments) + (%qinvoke-method object nil "selectionBehavior" arguments)) + +(defun |selectionChanged| (object &rest arguments) + (%qinvoke-method object nil "selectionChanged" arguments)) + +(defun |selectionEnd| (object &rest arguments) + (%qinvoke-method object nil "selectionEnd" arguments)) + +(defun |selectionModel| (object &rest arguments) + (%qinvoke-method object nil "selectionModel" arguments)) + +(defun |selectionMode| (object &rest arguments) + (%qinvoke-method object nil "selectionMode" arguments)) + +(defun |selectionStart| (object &rest arguments) + (%qinvoke-method object nil "selectionStart" arguments)) + +(defun |selection| (object &rest arguments) + (%qinvoke-method object nil "selection" arguments)) + +(defun |select| (object &rest arguments) + (%qinvoke-method object nil "select" arguments)) + +(defun |sendEvent.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "sendEvent" arguments)) + +(defun |sendEvent| (object &rest arguments) + (%qinvoke-method object nil "sendEvent" arguments)) + +(defun |sendPostedEvents.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "sendPostedEvents" arguments)) + +(defun |senderObjectChanged| (object &rest arguments) + (%qinvoke-method object nil "senderObjectChanged" arguments)) + +(defun |senderObject| (object &rest arguments) + (%qinvoke-method object nil "senderObject" arguments)) + +(defun |senderSignalIndex| (object &rest arguments) + (%qinvoke-method object nil "senderSignalIndex" arguments)) + +(defun |sender| (object &rest arguments) + (%qinvoke-method object nil "sender" arguments)) + +(defun |separator.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "separator" arguments)) + +(defun |separatorsCollapsible| (object &rest arguments) + (%qinvoke-method object nil "separatorsCollapsible" arguments)) + +(defun |sessionCipher| (object &rest arguments) + (%qinvoke-method object nil "sessionCipher" arguments)) + +(defun |sessionId| (object &rest arguments) + (%qinvoke-method object nil "sessionId" arguments)) + +(defun |sessionKey| (object &rest arguments) + (%qinvoke-method object nil "sessionKey" arguments)) + +(defun |sessionProtocol| (object &rest arguments) + (%qinvoke-method object nil "sessionProtocol" arguments)) + +(defun |sessionTicketLifeTimeHint| (object &rest arguments) + (%qinvoke-method object nil "sessionTicketLifeTimeHint" arguments)) + +(defun |sessionTicket| (object &rest arguments) + (%qinvoke-method object nil "sessionTicket" arguments)) + +(defun |setAccelerated| (object &rest arguments) + (%qinvoke-method object nil "setAccelerated" arguments)) + +(defun |setAcceleration| (object &rest arguments) + (%qinvoke-method object nil "setAcceleration" arguments)) + +(defun |setAcceptDrops| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setAcceptDrops" arguments)) + +(defun |setAcceptHoverEvents| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setAcceptHoverEvents" arguments)) + +(defun |setAcceptMode| (object &rest arguments) + (%qinvoke-method object nil "setAcceptMode" arguments)) + +(defun |setAcceptRichText| (object &rest arguments) + (%qinvoke-method object nil "setAcceptRichText" arguments)) + +(defun |setAcceptTouchEvents| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setAcceptTouchEvents" arguments)) + +(defun |setAccepted(QGesture*...)| (object &rest arguments) + (%qinvoke-method object nil "setAccepted(QGesture*...)" arguments)) + +(defun |setAccepted(Qt::GestureType...)| (object &rest arguments) + (%qinvoke-method object nil "setAccepted(Qt::GestureType...)" arguments)) + +(defun |setAcceptedMouseButtons| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setAcceptedMouseButtons" arguments)) + +(defun |setAccepted| (object &rest arguments) + (%qinvoke-method object nil "setAccepted" arguments)) + +(defun |setAccessibleDescription| (object &rest arguments) + (%qinvoke-method object nil "setAccessibleDescription" arguments)) + +(defun |setAccessibleName| (object &rest arguments) + (%qinvoke-method object nil "setAccessibleName" arguments)) + +(defun |setAccessibleText| (object &rest arguments) + (%qinvoke-method object nil "setAccessibleText" arguments)) + +(defun |setAccumBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setAccumBufferSize" arguments)) + +(defun |setAccum| (object &rest arguments) + (%qinvoke-method object nil "setAccum" arguments)) + +(defun |setActionGroup| (object &rest arguments) + (%qinvoke-method object nil "setActionGroup" arguments)) + +(defun |setActivationOrder| (object &rest arguments) + (%qinvoke-method object nil "setActivationOrder" arguments)) + +(defun |setActiveAction| (object &rest arguments) + (%qinvoke-method object nil "setActiveAction" arguments)) + +(defun |setActivePanel| (object &rest arguments) + (%qinvoke-method object nil "setActivePanel" arguments)) + +(defun |setActiveStack| (object &rest arguments) + (%qinvoke-method object nil "setActiveStack" arguments)) + +(defun |setActiveSubWindow| (object &rest arguments) + (%qinvoke-method object nil "setActiveSubWindow" arguments)) + +(defun |setActiveWindow.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setActiveWindow" arguments)) + +(defun |setActiveWindow| (object &rest arguments) + (%qinvoke-method object nil "setActiveWindow" arguments)) + +(defun |setActive| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setActive" arguments)) + +(defun |setActualVisibleContentRect| (object &rest arguments) + (%qinvoke-method object nil "setActualVisibleContentRect" arguments)) + +(defun |setAddress(QHostAddress*,QString)| (object &rest arguments) + (%qinvoke-method object nil "setAddress(QHostAddress*,QString)" arguments)) + +(defun |setAddress(QHostAddress*,Q_IPV6ADDR)| (object &rest arguments) + (%qinvoke-method object nil "setAddress(QHostAddress*,Q_IPV6ADDR)" arguments)) + +(defun |setAddress(QHostAddress*,const quint8*)| (object &rest arguments) + (%qinvoke-method object nil "setAddress(QHostAddress*,const quint8*)" arguments)) + +(defun |setAddress(QHostAddress*,const sockaddr*)| (object &rest arguments) + (%qinvoke-method object nil "setAddress(QHostAddress*,const sockaddr*)" arguments)) + +(defun |setAddress(QHostAddress*,quint8*)| (object &rest arguments) + (%qinvoke-method object nil "setAddress(QHostAddress*,quint8*)" arguments)) + +(defun |setAddress| (object &rest arguments) + (%qinvoke-method object nil "setAddress" arguments)) + +(defun |setAlignment(QLayout*...)| (object &rest arguments) + (%qinvoke-method object nil "setAlignment(QLayout*...)" arguments)) + +(defun |setAlignment(QWidget*...)| (object &rest arguments) + (%qinvoke-method object nil "setAlignment(QWidget*...)" arguments)) + +(defun |setAlignment| (object &rest arguments) + (%qinvoke-method object nil "setAlignment" arguments)) + +(defun |setAllColumnsShowFocus| (object &rest arguments) + (%qinvoke-method object nil "setAllColumnsShowFocus" arguments)) + +(defun |setAllPagesViewMode| (object &rest arguments) + (%qinvoke-method object nil "setAllPagesViewMode" arguments)) + +(defun |setAllowedAreas| (object &rest arguments) + (%qinvoke-method object nil "setAllowedAreas" arguments)) + +(defun |setAllowedNextProtocols| (object &rest arguments) + (%qinvoke-method object nil "setAllowedNextProtocols" arguments)) + +(defun |setAlphaBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setAlphaBufferSize" arguments)) + +(defun |setAlphaF| (object &rest arguments) + (%qinvoke-method object nil "setAlphaF" arguments)) + +(defun |setAlpha| (object &rest arguments) + (%qinvoke-method object nil "setAlpha" arguments)) + +(defun |setAlternatingRowColors| (object &rest arguments) + (%qinvoke-method object nil "setAlternatingRowColors" arguments)) + +(defun |setAmplitude| (object &rest arguments) + (%qinvoke-method object nil "setAmplitude" arguments)) + +(defun |setAnchorHref| (object &rest arguments) + (%qinvoke-method object nil "setAnchorHref" arguments)) + +(defun |setAnchorNames| (object &rest arguments) + (%qinvoke-method object nil "setAnchorNames" arguments)) + +(defun |setAnchor| (object &rest arguments) + (%qinvoke-method object nil "setAnchor" arguments)) + +(defun |setAngle| (object &rest arguments) + (%qinvoke-method object nil "setAngle" arguments)) + +(defun |setAnimated| (object &rest arguments) + (%qinvoke-method object nil "setAnimated" arguments)) + +(defun |setApplicationCacheQuota| (object &rest arguments) + (%qinvoke-method object nil "setApplicationCacheQuota" arguments)) + +(defun |setApplicationDisplayName.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setApplicationDisplayName" arguments)) + +(defun |setApplicationName.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setApplicationName" arguments)) + +(defun |setApplicationProxy.QNetworkCookie| (&rest arguments) + (%qinvoke-method "QNetworkCookie" nil "setApplicationProxy" arguments)) + +(defun |setApplicationProxyFactory.QNetworkInterface| (&rest arguments) + (%qinvoke-method "QNetworkInterface" nil "setApplicationProxyFactory" arguments)) + +(defun |setApplicationVersion.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setApplicationVersion" arguments)) + +(defun |setArguments| (object &rest arguments) + (%qinvoke-method object nil "setArguments" arguments)) + +(defun |setArrayIndex| (object &rest arguments) + (%qinvoke-method object nil "setArrayIndex" arguments)) + +(defun |setArrowType| (object &rest arguments) + (%qinvoke-method object nil "setArrowType" arguments)) + +(defun |setAttachment| (object &rest arguments) + (%qinvoke-method object nil "setAttachment" arguments)) + +(defun |setAttribute.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setAttribute" arguments)) + +(defun |setAttributeArray(const char*,const QVector2D*)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*,const QVector2D*)" arguments)) + +(defun |setAttributeArray(const char*,const QVector2D*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*,const QVector2D*...)" arguments)) + +(defun |setAttributeArray(const char*,const QVector3D*)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*,const QVector3D*)" arguments)) + +(defun |setAttributeArray(const char*,const QVector3D*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*,const QVector3D*...)" arguments)) + +(defun |setAttributeArray(const char*,const QVector4D*)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*,const QVector4D*)" arguments)) + +(defun |setAttributeArray(const char*,const QVector4D*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*,const QVector4D*...)" arguments)) + +(defun |setAttributeArray(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(const char*...)" arguments)) + +(defun |setAttributeArray(int,const QVector2D*)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int,const QVector2D*)" arguments)) + +(defun |setAttributeArray(int,const QVector2D*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int,const QVector2D*...)" arguments)) + +(defun |setAttributeArray(int,const QVector3D*)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int,const QVector3D*)" arguments)) + +(defun |setAttributeArray(int,const QVector3D*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int,const QVector3D*...)" arguments)) + +(defun |setAttributeArray(int,const QVector4D*)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int,const QVector4D*)" arguments)) + +(defun |setAttributeArray(int,const QVector4D*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int,const QVector4D*...)" arguments)) + +(defun |setAttributeArray(int...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray(int...)" arguments)) + +(defun |setAttributeArray| (object &rest arguments) + (%qinvoke-method object nil "setAttributeArray" arguments)) + +(defun |setAttributeBuffer(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeBuffer(const char*...)" arguments)) + +(defun |setAttributeBuffer(int...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeBuffer(int...)" arguments)) + +(defun |setAttributeBuffer| (object &rest arguments) + (%qinvoke-method object nil "setAttributeBuffer" arguments)) + +(defun |setAttributeNS| (object &rest arguments) + (%qinvoke-method object nil "setAttributeNS" arguments)) + +(defun |setAttributeValue(const char*,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,GLfloat)" arguments)) + +(defun |setAttributeValue(const char*,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QColor)" arguments)) + +(defun |setAttributeValue(const char*,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QVector2D)" arguments)) + +(defun |setAttributeValue(const char*,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QVector3D)" arguments)) + +(defun |setAttributeValue(const char*,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QVector4D)" arguments)) + +(defun |setAttributeValue(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*...)" arguments)) + +(defun |setAttributeValue(int,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,GLfloat)" arguments)) + +(defun |setAttributeValue(int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QColor)" arguments)) + +(defun |setAttributeValue(int,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QVector2D)" arguments)) + +(defun |setAttributeValue(int,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QVector3D)" arguments)) + +(defun |setAttributeValue(int,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QVector4D)" arguments)) + +(defun |setAttributeValue(int...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int...)" arguments)) + +(defun |setAttributeValue| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue" arguments)) + +(defun |setAttribute| (object &rest arguments) + (%qinvoke-method object nil "setAttribute" arguments)) + +(defun |setAuthority| (object &rest arguments) + (%qinvoke-method object nil "setAuthority" arguments)) + +(defun |setAutoBufferSwap| (object &rest arguments) + (%qinvoke-method object nil "setAutoBufferSwap" arguments)) + +(defun |setAutoClose| (object &rest arguments) + (%qinvoke-method object nil "setAutoClose" arguments)) + +(defun |setAutoDefault| (object &rest arguments) + (%qinvoke-method object nil "setAutoDefault" arguments)) + +(defun |setAutoDelete| (object &rest arguments) + (%qinvoke-method object nil "setAutoDelete" arguments)) + +(defun |setAutoExclusive| (object &rest arguments) + (%qinvoke-method object nil "setAutoExclusive" arguments)) + +(defun |setAutoExpandDelay| (object &rest arguments) + (%qinvoke-method object nil "setAutoExpandDelay" arguments)) + +(defun |setAutoFillBackground| (object &rest arguments) + (%qinvoke-method object nil "setAutoFillBackground" arguments)) + +(defun |setAutoFormatting| (object &rest arguments) + (%qinvoke-method object nil "setAutoFormatting" arguments)) + +(defun |setAutoHide| (object &rest arguments) + (%qinvoke-method object nil "setAutoHide" arguments)) + +(defun |setAutoRaise| (object &rest arguments) + (%qinvoke-method object nil "setAutoRaise" arguments)) + +(defun |setAutoRepeatDelay| (object &rest arguments) + (%qinvoke-method object nil "setAutoRepeatDelay" arguments)) + +(defun |setAutoRepeatInterval| (object &rest arguments) + (%qinvoke-method object nil "setAutoRepeatInterval" arguments)) + +(defun |setAutoRepeat| (object &rest arguments) + (%qinvoke-method object nil "setAutoRepeat" arguments)) + +(defun |setAutoReset| (object &rest arguments) + (%qinvoke-method object nil "setAutoReset" arguments)) + +(defun |setAutoSaveFilter| (object &rest arguments) + (%qinvoke-method object nil "setAutoSaveFilter" arguments)) + +(defun |setAutoScrollMargin| (object &rest arguments) + (%qinvoke-method object nil "setAutoScrollMargin" arguments)) + +(defun |setAutoScroll| (object &rest arguments) + (%qinvoke-method object nil "setAutoScroll" arguments)) + +(defun |setAutoSipEnabled| (object &rest arguments) + (%qinvoke-method object nil "setAutoSipEnabled" arguments)) + +(defun |setAutoValue| (object &rest arguments) + (%qinvoke-method object nil "setAutoValue" arguments)) + +(defun |setAxis(QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setAxis(QVector3D)" arguments)) + +(defun |setAxis(Qt::Axis)| (object &rest arguments) + (%qinvoke-method object nil "setAxis(Qt::Axis)" arguments)) + +(defun |setAxis| (object &rest arguments) + (%qinvoke-method object nil "setAxis" arguments)) + +(defun |setBackgroundBrush| (object &rest arguments) + (%qinvoke-method object nil "setBackgroundBrush" arguments)) + +(defun |setBackgroundColor| (object &rest arguments) + (%qinvoke-method object nil "setBackgroundColor" arguments)) + +(defun |setBackgroundMode| (object &rest arguments) + (%qinvoke-method object nil "setBackgroundMode" arguments)) + +(defun |setBackgroundRole| (object &rest arguments) + (%qinvoke-method object nil "setBackgroundRole" arguments)) + +(defun |setBackgroundVisible| (object &rest arguments) + (%qinvoke-method object nil "setBackgroundVisible" arguments)) + +(defun |setBackground| (object &rest arguments) + (%qinvoke-method object nil "setBackground" arguments)) + +(defun |setBar| (object &rest arguments) + (%qinvoke-method object nil "setBar" arguments)) + +(defun |setBaseSize| (object &rest arguments) + (%qinvoke-method object nil "setBaseSize" arguments)) + +(defun |setBaseUrl| (object &rest arguments) + (%qinvoke-method object nil "setBaseUrl" arguments)) + +(defun |setBatchSize| (object &rest arguments) + (%qinvoke-method object nil "setBatchSize" arguments)) + +(defun |setBinMode| (object &rest arguments) + (%qinvoke-method object nil "setBinMode" arguments)) + +(defun |setBit| (object &rest arguments) + (%qinvoke-method object nil "setBit" arguments)) + +(defun |setBlockCharFormat| (object &rest arguments) + (%qinvoke-method object nil "setBlockCharFormat" arguments)) + +(defun |setBlockFormat| (object &rest arguments) + (%qinvoke-method object nil "setBlockFormat" arguments)) + +(defun |setBlueBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setBlueBufferSize" arguments)) + +(defun |setBlueF| (object &rest arguments) + (%qinvoke-method object nil "setBlueF" arguments)) + +(defun |setBlue| (object &rest arguments) + (%qinvoke-method object nil "setBlue" arguments)) + +(defun |setBlurHints| (object &rest arguments) + (%qinvoke-method object nil "setBlurHints" arguments)) + +(defun |setBlurRadius| (object &rest arguments) + (%qinvoke-method object nil "setBlurRadius" arguments)) + +(defun |setBold| (object &rest arguments) + (%qinvoke-method object nil "setBold" arguments)) + +(defun |setBorderBrush| (object &rest arguments) + (%qinvoke-method object nil "setBorderBrush" arguments)) + +(defun |setBorderStyle| (object &rest arguments) + (%qinvoke-method object nil "setBorderStyle" arguments)) + +(defun |setBorder| (object &rest arguments) + (%qinvoke-method object nil "setBorder" arguments)) + +(defun |setBottomMargin| (object &rest arguments) + (%qinvoke-method object nil "setBottomMargin" arguments)) + +(defun |setBottomPadding| (object &rest arguments) + (%qinvoke-method object nil "setBottomPadding" arguments)) + +(defun |setBottom| (object &rest arguments) + (%qinvoke-method object nil "setBottom" arguments)) + +(defun |setBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "setBoundingRect" arguments)) + +(defun |setBoundingRegionGranularity| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setBoundingRegionGranularity" arguments)) + +(defun |setBrush(QBrush)| (object &rest arguments) + (%qinvoke-method object nil "setBrush(QBrush)" arguments)) + +(defun |setBrush(Qt::BrushStyle)| (object &rest arguments) + (%qinvoke-method object nil "setBrush(Qt::BrushStyle)" arguments)) + +(defun |setBrushOrigin(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "setBrushOrigin(QPoint)" arguments)) + +(defun |setBrushOrigin(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "setBrushOrigin(QPointF)" arguments)) + +(defun |setBrushOrigin| (object &rest arguments) + (%qinvoke-method object nil "setBrushOrigin" arguments)) + +(defun |setBrush| (object &rest arguments) + (%qinvoke-method object nil "setBrush" arguments)) + +(defun |setBspTreeDepth| (object &rest arguments) + (%qinvoke-method object nil "setBspTreeDepth" arguments)) + +(defun |setBuddy| (object &rest arguments) + (%qinvoke-method object nil "setBuddy" arguments)) + +(defun |setButtonSymbols| (object &rest arguments) + (%qinvoke-method object nil "setButtonSymbols" arguments)) + +(defun |setButtonText| (object &rest arguments) + (%qinvoke-method object nil "setButtonText" arguments)) + +(defun |setButton| (object &rest arguments) + (%qinvoke-method object nil "setButton" arguments)) + +(defun |setCSSMediaType| (object &rest arguments) + (%qinvoke-method object nil "setCSSMediaType" arguments)) + +(defun |setCaCertificates| (object &rest arguments) + (%qinvoke-method object nil "setCaCertificates" arguments)) + +(defun |setCacheEnabled| (object &rest arguments) + (%qinvoke-method object nil "setCacheEnabled" arguments)) + +(defun |setCacheLimit.QPixmapCache| (&rest arguments) + (%qinvoke-method "QPixmapCache" nil "setCacheLimit" arguments)) + +(defun |setCacheMode| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setCacheMode" arguments)) + +(defun |setCache| (object &rest arguments) + (%qinvoke-method object nil "setCache" arguments)) + +(defun |setCaching| (object &rest arguments) + (%qinvoke-method object nil "setCaching" arguments)) + +(defun |setCalendarPopup| (object &rest arguments) + (%qinvoke-method object nil "setCalendarPopup" arguments)) + +(defun |setCalendarWidget| (object &rest arguments) + (%qinvoke-method object nil "setCalendarWidget" arguments)) + +(defun |setCancelButtonText| (object &rest arguments) + (%qinvoke-method object nil "setCancelButtonText" arguments)) + +(defun |setCancelButton| (object &rest arguments) + (%qinvoke-method object nil "setCancelButton" arguments)) + +(defun |setCapStyle| (object &rest arguments) + (%qinvoke-method object nil "setCapStyle" arguments)) + +(defun |setCapabilities| (object &rest arguments) + (%qinvoke-method object nil "setCapabilities" arguments)) + +(defun |setCapitalization| (object &rest arguments) + (%qinvoke-method object nil "setCapitalization" arguments)) + +(defun |setCascadingSectionResizes| (object &rest arguments) + (%qinvoke-method object nil "setCascadingSectionResizes" arguments)) + +(defun |setCaseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "setCaseSensitivity" arguments)) + +(defun |setCellPadding| (object &rest arguments) + (%qinvoke-method object nil "setCellPadding" arguments)) + +(defun |setCellSpacing| (object &rest arguments) + (%qinvoke-method object nil "setCellSpacing" arguments)) + +(defun |setCellWidget| (object &rest arguments) + (%qinvoke-method object nil "setCellWidget" arguments)) + +(defun |setCenterButtons| (object &rest arguments) + (%qinvoke-method object nil "setCenterButtons" arguments)) + +(defun |setCenterOnScroll| (object &rest arguments) + (%qinvoke-method object nil "setCenterOnScroll" arguments)) + +(defun |setCenterPoint| (object &rest arguments) + (%qinvoke-method object nil "setCenterPoint" arguments)) + +(defun |setCenterRadius| (object &rest arguments) + (%qinvoke-method object nil "setCenterRadius" arguments)) + +(defun |setCenter| (object &rest arguments) + (%qinvoke-method object nil "setCenter" arguments)) + +(defun |setCentralWidget| (object &rest arguments) + (%qinvoke-method object nil "setCentralWidget" arguments)) + +(defun |setChangeCurrentOnDrag| (object &rest arguments) + (%qinvoke-method object nil "setChangeCurrentOnDrag" arguments)) + +(defun |setChangeFlags| (object &rest arguments) + (%qinvoke-method object nil "setChangeFlags" arguments)) + +(defun |setCharFormat| (object &rest arguments) + (%qinvoke-method object nil "setCharFormat" arguments)) + +(defun |setCheckBox| (object &rest arguments) + (%qinvoke-method object nil "setCheckBox" arguments)) + +(defun |setCheckState| (object &rest arguments) + (%qinvoke-method object nil "setCheckState" arguments)) + +(defun |setCheckable| (object &rest arguments) + (%qinvoke-method object nil "setCheckable" arguments)) + +(defun |setChecked| (object &rest arguments) + (%qinvoke-method object nil "setChecked" arguments)) + +(defun |setChildIndicatorPolicy| (object &rest arguments) + (%qinvoke-method object nil "setChildIndicatorPolicy" arguments)) + +(defun |setChildMode| (object &rest arguments) + (%qinvoke-method object nil "setChildMode" arguments)) + +(defun |setChildrenCollapsible| (object &rest arguments) + (%qinvoke-method object nil "setChildrenCollapsible" arguments)) + +(defun |setChild| (object &rest arguments) + (%qinvoke-method object nil "setChild" arguments)) + +(defun |setCiphers| (object &rest arguments) + (%qinvoke-method object nil "setCiphers" arguments)) + +(defun |setCleanIcon| (object &rest arguments) + (%qinvoke-method object nil "setCleanIcon" arguments)) + +(defun |setClean| (object &rest arguments) + (%qinvoke-method object nil "setClean" arguments)) + +(defun |setClearButtonEnabled| (object &rest arguments) + (%qinvoke-method object nil "setClearButtonEnabled" arguments)) + +(defun |setClipPath| (object &rest arguments) + (%qinvoke-method object nil "setClipPath" arguments)) + +(defun |setClipRect(QRect)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRect)" arguments)) + +(defun |setClipRect(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRect...)" arguments)) + +(defun |setClipRect(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRectF)" arguments)) + +(defun |setClipRect(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRectF...)" arguments)) + +(defun |setClipRect| (object &rest arguments) + (%qinvoke-method object nil "setClipRect" arguments)) + +(defun |setClipRegion| (object &rest arguments) + (%qinvoke-method object nil "setClipRegion" arguments)) + +(defun |setClipping| (object &rest arguments) + (%qinvoke-method object nil "setClipping" arguments)) + +(defun |setCmykF| (object &rest arguments) + (%qinvoke-method object nil "setCmykF" arguments)) + +(defun |setCmyk| (object &rest arguments) + (%qinvoke-method object nil "setCmyk" arguments)) + +(defun |setCodecForLocale.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "setCodecForLocale" arguments)) + +(defun |setCodec| (object &rest arguments) + (%qinvoke-method object nil "setCodec" arguments)) + +(defun |setCollapsible| (object &rest arguments) + (%qinvoke-method object nil "setCollapsible" arguments)) + +(defun |setCollateCopies| (object &rest arguments) + (%qinvoke-method object nil "setCollateCopies" arguments)) + +(defun |setCollectionFile| (object &rest arguments) + (%qinvoke-method object nil "setCollectionFile" arguments)) + +(defun |setColor(QColor)| (object &rest arguments) + (%qinvoke-method object nil "setColor(QColor)" arguments)) + +(defun |setColor(Qt::GlobalColor)| (object &rest arguments) + (%qinvoke-method object nil "setColor(Qt::GlobalColor)" arguments)) + +(defun |setColorAt| (object &rest arguments) + (%qinvoke-method object nil "setColorAt" arguments)) + +(defun |setColorCount| (object &rest arguments) + (%qinvoke-method object nil "setColorCount" arguments)) + +(defun |setColorData| (object &rest arguments) + (%qinvoke-method object nil "setColorData" arguments)) + +(defun |setColorGroup| (object &rest arguments) + (%qinvoke-method object nil "setColorGroup" arguments)) + +(defun |setColorMode| (object &rest arguments) + (%qinvoke-method object nil "setColorMode" arguments)) + +(defun |setColorSpec.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setColorSpec" arguments)) + +(defun |setColorTable| (object &rest arguments) + (%qinvoke-method object nil "setColorTable" arguments)) + +(defun |setColormap| (object &rest arguments) + (%qinvoke-method object nil "setColormap" arguments)) + +(defun |setColor| (object &rest arguments) + (%qinvoke-method object nil "setColor" arguments)) + +(defun |setColumnAlignment| (object &rest arguments) + (%qinvoke-method object nil "setColumnAlignment" arguments)) + +(defun |setColumnCount| (object &rest arguments) + (%qinvoke-method object nil "setColumnCount" arguments)) + +(defun |setColumnFixedWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnFixedWidth" arguments)) + +(defun |setColumnHidden| (object &rest arguments) + (%qinvoke-method object nil "setColumnHidden" arguments)) + +(defun |setColumnMaximumWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnMaximumWidth" arguments)) + +(defun |setColumnMinimumWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnMinimumWidth" arguments)) + +(defun |setColumnPreferredWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnPreferredWidth" arguments)) + +(defun |setColumnSpacing| (object &rest arguments) + (%qinvoke-method object nil "setColumnSpacing" arguments)) + +(defun |setColumnStretchFactor| (object &rest arguments) + (%qinvoke-method object nil "setColumnStretchFactor" arguments)) + +(defun |setColumnStretch| (object &rest arguments) + (%qinvoke-method object nil "setColumnStretch" arguments)) + +(defun |setColumnWidthConstraints| (object &rest arguments) + (%qinvoke-method object nil "setColumnWidthConstraints" arguments)) + +(defun |setColumnWidths| (object &rest arguments) + (%qinvoke-method object nil "setColumnWidths" arguments)) + +(defun |setColumnWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnWidth" arguments)) + +(defun |setColumn| (object &rest arguments) + (%qinvoke-method object nil "setColumn" arguments)) + +(defun |setComboBoxEditable| (object &rest arguments) + (%qinvoke-method object nil "setComboBoxEditable" arguments)) + +(defun |setComboBoxItems| (object &rest arguments) + (%qinvoke-method object nil "setComboBoxItems" arguments)) + +(defun |setCommitPage| (object &rest arguments) + (%qinvoke-method object nil "setCommitPage" arguments)) + +(defun |setCommitString| (object &rest arguments) + (%qinvoke-method object nil "setCommitString" arguments)) + +(defun |setCompactMode| (object &rest arguments) + (%qinvoke-method object nil "setCompactMode" arguments)) + +(defun |setCompleter| (object &rest arguments) + (%qinvoke-method object nil "setCompleter" arguments)) + +(defun |setCompletionColumn| (object &rest arguments) + (%qinvoke-method object nil "setCompletionColumn" arguments)) + +(defun |setCompletionMode| (object &rest arguments) + (%qinvoke-method object nil "setCompletionMode" arguments)) + +(defun |setCompletionPrefix| (object &rest arguments) + (%qinvoke-method object nil "setCompletionPrefix" arguments)) + +(defun |setCompletionRole| (object &rest arguments) + (%qinvoke-method object nil "setCompletionRole" arguments)) + +(defun |setCompositionMode| (object &rest arguments) + (%qinvoke-method object nil "setCompositionMode" arguments)) + +(defun |setConfiguration| (object &rest arguments) + (%qinvoke-method object nil "setConfiguration" arguments)) + +(defun |setConnectOptions| (object &rest arguments) + (%qinvoke-method object nil "setConnectOptions" arguments)) + +(defun |setContentEditable| (object &rest arguments) + (%qinvoke-method object nil "setContentEditable" arguments)) + +(defun |setContentsMargins| (object &rest arguments) + (%qinvoke-method object nil "setContentsMargins" arguments)) + +(defun |setContent| (object &rest arguments) + (%qinvoke-method object nil "setContent" arguments)) + +(defun |setContextMenuPolicy| (object &rest arguments) + (%qinvoke-method object nil "setContextMenuPolicy" arguments)) + +(defun |setContextMenu| (object &rest arguments) + (%qinvoke-method object nil "setContextMenu" arguments)) + +(defun |setContext| (object &rest arguments) + (%qinvoke-method object nil "setContext" arguments)) + +(defun |setControlType| (object &rest arguments) + (%qinvoke-method object nil "setControlType" arguments)) + +(defun |setCookieJar| (object &rest arguments) + (%qinvoke-method object nil "setCookieJar" arguments)) + +(defun |setCoordinateMode| (object &rest arguments) + (%qinvoke-method object nil "setCoordinateMode" arguments)) + +(defun |setCopyCount| (object &rest arguments) + (%qinvoke-method object nil "setCopyCount" arguments)) + +(defun |setCornerButtonEnabled| (object &rest arguments) + (%qinvoke-method object nil "setCornerButtonEnabled" arguments)) + +(defun |setCornerWidget| (object &rest arguments) + (%qinvoke-method object nil "setCornerWidget" arguments)) + +(defun |setCorner| (object &rest arguments) + (%qinvoke-method object nil "setCorner" arguments)) + +(defun |setCorrectionMode| (object &rest arguments) + (%qinvoke-method object nil "setCorrectionMode" arguments)) + +(defun |setCosmetic| (object &rest arguments) + (%qinvoke-method object nil "setCosmetic" arguments)) + +(defun |setCreator| (object &rest arguments) + (%qinvoke-method object nil "setCreator" arguments)) + +(defun |setCurrent.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "setCurrent" arguments)) + +(defun |setCurrentBlockState| (object &rest arguments) + (%qinvoke-method object nil "setCurrentBlockState" arguments)) + +(defun |setCurrentBlockUserData| (object &rest arguments) + (%qinvoke-method object nil "setCurrentBlockUserData" arguments)) + +(defun |setCurrentCell| (object &rest arguments) + (%qinvoke-method object nil "setCurrentCell" arguments)) + +(defun |setCurrentCharFormat| (object &rest arguments) + (%qinvoke-method object nil "setCurrentCharFormat" arguments)) + +(defun |setCurrentColorGroup| (object &rest arguments) + (%qinvoke-method object nil "setCurrentColorGroup" arguments)) + +(defun |setCurrentColor| (object &rest arguments) + (%qinvoke-method object nil "setCurrentColor" arguments)) + +(defun |setCurrentFilter| (object &rest arguments) + (%qinvoke-method object nil "setCurrentFilter" arguments)) + +(defun |setCurrentFont| (object &rest arguments) + (%qinvoke-method object nil "setCurrentFont" arguments)) + +(defun |setCurrentIndex| (object &rest arguments) + (%qinvoke-method object nil "setCurrentIndex" arguments)) + +(defun |setCurrentItem| (object &rest arguments) + (%qinvoke-method object nil "setCurrentItem" arguments)) + +(defun |setCurrentModelIndex| (object &rest arguments) + (%qinvoke-method object nil "setCurrentModelIndex" arguments)) + +(defun |setCurrentPage| (object &rest arguments) + (%qinvoke-method object nil "setCurrentPage" arguments)) + +(defun |setCurrentRow| (object &rest arguments) + (%qinvoke-method object nil "setCurrentRow" arguments)) + +(defun |setCurrentSectionIndex| (object &rest arguments) + (%qinvoke-method object nil "setCurrentSectionIndex" arguments)) + +(defun |setCurrentSection| (object &rest arguments) + (%qinvoke-method object nil "setCurrentSection" arguments)) + +(defun |setCurrentText| (object &rest arguments) + (%qinvoke-method object nil "setCurrentText" arguments)) + +(defun |setCurrentTime| (object &rest arguments) + (%qinvoke-method object nil "setCurrentTime" arguments)) + +(defun |setCurrentWidget| (object &rest arguments) + (%qinvoke-method object nil "setCurrentWidget" arguments)) + +(defun |setCursorFlashTime.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setCursorFlashTime" arguments)) + +(defun |setCursorMoveStyle| (object &rest arguments) + (%qinvoke-method object nil "setCursorMoveStyle" arguments)) + +(defun |setCursorName| (object &rest arguments) + (%qinvoke-method object nil "setCursorName" arguments)) + +(defun |setCursorPosition| (object &rest arguments) + (%qinvoke-method object nil "setCursorPosition" arguments)) + +(defun |setCursorWidth| (object &rest arguments) + (%qinvoke-method object nil "setCursorWidth" arguments)) + +(defun |setCursor| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setCursor" arguments)) + +(defun |setCurveShape| (object &rest arguments) + (%qinvoke-method object nil "setCurveShape" arguments)) + +(defun |setCurveThreshold| (object &rest arguments) + (%qinvoke-method object nil "setCurveThreshold" arguments)) + +(defun |setCustomColor.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "setCustomColor" arguments)) diff --git a/src/lisp/all-wrappers-9.lisp b/src/lisp/all-wrappers-9.lisp new file mode 100644 index 0000000..5f819b4 --- /dev/null +++ b/src/lisp/all-wrappers-9.lisp @@ -0,0 +1,3601 @@ +(in-package :eql) + +(defun |setCustomValue| (object &rest arguments) + (%qinvoke-method object nil "setCustomValue" arguments)) + +(defun |setDashOffset| (object &rest arguments) + (%qinvoke-method object nil "setDashOffset" arguments)) + +(defun |setDashPattern(QVector)| (object &rest arguments) + (%qinvoke-method object nil "setDashPattern(QVector)" arguments)) + +(defun |setDashPattern(Qt::PenStyle)| (object &rest arguments) + (%qinvoke-method object nil "setDashPattern(Qt::PenStyle)" arguments)) + +(defun |setDashPattern| (object &rest arguments) + (%qinvoke-method object nil "setDashPattern" arguments)) + +(defun |setDatabaseName| (object &rest arguments) + (%qinvoke-method object nil "setDatabaseName" arguments)) + +(defun |setDatabaseQuota| (object &rest arguments) + (%qinvoke-method object nil "setDatabaseQuota" arguments)) + +(defun |setData| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setData" arguments)) + +(defun |setDateEditAcceptDelay| (object &rest arguments) + (%qinvoke-method object nil "setDateEditAcceptDelay" arguments)) + +(defun |setDateEditEnabled| (object &rest arguments) + (%qinvoke-method object nil "setDateEditEnabled" arguments)) + +(defun |setDateRange| (object &rest arguments) + (%qinvoke-method object nil "setDateRange" arguments)) + +(defun |setDateTextFormat| (object &rest arguments) + (%qinvoke-method object nil "setDateTextFormat" arguments)) + +(defun |setDateTimeRange| (object &rest arguments) + (%qinvoke-method object nil "setDateTimeRange" arguments)) + +(defun |setDateTime| (object &rest arguments) + (%qinvoke-method object nil "setDateTime" arguments)) + +(defun |setDate| (object &rest arguments) + (%qinvoke-method object nil "setDate" arguments)) + +(defun |setDecMode| (object &rest arguments) + (%qinvoke-method object nil "setDecMode" arguments)) + +(defun |setDecimals| (object &rest arguments) + (%qinvoke-method object nil "setDecimals" arguments)) + +(defun |setDefault.QLocale| (&rest arguments) + (%qinvoke-method "QLocale" nil "setDefault" arguments)) + +(defun |setDefaultAction| (object &rest arguments) + (%qinvoke-method object nil "setDefaultAction" arguments)) + +(defun |setDefaultAlignment| (object &rest arguments) + (%qinvoke-method object nil "setDefaultAlignment" arguments)) + +(defun |setDefaultButton(QMessageBox::StandardButton)| (object &rest arguments) + (%qinvoke-method object nil "setDefaultButton(QMessageBox::StandardButton)" arguments)) + +(defun |setDefaultButton(QPushButton*)| (object &rest arguments) + (%qinvoke-method object nil "setDefaultButton(QPushButton*)" arguments)) + +(defun |setDefaultButton| (object &rest arguments) + (%qinvoke-method object nil "setDefaultButton" arguments)) + +(defun |setDefaultConfiguration.QSslCertificate| (&rest arguments) + (%qinvoke-method "QSslCertificate" nil "setDefaultConfiguration" arguments)) + +(defun |setDefaultCursorMoveStyle| (object &rest arguments) + (%qinvoke-method object nil "setDefaultCursorMoveStyle" arguments)) + +(defun |setDefaultDropAction| (object &rest arguments) + (%qinvoke-method object nil "setDefaultDropAction" arguments)) + +(defun |setDefaultFactory.QItemEditorFactory| (&rest arguments) + (%qinvoke-method "QItemEditorFactory" nil "setDefaultFactory" arguments)) + +(defun |setDefaultFont| (object &rest arguments) + (%qinvoke-method object nil "setDefaultFont" arguments)) + +(defun |setDefaultFormat.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "setDefaultFormat" arguments)) + +(defun |setDefaultFormat.QSettings| (&rest arguments) + (%qinvoke-method "QSettings" nil "setDefaultFormat" arguments)) + +(defun |setDefaultInterface.QWebHistoryInterface| (&rest arguments) + (%qinvoke-method "QWebHistoryInterface" nil "setDefaultInterface" arguments)) + +(defun |setDefaultOverlayFormat.QGLFormat| (&rest arguments) + (%qinvoke-method "QGLFormat" nil "setDefaultOverlayFormat" arguments)) + +(defun |setDefaultProperty| (object &rest arguments) + (%qinvoke-method object nil "setDefaultProperty" arguments)) + +(defun |setDefaultSectionSize| (object &rest arguments) + (%qinvoke-method object nil "setDefaultSectionSize" arguments)) + +(defun |setDefaultState| (object &rest arguments) + (%qinvoke-method object nil "setDefaultState" arguments)) + +(defun |setDefaultStyleSheet| (object &rest arguments) + (%qinvoke-method object nil "setDefaultStyleSheet" arguments)) + +(defun |setDefaultSuffix| (object &rest arguments) + (%qinvoke-method object nil "setDefaultSuffix" arguments)) + +(defun |setDefaultTextColor| (object &rest arguments) + (%qinvoke-method object nil "setDefaultTextColor" arguments)) + +(defun |setDefaultTextEncoding| (object &rest arguments) + (%qinvoke-method object nil "setDefaultTextEncoding" arguments)) + +(defun |setDefaultTextOption| (object &rest arguments) + (%qinvoke-method object nil "setDefaultTextOption" arguments)) + +(defun |setDefaultUp| (object &rest arguments) + (%qinvoke-method object nil "setDefaultUp" arguments)) + +(defun |setDefaultValue| (object &rest arguments) + (%qinvoke-method object nil "setDefaultValue" arguments)) + +(defun |setDefaultWidget| (object &rest arguments) + (%qinvoke-method object nil "setDefaultWidget" arguments)) + +(defun |setDefault| (object &rest arguments) + (%qinvoke-method object nil "setDefault" arguments)) + +(defun |setDepthBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setDepthBufferSize" arguments)) + +(defun |setDepth| (object &rest arguments) + (%qinvoke-method object nil "setDepth" arguments)) + +(defun |setDescending| (object &rest arguments) + (%qinvoke-method object nil "setDescending" arguments)) + +(defun |setDescription| (object &rest arguments) + (%qinvoke-method object nil "setDescription" arguments)) + +(defun |setDesktopSettingsAware.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setDesktopSettingsAware" arguments)) + +(defun |setDetailedText| (object &rest arguments) + (%qinvoke-method object nil "setDetailedText" arguments)) + +(defun |setDevicePixelRatio| (object &rest arguments) + (%qinvoke-method object nil "setDevicePixelRatio" arguments)) + +(defun |setDigitCount| (object &rest arguments) + (%qinvoke-method object nil "setDigitCount" arguments)) + +(defun |setDirectRendering| (object &rest arguments) + (%qinvoke-method object nil "setDirectRendering" arguments)) + +(defun |setDirection| (object &rest arguments) + (%qinvoke-method object nil "setDirection" arguments)) + +(defun |setDirectory(QDir)| (object &rest arguments) + (%qinvoke-method object nil "setDirectory(QDir)" arguments)) + +(defun |setDirectory(QString)| (object &rest arguments) + (%qinvoke-method object nil "setDirectory(QString)" arguments)) + +(defun |setDirectoryUrl| (object &rest arguments) + (%qinvoke-method object nil "setDirectoryUrl" arguments)) + +(defun |setDirectory| (object &rest arguments) + (%qinvoke-method object nil "setDirectory" arguments)) + +(defun |setDirtyRegion| (object &rest arguments) + (%qinvoke-method object nil "setDirtyRegion" arguments)) + +(defun |setDisabled| (object &rest arguments) + (%qinvoke-method object nil "setDisabled" arguments)) + +(defun |setDiscardCommand| (object &rest arguments) + (%qinvoke-method object nil "setDiscardCommand" arguments)) + +(defun |setDisplayFormat| (object &rest arguments) + (%qinvoke-method object nil "setDisplayFormat" arguments)) + +(defun |setDisplayIntegerBase| (object &rest arguments) + (%qinvoke-method object nil "setDisplayIntegerBase" arguments)) + +(defun |setDocName| (object &rest arguments) + (%qinvoke-method object nil "setDocName" arguments)) + +(defun |setDockNestingEnabled| (object &rest arguments) + (%qinvoke-method object nil "setDockNestingEnabled" arguments)) + +(defun |setDockOptions| (object &rest arguments) + (%qinvoke-method object nil "setDockOptions" arguments)) + +(defun |setDocumentLayout| (object &rest arguments) + (%qinvoke-method object nil "setDocumentLayout" arguments)) + +(defun |setDocumentMargin| (object &rest arguments) + (%qinvoke-method object nil "setDocumentMargin" arguments)) + +(defun |setDocumentMode| (object &rest arguments) + (%qinvoke-method object nil "setDocumentMode" arguments)) + +(defun |setDocumentTitle| (object &rest arguments) + (%qinvoke-method object nil "setDocumentTitle" arguments)) + +(defun |setDocument| (object &rest arguments) + (%qinvoke-method object nil "setDocument" arguments)) + +(defun |setDomain| (object &rest arguments) + (%qinvoke-method object nil "setDomain" arguments)) + +(defun |setDotsPerMeterX| (object &rest arguments) + (%qinvoke-method object nil "setDotsPerMeterX" arguments)) + +(defun |setDotsPerMeterY| (object &rest arguments) + (%qinvoke-method object nil "setDotsPerMeterY" arguments)) + +(defun |setDoubleBuffer| (object &rest arguments) + (%qinvoke-method object nil "setDoubleBuffer" arguments)) + +(defun |setDoubleClickInterval.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setDoubleClickInterval" arguments)) + +(defun |setDoubleDecimals| (object &rest arguments) + (%qinvoke-method object nil "setDoubleDecimals" arguments)) + +(defun |setDoubleMaximum| (object &rest arguments) + (%qinvoke-method object nil "setDoubleMaximum" arguments)) + +(defun |setDoubleMinimum| (object &rest arguments) + (%qinvoke-method object nil "setDoubleMinimum" arguments)) + +(defun |setDoubleRange| (object &rest arguments) + (%qinvoke-method object nil "setDoubleRange" arguments)) + +(defun |setDoubleValue| (object &rest arguments) + (%qinvoke-method object nil "setDoubleValue" arguments)) + +(defun |setDown| (object &rest arguments) + (%qinvoke-method object nil "setDown" arguments)) + +(defun |setDragCursor| (object &rest arguments) + (%qinvoke-method object nil "setDragCursor" arguments)) + +(defun |setDragDropMode| (object &rest arguments) + (%qinvoke-method object nil "setDragDropMode" arguments)) + +(defun |setDragDropOverwriteMode| (object &rest arguments) + (%qinvoke-method object nil "setDragDropOverwriteMode" arguments)) + +(defun |setDragEnabled| (object &rest arguments) + (%qinvoke-method object nil "setDragEnabled" arguments)) + +(defun |setDragMode| (object &rest arguments) + (%qinvoke-method object nil "setDragMode" arguments)) + +(defun |setDrawBase| (object &rest arguments) + (%qinvoke-method object nil "setDrawBase" arguments)) + +(defun |setDropAction| (object &rest arguments) + (%qinvoke-method object nil "setDropAction" arguments)) + +(defun |setDropEnabled| (object &rest arguments) + (%qinvoke-method object nil "setDropEnabled" arguments)) + +(defun |setDropIndicatorShown| (object &rest arguments) + (%qinvoke-method object nil "setDropIndicatorShown" arguments)) + +(defun |setDuplex| (object &rest arguments) + (%qinvoke-method object nil "setDuplex" arguments)) + +(defun |setDuplicatesEnabled| (object &rest arguments) + (%qinvoke-method object nil "setDuplicatesEnabled" arguments)) + +(defun |setDuration| (object &rest arguments) + (%qinvoke-method object nil "setDuration" arguments)) + +(defun |setDynamicSortFilter| (object &rest arguments) + (%qinvoke-method object nil "setDynamicSortFilter" arguments)) + +(defun |setEasingCurve| (object &rest arguments) + (%qinvoke-method object nil "setEasingCurve" arguments)) + +(defun |setEchoMode| (object &rest arguments) + (%qinvoke-method object nil "setEchoMode" arguments)) + +(defun |setEditStrategy| (object &rest arguments) + (%qinvoke-method object nil "setEditStrategy" arguments)) + +(defun |setEditText| (object &rest arguments) + (%qinvoke-method object nil "setEditText" arguments)) + +(defun |setEditTriggers| (object &rest arguments) + (%qinvoke-method object nil "setEditTriggers" arguments)) + +(defun |setEditable| (object &rest arguments) + (%qinvoke-method object nil "setEditable" arguments)) + +(defun |setEditorData| (object &rest arguments) + (%qinvoke-method object nil "setEditorData" arguments)) + +(defun |setEffectEnabled.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setEffectEnabled" arguments)) + +(defun |setElementId| (object &rest arguments) + (%qinvoke-method object nil "setElementId" arguments)) + +(defun |setElementPositionAt| (object &rest arguments) + (%qinvoke-method object nil "setElementPositionAt" arguments)) + +(defun |setElideMode| (object &rest arguments) + (%qinvoke-method object nil "setElideMode" arguments)) + +(defun |setEllipticCurves| (object &rest arguments) + (%qinvoke-method object nil "setEllipticCurves" arguments)) + +(defun |setEmptyLabel| (object &rest arguments) + (%qinvoke-method object nil "setEmptyLabel" arguments)) + +(defun |setEnabled| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setEnabled" arguments)) + +(defun |setEndFrame| (object &rest arguments) + (%qinvoke-method object nil "setEndFrame" arguments)) + +(defun |setEndValue| (object &rest arguments) + (%qinvoke-method object nil "setEndValue" arguments)) + +(defun |setEntries| (object &rest arguments) + (%qinvoke-method object nil "setEntries" arguments)) + +(defun |setEntry(int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setEntry(int,QColor)" arguments)) + +(defun |setEntry(int,QRgb)| (object &rest arguments) + (%qinvoke-method object nil "setEntry(int,QRgb)" arguments)) + +(defun |setEntry| (object &rest arguments) + (%qinvoke-method object nil "setEntry" arguments)) + +(defun |setErrorState| (object &rest arguments) + (%qinvoke-method object nil "setErrorState" arguments)) + +(defun |setErrorString| (object &rest arguments) + (%qinvoke-method object nil "setErrorString" arguments)) + +(defun |setEscapeButton(QAbstractButton*)| (object &rest arguments) + (%qinvoke-method object nil "setEscapeButton(QAbstractButton*)" arguments)) + +(defun |setEscapeButton(QMessageBox::StandardButton)| (object &rest arguments) + (%qinvoke-method object nil "setEscapeButton(QMessageBox::StandardButton)" arguments)) + +(defun |setEscapeButton| (object &rest arguments) + (%qinvoke-method object nil "setEscapeButton" arguments)) + +(defun |setEventDispatcher.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setEventDispatcher" arguments)) + +(defun |setEventSource| (object &rest arguments) + (%qinvoke-method object nil "setEventSource" arguments)) + +(defun |setEventType| (object &rest arguments) + (%qinvoke-method object nil "setEventType" arguments)) + +(defun |setExclusive| (object &rest arguments) + (%qinvoke-method object nil "setExclusive" arguments)) + +(defun |setExpanded| (object &rest arguments) + (%qinvoke-method object nil "setExpanded" arguments)) + +(defun |setExpanding| (object &rest arguments) + (%qinvoke-method object nil "setExpanding" arguments)) + +(defun |setExpandsOnDoubleClick| (object &rest arguments) + (%qinvoke-method object nil "setExpandsOnDoubleClick" arguments)) + +(defun |setExpirationDate| (object &rest arguments) + (%qinvoke-method object nil "setExpirationDate" arguments)) + +(defun |setExtraSelections| (object &rest arguments) + (%qinvoke-method object nil "setExtraSelections" arguments)) + +(defun |setFacingPagesViewMode| (object &rest arguments) + (%qinvoke-method object nil "setFacingPagesViewMode" arguments)) + +(defun |setFallbacksEnabled| (object &rest arguments) + (%qinvoke-method object nil "setFallbacksEnabled" arguments)) + +(defun |setFamily| (object &rest arguments) + (%qinvoke-method object nil "setFamily" arguments)) + +(defun |setFeaturePermission| (object &rest arguments) + (%qinvoke-method object nil "setFeaturePermission" arguments)) + +(defun |setFeatures| (object &rest arguments) + (%qinvoke-method object nil "setFeatures" arguments)) + +(defun |setFieldGrowthPolicy| (object &rest arguments) + (%qinvoke-method object nil "setFieldGrowthPolicy" arguments)) + +(defun |setField| (object &rest arguments) + (%qinvoke-method object nil "setField" arguments)) + +(defun |setFile(QFile)| (object &rest arguments) + (%qinvoke-method object nil "setFile(QFile)" arguments)) + +(defun |setFile(QString)| (object &rest arguments) + (%qinvoke-method object nil "setFile(QString)" arguments)) + +(defun |setFileMode| (object &rest arguments) + (%qinvoke-method object nil "setFileMode" arguments)) + +(defun |setFileNameAndVersion(QString,QString)| (object &rest arguments) + (%qinvoke-method object nil "setFileNameAndVersion(QString,QString)" arguments)) + +(defun |setFileNameAndVersion(QString,int)| (object &rest arguments) + (%qinvoke-method object nil "setFileNameAndVersion(QString,int)" arguments)) + +(defun |setFileNameAndVersion| (object &rest arguments) + (%qinvoke-method object nil "setFileNameAndVersion" arguments)) + +(defun |setFileName| (object &rest arguments) + (%qinvoke-method object nil "setFileName" arguments)) + +(defun |setFile| (object &rest arguments) + (%qinvoke-method object nil "setFile" arguments)) + +(defun |setFillRule| (object &rest arguments) + (%qinvoke-method object nil "setFillRule" arguments)) + +(defun |setFilterCaseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "setFilterCaseSensitivity" arguments)) + +(defun |setFilterFixedString| (object &rest arguments) + (%qinvoke-method object nil "setFilterFixedString" arguments)) + +(defun |setFilterKeyColumn| (object &rest arguments) + (%qinvoke-method object nil "setFilterKeyColumn" arguments)) + +(defun |setFilterMode| (object &rest arguments) + (%qinvoke-method object nil "setFilterMode" arguments)) + +(defun |setFilterRegExp(QRegExp)| (object &rest arguments) + (%qinvoke-method object nil "setFilterRegExp(QRegExp)" arguments)) + +(defun |setFilterRegExp(QString)| (object &rest arguments) + (%qinvoke-method object nil "setFilterRegExp(QString)" arguments)) + +(defun |setFilterRegExp| (object &rest arguments) + (%qinvoke-method object nil "setFilterRegExp" arguments)) + +(defun |setFilterRole| (object &rest arguments) + (%qinvoke-method object nil "setFilterRole" arguments)) + +(defun |setFilterWildcard| (object &rest arguments) + (%qinvoke-method object nil "setFilterWildcard" arguments)) + +(defun |setFiltersChildEvents| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setFiltersChildEvents" arguments)) + +(defun |setFilter| (object &rest arguments) + (%qinvoke-method object nil "setFilter" arguments)) + +(defun |setFinalPage| (object &rest arguments) + (%qinvoke-method object nil "setFinalPage" arguments)) + +(defun |setFinalStop| (object &rest arguments) + (%qinvoke-method object nil "setFinalStop" arguments)) + +(defun |setFirstColumnSpanned| (object &rest arguments) + (%qinvoke-method object nil "setFirstColumnSpanned" arguments)) + +(defun |setFirstDayOfWeek| (object &rest arguments) + (%qinvoke-method object nil "setFirstDayOfWeek" arguments)) + +(defun |setFirstItemColumnSpanned| (object &rest arguments) + (%qinvoke-method object nil "setFirstItemColumnSpanned" arguments)) + +(defun |setFixedHeight| (object &rest arguments) + (%qinvoke-method object nil "setFixedHeight" arguments)) + +(defun |setFixedPitch| (object &rest arguments) + (%qinvoke-method object nil "setFixedPitch" arguments)) + +(defun |setFixedSize| (object &rest arguments) + (%qinvoke-method object nil "setFixedSize" arguments)) + +(defun |setFixedWidth| (object &rest arguments) + (%qinvoke-method object nil "setFixedWidth" arguments)) + +(defun |setFlags| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setFlags" arguments)) + +(defun |setFlag| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setFlag" arguments)) + +(defun |setFlat| (object &rest arguments) + (%qinvoke-method object nil "setFlat" arguments)) + +(defun |setFloatable| (object &rest arguments) + (%qinvoke-method object nil "setFloatable" arguments)) + +(defun |setFloating| (object &rest arguments) + (%qinvoke-method object nil "setFloating" arguments)) + +(defun |setFlow| (object &rest arguments) + (%qinvoke-method object nil "setFlow" arguments)) + +(defun |setFocalPoint| (object &rest arguments) + (%qinvoke-method object nil "setFocalPoint" arguments)) + +(defun |setFocalRadius| (object &rest arguments) + (%qinvoke-method object nil "setFocalRadius" arguments)) + +(defun |setFocusItem| (object &rest arguments) + (%qinvoke-method object nil "setFocusItem" arguments)) + +(defun |setFocusPolicy| (object &rest arguments) + (%qinvoke-method object nil "setFocusPolicy" arguments)) + +(defun |setFocusProxy| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setFocusProxy" arguments)) + +(defun |setFocus| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setFocus" arguments)) + +(defun |setFont.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setFont" arguments)) + +(defun |setFont.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setFont" arguments)) + +(defun |setFont.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "setFont" arguments)) + +(defun |setFontCapitalization| (object &rest arguments) + (%qinvoke-method object nil "setFontCapitalization" arguments)) + +(defun |setFontEmbeddingEnabled| (object &rest arguments) + (%qinvoke-method object nil "setFontEmbeddingEnabled" arguments)) + +(defun |setFontFamily| (object &rest arguments) + (%qinvoke-method object nil "setFontFamily" arguments)) + +(defun |setFontFilters| (object &rest arguments) + (%qinvoke-method object nil "setFontFilters" arguments)) + +(defun |setFontFixedPitch| (object &rest arguments) + (%qinvoke-method object nil "setFontFixedPitch" arguments)) + +(defun |setFontHintingPreference| (object &rest arguments) + (%qinvoke-method object nil "setFontHintingPreference" arguments)) + +(defun |setFontItalic| (object &rest arguments) + (%qinvoke-method object nil "setFontItalic" arguments)) + +(defun |setFontKerning| (object &rest arguments) + (%qinvoke-method object nil "setFontKerning" arguments)) + +(defun |setFontLetterSpacingType| (object &rest arguments) + (%qinvoke-method object nil "setFontLetterSpacingType" arguments)) + +(defun |setFontLetterSpacing| (object &rest arguments) + (%qinvoke-method object nil "setFontLetterSpacing" arguments)) + +(defun |setFontOverline| (object &rest arguments) + (%qinvoke-method object nil "setFontOverline" arguments)) + +(defun |setFontPointSize| (object &rest arguments) + (%qinvoke-method object nil "setFontPointSize" arguments)) + +(defun |setFontSize| (object &rest arguments) + (%qinvoke-method object nil "setFontSize" arguments)) + +(defun |setFontStretch| (object &rest arguments) + (%qinvoke-method object nil "setFontStretch" arguments)) + +(defun |setFontStrikeOut| (object &rest arguments) + (%qinvoke-method object nil "setFontStrikeOut" arguments)) + +(defun |setFontStyleHint| (object &rest arguments) + (%qinvoke-method object nil "setFontStyleHint" arguments)) + +(defun |setFontStyleStrategy| (object &rest arguments) + (%qinvoke-method object nil "setFontStyleStrategy" arguments)) + +(defun |setFontUnderline| (object &rest arguments) + (%qinvoke-method object nil "setFontUnderline" arguments)) + +(defun |setFontWeight| (object &rest arguments) + (%qinvoke-method object nil "setFontWeight" arguments)) + +(defun |setFontWordSpacing| (object &rest arguments) + (%qinvoke-method object nil "setFontWordSpacing" arguments)) + +(defun |setFont| (object &rest arguments) + (%qinvoke-method object nil "setFont" arguments)) + +(defun |setForegroundBrush| (object &rest arguments) + (%qinvoke-method object nil "setForegroundBrush" arguments)) + +(defun |setForegroundRole| (object &rest arguments) + (%qinvoke-method object nil "setForegroundRole" arguments)) + +(defun |setForeground| (object &rest arguments) + (%qinvoke-method object nil "setForeground" arguments)) + +(defun |setFormAlignment| (object &rest arguments) + (%qinvoke-method object nil "setFormAlignment" arguments)) + +(defun |setFormat(int,int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setFormat(int,int,QColor)" arguments)) + +(defun |setFormat(int,int,QFont)| (object &rest arguments) + (%qinvoke-method object nil "setFormat(int,int,QFont)" arguments)) + +(defun |setFormat(int,int,QTextCharFormat)| (object &rest arguments) + (%qinvoke-method object nil "setFormat(int,int,QTextCharFormat)" arguments)) + +(defun |setFormat| (object &rest arguments) + (%qinvoke-method object nil "setFormat" arguments)) + +(defun |setForwardOnly| (object &rest arguments) + (%qinvoke-method object nil "setForwardOnly" arguments)) + +(defun |setForwardUnsupportedContent| (object &rest arguments) + (%qinvoke-method object nil "setForwardUnsupportedContent" arguments)) + +(defun |setFragment| (object &rest arguments) + (%qinvoke-method object nil "setFragment" arguments)) + +(defun |setFrameFormat| (object &rest arguments) + (%qinvoke-method object nil "setFrameFormat" arguments)) + +(defun |setFrameRange| (object &rest arguments) + (%qinvoke-method object nil "setFrameRange" arguments)) + +(defun |setFrameRect| (object &rest arguments) + (%qinvoke-method object nil "setFrameRect" arguments)) + +(defun |setFrameShadow| (object &rest arguments) + (%qinvoke-method object nil "setFrameShadow" arguments)) + +(defun |setFrameShape| (object &rest arguments) + (%qinvoke-method object nil "setFrameShape" arguments)) + +(defun |setFrameStyle| (object &rest arguments) + (%qinvoke-method object nil "setFrameStyle" arguments)) + +(defun |setFramesPerSecond| (object &rest arguments) + (%qinvoke-method object nil "setFramesPerSecond" arguments)) + +(defun |setFrame| (object &rest arguments) + (%qinvoke-method object nil "setFrame" arguments)) + +(defun |setFromTo| (object &rest arguments) + (%qinvoke-method object nil "setFromTo" arguments)) + +(defun |setFullPage| (object &rest arguments) + (%qinvoke-method object nil "setFullPage" arguments)) + +(defun |setGenerated(QString...)| (object &rest arguments) + (%qinvoke-method object nil "setGenerated(QString...)" arguments)) + +(defun |setGenerated(int...)| (object &rest arguments) + (%qinvoke-method object nil "setGenerated(int...)" arguments)) + +(defun |setGenerated| (object &rest arguments) + (%qinvoke-method object nil "setGenerated" arguments)) + +(defun |setGeometryInputType| (object &rest arguments) + (%qinvoke-method object nil "setGeometryInputType" arguments)) + +(defun |setGeometryOutputType| (object &rest arguments) + (%qinvoke-method object nil "setGeometryOutputType" arguments)) + +(defun |setGeometryOutputVertexCount| (object &rest arguments) + (%qinvoke-method object nil "setGeometryOutputVertexCount" arguments)) + +(defun |setGeometry| (object &rest arguments) + (%qinvoke-method object nil "setGeometry" arguments)) + +(defun |setGestureCancelPolicy| (object &rest arguments) + (%qinvoke-method object nil "setGestureCancelPolicy" arguments)) + +(defun |setGlobalRestorePolicy| (object &rest arguments) + (%qinvoke-method object nil "setGlobalRestorePolicy" arguments)) + +(defun |setGlobalStrut.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setGlobalStrut" arguments)) + +(defun |setGraphicsEffect| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setGraphicsEffect" arguments)) + +(defun |setGraphicsItem| (object &rest arguments) + (%qinvoke-method object nil "setGraphicsItem" arguments)) + +(defun |setGreenBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setGreenBufferSize" arguments)) + +(defun |setGreenF| (object &rest arguments) + (%qinvoke-method object nil "setGreenF" arguments)) + +(defun |setGreen| (object &rest arguments) + (%qinvoke-method object nil "setGreen" arguments)) + +(defun |setGridSize| (object &rest arguments) + (%qinvoke-method object nil "setGridSize" arguments)) + +(defun |setGridStyle| (object &rest arguments) + (%qinvoke-method object nil "setGridStyle" arguments)) + +(defun |setGridVisible| (object &rest arguments) + (%qinvoke-method object nil "setGridVisible" arguments)) + +(defun |setGroupSeparatorShown| (object &rest arguments) + (%qinvoke-method object nil "setGroupSeparatorShown" arguments)) + +(defun |setGroup| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setGroup" arguments)) + +(defun |setHMS| (object &rest arguments) + (%qinvoke-method object nil "setHMS" arguments)) + +(defun |setHeaderData| (object &rest arguments) + (%qinvoke-method object nil "setHeaderData" arguments)) + +(defun |setHeaderHidden| (object &rest arguments) + (%qinvoke-method object nil "setHeaderHidden" arguments)) + +(defun |setHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "setHeaderItem" arguments)) + +(defun |setHeaderLabels| (object &rest arguments) + (%qinvoke-method object nil "setHeaderLabels" arguments)) + +(defun |setHeaderLabel| (object &rest arguments) + (%qinvoke-method object nil "setHeaderLabel" arguments)) + +(defun |setHeaderRowCount| (object &rest arguments) + (%qinvoke-method object nil "setHeaderRowCount" arguments)) + +(defun |setHeaderTextFormat| (object &rest arguments) + (%qinvoke-method object nil "setHeaderTextFormat" arguments)) + +(defun |setHeader| (object &rest arguments) + (%qinvoke-method object nil "setHeader" arguments)) + +(defun |setHeight(QTextLength)| (object &rest arguments) + (%qinvoke-method object nil "setHeight(QTextLength)" arguments)) + +(defun |setHeight(double)| (object &rest arguments) + (%qinvoke-method object nil "setHeight(double)" arguments)) + +(defun |setHeightForWidth| (object &rest arguments) + (%qinvoke-method object nil "setHeightForWidth" arguments)) + +(defun |setHeight| (object &rest arguments) + (%qinvoke-method object nil "setHeight" arguments)) + +(defun |setHexMode| (object &rest arguments) + (%qinvoke-method object nil "setHexMode" arguments)) + +(defun |setHidden| (object &rest arguments) + (%qinvoke-method object nil "setHidden" arguments)) + +(defun |setHighlightSections| (object &rest arguments) + (%qinvoke-method object nil "setHighlightSections" arguments)) + +(defun |setHintingPreference| (object &rest arguments) + (%qinvoke-method object nil "setHintingPreference" arguments)) + +(defun |setHistoryType| (object &rest arguments) + (%qinvoke-method object nil "setHistoryType" arguments)) + +(defun |setHistory| (object &rest arguments) + (%qinvoke-method object nil "setHistory" arguments)) + +(defun |setHitTestPath| (object &rest arguments) + (%qinvoke-method object nil "setHitTestPath" arguments)) + +(defun |setHorizontalHeaderFormat| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalHeaderFormat" arguments)) + +(defun |setHorizontalHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalHeaderItem" arguments)) + +(defun |setHorizontalHeaderLabels| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalHeaderLabels" arguments)) + +(defun |setHorizontalHeader| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalHeader" arguments)) + +(defun |setHorizontalPolicy| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalPolicy" arguments)) + +(defun |setHorizontalScrollBarPolicy| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalScrollBarPolicy" arguments)) + +(defun |setHorizontalScrollBar| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalScrollBar" arguments)) + +(defun |setHorizontalScrollMode| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalScrollMode" arguments)) + +(defun |setHorizontalSpacing| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalSpacing" arguments)) + +(defun |setHorizontalStretch| (object &rest arguments) + (%qinvoke-method object nil "setHorizontalStretch" arguments)) + +(defun |setHostName| (object &rest arguments) + (%qinvoke-method object nil "setHostName" arguments)) + +(defun |setHost| (object &rest arguments) + (%qinvoke-method object nil "setHost" arguments)) + +(defun |setHotSpot| (object &rest arguments) + (%qinvoke-method object nil "setHotSpot" arguments)) + +(defun |setHslF| (object &rest arguments) + (%qinvoke-method object nil "setHslF" arguments)) + +(defun |setHsl| (object &rest arguments) + (%qinvoke-method object nil "setHsl" arguments)) + +(defun |setHsvF| (object &rest arguments) + (%qinvoke-method object nil "setHsvF" arguments)) + +(defun |setHsv| (object &rest arguments) + (%qinvoke-method object nil "setHsv" arguments)) + +(defun |setHtml| (object &rest arguments) + (%qinvoke-method object nil "setHtml" arguments)) + +(defun |setHttpOnly| (object &rest arguments) + (%qinvoke-method object nil "setHttpOnly" arguments)) + +(defun |setIconDatabasePath.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setIconDatabasePath" arguments)) + +(defun |setIconPixmap| (object &rest arguments) + (%qinvoke-method object nil "setIconPixmap" arguments)) + +(defun |setIconProvider| (object &rest arguments) + (%qinvoke-method object nil "setIconProvider" arguments)) + +(defun |setIconSize| (object &rest arguments) + (%qinvoke-method object nil "setIconSize" arguments)) + +(defun |setIconText| (object &rest arguments) + (%qinvoke-method object nil "setIconText" arguments)) + +(defun |setIconVisibleInMenu| (object &rest arguments) + (%qinvoke-method object nil "setIconVisibleInMenu" arguments)) + +(defun |setIcon| (object &rest arguments) + (%qinvoke-method object nil "setIcon" arguments)) + +(defun |setIdnWhitelist.QUrl| (&rest arguments) + (%qinvoke-method "QUrl" nil "setIdnWhitelist" arguments)) + +(defun |setId| (object &rest arguments) + (%qinvoke-method object nil "setId" arguments)) + +(defun |setImageData| (object &rest arguments) + (%qinvoke-method object nil "setImageData" arguments)) + +(defun |setImage| (object &rest arguments) + (%qinvoke-method object nil "setImage" arguments)) + +(defun |setIndentWidth| (object &rest arguments) + (%qinvoke-method object nil "setIndentWidth" arguments)) + +(defun |setIndentation| (object &rest arguments) + (%qinvoke-method object nil "setIndentation" arguments)) + +(defun |setIndent| (object &rest arguments) + (%qinvoke-method object nil "setIndent" arguments)) + +(defun |setIndexWidget| (object &rest arguments) + (%qinvoke-method object nil "setIndexWidget" arguments)) + +(defun |setIndex| (object &rest arguments) + (%qinvoke-method object nil "setIndex" arguments)) + +(defun |setInformativeText| (object &rest arguments) + (%qinvoke-method object nil "setInformativeText" arguments)) + +(defun |setIniCodec(QTextCodec*)| (object &rest arguments) + (%qinvoke-method object nil "setIniCodec(QTextCodec*)" arguments)) + +(defun |setIniCodec(const char*)| (object &rest arguments) + (%qinvoke-method object nil "setIniCodec(const char*)" arguments)) + +(defun |setIniCodec| (object &rest arguments) + (%qinvoke-method object nil "setIniCodec" arguments)) + +(defun |setInitialState| (object &rest arguments) + (%qinvoke-method object nil "setInitialState" arguments)) + +(defun |setInitialized| (object &rest arguments) + (%qinvoke-method object nil "setInitialized" arguments)) + +(defun |setInnerXml| (object &rest arguments) + (%qinvoke-method object nil "setInnerXml" arguments)) + +(defun |setInputChannelMode| (object &rest arguments) + (%qinvoke-method object nil "setInputChannelMode" arguments)) + +(defun |setInputMask| (object &rest arguments) + (%qinvoke-method object nil "setInputMask" arguments)) + +(defun |setInputMethodHints| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setInputMethodHints" arguments)) + +(defun |setInputMode| (object &rest arguments) + (%qinvoke-method object nil "setInputMode" arguments)) + +(defun |setInsertPolicy| (object &rest arguments) + (%qinvoke-method object nil "setInsertPolicy" arguments)) + +(defun |setIntMaximum| (object &rest arguments) + (%qinvoke-method object nil "setIntMaximum" arguments)) + +(defun |setIntMinimum| (object &rest arguments) + (%qinvoke-method object nil "setIntMinimum" arguments)) + +(defun |setIntRange| (object &rest arguments) + (%qinvoke-method object nil "setIntRange" arguments)) + +(defun |setIntStep| (object &rest arguments) + (%qinvoke-method object nil "setIntStep" arguments)) + +(defun |setIntValue| (object &rest arguments) + (%qinvoke-method object nil "setIntValue" arguments)) + +(defun |setInteractive| (object &rest arguments) + (%qinvoke-method object nil "setInteractive" arguments)) + +(defun |setInternalTextureFormat| (object &rest arguments) + (%qinvoke-method object nil "setInternalTextureFormat" arguments)) + +(defun |setInterval| (object &rest arguments) + (%qinvoke-method object nil "setInterval" arguments)) + +(defun |setInvertedAppearance| (object &rest arguments) + (%qinvoke-method object nil "setInvertedAppearance" arguments)) + +(defun |setInvertedControls| (object &rest arguments) + (%qinvoke-method object nil "setInvertedControls" arguments)) + +(defun |setItalic| (object &rest arguments) + (%qinvoke-method object nil "setItalic" arguments)) + +(defun |setItemData| (object &rest arguments) + (%qinvoke-method object nil "setItemData" arguments)) + +(defun |setItemDelegateForColumn| (object &rest arguments) + (%qinvoke-method object nil "setItemDelegateForColumn" arguments)) + +(defun |setItemDelegateForRow| (object &rest arguments) + (%qinvoke-method object nil "setItemDelegateForRow" arguments)) + +(defun |setItemDelegate| (object &rest arguments) + (%qinvoke-method object nil "setItemDelegate" arguments)) + +(defun |setItemEditorFactory| (object &rest arguments) + (%qinvoke-method object nil "setItemEditorFactory" arguments)) + +(defun |setItemEnabled| (object &rest arguments) + (%qinvoke-method object nil "setItemEnabled" arguments)) + +(defun |setItemIcon| (object &rest arguments) + (%qinvoke-method object nil "setItemIcon" arguments)) + +(defun |setItemIndexMethod| (object &rest arguments) + (%qinvoke-method object nil "setItemIndexMethod" arguments)) + +(defun |setItemPrototype| (object &rest arguments) + (%qinvoke-method object nil "setItemPrototype" arguments)) + +(defun |setItemSpacing| (object &rest arguments) + (%qinvoke-method object nil "setItemSpacing" arguments)) + +(defun |setItemText| (object &rest arguments) + (%qinvoke-method object nil "setItemText" arguments)) + +(defun |setItemToolTip| (object &rest arguments) + (%qinvoke-method object nil "setItemToolTip" arguments)) + +(defun |setItemWidget| (object &rest arguments) + (%qinvoke-method object nil "setItemWidget" arguments)) + +(defun |setItemsExpandable| (object &rest arguments) + (%qinvoke-method object nil "setItemsExpandable" arguments)) + +(defun |setItem| (object &rest arguments) + (%qinvoke-method object nil "setItem" arguments)) + +(defun |setJoinMode| (object &rest arguments) + (%qinvoke-method object nil "setJoinMode" arguments)) + +(defun |setJoinStyle| (object &rest arguments) + (%qinvoke-method object nil "setJoinStyle" arguments)) + +(defun |setKeepPositionOnInsert| (object &rest arguments) + (%qinvoke-method object nil "setKeepPositionOnInsert" arguments)) + +(defun |setKerning| (object &rest arguments) + (%qinvoke-method object nil "setKerning" arguments)) + +(defun |setKeyboardInputInterval.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setKeyboardInputInterval" arguments)) + +(defun |setKeyboardPageStep| (object &rest arguments) + (%qinvoke-method object nil "setKeyboardPageStep" arguments)) + +(defun |setKeyboardSingleStep| (object &rest arguments) + (%qinvoke-method object nil "setKeyboardSingleStep" arguments)) + +(defun |setKeyboardTracking| (object &rest arguments) + (%qinvoke-method object nil "setKeyboardTracking" arguments)) + +(defun |setKey| (object &rest arguments) + (%qinvoke-method object nil "setKey" arguments)) + +(defun |setLabelAlignment| (object &rest arguments) + (%qinvoke-method object nil "setLabelAlignment" arguments)) + +(defun |setLabelText| (object &rest arguments) + (%qinvoke-method object nil "setLabelText" arguments)) + +(defun |setLabel| (object &rest arguments) + (%qinvoke-method object nil "setLabel" arguments)) + +(defun |setLandscapeOrientation| (object &rest arguments) + (%qinvoke-method object nil "setLandscapeOrientation" arguments)) + +(defun |setLastCenterPoint| (object &rest arguments) + (%qinvoke-method object nil "setLastCenterPoint" arguments)) + +(defun |setLastError| (object &rest arguments) + (%qinvoke-method object nil "setLastError" arguments)) + +(defun |setLastOffset| (object &rest arguments) + (%qinvoke-method object nil "setLastOffset" arguments)) + +(defun |setLastRotationAngle| (object &rest arguments) + (%qinvoke-method object nil "setLastRotationAngle" arguments)) + +(defun |setLastScaleFactor| (object &rest arguments) + (%qinvoke-method object nil "setLastScaleFactor" arguments)) + +(defun |setLayoutDirection.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setLayoutDirection" arguments)) + +(defun |setLayoutDirection| (object &rest arguments) + (%qinvoke-method object nil "setLayoutDirection" arguments)) + +(defun |setLayoutMode| (object &rest arguments) + (%qinvoke-method object nil "setLayoutMode" arguments)) + +(defun |setLayout| (object &rest arguments) + (%qinvoke-method object nil "setLayout" arguments)) + +(defun |setLazyChildCount| (object &rest arguments) + (%qinvoke-method object nil "setLazyChildCount" arguments)) + +(defun |setLeadingIncluded| (object &rest arguments) + (%qinvoke-method object nil "setLeadingIncluded" arguments)) + +(defun |setLeftMargin| (object &rest arguments) + (%qinvoke-method object nil "setLeftMargin" arguments)) + +(defun |setLeftPadding| (object &rest arguments) + (%qinvoke-method object nil "setLeftPadding" arguments)) + +(defun |setLeft| (object &rest arguments) + (%qinvoke-method object nil "setLeft" arguments)) + +(defun |setLength| (object &rest arguments) + (%qinvoke-method object nil "setLength" arguments)) + +(defun |setLetterSpacing| (object &rest arguments) + (%qinvoke-method object nil "setLetterSpacing" arguments)) + +(defun |setLibraryPaths.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setLibraryPaths" arguments)) + +(defun |setLineCount| (object &rest arguments) + (%qinvoke-method object nil "setLineCount" arguments)) + +(defun |setLineEdit| (object &rest arguments) + (%qinvoke-method object nil "setLineEdit" arguments)) + +(defun |setLineHeight| (object &rest arguments) + (%qinvoke-method object nil "setLineHeight" arguments)) + +(defun |setLineWidth| (object &rest arguments) + (%qinvoke-method object nil "setLineWidth" arguments)) + +(defun |setLineWrapColumnOrWidth| (object &rest arguments) + (%qinvoke-method object nil "setLineWrapColumnOrWidth" arguments)) + +(defun |setLineWrapMode| (object &rest arguments) + (%qinvoke-method object nil "setLineWrapMode" arguments)) + +(defun |setLine| (object &rest arguments) + (%qinvoke-method object nil "setLine" arguments)) + +(defun |setLinkDelegationPolicy| (object &rest arguments) + (%qinvoke-method object nil "setLinkDelegationPolicy" arguments)) + +(defun |setLoadHints| (object &rest arguments) + (%qinvoke-method object nil "setLoadHints" arguments)) + +(defun |setLocalAddress| (object &rest arguments) + (%qinvoke-method object nil "setLocalAddress" arguments)) + +(defun |setLocalCertificateChain| (object &rest arguments) + (%qinvoke-method object nil "setLocalCertificateChain" arguments)) + +(defun |setLocalCertificate| (object &rest arguments) + (%qinvoke-method object nil "setLocalCertificate" arguments)) + +(defun |setLocalPort| (object &rest arguments) + (%qinvoke-method object nil "setLocalPort" arguments)) + +(defun |setLocalStoragePath| (object &rest arguments) + (%qinvoke-method object nil "setLocalStoragePath" arguments)) + +(defun |setLocale| (object &rest arguments) + (%qinvoke-method object nil "setLocale" arguments)) + +(defun |setLoopCount| (object &rest arguments) + (%qinvoke-method object nil "setLoopCount" arguments)) + +(defun |setMSecsSinceEpoch| (object &rest arguments) + (%qinvoke-method object nil "setMSecsSinceEpoch" arguments)) + +(defun |setManagerProperty(QString,QString)| (object &rest arguments) + (%qinvoke-method object nil "setManagerProperty(QString,QString)" arguments)) + +(defun |setManagerProperty(QString,QStringList)| (object &rest arguments) + (%qinvoke-method object nil "setManagerProperty(QString,QStringList)" arguments)) + +(defun |setMargin| (object &rest arguments) + (%qinvoke-method object nil "setMargin" arguments)) + +(defun |setMask(QBitmap)| (object &rest arguments) + (%qinvoke-method object nil "setMask(QBitmap)" arguments)) + +(defun |setMask(QRegion)| (object &rest arguments) + (%qinvoke-method object nil "setMask(QRegion)" arguments)) + +(defun |setMask| (object &rest arguments) + (%qinvoke-method object nil "setMask" arguments)) + +(defun |setMatrix| (object &rest arguments) + (%qinvoke-method object nil "setMatrix" arguments)) + +(defun |setMaxCount| (object &rest arguments) + (%qinvoke-method object nil "setMaxCount" arguments)) + +(defun |setMaxLength| (object &rest arguments) + (%qinvoke-method object nil "setMaxLength" arguments)) + +(defun |setMaxVisibleItems| (object &rest arguments) + (%qinvoke-method object nil "setMaxVisibleItems" arguments)) + +(defun |setMaximumBlockCount| (object &rest arguments) + (%qinvoke-method object nil "setMaximumBlockCount" arguments)) + +(defun |setMaximumCacheSize| (object &rest arguments) + (%qinvoke-method object nil "setMaximumCacheSize" arguments)) + +(defun |setMaximumDateTime| (object &rest arguments) + (%qinvoke-method object nil "setMaximumDateTime" arguments)) + +(defun |setMaximumDate| (object &rest arguments) + (%qinvoke-method object nil "setMaximumDate" arguments)) + +(defun |setMaximumHeight| (object &rest arguments) + (%qinvoke-method object nil "setMaximumHeight" arguments)) + +(defun |setMaximumItemCount| (object &rest arguments) + (%qinvoke-method object nil "setMaximumItemCount" arguments)) + +(defun |setMaximumPagesInCache.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setMaximumPagesInCache" arguments)) + +(defun |setMaximumSectionSize| (object &rest arguments) + (%qinvoke-method object nil "setMaximumSectionSize" arguments)) + +(defun |setMaximumSize| (object &rest arguments) + (%qinvoke-method object nil "setMaximumSize" arguments)) + +(defun |setMaximumTime| (object &rest arguments) + (%qinvoke-method object nil "setMaximumTime" arguments)) + +(defun |setMaximumWidth| (object &rest arguments) + (%qinvoke-method object nil "setMaximumWidth" arguments)) + +(defun |setMaximum| (object &rest arguments) + (%qinvoke-method object nil "setMaximum" arguments)) + +(defun |setMenuBar| (object &rest arguments) + (%qinvoke-method object nil "setMenuBar" arguments)) + +(defun |setMenuRole| (object &rest arguments) + (%qinvoke-method object nil "setMenuRole" arguments)) + +(defun |setMenuWidget| (object &rest arguments) + (%qinvoke-method object nil "setMenuWidget" arguments)) + +(defun |setMenu| (object &rest arguments) + (%qinvoke-method object nil "setMenu" arguments)) + +(defun |setMetaInformation| (object &rest arguments) + (%qinvoke-method object nil "setMetaInformation" arguments)) + +(defun |setMidLineWidth| (object &rest arguments) + (%qinvoke-method object nil "setMidLineWidth" arguments)) + +(defun |setMimeData| (object &rest arguments) + (%qinvoke-method object nil "setMimeData" arguments)) + +(defun |setMimeTypeFilters| (object &rest arguments) + (%qinvoke-method object nil "setMimeTypeFilters" arguments)) + +(defun |setMinMax| (object &rest arguments) + (%qinvoke-method object nil "setMinMax" arguments)) + +(defun |setMinimal| (object &rest arguments) + (%qinvoke-method object nil "setMinimal" arguments)) + +(defun |setMinimumContentsLength| (object &rest arguments) + (%qinvoke-method object nil "setMinimumContentsLength" arguments)) + +(defun |setMinimumDateTime| (object &rest arguments) + (%qinvoke-method object nil "setMinimumDateTime" arguments)) + +(defun |setMinimumDate| (object &rest arguments) + (%qinvoke-method object nil "setMinimumDate" arguments)) + +(defun |setMinimumDuration| (object &rest arguments) + (%qinvoke-method object nil "setMinimumDuration" arguments)) + +(defun |setMinimumHeight| (object &rest arguments) + (%qinvoke-method object nil "setMinimumHeight" arguments)) + +(defun |setMinimumRenderSize| (object &rest arguments) + (%qinvoke-method object nil "setMinimumRenderSize" arguments)) + +(defun |setMinimumSectionSize| (object &rest arguments) + (%qinvoke-method object nil "setMinimumSectionSize" arguments)) + +(defun |setMinimumSize| (object &rest arguments) + (%qinvoke-method object nil "setMinimumSize" arguments)) + +(defun |setMinimumTime| (object &rest arguments) + (%qinvoke-method object nil "setMinimumTime" arguments)) + +(defun |setMinimumWidth| (object &rest arguments) + (%qinvoke-method object nil "setMinimumWidth" arguments)) + +(defun |setMinimum| (object &rest arguments) + (%qinvoke-method object nil "setMinimum" arguments)) + +(defun |setMipmap| (object &rest arguments) + (%qinvoke-method object nil "setMipmap" arguments)) + +(defun |setMiterLimit| (object &rest arguments) + (%qinvoke-method object nil "setMiterLimit" arguments)) + +(defun |setModal| (object &rest arguments) + (%qinvoke-method object nil "setModal" arguments)) + +(defun |setModelColumn| (object &rest arguments) + (%qinvoke-method object nil "setModelColumn" arguments)) + +(defun |setModelData| (object &rest arguments) + (%qinvoke-method object nil "setModelData" arguments)) + +(defun |setModelSorting| (object &rest arguments) + (%qinvoke-method object nil "setModelSorting" arguments)) + +(defun |setModel| (object &rest arguments) + (%qinvoke-method object nil "setModel" arguments)) + +(defun |setMode| (object &rest arguments) + (%qinvoke-method object nil "setMode" arguments)) + +(defun |setModified| (object &rest arguments) + (%qinvoke-method object nil "setModified" arguments)) + +(defun |setModifierMask| (object &rest arguments) + (%qinvoke-method object nil "setModifierMask" arguments)) + +(defun |setMouseTracking| (object &rest arguments) + (%qinvoke-method object nil "setMouseTracking" arguments)) + +(defun |setMovable| (object &rest arguments) + (%qinvoke-method object nil "setMovable" arguments)) + +(defun |setMovement| (object &rest arguments) + (%qinvoke-method object nil "setMovement" arguments)) + +(defun |setMovie| (object &rest arguments) + (%qinvoke-method object nil "setMovie" arguments)) + +(defun |setNameFilterDisables| (object &rest arguments) + (%qinvoke-method object nil "setNameFilterDisables" arguments)) + +(defun |setNameFilters| (object &rest arguments) + (%qinvoke-method object nil "setNameFilters" arguments)) + +(defun |setNameFilter| (object &rest arguments) + (%qinvoke-method object nil "setNameFilter" arguments)) + +(defun |setNamedColor| (object &rest arguments) + (%qinvoke-method object nil "setNamedColor" arguments)) + +(defun |setName| (object &rest arguments) + (%qinvoke-method object nil "setName" arguments)) + +(defun |setNativeMenuBar| (object &rest arguments) + (%qinvoke-method object nil "setNativeMenuBar" arguments)) + +(defun |setNavigationBarVisible| (object &rest arguments) + (%qinvoke-method object nil "setNavigationBarVisible" arguments)) + +(defun |setNetworkAccessManager| (object &rest arguments) + (%qinvoke-method object nil "setNetworkAccessManager" arguments)) + +(defun |setNetworkAccessible| (object &rest arguments) + (%qinvoke-method object nil "setNetworkAccessible" arguments)) + +(defun |setNetworkConfiguration| (object &rest arguments) + (%qinvoke-method object nil "setNetworkConfiguration" arguments)) + +(defun |setNonBreakableLines| (object &rest arguments) + (%qinvoke-method object nil "setNonBreakableLines" arguments)) + +(defun |setNotation| (object &rest arguments) + (%qinvoke-method object nil "setNotation" arguments)) + +(defun |setNotchTarget| (object &rest arguments) + (%qinvoke-method object nil "setNotchTarget" arguments)) + +(defun |setNotchesVisible| (object &rest arguments) + (%qinvoke-method object nil "setNotchesVisible" arguments)) + +(defun |setNull(QString)| (object &rest arguments) + (%qinvoke-method object nil "setNull(QString)" arguments)) + +(defun |setNull(int)| (object &rest arguments) + (%qinvoke-method object nil "setNull(int)" arguments)) + +(defun |setNull| (object &rest arguments) + (%qinvoke-method object nil "setNull" arguments)) + +(defun |setNum(double)| (object &rest arguments) + (%qinvoke-method object nil "setNum(double)" arguments)) + +(defun |setNum(int)| (object &rest arguments) + (%qinvoke-method object nil "setNum(int)" arguments)) + +(defun |setNumColumns| (object &rest arguments) + (%qinvoke-method object nil "setNumColumns" arguments)) + +(defun |setNumberOptions| (object &rest arguments) + (%qinvoke-method object nil "setNumberOptions" arguments)) + +(defun |setNumberPrefix| (object &rest arguments) + (%qinvoke-method object nil "setNumberPrefix" arguments)) + +(defun |setNumberSuffix| (object &rest arguments) + (%qinvoke-method object nil "setNumberSuffix" arguments)) + +(defun |setNumericalPrecisionPolicy| (object &rest arguments) + (%qinvoke-method object nil "setNumericalPrecisionPolicy" arguments)) + +(defun |setNum| (object &rest arguments) + (%qinvoke-method object nil "setNum" arguments)) + +(defun |setObjectCacheCapacities.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setObjectCacheCapacities" arguments)) + +(defun |setObjectIndex| (object &rest arguments) + (%qinvoke-method object nil "setObjectIndex" arguments)) + +(defun |setObjectName| (object &rest arguments) + (%qinvoke-method object nil "setObjectName" arguments)) + +(defun |setObjectType| (object &rest arguments) + (%qinvoke-method object nil "setObjectType" arguments)) + +(defun |setOctMode| (object &rest arguments) + (%qinvoke-method object nil "setOctMode" arguments)) + +(defun |setOfflineStorageDefaultQuota.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setOfflineStorageDefaultQuota" arguments)) + +(defun |setOfflineStoragePath.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setOfflineStoragePath" arguments)) + +(defun |setOfflineWebApplicationCachePath.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setOfflineWebApplicationCachePath" arguments)) + +(defun |setOfflineWebApplicationCacheQuota.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setOfflineWebApplicationCacheQuota" arguments)) + +(defun |setOffset(QPointF)| (object &rest arguments) + (%qinvoke-method object nil "setOffset(QPointF)" arguments)) + +(defun |setOffset(double)| (object &rest arguments) + (%qinvoke-method object nil "setOffset(double)" arguments)) + +(defun |setOffsetFromUtc| (object &rest arguments) + (%qinvoke-method object nil "setOffsetFromUtc" arguments)) + +(defun |setOffsetToLastSection| (object &rest arguments) + (%qinvoke-method object nil "setOffsetToLastSection" arguments)) + +(defun |setOffsetToSectionPosition| (object &rest arguments) + (%qinvoke-method object nil "setOffsetToSectionPosition" arguments)) + +(defun |setOffset| (object &rest arguments) + (%qinvoke-method object nil "setOffset" arguments)) + +(defun |setOkButtonText| (object &rest arguments) + (%qinvoke-method object nil "setOkButtonText" arguments)) + +(defun |setOpacityMask| (object &rest arguments) + (%qinvoke-method object nil "setOpacityMask" arguments)) + +(defun |setOpacity| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setOpacity" arguments)) + +(defun |setOpaqueResize| (object &rest arguments) + (%qinvoke-method object nil "setOpaqueResize" arguments)) + +(defun |setOpenExternalLinks| (object &rest arguments) + (%qinvoke-method object nil "setOpenExternalLinks" arguments)) + +(defun |setOpenLinks| (object &rest arguments) + (%qinvoke-method object nil "setOpenLinks" arguments)) + +(defun |setOpenMode| (object &rest arguments) + (%qinvoke-method object nil "setOpenMode" arguments)) + +(defun |setOptimizationFlags| (object &rest arguments) + (%qinvoke-method object nil "setOptimizationFlags" arguments)) + +(defun |setOptimizationFlag| (object &rest arguments) + (%qinvoke-method object nil "setOptimizationFlag" arguments)) + +(defun |setOptionTabs| (object &rest arguments) + (%qinvoke-method object nil "setOptionTabs" arguments)) + +(defun |setOptions| (object &rest arguments) + (%qinvoke-method object nil "setOptions" arguments)) + +(defun |setOption| (object &rest arguments) + (%qinvoke-method object nil "setOption" arguments)) + +(defun |setOrganizationDomain.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setOrganizationDomain" arguments)) + +(defun |setOrganizationName.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setOrganizationName" arguments)) + +(defun |setOrientation| (object &rest arguments) + (%qinvoke-method object nil "setOrientation" arguments)) + +(defun |setOriginCorner| (object &rest arguments) + (%qinvoke-method object nil "setOriginCorner" arguments)) + +(defun |setOriginatingObject| (object &rest arguments) + (%qinvoke-method object nil "setOriginatingObject" arguments)) + +(defun |setOrigin| (object &rest arguments) + (%qinvoke-method object nil "setOrigin" arguments)) + +(defun |setOuterXml| (object &rest arguments) + (%qinvoke-method object nil "setOuterXml" arguments)) + +(defun |setOutputFileName| (object &rest arguments) + (%qinvoke-method object nil "setOutputFileName" arguments)) + +(defun |setOutputFormat| (object &rest arguments) + (%qinvoke-method object nil "setOutputFormat" arguments)) + +(defun |setOverlay| (object &rest arguments) + (%qinvoke-method object nil "setOverlay" arguments)) + +(defun |setOverline| (object &rest arguments) + (%qinvoke-method object nil "setOverline" arguments)) + +(defun |setOverrideCursor.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setOverrideCursor" arguments)) + +(defun |setOvershoot| (object &rest arguments) + (%qinvoke-method object nil "setOvershoot" arguments)) + +(defun |setOverwriteMode| (object &rest arguments) + (%qinvoke-method object nil "setOverwriteMode" arguments)) + +(defun |setOwnedByLayout| (object &rest arguments) + (%qinvoke-method object nil "setOwnedByLayout" arguments)) + +(defun |setPadding| (object &rest arguments) + (%qinvoke-method object nil "setPadding" arguments)) + +(defun |setPageBreakPolicy| (object &rest arguments) + (%qinvoke-method object nil "setPageBreakPolicy" arguments)) + +(defun |setPageLayout| (object &rest arguments) + (%qinvoke-method object nil "setPageLayout" arguments)) + +(defun |setPageMargins| (object &rest arguments) + (%qinvoke-method object nil "setPageMargins" arguments)) + +(defun |setPageOrder| (object &rest arguments) + (%qinvoke-method object nil "setPageOrder" arguments)) + +(defun |setPageOrientation| (object &rest arguments) + (%qinvoke-method object nil "setPageOrientation" arguments)) + +(defun |setPageSize(QPageSize)| (object &rest arguments) + (%qinvoke-method object nil "setPageSize(QPageSize)" arguments)) + +(defun |setPageSize(QPagedPaintDevice::PageSize)| (object &rest arguments) + (%qinvoke-method object nil "setPageSize(QPagedPaintDevice::PageSize)" arguments)) + +(defun |setPageSizeMM| (object &rest arguments) + (%qinvoke-method object nil "setPageSizeMM" arguments)) + +(defun |setPageSize| (object &rest arguments) + (%qinvoke-method object nil "setPageSize" arguments)) + +(defun |setPageStep| (object &rest arguments) + (%qinvoke-method object nil "setPageStep" arguments)) + +(defun |setPage| (object &rest arguments) + (%qinvoke-method object nil "setPage" arguments)) + +(defun |setPaintDevice| (object &rest arguments) + (%qinvoke-method object nil "setPaintDevice" arguments)) + +(defun |setPalette.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setPalette" arguments)) + +(defun |setPalette.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setPalette" arguments)) + +(defun |setPalette.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "setPalette" arguments)) + +(defun |setPalette| (object &rest arguments) + (%qinvoke-method object nil "setPalette" arguments)) + +(defun |setPanelModality| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setPanelModality" arguments)) + +(defun |setPaperSource| (object &rest arguments) + (%qinvoke-method object nil "setPaperSource" arguments)) + +(defun |setParentItem| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setParentItem" arguments)) + +(defun |setParentLayoutItem| (object &rest arguments) + (%qinvoke-method object nil "setParentLayoutItem" arguments)) + +(defun |setParent| (object &rest arguments) + (%qinvoke-method object nil "setParent" arguments)) + +(defun |setPassword| (object &rest arguments) + (%qinvoke-method object nil "setPassword" arguments)) + +(defun |setPath.QSettings| (&rest arguments) + (%qinvoke-method "QSettings" nil "setPath" arguments)) + +(defun |setPath| (object &rest arguments) + (%qinvoke-method object nil "setPath" arguments)) + +(defun |setPatternSyntax| (object &rest arguments) + (%qinvoke-method object nil "setPatternSyntax" arguments)) + +(defun |setPattern| (object &rest arguments) + (%qinvoke-method object nil "setPattern" arguments)) + +(defun |setPauseMode| (object &rest arguments) + (%qinvoke-method object nil "setPauseMode" arguments)) + +(defun |setPaused| (object &rest arguments) + (%qinvoke-method object nil "setPaused" arguments)) + +(defun |setPeerAddress| (object &rest arguments) + (%qinvoke-method object nil "setPeerAddress" arguments)) + +(defun |setPeerHostName| (object &rest arguments) + (%qinvoke-method object nil "setPeerHostName" arguments)) + +(defun |setPeerName| (object &rest arguments) + (%qinvoke-method object nil "setPeerName" arguments)) + +(defun |setPeerPort| (object &rest arguments) + (%qinvoke-method object nil "setPeerPort" arguments)) + +(defun |setPeerVerifyDepth| (object &rest arguments) + (%qinvoke-method object nil "setPeerVerifyDepth" arguments)) + +(defun |setPeerVerifyMode| (object &rest arguments) + (%qinvoke-method object nil "setPeerVerifyMode" arguments)) + +(defun |setPen(QColor)| (object &rest arguments) + (%qinvoke-method object nil "setPen(QColor)" arguments)) + +(defun |setPen(QPen)| (object &rest arguments) + (%qinvoke-method object nil "setPen(QPen)" arguments)) + +(defun |setPen(Qt::PenStyle)| (object &rest arguments) + (%qinvoke-method object nil "setPen(Qt::PenStyle)" arguments)) + +(defun |setPen| (object &rest arguments) + (%qinvoke-method object nil "setPen" arguments)) + +(defun |setPeriod| (object &rest arguments) + (%qinvoke-method object nil "setPeriod" arguments)) + +(defun |setPermissions.QFile| (&rest arguments) + (%qinvoke-method "QFile" nil "setPermissions" arguments)) + +(defun |setPermissions| (object &rest arguments) + (%qinvoke-method object nil "setPermissions" arguments)) + +(defun |setPicture| (object &rest arguments) + (%qinvoke-method object nil "setPicture" arguments)) + +(defun |setPixelSize| (object &rest arguments) + (%qinvoke-method object nil "setPixelSize" arguments)) + +(defun |setPixel| (object &rest arguments) + (%qinvoke-method object nil "setPixel" arguments)) + +(defun |setPixmap| (object &rest arguments) + (%qinvoke-method object nil "setPixmap" arguments)) + +(defun |setPlainText| (object &rest arguments) + (%qinvoke-method object nil "setPlainText" arguments)) + +(defun |setPlane| (object &rest arguments) + (%qinvoke-method object nil "setPlane" arguments)) + +(defun |setPluginFactory| (object &rest arguments) + (%qinvoke-method object nil "setPluginFactory" arguments)) + +(defun |setPointSizeF| (object &rest arguments) + (%qinvoke-method object nil "setPointSizeF" arguments)) + +(defun |setPointSize| (object &rest arguments) + (%qinvoke-method object nil "setPointSize" arguments)) + +(defun |setPolygon| (object &rest arguments) + (%qinvoke-method object nil "setPolygon" arguments)) + +(defun |setPopupMode| (object &rest arguments) + (%qinvoke-method object nil "setPopupMode" arguments)) + +(defun |setPopup| (object &rest arguments) + (%qinvoke-method object nil "setPopup" arguments)) + +(defun |setPortraitOrientation| (object &rest arguments) + (%qinvoke-method object nil "setPortraitOrientation" arguments)) + +(defun |setPort| (object &rest arguments) + (%qinvoke-method object nil "setPort" arguments)) + +(defun |setPos(QScreen*...).QCursor| (&rest arguments) + (%qinvoke-method "QCursor" nil "setPos(QScreen*...)" arguments)) + +(defun |setPos(int...).QCursor| (&rest arguments) + (%qinvoke-method "QCursor" nil "setPos(int...)" arguments)) + +(defun |setPos.QCursor| (&rest arguments) + (%qinvoke-method "QCursor" nil "setPos" arguments)) + +(defun |setPositionForIndex| (object &rest arguments) + (%qinvoke-method object nil "setPositionForIndex" arguments)) + +(defun |setPosition| (object &rest arguments) + (%qinvoke-method object nil "setPosition" arguments)) + +(defun |setPos| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setPos" arguments)) + +(defun |setPrecision| (object &rest arguments) + (%qinvoke-method object nil "setPrecision" arguments)) + +(defun |setPreeditArea| (object &rest arguments) + (%qinvoke-method object nil "setPreeditArea" arguments)) + +(defun |setPreferredContentsSize| (object &rest arguments) + (%qinvoke-method object nil "setPreferredContentsSize" arguments)) + +(defun |setPreferredHeight| (object &rest arguments) + (%qinvoke-method object nil "setPreferredHeight" arguments)) + +(defun |setPreferredSize| (object &rest arguments) + (%qinvoke-method object nil "setPreferredSize" arguments)) + +(defun |setPreferredWidth| (object &rest arguments) + (%qinvoke-method object nil "setPreferredWidth" arguments)) + +(defun |setPrefix| (object &rest arguments) + (%qinvoke-method object nil "setPrefix" arguments)) + +(defun |setPreviewWidget| (object &rest arguments) + (%qinvoke-method object nil "setPreviewWidget" arguments)) + +(defun |setPrimaryKey| (object &rest arguments) + (%qinvoke-method object nil "setPrimaryKey" arguments)) + +(defun |setPrintProgram| (object &rest arguments) + (%qinvoke-method object nil "setPrintProgram" arguments)) + +(defun |setPrintRange| (object &rest arguments) + (%qinvoke-method object nil "setPrintRange" arguments)) + +(defun |setPrinterName| (object &rest arguments) + (%qinvoke-method object nil "setPrinterName" arguments)) + +(defun |setPriority| (object &rest arguments) + (%qinvoke-method object nil "setPriority" arguments)) + +(defun |setPrivateKey| (object &rest arguments) + (%qinvoke-method object nil "setPrivateKey" arguments)) + +(defun |setProcessChannelMode| (object &rest arguments) + (%qinvoke-method object nil "setProcessChannelMode" arguments)) + +(defun |setProcessEnvironment| (object &rest arguments) + (%qinvoke-method object nil "setProcessEnvironment" arguments)) + +(defun |setProcessState| (object &rest arguments) + (%qinvoke-method object nil "setProcessState" arguments)) + +(defun |setProfile| (object &rest arguments) + (%qinvoke-method object nil "setProfile" arguments)) + +(defun |setProgram| (object &rest arguments) + (%qinvoke-method object nil "setProgram" arguments)) + +(defun |setProperty(int,QVariant)| (object &rest arguments) + (%qinvoke-method object nil "setProperty(int,QVariant)" arguments)) + +(defun |setProperty(int,QVector)| (object &rest arguments) + (%qinvoke-method object nil "setProperty(int,QVector)" arguments)) + +(defun |setPropertyName| (object &rest arguments) + (%qinvoke-method object nil "setPropertyName" arguments)) + +(defun |setProperty| (object &rest arguments) + (%qinvoke-method object nil "setProperty" arguments)) + +(defun |setProtocolTag| (object &rest arguments) + (%qinvoke-method object nil "setProtocolTag" arguments)) + +(defun |setProtocol| (object &rest arguments) + (%qinvoke-method object nil "setProtocol" arguments)) + +(defun |setProxyFactory| (object &rest arguments) + (%qinvoke-method object nil "setProxyFactory" arguments)) + +(defun |setProxyModel| (object &rest arguments) + (%qinvoke-method object nil "setProxyModel" arguments)) + +(defun |setProxy| (object &rest arguments) + (%qinvoke-method object nil "setProxy" arguments)) + +(defun |setQuery(QSqlQuery)| (object &rest arguments) + (%qinvoke-method object nil "setQuery(QSqlQuery)" arguments)) + +(defun |setQuery(QString)| (object &rest arguments) + (%qinvoke-method object nil "setQuery(QString)" arguments)) + +(defun |setQuery(QUrlQuery)| (object &rest arguments) + (%qinvoke-method object nil "setQuery(QUrlQuery)" arguments)) + +(defun |setQueryType| (object &rest arguments) + (%qinvoke-method object nil "setQueryType" arguments)) + +(defun |setQuery| (object &rest arguments) + (%qinvoke-method object nil "setQuery" arguments)) + +(defun |setQuitLockEnabled.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setQuitLockEnabled" arguments)) + +(defun |setQuitOnLastWindowClosed.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setQuitOnLastWindowClosed" arguments)) + +(defun |setRadius| (object &rest arguments) + (%qinvoke-method object nil "setRadius" arguments)) + +(defun |setRangeSelected| (object &rest arguments) + (%qinvoke-method object nil "setRangeSelected" arguments)) + +(defun |setRange| (object &rest arguments) + (%qinvoke-method object nil "setRange" arguments)) + +(defun |setRawHeader| (object &rest arguments) + (%qinvoke-method object nil "setRawHeader" arguments)) + +(defun |setReadBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setReadBufferSize" arguments)) + +(defun |setReadChannel| (object &rest arguments) + (%qinvoke-method object nil "setReadChannel" arguments)) + +(defun |setReadOnly| (object &rest arguments) + (%qinvoke-method object nil "setReadOnly" arguments)) + +(defun |setRecord| (object &rest arguments) + (%qinvoke-method object nil "setRecord" arguments)) + +(defun |setRects| (object &rest arguments) + (%qinvoke-method object nil "setRects" arguments)) + +(defun |setRect| (object &rest arguments) + (%qinvoke-method object nil "setRect" arguments)) + +(defun |setRedBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setRedBufferSize" arguments)) + +(defun |setRedF| (object &rest arguments) + (%qinvoke-method object nil "setRedF" arguments)) + +(defun |setRed| (object &rest arguments) + (%qinvoke-method object nil "setRed" arguments)) + +(defun |setRegExp| (object &rest arguments) + (%qinvoke-method object nil "setRegExp" arguments)) + +(defun |setRelation| (object &rest arguments) + (%qinvoke-method object nil "setRelation" arguments)) + +(defun |setRenderHints| (object &rest arguments) + (%qinvoke-method object nil "setRenderHints" arguments)) + +(defun |setRenderHint| (object &rest arguments) + (%qinvoke-method object nil "setRenderHint" arguments)) + +(defun |setRepeatAction| (object &rest arguments) + (%qinvoke-method object nil "setRepeatAction" arguments)) + +(defun |setRequiredStatus| (object &rest arguments) + (%qinvoke-method object nil "setRequiredStatus" arguments)) + +(defun |setRequired| (object &rest arguments) + (%qinvoke-method object nil "setRequired" arguments)) + +(defun |setResizeAnchor| (object &rest arguments) + (%qinvoke-method object nil "setResizeAnchor" arguments)) + +(defun |setResizeContentsPrecision| (object &rest arguments) + (%qinvoke-method object nil "setResizeContentsPrecision" arguments)) + +(defun |setResizeGripsVisible| (object &rest arguments) + (%qinvoke-method object nil "setResizeGripsVisible" arguments)) + +(defun |setResizeMode| (object &rest arguments) + (%qinvoke-method object nil "setResizeMode" arguments)) + +(defun |setResizesToContents| (object &rest arguments) + (%qinvoke-method object nil "setResizesToContents" arguments)) + +(defun |setResolution| (object &rest arguments) + (%qinvoke-method object nil "setResolution" arguments)) + +(defun |setResolveSymlinks| (object &rest arguments) + (%qinvoke-method object nil "setResolveSymlinks" arguments)) + +(defun |setRestartCommand| (object &rest arguments) + (%qinvoke-method object nil "setRestartCommand" arguments)) + +(defun |setRestartHint| (object &rest arguments) + (%qinvoke-method object nil "setRestartHint" arguments)) + +(defun |setResult| (object &rest arguments) + (%qinvoke-method object nil "setResult" arguments)) + +(defun |setRetainSizeWhenHidden| (object &rest arguments) + (%qinvoke-method object nil "setRetainSizeWhenHidden" arguments)) + +(defun |setRevision| (object &rest arguments) + (%qinvoke-method object nil "setRevision" arguments)) + +(defun |setRgbF| (object &rest arguments) + (%qinvoke-method object nil "setRgbF" arguments)) + +(defun |setRgba| (object &rest arguments) + (%qinvoke-method object nil "setRgba" arguments)) + +(defun |setRgb| (object &rest arguments) + (%qinvoke-method object nil "setRgb" arguments)) + +(defun |setRightMargin| (object &rest arguments) + (%qinvoke-method object nil "setRightMargin" arguments)) + +(defun |setRightPadding| (object &rest arguments) + (%qinvoke-method object nil "setRightPadding" arguments)) + +(defun |setRight| (object &rest arguments) + (%qinvoke-method object nil "setRight" arguments)) + +(defun |setRootIndex| (object &rest arguments) + (%qinvoke-method object nil "setRootIndex" arguments)) + +(defun |setRootIsDecorated| (object &rest arguments) + (%qinvoke-method object nil "setRootIsDecorated" arguments)) + +(defun |setRootModelIndex| (object &rest arguments) + (%qinvoke-method object nil "setRootModelIndex" arguments)) + +(defun |setRootObject.QAccessible| (&rest arguments) + (%qinvoke-method "QAccessible" nil "setRootObject" arguments)) + +(defun |setRootPath| (object &rest arguments) + (%qinvoke-method object nil "setRootPath" arguments)) + +(defun |setRotationAngle| (object &rest arguments) + (%qinvoke-method object nil "setRotationAngle" arguments)) + +(defun |setRotation| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setRotation" arguments)) + +(defun |setRowAlignment| (object &rest arguments) + (%qinvoke-method object nil "setRowAlignment" arguments)) + +(defun |setRowCount| (object &rest arguments) + (%qinvoke-method object nil "setRowCount" arguments)) + +(defun |setRowFixedHeight| (object &rest arguments) + (%qinvoke-method object nil "setRowFixedHeight" arguments)) + +(defun |setRowHeight| (object &rest arguments) + (%qinvoke-method object nil "setRowHeight" arguments)) + +(defun |setRowHidden| (object &rest arguments) + (%qinvoke-method object nil "setRowHidden" arguments)) + +(defun |setRowMaximumHeight| (object &rest arguments) + (%qinvoke-method object nil "setRowMaximumHeight" arguments)) + +(defun |setRowMinimumHeight| (object &rest arguments) + (%qinvoke-method object nil "setRowMinimumHeight" arguments)) + +(defun |setRowPreferredHeight| (object &rest arguments) + (%qinvoke-method object nil "setRowPreferredHeight" arguments)) + +(defun |setRowSpacing| (object &rest arguments) + (%qinvoke-method object nil "setRowSpacing" arguments)) + +(defun |setRowStretchFactor| (object &rest arguments) + (%qinvoke-method object nil "setRowStretchFactor" arguments)) + +(defun |setRowStretch| (object &rest arguments) + (%qinvoke-method object nil "setRowStretch" arguments)) + +(defun |setRowWrapPolicy| (object &rest arguments) + (%qinvoke-method object nil "setRowWrapPolicy" arguments)) + +(defun |setRow| (object &rest arguments) + (%qinvoke-method object nil "setRow" arguments)) + +(defun |setRubberBandSelectionMode| (object &rest arguments) + (%qinvoke-method object nil "setRubberBandSelectionMode" arguments)) + +(defun |setRubberBand| (object &rest arguments) + (%qinvoke-method object nil "setRubberBand" arguments)) + +(defun |setRunning| (object &rest arguments) + (%qinvoke-method object nil "setRunning" arguments)) + +(defun |setSampleBuffers| (object &rest arguments) + (%qinvoke-method object nil "setSampleBuffers" arguments)) + +(defun |setSamples| (object &rest arguments) + (%qinvoke-method object nil "setSamples" arguments)) + +(defun |setScalar| (object &rest arguments) + (%qinvoke-method object nil "setScalar" arguments)) + +(defun |setScaleFactor| (object &rest arguments) + (%qinvoke-method object nil "setScaleFactor" arguments)) + +(defun |setScaledContents| (object &rest arguments) + (%qinvoke-method object nil "setScaledContents" arguments)) + +(defun |setScaledSize| (object &rest arguments) + (%qinvoke-method object nil "setScaledSize" arguments)) + +(defun |setScale| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setScale" arguments)) + +(defun |setSceneRect| (object &rest arguments) + (%qinvoke-method object nil "setSceneRect" arguments)) + +(defun |setScene| (object &rest arguments) + (%qinvoke-method object nil "setScene" arguments)) + +(defun |setScheme| (object &rest arguments) + (%qinvoke-method object nil "setScheme" arguments)) + +(defun |setScopeId| (object &rest arguments) + (%qinvoke-method object nil "setScopeId" arguments)) + +(defun |setScrollBarPolicy| (object &rest arguments) + (%qinvoke-method object nil "setScrollBarPolicy" arguments)) + +(defun |setScrollBarValue| (object &rest arguments) + (%qinvoke-method object nil "setScrollBarValue" arguments)) + +(defun |setScrollPosition| (object &rest arguments) + (%qinvoke-method object nil "setScrollPosition" arguments)) + +(defun |setSearchPaths.QDir| (&rest arguments) + (%qinvoke-method "QDir" nil "setSearchPaths" arguments)) + +(defun |setSearchPaths| (object &rest arguments) + (%qinvoke-method object nil "setSearchPaths" arguments)) + +(defun |setSectionHidden| (object &rest arguments) + (%qinvoke-method object nil "setSectionHidden" arguments)) + +(defun |setSectionResizeMode| (object &rest arguments) + (%qinvoke-method object nil "setSectionResizeMode" arguments)) + +(defun |setSectionsClickable| (object &rest arguments) + (%qinvoke-method object nil "setSectionsClickable" arguments)) + +(defun |setSectionsMovable| (object &rest arguments) + (%qinvoke-method object nil "setSectionsMovable" arguments)) + +(defun |setSecure| (object &rest arguments) + (%qinvoke-method object nil "setSecure" arguments)) + +(defun |setSegmentStyle| (object &rest arguments) + (%qinvoke-method object nil "setSegmentStyle" arguments)) + +(defun |setSelectable| (object &rest arguments) + (%qinvoke-method object nil "setSelectable" arguments)) + +(defun |setSelectedDate| (object &rest arguments) + (%qinvoke-method object nil "setSelectedDate" arguments)) + +(defun |setSelectedSection| (object &rest arguments) + (%qinvoke-method object nil "setSelectedSection" arguments)) + +(defun |setSelected| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setSelected" arguments)) + +(defun |setSelectionArea(QPainterPath,QTransform)| (object &rest arguments) + (%qinvoke-method object nil "setSelectionArea(QPainterPath,QTransform)" arguments)) + +(defun |setSelectionArea(QPainterPath,Qt::ItemSelectionMode)| (object &rest arguments) + (%qinvoke-method object nil "setSelectionArea(QPainterPath,Qt::ItemSelectionMode)" arguments)) + +(defun |setSelectionArea(QPainterPath,Qt::ItemSelectionMode...)| (object &rest arguments) + (%qinvoke-method object nil "setSelectionArea(QPainterPath,Qt::ItemSelectionMode...)" arguments)) + +(defun |setSelectionArea(QPainterPath,Qt::ItemSelectionOperation)| (object &rest arguments) + (%qinvoke-method object nil "setSelectionArea(QPainterPath,Qt::ItemSelectionOperation)" arguments)) + +(defun |setSelectionArea(QPainterPath,Qt::ItemSelectionOperation...)| (object &rest arguments) + (%qinvoke-method object nil "setSelectionArea(QPainterPath,Qt::ItemSelectionOperation...)" arguments)) + +(defun |setSelectionArea| (object &rest arguments) + (%qinvoke-method object nil "setSelectionArea" arguments)) + +(defun |setSelectionBehaviorOnRemove| (object &rest arguments) + (%qinvoke-method object nil "setSelectionBehaviorOnRemove" arguments)) + +(defun |setSelectionBehavior| (object &rest arguments) + (%qinvoke-method object nil "setSelectionBehavior" arguments)) + +(defun |setSelectionModel| (object &rest arguments) + (%qinvoke-method object nil "setSelectionModel" arguments)) + +(defun |setSelectionMode| (object &rest arguments) + (%qinvoke-method object nil "setSelectionMode" arguments)) + +(defun |setSelectionRectVisible| (object &rest arguments) + (%qinvoke-method object nil "setSelectionRectVisible" arguments)) + +(defun |setSelection| (object &rest arguments) + (%qinvoke-method object nil "setSelection" arguments)) + +(defun |setSenderObject| (object &rest arguments) + (%qinvoke-method object nil "setSenderObject" arguments)) + +(defun |setSeparatorsCollapsible| (object &rest arguments) + (%qinvoke-method object nil "setSeparatorsCollapsible" arguments)) + +(defun |setSeparator| (object &rest arguments) + (%qinvoke-method object nil "setSeparator" arguments)) + +(defun |setSessionTicket| (object &rest arguments) + (%qinvoke-method object nil "setSessionTicket" arguments)) + +(defun |setSetuidAllowed.QCoreApplication| (&rest arguments) + (%qinvoke-method "QCoreApplication" nil "setSetuidAllowed" arguments)) + +(defun |setShapeMode| (object &rest arguments) + (%qinvoke-method object nil "setShapeMode" arguments)) + +(defun |setShape| (object &rest arguments) + (%qinvoke-method object nil "setShape" arguments)) + +(defun |setSharedRenderer| (object &rest arguments) + (%qinvoke-method object nil "setSharedRenderer" arguments)) + +(defun |setShortcutAutoRepeat| (object &rest arguments) + (%qinvoke-method object nil "setShortcutAutoRepeat" arguments)) + +(defun |setShortcutContext| (object &rest arguments) + (%qinvoke-method object nil "setShortcutContext" arguments)) + +(defun |setShortcutEnabled| (object &rest arguments) + (%qinvoke-method object nil "setShortcutEnabled" arguments)) + +(defun |setShortcuts(QKeySequence::StandardKey)| (object &rest arguments) + (%qinvoke-method object nil "setShortcuts(QKeySequence::StandardKey)" arguments)) + +(defun |setShortcuts(QList)| (object &rest arguments) + (%qinvoke-method object nil "setShortcuts(QList)" arguments)) + +(defun |setShortcuts| (object &rest arguments) + (%qinvoke-method object nil "setShortcuts" arguments)) + +(defun |setShortcut| (object &rest arguments) + (%qinvoke-method object nil "setShortcut" arguments)) + +(defun |setShowGrid| (object &rest arguments) + (%qinvoke-method object nil "setShowGrid" arguments)) + +(defun |setSideWidget| (object &rest arguments) + (%qinvoke-method object nil "setSideWidget" arguments)) + +(defun |setSidebarUrls| (object &rest arguments) + (%qinvoke-method object nil "setSidebarUrls" arguments)) + +(defun |setSignal| (object &rest arguments) + (%qinvoke-method object nil "setSignal" arguments)) + +(defun |setSinglePageViewMode| (object &rest arguments) + (%qinvoke-method object nil "setSinglePageViewMode" arguments)) + +(defun |setSingleStep| (object &rest arguments) + (%qinvoke-method object nil "setSingleStep" arguments)) + +(defun |setSizeAdjustPolicy| (object &rest arguments) + (%qinvoke-method object nil "setSizeAdjustPolicy" arguments)) + +(defun |setSizeConstraint| (object &rest arguments) + (%qinvoke-method object nil "setSizeConstraint" arguments)) + +(defun |setSizeGripEnabled| (object &rest arguments) + (%qinvoke-method object nil "setSizeGripEnabled" arguments)) + +(defun |setSizeHint| (object &rest arguments) + (%qinvoke-method object nil "setSizeHint" arguments)) + +(defun |setSizeIncrement| (object &rest arguments) + (%qinvoke-method object nil "setSizeIncrement" arguments)) + +(defun |setSizePolicy| (object &rest arguments) + (%qinvoke-method object nil "setSizePolicy" arguments)) + +(defun |setSizes| (object &rest arguments) + (%qinvoke-method object nil "setSizes" arguments)) + +(defun |setSize| (object &rest arguments) + (%qinvoke-method object nil "setSize" arguments)) + +(defun |setSliderDown| (object &rest arguments) + (%qinvoke-method object nil "setSliderDown" arguments)) + +(defun |setSliderPosition| (object &rest arguments) + (%qinvoke-method object nil "setSliderPosition" arguments)) + +(defun |setSmallDecimalPoint| (object &rest arguments) + (%qinvoke-method object nil "setSmallDecimalPoint" arguments)) + +(defun |setSocketError| (object &rest arguments) + (%qinvoke-method object nil "setSocketError" arguments)) + +(defun |setSocketOption| (object &rest arguments) + (%qinvoke-method object nil "setSocketOption" arguments)) + +(defun |setSocketState| (object &rest arguments) + (%qinvoke-method object nil "setSocketState" arguments)) + +(defun |setSortCaseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "setSortCaseSensitivity" arguments)) + +(defun |setSortIndicatorShown| (object &rest arguments) + (%qinvoke-method object nil "setSortIndicatorShown" arguments)) + +(defun |setSortIndicator| (object &rest arguments) + (%qinvoke-method object nil "setSortIndicator" arguments)) + +(defun |setSortLocaleAware| (object &rest arguments) + (%qinvoke-method object nil "setSortLocaleAware" arguments)) + +(defun |setSortRole| (object &rest arguments) + (%qinvoke-method object nil "setSortRole" arguments)) + +(defun |setSortingEnabled| (object &rest arguments) + (%qinvoke-method object nil "setSortingEnabled" arguments)) + +(defun |setSorting| (object &rest arguments) + (%qinvoke-method object nil "setSorting" arguments)) + +(defun |setSort| (object &rest arguments) + (%qinvoke-method object nil "setSort" arguments)) + +(defun |setSourceModel| (object &rest arguments) + (%qinvoke-method object nil "setSourceModel" arguments)) + +(defun |setSource| (object &rest arguments) + (%qinvoke-method object nil "setSource" arguments)) + +(defun |setSpacing| (object &rest arguments) + (%qinvoke-method object nil "setSpacing" arguments)) + +(defun |setSpanAngle| (object &rest arguments) + (%qinvoke-method object nil "setSpanAngle" arguments)) + +(defun |setSpan| (object &rest arguments) + (%qinvoke-method object nil "setSpan" arguments)) + +(defun |setSpecialValueText| (object &rest arguments) + (%qinvoke-method object nil "setSpecialValueText" arguments)) + +(defun |setSpeed| (object &rest arguments) + (%qinvoke-method object nil "setSpeed" arguments)) + +(defun |setSpread| (object &rest arguments) + (%qinvoke-method object nil "setSpread" arguments)) + +(defun |setSslConfiguration| (object &rest arguments) + (%qinvoke-method object nil "setSslConfiguration" arguments)) + +(defun |setSslOption| (object &rest arguments) + (%qinvoke-method object nil "setSslOption" arguments)) + +(defun |setStackingMode| (object &rest arguments) + (%qinvoke-method object nil "setStackingMode" arguments)) + +(defun |setStack| (object &rest arguments) + (%qinvoke-method object nil "setStack" arguments)) + +(defun |setStandardButtons| (object &rest arguments) + (%qinvoke-method object nil "setStandardButtons" arguments)) + +(defun |setStandardColor.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "setStandardColor" arguments)) + +(defun |setStandardErrorFile| (object &rest arguments) + (%qinvoke-method object nil "setStandardErrorFile" arguments)) + +(defun |setStandardInputFile| (object &rest arguments) + (%qinvoke-method object nil "setStandardInputFile" arguments)) + +(defun |setStandardOutputFile| (object &rest arguments) + (%qinvoke-method object nil "setStandardOutputFile" arguments)) + +(defun |setStandardOutputProcess| (object &rest arguments) + (%qinvoke-method object nil "setStandardOutputProcess" arguments)) + +(defun |setStartAngle| (object &rest arguments) + (%qinvoke-method object nil "setStartAngle" arguments)) + +(defun |setStartCenterPoint| (object &rest arguments) + (%qinvoke-method object nil "setStartCenterPoint" arguments)) + +(defun |setStartDragDistance.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setStartDragDistance" arguments)) + +(defun |setStartDragTime.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setStartDragTime" arguments)) + +(defun |setStartFrame| (object &rest arguments) + (%qinvoke-method object nil "setStartFrame" arguments)) + +(defun |setStartId| (object &rest arguments) + (%qinvoke-method object nil "setStartId" arguments)) + +(defun |setStartValue| (object &rest arguments) + (%qinvoke-method object nil "setStartValue" arguments)) + +(defun |setStart| (object &rest arguments) + (%qinvoke-method object nil "setStart" arguments)) + +(defun |setState| (object &rest arguments) + (%qinvoke-method object nil "setState" arguments)) + +(defun |setStatusBar| (object &rest arguments) + (%qinvoke-method object nil "setStatusBar" arguments)) + +(defun |setStatusTip| (object &rest arguments) + (%qinvoke-method object nil "setStatusTip" arguments)) + +(defun |setStencilBufferSize| (object &rest arguments) + (%qinvoke-method object nil "setStencilBufferSize" arguments)) + +(defun |setStencil| (object &rest arguments) + (%qinvoke-method object nil "setStencil" arguments)) + +(defun |setStereo| (object &rest arguments) + (%qinvoke-method object nil "setStereo" arguments)) + +(defun |setStickyFocus| (object &rest arguments) + (%qinvoke-method object nil "setStickyFocus" arguments)) + +(defun |setStops| (object &rest arguments) + (%qinvoke-method object nil "setStops" arguments)) + +(defun |setStrength| (object &rest arguments) + (%qinvoke-method object nil "setStrength" arguments)) + +(defun |setStretchFactor(QLayout*...)| (object &rest arguments) + (%qinvoke-method object nil "setStretchFactor(QLayout*...)" arguments)) + +(defun |setStretchFactor(QWidget*...)| (object &rest arguments) + (%qinvoke-method object nil "setStretchFactor(QWidget*...)" arguments)) + +(defun |setStretchFactor| (object &rest arguments) + (%qinvoke-method object nil "setStretchFactor" arguments)) + +(defun |setStretchLastSection| (object &rest arguments) + (%qinvoke-method object nil "setStretchLastSection" arguments)) + +(defun |setStretch| (object &rest arguments) + (%qinvoke-method object nil "setStretch" arguments)) + +(defun |setStrikeOut| (object &rest arguments) + (%qinvoke-method object nil "setStrikeOut" arguments)) + +(defun |setStringList| (object &rest arguments) + (%qinvoke-method object nil "setStringList" arguments)) + +(defun |setStyle(QString).QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setStyle(QString)" arguments)) + +(defun |setStyle(QStyle*).QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setStyle(QStyle*)" arguments)) + +(defun |setStyle.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setStyle" arguments)) + +(defun |setStyleHint| (object &rest arguments) + (%qinvoke-method object nil "setStyleHint" arguments)) + +(defun |setStyleName| (object &rest arguments) + (%qinvoke-method object nil "setStyleName" arguments)) + +(defun |setStyleProperty| (object &rest arguments) + (%qinvoke-method object nil "setStyleProperty" arguments)) + +(defun |setStyleSheet| (object &rest arguments) + (%qinvoke-method object nil "setStyleSheet" arguments)) + +(defun |setStyleStrategy| (object &rest arguments) + (%qinvoke-method object nil "setStyleStrategy" arguments)) + +(defun |setStyle| (object &rest arguments) + (%qinvoke-method object nil "setStyle" arguments)) + +(defun |setSubTitleFormat| (object &rest arguments) + (%qinvoke-method object nil "setSubTitleFormat" arguments)) + +(defun |setSubTitle| (object &rest arguments) + (%qinvoke-method object nil "setSubTitle" arguments)) + +(defun |setSubmitPolicy| (object &rest arguments) + (%qinvoke-method object nil "setSubmitPolicy" arguments)) + +(defun |setSuffix| (object &rest arguments) + (%qinvoke-method object nil "setSuffix" arguments)) + +(defun |setSwapInterval| (object &rest arguments) + (%qinvoke-method object nil "setSwapInterval" arguments)) + +(defun |setSwipeAngle| (object &rest arguments) + (%qinvoke-method object nil "setSwipeAngle" arguments)) + +(defun |setSystemMenu| (object &rest arguments) + (%qinvoke-method object nil "setSystemMenu" arguments)) + +(defun |setTabArray| (object &rest arguments) + (%qinvoke-method object nil "setTabArray" arguments)) + +(defun |setTabBarAutoHide| (object &rest arguments) + (%qinvoke-method object nil "setTabBarAutoHide" arguments)) + +(defun |setTabBar| (object &rest arguments) + (%qinvoke-method object nil "setTabBar" arguments)) + +(defun |setTabButton| (object &rest arguments) + (%qinvoke-method object nil "setTabButton" arguments)) + +(defun |setTabChangesFocus| (object &rest arguments) + (%qinvoke-method object nil "setTabChangesFocus" arguments)) + +(defun |setTabData| (object &rest arguments) + (%qinvoke-method object nil "setTabData" arguments)) + +(defun |setTabEnabled| (object &rest arguments) + (%qinvoke-method object nil "setTabEnabled" arguments)) + +(defun |setTabIcon| (object &rest arguments) + (%qinvoke-method object nil "setTabIcon" arguments)) + +(defun |setTabKeyNavigation| (object &rest arguments) + (%qinvoke-method object nil "setTabKeyNavigation" arguments)) + +(defun |setTabOrder.QGraphicsWidget| (&rest arguments) + (%qinvoke-method "QGraphicsWidget" nil "setTabOrder" arguments)) + +(defun |setTabOrder.QWidget| (&rest arguments) + (%qinvoke-method "QWidget" nil "setTabOrder" arguments)) + +(defun |setTabPositions| (object &rest arguments) + (%qinvoke-method object nil "setTabPositions" arguments)) + +(defun |setTabPosition| (object &rest arguments) + (%qinvoke-method object nil "setTabPosition" arguments)) + +(defun |setTabShape| (object &rest arguments) + (%qinvoke-method object nil "setTabShape" arguments)) + +(defun |setTabStopWidth| (object &rest arguments) + (%qinvoke-method object nil "setTabStopWidth" arguments)) + +(defun |setTabStop| (object &rest arguments) + (%qinvoke-method object nil "setTabStop" arguments)) + +(defun |setTabTextColor| (object &rest arguments) + (%qinvoke-method object nil "setTabTextColor" arguments)) + +(defun |setTabText| (object &rest arguments) + (%qinvoke-method object nil "setTabText" arguments)) + +(defun |setTabToolTip| (object &rest arguments) + (%qinvoke-method object nil "setTabToolTip" arguments)) + +(defun |setTabWhatsThis| (object &rest arguments) + (%qinvoke-method object nil "setTabWhatsThis" arguments)) + +(defun |setTable| (object &rest arguments) + (%qinvoke-method object nil "setTable" arguments)) + +(defun |setTabsClosable| (object &rest arguments) + (%qinvoke-method object nil "setTabsClosable" arguments)) + +(defun |setTabsMovable| (object &rest arguments) + (%qinvoke-method object nil "setTabsMovable" arguments)) + +(defun |setTargetObject| (object &rest arguments) + (%qinvoke-method object nil "setTargetObject" arguments)) + +(defun |setTargetStates| (object &rest arguments) + (%qinvoke-method object nil "setTargetStates" arguments)) + +(defun |setTargetState| (object &rest arguments) + (%qinvoke-method object nil "setTargetState" arguments)) + +(defun |setTearOffEnabled| (object &rest arguments) + (%qinvoke-method object nil "setTearOffEnabled" arguments)) + +(defun |setTextAlignment| (object &rest arguments) + (%qinvoke-method object nil "setTextAlignment" arguments)) + +(defun |setTextBackgroundColor| (object &rest arguments) + (%qinvoke-method object nil "setTextBackgroundColor" arguments)) + +(defun |setTextColor| (object &rest arguments) + (%qinvoke-method object nil "setTextColor" arguments)) + +(defun |setTextCursor| (object &rest arguments) + (%qinvoke-method object nil "setTextCursor" arguments)) + +(defun |setTextDirection| (object &rest arguments) + (%qinvoke-method object nil "setTextDirection" arguments)) + +(defun |setTextEchoMode| (object &rest arguments) + (%qinvoke-method object nil "setTextEchoMode" arguments)) + +(defun |setTextElideMode| (object &rest arguments) + (%qinvoke-method object nil "setTextElideMode" arguments)) + +(defun |setTextFormat| (object &rest arguments) + (%qinvoke-method object nil "setTextFormat" arguments)) + +(defun |setTextIndent| (object &rest arguments) + (%qinvoke-method object nil "setTextIndent" arguments)) + +(defun |setTextInteractionFlags| (object &rest arguments) + (%qinvoke-method object nil "setTextInteractionFlags" arguments)) + +(defun |setTextMargins| (object &rest arguments) + (%qinvoke-method object nil "setTextMargins" arguments)) + +(defun |setTextModeEnabled| (object &rest arguments) + (%qinvoke-method object nil "setTextModeEnabled" arguments)) + +(defun |setTextOption| (object &rest arguments) + (%qinvoke-method object nil "setTextOption" arguments)) + +(defun |setTextOutline| (object &rest arguments) + (%qinvoke-method object nil "setTextOutline" arguments)) + +(defun |setTextSizeMultiplier| (object &rest arguments) + (%qinvoke-method object nil "setTextSizeMultiplier" arguments)) + +(defun |setTextValue| (object &rest arguments) + (%qinvoke-method object nil "setTextValue" arguments)) + +(defun |setTextVisible| (object &rest arguments) + (%qinvoke-method object nil "setTextVisible" arguments)) + +(defun |setTextWidth| (object &rest arguments) + (%qinvoke-method object nil "setTextWidth" arguments)) + +(defun |setTextureCacheLimit.QGLContext| (&rest arguments) + (%qinvoke-method "QGLContext" nil "setTextureCacheLimit" arguments)) + +(defun |setTextureImage| (object &rest arguments) + (%qinvoke-method object nil "setTextureImage" arguments)) + +(defun |setTextureTarget| (object &rest arguments) + (%qinvoke-method object nil "setTextureTarget" arguments)) + +(defun |setTexture| (object &rest arguments) + (%qinvoke-method object nil "setTexture" arguments)) + +(defun |setText| (object &rest arguments) + (%qinvoke-method object nil "setText" arguments)) + +(defun |setThemeName.QIcon| (&rest arguments) + (%qinvoke-method "QIcon" nil "setThemeName" arguments)) + +(defun |setThemeSearchPaths.QIcon| (&rest arguments) + (%qinvoke-method "QIcon" nil "setThemeSearchPaths" arguments)) + +(defun |setThirdPartyCookiePolicy| (object &rest arguments) + (%qinvoke-method object nil "setThirdPartyCookiePolicy" arguments)) + +(defun |setTickInterval| (object &rest arguments) + (%qinvoke-method object nil "setTickInterval" arguments)) + +(defun |setTickPosition| (object &rest arguments) + (%qinvoke-method object nil "setTickPosition" arguments)) + +(defun |setTiledBackingStoreFrozen| (object &rest arguments) + (%qinvoke-method object nil "setTiledBackingStoreFrozen" arguments)) + +(defun |setTimeRange| (object &rest arguments) + (%qinvoke-method object nil "setTimeRange" arguments)) + +(defun |setTimeSpec| (object &rest arguments) + (%qinvoke-method object nil "setTimeSpec" arguments)) + +(defun |setTimeZone| (object &rest arguments) + (%qinvoke-method object nil "setTimeZone" arguments)) + +(defun |setTime_t| (object &rest arguments) + (%qinvoke-method object nil "setTime_t" arguments)) + +(defun |setTimeout.QTapAndHoldGesture| (&rest arguments) + (%qinvoke-method "QTapAndHoldGesture" nil "setTimeout" arguments)) + +(defun |setTimerType| (object &rest arguments) + (%qinvoke-method object nil "setTimerType" arguments)) + +(defun |setTime| (object &rest arguments) + (%qinvoke-method object nil "setTime" arguments)) + +(defun |setTitleBarWidget| (object &rest arguments) + (%qinvoke-method object nil "setTitleBarWidget" arguments)) + +(defun |setTitleFormat| (object &rest arguments) + (%qinvoke-method object nil "setTitleFormat" arguments)) + +(defun |setTitle| (object &rest arguments) + (%qinvoke-method object nil "setTitle" arguments)) + +(defun |setToIdentity| (object &rest arguments) + (%qinvoke-method object nil "setToIdentity" arguments)) + +(defun |setToolButtonStyle| (object &rest arguments) + (%qinvoke-method object nil "setToolButtonStyle" arguments)) + +(defun |setToolTipDuration| (object &rest arguments) + (%qinvoke-method object nil "setToolTipDuration" arguments)) + +(defun |setToolTipsVisible| (object &rest arguments) + (%qinvoke-method object nil "setToolTipsVisible" arguments)) + +(defun |setToolTip| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setToolTip" arguments)) + +(defun |setTopMargin| (object &rest arguments) + (%qinvoke-method object nil "setTopMargin" arguments)) + +(defun |setTopPadding| (object &rest arguments) + (%qinvoke-method object nil "setTopPadding" arguments)) + +(defun |setTop| (object &rest arguments) + (%qinvoke-method object nil "setTop" arguments)) + +(defun |setTotalChangeFlags| (object &rest arguments) + (%qinvoke-method object nil "setTotalChangeFlags" arguments)) + +(defun |setTotalRotationAngle| (object &rest arguments) + (%qinvoke-method object nil "setTotalRotationAngle" arguments)) + +(defun |setTotalScaleFactor| (object &rest arguments) + (%qinvoke-method object nil "setTotalScaleFactor" arguments)) + +(defun |setTracking| (object &rest arguments) + (%qinvoke-method object nil "setTracking" arguments)) + +(defun |setTransformOriginPoint| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setTransformOriginPoint" arguments)) + +(defun |setTransformationAnchor| (object &rest arguments) + (%qinvoke-method object nil "setTransformationAnchor" arguments)) + +(defun |setTransformationMode| (object &rest arguments) + (%qinvoke-method object nil "setTransformationMode" arguments)) + +(defun |setTransformations| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setTransformations" arguments)) + +(defun |setTransform| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setTransform" arguments)) + +(defun |setTransitionType| (object &rest arguments) + (%qinvoke-method object nil "setTransitionType" arguments)) + +(defun |setTreePosition| (object &rest arguments) + (%qinvoke-method object nil "setTreePosition" arguments)) + +(defun |setTristate| (object &rest arguments) + (%qinvoke-method object nil "setTristate" arguments)) + +(defun |setType| (object &rest arguments) + (%qinvoke-method object nil "setType" arguments)) + +(defun |setUnderlineColor| (object &rest arguments) + (%qinvoke-method object nil "setUnderlineColor" arguments)) + +(defun |setUnderlineStyle| (object &rest arguments) + (%qinvoke-method object nil "setUnderlineStyle" arguments)) + +(defun |setUnderline| (object &rest arguments) + (%qinvoke-method object nil "setUnderline" arguments)) + +(defun |setUndoLimit| (object &rest arguments) + (%qinvoke-method object nil "setUndoLimit" arguments)) + +(defun |setUndoRedoEnabled| (object &rest arguments) + (%qinvoke-method object nil "setUndoRedoEnabled" arguments)) + +(defun |setUnifiedTitleAndToolBarOnMac| (object &rest arguments) + (%qinvoke-method object nil "setUnifiedTitleAndToolBarOnMac" arguments)) + +(defun |setUniformItemSizes| (object &rest arguments) + (%qinvoke-method object nil "setUniformItemSizes" arguments)) + +(defun |setUniformRowHeights| (object &rest arguments) + (%qinvoke-method object nil "setUniformRowHeights" arguments)) + +(defun |setUniformValue(const char*,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,GLfloat)" arguments)) + +(defun |setUniformValue(const char*,GLint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,GLint)" arguments)) + +(defun |setUniformValue(const char*,GLuint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,GLuint)" arguments)) + +(defun |setUniformValue(const char*,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QColor)" arguments)) + +(defun |setUniformValue(const char*,QMatrix2x2)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix2x2)" arguments)) + +(defun |setUniformValue(const char*,QMatrix2x3)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix2x3)" arguments)) + +(defun |setUniformValue(const char*,QMatrix2x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix2x4)" arguments)) + +(defun |setUniformValue(const char*,QMatrix3x2)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix3x2)" arguments)) + +(defun |setUniformValue(const char*,QMatrix3x3)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix3x3)" arguments)) + +(defun |setUniformValue(const char*,QMatrix3x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix3x4)" arguments)) + +(defun |setUniformValue(const char*,QMatrix4x2)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix4x2)" arguments)) + +(defun |setUniformValue(const char*,QMatrix4x3)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix4x3)" arguments)) + +(defun |setUniformValue(const char*,QMatrix4x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix4x4)" arguments)) + +(defun |setUniformValue(const char*,QPoint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QPoint)" arguments)) + +(defun |setUniformValue(const char*,QPointF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QPointF)" arguments)) + +(defun |setUniformValue(const char*,QSize)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QSize)" arguments)) + +(defun |setUniformValue(const char*,QSizeF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QSizeF)" arguments)) + +(defun |setUniformValue(const char*,QTransform)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QTransform)" arguments)) + +(defun |setUniformValue(const char*,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QVector2D)" arguments)) + +(defun |setUniformValue(const char*,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QVector3D)" arguments)) + +(defun |setUniformValue(const char*,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QVector4D)" arguments)) + +(defun |setUniformValue(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*...)" arguments)) + +(defun |setUniformValue(int,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,GLfloat)" arguments)) + +(defun |setUniformValue(int,GLint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,GLint)" arguments)) + +(defun |setUniformValue(int,GLuint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,GLuint)" arguments)) + +(defun |setUniformValue(int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QColor)" arguments)) + +(defun |setUniformValue(int,QMatrix2x2)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix2x2)" arguments)) + +(defun |setUniformValue(int,QMatrix2x3)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix2x3)" arguments)) + +(defun |setUniformValue(int,QMatrix2x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix2x4)" arguments)) + +(defun |setUniformValue(int,QMatrix3x2)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix3x2)" arguments)) + +(defun |setUniformValue(int,QMatrix3x3)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix3x3)" arguments)) + +(defun |setUniformValue(int,QMatrix3x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix3x4)" arguments)) + +(defun |setUniformValue(int,QMatrix4x2)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix4x2)" arguments)) + +(defun |setUniformValue(int,QMatrix4x3)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix4x3)" arguments)) + +(defun |setUniformValue(int,QMatrix4x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix4x4)" arguments)) + +(defun |setUniformValue(int,QPoint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QPoint)" arguments)) + +(defun |setUniformValue(int,QPointF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QPointF)" arguments)) + +(defun |setUniformValue(int,QSize)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QSize)" arguments)) + +(defun |setUniformValue(int,QSizeF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QSizeF)" arguments)) + +(defun |setUniformValue(int,QTransform)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QTransform)" arguments)) + +(defun |setUniformValue(int,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QVector2D)" arguments)) + +(defun |setUniformValue(int,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QVector3D)" arguments)) + +(defun |setUniformValue(int,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QVector4D)" arguments)) + +(defun |setUniformValue(int...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix2x2*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix2x2*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix2x3*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix2x3*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix2x4*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix2x4*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix3x2*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix3x2*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix3x3*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix3x3*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix3x4*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix3x4*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix4x2*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix4x2*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix4x3*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix4x3*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QMatrix4x4*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QMatrix4x4*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QVector2D*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QVector2D*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QVector3D*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QVector3D*...)" arguments)) + +(defun |setUniformValueArray(const char*,const QVector4D*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*,const QVector4D*...)" arguments)) + +(defun |setUniformValueArray(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(const char*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix2x2*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix2x2*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix2x3*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix2x3*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix2x4*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix2x4*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix3x2*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix3x2*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix3x3*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix3x3*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix3x4*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix3x4*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix4x2*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix4x2*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix4x3*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix4x3*...)" arguments)) + +(defun |setUniformValueArray(int,const QMatrix4x4*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QMatrix4x4*...)" arguments)) + +(defun |setUniformValueArray(int,const QVector2D*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QVector2D*...)" arguments)) + +(defun |setUniformValueArray(int,const QVector3D*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QVector3D*...)" arguments)) + +(defun |setUniformValueArray(int,const QVector4D*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int,const QVector4D*...)" arguments)) + +(defun |setUniformValueArray(int...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray(int...)" arguments)) + +(defun |setUniformValueArray| (object &rest arguments) + (%qinvoke-method object nil "setUniformValueArray" arguments)) + +(defun |setUniformValue| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue" arguments)) + +(defun |setUpdateInterval| (object &rest arguments) + (%qinvoke-method object nil "setUpdateInterval" arguments)) + +(defun |setUpdatesEnabled| (object &rest arguments) + (%qinvoke-method object nil "setUpdatesEnabled" arguments)) + +(defun |setUrls| (object &rest arguments) + (%qinvoke-method object nil "setUrls" arguments)) + +(defun |setUrl| (object &rest arguments) + (%qinvoke-method object nil "setUrl" arguments)) + +(defun |setUseDesignMetrics| (object &rest arguments) + (%qinvoke-method object nil "setUseDesignMetrics" arguments)) + +(defun |setUseSystemConfiguration.QNetworkInterface| (&rest arguments) + (%qinvoke-method "QNetworkInterface" nil "setUseSystemConfiguration" arguments)) + +(defun |setUserData| (object &rest arguments) + (%qinvoke-method object nil "setUserData" arguments)) + +(defun |setUserInfo| (object &rest arguments) + (%qinvoke-method object nil "setUserInfo" arguments)) + +(defun |setUserName| (object &rest arguments) + (%qinvoke-method object nil "setUserName" arguments)) + +(defun |setUserState| (object &rest arguments) + (%qinvoke-method object nil "setUserState" arguments)) + +(defun |setUserStyleSheetUrl| (object &rest arguments) + (%qinvoke-method object nil "setUserStyleSheetUrl" arguments)) + +(defun |setUser| (object &rest arguments) + (%qinvoke-method object nil "setUser" arguments)) + +(defun |setUsesScrollButtons| (object &rest arguments) + (%qinvoke-method object nil "setUsesScrollButtons" arguments)) + +(defun |setValidator| (object &rest arguments) + (%qinvoke-method object nil "setValidator" arguments)) + +(defun |setValue(QString...)| (object &rest arguments) + (%qinvoke-method object nil "setValue(QString...)" arguments)) + +(defun |setValue(int...)| (object &rest arguments) + (%qinvoke-method object nil "setValue(int...)" arguments)) + +(defun |setValue| (object &rest arguments) + (%qinvoke-method object nil "setValue" arguments)) + +(defun |setVector| (object &rest arguments) + (%qinvoke-method object nil "setVector" arguments)) + +(defun |setVersion| (object &rest arguments) + (%qinvoke-method object nil "setVersion" arguments)) + +(defun |setVerticalAlignment| (object &rest arguments) + (%qinvoke-method object nil "setVerticalAlignment" arguments)) + +(defun |setVerticalHeaderFormat| (object &rest arguments) + (%qinvoke-method object nil "setVerticalHeaderFormat" arguments)) + +(defun |setVerticalHeaderItem| (object &rest arguments) + (%qinvoke-method object nil "setVerticalHeaderItem" arguments)) + +(defun |setVerticalHeaderLabels| (object &rest arguments) + (%qinvoke-method object nil "setVerticalHeaderLabels" arguments)) + +(defun |setVerticalHeader| (object &rest arguments) + (%qinvoke-method object nil "setVerticalHeader" arguments)) + +(defun |setVerticalMovementX| (object &rest arguments) + (%qinvoke-method object nil "setVerticalMovementX" arguments)) + +(defun |setVerticalPolicy| (object &rest arguments) + (%qinvoke-method object nil "setVerticalPolicy" arguments)) + +(defun |setVerticalScrollBarPolicy| (object &rest arguments) + (%qinvoke-method object nil "setVerticalScrollBarPolicy" arguments)) + +(defun |setVerticalScrollBar| (object &rest arguments) + (%qinvoke-method object nil "setVerticalScrollBar" arguments)) + +(defun |setVerticalScrollMode| (object &rest arguments) + (%qinvoke-method object nil "setVerticalScrollMode" arguments)) + +(defun |setVerticalSpacing| (object &rest arguments) + (%qinvoke-method object nil "setVerticalSpacing" arguments)) + +(defun |setVerticalStretch| (object &rest arguments) + (%qinvoke-method object nil "setVerticalStretch" arguments)) + +(defun |setViewBox(QRect)| (object &rest arguments) + (%qinvoke-method object nil "setViewBox(QRect)" arguments)) + +(defun |setViewBox(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "setViewBox(QRectF)" arguments)) + +(defun |setViewBox| (object &rest arguments) + (%qinvoke-method object nil "setViewBox" arguments)) + +(defun |setViewMode| (object &rest arguments) + (%qinvoke-method object nil "setViewMode" arguments)) + +(defun |setViewTransformEnabled| (object &rest arguments) + (%qinvoke-method object nil "setViewTransformEnabled" arguments)) + +(defun |setViewportMargins| (object &rest arguments) + (%qinvoke-method object nil "setViewportMargins" arguments)) + +(defun |setViewportSize| (object &rest arguments) + (%qinvoke-method object nil "setViewportSize" arguments)) + +(defun |setViewportUpdateMode| (object &rest arguments) + (%qinvoke-method object nil "setViewportUpdateMode" arguments)) + +(defun |setViewport| (object &rest arguments) + (%qinvoke-method object nil "setViewport" arguments)) + +(defun |setView| (object &rest arguments) + (%qinvoke-method object nil "setView" arguments)) + +(defun |setVisibilityState| (object &rest arguments) + (%qinvoke-method object nil "setVisibilityState" arguments)) + +(defun |setVisible| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setVisible" arguments)) + +(defun |setVisualNavigation| (object &rest arguments) + (%qinvoke-method object nil "setVisualNavigation" arguments)) + +(defun |setWebGraphic.QWebSettings| (&rest arguments) + (%qinvoke-method "QWebSettings" nil "setWebGraphic" arguments)) + +(defun |setWeekdayTextFormat| (object &rest arguments) + (%qinvoke-method object nil "setWeekdayTextFormat" arguments)) + +(defun |setWeight| (object &rest arguments) + (%qinvoke-method object nil "setWeight" arguments)) + +(defun |setWhatsThis| (object &rest arguments) + (%qinvoke-method object nil "setWhatsThis" arguments)) + +(defun |setWheelScrollLines.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setWheelScrollLines" arguments)) + +(defun |setWidgetResizable| (object &rest arguments) + (%qinvoke-method object nil "setWidgetResizable" arguments)) + +(defun |setWidget| (object &rest arguments) + (%qinvoke-method object nil "setWidget" arguments)) + +(defun |setWidth(QTextLength)| (object &rest arguments) + (%qinvoke-method object nil "setWidth(QTextLength)" arguments)) + +(defun |setWidth(double)| (object &rest arguments) + (%qinvoke-method object nil "setWidth(double)" arguments)) + +(defun |setWidthForHeight| (object &rest arguments) + (%qinvoke-method object nil "setWidthForHeight" arguments)) + +(defun |setWidthF| (object &rest arguments) + (%qinvoke-method object nil "setWidthF" arguments)) + +(defun |setWidth| (object &rest arguments) + (%qinvoke-method object nil "setWidth" arguments)) + +(defun |setWindowCreated| (object &rest arguments) + (%qinvoke-method object nil "setWindowCreated" arguments)) + +(defun |setWindowFilePath| (object &rest arguments) + (%qinvoke-method object nil "setWindowFilePath" arguments)) + +(defun |setWindowFlags| (object &rest arguments) + (%qinvoke-method object nil "setWindowFlags" arguments)) + +(defun |setWindowFrameMargins| (object &rest arguments) + (%qinvoke-method object nil "setWindowFrameMargins" arguments)) + +(defun |setWindowIcon.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setWindowIcon" arguments)) + +(defun |setWindowIcon.QGuiApplication| (&rest arguments) + (%qinvoke-method "QGuiApplication" nil "setWindowIcon" arguments)) + +(defun |setWindowIconText| (object &rest arguments) + (%qinvoke-method object nil "setWindowIconText" arguments)) + +(defun |setWindowIcon| (object &rest arguments) + (%qinvoke-method object nil "setWindowIcon" arguments)) + +(defun |setWindowModality| (object &rest arguments) + (%qinvoke-method object nil "setWindowModality" arguments)) + +(defun |setWindowModified| (object &rest arguments) + (%qinvoke-method object nil "setWindowModified" arguments)) + +(defun |setWindowOpacity| (object &rest arguments) + (%qinvoke-method object nil "setWindowOpacity" arguments)) + +(defun |setWindowRole| (object &rest arguments) + (%qinvoke-method object nil "setWindowRole" arguments)) + +(defun |setWindowState| (object &rest arguments) + (%qinvoke-method object nil "setWindowState" arguments)) + +(defun |setWindowTitle| (object &rest arguments) + (%qinvoke-method object nil "setWindowTitle" arguments)) + +(defun |setWindow| (object &rest arguments) + (%qinvoke-method object nil "setWindow" arguments)) + +(defun |setWizardStyle| (object &rest arguments) + (%qinvoke-method object nil "setWizardStyle" arguments)) + +(defun |setWordSpacing| (object &rest arguments) + (%qinvoke-method object nil "setWordSpacing" arguments)) + +(defun |setWordWrapMode| (object &rest arguments) + (%qinvoke-method object nil "setWordWrapMode" arguments)) + +(defun |setWordWrap| (object &rest arguments) + (%qinvoke-method object nil "setWordWrap" arguments)) + +(defun |setWorkingDirectory| (object &rest arguments) + (%qinvoke-method object nil "setWorkingDirectory" arguments)) + +(defun |setWorldMatrixEnabled| (object &rest arguments) + (%qinvoke-method object nil "setWorldMatrixEnabled" arguments)) + +(defun |setWorldTransform| (object &rest arguments) + (%qinvoke-method object nil "setWorldTransform" arguments)) + +(defun |setWrapAround| (object &rest arguments) + (%qinvoke-method object nil "setWrapAround" arguments)) + +(defun |setWrapMode| (object &rest arguments) + (%qinvoke-method object nil "setWrapMode" arguments)) + +(defun |setWrapping| (object &rest arguments) + (%qinvoke-method object nil "setWrapping" arguments)) + +(defun |setWritingSystem| (object &rest arguments) + (%qinvoke-method object nil "setWritingSystem" arguments)) + +(defun |setW| (object &rest arguments) + (%qinvoke-method object nil "setW" arguments)) + +(defun |setXOffset| (object &rest arguments) + (%qinvoke-method object nil "setXOffset" arguments)) + +(defun |setXScale| (object &rest arguments) + (%qinvoke-method object nil "setXScale" arguments)) + +(defun |setX| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setX" arguments)) + +(defun |setYOffset| (object &rest arguments) + (%qinvoke-method object nil "setYOffset" arguments)) + +(defun |setYScale| (object &rest arguments) + (%qinvoke-method object nil "setYScale" arguments)) + +(defun |setY| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setY" arguments)) + +(defun |setZScale| (object &rest arguments) + (%qinvoke-method object nil "setZScale" arguments)) + +(defun |setZValue| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "setZValue" arguments)) + +(defun |setZoomFactor| (object &rest arguments) + (%qinvoke-method object nil "setZoomFactor" arguments)) + +(defun |setZoomMode| (object &rest arguments) + (%qinvoke-method object nil "setZoomMode" arguments)) + +(defun |setZ| (object &rest arguments) + (%qinvoke-method object nil "setZ" arguments)) + +(defun |settings| (object &rest arguments) + (%qinvoke-method object nil "settings" arguments)) + +(defun |setupData| (object &rest arguments) + (%qinvoke-method object nil "setupData" arguments)) + +(defun |setupFinished| (object &rest arguments) + (%qinvoke-method object nil "setupFinished" arguments)) + +(defun |setupStarted| (object &rest arguments) + (%qinvoke-method object nil "setupStarted" arguments)) + +(defun |setupViewport| (object &rest arguments) + (%qinvoke-method object nil "setupViewport" arguments)) + +(defun |shaderDestroyed| (object &rest arguments) + (%qinvoke-method object nil "shaderDestroyed" arguments)) + +(defun |shaderId| (object &rest arguments) + (%qinvoke-method object nil "shaderId" arguments)) + +(defun |shaderType| (object &rest arguments) + (%qinvoke-method object nil "shaderType" arguments)) + +(defun |shaders| (object &rest arguments) + (%qinvoke-method object nil "shaders" arguments)) + +(defun |shadow| (object &rest arguments) + (%qinvoke-method object nil "shadow" arguments)) + +(defun |shapeMode| (object &rest arguments) + (%qinvoke-method object nil "shapeMode" arguments)) + +(defun |shape| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "shape" arguments)) + +(defun |shear| (object &rest arguments) + (%qinvoke-method object nil "shear" arguments)) + +(defun |shortDayName.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "shortDayName" arguments)) + +(defun |shortMonthName.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "shortMonthName" arguments)) + +(defun |shortcutContext| (object &rest arguments) + (%qinvoke-method object nil "shortcutContext" arguments)) + +(defun |shortcutId| (object &rest arguments) + (%qinvoke-method object nil "shortcutId" arguments)) + +(defun |shortcuts| (object &rest arguments) + (%qinvoke-method object nil "shortcuts" arguments)) + +(defun |shortcut| (object &rest arguments) + (%qinvoke-method object nil "shortcut" arguments)) + +(defun |shouldInterruptJavaScript| (object &rest arguments) + (%qinvoke-method object nil "shouldInterruptJavaScript" arguments)) + +(defun |showColumn| (object &rest arguments) + (%qinvoke-method object nil "showColumn" arguments)) + +(defun |showDropIndicator| (object &rest arguments) + (%qinvoke-method object nil "showDropIndicator" arguments)) + +(defun |showExtension| (object &rest arguments) + (%qinvoke-method object nil "showExtension" arguments)) + +(defun |showFullScreen| (object &rest arguments) + (%qinvoke-method object nil "showFullScreen" arguments)) + +(defun |showGrid| (object &rest arguments) + (%qinvoke-method object nil "showGrid" arguments)) + +(defun |showLink| (object &rest arguments) + (%qinvoke-method object nil "showLink" arguments)) + +(defun |showMaximized| (object &rest arguments) + (%qinvoke-method object nil "showMaximized" arguments)) + +(defun |showMenu| (object &rest arguments) + (%qinvoke-method object nil "showMenu" arguments)) + +(defun |showMessage| (object &rest arguments) + (%qinvoke-method object nil "showMessage" arguments)) + +(defun |showMinimized| (object &rest arguments) + (%qinvoke-method object nil "showMinimized" arguments)) + +(defun |showNextMonth| (object &rest arguments) + (%qinvoke-method object nil "showNextMonth" arguments)) + +(defun |showNextYear| (object &rest arguments) + (%qinvoke-method object nil "showNextYear" arguments)) + +(defun |showNormal| (object &rest arguments) + (%qinvoke-method object nil "showNormal" arguments)) + +(defun |showPopup| (object &rest arguments) + (%qinvoke-method object nil "showPopup" arguments)) + +(defun |showPreviousMonth| (object &rest arguments) + (%qinvoke-method object nil "showPreviousMonth" arguments)) + +(defun |showPreviousYear| (object &rest arguments) + (%qinvoke-method object nil "showPreviousYear" arguments)) + +(defun |showRow| (object &rest arguments) + (%qinvoke-method object nil "showRow" arguments)) + +(defun |showSection| (object &rest arguments) + (%qinvoke-method object nil "showSection" arguments)) + +(defun |showSelectedDate| (object &rest arguments) + (%qinvoke-method object nil "showSelectedDate" arguments)) + +(defun |showShaded| (object &rest arguments) + (%qinvoke-method object nil "showShaded" arguments)) + +(defun |showStatusText| (object &rest arguments) + (%qinvoke-method object nil "showStatusText" arguments)) + +(defun |showSystemMenu| (object &rest arguments) + (%qinvoke-method object nil "showSystemMenu" arguments)) + +(defun |showText.QToolTip| (&rest arguments) + (%qinvoke-method "QToolTip" nil "showText" arguments)) + +(defun |showText.QWhatsThis| (&rest arguments) + (%qinvoke-method "QWhatsThis" nil "showText" arguments)) + +(defun |showToday| (object &rest arguments) + (%qinvoke-method object nil "showToday" arguments)) + +(defun |show| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "show" arguments)) + +(defun |sibling| (object &rest arguments) + (%qinvoke-method object nil "sibling" arguments)) + +(defun |sideWidget| (object &rest arguments) + (%qinvoke-method object nil "sideWidget" arguments)) + +(defun |sidebarUrls| (object &rest arguments) + (%qinvoke-method object nil "sidebarUrls" arguments)) + +(defun |signalChanged| (object &rest arguments) + (%qinvoke-method object nil "signalChanged" arguments)) + +(defun |signalsBlocked| (object &rest arguments) + (%qinvoke-method object nil "signalsBlocked" arguments)) + +(defun |signal| (object &rest arguments) + (%qinvoke-method object nil "signal" arguments)) + +(defun |simplified| (object &rest arguments) + (%qinvoke-method object nil "simplified" arguments)) + +(defun |singleStep| (object &rest arguments) + (%qinvoke-method object nil "singleStep" arguments)) + +(defun |sizeAdjustPolicy| (object &rest arguments) + (%qinvoke-method object nil "sizeAdjustPolicy" arguments)) + +(defun |sizeConstraint| (object &rest arguments) + (%qinvoke-method object nil "sizeConstraint" arguments)) + +(defun |sizeFromContents| (object &rest arguments) + (%qinvoke-method object nil "sizeFromContents" arguments)) + +(defun |sizeHintChanged| (object &rest arguments) + (%qinvoke-method object nil "sizeHintChanged" arguments)) + +(defun |sizeHintForColumn| (object &rest arguments) + (%qinvoke-method object nil "sizeHintForColumn" arguments)) + +(defun |sizeHintForIndex| (object &rest arguments) + (%qinvoke-method object nil "sizeHintForIndex" arguments)) + +(defun |sizeHintForRow| (object &rest arguments) + (%qinvoke-method object nil "sizeHintForRow" arguments)) + +(defun |sizeHint| (object &rest arguments) + (%qinvoke-method object nil "sizeHint" arguments)) + +(defun |sizeIncrement| (object &rest arguments) + (%qinvoke-method object nil "sizeIncrement" arguments)) + +(defun |sizePolicy| (object &rest arguments) + (%qinvoke-method object nil "sizePolicy" arguments)) + +(defun |sizes| (object &rest arguments) + (%qinvoke-method object nil "sizes" arguments)) + +(defun |size| (object &rest arguments) + (%qinvoke-method object nil "size" arguments)) + +(defun |slerp.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "slerp" arguments)) + +(defun |sliderMoved| (object &rest arguments) + (%qinvoke-method object nil "sliderMoved" arguments)) + +(defun |sliderPositionFromValue.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "sliderPositionFromValue" arguments)) + +(defun |sliderPosition| (object &rest arguments) + (%qinvoke-method object nil "sliderPosition" arguments)) + +(defun |sliderPressed| (object &rest arguments) + (%qinvoke-method object nil "sliderPressed" arguments)) + +(defun |sliderReleased| (object &rest arguments) + (%qinvoke-method object nil "sliderReleased" arguments)) + +(defun |sliderValueFromPosition.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "sliderValueFromPosition" arguments)) + +(defun |slopeAtPercent| (object &rest arguments) + (%qinvoke-method object nil "slopeAtPercent" arguments)) + +(defun |smallDecimalPoint| (object &rest arguments) + (%qinvoke-method object nil "smallDecimalPoint" arguments)) + +(defun |smoothScaled| (object &rest arguments) + (%qinvoke-method object nil "smoothScaled" arguments)) + +(defun |smoothSizes| (object &rest arguments) + (%qinvoke-method object nil "smoothSizes" arguments)) + +(defun |socketOption| (object &rest arguments) + (%qinvoke-method object nil "socketOption" arguments)) + +(defun |socketType| (object &rest arguments) + (%qinvoke-method object nil "socketType" arguments)) + +(defun |sortByColumn| (object &rest arguments) + (%qinvoke-method object nil "sortByColumn" arguments)) + +(defun |sortCaseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "sortCaseSensitivity" arguments)) + +(defun |sortChildren| (object &rest arguments) + (%qinvoke-method object nil "sortChildren" arguments)) + +(defun |sortColumn| (object &rest arguments) + (%qinvoke-method object nil "sortColumn" arguments)) + +(defun |sortIndicatorChanged| (object &rest arguments) + (%qinvoke-method object nil "sortIndicatorChanged" arguments)) + +(defun |sortIndicatorOrder| (object &rest arguments) + (%qinvoke-method object nil "sortIndicatorOrder" arguments)) + +(defun |sortIndicatorSection| (object &rest arguments) + (%qinvoke-method object nil "sortIndicatorSection" arguments)) + +(defun |sortItems| (object &rest arguments) + (%qinvoke-method object nil "sortItems" arguments)) + +(defun |sortOrder| (object &rest arguments) + (%qinvoke-method object nil "sortOrder" arguments)) + +(defun |sortRole| (object &rest arguments) + (%qinvoke-method object nil "sortRole" arguments)) + +(defun |sorting| (object &rest arguments) + (%qinvoke-method object nil "sorting" arguments)) + +(defun |sort| (object &rest arguments) + (%qinvoke-method object nil "sort" arguments)) + +(defun |sourceBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "sourceBoundingRect" arguments)) + +(defun |sourceChanged| (object &rest arguments) + (%qinvoke-method object nil "sourceChanged" arguments)) + +(defun |sourceCode| (object &rest arguments) + (%qinvoke-method object nil "sourceCode" arguments)) + +(defun |sourceIsPixmap| (object &rest arguments) + (%qinvoke-method object nil "sourceIsPixmap" arguments)) + +(defun |sourceModelChanged| (object &rest arguments) + (%qinvoke-method object nil "sourceModelChanged" arguments)) + +(defun |sourceModel| (object &rest arguments) + (%qinvoke-method object nil "sourceModel" arguments)) + +(defun |sourceState| (object &rest arguments) + (%qinvoke-method object nil "sourceState" arguments)) + +(defun |source| (object &rest arguments) + (%qinvoke-method object nil "source" arguments)) + +(defun |spacerItem| (object &rest arguments) + (%qinvoke-method object nil "spacerItem" arguments)) + +(defun |spacing| (object &rest arguments) + (%qinvoke-method object nil "spacing" arguments)) + +(defun |spanAngle| (object &rest arguments) + (%qinvoke-method object nil "spanAngle" arguments)) + +(defun |span| (object &rest arguments) + (%qinvoke-method object nil "span" arguments)) + +(defun |specialValueText| (object &rest arguments) + (%qinvoke-method object nil "specialValueText" arguments)) + +(defun |spec| (object &rest arguments) + (%qinvoke-method object nil "spec" arguments)) + +(defun |speed| (object &rest arguments) + (%qinvoke-method object nil "speed" arguments)) + +(defun |splitCell| (object &rest arguments) + (%qinvoke-method object nil "splitCell" arguments)) + +(defun |splitDockWidget| (object &rest arguments) + (%qinvoke-method object nil "splitDockWidget" arguments)) + +(defun |splitPath| (object &rest arguments) + (%qinvoke-method object nil "splitPath" arguments)) + +(defun |splitterMoved| (object &rest arguments) + (%qinvoke-method object nil "splitterMoved" arguments)) + +(defun |splitter| (object &rest arguments) + (%qinvoke-method object nil "splitter" arguments)) + +(defun |spontaneous| (object &rest arguments) + (%qinvoke-method object nil "spontaneous" arguments)) + +(defun |spread| (object &rest arguments) + (%qinvoke-method object nil "spread" arguments)) + +(defun |sqlStatement| (object &rest arguments) + (%qinvoke-method object nil "sqlStatement" arguments)) + +(defun |squareToQuad.QTransform| (&rest arguments) + (%qinvoke-method "QTransform" nil "squareToQuad" arguments)) + +(defun |sslConfiguration| (object &rest arguments) + (%qinvoke-method object nil "sslConfiguration" arguments)) + +(defun |sslErrors| (object &rest arguments) + (%qinvoke-method object nil "sslErrors" arguments)) + +(defun |stackBefore| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "stackBefore" arguments)) + +(defun |stackUnder| (object &rest arguments) + (%qinvoke-method object nil "stackUnder" arguments)) + +(defun |stackingMode| (object &rest arguments) + (%qinvoke-method object nil "stackingMode" arguments)) + +(defun |stacks| (object &rest arguments) + (%qinvoke-method object nil "stacks" arguments)) + +(defun |stack| (object &rest arguments) + (%qinvoke-method object nil "stack" arguments)) + +(defun |standaloneDayName| (object &rest arguments) + (%qinvoke-method object nil "standaloneDayName" arguments)) + +(defun |standaloneMonthName| (object &rest arguments) + (%qinvoke-method object nil "standaloneMonthName" arguments)) + +(defun |standardButtons| (object &rest arguments) + (%qinvoke-method object nil "standardButtons" arguments)) + +(defun |standardButton| (object &rest arguments) + (%qinvoke-method object nil "standardButton" arguments)) + +(defun |standardColor.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "standardColor" arguments)) + +(defun |standardPalette| (object &rest arguments) + (%qinvoke-method object nil "standardPalette" arguments)) + +(defun |standardPixmap| (object &rest arguments) + (%qinvoke-method object nil "standardPixmap" arguments)) + +(defun |standardSizes.QFontDatabase| (&rest arguments) + (%qinvoke-method "QFontDatabase" nil "standardSizes" arguments)) + +(defun |start(QProcess::OpenMode)| (object &rest arguments) + (%qinvoke-method object nil "start(QProcess::OpenMode)" arguments)) + +(defun |start(QString)| (object &rest arguments) + (%qinvoke-method object nil "start(QString)" arguments)) + +(defun |start(QString,QProcess::OpenMode)| (object &rest arguments) + (%qinvoke-method object nil "start(QString,QProcess::OpenMode)" arguments)) + +(defun |start(QString,QStringList)| (object &rest arguments) + (%qinvoke-method object nil "start(QString,QStringList)" arguments)) + +(defun |startAngle| (object &rest arguments) + (%qinvoke-method object nil "startAngle" arguments)) + +(defun |startCenterPoint| (object &rest arguments) + (%qinvoke-method object nil "startCenterPoint" arguments)) diff --git a/src/lisp/all-wrappers.lisp b/src/lisp/all-wrappers.lisp new file mode 100644 index 0000000..3a76a39 --- /dev/null +++ b/src/lisp/all-wrappers.lisp @@ -0,0 +1,3 @@ +(dotimes (i 10) + (load (eql:in-home (format nil "src/lisp/all-wrappers-~D" (1+ i))))) + diff --git a/src/lisp/define-all-wrappers.lisp b/src/lisp/define-all-wrappers.lisp new file mode 100644 index 0000000..538284b --- /dev/null +++ b/src/lisp/define-all-wrappers.lisp @@ -0,0 +1,176 @@ +;;; Define wrapper functions for all Qt methods/signals/slots using case +;;; preserving symbol names, and resolving type ambiguous argument lists + +(dolist (module '(:help :network :opengl :sql :svg :webkit)) + (eql:qrequire module)) + +(defconstant +max-symbols-per-file+ 1200) ; required for Windows (string size limit) + +(defvar *objects* (qobject-names)) +(defvar *auto-cast-exceptions* '("QGraphicsItem")) ; see note in Sokoban example +(defvar *functions* nil) +(defvar *unambiguous* nil) + +(let (latest) + (defun num-args (fun) + (let ((num (count #\, fun)) + (p (position #\( fun))) + (setf latest (if (string= "()" (subseq fun p (+ 2 p))) + num + (1+ num))))) + (defun latest-num-args () + latest)) + +(defun prepare () + (setf *functions* nil) + (dolist (object *objects*) + (let ((all-functions (cdar (qapropos* nil object))) + functions) + (dolist (type (list "Methods:" "Signals:" "Slots:")) + (dolist (function (rest (find type all-functions + :key 'first :test 'string=))) + (let* ((open (position #\( function)) + (begin (1+ (position #\Space function :from-end t :end open)))) + (unless (upper-case-p (char function begin)) + (let ((fun (subseq function begin))) + (push (cons fun (num-args fun)) + functions)))))) + (push (sort functions 'string< :key 'car) + *functions*))) + (setf *functions* (nreverse *functions*))) + +(defun resolve-ambiguous () + (setf *unambiguous* nil) + (macrolet ((pushnew-ok (arg) + `(pushnew ,arg ok :test 'string=))) + (flet ((end-pos (fun p) + (1+ (or (position #\, fun :start p) + (position #\) fun :start p)))) + (add-points (fun) + (if (x:ends-with "," fun) + (format nil "~A...)" (subseq fun 0 (1- (length fun)))) + fun)) + (simplify (fun) + (if (x:ends-with "static" fun) + (format nil "_s_~A" (subseq fun 0 (1+ (position #\) fun :from-end t)))) + fun))) + (dolist (functions *functions*) + (let (ok todo ex-fun1 ex-diff) + (dolist (fun functions) + (if (zerop (cdr fun)) + (let ((f (simplify (car fun)))) + (pushnew-ok (subseq f 0 (position #\( f)))) + (progn + (setf (car fun) (simplify (car fun))) + (push fun todo)))) + (do ((funs (stable-sort (sort todo 'string< :key 'car) '< :key 'cdr) + (rest funs))) + ((null funs)) + (let* ((fun1 (first funs)) + (fun2 (second funs)) + (fun2* (or fun2 ex-fun1)) + (f1 (car fun1)) + (f2 (car fun2*)) + (n1 (cdr fun1)) + (n2 (cdr fun2*)) + (a1 (position #\( f1)) + (a2 (position #\( f2))) + (flet ((ambiguous () + (and (= n1 n2) + (= a1 a2) + (string= (subseq f1 0 a1) + (subseq f2 0 a2))))) + (if fun2* + (if f2 + (if (ambiguous) + (let ((diff (string-not-equal f1 f2))) + (setf ex-diff diff) + (pushnew-ok (add-points (subseq f1 0 (end-pos f1 diff)))) + (pushnew-ok (add-points (subseq f2 0 (end-pos f2 diff))))) + (pushnew-ok (subseq f1 0 a1))) + (if (ambiguous) + (pushnew-ok (add-points (subseq f1 0 (when ex-diff (end-pos f1 ex-diff))))) + (pushnew-ok (subseq f1 0 a1)))) + (pushnew-ok (subseq f1 0 a1))) + (setf ex-fun1 fun1)))) + (push (sort ok 'string<) + *unambiguous*))) + (setf *unambiguous* (nreverse *unambiguous*))))) + +(defun cast (signature) + (dolist (exceptions *auto-cast-exceptions*) + (when (find signature exceptions :test 'string=) + (return-from cast "(%auto-cast object)"))) + "nil") + +(let ((num 0)) + (defun file (file) + (format nil "~A-~D.lisp" file (incf num)))) + +(defun define-all-wrappers (&optional (file "all-wrappers")) + "Defines Lisp functions for all Qt methods/signals/slots, writing them to a file." + (let (lisp-names definitions) + (map nil (lambda (object signatures) + (dolist (signature signatures) + (let* ((cast (cast signature)) + (static (when (x:starts-with "_s_" signature) + (setf signature (subseq signature 3)))) + (lisp-name (if static + (format nil "|~A.~A|" signature object) + (format nil "|~A|" signature)))) + (push lisp-name lisp-names) + (push (if static + (format nil "~%(defun ~A (&rest arguments)~ + ~% (%qinvoke-method ~S nil ~S arguments))~%" + lisp-name object signature) + (format nil "~%(defun ~A (object &rest arguments)~ + ~% (%qinvoke-method object ~A ~S arguments))~%" + lisp-name cast signature)) + definitions)))) + *objects* *unambiguous*) + ;; splitting into more files needed for Windows (string size limit) + (let ((symbols (sort (delete-duplicates lisp-names :test 'string=) 'string<)) + (1st t)) + (x:while symbols + (with-open-file (s (print (file file)) :direction :output :if-exists :supersede) + (format s "(defpackage :eql~ + ~% (:export") + (dotimes (n +max-symbols-per-file+) + (format s "~% #:~A" (first symbols)) + (setf symbols (rest symbols)) + (unless symbols + (return))) + (format s "))~%") + (when 1st + (setf 1st nil) + (format s "~%(in-package :eql)~ + ~%~ + ~%(pushnew :qt-wrapper-functions *features*)~ + ~%~ + ~%(defun %auto-cast (object)~ + ~% (when (find (qt-object-id (ensure-qt-object object))~ + ~% '#.(list (qid \"QGraphicsSvgItem\")~ + ~% (qid \"QGraphicsTextItem\")~ + ~% (qid \"QGraphicsWidget\")))~ + ~% \"QGraphicsItem\"))~%"))))) + (setf definitions (sort (delete-duplicates definitions :test 'string=) 'string<)) + (print (length definitions)) + (x:while definitions + (with-open-file (s (print (file file)) :direction :output :if-exists :supersede) + (format s "(in-package :eql)~%") + (dotimes (n +max-symbols-per-file+) + (princ (first definitions) s) + (setf definitions (rest definitions)) + (unless definitions + (return))))))) + +(progn + (let ((*objects* *auto-cast-exceptions*)) + (prepare) + (resolve-ambiguous) + (setf *auto-cast-exceptions* *unambiguous*)) + (prepare) + (resolve-ambiguous) + (define-all-wrappers) + (qq)) + diff --git a/src/lisp/ecl-readline.lisp b/src/lisp/ecl-readline.lisp new file mode 100644 index 0000000..44e888d --- /dev/null +++ b/src/lisp/ecl-readline.lisp @@ -0,0 +1,246 @@ +;;;; +;;; *** TO BE RECOMPILED ON EVERY UPGRADE OF YOUR ECL VERSION *** +;;; +;;;; *** PLEASE SEE "N.B." COMMENTS *** +;;;; +;;;; ------------------------------------------------------------------------------- +;;;; +;;;; ecl-readline.lisp +;;;; +;;;; Copyright (C) 2008,2010 Jason Aquilina +;;;; +;;;; This program is free software; you can redistribute it and/or +;;;; modify it under the terms of the GNU General Public License +;;;; as published by the Free Software Foundation; either version 2 +;;;; of the License, or (at your option) any later version. +;;;; +;;;; This program is distributed in the hope that it will be useful, +;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;;; GNU General Public License for more details. +;;;; +;;;; You should have received a copy of the GNU General Public License +;;;; along with this program; if not, write to the Free Software +;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +;;;; + +;;;; +;;;; Readline support for ECL +;;;; +;;;; Ideas and code stolen from: +;;;; CL-READLINE by Nikodemus Siivola +;;;; SB-READLINE by Miles Egan +;;;; + +(defpackage ecl-readline + (:use :ffi :gray)) + +(in-package :ecl-readline) + +(load-foreign-library "readline" :system-library t) +(load-foreign-library "ncurses" :system-library t) ; N.B. (1) may or may not be needed (depending on version) + +(defvar *history-size* 100) +(defvar *history-file* (concatenate 'base-string (si::getenv "HOME") "/.ecl-history")) +(defvar *prompt* "") +(defvar *prompt-more* "") +(defvar *newline* (string #\newline)) +(defvar *use-package-nicknames* t) +(defvar *line-number* 0) +(defvar *current-package* nil) + +(ffi:clines "#include ") +(ffi:clines "#include ") +(ffi:clines "#include ") ; N.B. (2) may or may not be needed (depending on version) + +(defun rl-readline (prompt) + (ffi:c-inline (prompt) (:cstring) :object + " + char* line = readline(#0); + @(return) = make_base_string_copy(line); + free(line); + ")) + +(defun rl-add-history (line) + (if (> (length line) 0) + (ffi:c-inline (line) (:cstring) :void + "add_history(#0)" :one-liner t))) + +(defun rl-read-history (filename) + (ffi:c-inline (filename) (:cstring) :int + "read_history(#0)" :one-liner t)) + +(defun rl-write-history (filename) + (ffi:c-inline (filename) (:cstring) :int + "write_history(#0)" :one-liner t)) + +(defun rl-stifle-history (count) + (ffi:c-inline (count) (:int) :void + "stifle_history(#0)" :one-liner t)) + +(defclass input-stream (fundamental-character-input-stream) + ((in-buffer :initform (make-string 0)) + (in-index :initform 0) + (out-buffer :initform (make-array 0 :element-type 'character :adjustable t :fill-pointer t)))) + +(defmethod stream-read-char ((stream input-stream)) + (if (ensure-stream-data stream) + (with-slots (in-buffer in-index) stream + (let ((c (char in-buffer in-index))) + (incf in-index) + c)) + :eof)) + +(defmethod stream-unread-char ((stream input-stream) character) + (with-slots (in-index) stream + (if (> in-index 0) + (decf in-index)))) + +(defmethod stream-listen ((stream input-stream)) + nil) + +(defmethod stream-clear-input ((stream input-stream)) + nil) + +(defmethod stream-close ((stream input-stream) &key abort) + (call-next-method)) + +(defmethod stream-peek-char ((stream input-stream)) + (if (ensure-stream-data stream) + (with-slots (in-buffer in-index) stream + (char in-buffer in-index)) + :eof)) + +(defun ensure-stream-data (stream) + (with-slots (in-buffer in-index) stream + (if (= in-index (length in-buffer)) + (setq in-buffer (readline) + in-index 0)) + in-buffer)) + +(defun current-package-name () + (if *use-package-nicknames* + (if (eq *package* (find-package "COMMON-LISP-USER")) + "CL-USER" + (car (sort + (list* (package-name *package*) (package-nicknames *package*)) + (lambda (x y) (< (length x) (length y)))))) + (package-name *package*))) + +(defun current-level () + (- si::*tpl-level* si::*step-level* -1)) + +(defun update-symbol-completions () + (unless (eq *package* *current-package*) + (setq *current-package* *package*) + (let ((entries (make-array 0 :adjustable t :fill-pointer t))) + (do-symbols (s (find-package *current-package*)) + (let ((name (symbol-name s))) + (vector-push-extend (if (some 'lower-case-p name) + name ; Qt enums, Qt functions (see "all-wrappers") + (string-downcase name)) + entries))) + (sort entries #'string<) + (rl-delete-completions) + (rl-allocate-completions (length entries)) + (loop for entry across entries + do (rl-add-completion entry))))) + +(defun prompt () + (fresh-line) + (update-symbol-completions) + (when (zerop (current-level)) + (incf *line-number*)) + (setq *prompt* + (if (zerop (current-level)) + (format nil "~A[~A]> " (current-package-name) *line-number*) + (format nil "** BREAK [LEVEL ~A]> " (current-level))))) + +(defun readline () + (let ((line (rl-readline *prompt*))) + (setq *prompt* *prompt-more*) + (rl-add-history line) + (rl-write-history *history-file*) + (concatenate 'string line *newline*))) + +(defun enable (&key ((:history-file filename) nil filename-p) ((:history-size size) nil size-p)) + (when filename-p + (setq *history-file* filename)) + (when size-p + (setq *history-size* size)) + (rl-read-history *history-file*) + (rl-stifle-history *history-size*) + (rl-use-symbol-completer) + (setf system::*tpl-prompt-hook* #'prompt) + (setq *standard-input* (make-instance 'input-stream)) + (setq *terminal-io* (make-two-way-stream *standard-input* (two-way-stream-output-stream *terminal-io*))) + (setf system::*standard-input* system::*terminal-io*)) + +;;; + +(ffi:clines "#include ") +(ffi:clines "#include ") +(ffi:clines "#include ") +(ffi:clines "#include ") + +(ffi:clines "static char** g_completions = NULL;") +(ffi:clines "static int g_index = 0;"); + +(ffi:clines +" +static char* symbol_completer(const char* str, int target) +{ + static char** ptr = NULL; /* pointer into completions array */ + static int length = 0; /* cached length of str */ + + if (target == 0) { + ptr = g_completions; + length = strlen(str); + + while (*ptr && strncmp(str, *ptr, length) != 0) + ptr++; + + return *ptr ? strdup(*ptr) : NULL; + } + + if (*ptr && strncmp(str, *ptr, length) == 0) + return strdup(*ptr++); + + return NULL; +} +") + +(defun rl-add-completion (completion) + (ffi:c-inline (completion) (:cstring) :void + "g_completions[g_index++] = strdup(#0)" :one-liner t)) + +(defun rl-allocate-completions (length) + (ffi:c-inline (length) (:int) :void + " + g_index = 0; + g_completions = malloc(#0 * sizeof(char*) + 1); + g_completions[#0] = NULL; + ")) + +(defun rl-delete-completions () + (ffi:c-inline () () :void + " + if (g_completions) { + char** p = g_completions; + while (*p) + free(*p++); + + free(g_completions); + g_completions = NULL; + } + ")) + +(defun rl-use-symbol-completer () + (ffi:c-inline () () :void + "rl_completion_entry_function = symbol_completer" :one-liner t)) + +(enable) + +;;;; End of File + + diff --git a/src/lisp/enum-lists/dynamic-enums.lisp b/src/lisp/enum-lists/dynamic-enums.lisp new file mode 100644 index 0000000..251f432 --- /dev/null +++ b/src/lisp/enum-lists/dynamic-enums.lisp @@ -0,0 +1,3167 @@ +( +("|QAbstractAnimation.Backward|" . 1) +("|QAbstractAnimation.Forward|" . 0) +("|QAbstractAnimation.Paused|" . 1) +("|QAbstractAnimation.Running|" . 2) +("|QAbstractAnimation.Stopped|" . 0) +("|QAbstractItemModel.HorizontalSortHint|" . 2) +("|QAbstractItemModel.NoLayoutChangeHint|" . 0) +("|QAbstractItemModel.VerticalSortHint|" . 1) +("|QAbstractItemView.AllEditTriggers|" . 31) +("|QAbstractItemView.AnyKeyPressed|" . 16) +("|QAbstractItemView.ContiguousSelection|" . 4) +("|QAbstractItemView.CurrentChanged|" . 1) +("|QAbstractItemView.DoubleClicked|" . 2) +("|QAbstractItemView.DragDrop|" . 3) +("|QAbstractItemView.DragOnly|" . 1) +("|QAbstractItemView.DropOnly|" . 2) +("|QAbstractItemView.EditKeyPressed|" . 8) +("|QAbstractItemView.EnsureVisible|" . 0) +("|QAbstractItemView.ExtendedSelection|" . 3) +("|QAbstractItemView.InternalMove|" . 4) +("|QAbstractItemView.MultiSelection|" . 2) +("|QAbstractItemView.NoDragDrop|" . 0) +("|QAbstractItemView.NoEditTriggers|" . 0) +("|QAbstractItemView.NoSelection|" . 0) +("|QAbstractItemView.PositionAtBottom|" . 2) +("|QAbstractItemView.PositionAtCenter|" . 3) +("|QAbstractItemView.PositionAtTop|" . 1) +("|QAbstractItemView.ScrollPerItem|" . 0) +("|QAbstractItemView.ScrollPerPixel|" . 1) +("|QAbstractItemView.SelectColumns|" . 2) +("|QAbstractItemView.SelectItems|" . 0) +("|QAbstractItemView.SelectRows|" . 1) +("|QAbstractItemView.SelectedClicked|" . 4) +("|QAbstractItemView.SingleSelection|" . 1) +("|QAbstractScrollArea.AdjustIgnored|" . 0) +("|QAbstractScrollArea.AdjustToContentsOnFirstShow|" . 1) +("|QAbstractScrollArea.AdjustToContents|" . 2) +("|QAbstractSocket.AddressInUseError|" . 8) +("|QAbstractSocket.AnyIPProtocol|" . 2) +("|QAbstractSocket.BoundState|" . 4) +("|QAbstractSocket.ClosingState|" . 6) +("|QAbstractSocket.ConnectedState|" . 3) +("|QAbstractSocket.ConnectingState|" . 2) +("|QAbstractSocket.ConnectionRefusedError|" . 0) +("|QAbstractSocket.DatagramTooLargeError|" . 6) +("|QAbstractSocket.HostLookupState|" . 1) +("|QAbstractSocket.HostNotFoundError|" . 2) +("|QAbstractSocket.IPv4Protocol|" . 0) +("|QAbstractSocket.IPv6Protocol|" . 1) +("|QAbstractSocket.KeepAliveOption|" . 1) +("|QAbstractSocket.ListeningState|" . 5) +("|QAbstractSocket.LowDelayOption|" . 0) +("|QAbstractSocket.MulticastLoopbackOption|" . 3) +("|QAbstractSocket.MulticastTtlOption|" . 2) +("|QAbstractSocket.NetworkError|" . 7) +("|QAbstractSocket.OperationError|" . 19) +("|QAbstractSocket.ProxyAuthenticationRequiredError|" . 12) +("|QAbstractSocket.ProxyConnectionClosedError|" . 15) +("|QAbstractSocket.ProxyConnectionRefusedError|" . 14) +("|QAbstractSocket.ProxyConnectionTimeoutError|" . 16) +("|QAbstractSocket.ProxyNotFoundError|" . 17) +("|QAbstractSocket.ProxyProtocolError|" . 18) +("|QAbstractSocket.ReceiveBufferSizeSocketOption|" . 6) +("|QAbstractSocket.RemoteHostClosedError|" . 1) +("|QAbstractSocket.SendBufferSizeSocketOption|" . 5) +("|QAbstractSocket.SocketAccessError|" . 3) +("|QAbstractSocket.SocketAddressNotAvailableError|" . 9) +("|QAbstractSocket.SocketResourceError|" . 4) +("|QAbstractSocket.SocketTimeoutError|" . 5) +("|QAbstractSocket.SslHandshakeFailedError|" . 13) +("|QAbstractSocket.SslInternalError|" . 20) +("|QAbstractSocket.SslInvalidUserDataError|" . 21) +("|QAbstractSocket.TcpSocket|" . 0) +("|QAbstractSocket.TemporaryError|" . 22) +("|QAbstractSocket.TypeOfServiceOption|" . 4) +("|QAbstractSocket.UdpSocket|" . 1) +("|QAbstractSocket.UnconnectedState|" . 0) +("|QAbstractSocket.UnfinishedSocketOperationError|" . 11) +("|QAbstractSocket.UnknownNetworkLayerProtocol|" . -1) +("|QAbstractSocket.UnknownSocketError|" . -1) +("|QAbstractSocket.UnknownSocketType|" . -1) +("|QAbstractSocket.UnsupportedSocketOperationError|" . 10) +("|QAbstractSpinBox.CorrectToNearestValue|" . 1) +("|QAbstractSpinBox.CorrectToPreviousValue|" . 0) +("|QAbstractSpinBox.NoButtons|" . 2) +("|QAbstractSpinBox.PlusMinus|" . 1) +("|QAbstractSpinBox.UpDownArrows|" . 0) +("|QAbstractTransition.ExternalTransition|" . 0) +("|QAbstractTransition.InternalTransition|" . 1) +("|QAction.AboutQtRole|" . 3) +("|QAction.AboutRole|" . 4) +("|QAction.ApplicationSpecificRole|" . 2) +("|QAction.HighPriority|" . 256) +("|QAction.LowPriority|" . 0) +("|QAction.NoRole|" . 0) +("|QAction.NormalPriority|" . 128) +("|QAction.PreferencesRole|" . 5) +("|QAction.QuitRole|" . 6) +("|QAction.TextHeuristicRole|" . 1) +("|QCalendarWidget.ISOWeekNumbers|" . 1) +("|QCalendarWidget.LongDayNames|" . 3) +("|QCalendarWidget.NoHorizontalHeader|" . 0) +("|QCalendarWidget.NoSelection|" . 0) +("|QCalendarWidget.NoVerticalHeader|" . 0) +("|QCalendarWidget.ShortDayNames|" . 2) +("|QCalendarWidget.SingleLetterDayNames|" . 1) +("|QCalendarWidget.SingleSelection|" . 1) +("|QColorDialog.DontUseNativeDialog|" . 4) +("|QColorDialog.NoButtons|" . 2) +("|QColorDialog.ShowAlphaChannel|" . 1) +("|QComboBox.AdjustToContentsOnFirstShow|" . 1) +("|QComboBox.AdjustToContents|" . 0) +("|QComboBox.AdjustToMinimumContentsLengthWithIcon|" . 3) +("|QComboBox.AdjustToMinimumContentsLength|" . 2) +("|QComboBox.InsertAfterCurrent|" . 4) +("|QComboBox.InsertAlphabetically|" . 6) +("|QComboBox.InsertAtBottom|" . 3) +("|QComboBox.InsertAtCurrent|" . 2) +("|QComboBox.InsertAtTop|" . 1) +("|QComboBox.InsertBeforeCurrent|" . 5) +("|QComboBox.NoInsert|" . 0) +("|QDataWidgetMapper.AutoSubmit|" . 0) +("|QDataWidgetMapper.ManualSubmit|" . 1) +("|QDateTimeEdit.AmPmSection|" . 1) +("|QDateTimeEdit.DateSections_Mask|" . 1792) +("|QDateTimeEdit.DaySection|" . 256) +("|QDateTimeEdit.HourSection|" . 16) +("|QDateTimeEdit.MSecSection|" . 2) +("|QDateTimeEdit.MinuteSection|" . 8) +("|QDateTimeEdit.MonthSection|" . 512) +("|QDateTimeEdit.NoSection|" . 0) +("|QDateTimeEdit.SecondSection|" . 4) +("|QDateTimeEdit.TimeSections_Mask|" . 31) +("|QDateTimeEdit.YearSection|" . 1024) +("|QDialogButtonBox.Abort|" . 262144) +("|QDialogButtonBox.Apply|" . 33554432) +("|QDialogButtonBox.Cancel|" . 4194304) +("|QDialogButtonBox.Close|" . 2097152) +("|QDialogButtonBox.Discard|" . 8388608) +("|QDialogButtonBox.Help|" . 16777216) +("|QDialogButtonBox.Ignore|" . 1048576) +("|QDialogButtonBox.NoButton|" . 0) +("|QDialogButtonBox.NoToAll|" . 131072) +("|QDialogButtonBox.No|" . 65536) +("|QDialogButtonBox.Ok|" . 1024) +("|QDialogButtonBox.Open|" . 8192) +("|QDialogButtonBox.Reset|" . 67108864) +("|QDialogButtonBox.RestoreDefaults|" . 134217728) +("|QDialogButtonBox.Retry|" . 524288) +("|QDialogButtonBox.SaveAll|" . 4096) +("|QDialogButtonBox.Save|" . 2048) +("|QDialogButtonBox.YesToAll|" . 32768) +("|QDialogButtonBox.Yes|" . 16384) +("|QDockWidget.AllDockWidgetFeatures|" . 7) +("|QDockWidget.DockWidgetClosable|" . 1) +("|QDockWidget.DockWidgetFeatureMask|" . 15) +("|QDockWidget.DockWidgetFloatable|" . 4) +("|QDockWidget.DockWidgetMovable|" . 2) +("|QDockWidget.DockWidgetVerticalTitleBar|" . 8) +("|QDockWidget.NoDockWidgetFeatures|" . 0) +("|QDockWidget.Reserved|" . 255) +("|QDoubleValidator.ScientificNotation|" . 1) +("|QDoubleValidator.StandardNotation|" . 0) +("|QEasingCurve.BezierSpline|" . 45) +("|QEasingCurve.CosineCurve|" . 44) +("|QEasingCurve.Custom|" . 47) +("|QEasingCurve.InBack|" . 33) +("|QEasingCurve.InBounce|" . 37) +("|QEasingCurve.InCirc|" . 25) +("|QEasingCurve.InCubic|" . 5) +("|QEasingCurve.InCurve|" . 41) +("|QEasingCurve.InElastic|" . 29) +("|QEasingCurve.InExpo|" . 21) +("|QEasingCurve.InOutBack|" . 35) +("|QEasingCurve.InOutBounce|" . 39) +("|QEasingCurve.InOutCirc|" . 27) +("|QEasingCurve.InOutCubic|" . 7) +("|QEasingCurve.InOutElastic|" . 31) +("|QEasingCurve.InOutExpo|" . 23) +("|QEasingCurve.InOutQuad|" . 3) +("|QEasingCurve.InOutQuart|" . 11) +("|QEasingCurve.InOutQuint|" . 15) +("|QEasingCurve.InOutSine|" . 19) +("|QEasingCurve.InQuad|" . 1) +("|QEasingCurve.InQuart|" . 9) +("|QEasingCurve.InQuint|" . 13) +("|QEasingCurve.InSine|" . 17) +("|QEasingCurve.Linear|" . 0) +("|QEasingCurve.NCurveTypes|" . 48) +("|QEasingCurve.OutBack|" . 34) +("|QEasingCurve.OutBounce|" . 38) +("|QEasingCurve.OutCirc|" . 26) +("|QEasingCurve.OutCubic|" . 6) +("|QEasingCurve.OutCurve|" . 42) +("|QEasingCurve.OutElastic|" . 30) +("|QEasingCurve.OutExpo|" . 22) +("|QEasingCurve.OutInBack|" . 36) +("|QEasingCurve.OutInBounce|" . 40) +("|QEasingCurve.OutInCirc|" . 28) +("|QEasingCurve.OutInCubic|" . 8) +("|QEasingCurve.OutInElastic|" . 32) +("|QEasingCurve.OutInExpo|" . 24) +("|QEasingCurve.OutInQuad|" . 4) +("|QEasingCurve.OutInQuart|" . 12) +("|QEasingCurve.OutInQuint|" . 16) +("|QEasingCurve.OutInSine|" . 20) +("|QEasingCurve.OutQuad|" . 2) +("|QEasingCurve.OutQuart|" . 10) +("|QEasingCurve.OutQuint|" . 14) +("|QEasingCurve.OutSine|" . 18) +("|QEasingCurve.SineCurve|" . 43) +("|QEasingCurve.TCBSpline|" . 46) +("|QEvent.AcceptDropsChange|" . 152) +("|QEvent.ActionAdded|" . 114) +("|QEvent.ActionChanged|" . 113) +("|QEvent.ActionRemoved|" . 115) +("|QEvent.ActivateControl|" . 80) +("|QEvent.ActivationChange|" . 99) +("|QEvent.ApplicationActivated|" . 121) +("|QEvent.ApplicationActivate|" . 121) +("|QEvent.ApplicationDeactivated|" . 122) +("|QEvent.ApplicationDeactivate|" . 122) +("|QEvent.ApplicationFontChange|" . 36) +("|QEvent.ApplicationLayoutDirectionChange|" . 37) +("|QEvent.ApplicationPaletteChange|" . 38) +("|QEvent.ApplicationStateChange|" . 214) +("|QEvent.ApplicationWindowIconChange|" . 35) +("|QEvent.ChildAdded|" . 68) +("|QEvent.ChildPolished|" . 69) +("|QEvent.ChildRemoved|" . 71) +("|QEvent.Clipboard|" . 40) +("|QEvent.CloseSoftwareInputPanel|" . 200) +("|QEvent.Close|" . 19) +("|QEvent.ContentsRectChange|" . 178) +("|QEvent.ContextMenu|" . 82) +("|QEvent.Create|" . 15) +("|QEvent.CursorChange|" . 183) +("|QEvent.DeactivateControl|" . 81) +("|QEvent.DeferredDelete|" . 52) +("|QEvent.Destroy|" . 16) +("|QEvent.DragEnter|" . 60) +("|QEvent.DragLeave|" . 62) +("|QEvent.DragMove|" . 61) +("|QEvent.DragResponse|" . 64) +("|QEvent.Drop|" . 63) +("|QEvent.DynamicPropertyChange|" . 170) +("|QEvent.EmbeddingControl|" . 79) +("|QEvent.EnabledChange|" . 98) +("|QEvent.EnterWhatsThisMode|" . 124) +("|QEvent.Enter|" . 10) +("|QEvent.Expose|" . 206) +("|QEvent.FileOpen|" . 116) +("|QEvent.FocusAboutToChange|" . 23) +("|QEvent.FocusIn|" . 8) +("|QEvent.FocusOut|" . 9) +("|QEvent.FontChange|" . 97) +("|QEvent.FutureCallOut|" . 180) +("|QEvent.GestureOverride|" . 202) +("|QEvent.Gesture|" . 198) +("|QEvent.GrabKeyboard|" . 188) +("|QEvent.GrabMouse|" . 186) +("|QEvent.GraphicsSceneContextMenu|" . 159) +("|QEvent.GraphicsSceneDragEnter|" . 164) +("|QEvent.GraphicsSceneDragLeave|" . 166) +("|QEvent.GraphicsSceneDragMove|" . 165) +("|QEvent.GraphicsSceneDrop|" . 167) +("|QEvent.GraphicsSceneHelp|" . 163) +("|QEvent.GraphicsSceneHoverEnter|" . 160) +("|QEvent.GraphicsSceneHoverLeave|" . 162) +("|QEvent.GraphicsSceneHoverMove|" . 161) +("|QEvent.GraphicsSceneMouseDoubleClick|" . 158) +("|QEvent.GraphicsSceneMouseMove|" . 155) +("|QEvent.GraphicsSceneMousePress|" . 156) +("|QEvent.GraphicsSceneMouseRelease|" . 157) +("|QEvent.GraphicsSceneMove|" . 182) +("|QEvent.GraphicsSceneResize|" . 181) +("|QEvent.GraphicsSceneWheel|" . 168) +("|QEvent.HelpRequest|" . 95) +("|QEvent.HideToParent|" . 27) +("|QEvent.Hide|" . 18) +("|QEvent.HoverEnter|" . 127) +("|QEvent.HoverLeave|" . 128) +("|QEvent.HoverMove|" . 129) +("|QEvent.IconDrag|" . 96) +("|QEvent.IconTextChange|" . 101) +("|QEvent.InputMethodQuery|" . 207) +("|QEvent.InputMethod|" . 83) +("|QEvent.KeyPress|" . 6) +("|QEvent.KeyRelease|" . 7) +("|QEvent.KeyboardLayoutChange|" . 169) +("|QEvent.LanguageChange|" . 89) +("|QEvent.LayoutDirectionChange|" . 90) +("|QEvent.LayoutRequest|" . 76) +("|QEvent.LeaveWhatsThisMode|" . 125) +("|QEvent.Leave|" . 11) +("|QEvent.LocaleChange|" . 88) +("|QEvent.MacGLClearDrawable|" . 191) +("|QEvent.MacGLWindowChange|" . 179) +("|QEvent.MacSizeChange|" . 177) +("|QEvent.MaxUser|" . 65535) +("|QEvent.MetaCall|" . 43) +("|QEvent.ModifiedChange|" . 102) +("|QEvent.MouseButtonDblClick|" . 4) +("|QEvent.MouseButtonPress|" . 2) +("|QEvent.MouseButtonRelease|" . 3) +("|QEvent.MouseMove|" . 5) +("|QEvent.MouseTrackingChange|" . 109) +("|QEvent.Move|" . 13) +("|QEvent.NativeGesture|" . 197) +("|QEvent.NetworkReplyUpdated|" . 185) +("|QEvent.NonClientAreaMouseButtonDblClick|" . 176) +("|QEvent.NonClientAreaMouseButtonPress|" . 174) +("|QEvent.NonClientAreaMouseButtonRelease|" . 175) +("|QEvent.NonClientAreaMouseMove|" . 173) +("|QEvent.None|" . 0) +("|QEvent.OkRequest|" . 94) +("|QEvent.OrientationChange|" . 208) +("|QEvent.Paint|" . 12) +("|QEvent.PaletteChange|" . 39) +("|QEvent.ParentAboutToChange|" . 131) +("|QEvent.ParentChange|" . 21) +("|QEvent.PlatformPanel|" . 212) +("|QEvent.PlatformSurface|" . 217) +("|QEvent.PolishRequest|" . 74) +("|QEvent.Polish|" . 75) +("|QEvent.QueryWhatsThis|" . 123) +("|QEvent.Quit|" . 20) +("|QEvent.ReadOnlyChange|" . 106) +("|QEvent.RequestSoftwareInputPanel|" . 199) +("|QEvent.Resize|" . 14) +("|QEvent.ScreenChangeInternal|" . 216) +("|QEvent.ScrollPrepare|" . 204) +("|QEvent.Scroll|" . 205) +("|QEvent.ShortcutOverride|" . 51) +("|QEvent.Shortcut|" . 117) +("|QEvent.ShowToParent|" . 26) +("|QEvent.ShowWindowRequest|" . 73) +("|QEvent.Show|" . 17) +("|QEvent.SockAct|" . 50) +("|QEvent.SockClose|" . 211) +("|QEvent.Speech|" . 42) +("|QEvent.StateMachineSignal|" . 192) +("|QEvent.StateMachineWrapped|" . 193) +("|QEvent.StatusTip|" . 112) +("|QEvent.StyleAnimationUpdate|" . 213) +("|QEvent.StyleChange|" . 100) +("|QEvent.Style|" . 91) +("|QEvent.TabletEnterProximity|" . 171) +("|QEvent.TabletLeaveProximity|" . 172) +("|QEvent.TabletMove|" . 87) +("|QEvent.TabletPress|" . 92) +("|QEvent.TabletRelease|" . 93) +("|QEvent.ThemeChange|" . 210) +("|QEvent.ThreadChange|" . 22) +("|QEvent.Timer|" . 1) +("|QEvent.ToolBarChange|" . 120) +("|QEvent.ToolTipChange|" . 184) +("|QEvent.ToolTip|" . 110) +("|QEvent.TouchBegin|" . 194) +("|QEvent.TouchCancel|" . 209) +("|QEvent.TouchEnd|" . 196) +("|QEvent.TouchUpdate|" . 195) +("|QEvent.UngrabKeyboard|" . 189) +("|QEvent.UngrabMouse|" . 187) +("|QEvent.UpdateLater|" . 78) +("|QEvent.UpdateRequest|" . 77) +("|QEvent.User|" . 1000) +("|QEvent.WhatsThisClicked|" . 118) +("|QEvent.WhatsThis|" . 111) +("|QEvent.Wheel|" . 31) +("|QEvent.WinEventAct|" . 132) +("|QEvent.WinIdChange|" . 203) +("|QEvent.WindowActivate|" . 24) +("|QEvent.WindowBlocked|" . 103) +("|QEvent.WindowChangeInternal|" . 215) +("|QEvent.WindowDeactivate|" . 25) +("|QEvent.WindowIconChange|" . 34) +("|QEvent.WindowStateChange|" . 105) +("|QEvent.WindowTitleChange|" . 33) +("|QEvent.WindowUnblocked|" . 104) +("|QEvent.ZOrderChange|" . 126) +("|QEvent.ZeroTimerEvent|" . 154) +("|QFileDialog.AcceptOpen|" . 0) +("|QFileDialog.AcceptSave|" . 1) +("|QFileDialog.AnyFile|" . 0) +("|QFileDialog.Detail|" . 0) +("|QFileDialog.DirectoryOnly|" . 4) +("|QFileDialog.Directory|" . 2) +("|QFileDialog.DontConfirmOverwrite|" . 4) +("|QFileDialog.DontResolveSymlinks|" . 2) +("|QFileDialog.DontUseCustomDirectoryIcons|" . 128) +("|QFileDialog.DontUseNativeDialog|" . 16) +("|QFileDialog.DontUseSheet|" . 8) +("|QFileDialog.ExistingFiles|" . 3) +("|QFileDialog.ExistingFile|" . 1) +("|QFileDialog.HideNameFilterDetails|" . 64) +("|QFileDialog.List|" . 1) +("|QFileDialog.ReadOnly|" . 32) +("|QFileDialog.ShowDirsOnly|" . 1) +("|QFont.ForceIntegerMetrics|" . 1024) +("|QFont.ForceOutline|" . 16) +("|QFont.NoAntialias|" . 256) +("|QFont.NoFontMerging|" . 32768) +("|QFont.NoSubpixelAntialias|" . 2048) +("|QFont.OpenGLCompatible|" . 512) +("|QFont.PreferAntialias|" . 128) +("|QFont.PreferBitmap|" . 2) +("|QFont.PreferDefault|" . 1) +("|QFont.PreferDevice|" . 4) +("|QFont.PreferMatch|" . 32) +("|QFont.PreferOutline|" . 8) +("|QFont.PreferQuality|" . 64) +("|QFontComboBox.AllFonts|" . 0) +("|QFontComboBox.MonospacedFonts|" . 4) +("|QFontComboBox.NonScalableFonts|" . 2) +("|QFontComboBox.ProportionalFonts|" . 8) +("|QFontComboBox.ScalableFonts|" . 1) +("|QFontDatabase.Any|" . 0) +("|QFontDatabase.Arabic|" . 6) +("|QFontDatabase.Armenian|" . 4) +("|QFontDatabase.Bengali|" . 10) +("|QFontDatabase.Cyrillic|" . 3) +("|QFontDatabase.Devanagari|" . 9) +("|QFontDatabase.FixedFont|" . 1) +("|QFontDatabase.GeneralFont|" . 0) +("|QFontDatabase.Georgian|" . 23) +("|QFontDatabase.Greek|" . 2) +("|QFontDatabase.Gujarati|" . 12) +("|QFontDatabase.Gurmukhi|" . 11) +("|QFontDatabase.Hebrew|" . 5) +("|QFontDatabase.Japanese|" . 27) +("|QFontDatabase.Kannada|" . 16) +("|QFontDatabase.Khmer|" . 24) +("|QFontDatabase.Korean|" . 28) +("|QFontDatabase.Lao|" . 20) +("|QFontDatabase.Latin|" . 1) +("|QFontDatabase.Malayalam|" . 17) +("|QFontDatabase.Myanmar|" . 22) +("|QFontDatabase.Nko|" . 33) +("|QFontDatabase.Ogham|" . 31) +("|QFontDatabase.Oriya|" . 13) +("|QFontDatabase.Other|" . 30) +("|QFontDatabase.Runic|" . 32) +("|QFontDatabase.SimplifiedChinese|" . 25) +("|QFontDatabase.Sinhala|" . 18) +("|QFontDatabase.SmallestReadableFont|" . 3) +("|QFontDatabase.Symbol|" . 30) +("|QFontDatabase.Syriac|" . 7) +("|QFontDatabase.Tamil|" . 14) +("|QFontDatabase.Telugu|" . 15) +("|QFontDatabase.Thaana|" . 8) +("|QFontDatabase.Thai|" . 19) +("|QFontDatabase.Tibetan|" . 21) +("|QFontDatabase.TitleFont|" . 2) +("|QFontDatabase.TraditionalChinese|" . 26) +("|QFontDatabase.Vietnamese|" . 29) +("|QFontDatabase.WritingSystemsCount|" . 34) +("|QFontDialog.DontUseNativeDialog|" . 2) +("|QFontDialog.MonospacedFonts|" . 16) +("|QFontDialog.NoButtons|" . 1) +("|QFontDialog.NonScalableFonts|" . 8) +("|QFontDialog.ProportionalFonts|" . 32) +("|QFontDialog.ScalableFonts|" . 4) +("|QFormLayout.AllNonFixedFieldsGrow|" . 2) +("|QFormLayout.DontWrapRows|" . 0) +("|QFormLayout.ExpandingFieldsGrow|" . 1) +("|QFormLayout.FieldRole|" . 1) +("|QFormLayout.FieldsStayAtSizeHint|" . 0) +("|QFormLayout.LabelRole|" . 0) +("|QFormLayout.SpanningRole|" . 2) +("|QFormLayout.WrapAllRows|" . 2) +("|QFormLayout.WrapLongRows|" . 1) +("|QFrame.Box|" . 1) +("|QFrame.HLine|" . 4) +("|QFrame.NoFrame|" . 0) +("|QFrame.Panel|" . 2) +("|QFrame.Plain|" . 16) +("|QFrame.Raised|" . 32) +("|QFrame.StyledPanel|" . 6) +("|QFrame.Sunken|" . 48) +("|QFrame.VLine|" . 5) +("|QFrame.WinPanel|" . 3) +("|QGradient.ConicalGradient|" . 2) +("|QGradient.LinearGradient|" . 0) +("|QGradient.LogicalMode|" . 0) +("|QGradient.NoGradient|" . 3) +("|QGradient.ObjectBoundingMode|" . 2) +("|QGradient.PadSpread|" . 0) +("|QGradient.RadialGradient|" . 1) +("|QGradient.ReflectSpread|" . 1) +("|QGradient.RepeatSpread|" . 2) +("|QGradient.StretchToDeviceMode|" . 1) +("|QGraphicsBlurEffect.AnimationHint|" . 2) +("|QGraphicsBlurEffect.PerformanceHint|" . 0) +("|QGraphicsBlurEffect.QualityHint|" . 1) +("|QGraphicsEffect.SourceAttached|" . 1) +("|QGraphicsEffect.SourceBoundingRectChanged|" . 4) +("|QGraphicsEffect.SourceDetached|" . 2) +("|QGraphicsEffect.SourceInvalidated|" . 8) +("|QGraphicsView.AnchorUnderMouse|" . 2) +("|QGraphicsView.AnchorViewCenter|" . 1) +("|QGraphicsView.BoundingRectViewportUpdate|" . 4) +("|QGraphicsView.CacheBackground|" . 1) +("|QGraphicsView.CacheNone|" . 0) +("|QGraphicsView.DontAdjustForAntialiasing|" . 4) +("|QGraphicsView.DontClipPainter|" . 1) +("|QGraphicsView.DontSavePainterState|" . 2) +("|QGraphicsView.FullViewportUpdate|" . 0) +("|QGraphicsView.IndirectPainting|" . 8) +("|QGraphicsView.MinimalViewportUpdate|" . 1) +("|QGraphicsView.NoAnchor|" . 0) +("|QGraphicsView.NoDrag|" . 0) +("|QGraphicsView.NoViewportUpdate|" . 3) +("|QGraphicsView.RubberBandDrag|" . 2) +("|QGraphicsView.ScrollHandDrag|" . 1) +("|QGraphicsView.SmartViewportUpdate|" . 2) +("|QHeaderView.Custom|" . 2) +("|QHeaderView.Fixed|" . 2) +("|QHeaderView.Interactive|" . 0) +("|QHeaderView.ResizeToContents|" . 3) +("|QHeaderView.Stretch|" . 1) +("|QHistoryState.DeepHistory|" . 1) +("|QHistoryState.ShallowHistory|" . 0) +("|QItemSelectionModel.ClearAndSelect|" . 3) +("|QItemSelectionModel.Clear|" . 1) +("|QItemSelectionModel.Columns|" . 64) +("|QItemSelectionModel.Current|" . 16) +("|QItemSelectionModel.Deselect|" . 4) +("|QItemSelectionModel.NoUpdate|" . 0) +("|QItemSelectionModel.Rows|" . 32) +("|QItemSelectionModel.SelectCurrent|" . 18) +("|QItemSelectionModel.Select|" . 2) +("|QItemSelectionModel.ToggleCurrent|" . 24) +("|QItemSelectionModel.Toggle|" . 8) +("|QLCDNumber.Bin|" . 3) +("|QLCDNumber.Dec|" . 1) +("|QLCDNumber.Filled|" . 1) +("|QLCDNumber.Flat|" . 2) +("|QLCDNumber.Hex|" . 0) +("|QLCDNumber.Oct|" . 2) +("|QLCDNumber.Outline|" . 0) +("|QLayout.SetDefaultConstraint|" . 0) +("|QLayout.SetFixedSize|" . 3) +("|QLayout.SetMaximumSize|" . 4) +("|QLayout.SetMinAndMaxSize|" . 5) +("|QLayout.SetMinimumSize|" . 2) +("|QLayout.SetNoConstraint|" . 1) +("|QLibrary.DeepBindHint|" . 16) +("|QLibrary.ExportExternalSymbolsHint|" . 2) +("|QLibrary.LoadArchiveMemberHint|" . 4) +("|QLibrary.PreventUnloadHint|" . 8) +("|QLibrary.ResolveAllSymbolsHint|" . 1) +("|QLineEdit.LeadingPosition|" . 0) +("|QLineEdit.NoEcho|" . 1) +("|QLineEdit.Normal|" . 0) +("|QLineEdit.PasswordEchoOnEdit|" . 3) +("|QLineEdit.Password|" . 2) +("|QLineEdit.TrailingPosition|" . 1) +("|QListView.Adjust|" . 1) +("|QListView.Batched|" . 1) +("|QListView.Fixed|" . 0) +("|QListView.Free|" . 1) +("|QListView.IconMode|" . 1) +("|QListView.LeftToRight|" . 0) +("|QListView.ListMode|" . 0) +("|QListView.SinglePass|" . 0) +("|QListView.Snap|" . 2) +("|QListView.Static|" . 0) +("|QListView.TopToBottom|" . 1) +("|QLocale.Abkhazian|" . 2) +("|QLocale.Afan|" . 3) +("|QLocale.Afar|" . 4) +("|QLocale.Afghanistan|" . 1) +("|QLocale.Afrikaans|" . 5) +("|QLocale.Aghem|" . 237) +("|QLocale.Akan|" . 146) +("|QLocale.Akkadian|" . 262) +("|QLocale.Akoose|" . 312) +("|QLocale.AlandIslands|" . 248) +("|QLocale.Albanian|" . 6) +("|QLocale.Albania|" . 2) +("|QLocale.Algeria|" . 3) +("|QLocale.AmericanSamoa|" . 4) +("|QLocale.Amharic|" . 7) +("|QLocale.AncientEgyptian|" . 263) +("|QLocale.AncientGreek|" . 264) +("|QLocale.AncientNorthArabian|" . 331) +("|QLocale.Andorra|" . 5) +("|QLocale.Angola|" . 6) +("|QLocale.Anguilla|" . 7) +("|QLocale.Antarctica|" . 8) +("|QLocale.AntiguaAndBarbuda|" . 9) +("|QLocale.AnyCountry|" . 0) +("|QLocale.AnyLanguage|" . 0) +("|QLocale.Arabic|" . 8) +("|QLocale.Aragonese|" . 261) +("|QLocale.Aramaic|" . 265) +("|QLocale.Argentina|" . 10) +("|QLocale.Armenian|" . 9) +("|QLocale.Armenia|" . 11) +("|QLocale.Aruba|" . 12) +("|QLocale.AscensionIsland|" . 247) +("|QLocale.Assamese|" . 10) +("|QLocale.Asturian|" . 256) +("|QLocale.Asu|" . 205) +("|QLocale.Atsam|" . 156) +("|QLocale.Australia|" . 13) +("|QLocale.Austria|" . 14) +("|QLocale.Avaric|" . 216) +("|QLocale.Avestan|" . 255) +("|QLocale.Aymara|" . 11) +("|QLocale.Azerbaijani|" . 12) +("|QLocale.Azerbaijan|" . 15) +("|QLocale.Bafia|" . 243) +("|QLocale.Bahamas|" . 16) +("|QLocale.Bahrain|" . 17) +("|QLocale.Balinese|" . 266) +("|QLocale.Bambara|" . 188) +("|QLocale.Bamun|" . 267) +("|QLocale.Bangladesh|" . 18) +("|QLocale.Barbados|" . 19) +("|QLocale.Basaa|" . 238) +("|QLocale.Bashkir|" . 13) +("|QLocale.Basque|" . 14) +("|QLocale.Bassa|" . 336) +("|QLocale.BatakToba|" . 268) +("|QLocale.Belarusian|" . 22) +("|QLocale.Belarus|" . 20) +("|QLocale.Belgium|" . 21) +("|QLocale.Belize|" . 22) +("|QLocale.Bemba|" . 195) +("|QLocale.Bena|" . 186) +("|QLocale.Bengali|" . 15) +("|QLocale.Benin|" . 23) +("|QLocale.Bermuda|" . 24) +("|QLocale.Bhutani|" . 16) +("|QLocale.Bhutan|" . 25) +("|QLocale.Bihari|" . 17) +("|QLocale.Bislama|" . 18) +("|QLocale.Blin|" . 152) +("|QLocale.Bodo|" . 215) +("|QLocale.Bolivia|" . 26) +("|QLocale.Bonaire|" . 255) +("|QLocale.BosniaAndHerzegowina|" . 27) +("|QLocale.Bosnian|" . 142) +("|QLocale.Botswana|" . 28) +("|QLocale.BouvetIsland|" . 29) +("|QLocale.Brazil|" . 30) +("|QLocale.Breton|" . 19) +("|QLocale.BritishIndianOceanTerritory|" . 31) +("|QLocale.BritishVirginIslands|" . 233) +("|QLocale.Brunei|" . 32) +("|QLocale.Buginese|" . 269) +("|QLocale.Buhid|" . 270) +("|QLocale.Bulgarian|" . 20) +("|QLocale.Bulgaria|" . 33) +("|QLocale.BurkinaFaso|" . 34) +("|QLocale.Burmese|" . 21) +("|QLocale.Burundi|" . 35) +("|QLocale.Byelorussian|" . 22) +("|QLocale.Cambodian|" . 23) +("|QLocale.Cambodia|" . 36) +("|QLocale.Cameroon|" . 37) +("|QLocale.Canada|" . 38) +("|QLocale.CanaryIslands|" . 238) +("|QLocale.CapeVerde|" . 39) +("|QLocale.Carian|" . 271) +("|QLocale.Catalan|" . 24) +("|QLocale.CaymanIslands|" . 40) +("|QLocale.CentralAfricanRepublic|" . 41) +("|QLocale.CentralKurdish|" . 316) +("|QLocale.CentralMoroccoTamazight|" . 212) +("|QLocale.CeutaAndMelilla|" . 250) +("|QLocale.Chad|" . 42) +("|QLocale.Chakma|" . 272) +("|QLocale.Chamorro|" . 217) +("|QLocale.Chechen|" . 218) +("|QLocale.Cherokee|" . 190) +("|QLocale.Chewa|" . 165) +("|QLocale.Chiga|" . 211) +("|QLocale.Chile|" . 43) +("|QLocale.China|" . 44) +("|QLocale.Chinese|" . 25) +("|QLocale.ChristmasIsland|" . 45) +("|QLocale.Church|" . 219) +("|QLocale.Chuvash|" . 220) +("|QLocale.ClassicalMandaic|" . 273) +("|QLocale.ClippertonIsland|" . 241) +("|QLocale.CocosIslands|" . 46) +("|QLocale.Colognian|" . 201) +("|QLocale.Colombia|" . 47) +("|QLocale.Comoros|" . 48) +("|QLocale.CongoBrazzaville|" . 50) +("|QLocale.CongoKinshasa|" . 49) +("|QLocale.CongoSwahili|" . 250) +("|QLocale.CookIslands|" . 51) +("|QLocale.Coptic|" . 274) +("|QLocale.Cornish|" . 145) +("|QLocale.Corsican|" . 26) +("|QLocale.CostaRica|" . 52) +("|QLocale.Cree|" . 221) +("|QLocale.Croatian|" . 27) +("|QLocale.Croatia|" . 54) +("|QLocale.Cuba|" . 55) +("|QLocale.CuraSao|" . 152) +("|QLocale.Cyprus|" . 56) +("|QLocale.CzechRepublic|" . 57) +("|QLocale.Czech|" . 28) +("|QLocale.C|" . 1) +("|QLocale.Danish|" . 29) +("|QLocale.DemocraticRepublicOfCongo|" . 49) +("|QLocale.DemocraticRepublicOfKorea|" . 113) +("|QLocale.Denmark|" . 58) +("|QLocale.DiegoGarcia|" . 249) +("|QLocale.Divehi|" . 143) +("|QLocale.Djibouti|" . 59) +("|QLocale.Dogri|" . 275) +("|QLocale.DominicanRepublic|" . 61) +("|QLocale.Dominica|" . 60) +("|QLocale.Duala|" . 240) +("|QLocale.Dutch|" . 30) +("|QLocale.Dzongkha|" . 16) +("|QLocale.EastTimor|" . 62) +("|QLocale.EasternCham|" . 276) +("|QLocale.EasternKayah|" . 277) +("|QLocale.Ecuador|" . 63) +("|QLocale.Egypt|" . 64) +("|QLocale.ElSalvador|" . 65) +("|QLocale.Embu|" . 189) +("|QLocale.English|" . 31) +("|QLocale.EquatorialGuinea|" . 66) +("|QLocale.Eritrea|" . 67) +("|QLocale.Esperanto|" . 32) +("|QLocale.Estonian|" . 33) +("|QLocale.Estonia|" . 68) +("|QLocale.Ethiopia|" . 69) +("|QLocale.Etruscan|" . 278) +("|QLocale.Ewe|" . 161) +("|QLocale.Ewondo|" . 242) +("|QLocale.FalklandIslands|" . 70) +("|QLocale.FaroeIslands|" . 71) +("|QLocale.Faroese|" . 34) +("|QLocale.Fijian|" . 35) +("|QLocale.Fiji|" . 72) +("|QLocale.Filipino|" . 166) +("|QLocale.Finland|" . 73) +("|QLocale.Finnish|" . 36) +("|QLocale.France|" . 74) +("|QLocale.FrenchGuiana|" . 76) +("|QLocale.FrenchPolynesia|" . 77) +("|QLocale.FrenchSouthernTerritories|" . 78) +("|QLocale.French|" . 37) +("|QLocale.Frisian|" . 38) +("|QLocale.Friulian|" . 159) +("|QLocale.Fulah|" . 177) +("|QLocale.Gabon|" . 79) +("|QLocale.Gaelic|" . 39) +("|QLocale.Galician|" . 40) +("|QLocale.Gambia|" . 80) +("|QLocale.Ganda|" . 194) +("|QLocale.Ga|" . 148) +("|QLocale.Geez|" . 153) +("|QLocale.Georgian|" . 41) +("|QLocale.Georgia|" . 81) +("|QLocale.Germany|" . 82) +("|QLocale.German|" . 42) +("|QLocale.Ghana|" . 83) +("|QLocale.Gibraltar|" . 84) +("|QLocale.Gothic|" . 279) +("|QLocale.Greece|" . 85) +("|QLocale.Greek|" . 43) +("|QLocale.Greenlandic|" . 44) +("|QLocale.Greenland|" . 86) +("|QLocale.Grenada|" . 87) +("|QLocale.Guadeloupe|" . 88) +("|QLocale.Guam|" . 89) +("|QLocale.Guarani|" . 45) +("|QLocale.Guatemala|" . 90) +("|QLocale.Guernsey|" . 75) +("|QLocale.GuineaBissau|" . 92) +("|QLocale.Guinea|" . 91) +("|QLocale.Gujarati|" . 46) +("|QLocale.Gusii|" . 175) +("|QLocale.Guyana|" . 93) +("|QLocale.Haitian|" . 222) +("|QLocale.Haiti|" . 94) +("|QLocale.Hanunoo|" . 280) +("|QLocale.Hausa|" . 47) +("|QLocale.Hawaiian|" . 163) +("|QLocale.HeardAndMcDonaldIslands|" . 95) +("|QLocale.Hebrew|" . 48) +("|QLocale.Herero|" . 223) +("|QLocale.Hindi|" . 49) +("|QLocale.HiriMotu|" . 224) +("|QLocale.HmongNjua|" . 333) +("|QLocale.Honduras|" . 96) +("|QLocale.HongKong|" . 97) +("|QLocale.Ho|" . 334) +("|QLocale.Hungarian|" . 50) +("|QLocale.Hungary|" . 98) +("|QLocale.Icelandic|" . 51) +("|QLocale.Iceland|" . 99) +("|QLocale.Igbo|" . 149) +("|QLocale.ImperialSystem|" . 1) +("|QLocale.ImperialUKSystem|" . 2) +("|QLocale.ImperialUSSystem|" . 1) +("|QLocale.InariSami|" . 326) +("|QLocale.India|" . 100) +("|QLocale.Indonesian|" . 52) +("|QLocale.Indonesia|" . 101) +("|QLocale.Ingush|" . 281) +("|QLocale.Interlingua|" . 53) +("|QLocale.Interlingue|" . 54) +("|QLocale.Inuktitut|" . 55) +("|QLocale.Inupiak|" . 56) +("|QLocale.Iran|" . 102) +("|QLocale.Iraq|" . 103) +("|QLocale.Ireland|" . 104) +("|QLocale.Irish|" . 57) +("|QLocale.IsleOfMan|" . 251) +("|QLocale.Israel|" . 105) +("|QLocale.Italian|" . 58) +("|QLocale.Italy|" . 106) +("|QLocale.IvoryCoast|" . 53) +("|QLocale.Jamaica|" . 107) +("|QLocale.Japanese|" . 59) +("|QLocale.Japan|" . 108) +("|QLocale.Javanese|" . 60) +("|QLocale.Jersey|" . 252) +("|QLocale.Jju|" . 158) +("|QLocale.JolaFonyi|" . 241) +("|QLocale.Jordan|" . 109) +("|QLocale.Kabuverdianu|" . 196) +("|QLocale.Kabyle|" . 184) +("|QLocale.Kako|" . 258) +("|QLocale.Kalenjin|" . 198) +("|QLocale.Kamba|" . 150) +("|QLocale.Kannada|" . 61) +("|QLocale.Kanuri|" . 225) +("|QLocale.Kashmiri|" . 62) +("|QLocale.Kazakhstan|" . 110) +("|QLocale.Kazakh|" . 63) +("|QLocale.Kenyang|" . 319) +("|QLocale.Kenya|" . 111) +("|QLocale.Khmer|" . 23) +("|QLocale.Kiche|" . 323) +("|QLocale.Kikuyu|" . 178) +("|QLocale.Kinyarwanda|" . 64) +("|QLocale.Kirghiz|" . 65) +("|QLocale.Kiribati|" . 112) +("|QLocale.Komi|" . 226) +("|QLocale.Kongo|" . 227) +("|QLocale.Konkani|" . 147) +("|QLocale.Korean|" . 66) +("|QLocale.Koro|" . 154) +("|QLocale.Kosovo|" . 257) +("|QLocale.KoyraChiini|" . 208) +("|QLocale.KoyraboroSenni|" . 213) +("|QLocale.Kpelle|" . 169) +("|QLocale.Kurdish|" . 67) +("|QLocale.Kurundi|" . 68) +("|QLocale.Kuwait|" . 115) +("|QLocale.Kwanyama|" . 228) +("|QLocale.Kwasio|" . 246) +("|QLocale.Kyrgyzstan|" . 116) +("|QLocale.Lakota|" . 313) +("|QLocale.Langi|" . 193) +("|QLocale.Laos|" . 117) +("|QLocale.Lao|" . 69) +("|QLocale.LargeFloweryMiao|" . 282) +("|QLocale.LastCountry|" . 257) +("|QLocale.LastLanguage|" . 339) +("|QLocale.LatinAmericaAndTheCaribbean|" . 246) +("|QLocale.Latin|" . 70) +("|QLocale.Latvian|" . 71) +("|QLocale.Latvia|" . 118) +("|QLocale.Lebanon|" . 119) +("|QLocale.Lepcha|" . 283) +("|QLocale.Lesotho|" . 120) +("|QLocale.Lezghian|" . 335) +("|QLocale.Liberia|" . 121) +("|QLocale.Libya|" . 122) +("|QLocale.Liechtenstein|" . 123) +("|QLocale.Limburgish|" . 229) +("|QLocale.Limbu|" . 284) +("|QLocale.LinearA|" . 332) +("|QLocale.Lingala|" . 72) +("|QLocale.Lisu|" . 285) +("|QLocale.Lithuanian|" . 73) +("|QLocale.Lithuania|" . 124) +("|QLocale.LowGerman|" . 170) +("|QLocale.LowerSorbian|" . 317) +("|QLocale.LubaKatanga|" . 230) +("|QLocale.LuleSami|" . 325) +("|QLocale.Luo|" . 210) +("|QLocale.Luxembourgish|" . 231) +("|QLocale.Luxembourg|" . 125) +("|QLocale.Luyia|" . 204) +("|QLocale.Lu|" . 286) +("|QLocale.Lycian|" . 287) +("|QLocale.Lydian|" . 288) +("|QLocale.Macau|" . 126) +("|QLocale.Macedonian|" . 74) +("|QLocale.Macedonia|" . 127) +("|QLocale.Machame|" . 200) +("|QLocale.Madagascar|" . 128) +("|QLocale.Maithili|" . 339) +("|QLocale.MakhuwaMeetto|" . 244) +("|QLocale.Makonde|" . 192) +("|QLocale.Malagasy|" . 75) +("|QLocale.Malawi|" . 129) +("|QLocale.Malayalam|" . 77) +("|QLocale.Malaysia|" . 130) +("|QLocale.Malay|" . 76) +("|QLocale.Maldives|" . 131) +("|QLocale.Mali|" . 132) +("|QLocale.Malta|" . 133) +("|QLocale.Maltese|" . 78) +("|QLocale.Mandingo|" . 289) +("|QLocale.ManichaeanMiddlePersian|" . 329) +("|QLocale.Manipuri|" . 290) +("|QLocale.Manx|" . 144) +("|QLocale.Maori|" . 79) +("|QLocale.Mapuche|" . 315) +("|QLocale.Marathi|" . 80) +("|QLocale.MarshallIslands|" . 134) +("|QLocale.Marshallese|" . 81) +("|QLocale.Martinique|" . 135) +("|QLocale.Masai|" . 202) +("|QLocale.Mauritania|" . 136) +("|QLocale.Mauritius|" . 137) +("|QLocale.Mayotte|" . 138) +("|QLocale.Mende|" . 330) +("|QLocale.Meroitic|" . 291) +("|QLocale.Meru|" . 197) +("|QLocale.Meta|" . 259) +("|QLocale.MetricSystem|" . 0) +("|QLocale.Mexico|" . 139) +("|QLocale.Micronesia|" . 140) +("|QLocale.Mohawk|" . 320) +("|QLocale.Moldavian|" . 95) +("|QLocale.Moldova|" . 141) +("|QLocale.Monaco|" . 142) +("|QLocale.Mongolian|" . 82) +("|QLocale.Mongolia|" . 143) +("|QLocale.Mono|" . 337) +("|QLocale.Montenegro|" . 242) +("|QLocale.Montserrat|" . 144) +("|QLocale.Morisyen|" . 191) +("|QLocale.Morocco|" . 145) +("|QLocale.Mozambique|" . 146) +("|QLocale.Mundang|" . 245) +("|QLocale.Myanmar|" . 147) +("|QLocale.Nama|" . 199) +("|QLocale.Namibia|" . 148) +("|QLocale.NauruCountry|" . 149) +("|QLocale.NauruLanguage|" . 83) +("|QLocale.Navaho|" . 232) +("|QLocale.Ndonga|" . 233) +("|QLocale.Nepali|" . 84) +("|QLocale.Nepal|" . 150) +("|QLocale.Netherlands|" . 151) +("|QLocale.NewCaledonia|" . 153) +("|QLocale.NewZealand|" . 154) +("|QLocale.Ngiemboon|" . 260) +("|QLocale.Ngomba|" . 257) +("|QLocale.Nicaragua|" . 155) +("|QLocale.Nigeria|" . 157) +("|QLocale.Niger|" . 156) +("|QLocale.Niue|" . 158) +("|QLocale.Nko|" . 321) +("|QLocale.NorfolkIsland|" . 159) +("|QLocale.NorthKorea|" . 113) +("|QLocale.NorthNdebele|" . 181) +("|QLocale.NorthernMarianaIslands|" . 160) +("|QLocale.NorthernSami|" . 173) +("|QLocale.NorthernSotho|" . 172) +("|QLocale.NorthernThai|" . 292) +("|QLocale.Norway|" . 161) +("|QLocale.NorwegianBokmal|" . 85) +("|QLocale.NorwegianNynorsk|" . 141) +("|QLocale.Norwegian|" . 85) +("|QLocale.Nuer|" . 247) +("|QLocale.Nyanja|" . 165) +("|QLocale.Nyankole|" . 185) +("|QLocale.Occitan|" . 86) +("|QLocale.Ojibwa|" . 234) +("|QLocale.OldIrish|" . 293) +("|QLocale.OldNorse|" . 294) +("|QLocale.OldPersian|" . 295) +("|QLocale.OldTurkish|" . 296) +("|QLocale.Oman|" . 162) +("|QLocale.Oriya|" . 87) +("|QLocale.Oromo|" . 3) +("|QLocale.Ossetic|" . 101) +("|QLocale.Pahlavi|" . 297) +("|QLocale.Pakistan|" . 163) +("|QLocale.Palau|" . 164) +("|QLocale.PalestinianTerritories|" . 165) +("|QLocale.Pali|" . 235) +("|QLocale.Panama|" . 166) +("|QLocale.PapuaNewGuinea|" . 167) +("|QLocale.Paraguay|" . 168) +("|QLocale.Parthian|" . 298) +("|QLocale.Pashto|" . 88) +("|QLocale.PeoplesRepublicOfCongo|" . 50) +("|QLocale.Persian|" . 89) +("|QLocale.Peru|" . 169) +("|QLocale.Philippines|" . 170) +("|QLocale.Phoenician|" . 299) +("|QLocale.Pitcairn|" . 171) +("|QLocale.Poland|" . 172) +("|QLocale.Polish|" . 90) +("|QLocale.Portugal|" . 173) +("|QLocale.Portuguese|" . 91) +("|QLocale.PrakritLanguage|" . 300) +("|QLocale.Prussian|" . 322) +("|QLocale.PuertoRico|" . 174) +("|QLocale.Punjabi|" . 92) +("|QLocale.Qatar|" . 175) +("|QLocale.Quechua|" . 93) +("|QLocale.Rejang|" . 301) +("|QLocale.RepublicOfKorea|" . 114) +("|QLocale.Reunion|" . 176) +("|QLocale.RhaetoRomance|" . 94) +("|QLocale.Romanian|" . 95) +("|QLocale.Romania|" . 177) +("|QLocale.Romansh|" . 94) +("|QLocale.Rombo|" . 182) +("|QLocale.Rundi|" . 68) +("|QLocale.RussianFederation|" . 178) +("|QLocale.Russian|" . 96) +("|QLocale.Russia|" . 178) +("|QLocale.Rwanda|" . 179) +("|QLocale.Rwa|" . 209) +("|QLocale.Sabaean|" . 302) +("|QLocale.Saho|" . 207) +("|QLocale.SaintBarthelemy|" . 244) +("|QLocale.SaintHelena|" . 199) +("|QLocale.SaintKittsAndNevis|" . 180) +("|QLocale.SaintLucia|" . 181) +("|QLocale.SaintMartin|" . 245) +("|QLocale.SaintPierreAndMiquelon|" . 200) +("|QLocale.SaintVincentAndTheGrenadines|" . 182) +("|QLocale.Sakha|" . 248) +("|QLocale.Samaritan|" . 303) +("|QLocale.Samburu|" . 179) +("|QLocale.Samoan|" . 97) +("|QLocale.Samoa|" . 183) +("|QLocale.SanMarino|" . 184) +("|QLocale.Sango|" . 98) +("|QLocale.Sangu|" . 249) +("|QLocale.Sanskrit|" . 99) +("|QLocale.Santali|" . 304) +("|QLocale.SaoTomeAndPrincipe|" . 185) +("|QLocale.Sardinian|" . 115) +("|QLocale.SaudiArabia|" . 186) +("|QLocale.Saurashtra|" . 305) +("|QLocale.Sena|" . 180) +("|QLocale.Senegal|" . 187) +("|QLocale.Serbian|" . 100) +("|QLocale.Serbia|" . 243) +("|QLocale.SerboCroatian|" . 100) +("|QLocale.Seychelles|" . 188) +("|QLocale.Shambala|" . 214) +("|QLocale.Shona|" . 104) +("|QLocale.SichuanYi|" . 168) +("|QLocale.Sidamo|" . 155) +("|QLocale.SierraLeone|" . 189) +("|QLocale.Sindhi|" . 105) +("|QLocale.Singapore|" . 190) +("|QLocale.Sinhala|" . 106) +("|QLocale.SintMaarten|" . 256) +("|QLocale.SkoltSami|" . 327) +("|QLocale.Slovakia|" . 191) +("|QLocale.Slovak|" . 108) +("|QLocale.Slovenian|" . 109) +("|QLocale.Slovenia|" . 192) +("|QLocale.Soga|" . 203) +("|QLocale.SolomonIslands|" . 193) +("|QLocale.Somalia|" . 194) +("|QLocale.Somali|" . 110) +("|QLocale.Sora|" . 306) +("|QLocale.SouthAfrica|" . 195) +("|QLocale.SouthGeorgiaAndTheSouthSandwichIslands|" . 196) +("|QLocale.SouthKorea|" . 114) +("|QLocale.SouthNdebele|" . 171) +("|QLocale.SouthSudan|" . 254) +("|QLocale.SouthernSami|" . 324) +("|QLocale.SouthernSotho|" . 102) +("|QLocale.Spain|" . 197) +("|QLocale.Spanish|" . 111) +("|QLocale.SriLanka|" . 198) +("|QLocale.StandardMoroccanTamazight|" . 314) +("|QLocale.Sudan|" . 201) +("|QLocale.Sundanese|" . 112) +("|QLocale.Suriname|" . 202) +("|QLocale.SvalbardAndJanMayenIslands|" . 203) +("|QLocale.Swahili|" . 113) +("|QLocale.Swati|" . 107) +("|QLocale.Swaziland|" . 204) +("|QLocale.Sweden|" . 205) +("|QLocale.Swedish|" . 114) +("|QLocale.SwissGerman|" . 167) +("|QLocale.Switzerland|" . 206) +("|QLocale.Sylheti|" . 307) +("|QLocale.Syriac|" . 151) +("|QLocale.SyrianArabRepublic|" . 207) +("|QLocale.Syria|" . 207) +("|QLocale.Tachelhit|" . 183) +("|QLocale.Tagalog|" . 166) +("|QLocale.Tagbanwa|" . 308) +("|QLocale.Tahitian|" . 127) +("|QLocale.TaiDam|" . 309) +("|QLocale.TaiNua|" . 310) +("|QLocale.Taita|" . 176) +("|QLocale.Taiwan|" . 208) +("|QLocale.Tajikistan|" . 209) +("|QLocale.Tajik|" . 116) +("|QLocale.Tamil|" . 117) +("|QLocale.Tanzania|" . 210) +("|QLocale.Taroko|" . 174) +("|QLocale.Tasawaq|" . 251) +("|QLocale.Tatar|" . 118) +("|QLocale.TedimChin|" . 338) +("|QLocale.Telugu|" . 119) +("|QLocale.Teso|" . 206) +("|QLocale.Thailand|" . 211) +("|QLocale.Thai|" . 120) +("|QLocale.Tibetan|" . 121) +("|QLocale.Tigre|" . 157) +("|QLocale.Tigrinya|" . 122) +("|QLocale.Togo|" . 212) +("|QLocale.Tokelau|" . 213) +("|QLocale.Tongan|" . 123) +("|QLocale.Tonga|" . 214) +("|QLocale.TrinidadAndTobago|" . 215) +("|QLocale.TristanDaCunha|" . 253) +("|QLocale.Tsonga|" . 124) +("|QLocale.Tswana|" . 103) +("|QLocale.Tunisia|" . 216) +("|QLocale.Turkey|" . 217) +("|QLocale.Turkish|" . 125) +("|QLocale.Turkmenistan|" . 218) +("|QLocale.Turkmen|" . 126) +("|QLocale.TurksAndCaicosIslands|" . 219) +("|QLocale.Tuvalu|" . 220) +("|QLocale.Twi|" . 146) +("|QLocale.Tyap|" . 164) +("|QLocale.Uganda|" . 221) +("|QLocale.Ugaritic|" . 311) +("|QLocale.Uighur|" . 128) +("|QLocale.Uigur|" . 128) +("|QLocale.Ukraine|" . 222) +("|QLocale.Ukrainian|" . 129) +("|QLocale.UnitedArabEmirates|" . 223) +("|QLocale.UnitedKingdom|" . 224) +("|QLocale.UnitedStatesMinorOutlyingIslands|" . 226) +("|QLocale.UnitedStatesVirginIslands|" . 234) +("|QLocale.UnitedStates|" . 225) +("|QLocale.UpperSorbian|" . 318) +("|QLocale.Urdu|" . 130) +("|QLocale.Uruguay|" . 227) +("|QLocale.Uzbekistan|" . 228) +("|QLocale.Uzbek|" . 131) +("|QLocale.Vai|" . 252) +("|QLocale.Vanuatu|" . 229) +("|QLocale.VaticanCityState|" . 230) +("|QLocale.Venda|" . 160) +("|QLocale.Venezuela|" . 231) +("|QLocale.Vietnamese|" . 132) +("|QLocale.Vietnam|" . 232) +("|QLocale.Volapuk|" . 133) +("|QLocale.Vunjo|" . 187) +("|QLocale.Walamo|" . 162) +("|QLocale.WallisAndFutunaIslands|" . 235) +("|QLocale.Walloon|" . 236) +("|QLocale.Walser|" . 253) +("|QLocale.Warlpiri|" . 328) +("|QLocale.Welsh|" . 134) +("|QLocale.WesternFrisian|" . 38) +("|QLocale.WesternSahara|" . 236) +("|QLocale.Wolof|" . 135) +("|QLocale.Xhosa|" . 136) +("|QLocale.Yangben|" . 254) +("|QLocale.Yemen|" . 237) +("|QLocale.Yiddish|" . 137) +("|QLocale.Yoruba|" . 138) +("|QLocale.Zambia|" . 239) +("|QLocale.Zarma|" . 239) +("|QLocale.Zhuang|" . 139) +("|QLocale.Zimbabwe|" . 240) +("|QLocale.Zulu|" . 140) +("|QMainWindow.AllowNestedDocks|" . 2) +("|QMainWindow.AllowTabbedDocks|" . 4) +("|QMainWindow.AnimatedDocks|" . 1) +("|QMainWindow.ForceTabbedDocks|" . 8) +("|QMainWindow.VerticalTabs|" . 16) +("|QMdiArea.ActivationHistoryOrder|" . 2) +("|QMdiArea.CreationOrder|" . 0) +("|QMdiArea.StackingOrder|" . 1) +("|QMdiArea.SubWindowView|" . 0) +("|QMdiArea.TabbedView|" . 1) +("|QMessageBox.Abort|" . 262144) +("|QMessageBox.Apply|" . 33554432) +("|QMessageBox.ButtonMask|" . -769) +("|QMessageBox.Cancel|" . 4194304) +("|QMessageBox.Close|" . 2097152) +("|QMessageBox.Critical|" . 3) +("|QMessageBox.Default|" . 256) +("|QMessageBox.Discard|" . 8388608) +("|QMessageBox.Escape|" . 512) +("|QMessageBox.FirstButton|" . 1024) +("|QMessageBox.FlagMask|" . 768) +("|QMessageBox.Help|" . 16777216) +("|QMessageBox.Ignore|" . 1048576) +("|QMessageBox.Information|" . 1) +("|QMessageBox.LastButton|" . 134217728) +("|QMessageBox.NoAll|" . 131072) +("|QMessageBox.NoButton|" . 0) +("|QMessageBox.NoIcon|" . 0) +("|QMessageBox.NoToAll|" . 131072) +("|QMessageBox.No|" . 65536) +("|QMessageBox.Ok|" . 1024) +("|QMessageBox.Open|" . 8192) +("|QMessageBox.Question|" . 4) +("|QMessageBox.Reset|" . 67108864) +("|QMessageBox.RestoreDefaults|" . 134217728) +("|QMessageBox.Retry|" . 524288) +("|QMessageBox.SaveAll|" . 4096) +("|QMessageBox.Save|" . 2048) +("|QMessageBox.Warning|" . 2) +("|QMessageBox.YesAll|" . 32768) +("|QMessageBox.YesToAll|" . 32768) +("|QMessageBox.Yes|" . 16384) +("|QMovie.CacheAll|" . 1) +("|QMovie.CacheNone|" . 0) +("|QMovie.NotRunning|" . 0) +("|QMovie.Paused|" . 1) +("|QMovie.Running|" . 2) +("|QPainter.Antialiasing|" . 1) +("|QPainter.HighQualityAntialiasing|" . 8) +("|QPainter.NonCosmeticDefaultPen|" . 16) +("|QPainter.Qt4CompatiblePainting|" . 32) +("|QPainter.SmoothPixmapTransform|" . 4) +("|QPainter.TextAntialiasing|" . 2) +("|QPalette.Active|" . 0) +("|QPalette.All|" . 5) +("|QPalette.AlternateBase|" . 16) +("|QPalette.Background|" . 10) +("|QPalette.Base|" . 9) +("|QPalette.BrightText|" . 7) +("|QPalette.ButtonText|" . 8) +("|QPalette.Button|" . 1) +("|QPalette.Current|" . 4) +("|QPalette.Dark|" . 4) +("|QPalette.Disabled|" . 1) +("|QPalette.Foreground|" . 0) +("|QPalette.HighlightedText|" . 13) +("|QPalette.Highlight|" . 12) +("|QPalette.Inactive|" . 2) +("|QPalette.Light|" . 2) +("|QPalette.LinkVisited|" . 15) +("|QPalette.Link|" . 14) +("|QPalette.Midlight|" . 3) +("|QPalette.Mid|" . 5) +("|QPalette.NColorGroups|" . 3) +("|QPalette.NColorRoles|" . 20) +("|QPalette.NoRole|" . 17) +("|QPalette.Normal|" . 0) +("|QPalette.Shadow|" . 11) +("|QPalette.Text|" . 6) +("|QPalette.ToolTipBase|" . 18) +("|QPalette.ToolTipText|" . 19) +("|QPalette.WindowText|" . 0) +("|QPalette.Window|" . 10) +("|QPinchGesture.CenterPointChanged|" . 4) +("|QPinchGesture.RotationAngleChanged|" . 2) +("|QPinchGesture.ScaleFactorChanged|" . 1) +("|QPlainTextEdit.NoWrap|" . 0) +("|QPlainTextEdit.WidgetWidth|" . 1) +("|QProgressBar.BottomToTop|" . 1) +("|QProgressBar.TopToBottom|" . 0) +("|QSizePolicy.ButtonBox|" . 2) +("|QSizePolicy.CheckBox|" . 4) +("|QSizePolicy.ComboBox|" . 8) +("|QSizePolicy.DefaultType|" . 1) +("|QSizePolicy.Expanding|" . 7) +("|QSizePolicy.Fixed|" . 0) +("|QSizePolicy.Frame|" . 16) +("|QSizePolicy.GroupBox|" . 32) +("|QSizePolicy.Ignored|" . 13) +("|QSizePolicy.Label|" . 64) +("|QSizePolicy.LineEdit|" . 256) +("|QSizePolicy.Line|" . 128) +("|QSizePolicy.Maximum|" . 4) +("|QSizePolicy.MinimumExpanding|" . 3) +("|QSizePolicy.Minimum|" . 1) +("|QSizePolicy.Preferred|" . 5) +("|QSizePolicy.PushButton|" . 512) +("|QSizePolicy.RadioButton|" . 1024) +("|QSizePolicy.Slider|" . 2048) +("|QSizePolicy.SpinBox|" . 4096) +("|QSizePolicy.TabWidget|" . 8192) +("|QSizePolicy.ToolButton|" . 16384) +("|QSlider.NoTicks|" . 0) +("|QSlider.TicksAbove|" . 1) +("|QSlider.TicksBelow|" . 2) +("|QSlider.TicksBothSides|" . 3) +("|QSlider.TicksLeft|" . 1) +("|QSlider.TicksRight|" . 2) +("|QStackedLayout.StackAll|" . 1) +("|QStackedLayout.StackOne|" . 0) +("|QState.DontRestoreProperties|" . 0) +("|QState.ExclusiveStates|" . 0) +("|QState.ParallelStates|" . 1) +("|QState.RestoreProperties|" . 1) +("|QStyle.CC_ComboBox|" . 1) +("|QStyle.CC_CustomBase|" . -268435456) +("|QStyle.CC_Dial|" . 6) +("|QStyle.CC_GroupBox|" . 7) +("|QStyle.CC_MdiControls|" . 8) +("|QStyle.CC_ScrollBar|" . 2) +("|QStyle.CC_Slider|" . 3) +("|QStyle.CC_SpinBox|" . 0) +("|QStyle.CC_TitleBar|" . 5) +("|QStyle.CC_ToolButton|" . 4) +("|QStyle.CE_CheckBoxLabel|" . 4) +("|QStyle.CE_CheckBox|" . 3) +("|QStyle.CE_ColumnViewGrip|" . 44) +("|QStyle.CE_ComboBoxLabel|" . 39) +("|QStyle.CE_CustomBase|" . -268435456) +("|QStyle.CE_DockWidgetTitle|" . 30) +("|QStyle.CE_FocusFrame|" . 38) +("|QStyle.CE_HeaderEmptyArea|" . 43) +("|QStyle.CE_HeaderLabel|" . 25) +("|QStyle.CE_HeaderSection|" . 24) +("|QStyle.CE_Header|" . 23) +("|QStyle.CE_ItemViewItem|" . 45) +("|QStyle.CE_MenuBarEmptyArea|" . 21) +("|QStyle.CE_MenuBarItem|" . 20) +("|QStyle.CE_MenuEmptyArea|" . 19) +("|QStyle.CE_MenuHMargin|" . 17) +("|QStyle.CE_MenuItem|" . 14) +("|QStyle.CE_MenuScroller|" . 15) +("|QStyle.CE_MenuTearoff|" . 18) +("|QStyle.CE_MenuVMargin|" . 16) +("|QStyle.CE_ProgressBarContents|" . 12) +("|QStyle.CE_ProgressBarGroove|" . 11) +("|QStyle.CE_ProgressBarLabel|" . 13) +("|QStyle.CE_ProgressBar|" . 10) +("|QStyle.CE_PushButtonBevel|" . 1) +("|QStyle.CE_PushButtonLabel|" . 2) +("|QStyle.CE_PushButton|" . 0) +("|QStyle.CE_RadioButtonLabel|" . 6) +("|QStyle.CE_RadioButton|" . 5) +("|QStyle.CE_RubberBand|" . 29) +("|QStyle.CE_ScrollBarAddLine|" . 31) +("|QStyle.CE_ScrollBarAddPage|" . 33) +("|QStyle.CE_ScrollBarFirst|" . 36) +("|QStyle.CE_ScrollBarLast|" . 37) +("|QStyle.CE_ScrollBarSlider|" . 35) +("|QStyle.CE_ScrollBarSubLine|" . 32) +("|QStyle.CE_ScrollBarSubPage|" . 34) +("|QStyle.CE_ShapedFrame|" . 46) +("|QStyle.CE_SizeGrip|" . 27) +("|QStyle.CE_Splitter|" . 28) +("|QStyle.CE_TabBarTabLabel|" . 9) +("|QStyle.CE_TabBarTabShape|" . 8) +("|QStyle.CE_TabBarTab|" . 7) +("|QStyle.CE_ToolBar|" . 40) +("|QStyle.CE_ToolBoxTabLabel|" . 42) +("|QStyle.CE_ToolBoxTabShape|" . 41) +("|QStyle.CE_ToolBoxTab|" . 26) +("|QStyle.CE_ToolButtonLabel|" . 22) +("|QStyle.CT_CheckBox|" . 1) +("|QStyle.CT_ComboBox|" . 4) +("|QStyle.CT_CustomBase|" . -268435456) +("|QStyle.CT_DialogButtons|" . 18) +("|QStyle.CT_GroupBox|" . 20) +("|QStyle.CT_HeaderSection|" . 19) +("|QStyle.CT_ItemViewItem|" . 22) +("|QStyle.CT_LineEdit|" . 14) +("|QStyle.CT_MdiControls|" . 21) +("|QStyle.CT_MenuBarItem|" . 8) +("|QStyle.CT_MenuBar|" . 9) +("|QStyle.CT_MenuItem|" . 7) +("|QStyle.CT_Menu|" . 10) +("|QStyle.CT_ProgressBar|" . 6) +("|QStyle.CT_PushButton|" . 0) +("|QStyle.CT_RadioButton|" . 2) +("|QStyle.CT_ScrollBar|" . 13) +("|QStyle.CT_SizeGrip|" . 16) +("|QStyle.CT_Slider|" . 12) +("|QStyle.CT_SpinBox|" . 15) +("|QStyle.CT_Splitter|" . 5) +("|QStyle.CT_TabBarTab|" . 11) +("|QStyle.CT_TabWidget|" . 17) +("|QStyle.CT_ToolButton|" . 3) +("|QStyle.PE_CustomBase|" . 251658240) +("|QStyle.PE_FrameButtonBevel|" . 10) +("|QStyle.PE_FrameButtonTool|" . 11) +("|QStyle.PE_FrameDefaultButton|" . 1) +("|QStyle.PE_FrameDockWidget|" . 2) +("|QStyle.PE_FrameFocusRect|" . 3) +("|QStyle.PE_FrameGroupBox|" . 4) +("|QStyle.PE_FrameLineEdit|" . 5) +("|QStyle.PE_FrameMenu|" . 6) +("|QStyle.PE_FrameStatusBarItem|" . 7) +("|QStyle.PE_FrameStatusBar|" . 7) +("|QStyle.PE_FrameTabBarBase|" . 12) +("|QStyle.PE_FrameTabWidget|" . 8) +("|QStyle.PE_FrameWindow|" . 9) +("|QStyle.PE_Frame|" . 0) +("|QStyle.PE_IndicatorArrowDown|" . 19) +("|QStyle.PE_IndicatorArrowLeft|" . 20) +("|QStyle.PE_IndicatorArrowRight|" . 21) +("|QStyle.PE_IndicatorArrowUp|" . 22) +("|QStyle.PE_IndicatorBranch|" . 23) +("|QStyle.PE_IndicatorButtonDropDown|" . 24) +("|QStyle.PE_IndicatorCheckBox|" . 26) +("|QStyle.PE_IndicatorColumnViewArrow|" . 42) +("|QStyle.PE_IndicatorDockWidgetResizeHandle|" . 27) +("|QStyle.PE_IndicatorHeaderArrow|" . 28) +("|QStyle.PE_IndicatorItemViewItemCheck|" . 25) +("|QStyle.PE_IndicatorItemViewItemDrop|" . 43) +("|QStyle.PE_IndicatorMenuCheckMark|" . 29) +("|QStyle.PE_IndicatorProgressChunk|" . 30) +("|QStyle.PE_IndicatorRadioButton|" . 31) +("|QStyle.PE_IndicatorSpinDown|" . 32) +("|QStyle.PE_IndicatorSpinMinus|" . 33) +("|QStyle.PE_IndicatorSpinPlus|" . 34) +("|QStyle.PE_IndicatorSpinUp|" . 35) +("|QStyle.PE_IndicatorTabClose|" . 47) +("|QStyle.PE_IndicatorTabTear|" . 39) +("|QStyle.PE_IndicatorToolBarHandle|" . 36) +("|QStyle.PE_IndicatorToolBarSeparator|" . 37) +("|QStyle.PE_IndicatorViewItemCheck|" . 25) +("|QStyle.PE_PanelButtonBevel|" . 14) +("|QStyle.PE_PanelButtonCommand|" . 13) +("|QStyle.PE_PanelButtonTool|" . 15) +("|QStyle.PE_PanelItemViewItem|" . 44) +("|QStyle.PE_PanelItemViewRow|" . 45) +("|QStyle.PE_PanelLineEdit|" . 18) +("|QStyle.PE_PanelMenuBar|" . 16) +("|QStyle.PE_PanelMenu|" . 48) +("|QStyle.PE_PanelScrollAreaCorner|" . 40) +("|QStyle.PE_PanelStatusBar|" . 46) +("|QStyle.PE_PanelTipLabel|" . 38) +("|QStyle.PE_PanelToolBar|" . 17) +("|QStyle.PE_Widget|" . 41) +("|QStyle.PM_ButtonDefaultIndicator|" . 1) +("|QStyle.PM_ButtonIconSize|" . 75) +("|QStyle.PM_ButtonMargin|" . 0) +("|QStyle.PM_ButtonShiftHorizontal|" . 3) +("|QStyle.PM_ButtonShiftVertical|" . 4) +("|QStyle.PM_CheckBoxLabelSpacing|" . 70) +("|QStyle.PM_ComboBoxFrameWidth|" . 7) +("|QStyle.PM_CustomBase|" . -268435456) +("|QStyle.PM_DefaultChildMargin|" . 60) +("|QStyle.PM_DefaultFrameWidth|" . 5) +("|QStyle.PM_DefaultLayoutSpacing|" . 61) +("|QStyle.PM_DefaultTopLevelMargin|" . 59) +("|QStyle.PM_DialogButtonsButtonHeight|" . 43) +("|QStyle.PM_DialogButtonsButtonWidth|" . 42) +("|QStyle.PM_DialogButtonsSeparator|" . 41) +("|QStyle.PM_DockWidgetFrameWidth|" . 18) +("|QStyle.PM_DockWidgetHandleExtent|" . 17) +("|QStyle.PM_DockWidgetSeparatorExtent|" . 16) +("|QStyle.PM_DockWidgetTitleBarButtonMargin|" . 76) +("|QStyle.PM_DockWidgetTitleMargin|" . 73) +("|QStyle.PM_ExclusiveIndicatorHeight|" . 40) +("|QStyle.PM_ExclusiveIndicatorWidth|" . 39) +("|QStyle.PM_FocusFrameHMargin|" . 68) +("|QStyle.PM_FocusFrameVMargin|" . 67) +("|QStyle.PM_HeaderDefaultSectionSizeHorizontal|" . 92) +("|QStyle.PM_HeaderDefaultSectionSizeVertical|" . 93) +("|QStyle.PM_HeaderGripMargin|" . 48) +("|QStyle.PM_HeaderMargin|" . 46) +("|QStyle.PM_HeaderMarkSize|" . 47) +("|QStyle.PM_IconViewIconSize|" . 64) +("|QStyle.PM_IndicatorHeight|" . 38) +("|QStyle.PM_IndicatorWidth|" . 37) +("|QStyle.PM_LargeIconSize|" . 66) +("|QStyle.PM_LayoutBottomMargin|" . 81) +("|QStyle.PM_LayoutHorizontalSpacing|" . 82) +("|QStyle.PM_LayoutLeftMargin|" . 78) +("|QStyle.PM_LayoutRightMargin|" . 80) +("|QStyle.PM_LayoutTopMargin|" . 79) +("|QStyle.PM_LayoutVerticalSpacing|" . 83) +("|QStyle.PM_ListViewIconSize|" . 63) +("|QStyle.PM_MDIFrameWidth|" . 44) +("|QStyle.PM_MDIMinimizedWidth|" . 45) +("|QStyle.PM_MaximumDragDistance|" . 8) +("|QStyle.PM_MdiSubWindowFrameWidth|" . 44) +("|QStyle.PM_MdiSubWindowMinimizedWidth|" . 45) +("|QStyle.PM_MenuBarHMargin|" . 36) +("|QStyle.PM_MenuBarItemSpacing|" . 34) +("|QStyle.PM_MenuBarPanelWidth|" . 33) +("|QStyle.PM_MenuBarVMargin|" . 35) +("|QStyle.PM_MenuButtonIndicator|" . 2) +("|QStyle.PM_MenuDesktopFrameWidth|" . 32) +("|QStyle.PM_MenuHMargin|" . 28) +("|QStyle.PM_MenuPanelWidth|" . 30) +("|QStyle.PM_MenuScrollerHeight|" . 27) +("|QStyle.PM_MenuTearoffHeight|" . 31) +("|QStyle.PM_MenuVMargin|" . 29) +("|QStyle.PM_MessageBoxIconSize|" . 74) +("|QStyle.PM_ProgressBarChunkWidth|" . 24) +("|QStyle.PM_RadioButtonLabelSpacing|" . 77) +("|QStyle.PM_ScrollBarExtent|" . 9) +("|QStyle.PM_ScrollBarSliderMin|" . 10) +("|QStyle.PM_ScrollView_ScrollBarOverlap|" . 89) +("|QStyle.PM_ScrollView_ScrollBarSpacing|" . 88) +("|QStyle.PM_SizeGripSize|" . 72) +("|QStyle.PM_SliderControlThickness|" . 12) +("|QStyle.PM_SliderLength|" . 13) +("|QStyle.PM_SliderSpaceAvailable|" . 15) +("|QStyle.PM_SliderThickness|" . 11) +("|QStyle.PM_SliderTickmarkOffset|" . 14) +("|QStyle.PM_SmallIconSize|" . 65) +("|QStyle.PM_SpinBoxFrameWidth|" . 6) +("|QStyle.PM_SpinBoxSliderHeight|" . 58) +("|QStyle.PM_SplitterWidth|" . 25) +("|QStyle.PM_SubMenuOverlap|" . 90) +("|QStyle.PM_TabBarBaseHeight|" . 22) +("|QStyle.PM_TabBarBaseOverlap|" . 23) +("|QStyle.PM_TabBarIconSize|" . 71) +("|QStyle.PM_TabBarScrollButtonWidth|" . 51) +("|QStyle.PM_TabBarTabHSpace|" . 20) +("|QStyle.PM_TabBarTabOverlap|" . 19) +("|QStyle.PM_TabBarTabShiftHorizontal|" . 49) +("|QStyle.PM_TabBarTabShiftVertical|" . 50) +("|QStyle.PM_TabBarTabVSpace|" . 21) +("|QStyle.PM_TabBar_ScrollButtonOverlap|" . 84) +("|QStyle.PM_TabCloseIndicatorHeight|" . 87) +("|QStyle.PM_TabCloseIndicatorWidth|" . 86) +("|QStyle.PM_TextCursorWidth|" . 85) +("|QStyle.PM_TitleBarHeight|" . 26) +("|QStyle.PM_ToolBarExtensionExtent|" . 57) +("|QStyle.PM_ToolBarFrameWidth|" . 52) +("|QStyle.PM_ToolBarHandleExtent|" . 53) +("|QStyle.PM_ToolBarIconSize|" . 62) +("|QStyle.PM_ToolBarItemMargin|" . 55) +("|QStyle.PM_ToolBarItemSpacing|" . 54) +("|QStyle.PM_ToolBarSeparatorExtent|" . 56) +("|QStyle.PM_ToolTipLabelFrameWidth|" . 69) +("|QStyle.PM_TreeViewIndentation|" . 91) +("|QStyle.RSIP_OnMouseClickAndAlreadyFocused|" . 0) +("|QStyle.RSIP_OnMouseClick|" . 1) +("|QStyle.SC_All|" . -1) +("|QStyle.SC_ComboBoxArrow|" . 4) +("|QStyle.SC_ComboBoxEditField|" . 2) +("|QStyle.SC_ComboBoxFrame|" . 1) +("|QStyle.SC_ComboBoxListBoxPopup|" . 8) +("|QStyle.SC_CustomBase|" . -268435456) +("|QStyle.SC_DialGroove|" . 1) +("|QStyle.SC_DialHandle|" . 2) +("|QStyle.SC_DialTickmarks|" . 4) +("|QStyle.SC_GroupBoxCheckBox|" . 1) +("|QStyle.SC_GroupBoxContents|" . 4) +("|QStyle.SC_GroupBoxFrame|" . 8) +("|QStyle.SC_GroupBoxLabel|" . 2) +("|QStyle.SC_MdiCloseButton|" . 4) +("|QStyle.SC_MdiMinButton|" . 1) +("|QStyle.SC_MdiNormalButton|" . 2) +("|QStyle.SC_None|" . 0) +("|QStyle.SC_ScrollBarAddLine|" . 1) +("|QStyle.SC_ScrollBarAddPage|" . 4) +("|QStyle.SC_ScrollBarFirst|" . 16) +("|QStyle.SC_ScrollBarGroove|" . 128) +("|QStyle.SC_ScrollBarLast|" . 32) +("|QStyle.SC_ScrollBarSlider|" . 64) +("|QStyle.SC_ScrollBarSubLine|" . 2) +("|QStyle.SC_ScrollBarSubPage|" . 8) +("|QStyle.SC_SliderGroove|" . 1) +("|QStyle.SC_SliderHandle|" . 2) +("|QStyle.SC_SliderTickmarks|" . 4) +("|QStyle.SC_SpinBoxDown|" . 2) +("|QStyle.SC_SpinBoxEditField|" . 8) +("|QStyle.SC_SpinBoxFrame|" . 4) +("|QStyle.SC_SpinBoxUp|" . 1) +("|QStyle.SC_TitleBarCloseButton|" . 8) +("|QStyle.SC_TitleBarContextHelpButton|" . 128) +("|QStyle.SC_TitleBarLabel|" . 256) +("|QStyle.SC_TitleBarMaxButton|" . 4) +("|QStyle.SC_TitleBarMinButton|" . 2) +("|QStyle.SC_TitleBarNormalButton|" . 16) +("|QStyle.SC_TitleBarShadeButton|" . 32) +("|QStyle.SC_TitleBarSysMenu|" . 1) +("|QStyle.SC_TitleBarUnshadeButton|" . 64) +("|QStyle.SC_ToolButtonMenu|" . 2) +("|QStyle.SC_ToolButton|" . 1) +("|QStyle.SE_CheckBoxClickRect|" . 5) +("|QStyle.SE_CheckBoxContents|" . 3) +("|QStyle.SE_CheckBoxFocusRect|" . 4) +("|QStyle.SE_CheckBoxIndicator|" . 2) +("|QStyle.SE_CheckBoxLayoutItem|" . 32) +("|QStyle.SE_ComboBoxFocusRect|" . 10) +("|QStyle.SE_ComboBoxLayoutItem|" . 33) +("|QStyle.SE_CustomBase|" . -268435456) +("|QStyle.SE_DateTimeEditLayoutItem|" . 34) +("|QStyle.SE_DialogButtonBoxLayoutItem|" . 35) +("|QStyle.SE_DockWidgetCloseButton|" . 28) +("|QStyle.SE_DockWidgetFloatButton|" . 29) +("|QStyle.SE_DockWidgetIcon|" . 31) +("|QStyle.SE_DockWidgetTitleBarText|" . 30) +("|QStyle.SE_FrameContents|" . 27) +("|QStyle.SE_FrameLayoutItem|" . 43) +("|QStyle.SE_GroupBoxLayoutItem|" . 44) +("|QStyle.SE_HeaderArrow|" . 17) +("|QStyle.SE_HeaderLabel|" . 16) +("|QStyle.SE_ItemViewItemCheckIndicator|" . 23) +("|QStyle.SE_ItemViewItemDecoration|" . 46) +("|QStyle.SE_ItemViewItemFocusRect|" . 48) +("|QStyle.SE_ItemViewItemText|" . 47) +("|QStyle.SE_LabelLayoutItem|" . 36) +("|QStyle.SE_LineEditContents|" . 26) +("|QStyle.SE_ProgressBarContents|" . 13) +("|QStyle.SE_ProgressBarGroove|" . 12) +("|QStyle.SE_ProgressBarLabel|" . 14) +("|QStyle.SE_ProgressBarLayoutItem|" . 37) +("|QStyle.SE_PushButtonContents|" . 0) +("|QStyle.SE_PushButtonFocusRect|" . 1) +("|QStyle.SE_PushButtonLayoutItem|" . 38) +("|QStyle.SE_RadioButtonClickRect|" . 9) +("|QStyle.SE_RadioButtonContents|" . 7) +("|QStyle.SE_RadioButtonFocusRect|" . 8) +("|QStyle.SE_RadioButtonIndicator|" . 6) +("|QStyle.SE_RadioButtonLayoutItem|" . 39) +("|QStyle.SE_ShapedFrameContents|" . 52) +("|QStyle.SE_SliderFocusRect|" . 11) +("|QStyle.SE_SliderLayoutItem|" . 40) +("|QStyle.SE_SpinBoxLayoutItem|" . 41) +("|QStyle.SE_TabBarTabLeftButton|" . 49) +("|QStyle.SE_TabBarTabRightButton|" . 50) +("|QStyle.SE_TabBarTabText|" . 51) +("|QStyle.SE_TabBarTearIndicator|" . 24) +("|QStyle.SE_TabWidgetLayoutItem|" . 45) +("|QStyle.SE_TabWidgetLeftCorner|" . 21) +("|QStyle.SE_TabWidgetRightCorner|" . 22) +("|QStyle.SE_TabWidgetTabBar|" . 18) +("|QStyle.SE_TabWidgetTabContents|" . 20) +("|QStyle.SE_TabWidgetTabPane|" . 19) +("|QStyle.SE_ToolBarHandle|" . 53) +("|QStyle.SE_ToolBoxTabContents|" . 15) +("|QStyle.SE_ToolButtonLayoutItem|" . 42) +("|QStyle.SE_TreeViewDisclosureItem|" . 25) +("|QStyle.SE_ViewItemCheckIndicator|" . 23) +("|QStyle.SH_BlinkCursorWhenTextSelected|" . 28) +("|QStyle.SH_Button_FocusPolicy|" . 49) +("|QStyle.SH_ComboBox_LayoutDirection|" . 58) +("|QStyle.SH_ComboBox_ListMouseTracking|" . 19) +("|QStyle.SH_ComboBox_PopupFrameStyle|" . 69) +("|QStyle.SH_ComboBox_Popup|" . 25) +("|QStyle.SH_ComboBox_UseNativePopup|" . 103) +("|QStyle.SH_CustomBase|" . -268435456) +("|QStyle.SH_Dial_BackgroundRole|" . 57) +("|QStyle.SH_DialogButtonBox_ButtonsHaveIcons|" . 71) +("|QStyle.SH_DialogButtonLayout|" . 68) +("|QStyle.SH_DialogButtons_DefaultButton|" . 36) +("|QStyle.SH_DitherDisabledText|" . 1) +("|QStyle.SH_DockWidget_ButtonsHaveFrame|" . 94) +("|QStyle.SH_DrawMenuBarSeparator|" . 47) +("|QStyle.SH_EtchDisabledText|" . 0) +("|QStyle.SH_FocusFrame_AboveWidget|" . 77) +("|QStyle.SH_FocusFrame_Mask|" . 53) +("|QStyle.SH_FontDialog_SelectAssociatedText|" . 13) +("|QStyle.SH_FormLayoutFieldGrowthPolicy|" . 89) +("|QStyle.SH_FormLayoutFormAlignment|" . 90) +("|QStyle.SH_FormLayoutLabelAlignment|" . 91) +("|QStyle.SH_FormLayoutWrapPolicy|" . 86) +("|QStyle.SH_GroupBox_TextLabelColor|" . 32) +("|QStyle.SH_GroupBox_TextLabelVerticalAlignment|" . 31) +("|QStyle.SH_Header_ArrowAlignment|" . 6) +("|QStyle.SH_ItemView_ActivateItemOnSingleClick|" . 61) +("|QStyle.SH_ItemView_ArrowKeysNavigateIntoChildren|" . 80) +("|QStyle.SH_ItemView_ChangeHighlightOnFocus|" . 22) +("|QStyle.SH_ItemView_DrawDelegateFrame|" . 92) +("|QStyle.SH_ItemView_EllipsisLocation|" . 59) +("|QStyle.SH_ItemView_MovementWithoutUpdatingSelection|" . 75) +("|QStyle.SH_ItemView_PaintAlternatingRowColorsForEmptyArea|" . 85) +("|QStyle.SH_ItemView_ShowDecorationSelected|" . 60) +("|QStyle.SH_LineEdit_PasswordCharacter|" . 35) +("|QStyle.SH_LineEdit_PasswordMaskDelay|" . 104) +("|QStyle.SH_ListViewExpand_SelectMouseType|" . 40) +("|QStyle.SH_MainWindow_SpaceBelowMenuBar|" . 12) +("|QStyle.SH_MenuBar_AltKeyNavigation|" . 18) +("|QStyle.SH_MenuBar_MouseTracking|" . 21) +("|QStyle.SH_Menu_AllowActiveAndDisabled|" . 14) +("|QStyle.SH_Menu_FadeOutOnHide|" . 83) +("|QStyle.SH_Menu_FillScreenWithScroll|" . 45) +("|QStyle.SH_Menu_FlashTriggeredItem|" . 82) +("|QStyle.SH_Menu_KeyboardSearch|" . 66) +("|QStyle.SH_Menu_Mask|" . 81) +("|QStyle.SH_Menu_MouseTracking|" . 20) +("|QStyle.SH_Menu_Scrollable|" . 30) +("|QStyle.SH_Menu_SelectionWrap|" . 74) +("|QStyle.SH_Menu_SloppySubMenus|" . 33) +("|QStyle.SH_Menu_SpaceActivatesItem|" . 15) +("|QStyle.SH_Menu_SubMenuDontStartSloppyOnLeave|" . 111) +("|QStyle.SH_Menu_SubMenuPopupDelay|" . 16) +("|QStyle.SH_Menu_SubMenuResetWhenReenteringParent|" . 110) +("|QStyle.SH_Menu_SubMenuSloppyCloseTimeout|" . 109) +("|QStyle.SH_Menu_SubMenuSloppySelectOtherActions|" . 108) +("|QStyle.SH_Menu_SubMenuUniDirectionFailCount|" . 107) +("|QStyle.SH_Menu_SubMenuUniDirection|" . 106) +("|QStyle.SH_Menu_SupportsSections|" . 98) +("|QStyle.SH_MessageBox_CenterButtons|" . 73) +("|QStyle.SH_MessageBox_TextInteractionFlags|" . 70) +("|QStyle.SH_MessageBox_UseBorderForButtonSpacing|" . 50) +("|QStyle.SH_PrintDialog_RightAlignButtons|" . 11) +("|QStyle.SH_ProgressDialog_CenterCancelButton|" . 9) +("|QStyle.SH_ProgressDialog_TextLabelAlignment|" . 10) +("|QStyle.SH_RequestSoftwareInputPanel|" . 96) +("|QStyle.SH_RichText_FullWidthSelection|" . 29) +("|QStyle.SH_RubberBand_Mask|" . 54) +("|QStyle.SH_ScrollBar_ContextMenu|" . 62) +("|QStyle.SH_ScrollBar_LeftClickAbsolutePosition|" . 39) +("|QStyle.SH_ScrollBar_MiddleClickAbsolutePosition|" . 2) +("|QStyle.SH_ScrollBar_RollBetweenButtons|" . 63) +("|QStyle.SH_ScrollBar_ScrollWhenPointerLeavesControl|" . 3) +("|QStyle.SH_ScrollBar_StopMouseOverSlider|" . 27) +("|QStyle.SH_ScrollBar_Transient|" . 97) +("|QStyle.SH_ScrollView_FrameOnlyAroundContents|" . 17) +("|QStyle.SH_Slider_AbsoluteSetButtons|" . 64) +("|QStyle.SH_Slider_PageSetButtons|" . 65) +("|QStyle.SH_Slider_SloppyKeyEvents|" . 8) +("|QStyle.SH_Slider_SnapToValue|" . 7) +("|QStyle.SH_Slider_StopMouseOverSlider|" . 27) +("|QStyle.SH_SpellCheckUnderlineStyle|" . 72) +("|QStyle.SH_SpinBox_AnimateButton|" . 42) +("|QStyle.SH_SpinBox_ClickAutoRepeatRate|" . 44) +("|QStyle.SH_SpinBox_ClickAutoRepeatThreshold|" . 84) +("|QStyle.SH_SpinBox_KeyPressAutoRepeatRate|" . 43) +("|QStyle.SH_SpinControls_DisableOnBounds|" . 56) +("|QStyle.SH_Splitter_OpaqueResize|" . 102) +("|QStyle.SH_TabBar_Alignment|" . 5) +("|QStyle.SH_TabBar_ChangeCurrentDelay|" . 105) +("|QStyle.SH_TabBar_CloseButtonPosition|" . 93) +("|QStyle.SH_TabBar_ElideMode|" . 67) +("|QStyle.SH_TabBar_PreferNoArrows|" . 38) +("|QStyle.SH_TabBar_SelectMouseType|" . 4) +("|QStyle.SH_TabWidget_DefaultTabPosition|" . 87) +("|QStyle.SH_Table_GridLineColor|" . 34) +("|QStyle.SH_TextControl_FocusIndicatorTextCharFormat|" . 78) +("|QStyle.SH_TitleBar_AutoRaise|" . 51) +("|QStyle.SH_TitleBar_ModifyNotification|" . 48) +("|QStyle.SH_TitleBar_NoBorder|" . 26) +("|QStyle.SH_ToolBar_Movable|" . 88) +("|QStyle.SH_ToolBox_SelectedPageTitleBold|" . 37) +("|QStyle.SH_ToolButtonStyle|" . 95) +("|QStyle.SH_ToolButton_PopupDelay|" . 52) +("|QStyle.SH_ToolTipLabel_Opacity|" . 46) +("|QStyle.SH_ToolTip_FallAsleepDelay|" . 100) +("|QStyle.SH_ToolTip_Mask|" . 76) +("|QStyle.SH_ToolTip_WakeUpDelay|" . 99) +("|QStyle.SH_UnderlineShortcut|" . 41) +("|QStyle.SH_Widget_Animate|" . 101) +("|QStyle.SH_Widget_ShareActivation|" . 23) +("|QStyle.SH_WindowFrame_Mask|" . 55) +("|QStyle.SH_WizardStyle|" . 79) +("|QStyle.SH_Workspace_FillSpaceOnMaximize|" . 24) +("|QStyle.SP_ArrowBack|" . 54) +("|QStyle.SP_ArrowDown|" . 51) +("|QStyle.SP_ArrowForward|" . 55) +("|QStyle.SP_ArrowLeft|" . 52) +("|QStyle.SP_ArrowRight|" . 53) +("|QStyle.SP_ArrowUp|" . 50) +("|QStyle.SP_BrowserReload|" . 59) +("|QStyle.SP_BrowserStop|" . 60) +("|QStyle.SP_CommandLink|" . 57) +("|QStyle.SP_ComputerIcon|" . 15) +("|QStyle.SP_CustomBase|" . -268435456) +("|QStyle.SP_DesktopIcon|" . 13) +("|QStyle.SP_DialogApplyButton|" . 45) +("|QStyle.SP_DialogCancelButton|" . 40) +("|QStyle.SP_DialogCloseButton|" . 44) +("|QStyle.SP_DialogDiscardButton|" . 47) +("|QStyle.SP_DialogHelpButton|" . 41) +("|QStyle.SP_DialogNoButton|" . 49) +("|QStyle.SP_DialogOkButton|" . 39) +("|QStyle.SP_DialogOpenButton|" . 42) +("|QStyle.SP_DialogResetButton|" . 46) +("|QStyle.SP_DialogSaveButton|" . 43) +("|QStyle.SP_DialogYesButton|" . 48) +("|QStyle.SP_DirClosedIcon|" . 22) +("|QStyle.SP_DirHomeIcon|" . 56) +("|QStyle.SP_DirIcon|" . 38) +("|QStyle.SP_DirLinkIcon|" . 23) +("|QStyle.SP_DirLinkOpenIcon|" . 24) +("|QStyle.SP_DirOpenIcon|" . 21) +("|QStyle.SP_DockWidgetCloseButton|" . 8) +("|QStyle.SP_DriveCDIcon|" . 18) +("|QStyle.SP_DriveDVDIcon|" . 19) +("|QStyle.SP_DriveFDIcon|" . 16) +("|QStyle.SP_DriveHDIcon|" . 17) +("|QStyle.SP_DriveNetIcon|" . 20) +("|QStyle.SP_FileDialogBack|" . 37) +("|QStyle.SP_FileDialogContentsView|" . 35) +("|QStyle.SP_FileDialogDetailedView|" . 33) +("|QStyle.SP_FileDialogEnd|" . 30) +("|QStyle.SP_FileDialogInfoView|" . 34) +("|QStyle.SP_FileDialogListView|" . 36) +("|QStyle.SP_FileDialogNewFolder|" . 32) +("|QStyle.SP_FileDialogStart|" . 29) +("|QStyle.SP_FileDialogToParent|" . 31) +("|QStyle.SP_FileIcon|" . 25) +("|QStyle.SP_FileLinkIcon|" . 26) +("|QStyle.SP_LineEditClearButton|" . 70) +("|QStyle.SP_MediaPause|" . 63) +("|QStyle.SP_MediaPlay|" . 61) +("|QStyle.SP_MediaSeekBackward|" . 67) +("|QStyle.SP_MediaSeekForward|" . 66) +("|QStyle.SP_MediaSkipBackward|" . 65) +("|QStyle.SP_MediaSkipForward|" . 64) +("|QStyle.SP_MediaStop|" . 62) +("|QStyle.SP_MediaVolumeMuted|" . 69) +("|QStyle.SP_MediaVolume|" . 68) +("|QStyle.SP_MessageBoxCritical|" . 11) +("|QStyle.SP_MessageBoxInformation|" . 9) +("|QStyle.SP_MessageBoxQuestion|" . 12) +("|QStyle.SP_MessageBoxWarning|" . 10) +("|QStyle.SP_TitleBarCloseButton|" . 3) +("|QStyle.SP_TitleBarContextHelpButton|" . 7) +("|QStyle.SP_TitleBarMaxButton|" . 2) +("|QStyle.SP_TitleBarMenuButton|" . 0) +("|QStyle.SP_TitleBarMinButton|" . 1) +("|QStyle.SP_TitleBarNormalButton|" . 4) +("|QStyle.SP_TitleBarShadeButton|" . 5) +("|QStyle.SP_TitleBarUnshadeButton|" . 6) +("|QStyle.SP_ToolBarHorizontalExtensionButton|" . 27) +("|QStyle.SP_ToolBarVerticalExtensionButton|" . 28) +("|QStyle.SP_TrashIcon|" . 14) +("|QStyle.SP_VistaShield|" . 58) +("|QStyle.State_Active|" . 65536) +("|QStyle.State_AutoRaise|" . 4096) +("|QStyle.State_Bottom|" . 1024) +("|QStyle.State_Children|" . 524288) +("|QStyle.State_DownArrow|" . 64) +("|QStyle.State_Editing|" . 4194304) +("|QStyle.State_Enabled|" . 1) +("|QStyle.State_FocusAtBorder|" . 2048) +("|QStyle.State_HasFocus|" . 256) +("|QStyle.State_Horizontal|" . 128) +("|QStyle.State_Item|" . 1048576) +("|QStyle.State_KeyboardFocusChange|" . 8388608) +("|QStyle.State_Mini|" . 134217728) +("|QStyle.State_MouseOver|" . 8192) +("|QStyle.State_NoChange|" . 16) +("|QStyle.State_None|" . 0) +("|QStyle.State_Off|" . 8) +("|QStyle.State_On|" . 32) +("|QStyle.State_Open|" . 262144) +("|QStyle.State_Raised|" . 2) +("|QStyle.State_ReadOnly|" . 33554432) +("|QStyle.State_Selected|" . 32768) +("|QStyle.State_Sibling|" . 2097152) +("|QStyle.State_Small|" . 67108864) +("|QStyle.State_Sunken|" . 4) +("|QStyle.State_Top|" . 512) +("|QStyle.State_UpArrow|" . 16384) +("|QStyle.State_Window|" . 131072) +("|QSwipeGesture.Down|" . 4) +("|QSwipeGesture.Left|" . 1) +("|QSwipeGesture.NoDirection|" . 0) +("|QSwipeGesture.Right|" . 2) +("|QSwipeGesture.Up|" . 3) +("|QTabBar.RoundedEast|" . 3) +("|QTabBar.RoundedNorth|" . 0) +("|QTabBar.RoundedSouth|" . 1) +("|QTabBar.RoundedWest|" . 2) +("|QTabBar.TriangularEast|" . 7) +("|QTabBar.TriangularNorth|" . 4) +("|QTabBar.TriangularSouth|" . 5) +("|QTabBar.TriangularWest|" . 6) +("|QTabWidget.East|" . 3) +("|QTabWidget.North|" . 0) +("|QTabWidget.Rounded|" . 0) +("|QTabWidget.South|" . 1) +("|QTabWidget.Triangular|" . 1) +("|QTabWidget.West|" . 2) +("|QTabletEvent.Airbrush|" . 3) +("|QTabletEvent.Cursor|" . 2) +("|QTabletEvent.Eraser|" . 3) +("|QTabletEvent.FourDMouse|" . 4) +("|QTabletEvent.NoDevice|" . 0) +("|QTabletEvent.Pen|" . 1) +("|QTabletEvent.Puck|" . 1) +("|QTabletEvent.RotationStylus|" . 6) +("|QTabletEvent.Stylus|" . 2) +("|QTabletEvent.UnknownPointer|" . 0) +("|QTabletEvent.XFreeEraser|" . 5) +("|QTextEdit.AutoAll|" . -1) +("|QTextEdit.AutoBulletList|" . 1) +("|QTextEdit.AutoNone|" . 0) +("|QTextEdit.FixedColumnWidth|" . 3) +("|QTextEdit.FixedPixelWidth|" . 2) +("|QTextEdit.NoWrap|" . 0) +("|QTextEdit.WidgetWidth|" . 1) +("|QTextFormat.AnchorHref|" . 8241) +("|QTextFormat.AnchorName|" . 8242) +("|QTextFormat.BackgroundBrush|" . 2080) +("|QTextFormat.BackgroundImageUrl|" . 2083) +("|QTextFormat.BlockAlignment|" . 4112) +("|QTextFormat.BlockBottomMargin|" . 4145) +("|QTextFormat.BlockFormat|" . 1) +("|QTextFormat.BlockIndent|" . 4160) +("|QTextFormat.BlockLeftMargin|" . 4146) +("|QTextFormat.BlockNonBreakableLines|" . 4176) +("|QTextFormat.BlockRightMargin|" . 4147) +("|QTextFormat.BlockTopMargin|" . 4144) +("|QTextFormat.BlockTrailingHorizontalRulerWidth|" . 4192) +("|QTextFormat.CharFormat|" . 2) +("|QTextFormat.CssFloat|" . 2048) +("|QTextFormat.FirstFontProperty|" . 8160) +("|QTextFormat.FontCapitalization|" . 8160) +("|QTextFormat.FontFamily|" . 8192) +("|QTextFormat.FontFixedPitch|" . 8200) +("|QTextFormat.FontHintingPreference|" . 8166) +("|QTextFormat.FontItalic|" . 8196) +("|QTextFormat.FontKerning|" . 8165) +("|QTextFormat.FontLetterSpacingType|" . 8243) +("|QTextFormat.FontLetterSpacing|" . 8161) +("|QTextFormat.FontOverline|" . 8198) +("|QTextFormat.FontPixelSize|" . 8201) +("|QTextFormat.FontPointSize|" . 8193) +("|QTextFormat.FontSizeAdjustment|" . 8194) +("|QTextFormat.FontSizeIncrement|" . 8194) +("|QTextFormat.FontStretch|" . 8244) +("|QTextFormat.FontStrikeOut|" . 8199) +("|QTextFormat.FontStyleHint|" . 8163) +("|QTextFormat.FontStyleStrategy|" . 8164) +("|QTextFormat.FontUnderline|" . 8197) +("|QTextFormat.FontWeight|" . 8195) +("|QTextFormat.FontWordSpacing|" . 8162) +("|QTextFormat.ForegroundBrush|" . 2081) +("|QTextFormat.FrameBorderBrush|" . 16393) +("|QTextFormat.FrameBorderStyle|" . 16400) +("|QTextFormat.FrameBorder|" . 16384) +("|QTextFormat.FrameBottomMargin|" . 16390) +("|QTextFormat.FrameFormat|" . 5) +("|QTextFormat.FrameHeight|" . 16388) +("|QTextFormat.FrameLeftMargin|" . 16391) +("|QTextFormat.FrameMargin|" . 16385) +("|QTextFormat.FramePadding|" . 16386) +("|QTextFormat.FrameRightMargin|" . 16392) +("|QTextFormat.FrameTopMargin|" . 16389) +("|QTextFormat.FrameWidth|" . 16387) +("|QTextFormat.FullWidthSelection|" . 24576) +("|QTextFormat.ImageHeight|" . 20497) +("|QTextFormat.ImageName|" . 20480) +("|QTextFormat.ImageObject|" . 1) +("|QTextFormat.ImageWidth|" . 20496) +("|QTextFormat.InvalidFormat|" . -1) +("|QTextFormat.IsAnchor|" . 8240) +("|QTextFormat.LastFontProperty|" . 8201) +("|QTextFormat.LayoutDirection|" . 2049) +("|QTextFormat.LineHeightType|" . 4169) +("|QTextFormat.LineHeight|" . 4168) +("|QTextFormat.ListFormat|" . 3) +("|QTextFormat.ListIndent|" . 12289) +("|QTextFormat.ListNumberPrefix|" . 12290) +("|QTextFormat.ListNumberSuffix|" . 12291) +("|QTextFormat.ListStyle|" . 12288) +("|QTextFormat.NoObject|" . 0) +("|QTextFormat.ObjectIndex|" . 0) +("|QTextFormat.ObjectType|" . 12032) +("|QTextFormat.OutlinePen|" . 2064) +("|QTextFormat.PageBreakPolicy|" . 28672) +("|QTextFormat.TabPositions|" . 4149) +("|QTextFormat.TableCellBottomPadding|" . 18451) +("|QTextFormat.TableCellColumnSpan|" . 18449) +("|QTextFormat.TableCellLeftPadding|" . 18452) +("|QTextFormat.TableCellObject|" . 3) +("|QTextFormat.TableCellPadding|" . 16643) +("|QTextFormat.TableCellRightPadding|" . 18453) +("|QTextFormat.TableCellRowSpan|" . 18448) +("|QTextFormat.TableCellSpacing|" . 16642) +("|QTextFormat.TableCellTopPadding|" . 18450) +("|QTextFormat.TableColumnWidthConstraints|" . 16641) +("|QTextFormat.TableColumns|" . 16640) +("|QTextFormat.TableFormat|" . 4) +("|QTextFormat.TableHeaderRowCount|" . 16644) +("|QTextFormat.TableObject|" . 2) +("|QTextFormat.TextIndent|" . 4148) +("|QTextFormat.TextOutline|" . 8226) +("|QTextFormat.TextToolTip|" . 8228) +("|QTextFormat.TextUnderlineColor|" . 8208) +("|QTextFormat.TextUnderlineStyle|" . 8227) +("|QTextFormat.TextVerticalAlignment|" . 8225) +("|QTextFormat.UserFormat|" . 100) +("|QTextFormat.UserObject|" . 4096) +("|QTextFormat.UserProperty|" . 1048576) +("|QToolButton.DelayedPopup|" . 0) +("|QToolButton.InstantPopup|" . 2) +("|QToolButton.MenuButtonPopup|" . 1) +("|QWebPage.AlignCenter|" . 63) +("|QWebPage.AlignJustified|" . 64) +("|QWebPage.AlignLeft|" . 65) +("|QWebPage.AlignRight|" . 66) +("|QWebPage.Back|" . 8) +("|QWebPage.CopyImageToClipboard|" . 7) +("|QWebPage.CopyImageUrlToClipboard|" . 68) +("|QWebPage.CopyLinkToClipboard|" . 4) +("|QWebPage.CopyMediaUrlToClipboard|" . 71) +("|QWebPage.Copy|" . 13) +("|QWebPage.Cut|" . 12) +("|QWebPage.DelegateAllLinks|" . 2) +("|QWebPage.DelegateExternalLinks|" . 1) +("|QWebPage.DeleteEndOfWord|" . 42) +("|QWebPage.DeleteStartOfWord|" . 41) +("|QWebPage.DontDelegateLinks|" . 0) +("|QWebPage.DownloadImageToDisk|" . 6) +("|QWebPage.DownloadLinkToDisk|" . 3) +("|QWebPage.DownloadMediaToDisk|" . 70) +("|QWebPage.Forward|" . 9) +("|QWebPage.Indent|" . 61) +("|QWebPage.InsertLineSeparator|" . 51) +("|QWebPage.InsertOrderedList|" . 60) +("|QWebPage.InsertParagraphSeparator|" . 50) +("|QWebPage.InsertUnorderedList|" . 59) +("|QWebPage.InspectElement|" . 49) +("|QWebPage.MoveToEndOfBlock|" . 26) +("|QWebPage.MoveToEndOfDocument|" . 28) +("|QWebPage.MoveToEndOfLine|" . 24) +("|QWebPage.MoveToNextChar|" . 17) +("|QWebPage.MoveToNextLine|" . 21) +("|QWebPage.MoveToNextWord|" . 19) +("|QWebPage.MoveToPreviousChar|" . 18) +("|QWebPage.MoveToPreviousLine|" . 22) +("|QWebPage.MoveToPreviousWord|" . 20) +("|QWebPage.MoveToStartOfBlock|" . 25) +("|QWebPage.MoveToStartOfDocument|" . 27) +("|QWebPage.MoveToStartOfLine|" . 23) +("|QWebPage.NavigationTypeBackOrForward|" . 2) +("|QWebPage.NavigationTypeFormResubmitted|" . 4) +("|QWebPage.NavigationTypeFormSubmitted|" . 1) +("|QWebPage.NavigationTypeLinkClicked|" . 0) +("|QWebPage.NavigationTypeOther|" . 5) +("|QWebPage.NavigationTypeReload|" . 3) +("|QWebPage.NoWebAction|" . -1) +("|QWebPage.OpenFrameInNewWindow|" . 2) +("|QWebPage.OpenImageInNewWindow|" . 5) +("|QWebPage.OpenLinkInNewWindow|" . 1) +("|QWebPage.OpenLinkInThisWindow|" . 69) +("|QWebPage.OpenLink|" . 0) +("|QWebPage.Outdent|" . 62) +("|QWebPage.PasteAndMatchStyle|" . 54) +("|QWebPage.Paste|" . 14) +("|QWebPage.Redo|" . 16) +("|QWebPage.ReloadAndBypassCache|" . 53) +("|QWebPage.Reload|" . 11) +("|QWebPage.RemoveFormat|" . 55) +("|QWebPage.SelectAll|" . 52) +("|QWebPage.SelectEndOfBlock|" . 38) +("|QWebPage.SelectEndOfDocument|" . 40) +("|QWebPage.SelectEndOfLine|" . 36) +("|QWebPage.SelectNextChar|" . 29) +("|QWebPage.SelectNextLine|" . 33) +("|QWebPage.SelectNextWord|" . 31) +("|QWebPage.SelectPreviousChar|" . 30) +("|QWebPage.SelectPreviousLine|" . 34) +("|QWebPage.SelectPreviousWord|" . 32) +("|QWebPage.SelectStartOfBlock|" . 37) +("|QWebPage.SelectStartOfDocument|" . 39) +("|QWebPage.SelectStartOfLine|" . 35) +("|QWebPage.SetTextDirectionDefault|" . 43) +("|QWebPage.SetTextDirectionLeftToRight|" . 44) +("|QWebPage.SetTextDirectionRightToLeft|" . 45) +("|QWebPage.StopScheduledPageRefresh|" . 67) +("|QWebPage.Stop|" . 10) +("|QWebPage.ToggleBold|" . 46) +("|QWebPage.ToggleItalic|" . 47) +("|QWebPage.ToggleMediaControls|" . 72) +("|QWebPage.ToggleMediaLoop|" . 73) +("|QWebPage.ToggleMediaMute|" . 75) +("|QWebPage.ToggleMediaPlayPause|" . 74) +("|QWebPage.ToggleStrikethrough|" . 56) +("|QWebPage.ToggleSubscript|" . 57) +("|QWebPage.ToggleSuperscript|" . 58) +("|QWebPage.ToggleUnderline|" . 48) +("|QWebPage.ToggleVideoFullscreen|" . 76) +("|QWebPage.Undo|" . 15) +("|QWebPage.VisibilityStateHidden|" . 1) +("|QWebPage.VisibilityStatePrerender|" . 2) +("|QWebPage.VisibilityStateUnloaded|" . 3) +("|QWebPage.VisibilityStateVisible|" . 0) +("|QWebPage.WebActionCount|" . 77) +("|QWizard.AeroStyle|" . 3) +("|QWizard.CancelButtonOnLeft|" . 1024) +("|QWizard.ClassicStyle|" . 0) +("|QWizard.DisabledBackButtonOnLastPage|" . 64) +("|QWizard.ExtendedWatermarkPixmap|" . 4) +("|QWizard.HaveCustomButton1|" . 8192) +("|QWizard.HaveCustomButton2|" . 16384) +("|QWizard.HaveCustomButton3|" . 32768) +("|QWizard.HaveFinishButtonOnEarlyPages|" . 256) +("|QWizard.HaveHelpButton|" . 2048) +("|QWizard.HaveNextButtonOnLastPage|" . 128) +("|QWizard.HelpButtonOnRight|" . 4096) +("|QWizard.IgnoreSubTitles|" . 2) +("|QWizard.IndependentPages|" . 1) +("|QWizard.MacStyle|" . 2) +("|QWizard.ModernStyle|" . 1) +("|QWizard.NStyles|" . 4) +("|QWizard.NoBackButtonOnLastPage|" . 32) +("|QWizard.NoBackButtonOnStartPage|" . 16) +("|QWizard.NoCancelButtonOnLastPage|" . 65536) +("|QWizard.NoCancelButton|" . 512) +("|QWizard.NoDefaultButton|" . 8) +("|Qt.AA_AttributeCount|" . 20) +("|Qt.AA_DontCreateNativeWidgetSiblings|" . 4) +("|Qt.AA_DontShowIconsInMenus|" . 2) +("|Qt.AA_DontUseNativeMenuBar|" . 6) +("|Qt.AA_ForceRasterWidgets|" . 14) +("|Qt.AA_ImmediateWidgetCreation|" . 0) +("|Qt.AA_MSWindowsUseDirect3DByDefault|" . 1) +("|Qt.AA_MacDontSwapCtrlAndMeta|" . 7) +("|Qt.AA_MacPluginApplication|" . 5) +("|Qt.AA_NativeWindows|" . 3) +("|Qt.AA_SetPalette|" . 19) +("|Qt.AA_ShareOpenGLContexts|" . 18) +("|Qt.AA_SynthesizeMouseForUnhandledTouchEvents|" . 12) +("|Qt.AA_SynthesizeTouchForUnhandledMouseEvents|" . 11) +("|Qt.AA_Use96Dpi|" . 8) +("|Qt.AA_UseDesktopOpenGL|" . 15) +("|Qt.AA_UseHighDpiPixmaps|" . 13) +("|Qt.AA_UseOpenGLES|" . 16) +("|Qt.AA_UseSoftwareOpenGL|" . 17) +("|Qt.AA_X11InitThreads|" . 10) +("|Qt.AbsoluteSize|" . 0) +("|Qt.AccessibleDescriptionRole|" . 12) +("|Qt.AccessibleTextRole|" . 11) +("|Qt.ActionMask|" . 255) +("|Qt.ActionsContextMenu|" . 2) +("|Qt.ActiveWindowFocusReason|" . 3) +("|Qt.AddToSelection|" . 1) +("|Qt.AlignAbsolute|" . 16) +("|Qt.AlignBaseline|" . 256) +("|Qt.AlignBottom|" . 64) +("|Qt.AlignCenter|" . 132) +("|Qt.AlignHCenter|" . 4) +("|Qt.AlignHorizontal_Mask|" . 31) +("|Qt.AlignJustify|" . 8) +("|Qt.AlignLeading|" . 1) +("|Qt.AlignLeft|" . 1) +("|Qt.AlignRight|" . 2) +("|Qt.AlignTop|" . 32) +("|Qt.AlignTrailing|" . 2) +("|Qt.AlignVCenter|" . 128) +("|Qt.AlignVertical_Mask|" . 480) +("|Qt.AllButtons|" . 134217727) +("|Qt.AllDockWidgetAreas|" . 15) +("|Qt.AllToolBarAreas|" . 15) +("|Qt.AlphaDither_Mask|" . 12) +("|Qt.AltModifier|" . 134217728) +("|Qt.ApplicationActive|" . 4) +("|Qt.ApplicationHidden|" . 1) +("|Qt.ApplicationInactive|" . 2) +("|Qt.ApplicationModal|" . 2) +("|Qt.ApplicationShortcut|" . 2) +("|Qt.ApplicationSuspended|" . 0) +("|Qt.ArrowCursor|" . 0) +("|Qt.AscendingOrder|" . 0) +("|Qt.AutoColor|" . 0) +("|Qt.AutoConnection|" . 0) +("|Qt.AutoDither|" . 0) +("|Qt.AutoText|" . 2) +("|Qt.AvoidDither|" . 128) +("|Qt.BDiagPattern|" . 12) +("|Qt.BackButton|" . 8) +("|Qt.BackgroundColorRole|" . 8) +("|Qt.BackgroundRole|" . 8) +("|Qt.BacktabFocusReason|" . 2) +("|Qt.BeginNativeGesture|" . 0) +("|Qt.BevelJoin|" . 64) +("|Qt.BitmapCursor|" . 24) +("|Qt.BlankCursor|" . 10) +("|Qt.BlockingQueuedConnection|" . 3) +("|Qt.BottomDockWidgetArea|" . 8) +("|Qt.BottomEdge|" . 8) +("|Qt.BottomLeftCorner|" . 2) +("|Qt.BottomRightCorner|" . 3) +("|Qt.BottomToolBarArea|" . 8) +("|Qt.BusyCursor|" . 16) +("|Qt.BypassGraphicsProxyWidget|" . 536870912) +("|Qt.BypassWindowManagerHint|" . 1024) +("|Qt.CaseInsensitive|" . 0) +("|Qt.CaseSensitive|" . 1) +("|Qt.CheckStateRole|" . 10) +("|Qt.Checked|" . 2) +("|Qt.ClickFocus|" . 2) +("|Qt.ClosedHandCursor|" . 18) +("|Qt.CoarseTimer|" . 1) +("|Qt.ColorMode_Mask|" . 3) +("|Qt.ColorOnly|" . 3) +("|Qt.ConicalGradientPattern|" . 17) +("|Qt.ContainsItemBoundingRect|" . 2) +("|Qt.ContainsItemShape|" . 0) +("|Qt.ControlModifier|" . 67108864) +("|Qt.CopyAction|" . 1) +("|Qt.CoverWindow|" . 65) +("|Qt.CrossCursor|" . 2) +("|Qt.CrossPattern|" . 11) +("|Qt.CustomContextMenu|" . 3) +("|Qt.CustomCursor|" . 25) +("|Qt.CustomDashLine|" . 6) +("|Qt.CustomGesture|" . 256) +("|Qt.CustomizeWindowHint|" . 33554432) +("|Qt.DashDotDotLine|" . 5) +("|Qt.DashDotLine|" . 4) +("|Qt.DashLine|" . 2) +("|Qt.DecorationPropertyRole|" . 28) +("|Qt.DecorationRole|" . 1) +("|Qt.DefaultContextMenu|" . 1) +("|Qt.DefaultLocaleLongDate|" . 7) +("|Qt.DefaultLocaleShortDate|" . 6) +("|Qt.Dense1Pattern|" . 2) +("|Qt.Dense2Pattern|" . 3) +("|Qt.Dense3Pattern|" . 4) +("|Qt.Dense4Pattern|" . 5) +("|Qt.Dense5Pattern|" . 6) +("|Qt.Dense6Pattern|" . 7) +("|Qt.Dense7Pattern|" . 8) +("|Qt.DescendingOrder|" . 1) +("|Qt.Desktop|" . 17) +("|Qt.DiagCrossPattern|" . 14) +("|Qt.Dialog|" . 3) +("|Qt.DiffuseAlphaDither|" . 8) +("|Qt.DiffuseDither|" . 0) +("|Qt.DirectConnection|" . 1) +("|Qt.DisplayPropertyRole|" . 27) +("|Qt.DisplayRole|" . 0) +("|Qt.DitherMode_Mask|" . 192) +("|Qt.Dither_Mask|" . 48) +("|Qt.DockWidgetArea_Mask|" . 15) +("|Qt.DotLine|" . 3) +("|Qt.DownArrow|" . 2) +("|Qt.DragCopyCursor|" . 19) +("|Qt.DragLinkCursor|" . 21) +("|Qt.DragMoveCursor|" . 20) +("|Qt.Drawer|" . 7) +("|Qt.EditRole|" . 2) +("|Qt.ElideLeft|" . 0) +("|Qt.ElideMiddle|" . 2) +("|Qt.ElideNone|" . 3) +("|Qt.ElideRight|" . 1) +("|Qt.EndNativeGesture|" . 1) +("|Qt.ExtraButton10|" . 4096) +("|Qt.ExtraButton11|" . 8192) +("|Qt.ExtraButton12|" . 16384) +("|Qt.ExtraButton13|" . 32768) +("|Qt.ExtraButton14|" . 65536) +("|Qt.ExtraButton15|" . 131072) +("|Qt.ExtraButton16|" . 262144) +("|Qt.ExtraButton17|" . 524288) +("|Qt.ExtraButton18|" . 1048576) +("|Qt.ExtraButton19|" . 2097152) +("|Qt.ExtraButton1|" . 8) +("|Qt.ExtraButton20|" . 4194304) +("|Qt.ExtraButton21|" . 8388608) +("|Qt.ExtraButton22|" . 16777216) +("|Qt.ExtraButton23|" . 33554432) +("|Qt.ExtraButton24|" . 67108864) +("|Qt.ExtraButton2|" . 16) +("|Qt.ExtraButton3|" . 32) +("|Qt.ExtraButton4|" . 64) +("|Qt.ExtraButton5|" . 128) +("|Qt.ExtraButton6|" . 256) +("|Qt.ExtraButton7|" . 512) +("|Qt.ExtraButton8|" . 1024) +("|Qt.ExtraButton9|" . 2048) +("|Qt.FDiagPattern|" . 13) +("|Qt.FastTransformation|" . 0) +("|Qt.FlatCap|" . 0) +("|Qt.FontRole|" . 6) +("|Qt.ForbiddenCursor|" . 14) +("|Qt.ForegroundRole|" . 9) +("|Qt.ForeignWindow|" . 33) +("|Qt.ForwardButton|" . 16) +("|Qt.FramelessWindowHint|" . 2048) +("|Qt.Friday|" . 5) +("|Qt.GestureCanceled|" . 4) +("|Qt.GestureFinished|" . 3) +("|Qt.GestureStarted|" . 1) +("|Qt.GestureUpdated|" . 2) +("|Qt.GroupSwitchModifier|" . 1073741824) +("|Qt.HorPattern|" . 9) +("|Qt.Horizontal|" . 1) +("|Qt.IBeamCursor|" . 4) +("|Qt.ISODate|" . 1) +("|Qt.IgnoreAction|" . 0) +("|Qt.IgnoreAspectRatio|" . 0) +("|Qt.ImAbsolutePosition|" . 1024) +("|Qt.ImAnchorPosition|" . 128) +("|Qt.ImCurrentSelection|" . 32) +("|Qt.ImCursorPosition|" . 8) +("|Qt.ImCursorRectangle|" . 2) +("|Qt.ImEnabled|" . 1) +("|Qt.ImFont|" . 4) +("|Qt.ImHints|" . 256) +("|Qt.ImMaximumTextLength|" . 64) +("|Qt.ImMicroFocus|" . 2) +("|Qt.ImPlatformData|" . -2147483648) +("|Qt.ImPreferredLanguage|" . 512) +("|Qt.ImQueryAll|" . -1) +("|Qt.ImQueryInput|" . 186) +("|Qt.ImSurroundingText|" . 16) +("|Qt.ImTextAfterCursor|" . 4096) +("|Qt.ImTextBeforeCursor|" . 2048) +("|Qt.ImhDate|" . 128) +("|Qt.ImhDialableCharactersOnly|" . 1048576) +("|Qt.ImhDigitsOnly|" . 65536) +("|Qt.ImhEmailCharactersOnly|" . 2097152) +("|Qt.ImhExclusiveInputMask|" . -65536) +("|Qt.ImhFormattedNumbersOnly|" . 131072) +("|Qt.ImhHiddenText|" . 1) +("|Qt.ImhLatinOnly|" . 8388608) +("|Qt.ImhLowercaseOnly|" . 524288) +("|Qt.ImhMultiLine|" . 1024) +("|Qt.ImhNoAutoUppercase|" . 4) +("|Qt.ImhNoPredictiveText|" . 64) +("|Qt.ImhNone|" . 0) +("|Qt.ImhPreferLatin|" . 512) +("|Qt.ImhPreferLowercase|" . 32) +("|Qt.ImhPreferNumbers|" . 8) +("|Qt.ImhPreferUppercase|" . 16) +("|Qt.ImhSensitiveData|" . 2) +("|Qt.ImhTime|" . 256) +("|Qt.ImhUppercaseOnly|" . 262144) +("|Qt.ImhUrlCharactersOnly|" . 4194304) +("|Qt.InitialSortOrderRole|" . 14) +("|Qt.IntersectClip|" . 2) +("|Qt.IntersectsItemBoundingRect|" . 3) +("|Qt.IntersectsItemShape|" . 1) +("|Qt.InvertedLandscapeOrientation|" . 8) +("|Qt.InvertedPortraitOrientation|" . 4) +("|Qt.ItemIsDragEnabled|" . 4) +("|Qt.ItemIsDropEnabled|" . 8) +("|Qt.ItemIsEditable|" . 2) +("|Qt.ItemIsEnabled|" . 32) +("|Qt.ItemIsSelectable|" . 1) +("|Qt.ItemIsTristate|" . 64) +("|Qt.ItemIsUserCheckable|" . 16) +("|Qt.ItemIsUserTristate|" . 256) +("|Qt.ItemNeverHasChildren|" . 128) +("|Qt.KeepAspectRatioByExpanding|" . 2) +("|Qt.KeepAspectRatio|" . 1) +("|Qt.Key_0|" . 48) +("|Qt.Key_1|" . 49) +("|Qt.Key_2|" . 50) +("|Qt.Key_3|" . 51) +("|Qt.Key_4|" . 52) +("|Qt.Key_5|" . 53) +("|Qt.Key_6|" . 54) +("|Qt.Key_7|" . 55) +("|Qt.Key_8|" . 56) +("|Qt.Key_9|" . 57) +("|Qt.Key_AE|" . 198) +("|Qt.Key_Aacute|" . 193) +("|Qt.Key_Acircumflex|" . 194) +("|Qt.Key_AddFavorite|" . 16777408) +("|Qt.Key_Adiaeresis|" . 196) +("|Qt.Key_Agrave|" . 192) +("|Qt.Key_AltGr|" . 16781571) +("|Qt.Key_Alt|" . 16777251) +("|Qt.Key_Ampersand|" . 38) +("|Qt.Key_Any|" . 32) +("|Qt.Key_Apostrophe|" . 39) +("|Qt.Key_ApplicationLeft|" . 16777415) +("|Qt.Key_ApplicationRight|" . 16777416) +("|Qt.Key_Aring|" . 197) +("|Qt.Key_AsciiCircum|" . 94) +("|Qt.Key_AsciiTilde|" . 126) +("|Qt.Key_Asterisk|" . 42) +("|Qt.Key_Atilde|" . 195) +("|Qt.Key_At|" . 64) +("|Qt.Key_AudioCycleTrack|" . 16777478) +("|Qt.Key_AudioForward|" . 16777474) +("|Qt.Key_AudioRandomPlay|" . 16777476) +("|Qt.Key_AudioRepeat|" . 16777475) +("|Qt.Key_AudioRewind|" . 16777413) +("|Qt.Key_Away|" . 16777464) +("|Qt.Key_A|" . 65) +("|Qt.Key_BackForward|" . 16777414) +("|Qt.Key_Backslash|" . 92) +("|Qt.Key_Backspace|" . 16777219) +("|Qt.Key_Backtab|" . 16777218) +("|Qt.Key_Back|" . 16777313) +("|Qt.Key_Bar|" . 124) +("|Qt.Key_BassBoost|" . 16777331) +("|Qt.Key_BassDown|" . 16777333) +("|Qt.Key_BassUp|" . 16777332) +("|Qt.Key_Battery|" . 16777470) +("|Qt.Key_Bluetooth|" . 16777471) +("|Qt.Key_Blue|" . 16777495) +("|Qt.Key_Book|" . 16777417) +("|Qt.Key_BraceLeft|" . 123) +("|Qt.Key_BraceRight|" . 125) +("|Qt.Key_BracketLeft|" . 91) +("|Qt.Key_BracketRight|" . 93) +("|Qt.Key_BrightnessAdjust|" . 16777410) +("|Qt.Key_B|" . 66) +("|Qt.Key_CD|" . 16777418) +("|Qt.Key_Calculator|" . 16777419) +("|Qt.Key_Calendar|" . 16777444) +("|Qt.Key_Call|" . 17825796) +("|Qt.Key_CameraFocus|" . 17825825) +("|Qt.Key_Camera|" . 17825824) +("|Qt.Key_Cancel|" . 16908289) +("|Qt.Key_CapsLock|" . 16777252) +("|Qt.Key_Ccedilla|" . 199) +("|Qt.Key_ChannelDown|" . 16777497) +("|Qt.Key_ChannelUp|" . 16777496) +("|Qt.Key_ClearGrab|" . 16777421) +("|Qt.Key_Clear|" . 16777227) +("|Qt.Key_Close|" . 16777422) +("|Qt.Key_Codeinput|" . 16781623) +("|Qt.Key_Colon|" . 58) +("|Qt.Key_Comma|" . 44) +("|Qt.Key_Community|" . 16777412) +("|Qt.Key_Context1|" . 17825792) +("|Qt.Key_Context2|" . 17825793) +("|Qt.Key_Context3|" . 17825794) +("|Qt.Key_Context4|" . 17825795) +("|Qt.Key_ContrastAdjust|" . 16777485) +("|Qt.Key_Control|" . 16777249) +("|Qt.Key_Copy|" . 16777423) +("|Qt.Key_Cut|" . 16777424) +("|Qt.Key_C|" . 67) +("|Qt.Key_DOS|" . 16777426) +("|Qt.Key_Dead_Abovedot|" . 16781910) +("|Qt.Key_Dead_Abovering|" . 16781912) +("|Qt.Key_Dead_Acute|" . 16781905) +("|Qt.Key_Dead_Belowdot|" . 16781920) +("|Qt.Key_Dead_Breve|" . 16781909) +("|Qt.Key_Dead_Caron|" . 16781914) +("|Qt.Key_Dead_Cedilla|" . 16781915) +("|Qt.Key_Dead_Circumflex|" . 16781906) +("|Qt.Key_Dead_Diaeresis|" . 16781911) +("|Qt.Key_Dead_Doubleacute|" . 16781913) +("|Qt.Key_Dead_Grave|" . 16781904) +("|Qt.Key_Dead_Hook|" . 16781921) +("|Qt.Key_Dead_Horn|" . 16781922) +("|Qt.Key_Dead_Iota|" . 16781917) +("|Qt.Key_Dead_Macron|" . 16781908) +("|Qt.Key_Dead_Ogonek|" . 16781916) +("|Qt.Key_Dead_Semivoiced_Sound|" . 16781919) +("|Qt.Key_Dead_Tilde|" . 16781907) +("|Qt.Key_Dead_Voiced_Sound|" . 16781918) +("|Qt.Key_Delete|" . 16777223) +("|Qt.Key_Direction_L|" . 16777305) +("|Qt.Key_Direction_R|" . 16777312) +("|Qt.Key_Display|" . 16777425) +("|Qt.Key_Documents|" . 16777427) +("|Qt.Key_Dollar|" . 36) +("|Qt.Key_Down|" . 16777237) +("|Qt.Key_D|" . 68) +("|Qt.Key_ETH|" . 208) +("|Qt.Key_Eacute|" . 201) +("|Qt.Key_Ecircumflex|" . 202) +("|Qt.Key_Ediaeresis|" . 203) +("|Qt.Key_Egrave|" . 200) +("|Qt.Key_Eisu_Shift|" . 16781615) +("|Qt.Key_Eisu_toggle|" . 16781616) +("|Qt.Key_Eject|" . 16777401) +("|Qt.Key_End|" . 16777233) +("|Qt.Key_Enter|" . 16777221) +("|Qt.Key_Equal|" . 61) +("|Qt.Key_Escape|" . 16777216) +("|Qt.Key_Excel|" . 16777428) +("|Qt.Key_Exclam|" . 33) +("|Qt.Key_Execute|" . 16908291) +("|Qt.Key_Exit|" . 16908298) +("|Qt.Key_Explorer|" . 16777429) +("|Qt.Key_E|" . 69) +("|Qt.Key_F10|" . 16777273) +("|Qt.Key_F11|" . 16777274) +("|Qt.Key_F12|" . 16777275) +("|Qt.Key_F13|" . 16777276) +("|Qt.Key_F14|" . 16777277) +("|Qt.Key_F15|" . 16777278) +("|Qt.Key_F16|" . 16777279) +("|Qt.Key_F17|" . 16777280) +("|Qt.Key_F18|" . 16777281) +("|Qt.Key_F19|" . 16777282) +("|Qt.Key_F1|" . 16777264) +("|Qt.Key_F20|" . 16777283) +("|Qt.Key_F21|" . 16777284) +("|Qt.Key_F22|" . 16777285) +("|Qt.Key_F23|" . 16777286) +("|Qt.Key_F24|" . 16777287) +("|Qt.Key_F25|" . 16777288) +("|Qt.Key_F26|" . 16777289) +("|Qt.Key_F27|" . 16777290) +("|Qt.Key_F28|" . 16777291) +("|Qt.Key_F29|" . 16777292) +("|Qt.Key_F2|" . 16777265) +("|Qt.Key_F30|" . 16777293) +("|Qt.Key_F31|" . 16777294) +("|Qt.Key_F32|" . 16777295) +("|Qt.Key_F33|" . 16777296) +("|Qt.Key_F34|" . 16777297) +("|Qt.Key_F35|" . 16777298) +("|Qt.Key_F3|" . 16777266) +("|Qt.Key_F4|" . 16777267) +("|Qt.Key_F5|" . 16777268) +("|Qt.Key_F6|" . 16777269) +("|Qt.Key_F7|" . 16777270) +("|Qt.Key_F8|" . 16777271) +("|Qt.Key_F9|" . 16777272) +("|Qt.Key_Favorites|" . 16777361) +("|Qt.Key_Finance|" . 16777411) +("|Qt.Key_Find|" . 16777506) +("|Qt.Key_Flip|" . 17825798) +("|Qt.Key_Forward|" . 16777314) +("|Qt.Key_F|" . 70) +("|Qt.Key_Game|" . 16777430) +("|Qt.Key_Go|" . 16777431) +("|Qt.Key_Greater|" . 62) +("|Qt.Key_Green|" . 16777493) +("|Qt.Key_Guide|" . 16777498) +("|Qt.Key_G|" . 71) +("|Qt.Key_Hangul_Banja|" . 16781625) +("|Qt.Key_Hangul_End|" . 16781619) +("|Qt.Key_Hangul_Hanja|" . 16781620) +("|Qt.Key_Hangul_Jamo|" . 16781621) +("|Qt.Key_Hangul_Jeonja|" . 16781624) +("|Qt.Key_Hangul_PostHanja|" . 16781627) +("|Qt.Key_Hangul_PreHanja|" . 16781626) +("|Qt.Key_Hangul_Romaja|" . 16781622) +("|Qt.Key_Hangul_Special|" . 16781631) +("|Qt.Key_Hangul_Start|" . 16781618) +("|Qt.Key_Hangul|" . 16781617) +("|Qt.Key_Hangup|" . 17825797) +("|Qt.Key_Hankaku|" . 16781609) +("|Qt.Key_Help|" . 16777304) +("|Qt.Key_Henkan|" . 16781603) +("|Qt.Key_Hibernate|" . 16777480) +("|Qt.Key_Hiragana_Katakana|" . 16781607) +("|Qt.Key_Hiragana|" . 16781605) +("|Qt.Key_History|" . 16777407) +("|Qt.Key_HomePage|" . 16777360) +("|Qt.Key_Home|" . 16777232) +("|Qt.Key_HotLinks|" . 16777409) +("|Qt.Key_Hyper_L|" . 16777302) +("|Qt.Key_Hyper_R|" . 16777303) +("|Qt.Key_H|" . 72) +("|Qt.Key_Iacute|" . 205) +("|Qt.Key_Icircumflex|" . 206) +("|Qt.Key_Idiaeresis|" . 207) +("|Qt.Key_Igrave|" . 204) +("|Qt.Key_Info|" . 16777499) +("|Qt.Key_Insert|" . 16777222) +("|Qt.Key_I|" . 73) +("|Qt.Key_J|" . 74) +("|Qt.Key_Kana_Lock|" . 16781613) +("|Qt.Key_Kana_Shift|" . 16781614) +("|Qt.Key_Kanji|" . 16781601) +("|Qt.Key_Katakana|" . 16781606) +("|Qt.Key_KeyboardBrightnessDown|" . 16777398) +("|Qt.Key_KeyboardBrightnessUp|" . 16777397) +("|Qt.Key_KeyboardLightOnOff|" . 16777396) +("|Qt.Key_K|" . 75) +("|Qt.Key_LastNumberRedial|" . 17825801) +("|Qt.Key_Launch0|" . 16777378) +("|Qt.Key_Launch1|" . 16777379) +("|Qt.Key_Launch2|" . 16777380) +("|Qt.Key_Launch3|" . 16777381) +("|Qt.Key_Launch4|" . 16777382) +("|Qt.Key_Launch5|" . 16777383) +("|Qt.Key_Launch6|" . 16777384) +("|Qt.Key_Launch7|" . 16777385) +("|Qt.Key_Launch8|" . 16777386) +("|Qt.Key_Launch9|" . 16777387) +("|Qt.Key_LaunchA|" . 16777388) +("|Qt.Key_LaunchB|" . 16777389) +("|Qt.Key_LaunchC|" . 16777390) +("|Qt.Key_LaunchD|" . 16777391) +("|Qt.Key_LaunchE|" . 16777392) +("|Qt.Key_LaunchF|" . 16777393) +("|Qt.Key_LaunchG|" . 16777486) +("|Qt.Key_LaunchH|" . 16777487) +("|Qt.Key_LaunchMail|" . 16777376) +("|Qt.Key_LaunchMedia|" . 16777377) +("|Qt.Key_Left|" . 16777234) +("|Qt.Key_Less|" . 60) +("|Qt.Key_LightBulb|" . 16777405) +("|Qt.Key_LogOff|" . 16777433) +("|Qt.Key_L|" . 76) +("|Qt.Key_MailForward|" . 16777467) +("|Qt.Key_Market|" . 16777434) +("|Qt.Key_Massyo|" . 16781612) +("|Qt.Key_MediaLast|" . 16842751) +("|Qt.Key_MediaNext|" . 16777347) +("|Qt.Key_MediaPause|" . 16777349) +("|Qt.Key_MediaPlay|" . 16777344) +("|Qt.Key_MediaPrevious|" . 16777346) +("|Qt.Key_MediaRecord|" . 16777348) +("|Qt.Key_MediaStop|" . 16777345) +("|Qt.Key_MediaTogglePlayPause|" . 16777350) +("|Qt.Key_Meeting|" . 16777435) +("|Qt.Key_Memo|" . 16777404) +("|Qt.Key_MenuKB|" . 16777436) +("|Qt.Key_MenuPB|" . 16777437) +("|Qt.Key_Menu|" . 16777301) +("|Qt.Key_Messenger|" . 16777465) +("|Qt.Key_Meta|" . 16777250) +("|Qt.Key_MicMute|" . 16777491) +("|Qt.Key_MicVolumeDown|" . 16777502) +("|Qt.Key_MicVolumeUp|" . 16777501) +("|Qt.Key_Minus|" . 45) +("|Qt.Key_Mode_switch|" . 16781694) +("|Qt.Key_MonBrightnessDown|" . 16777395) +("|Qt.Key_MonBrightnessUp|" . 16777394) +("|Qt.Key_Muhenkan|" . 16781602) +("|Qt.Key_Multi_key|" . 16781600) +("|Qt.Key_MultipleCandidate|" . 16781629) +("|Qt.Key_Music|" . 16777469) +("|Qt.Key_MySites|" . 16777438) +("|Qt.Key_M|" . 77) +("|Qt.Key_News|" . 16777439) +("|Qt.Key_New|" . 16777504) +("|Qt.Key_No|" . 16842754) +("|Qt.Key_Ntilde|" . 209) +("|Qt.Key_NumLock|" . 16777253) +("|Qt.Key_NumberSign|" . 35) +("|Qt.Key_N|" . 78) +("|Qt.Key_Oacute|" . 211) +("|Qt.Key_Ocircumflex|" . 212) +("|Qt.Key_Odiaeresis|" . 214) +("|Qt.Key_OfficeHome|" . 16777440) +("|Qt.Key_Ograve|" . 210) +("|Qt.Key_Ooblique|" . 216) +("|Qt.Key_OpenUrl|" . 16777364) +("|Qt.Key_Open|" . 16777505) +("|Qt.Key_Option|" . 16777441) +("|Qt.Key_Otilde|" . 213) +("|Qt.Key_O|" . 79) +("|Qt.Key_PageDown|" . 16777239) +("|Qt.Key_PageUp|" . 16777238) +("|Qt.Key_ParenLeft|" . 40) +("|Qt.Key_ParenRight|" . 41) +("|Qt.Key_Paste|" . 16777442) +("|Qt.Key_Pause|" . 16777224) +("|Qt.Key_Percent|" . 37) +("|Qt.Key_Period|" . 46) +("|Qt.Key_Phone|" . 16777443) +("|Qt.Key_Pictures|" . 16777468) +("|Qt.Key_Play|" . 16908293) +("|Qt.Key_Plus|" . 43) +("|Qt.Key_PowerDown|" . 16777483) +("|Qt.Key_PowerOff|" . 16777399) +("|Qt.Key_PreviousCandidate|" . 16781630) +("|Qt.Key_Printer|" . 16908290) +("|Qt.Key_Print|" . 16777225) +("|Qt.Key_P|" . 80) +("|Qt.Key_Question|" . 63) +("|Qt.Key_QuoteDbl|" . 34) +("|Qt.Key_QuoteLeft|" . 96) +("|Qt.Key_Q|" . 81) +("|Qt.Key_Redo|" . 16777508) +("|Qt.Key_Red|" . 16777492) +("|Qt.Key_Refresh|" . 16777316) +("|Qt.Key_Reload|" . 16777446) +("|Qt.Key_Reply|" . 16777445) +("|Qt.Key_Return|" . 16777220) +("|Qt.Key_Right|" . 16777236) +("|Qt.Key_Romaji|" . 16781604) +("|Qt.Key_RotateWindows|" . 16777447) +("|Qt.Key_RotationKB|" . 16777449) +("|Qt.Key_RotationPB|" . 16777448) +("|Qt.Key_R|" . 82) +("|Qt.Key_Save|" . 16777450) +("|Qt.Key_ScreenSaver|" . 16777402) +("|Qt.Key_ScrollLock|" . 16777254) +("|Qt.Key_Search|" . 16777362) +("|Qt.Key_Select|" . 16842752) +("|Qt.Key_Semicolon|" . 59) +("|Qt.Key_Send|" . 16777451) +("|Qt.Key_Settings|" . 16777500) +("|Qt.Key_Shift|" . 16777248) +("|Qt.Key_Shop|" . 16777406) +("|Qt.Key_SingleCandidate|" . 16781628) +("|Qt.Key_Slash|" . 47) +("|Qt.Key_Sleep|" . 16908292) +("|Qt.Key_Space|" . 32) +("|Qt.Key_Spell|" . 16777452) +("|Qt.Key_SplitScreen|" . 16777453) +("|Qt.Key_Standby|" . 16777363) +("|Qt.Key_Stop|" . 16777315) +("|Qt.Key_Subtitle|" . 16777477) +("|Qt.Key_Super_L|" . 16777299) +("|Qt.Key_Super_R|" . 16777300) +("|Qt.Key_Support|" . 16777454) +("|Qt.Key_Suspend|" . 16777484) +("|Qt.Key_SysReq|" . 16777226) +("|Qt.Key_S|" . 83) +("|Qt.Key_THORN|" . 222) +("|Qt.Key_Tab|" . 16777217) +("|Qt.Key_TaskPane|" . 16777455) +("|Qt.Key_Terminal|" . 16777456) +("|Qt.Key_Time|" . 16777479) +("|Qt.Key_ToDoList|" . 16777420) +("|Qt.Key_ToggleCallHangup|" . 17825799) +("|Qt.Key_Tools|" . 16777457) +("|Qt.Key_TopMenu|" . 16777482) +("|Qt.Key_TouchpadOff|" . 16777490) +("|Qt.Key_TouchpadOn|" . 16777489) +("|Qt.Key_TouchpadToggle|" . 16777488) +("|Qt.Key_Touroku|" . 16781611) +("|Qt.Key_Travel|" . 16777458) +("|Qt.Key_TrebleDown|" . 16777335) +("|Qt.Key_TrebleUp|" . 16777334) +("|Qt.Key_T|" . 84) +("|Qt.Key_UWB|" . 16777473) +("|Qt.Key_Uacute|" . 218) +("|Qt.Key_Ucircumflex|" . 219) +("|Qt.Key_Udiaeresis|" . 220) +("|Qt.Key_Ugrave|" . 217) +("|Qt.Key_Underscore|" . 95) +("|Qt.Key_Undo|" . 16777507) +("|Qt.Key_Up|" . 16777235) +("|Qt.Key_U|" . 85) +("|Qt.Key_Video|" . 16777459) +("|Qt.Key_View|" . 16777481) +("|Qt.Key_VoiceDial|" . 17825800) +("|Qt.Key_VolumeDown|" . 16777328) +("|Qt.Key_VolumeMute|" . 16777329) +("|Qt.Key_VolumeUp|" . 16777330) +("|Qt.Key_V|" . 86) +("|Qt.Key_WLAN|" . 16777472) +("|Qt.Key_WWW|" . 16777403) +("|Qt.Key_WakeUp|" . 16777400) +("|Qt.Key_WebCam|" . 16777466) +("|Qt.Key_Word|" . 16777460) +("|Qt.Key_W|" . 87) +("|Qt.Key_Xfer|" . 16777461) +("|Qt.Key_X|" . 88) +("|Qt.Key_Yacute|" . 221) +("|Qt.Key_Yellow|" . 16777494) +("|Qt.Key_Yes|" . 16842753) +("|Qt.Key_Y|" . 89) +("|Qt.Key_Zenkaku_Hankaku|" . 16781610) +("|Qt.Key_Zenkaku|" . 16781608) +("|Qt.Key_ZoomIn|" . 16777462) +("|Qt.Key_ZoomOut|" . 16777463) +("|Qt.Key_Zoom|" . 16908294) +("|Qt.Key_Z|" . 90) +("|Qt.Key_acute|" . 180) +("|Qt.Key_brokenbar|" . 166) +("|Qt.Key_cedilla|" . 184) +("|Qt.Key_cent|" . 162) +("|Qt.Key_copyright|" . 169) +("|Qt.Key_currency|" . 164) +("|Qt.Key_degree|" . 176) +("|Qt.Key_diaeresis|" . 168) +("|Qt.Key_division|" . 247) +("|Qt.Key_exclamdown|" . 161) +("|Qt.Key_guillemotleft|" . 171) +("|Qt.Key_guillemotright|" . 187) +("|Qt.Key_hyphen|" . 173) +("|Qt.Key_iTouch|" . 16777432) +("|Qt.Key_macron|" . 175) +("|Qt.Key_masculine|" . 186) +("|Qt.Key_multiply|" . 215) +("|Qt.Key_mu|" . 181) +("|Qt.Key_nobreakspace|" . 160) +("|Qt.Key_notsign|" . 172) +("|Qt.Key_onehalf|" . 189) +("|Qt.Key_onequarter|" . 188) +("|Qt.Key_onesuperior|" . 185) +("|Qt.Key_ordfeminine|" . 170) +("|Qt.Key_paragraph|" . 182) +("|Qt.Key_periodcentered|" . 183) +("|Qt.Key_plusminus|" . 177) +("|Qt.Key_questiondown|" . 191) +("|Qt.Key_registered|" . 174) +("|Qt.Key_section|" . 167) +("|Qt.Key_ssharp|" . 223) +("|Qt.Key_sterling|" . 163) +("|Qt.Key_threequarters|" . 190) +("|Qt.Key_threesuperior|" . 179) +("|Qt.Key_twosuperior|" . 178) +("|Qt.Key_unknown|" . 33554431) +("|Qt.Key_ydiaeresis|" . 255) +("|Qt.Key_yen|" . 165) +("|Qt.KeyboardModifierMask|" . -33554432) +("|Qt.KeypadModifier|" . 536870912) +("|Qt.LandscapeOrientation|" . 2) +("|Qt.LastCursor|" . 21) +("|Qt.LastGestureType|" . -1) +("|Qt.LayoutDirectionAuto|" . 2) +("|Qt.LeftArrow|" . 3) +("|Qt.LeftButton|" . 1) +("|Qt.LeftDockWidgetArea|" . 1) +("|Qt.LeftEdge|" . 2) +("|Qt.LeftToRight|" . 0) +("|Qt.LeftToolBarArea|" . 1) +("|Qt.LinearGradientPattern|" . 15) +("|Qt.LinkAction|" . 4) +("|Qt.LinksAccessibleByKeyboard|" . 8) +("|Qt.LinksAccessibleByMouse|" . 4) +("|Qt.LocalDate|" . 2) +("|Qt.LocalTime|" . 0) +("|Qt.LocaleDate|" . 3) +("|Qt.LogicalMoveStyle|" . 0) +("|Qt.MPenCapStyle|" . 48) +("|Qt.MPenJoinStyle|" . 448) +("|Qt.MSWindowsFixedSizeDialogHint|" . 256) +("|Qt.MSWindowsOwnDC|" . 512) +("|Qt.MacWindowToolBarButtonHint|" . 268435456) +("|Qt.MaskInColor|" . 0) +("|Qt.MaskOutColor|" . 1) +("|Qt.MatchCaseSensitive|" . 16) +("|Qt.MatchContains|" . 1) +("|Qt.MatchEndsWith|" . 3) +("|Qt.MatchExactly|" . 0) +("|Qt.MatchFixedString|" . 8) +("|Qt.MatchRecursive|" . 64) +("|Qt.MatchRegExp|" . 4) +("|Qt.MatchStartsWith|" . 2) +("|Qt.MatchWildcard|" . 5) +("|Qt.MatchWrap|" . 32) +("|Qt.MaxMouseButton|" . 67108864) +("|Qt.MaximizeUsingFullscreenGeometryHint|" . 4194304) +("|Qt.MaximumSize|" . 2) +("|Qt.MenuBarFocusReason|" . 6) +("|Qt.MetaModifier|" . 268435456) +("|Qt.MidButton|" . 4) +("|Qt.MiddleButton|" . 4) +("|Qt.MinimumDescent|" . 3) +("|Qt.MinimumSize|" . 0) +("|Qt.MiterJoin|" . 0) +("|Qt.Monday|" . 1) +("|Qt.MonoOnly|" . 2) +("|Qt.MouseButtonMask|" . -1) +("|Qt.MouseEventCreatedDoubleClick|" . 1) +("|Qt.MouseEventFlagMask|" . 255) +("|Qt.MouseEventNotSynthesized|" . 0) +("|Qt.MouseEventSynthesizedByQt|" . 2) +("|Qt.MouseEventSynthesizedBySystem|" . 1) +("|Qt.MouseFocusReason|" . 0) +("|Qt.MoveAction|" . 2) +("|Qt.NSizeHints|" . 4) +("|Qt.NoAlpha|" . 12) +("|Qt.NoArrow|" . 0) +("|Qt.NoBrush|" . 0) +("|Qt.NoButton|" . 0) +("|Qt.NoClip|" . 0) +("|Qt.NoContextMenu|" . 0) +("|Qt.NoDockWidgetArea|" . 0) +("|Qt.NoDropShadowWindowHint|" . 1073741824) +("|Qt.NoFocusReason|" . 8) +("|Qt.NoFocus|" . 0) +("|Qt.NoFormatConversion|" . 512) +("|Qt.NoGesture|" . 0) +("|Qt.NoItemFlags|" . 0) +("|Qt.NoModifier|" . 0) +("|Qt.NoOpaqueDetection|" . 256) +("|Qt.NoPen|" . 0) +("|Qt.NoTabFocus|" . 0) +("|Qt.NoTextInteraction|" . 0) +("|Qt.NoToolBarArea|" . 0) +("|Qt.NonModal|" . 0) +("|Qt.OddEvenFill|" . 0) +("|Qt.OffsetFromUTC|" . 2) +("|Qt.OpaqueMode|" . 1) +("|Qt.OpenHandCursor|" . 17) +("|Qt.OrderedAlphaDither|" . 4) +("|Qt.OrderedDither|" . 16) +("|Qt.OtherFocusReason|" . 7) +("|Qt.PanGesture|" . 3) +("|Qt.PanNativeGesture|" . 2) +("|Qt.PartiallyChecked|" . 1) +("|Qt.PinchGesture|" . 4) +("|Qt.PlainText|" . 0) +("|Qt.PointingHandCursor|" . 13) +("|Qt.PopupFocusReason|" . 4) +("|Qt.Popup|" . 9) +("|Qt.PortraitOrientation|" . 1) +("|Qt.PreciseTimer|" . 0) +("|Qt.PreferDither|" . 64) +("|Qt.PreferredSize|" . 1) +("|Qt.PreventContextMenu|" . 4) +("|Qt.PrimaryOrientation|" . 0) +("|Qt.QueuedConnection|" . 2) +("|Qt.RFC2822Date|" . 8) +("|Qt.RadialGradientPattern|" . 16) +("|Qt.RelativeSize|" . 1) +("|Qt.ReplaceClip|" . 1) +("|Qt.ReplaceSelection|" . 0) +("|Qt.RichText|" . 1) +("|Qt.RightArrow|" . 4) +("|Qt.RightButton|" . 2) +("|Qt.RightDockWidgetArea|" . 2) +("|Qt.RightEdge|" . 4) +("|Qt.RightToLeft|" . 1) +("|Qt.RightToolBarArea|" . 2) +("|Qt.RotateNativeGesture|" . 5) +("|Qt.RoundCap|" . 32) +("|Qt.RoundJoin|" . 128) +("|Qt.Saturday|" . 6) +("|Qt.ScrollBarAlwaysOff|" . 1) +("|Qt.ScrollBarAlwaysOn|" . 2) +("|Qt.ScrollBarAsNeeded|" . 0) +("|Qt.ScrollBegin|" . 1) +("|Qt.ScrollEnd|" . 3) +("|Qt.ScrollUpdate|" . 2) +("|Qt.Sheet|" . 5) +("|Qt.ShiftModifier|" . 33554432) +("|Qt.ShortcutFocusReason|" . 5) +("|Qt.SizeAllCursor|" . 9) +("|Qt.SizeBDiagCursor|" . 7) +("|Qt.SizeFDiagCursor|" . 8) +("|Qt.SizeHintRole|" . 13) +("|Qt.SizeHorCursor|" . 6) +("|Qt.SizeVerCursor|" . 5) +("|Qt.SmartZoomNativeGesture|" . 4) +("|Qt.SmoothTransformation|" . 1) +("|Qt.SolidLine|" . 1) +("|Qt.SolidPattern|" . 1) +("|Qt.SplashScreen|" . 15) +("|Qt.SplitHCursor|" . 12) +("|Qt.SplitVCursor|" . 11) +("|Qt.SquareCap|" . 16) +("|Qt.StatusTipPropertyRole|" . 30) +("|Qt.StatusTipRole|" . 4) +("|Qt.StrongFocus|" . 11) +("|Qt.SubWindow|" . 18) +("|Qt.Sunday|" . 7) +("|Qt.SvgMiterJoin|" . 256) +("|Qt.SwipeGesture|" . 5) +("|Qt.SwipeNativeGesture|" . 6) +("|Qt.SystemLocaleDate|" . 2) +("|Qt.SystemLocaleLongDate|" . 5) +("|Qt.SystemLocaleShortDate|" . 4) +("|Qt.TabFocusAllControls|" . 255) +("|Qt.TabFocusListControls|" . 2) +("|Qt.TabFocusReason|" . 1) +("|Qt.TabFocusTextControls|" . 1) +("|Qt.TabFocus|" . 1) +("|Qt.TapAndHoldGesture|" . 2) +("|Qt.TapGesture|" . 1) +("|Qt.TargetMoveAction|" . 32770) +("|Qt.TaskButton|" . 32) +("|Qt.TextAlignmentRole|" . 7) +("|Qt.TextBrowserInteraction|" . 13) +("|Qt.TextColorRole|" . 9) +("|Qt.TextDate|" . 0) +("|Qt.TextEditable|" . 16) +("|Qt.TextEditorInteraction|" . 19) +("|Qt.TextSelectableByKeyboard|" . 2) +("|Qt.TextSelectableByMouse|" . 1) +("|Qt.TexturePattern|" . 24) +("|Qt.ThresholdAlphaDither|" . 0) +("|Qt.ThresholdDither|" . 32) +("|Qt.Thursday|" . 4) +("|Qt.TimeZone|" . 3) +("|Qt.ToolBarArea_Mask|" . 15) +("|Qt.ToolButtonFollowStyle|" . 4) +("|Qt.ToolButtonIconOnly|" . 0) +("|Qt.ToolButtonTextBesideIcon|" . 2) +("|Qt.ToolButtonTextOnly|" . 1) +("|Qt.ToolButtonTextUnderIcon|" . 3) +("|Qt.ToolTipPropertyRole|" . 29) +("|Qt.ToolTipRole|" . 3) +("|Qt.ToolTip|" . 13) +("|Qt.Tool|" . 11) +("|Qt.TopDockWidgetArea|" . 4) +("|Qt.TopEdge|" . 1) +("|Qt.TopLeftCorner|" . 0) +("|Qt.TopRightCorner|" . 1) +("|Qt.TopToolBarArea|" . 4) +("|Qt.TouchPointMoved|" . 2) +("|Qt.TouchPointPressed|" . 1) +("|Qt.TouchPointReleased|" . 8) +("|Qt.TouchPointStationary|" . 4) +("|Qt.TransparentMode|" . 0) +("|Qt.Tuesday|" . 2) +("|Qt.UTC|" . 1) +("|Qt.Unchecked|" . 0) +("|Qt.UniqueConnection|" . 128) +("|Qt.UpArrowCursor|" . 1) +("|Qt.UpArrow|" . 1) +("|Qt.UserRole|" . 256) +("|Qt.VerPattern|" . 10) +("|Qt.Vertical|" . 2) +("|Qt.VeryCoarseTimer|" . 2) +("|Qt.VisualMoveStyle|" . 1) +("|Qt.WA_AcceptDrops|" . 78) +("|Qt.WA_AcceptTouchEvents|" . 121) +("|Qt.WA_AlwaysShowToolTips|" . 84) +("|Qt.WA_AlwaysStackOnTop|" . 128) +("|Qt.WA_AttributeCount|" . 129) +("|Qt.WA_CanHostQMdiSubWindowTitleBar|" . 95) +("|Qt.WA_ContentsPropagated|" . 3) +("|Qt.WA_CustomWhatsThis|" . 47) +("|Qt.WA_DeleteOnClose|" . 55) +("|Qt.WA_Disabled|" . 0) +("|Qt.WA_DontCreateNativeAncestors|" . 101) +("|Qt.WA_DontShowOnScreen|" . 103) +("|Qt.WA_DropSiteRegistered|" . 79) +("|Qt.WA_ForceAcceptDrops|" . 79) +("|Qt.WA_ForceDisabled|" . 32) +("|Qt.WA_ForceUpdatesDisabled|" . 59) +("|Qt.WA_GrabbedShortcut|" . 50) +("|Qt.WA_GroupLeader|" . 72) +("|Qt.WA_Hover|" . 74) +("|Qt.WA_InputMethodEnabled|" . 14) +("|Qt.WA_InputMethodTransparent|" . 75) +("|Qt.WA_InvalidSize|" . 45) +("|Qt.WA_KeyCompression|" . 33) +("|Qt.WA_KeyboardFocusChange|" . 77) +("|Qt.WA_LaidOut|" . 7) +("|Qt.WA_LayoutOnEntireRect|" . 48) +("|Qt.WA_LayoutUsesWidgetRect|" . 92) +("|Qt.WA_MSWindowsUseDirect3D|" . 94) +("|Qt.WA_MacAlwaysShowToolWindow|" . 96) +("|Qt.WA_MacBrushedMetal|" . 46) +("|Qt.WA_MacFrameworkScaled|" . 117) +("|Qt.WA_MacMetalStyle|" . 46) +("|Qt.WA_MacMiniSize|" . 91) +("|Qt.WA_MacNoClickThrough|" . 12) +("|Qt.WA_MacNoShadow|" . 127) +("|Qt.WA_MacNormalSize|" . 89) +("|Qt.WA_MacOpaqueSizeGrip|" . 85) +("|Qt.WA_MacShowFocusRect|" . 88) +("|Qt.WA_MacSmallSize|" . 90) +("|Qt.WA_MacVariableSize|" . 102) +("|Qt.WA_Mapped|" . 11) +("|Qt.WA_MouseNoMask|" . 71) +("|Qt.WA_MouseTracking|" . 2) +("|Qt.WA_Moved|" . 43) +("|Qt.WA_NativeWindow|" . 100) +("|Qt.WA_NoBackground|" . 4) +("|Qt.WA_NoChildEventsForParent|" . 58) +("|Qt.WA_NoChildEventsFromChildren|" . 39) +("|Qt.WA_NoMousePropagation|" . 73) +("|Qt.WA_NoMouseReplay|" . 54) +("|Qt.WA_NoSystemBackground|" . 9) +("|Qt.WA_NoX11EventCompression|" . 81) +("|Qt.WA_OpaquePaintEvent|" . 4) +("|Qt.WA_OutsideWSRange|" . 49) +("|Qt.WA_PaintOnScreen|" . 8) +("|Qt.WA_PaintUnclipped|" . 52) +("|Qt.WA_PendingMoveEvent|" . 34) +("|Qt.WA_PendingResizeEvent|" . 35) +("|Qt.WA_PendingUpdate|" . 44) +("|Qt.WA_QuitOnClose|" . 76) +("|Qt.WA_Resized|" . 42) +("|Qt.WA_RightToLeft|" . 56) +("|Qt.WA_SetCursor|" . 38) +("|Qt.WA_SetFont|" . 37) +("|Qt.WA_SetLayoutDirection|" . 57) +("|Qt.WA_SetLocale|" . 87) +("|Qt.WA_SetPalette|" . 36) +("|Qt.WA_SetStyle|" . 86) +("|Qt.WA_SetWindowIcon|" . 53) +("|Qt.WA_SetWindowModality|" . 118) +("|Qt.WA_ShowModal|" . 70) +("|Qt.WA_ShowWithoutActivating|" . 98) +("|Qt.WA_StaticContents|" . 5) +("|Qt.WA_StyleSheet|" . 97) +("|Qt.WA_StyledBackground|" . 93) +("|Qt.WA_TintedBackground|" . 82) +("|Qt.WA_TouchPadAcceptSingleTouchEvents|" . 123) +("|Qt.WA_TranslucentBackground|" . 120) +("|Qt.WA_TransparentForMouseEvents|" . 51) +("|Qt.WA_UnderMouse|" . 1) +("|Qt.WA_UpdatesDisabled|" . 10) +("|Qt.WA_WState_AcceptedTouchBeginEvent|" . 122) +("|Qt.WA_WState_CompressKeys|" . 61) +("|Qt.WA_WState_ConfigPending|" . 64) +("|Qt.WA_WState_Created|" . 60) +("|Qt.WA_WState_DND|" . 67) +("|Qt.WA_WState_ExplicitShowHide|" . 69) +("|Qt.WA_WState_Hidden|" . 16) +("|Qt.WA_WState_InPaintEvent|" . 62) +("|Qt.WA_WState_OwnSizePolicy|" . 68) +("|Qt.WA_WState_Polished|" . 66) +("|Qt.WA_WState_Reparented|" . 63) +("|Qt.WA_WState_Visible|" . 15) +("|Qt.WA_WState_WindowOpacitySet|" . 119) +("|Qt.WA_WindowModified|" . 41) +("|Qt.WA_WindowPropagation|" . 80) +("|Qt.WA_X11BypassTransientForHint|" . 99) +("|Qt.WA_X11DoNotAcceptFocus|" . 126) +("|Qt.WA_X11NetWmWindowTypeCombo|" . 115) +("|Qt.WA_X11NetWmWindowTypeDND|" . 116) +("|Qt.WA_X11NetWmWindowTypeDesktop|" . 104) +("|Qt.WA_X11NetWmWindowTypeDialog|" . 110) +("|Qt.WA_X11NetWmWindowTypeDock|" . 105) +("|Qt.WA_X11NetWmWindowTypeDropDownMenu|" . 111) +("|Qt.WA_X11NetWmWindowTypeMenu|" . 107) +("|Qt.WA_X11NetWmWindowTypeNotification|" . 114) +("|Qt.WA_X11NetWmWindowTypePopupMenu|" . 112) +("|Qt.WA_X11NetWmWindowTypeSplash|" . 109) +("|Qt.WA_X11NetWmWindowTypeToolBar|" . 106) +("|Qt.WA_X11NetWmWindowTypeToolTip|" . 113) +("|Qt.WA_X11NetWmWindowTypeUtility|" . 108) +("|Qt.WA_X11OpenGLOverlay|" . 83) +("|Qt.WaitCursor|" . 3) +("|Qt.Wednesday|" . 3) +("|Qt.WhatsThisCursor|" . 15) +("|Qt.WhatsThisPropertyRole|" . 31) +("|Qt.WhatsThisRole|" . 5) +("|Qt.WheelFocus|" . 15) +("|Qt.WidgetShortcut|" . 0) +("|Qt.WidgetWithChildrenShortcut|" . 3) +("|Qt.Widget|" . 0) +("|Qt.WindingFill|" . 1) +("|Qt.WindowActive|" . 8) +("|Qt.WindowCancelButtonHint|" . 1048576) +("|Qt.WindowCloseButtonHint|" . 134217728) +("|Qt.WindowContextHelpButtonHint|" . 65536) +("|Qt.WindowDoesNotAcceptFocus|" . 2097152) +("|Qt.WindowFullScreen|" . 4) +("|Qt.WindowFullscreenButtonHint|" . -2147483648) +("|Qt.WindowMaximizeButtonHint|" . 32768) +("|Qt.WindowMaximized|" . 2) +("|Qt.WindowMinMaxButtonsHint|" . 49152) +("|Qt.WindowMinimizeButtonHint|" . 16384) +("|Qt.WindowMinimized|" . 1) +("|Qt.WindowModal|" . 1) +("|Qt.WindowNoState|" . 0) +("|Qt.WindowOkButtonHint|" . 524288) +("|Qt.WindowOverridesSystemGestures|" . 1048576) +("|Qt.WindowShadeButtonHint|" . 131072) +("|Qt.WindowShortcut|" . 1) +("|Qt.WindowStaysOnBottomHint|" . 67108864) +("|Qt.WindowStaysOnTopHint|" . 262144) +("|Qt.WindowSystemMenuHint|" . 8192) +("|Qt.WindowTitleHint|" . 4096) +("|Qt.WindowTransparentForInput|" . 524288) +("|Qt.WindowType_Mask|" . 255) +("|Qt.Window|" . 1) +("|Qt.X11BypassWindowManagerHint|" . 1024) +("|Qt.XAxis|" . 0) +("|Qt.XButton1|" . 8) +("|Qt.XButton2|" . 16) +("|Qt.YAxis|" . 1) +("|Qt.ZAxis|" . 2) +("|Qt.ZoomNativeGesture|" . 3) +("|Qt.black|" . 2) +("|Qt.blue|" . 9) +("|Qt.color0|" . 0) +("|Qt.color1|" . 1) +("|Qt.cyan|" . 10) +("|Qt.darkBlue|" . 15) +("|Qt.darkCyan|" . 16) +("|Qt.darkGray|" . 4) +("|Qt.darkGreen|" . 14) +("|Qt.darkMagenta|" . 17) +("|Qt.darkRed|" . 13) +("|Qt.darkYellow|" . 18) +("|Qt.gray|" . 5) +("|Qt.green|" . 8) +("|Qt.lightGray|" . 6) +("|Qt.magenta|" . 11) +("|Qt.red|" . 7) +("|Qt.transparent|" . 19) +("|Qt.white|" . 3) +("|Qt.yellow|" . 12) +) \ No newline at end of file diff --git a/src/lisp/enum-lists/parsed-enums.lisp b/src/lisp/enum-lists/parsed-enums.lisp new file mode 100644 index 0000000..66e3fc9 --- /dev/null +++ b/src/lisp/enum-lists/parsed-enums.lisp @@ -0,0 +1,3288 @@ +( +("|QAbstractAnimation.KeepWhenStopped|" . 0) +("|QAbstractAnimation.DeleteWhenStopped|" . 1) +("|QAbstractAnimation.Forward|" . 0) +("|QAbstractAnimation.Backward|" . 1) +("|QAbstractAnimation.Stopped|" . 0) +("|QAbstractAnimation.Paused|" . 1) +("|QAbstractAnimation.Running|" . 2) +("|QAbstractItemDelegate.NoHint|" . 0) +("|QAbstractItemDelegate.EditNextItem|" . 1) +("|QAbstractItemDelegate.EditPreviousItem|" . 2) +("|QAbstractItemDelegate.SubmitModelCache|" . 3) +("|QAbstractItemDelegate.RevertModelCache|" . 4) +("|QAbstractItemModel.NoLayoutChangeHint|" . 0) +("|QAbstractItemModel.VerticalSortHint|" . 1) +("|QAbstractItemModel.HorizontalSortHint|" . 2) +("|QAbstractItemView.MoveUp|" . 0) +("|QAbstractItemView.MoveDown|" . 1) +("|QAbstractItemView.MoveLeft|" . 2) +("|QAbstractItemView.MoveRight|" . 3) +("|QAbstractItemView.MoveHome|" . 4) +("|QAbstractItemView.MoveEnd|" . 5) +("|QAbstractItemView.MovePageUp|" . 6) +("|QAbstractItemView.MovePageDown|" . 7) +("|QAbstractItemView.MoveNext|" . 8) +("|QAbstractItemView.MovePrevious|" . 9) +("|QAbstractItemView.NoDragDrop|" . 0) +("|QAbstractItemView.DragOnly|" . 1) +("|QAbstractItemView.DropOnly|" . 2) +("|QAbstractItemView.DragDrop|" . 3) +("|QAbstractItemView.InternalMove|" . 4) +("|QAbstractItemView.OnItem|" . 0) +("|QAbstractItemView.AboveItem|" . 1) +("|QAbstractItemView.BelowItem|" . 2) +("|QAbstractItemView.OnViewport|" . 3) +("|QAbstractItemView.NoEditTriggers|" . 0) +("|QAbstractItemView.CurrentChanged|" . 1) +("|QAbstractItemView.DoubleClicked|" . 2) +("|QAbstractItemView.SelectedClicked|" . 4) +("|QAbstractItemView.EditKeyPressed|" . 8) +("|QAbstractItemView.AnyKeyPressed|" . 16) +("|QAbstractItemView.AllEditTriggers|" . 31) +("|QAbstractItemView.EnsureVisible|" . 0) +("|QAbstractItemView.PositionAtTop|" . 1) +("|QAbstractItemView.PositionAtBottom|" . 2) +("|QAbstractItemView.PositionAtCenter|" . 3) +("|QAbstractItemView.ScrollPerItem|" . 0) +("|QAbstractItemView.ScrollPerPixel|" . 1) +("|QAbstractItemView.SelectItems|" . 0) +("|QAbstractItemView.SelectRows|" . 1) +("|QAbstractItemView.SelectColumns|" . 2) +("|QAbstractItemView.SingleSelection|" . 1) +("|QAbstractItemView.ContiguousSelection|" . 4) +("|QAbstractItemView.ExtendedSelection|" . 3) +("|QAbstractItemView.MultiSelection|" . 2) +("|QAbstractItemView.NoSelection|" . 0) +("|QAbstractItemView.NoState|" . 0) +("|QAbstractItemView.DraggingState|" . 1) +("|QAbstractItemView.DragSelectingState|" . 2) +("|QAbstractItemView.EditingState|" . 3) +("|QAbstractItemView.ExpandingState|" . 4) +("|QAbstractItemView.CollapsingState|" . 5) +("|QAbstractItemView.AnimatingState|" . 6) +("|QAbstractPrintDialog.None|" . #x0000) +("|QAbstractPrintDialog.PrintToFile|" . #x0001) +("|QAbstractPrintDialog.PrintSelection|" . #x0002) +("|QAbstractPrintDialog.PrintPageRange|" . #x0004) +("|QAbstractPrintDialog.PrintShowPageSize|" . #x0008) +("|QAbstractPrintDialog.PrintCollateCopies|" . #x0010) +("|QAbstractPrintDialog.PrintCurrentPage|" . #x0040) +("|QAbstractPrintDialog.DontUseSheet|" . #x0020) +("|QAbstractPrintDialog.AllPages|" . 0) +("|QAbstractPrintDialog.Selection|" . 1) +("|QAbstractPrintDialog.PageRange|" . 2) +("|QAbstractPrintDialog.CurrentPage|" . 3) +("|QAbstractScrollArea.AdjustIgnored|" . 0) +("|QAbstractScrollArea.AdjustToContents|" . 2) +("|QAbstractScrollArea.AdjustToContentsOnFirstShow|" . 1) +("|QAbstractSlider.SliderNoAction|" . 0) +("|QAbstractSlider.SliderSingleStepAdd|" . 1) +("|QAbstractSlider.SliderSingleStepSub|" . 2) +("|QAbstractSlider.SliderPageStepAdd|" . 3) +("|QAbstractSlider.SliderPageStepSub|" . 4) +("|QAbstractSlider.SliderToMinimum|" . 5) +("|QAbstractSlider.SliderToMaximum|" . 6) +("|QAbstractSlider.SliderMove|" . 7) +("|QAbstractSlider.SliderRangeChange|" . 0) +("|QAbstractSlider.SliderOrientationChange|" . 1) +("|QAbstractSlider.SliderStepsChange|" . 2) +("|QAbstractSlider.SliderValueChange|" . 3) +("|QAbstractSocket.ShareAddress|" . #x1) +("|QAbstractSocket.DontShareAddress|" . #x2) +("|QAbstractSocket.ReuseAddressHint|" . #x4) +("|QAbstractSocket.DefaultForPlatform|" . #x0) +("|QAbstractSocket.IPv4Protocol|" . 0) +("|QAbstractSocket.IPv6Protocol|" . 1) +("|QAbstractSocket.AnyIPProtocol|" . 2) +("|QAbstractSocket.UnknownNetworkLayerProtocol|" . -1) +("|QAbstractSocket.PauseNever|" . #x0) +("|QAbstractSocket.PauseOnSslErrors|" . #x1) +("|QAbstractSocket.ConnectionRefusedError|" . 0) +("|QAbstractSocket.RemoteHostClosedError|" . 1) +("|QAbstractSocket.HostNotFoundError|" . 2) +("|QAbstractSocket.SocketAccessError|" . 3) +("|QAbstractSocket.SocketResourceError|" . 4) +("|QAbstractSocket.SocketTimeoutError|" . 5) +("|QAbstractSocket.DatagramTooLargeError|" . 6) +("|QAbstractSocket.NetworkError|" . 7) +("|QAbstractSocket.AddressInUseError|" . 8) +("|QAbstractSocket.SocketAddressNotAvailableError|" . 9) +("|QAbstractSocket.UnsupportedSocketOperationError|" . 10) +("|QAbstractSocket.ProxyAuthenticationRequiredError|" . 12) +("|QAbstractSocket.SslHandshakeFailedError|" . 13) +("|QAbstractSocket.UnfinishedSocketOperationError|" . 11) +("|QAbstractSocket.ProxyConnectionRefusedError|" . 14) +("|QAbstractSocket.ProxyConnectionClosedError|" . 15) +("|QAbstractSocket.ProxyConnectionTimeoutError|" . 16) +("|QAbstractSocket.ProxyNotFoundError|" . 17) +("|QAbstractSocket.ProxyProtocolError|" . 18) +("|QAbstractSocket.OperationError|" . 19) +("|QAbstractSocket.SslInternalError|" . 20) +("|QAbstractSocket.SslInvalidUserDataError|" . 21) +("|QAbstractSocket.TemporaryError|" . 22) +("|QAbstractSocket.UnknownSocketError|" . -1) +("|QAbstractSocket.LowDelayOption|" . 0) +("|QAbstractSocket.KeepAliveOption|" . 1) +("|QAbstractSocket.MulticastTtlOption|" . 2) +("|QAbstractSocket.MulticastLoopbackOption|" . 3) +("|QAbstractSocket.TypeOfServiceOption|" . 4) +("|QAbstractSocket.SendBufferSizeSocketOption|" . 5) +("|QAbstractSocket.ReceiveBufferSizeSocketOption|" . 6) +("|QAbstractSocket.UnconnectedState|" . 0) +("|QAbstractSocket.HostLookupState|" . 1) +("|QAbstractSocket.ConnectingState|" . 2) +("|QAbstractSocket.ConnectedState|" . 3) +("|QAbstractSocket.BoundState|" . 4) +("|QAbstractSocket.ClosingState|" . 6) +("|QAbstractSocket.ListeningState|" . 5) +("|QAbstractSocket.TcpSocket|" . 0) +("|QAbstractSocket.UdpSocket|" . 1) +("|QAbstractSocket.UnknownSocketType|" . -1) +("|QAbstractSpinBox.UpDownArrows|" . 0) +("|QAbstractSpinBox.PlusMinus|" . 1) +("|QAbstractSpinBox.NoButtons|" . 2) +("|QAbstractSpinBox.CorrectToPreviousValue|" . 0) +("|QAbstractSpinBox.CorrectToNearestValue|" . 1) +("|QAbstractSpinBox.StepNone|" . #x00) +("|QAbstractSpinBox.StepUpEnabled|" . #x01) +("|QAbstractSpinBox.StepDownEnabled|" . #x02) +("|QAbstractTransition.ExternalTransition|" . 0) +("|QAbstractTransition.InternalTransition|" . 1) +("|QAction.Trigger|" . 0) +("|QAction.Hover|" . 1) +("|QAction.NoRole|" . 0) +("|QAction.TextHeuristicRole|" . 1) +("|QAction.ApplicationSpecificRole|" . 2) +("|QAction.AboutQtRole|" . 3) +("|QAction.AboutRole|" . 4) +("|QAction.PreferencesRole|" . 5) +("|QAction.QuitRole|" . 6) +("|QAction.LowPriority|" . 0) +("|QAction.NormalPriority|" . 128) +("|QAction.HighPriority|" . 256) +("|QApplication.NormalColor|" . 0) +("|QApplication.CustomColor|" . 1) +("|QApplication.ManyColor|" . 2) +("|QBoxLayout.LeftToRight|" . 0) +("|QBoxLayout.RightToLeft|" . 1) +("|QBoxLayout.TopToBottom|" . 2) +("|QBoxLayout.BottomToTop|" . 3) +("|QCalendarWidget.SingleLetterDayNames|" . 1) +("|QCalendarWidget.ShortDayNames|" . 2) +("|QCalendarWidget.LongDayNames|" . 3) +("|QCalendarWidget.NoHorizontalHeader|" . 0) +("|QCalendarWidget.NoSelection|" . 0) +("|QCalendarWidget.SingleSelection|" . 1) +("|QCalendarWidget.ISOWeekNumbers|" . 1) +("|QCalendarWidget.NoVerticalHeader|" . 0) +("|QClipboard.Clipboard|" . 0) +("|QClipboard.Selection|" . 1) +("|QClipboard.FindBuffer|" . 2) +("|QColorDialog.ShowAlphaChannel|" . #x00000001) +("|QColorDialog.NoButtons|" . #x00000002) +("|QColorDialog.DontUseNativeDialog|" . #x00000004) +("|QComboBox.NoInsert|" . 0) +("|QComboBox.InsertAtTop|" . 1) +("|QComboBox.InsertAtCurrent|" . 2) +("|QComboBox.InsertAtBottom|" . 3) +("|QComboBox.InsertAfterCurrent|" . 4) +("|QComboBox.InsertBeforeCurrent|" . 5) +("|QComboBox.InsertAlphabetically|" . 6) +("|QComboBox.AdjustToContents|" . 0) +("|QComboBox.AdjustToContentsOnFirstShow|" . 1) +("|QComboBox.AdjustToMinimumContentsLength|" . 2) +("|QComboBox.AdjustToMinimumContentsLengthWithIcon|" . 3) +("|QCompleter.PopupCompletion|" . 0) +("|QCompleter.InlineCompletion|" . 2) +("|QCompleter.UnfilteredPopupCompletion|" . 1) +("|QCompleter.UnsortedModel|" . 0) +("|QCompleter.CaseSensitivelySortedModel|" . 1) +("|QCompleter.CaseInsensitivelySortedModel|" . 2) +("|QDataWidgetMapper.AutoSubmit|" . 0) +("|QDataWidgetMapper.ManualSubmit|" . 1) +("|QDateTimeEdit.NoSection|" . #x0000) +("|QDateTimeEdit.AmPmSection|" . #x0001) +("|QDateTimeEdit.MSecSection|" . #x0002) +("|QDateTimeEdit.SecondSection|" . #x0004) +("|QDateTimeEdit.MinuteSection|" . #x0008) +("|QDateTimeEdit.HourSection|" . #x0010) +("|QDateTimeEdit.DaySection|" . #x0100) +("|QDateTimeEdit.MonthSection|" . #x0200) +("|QDateTimeEdit.YearSection|" . #x0400) +("|QDialog.Accepted|" . 1) +("|QDialog.Rejected|" . 0) +("|QDialogButtonBox.WinLayout|" . 0) +("|QDialogButtonBox.MacLayout|" . 1) +("|QDialogButtonBox.KdeLayout|" . 2) +("|QDialogButtonBox.GnomeLayout|" . 3) +("|QDialogButtonBox.InvalidRole|" . -1) +("|QDialogButtonBox.AcceptRole|" . 0) +("|QDialogButtonBox.RejectRole|" . 1) +("|QDialogButtonBox.DestructiveRole|" . 2) +("|QDialogButtonBox.ActionRole|" . 3) +("|QDialogButtonBox.HelpRole|" . 4) +("|QDialogButtonBox.YesRole|" . 5) +("|QDialogButtonBox.NoRole|" . 6) +("|QDialogButtonBox.ApplyRole|" . 8) +("|QDialogButtonBox.ResetRole|" . 7) +("|QDialogButtonBox.Ok|" . #x00000400) +("|QDialogButtonBox.Open|" . #x00002000) +("|QDialogButtonBox.Save|" . #x00000800) +("|QDialogButtonBox.Cancel|" . #x00400000) +("|QDialogButtonBox.Close|" . #x00200000) +("|QDialogButtonBox.Discard|" . #x00800000) +("|QDialogButtonBox.Apply|" . #x02000000) +("|QDialogButtonBox.Reset|" . #x04000000) +("|QDialogButtonBox.RestoreDefaults|" . #x08000000) +("|QDialogButtonBox.Help|" . #x01000000) +("|QDialogButtonBox.SaveAll|" . #x00001000) +("|QDialogButtonBox.Yes|" . #x00004000) +("|QDialogButtonBox.YesToAll|" . #x00008000) +("|QDialogButtonBox.No|" . #x00010000) +("|QDialogButtonBox.NoToAll|" . #x00020000) +("|QDialogButtonBox.Abort|" . #x00040000) +("|QDialogButtonBox.Retry|" . #x00080000) +("|QDialogButtonBox.Ignore|" . #x00100000) +("|QDialogButtonBox.NoButton|" . #x00000000) +("|QDirModel.FileIconRole|" . 1) +("|QDirModel.FilePathRole|" . #x101) +("|QDirModel.FileNameRole|" . #x102) +("|QDockWidget.DockWidgetClosable|" . #x01) +("|QDockWidget.DockWidgetMovable|" . #x02) +("|QDockWidget.DockWidgetFloatable|" . #x04) +("|QDockWidget.DockWidgetVerticalTitleBar|" . #x08) +("|QDockWidget.AllDockWidgetFeatures|" . #.(logior #x01 #x02 #x04)) +("|QDockWidget.NoDockWidgetFeatures|" . #x00) +("|QDoubleValidator.StandardNotation|" . 0) +("|QDoubleValidator.ScientificNotation|" . 1) +("|QEventLoop.AllEvents|" . #x00) +("|QEventLoop.ExcludeUserInputEvents|" . #x01) +("|QEventLoop.ExcludeSocketNotifiers|" . #x02) +("|QEventLoop.WaitForMoreEvents|" . #x04) +("|QFileDevice.NoError|" . 0) +("|QFileDevice.ReadError|" . 1) +("|QFileDevice.WriteError|" . 2) +("|QFileDevice.FatalError|" . 3) +("|QFileDevice.ResourceError|" . 4) +("|QFileDevice.OpenError|" . 5) +("|QFileDevice.AbortError|" . 6) +("|QFileDevice.TimeOutError|" . 7) +("|QFileDevice.UnspecifiedError|" . 8) +("|QFileDevice.RemoveError|" . 9) +("|QFileDevice.RenameError|" . 10) +("|QFileDevice.PositionError|" . 11) +("|QFileDevice.ResizeError|" . 12) +("|QFileDevice.PermissionsError|" . 13) +("|QFileDevice.CopyError|" . 14) +("|QFileDevice.AutoCloseHandle|" . #x0001) +("|QFileDevice.DontCloseHandle|" . 0) +("|QFileDevice.NoOptions|" . 0) +("|QFileDevice.MapPrivateOption|" . #x0001) +("|QFileDevice.ReadOwner|" . #x4000) +("|QFileDevice.WriteOwner|" . #x2000) +("|QFileDevice.ExeOwner|" . #x1000) +("|QFileDevice.ReadUser|" . #x0400) +("|QFileDevice.WriteUser|" . #x0200) +("|QFileDevice.ExeUser|" . #x0100) +("|QFileDevice.ReadGroup|" . #x0040) +("|QFileDevice.WriteGroup|" . #x0020) +("|QFileDevice.ExeGroup|" . #x0010) +("|QFileDevice.ReadOther|" . #x0004) +("|QFileDevice.WriteOther|" . #x0002) +("|QFileDevice.ExeOther|" . #x0001) +("|QFileDialog.AcceptOpen|" . 0) +("|QFileDialog.AcceptSave|" . 1) +("|QFileDialog.LookIn|" . 0) +("|QFileDialog.FileName|" . 1) +("|QFileDialog.FileType|" . 2) +("|QFileDialog.Accept|" . 3) +("|QFileDialog.Reject|" . 4) +("|QFileDialog.AnyFile|" . 0) +("|QFileDialog.ExistingFile|" . 1) +("|QFileDialog.Directory|" . 2) +("|QFileDialog.ExistingFiles|" . 3) +("|QFileDialog.DirectoryOnly|" . 4) +("|QFileDialog.ShowDirsOnly|" . #x00000001) +("|QFileDialog.DontResolveSymlinks|" . #x00000002) +("|QFileDialog.DontConfirmOverwrite|" . #x00000004) +("|QFileDialog.DontUseNativeDialog|" . #x00000010) +("|QFileDialog.ReadOnly|" . #x00000020) +("|QFileDialog.HideNameFilterDetails|" . #x00000040) +("|QFileDialog.DontUseSheet|" . #x00000008) +("|QFileDialog.DontUseCustomDirectoryIcons|" . #x00000080) +("|QFileDialog.Detail|" . 0) +("|QFileDialog.List|" . 1) +("|QFileSystemModel.FileIconRole|" . 1) +("|QFileSystemModel.FilePathRole|" . #x101) +("|QFileSystemModel.FileNameRole|" . #x102) +("|QFileSystemModel.FilePermissions|" . #x103) +("|QFontComboBox.AllFonts|" . 0) +("|QFontComboBox.ScalableFonts|" . #x1) +("|QFontComboBox.NonScalableFonts|" . #x2) +("|QFontComboBox.MonospacedFonts|" . #x4) +("|QFontComboBox.ProportionalFonts|" . #x8) +("|QFontDialog.NoButtons|" . #x00000001) +("|QFontDialog.DontUseNativeDialog|" . #x00000002) +("|QFontDialog.ScalableFonts|" . #x00000004) +("|QFontDialog.NonScalableFonts|" . #x00000008) +("|QFontDialog.MonospacedFonts|" . #x00000010) +("|QFontDialog.ProportionalFonts|" . #x00000020) +("|QFormLayout.FieldsStayAtSizeHint|" . 0) +("|QFormLayout.ExpandingFieldsGrow|" . 1) +("|QFormLayout.AllNonFixedFieldsGrow|" . 2) +("|QFormLayout.LabelRole|" . 0) +("|QFormLayout.FieldRole|" . 1) +("|QFormLayout.SpanningRole|" . 2) +("|QFormLayout.DontWrapRows|" . 0) +("|QFormLayout.WrapLongRows|" . 1) +("|QFormLayout.WrapAllRows|" . 2) +("|QFrame.Plain|" . #x0010) +("|QFrame.Raised|" . #x0020) +("|QFrame.Sunken|" . #x0030) +("|QFrame.NoFrame|" . 0) +("|QFrame.Box|" . #x0001) +("|QFrame.Panel|" . #x0002) +("|QFrame.StyledPanel|" . #x0006) +("|QFrame.HLine|" . #x0004) +("|QFrame.VLine|" . #x0005) +("|QFrame.WinPanel|" . #x0003) +("|QFrame.Shadow_Mask|" . #x00f0) +("|QFrame.Shape_Mask|" . #x000f) +("|QGLShader.Vertex|" . #x0001) +("|QGLShader.Fragment|" . #x0002) +("|QGLShader.Geometry|" . #x0004) +("|QGesture.CancelNone|" . 0) +("|QGesture.CancelAllInContext|" . 1) +("|QGraphicsBlurEffect.PerformanceHint|" . #x00) +("|QGraphicsBlurEffect.QualityHint|" . #x01) +("|QGraphicsBlurEffect.AnimationHint|" . #x02) +("|QGraphicsEffect.SourceAttached|" . #x1) +("|QGraphicsEffect.SourceDetached|" . #x2) +("|QGraphicsEffect.SourceBoundingRectChanged|" . #x4) +("|QGraphicsEffect.SourceInvalidated|" . #x8) +("|QGraphicsEffect.NoPad|" . 0) +("|QGraphicsEffect.PadToTransparentBorder|" . 1) +("|QGraphicsEffect.PadToEffectiveBoundingRect|" . 2) +("|QGraphicsScene.BspTreeIndex|" . 0) +("|QGraphicsScene.NoIndex|" . -1) +("|QGraphicsScene.ItemLayer|" . #x1) +("|QGraphicsScene.BackgroundLayer|" . #x2) +("|QGraphicsScene.ForegroundLayer|" . #x4) +("|QGraphicsScene.AllLayers|" . #xffff) +("|QGraphicsView.CacheNone|" . #x0) +("|QGraphicsView.CacheBackground|" . #x1) +("|QGraphicsView.NoDrag|" . 0) +("|QGraphicsView.ScrollHandDrag|" . 1) +("|QGraphicsView.RubberBandDrag|" . 2) +("|QGraphicsView.DontClipPainter|" . #x1) +("|QGraphicsView.DontSavePainterState|" . #x2) +("|QGraphicsView.DontAdjustForAntialiasing|" . #x4) +("|QGraphicsView.IndirectPainting|" . #x8) +("|QGraphicsView.NoAnchor|" . 0) +("|QGraphicsView.AnchorViewCenter|" . 1) +("|QGraphicsView.AnchorUnderMouse|" . 2) +("|QGraphicsView.FullViewportUpdate|" . 0) +("|QGraphicsView.MinimalViewportUpdate|" . 1) +("|QGraphicsView.SmartViewportUpdate|" . 2) +("|QGraphicsView.BoundingRectViewportUpdate|" . 4) +("|QGraphicsView.NoViewportUpdate|" . 3) +("|QHeaderView.Interactive|" . 0) +("|QHeaderView.Fixed|" . 2) +("|QHeaderView.Stretch|" . 1) +("|QHeaderView.ResizeToContents|" . 3) +("|QHeaderView.Custom|" . Fixed) +("|QHistoryState.ShallowHistory|" . 0) +("|QHistoryState.DeepHistory|" . 1) +("|QIODevice.NotOpen|" . #x0000) +("|QIODevice.ReadOnly|" . #x0001) +("|QIODevice.WriteOnly|" . #x0002) +("|QIODevice.ReadWrite|" . #.(logior #x0001 #x0002)) +("|QIODevice.Append|" . #x0004) +("|QIODevice.Truncate|" . #x0008) +("|QIODevice.Text|" . #x0010) +("|QIODevice.Unbuffered|" . #x0020) +("|QInputDialog.NoButtons|" . #x00000001) +("|QInputDialog.UseListViewForComboBoxItems|" . #x00000002) +("|QInputDialog.UsePlainTextEditForTextInput|" . #x00000004) +("|QInputDialog.TextInput|" . 0) +("|QInputDialog.IntInput|" . 1) +("|QInputDialog.DoubleInput|" . 2) +("|QItemSelectionModel.NoUpdate|" . #x0000) +("|QItemSelectionModel.Clear|" . #x0001) +("|QItemSelectionModel.Select|" . #x0002) +("|QItemSelectionModel.Deselect|" . #x0004) +("|QItemSelectionModel.Toggle|" . #x0008) +("|QItemSelectionModel.Current|" . #x0010) +("|QItemSelectionModel.Rows|" . #x0020) +("|QItemSelectionModel.Columns|" . #x0040) +("|QItemSelectionModel.SelectCurrent|" . #.(logior #x0002 #x0010)) +("|QItemSelectionModel.ToggleCurrent|" . #.(logior #x0008 #x0010)) +("|QItemSelectionModel.ClearAndSelect|" . #.(logior #x0001 #x0002)) +("|QLCDNumber.Hex|" . 0) +("|QLCDNumber.Dec|" . 1) +("|QLCDNumber.Oct|" . 2) +("|QLCDNumber.Bin|" . 3) +("|QLCDNumber.Outline|" . 0) +("|QLCDNumber.Filled|" . 1) +("|QLCDNumber.Flat|" . 2) +("|QLayout.SetDefaultConstraint|" . 0) +("|QLayout.SetFixedSize|" . 3) +("|QLayout.SetMinimumSize|" . 2) +("|QLayout.SetMaximumSize|" . 4) +("|QLayout.SetMinAndMaxSize|" . 5) +("|QLayout.SetNoConstraint|" . 1) +("|QLibrary.ResolveAllSymbolsHint|" . #x01) +("|QLibrary.ExportExternalSymbolsHint|" . #x02) +("|QLibrary.LoadArchiveMemberHint|" . #x04) +("|QLibrary.PreventUnloadHint|" . #x08) +("|QLibrary.DeepBindHint|" . #x10) +("|QLineEdit.LeadingPosition|" . 0) +("|QLineEdit.TrailingPosition|" . 1) +("|QLineEdit.Normal|" . 0) +("|QLineEdit.NoEcho|" . 1) +("|QLineEdit.Password|" . 2) +("|QLineEdit.PasswordEchoOnEdit|" . 3) +("|QListView.LeftToRight|" . 0) +("|QListView.TopToBottom|" . 1) +("|QListView.SinglePass|" . 0) +("|QListView.Batched|" . 1) +("|QListView.Static|" . 0) +("|QListView.Free|" . 1) +("|QListView.Snap|" . 2) +("|QListView.Fixed|" . 0) +("|QListView.Adjust|" . 1) +("|QListView.ListMode|" . 0) +("|QListView.IconMode|" . 1) +("|QLocalServer.NoOptions|" . #x0) +("|QLocalServer.UserAccessOption|" . #x01) +("|QLocalServer.GroupAccessOption|" . #x2) +("|QLocalServer.OtherAccessOption|" . #x4) +("|QLocalServer.WorldAccessOption|" . #x7) +("|QLocalSocket.ConnectionRefusedError|" . 0) +("|QLocalSocket.PeerClosedError|" . 1) +("|QLocalSocket.ServerNotFoundError|" . 2) +("|QLocalSocket.SocketAccessError|" . 3) +("|QLocalSocket.SocketResourceError|" . 4) +("|QLocalSocket.SocketTimeoutError|" . 5) +("|QLocalSocket.DatagramTooLargeError|" . 6) +("|QLocalSocket.ConnectionError|" . 7) +("|QLocalSocket.UnsupportedSocketOperationError|" . 10) +("|QLocalSocket.OperationError|" . 19) +("|QLocalSocket.UnknownSocketError|" . -1) +("|QLocalSocket.UnconnectedState|" . 0) +("|QLocalSocket.ConnectingState|" . 2) +("|QLocalSocket.ConnectedState|" . 3) +("|QLocalSocket.ClosingState|" . 6) +("|QMainWindow.AnimatedDocks|" . #x01) +("|QMainWindow.AllowNestedDocks|" . #x02) +("|QMainWindow.AllowTabbedDocks|" . #x04) +("|QMainWindow.ForceTabbedDocks|" . #x08) +("|QMainWindow.VerticalTabs|" . #x10) +("|QMdiArea.DontMaximizeSubWindowOnActivation|" . #x1) +("|QMdiArea.SubWindowView|" . 0) +("|QMdiArea.TabbedView|" . 1) +("|QMdiArea.CreationOrder|" . 0) +("|QMdiArea.StackingOrder|" . 1) +("|QMdiArea.ActivationHistoryOrder|" . 2) +("|QMdiSubWindow.RubberBandResize|" . #x4) +("|QMdiSubWindow.RubberBandMove|" . #x8) +("|QMessageBox.InvalidRole|" . -1) +("|QMessageBox.AcceptRole|" . 0) +("|QMessageBox.RejectRole|" . 1) +("|QMessageBox.DestructiveRole|" . 2) +("|QMessageBox.ActionRole|" . 3) +("|QMessageBox.HelpRole|" . 4) +("|QMessageBox.YesRole|" . 5) +("|QMessageBox.NoRole|" . 6) +("|QMessageBox.ApplyRole|" . 8) +("|QMessageBox.ResetRole|" . 7) +("|QMessageBox.NoIcon|" . 0) +("|QMessageBox.Question|" . 4) +("|QMessageBox.Information|" . 1) +("|QMessageBox.Warning|" . 2) +("|QMessageBox.Critical|" . 3) +("|QMessageBox.Ok|" . #x00000400) +("|QMessageBox.Open|" . #x00002000) +("|QMessageBox.Save|" . #x00000800) +("|QMessageBox.Cancel|" . #x00400000) +("|QMessageBox.Close|" . #x00200000) +("|QMessageBox.Discard|" . #x00800000) +("|QMessageBox.Apply|" . #x02000000) +("|QMessageBox.Reset|" . #x04000000) +("|QMessageBox.RestoreDefaults|" . #x08000000) +("|QMessageBox.Help|" . #x01000000) +("|QMessageBox.SaveAll|" . #x00001000) +("|QMessageBox.Yes|" . #x00004000) +("|QMessageBox.YesToAll|" . #x00008000) +("|QMessageBox.No|" . #x00010000) +("|QMessageBox.NoToAll|" . #x00020000) +("|QMessageBox.Abort|" . #x00040000) +("|QMessageBox.Retry|" . #x00080000) +("|QMessageBox.Ignore|" . #x00100000) +("|QMessageBox.NoButton|" . #x00000000) +("|QMessageBox.YesAll|" . #x00008000) +("|QMessageBox.NoAll|" . #x00020000) +("|QMessageBox.Default|" . #x00000100) +("|QMessageBox.Escape|" . #x00000200) +("|QMessageBox.FlagMask|" . #x00000300) +("|QMessageBox.ButtonMask|" . -769) +("|QMovie.CacheNone|" . 0) +("|QMovie.CacheAll|" . 1) +("|QMovie.NotRunning|" . 0) +("|QMovie.Paused|" . 1) +("|QMovie.Running|" . 2) +("|QNetworkAccessManager.UnknownAccessibility|" . -1) +("|QNetworkAccessManager.NotAccessible|" . 0) +("|QNetworkAccessManager.Accessible|" . 1) +("|QNetworkAccessManager.HeadOperation|" . 1) +("|QNetworkAccessManager.GetOperation|" . 2) +("|QNetworkAccessManager.PutOperation|" . 3) +("|QNetworkAccessManager.PostOperation|" . 4) +("|QNetworkAccessManager.DeleteOperation|" . 5) +("|QNetworkAccessManager.CustomOperation|" . 6) +("|QNetworkReply.NoError|" . 0) +("|QNetworkReply.ConnectionRefusedError|" . 1) +("|QNetworkReply.RemoteHostClosedError|" . 2) +("|QNetworkReply.HostNotFoundError|" . 3) +("|QNetworkReply.TimeoutError|" . 4) +("|QNetworkReply.OperationCanceledError|" . 5) +("|QNetworkReply.SslHandshakeFailedError|" . 6) +("|QNetworkReply.TemporaryNetworkFailureError|" . 7) +("|QNetworkReply.NetworkSessionFailedError|" . 8) +("|QNetworkReply.BackgroundRequestNotAllowedError|" . 9) +("|QNetworkReply.ProxyConnectionRefusedError|" . 101) +("|QNetworkReply.ProxyConnectionClosedError|" . 102) +("|QNetworkReply.ProxyNotFoundError|" . 103) +("|QNetworkReply.ProxyTimeoutError|" . 104) +("|QNetworkReply.ProxyAuthenticationRequiredError|" . 105) +("|QNetworkReply.ContentAccessDenied|" . 201) +("|QNetworkReply.ContentOperationNotPermittedError|" . 202) +("|QNetworkReply.ContentNotFoundError|" . 203) +("|QNetworkReply.AuthenticationRequiredError|" . 204) +("|QNetworkReply.ContentReSendError|" . 205) +("|QNetworkReply.ContentConflictError|" . 206) +("|QNetworkReply.ContentGoneError|" . 207) +("|QNetworkReply.InternalServerError|" . 401) +("|QNetworkReply.OperationNotImplementedError|" . 402) +("|QNetworkReply.ServiceUnavailableError|" . 403) +("|QNetworkReply.ProtocolUnknownError|" . 301) +("|QNetworkReply.ProtocolInvalidOperationError|" . 302) +("|QNetworkReply.UnknownNetworkError|" . 99) +("|QNetworkReply.UnknownProxyError|" . 199) +("|QNetworkReply.UnknownContentError|" . 299) +("|QNetworkReply.ProtocolFailure|" . 399) +("|QNetworkReply.UnknownServerError|" . 499) +("|QPinchGesture.ScaleFactorChanged|" . #x1) +("|QPinchGesture.RotationAngleChanged|" . #x2) +("|QPinchGesture.CenterPointChanged|" . #x4) +("|QPlainTextEdit.NoWrap|" . 0) +("|QPlainTextEdit.WidgetWidth|" . 1) +("|QPrintPreviewWidget.SinglePageView|" . 0) +("|QPrintPreviewWidget.FacingPagesView|" . 1) +("|QPrintPreviewWidget.AllPagesView|" . 2) +("|QPrintPreviewWidget.CustomZoom|" . 0) +("|QPrintPreviewWidget.FitToWidth|" . 1) +("|QPrintPreviewWidget.FitInView|" . 2) +("|QProcess.NormalExit|" . 0) +("|QProcess.CrashExit|" . 1) +("|QProcess.ManagedInputChannel|" . 0) +("|QProcess.ForwardedInputChannel|" . 1) +("|QProcess.StandardOutput|" . 0) +("|QProcess.StandardError|" . 1) +("|QProcess.SeparateChannels|" . 0) +("|QProcess.MergedChannels|" . 1) +("|QProcess.ForwardedChannels|" . 2) +("|QProcess.ForwardedErrorChannel|" . 4) +("|QProcess.ForwardedOutputChannel|" . 3) +("|QProcess.FailedToStart|" . 0) +("|QProcess.Crashed|" . 1) +("|QProcess.Timedout|" . 2) +("|QProcess.WriteError|" . 4) +("|QProcess.ReadError|" . 3) +("|QProcess.UnknownError|" . 5) +("|QProcess.NotRunning|" . 0) +("|QProcess.Starting|" . 1) +("|QProcess.Running|" . 2) +("|QProgressBar.TopToBottom|" . 0) +("|QProgressBar.BottomToTop|" . 1) +("|QRubberBand.Line|" . 0) +("|QRubberBand.Rectangle|" . 1) +("|QSessionManager.RestartIfRunning|" . 0) +("|QSessionManager.RestartAnyway|" . 1) +("|QSessionManager.RestartImmediately|" . 2) +("|QSessionManager.RestartNever|" . 3) +("|QSettings.NativeFormat|" . 0) +("|QSettings.IniFormat|" . 1) +("|QSettings.InvalidFormat|" . 16) +("|QSettings.UserScope|" . 0) +("|QSettings.SystemScope|" . 1) +("|QSettings.NoError|" . 0) +("|QSettings.AccessError|" . 1) +("|QSettings.FormatError|" . 2) +("|QSlider.NoTicks|" . 0) +("|QSlider.TicksBothSides|" . 3) +("|QSlider.TicksAbove|" . 1) +("|QSlider.TicksBelow|" . 2) +("|QSlider.TicksLeft|" . 1) +("|QSlider.TicksRight|" . 2) +("|QSqlDriver.UnknownDbms|" . 0) +("|QSqlDriver.MSSqlServer|" . 1) +("|QSqlDriver.MySqlServer|" . 2) +("|QSqlDriver.PostgreSQL|" . 3) +("|QSqlDriver.Oracle|" . 4) +("|QSqlDriver.Sybase|" . 5) +("|QSqlDriver.SQLite|" . 6) +("|QSqlDriver.Interbase|" . 7) +("|QSqlDriver.DB2|" . 8) +("|QSqlDriver.Transactions|" . 0) +("|QSqlDriver.QuerySize|" . 1) +("|QSqlDriver.BLOB|" . 2) +("|QSqlDriver.Unicode|" . 3) +("|QSqlDriver.PreparedQueries|" . 4) +("|QSqlDriver.NamedPlaceholders|" . 5) +("|QSqlDriver.PositionalPlaceholders|" . 6) +("|QSqlDriver.LastInsertId|" . 7) +("|QSqlDriver.BatchOperations|" . 8) +("|QSqlDriver.SimpleLocking|" . 9) +("|QSqlDriver.LowPrecisionNumbers|" . 10) +("|QSqlDriver.EventNotifications|" . 11) +("|QSqlDriver.FinishQuery|" . 12) +("|QSqlDriver.MultipleResultSets|" . 13) +("|QSqlDriver.CancelQuery|" . 14) +("|QSqlDriver.FieldName|" . 0) +("|QSqlDriver.TableName|" . 1) +("|QSqlDriver.UnknownSource|" . 0) +("|QSqlDriver.SelfSource|" . 1) +("|QSqlDriver.OtherSource|" . 2) +("|QSqlDriver.WhereStatement|" . 0) +("|QSqlDriver.SelectStatement|" . 1) +("|QSqlDriver.UpdateStatement|" . 2) +("|QSqlDriver.InsertStatement|" . 3) +("|QSqlDriver.DeleteStatement|" . 4) +("|QSqlRelationalTableModel.InnerJoin|" . 0) +("|QSqlRelationalTableModel.LeftJoin|" . 1) +("|QSqlTableModel.OnFieldChange|" . 0) +("|QSqlTableModel.OnRowChange|" . 1) +("|QSqlTableModel.OnManualSubmit|" . 2) +("|QStackedLayout.StackOne|" . 0) +("|QStackedLayout.StackAll|" . 1) +("|QState.ExclusiveStates|" . 0) +("|QState.ParallelStates|" . 1) +("|QState.DontRestoreProperties|" . 0) +("|QState.RestoreProperties|" . 1) +("|QStateMachine.NoError|" . 0) +("|QStateMachine.NoInitialStateError|" . 1) +("|QStateMachine.NoDefaultStateInHistoryStateError|" . 2) +("|QStateMachine.NoCommonAncestorForTransitionError|" . 3) +("|QStateMachine.NormalPriority|" . 0) +("|QStateMachine.HighPriority|" . 1) +("|QStyle.State_None|" . #x00000000) +("|QStyle.State_Active|" . #x00010000) +("|QStyle.State_AutoRaise|" . #x00001000) +("|QStyle.State_Children|" . #x00080000) +("|QStyle.State_DownArrow|" . #x00000040) +("|QStyle.State_Editing|" . #x00400000) +("|QStyle.State_Enabled|" . #x00000001) +("|QStyle.State_HasEditFocus|" . #x01000000) +("|QStyle.State_HasFocus|" . #x00000100) +("|QStyle.State_Horizontal|" . #x00000080) +("|QStyle.State_KeyboardFocusChange|" . #x00800000) +("|QStyle.State_MouseOver|" . #x00002000) +("|QStyle.State_NoChange|" . #x00000010) +("|QStyle.State_Off|" . #x00000008) +("|QStyle.State_On|" . #x00000020) +("|QStyle.State_Raised|" . #x00000002) +("|QStyle.State_ReadOnly|" . #x02000000) +("|QStyle.State_Selected|" . #x00008000) +("|QStyle.State_Item|" . #x00100000) +("|QStyle.State_Open|" . #x00040000) +("|QStyle.State_Sibling|" . #x00200000) +("|QStyle.State_Sunken|" . #x00000004) +("|QStyle.State_UpArrow|" . #x00004000) +("|QStyle.State_Mini|" . #x08000000) +("|QStyle.State_Small|" . #x04000000) +("|QSwipeGesture.NoDirection|" . 0) +("|QSwipeGesture.Left|" . 1) +("|QSwipeGesture.Right|" . 2) +("|QSwipeGesture.Up|" . 3) +("|QSwipeGesture.Down|" . 4) +("|QSystemTrayIcon.Unknown|" . 0) +("|QSystemTrayIcon.Context|" . 1) +("|QSystemTrayIcon.DoubleClick|" . 2) +("|QSystemTrayIcon.Trigger|" . 3) +("|QSystemTrayIcon.MiddleClick|" . 4) +("|QSystemTrayIcon.NoIcon|" . 0) +("|QSystemTrayIcon.Information|" . 1) +("|QSystemTrayIcon.Warning|" . 2) +("|QSystemTrayIcon.Critical|" . 3) +("|QTabBar.LeftSide|" . 0) +("|QTabBar.RightSide|" . 1) +("|QTabBar.SelectLeftTab|" . 0) +("|QTabBar.SelectRightTab|" . 1) +("|QTabBar.SelectPreviousTab|" . 2) +("|QTabBar.RoundedNorth|" . 0) +("|QTabBar.RoundedSouth|" . 1) +("|QTabBar.RoundedWest|" . 2) +("|QTabBar.RoundedEast|" . 3) +("|QTabBar.TriangularNorth|" . 4) +("|QTabBar.TriangularSouth|" . 5) +("|QTabBar.TriangularWest|" . 6) +("|QTabBar.TriangularEast|" . 7) +("|QTabWidget.North|" . 0) +("|QTabWidget.South|" . 1) +("|QTabWidget.West|" . 2) +("|QTabWidget.East|" . 3) +("|QTabWidget.Rounded|" . 0) +("|QTabWidget.Triangular|" . 1) +("|QTextDocument.FindBackward|" . #x00001) +("|QTextDocument.FindCaseSensitively|" . #x00002) +("|QTextDocument.FindWholeWords|" . #x00004) +("|QTextDocument.DocumentTitle|" . 0) +("|QTextDocument.DocumentUrl|" . 1) +("|QTextDocument.HtmlResource|" . 1) +("|QTextDocument.ImageResource|" . 2) +("|QTextDocument.StyleSheetResource|" . 3) +("|QTextDocument.UserResource|" . 100) +("|QTextDocument.UndoStack|" . #x01) +("|QTextDocument.RedoStack|" . #x02) +("|QTextDocument.UndoAndRedoStacks|" . #.(logior #x01 #x02)) +("|QTextEdit.AutoNone|" . 0) +("|QTextEdit.AutoBulletList|" . #x00000001) +("|QTextEdit.AutoAll|" . #xffffffff) +("|QTextEdit.NoWrap|" . 0) +("|QTextEdit.WidgetWidth|" . 1) +("|QTextEdit.FixedPixelWidth|" . 2) +("|QTextEdit.FixedColumnWidth|" . 3) +("|QTimeLine.EaseInCurve|" . 0) +("|QTimeLine.EaseOutCurve|" . 1) +("|QTimeLine.EaseInOutCurve|" . 2) +("|QTimeLine.LinearCurve|" . 3) +("|QTimeLine.SineCurve|" . 4) +("|QTimeLine.CosineCurve|" . 5) +("|QTimeLine.Forward|" . 0) +("|QTimeLine.Backward|" . 1) +("|QTimeLine.NotRunning|" . 0) +("|QTimeLine.Paused|" . 1) +("|QTimeLine.Running|" . 2) +("|QToolButton.DelayedPopup|" . 0) +("|QToolButton.MenuButtonPopup|" . 1) +("|QToolButton.InstantPopup|" . 2) +("|QValidator.Invalid|" . 0) +("|QValidator.Intermediate|" . 1) +("|QValidator.Acceptable|" . 2) +("|QWebFrame.ContentsLayer|" . #x10) +("|QWebFrame.ScrollBarLayer|" . #x20) +("|QWebFrame.PanIconLayer|" . #x40) +("|QWebFrame.AllLayers|" . #xff) +("|QWebPage.QtNetwork|" . 0) +("|QWebPage.Http|" . 1) +("|QWebPage.WebKit|" . 2) +("|QWebPage.ChooseMultipleFilesExtension|" . 0) +("|QWebPage.ErrorPageExtension|" . 1) +("|QWebPage.Notifications|" . 0) +("|QWebPage.Geolocation|" . 1) +("|QWebPage.FindBackward|" . 1) +("|QWebPage.FindCaseSensitively|" . 2) +("|QWebPage.FindWrapsAroundDocument|" . 4) +("|QWebPage.HighlightAllOccurrences|" . 8) +("|QWebPage.FindAtWordBeginningsOnly|" . 16) +("|QWebPage.TreatMedialCapitalAsWordBeginning|" . 32) +("|QWebPage.FindBeginsInSelection|" . 64) +("|QWebPage.DontDelegateLinks|" . 0) +("|QWebPage.DelegateExternalLinks|" . 1) +("|QWebPage.DelegateAllLinks|" . 2) +("|QWebPage.NavigationTypeLinkClicked|" . 0) +("|QWebPage.NavigationTypeFormSubmitted|" . 1) +("|QWebPage.NavigationTypeBackOrForward|" . 2) +("|QWebPage.NavigationTypeReload|" . 3) +("|QWebPage.NavigationTypeFormResubmitted|" . 4) +("|QWebPage.NavigationTypeOther|" . 5) +("|QWebPage.PermissionUnknown|" . 0) +("|QWebPage.PermissionGrantedByUser|" . 1) +("|QWebPage.PermissionDeniedByUser|" . 2) +("|QWebPage.VisibilityStateVisible|" . 0) +("|QWebPage.VisibilityStateHidden|" . 1) +("|QWebPage.VisibilityStatePrerender|" . 2) +("|QWebPage.VisibilityStateUnloaded|" . 3) +("|QWebPage.NoWebAction|" . -1) +("|QWebPage.OpenLink|" . 0) +("|QWebPage.OpenLinkInNewWindow|" . 1) +("|QWebPage.OpenLinkInThisWindow|" . 69) +("|QWebPage.OpenFrameInNewWindow|" . 2) +("|QWebPage.DownloadLinkToDisk|" . 3) +("|QWebPage.CopyLinkToClipboard|" . 4) +("|QWebPage.OpenImageInNewWindow|" . 5) +("|QWebPage.DownloadImageToDisk|" . 6) +("|QWebPage.CopyImageToClipboard|" . 7) +("|QWebPage.CopyImageUrlToClipboard|" . 68) +("|QWebPage.Back|" . 8) +("|QWebPage.Forward|" . 9) +("|QWebPage.Stop|" . 10) +("|QWebPage.StopScheduledPageRefresh|" . 67) +("|QWebPage.Reload|" . 11) +("|QWebPage.ReloadAndBypassCache|" . 53) +("|QWebPage.Cut|" . 12) +("|QWebPage.Copy|" . 13) +("|QWebPage.Paste|" . 14) +("|QWebPage.Undo|" . 15) +("|QWebPage.Redo|" . 16) +("|QWebPage.MoveToNextChar|" . 17) +("|QWebPage.MoveToPreviousChar|" . 18) +("|QWebPage.MoveToNextWord|" . 19) +("|QWebPage.MoveToPreviousWord|" . 20) +("|QWebPage.MoveToNextLine|" . 21) +("|QWebPage.MoveToPreviousLine|" . 22) +("|QWebPage.MoveToStartOfLine|" . 23) +("|QWebPage.MoveToEndOfLine|" . 24) +("|QWebPage.MoveToStartOfBlock|" . 25) +("|QWebPage.MoveToEndOfBlock|" . 26) +("|QWebPage.MoveToStartOfDocument|" . 27) +("|QWebPage.MoveToEndOfDocument|" . 28) +("|QWebPage.SelectNextChar|" . 29) +("|QWebPage.SelectPreviousChar|" . 30) +("|QWebPage.SelectNextWord|" . 31) +("|QWebPage.SelectPreviousWord|" . 32) +("|QWebPage.SelectNextLine|" . 33) +("|QWebPage.SelectPreviousLine|" . 34) +("|QWebPage.SelectStartOfLine|" . 35) +("|QWebPage.SelectEndOfLine|" . 36) +("|QWebPage.SelectStartOfBlock|" . 37) +("|QWebPage.SelectEndOfBlock|" . 38) +("|QWebPage.SelectStartOfDocument|" . 39) +("|QWebPage.SelectEndOfDocument|" . 40) +("|QWebPage.DeleteStartOfWord|" . 41) +("|QWebPage.DeleteEndOfWord|" . 42) +("|QWebPage.SetTextDirectionDefault|" . 43) +("|QWebPage.SetTextDirectionLeftToRight|" . 44) +("|QWebPage.SetTextDirectionRightToLeft|" . 45) +("|QWebPage.ToggleBold|" . 46) +("|QWebPage.ToggleItalic|" . 47) +("|QWebPage.ToggleUnderline|" . 48) +("|QWebPage.InspectElement|" . 49) +("|QWebPage.InsertParagraphSeparator|" . 50) +("|QWebPage.InsertLineSeparator|" . 51) +("|QWebPage.SelectAll|" . 52) +("|QWebPage.PasteAndMatchStyle|" . 54) +("|QWebPage.RemoveFormat|" . 55) +("|QWebPage.ToggleStrikethrough|" . 56) +("|QWebPage.ToggleSubscript|" . 57) +("|QWebPage.ToggleSuperscript|" . 58) +("|QWebPage.InsertUnorderedList|" . 59) +("|QWebPage.InsertOrderedList|" . 60) +("|QWebPage.Indent|" . 61) +("|QWebPage.Outdent|" . 62) +("|QWebPage.AlignCenter|" . 63) +("|QWebPage.AlignJustified|" . 64) +("|QWebPage.AlignLeft|" . 65) +("|QWebPage.AlignRight|" . 66) +("|QWebPage.DownloadMediaToDisk|" . 70) +("|QWebPage.CopyMediaUrlToClipboard|" . 71) +("|QWebPage.ToggleMediaControls|" . 72) +("|QWebPage.ToggleMediaLoop|" . 73) +("|QWebPage.ToggleMediaPlayPause|" . 74) +("|QWebPage.ToggleMediaMute|" . 75) +("|QWebPage.ToggleVideoFullscreen|" . 76) +("|QWebPage.WebBrowserWindow|" . 0) +("|QWebPage.WebModalDialog|" . 1) +("|QWidget.DrawWindowBackground|" . #x1) +("|QWidget.DrawChildren|" . #x2) +("|QWidget.IgnoreMask|" . #x4) +("|QWizard.BackButton|" . 0) +("|QWizard.NextButton|" . 1) +("|QWizard.CommitButton|" . 2) +("|QWizard.FinishButton|" . 3) +("|QWizard.CancelButton|" . 4) +("|QWizard.HelpButton|" . 5) +("|QWizard.CustomButton1|" . 6) +("|QWizard.CustomButton2|" . 7) +("|QWizard.CustomButton3|" . 8) +("|QWizard.Stretch|" . 9) +("|QWizard.IndependentPages|" . #x00000001) +("|QWizard.IgnoreSubTitles|" . #x00000002) +("|QWizard.ExtendedWatermarkPixmap|" . #x00000004) +("|QWizard.NoDefaultButton|" . #x00000008) +("|QWizard.NoBackButtonOnStartPage|" . #x00000010) +("|QWizard.NoBackButtonOnLastPage|" . #x00000020) +("|QWizard.DisabledBackButtonOnLastPage|" . #x00000040) +("|QWizard.HaveNextButtonOnLastPage|" . #x00000080) +("|QWizard.HaveFinishButtonOnEarlyPages|" . #x00000100) +("|QWizard.NoCancelButton|" . #x00000200) +("|QWizard.CancelButtonOnLeft|" . #x00000400) +("|QWizard.HaveHelpButton|" . #x00000800) +("|QWizard.HelpButtonOnRight|" . #x00001000) +("|QWizard.HaveCustomButton1|" . #x00002000) +("|QWizard.HaveCustomButton2|" . #x00004000) +("|QWizard.HaveCustomButton3|" . #x00008000) +("|QWizard.NoCancelButtonOnLastPage|" . #x00010000) +("|QWizard.WatermarkPixmap|" . 0) +("|QWizard.LogoPixmap|" . 1) +("|QWizard.BannerPixmap|" . 2) +("|QWizard.BackgroundPixmap|" . 3) +("|QWizard.ClassicStyle|" . 0) +("|QWizard.ModernStyle|" . 1) +("|QWizard.MacStyle|" . 2) +("|QWizard.AeroStyle|" . 3) +("|QAccessible.AcceleratorChanged|" . #x80C0) +("|QAccessible.ActionChanged|" . #x0101) +("|QAccessible.ActiveDescendantChanged|" . #x0102) +("|QAccessible.Alert|" . #x0002) +("|QAccessible.AttributeChanged|" . #x0103) +("|QAccessible.ContextHelpEnd|" . #x000D) +("|QAccessible.ContextHelpStart|" . #x000C) +("|QAccessible.DefaultActionChanged|" . #x80B0) +("|QAccessible.DescriptionChanged|" . #x800D) +("|QAccessible.DialogEnd|" . #x0011) +("|QAccessible.DialogStart|" . #x0010) +("|QAccessible.DocumentContentChanged|" . #x0104) +("|QAccessible.DocumentLoadComplete|" . #x0105) +("|QAccessible.DocumentLoadStopped|" . #x0106) +("|QAccessible.DocumentReload|" . #x0107) +("|QAccessible.DragDropEnd|" . #x000F) +("|QAccessible.DragDropStart|" . #x000E) +("|QAccessible.Focus|" . #x8005) +("|QAccessible.ForegroundChanged|" . #x0003) +("|QAccessible.HelpChanged|" . #x80A0) +("|QAccessible.HyperlinkEndIndexChanged|" . #x0108) +("|QAccessible.HyperlinkNumberOfAnchorsChanged|" . #x0109) +("|QAccessible.HyperlinkSelectedLinkChanged|" . #x010A) +("|QAccessible.HyperlinkStartIndexChanged|" . #x010D) +("|QAccessible.HypertextChanged|" . #x010E) +("|QAccessible.HypertextLinkActivated|" . #x010B) +("|QAccessible.HypertextLinkSelected|" . #x010C) +("|QAccessible.HypertextNLinksChanged|" . #x010F) +("|QAccessible.LocationChanged|" . #x800B) +("|QAccessible.MenuCommand|" . #x0018) +("|QAccessible.MenuEnd|" . #x0005) +("|QAccessible.MenuStart|" . #x0004) +("|QAccessible.NameChanged|" . #x800C) +("|QAccessible.ObjectAttributeChanged|" . #x0110) +("|QAccessible.ObjectCreated|" . #x8000) +("|QAccessible.ObjectDestroyed|" . #x8001) +("|QAccessible.ObjectHide|" . #x8003) +("|QAccessible.ObjectReorder|" . #x8004) +("|QAccessible.ObjectShow|" . #x8002) +("|QAccessible.PageChanged|" . #x0111) +("|QAccessible.ParentChanged|" . #x800F) +("|QAccessible.PopupMenuEnd|" . #x0007) +("|QAccessible.PopupMenuStart|" . #x0006) +("|QAccessible.ScrollingEnd|" . #x0013) +("|QAccessible.ScrollingStart|" . #x0012) +("|QAccessible.SectionChanged|" . #x0112) +("|QAccessible.SelectionAdd|" . #x8007) +("|QAccessible.SelectionRemove|" . #x8008) +("|QAccessible.Selection|" . #x8006) +("|QAccessible.SelectionWithin|" . #x8009) +("|QAccessible.SoundPlayed|" . #x0001) +("|QAccessible.TableCaptionChanged|" . #x0113) +("|QAccessible.TableColumnDescriptionChanged|" . #x0114) +("|QAccessible.TableColumnHeaderChanged|" . #x0115) +("|QAccessible.TableRowDescriptionChanged|" . #x0117) +("|QAccessible.TableRowHeaderChanged|" . #x0118) +("|QAccessible.TableSummaryChanged|" . #x0119) +("|QAccessible.TextColumnChanged|" . #x011D) +("|QAccessible.VisibleDataChanged|" . #x0122) +("|QAccessible.TextInterface|" . 0) +("|QAccessible.ValueInterface|" . 2) +("|QAccessible.ActionInterface|" . 3) +("|QAccessible.TableInterface|" . 5) +("|QAccessible.TableCellInterface|" . 6) +("|QAccessible.Label|" . #x00000001) +("|QAccessible.Labelled|" . #x00000002) +("|QAccessible.Controller|" . #x00000004) +("|QAccessible.Controlled|" . #x00000008) +("|QAccessible.AllRelations|" . #xffffffff) +("|QAccessible.AlertMessage|" . #x00000008) +("|QAccessible.Animation|" . #x00000036) +("|QAccessible.Application|" . #x0000000E) +("|QAccessible.Assistant|" . #x00000020) +("|QAccessible.Border|" . #x00000013) +("|QAccessible.ButtonDropDown|" . #x00000038) +("|QAccessible.ButtonDropGrid|" . #x0000003A) +("|QAccessible.ButtonMenu|" . #x00000039) +("|QAccessible.Canvas|" . #x00000035) +("|QAccessible.Caret|" . #x00000007) +("|QAccessible.Cell|" . #x0000001D) +("|QAccessible.Chart|" . #x00000011) +("|QAccessible.CheckBox|" . #x0000002C) +("|QAccessible.Client|" . #x0000000A) +("|QAccessible.Clock|" . #x0000003D) +("|QAccessible.ColorChooser|" . #x404) +("|QAccessible.Column|" . #x0000001B) +("|QAccessible.ColumnHeader|" . #x00000019) +("|QAccessible.ComboBox|" . #x0000002E) +("|QAccessible.ComplementaryContent|" . #x42C) +("|QAccessible.Cursor|" . #x00000006) +("|QAccessible.Desktop|" . #x00000082) +("|QAccessible.Dial|" . #x00000031) +("|QAccessible.Dialog|" . #x00000012) +("|QAccessible.Document|" . #x0000000F) +("|QAccessible.EditableText|" . #x0000002A) +("|QAccessible.Equation|" . #x00000037) +("|QAccessible.Footer|" . #x40E) +("|QAccessible.Form|" . #x410) +("|QAccessible.Graphic|" . #x00000028) +("|QAccessible.Grip|" . #x00000004) +("|QAccessible.Grouping|" . #x00000014) +("|QAccessible.Heading|" . #x414) +("|QAccessible.HelpBalloon|" . #x0000001F) +("|QAccessible.HotkeyField|" . #x00000032) +("|QAccessible.Indicator|" . #x00000027) +("|QAccessible.LayeredPane|" . #x00000080) +("|QAccessible.Link|" . #x0000001E) +("|QAccessible.List|" . #x00000021) +("|QAccessible.ListItem|" . #x00000022) +("|QAccessible.MenuBar|" . #x00000002) +("|QAccessible.MenuItem|" . #x0000000C) +("|QAccessible.NoRole|" . #x00000000) +("|QAccessible.Note|" . #x41B) +("|QAccessible.PageTab|" . #x00000025) +("|QAccessible.PageTabList|" . #x0000003C) +("|QAccessible.Paragraph|" . #x00000083) +("|QAccessible.Pane|" . #x00000010) +("|QAccessible.PopupMenu|" . #x0000000B) +("|QAccessible.ProgressBar|" . #x00000030) +("|QAccessible.PropertyPage|" . #x00000026) +("|QAccessible.Button|" . #x0000002B) +("|QAccessible.RadioButton|" . #x0000002D) +("|QAccessible.Row|" . #x0000001C) +("|QAccessible.RowHeader|" . #x0000001A) +("|QAccessible.ScrollBar|" . #x00000003) +("|QAccessible.Section|" . #x00000085) +("|QAccessible.Separator|" . #x00000015) +("|QAccessible.Slider|" . #x00000033) +("|QAccessible.Sound|" . #x00000005) +("|QAccessible.SpinBox|" . #x00000034) +("|QAccessible.Splitter|" . #x0000003E) +("|QAccessible.StaticText|" . #x00000029) +("|QAccessible.StatusBar|" . #x00000017) +("|QAccessible.Table|" . #x00000018) +("|QAccessible.Terminal|" . #x00000081) +("|QAccessible.TitleBar|" . #x00000001) +("|QAccessible.ToolBar|" . #x00000016) +("|QAccessible.ToolTip|" . #x0000000D) +("|QAccessible.Tree|" . #x00000023) +("|QAccessible.TreeItem|" . #x00000024) +("|QAccessible.UserRole|" . #x0000ffff) +("|QAccessible.WebDocument|" . #x00000084) +("|QAccessible.Whitespace|" . #x0000003B) +("|QAccessible.Window|" . #x00000009) +("|QAccessible.Name|" . 0) +("|QAccessible.Description|" . 1) +("|QAccessible.Value|" . 2) +("|QAccessible.Help|" . 3) +("|QAccessible.Accelerator|" . 4) +("|QAccessible.UserText|" . #x0000ffff) +("|QAccessible.CharBoundary|" . 0) +("|QAccessible.WordBoundary|" . 1) +("|QAccessible.SentenceBoundary|" . 2) +("|QAccessible.ParagraphBoundary|" . 3) +("|QAccessible.LineBoundary|" . 4) +("|QAccessible.NoBoundary|" . 5) +("|QColor.HexRgb|" . 0) +("|QColor.HexArgb|" . 1) +("|QColor.Rgb|" . 1) +("|QColor.Hsv|" . 2) +("|QColor.Cmyk|" . 3) +("|QColor.Hsl|" . 4) +("|QColor.Invalid|" . 0) +("|QContextMenuEvent.Mouse|" . 0) +("|QContextMenuEvent.Keyboard|" . 1) +("|QContextMenuEvent.Other|" . 2) +("|QCryptographicHash.Md4|" . 0) +("|QCryptographicHash.Md5|" . 1) +("|QCryptographicHash.Sha1|" . 2) +("|QCryptographicHash.Sha224|" . 3) +("|QCryptographicHash.Sha256|" . 4) +("|QCryptographicHash.Sha384|" . 5) +("|QCryptographicHash.Sha512|" . 6) +("|QCryptographicHash.Sha3_224|" . 7) +("|QCryptographicHash.Sha3_256|" . 8) +("|QCryptographicHash.Sha3_384|" . 9) +("|QCryptographicHash.Sha3_512|" . 10) +("|QDate.DateFormat|" . 0) +("|QDate.StandaloneFormat|" . 1) +("|QDir.Dirs|" . #x001) +("|QDir.AllDirs|" . #x400) +("|QDir.Files|" . #x002) +("|QDir.Drives|" . #x004) +("|QDir.NoSymLinks|" . #x008) +("|QDir.NoDotAndDotDot|" . #x1000) +("|QDir.NoDot|" . #x2000) +("|QDir.NoDotDot|" . #x4000) +("|QDir.AllEntries|" . #.(logior #x001 #x002 #x004)) +("|QDir.Readable|" . #x010) +("|QDir.Writable|" . #x020) +("|QDir.Executable|" . #x040) +("|QDir.Modified|" . #x080) +("|QDir.Hidden|" . #x100) +("|QDir.System|" . #x200) +("|QDir.CaseSensitive|" . #x800) +("|QDir.Name|" . #x00) +("|QDir.Time|" . #x01) +("|QDir.Size|" . #x02) +("|QDir.Type|" . #x80) +("|QDir.Unsorted|" . #x03) +("|QDir.NoSort|" . -1) +("|QDir.DirsFirst|" . #x04) +("|QDir.DirsLast|" . #x20) +("|QDir.Reversed|" . #x08) +("|QDir.IgnoreCase|" . #x10) +("|QDir.LocaleAware|" . #x40) +("|QDirIterator.NoIteratorFlags|" . #x0) +("|QDirIterator.Subdirectories|" . #x2) +("|QDirIterator.FollowSymlinks|" . #x1) +("|QEasingCurve.Linear|" . 0) +("|QEasingCurve.InQuad|" . 1) +("|QEasingCurve.OutQuad|" . 2) +("|QEasingCurve.InOutQuad|" . 3) +("|QEasingCurve.OutInQuad|" . 4) +("|QEasingCurve.InCubic|" . 5) +("|QEasingCurve.OutCubic|" . 6) +("|QEasingCurve.InOutCubic|" . 7) +("|QEasingCurve.OutInCubic|" . 8) +("|QEasingCurve.InQuart|" . 9) +("|QEasingCurve.OutQuart|" . 10) +("|QEasingCurve.InOutQuart|" . 11) +("|QEasingCurve.OutInQuart|" . 12) +("|QEasingCurve.InQuint|" . 13) +("|QEasingCurve.OutQuint|" . 14) +("|QEasingCurve.InOutQuint|" . 15) +("|QEasingCurve.OutInQuint|" . 16) +("|QEasingCurve.InSine|" . 17) +("|QEasingCurve.OutSine|" . 18) +("|QEasingCurve.InOutSine|" . 19) +("|QEasingCurve.OutInSine|" . 20) +("|QEasingCurve.InExpo|" . 21) +("|QEasingCurve.OutExpo|" . 22) +("|QEasingCurve.InOutExpo|" . 23) +("|QEasingCurve.OutInExpo|" . 24) +("|QEasingCurve.InCirc|" . 25) +("|QEasingCurve.OutCirc|" . 26) +("|QEasingCurve.InOutCirc|" . 27) +("|QEasingCurve.OutInCirc|" . 28) +("|QEasingCurve.InElastic|" . 29) +("|QEasingCurve.OutElastic|" . 30) +("|QEasingCurve.InOutElastic|" . 31) +("|QEasingCurve.OutInElastic|" . 32) +("|QEasingCurve.InBack|" . 33) +("|QEasingCurve.OutBack|" . 34) +("|QEasingCurve.InOutBack|" . 35) +("|QEasingCurve.OutInBack|" . 36) +("|QEasingCurve.InBounce|" . 37) +("|QEasingCurve.OutBounce|" . 38) +("|QEasingCurve.InOutBounce|" . 39) +("|QEasingCurve.OutInBounce|" . 40) +("|QEasingCurve.BezierSpline|" . 45) +("|QEasingCurve.TCBSpline|" . 46) +("|QEasingCurve.Custom|" . 47) +("|QEvent.None|" . 0) +("|QEvent.ActionAdded|" . 114) +("|QEvent.ActionChanged|" . 113) +("|QEvent.ActionRemoved|" . 115) +("|QEvent.ActivationChange|" . 99) +("|QEvent.ApplicationActivate|" . 121) +("|QEvent.ApplicationActivated|" . 121) +("|QEvent.ApplicationDeactivate|" . 122) +("|QEvent.ApplicationFontChange|" . 36) +("|QEvent.ApplicationLayoutDirectionChange|" . 37) +("|QEvent.ApplicationPaletteChange|" . 38) +("|QEvent.ApplicationStateChange|" . 214) +("|QEvent.ApplicationWindowIconChange|" . 35) +("|QEvent.ChildAdded|" . 68) +("|QEvent.ChildPolished|" . 69) +("|QEvent.ChildRemoved|" . 71) +("|QEvent.Clipboard|" . 40) +("|QEvent.Close|" . 19) +("|QEvent.CloseSoftwareInputPanel|" . 200) +("|QEvent.ContentsRectChange|" . 178) +("|QEvent.ContextMenu|" . 82) +("|QEvent.CursorChange|" . 183) +("|QEvent.DeferredDelete|" . 52) +("|QEvent.DragEnter|" . 60) +("|QEvent.DragLeave|" . 62) +("|QEvent.DragMove|" . 61) +("|QEvent.Drop|" . 63) +("|QEvent.DynamicPropertyChange|" . 170) +("|QEvent.EnabledChange|" . 98) +("|QEvent.Enter|" . 10) +("|QEvent.EnterEditFocus|" . 150) +("|QEvent.EnterWhatsThisMode|" . 124) +("|QEvent.Expose|" . 206) +("|QEvent.FileOpen|" . 116) +("|QEvent.FocusIn|" . 8) +("|QEvent.FocusOut|" . 9) +("|QEvent.FocusAboutToChange|" . 23) +("|QEvent.FontChange|" . 97) +("|QEvent.Gesture|" . 198) +("|QEvent.GestureOverride|" . 202) +("|QEvent.GrabKeyboard|" . 188) +("|QEvent.GrabMouse|" . 186) +("|QEvent.GraphicsSceneContextMenu|" . 159) +("|QEvent.GraphicsSceneDragEnter|" . 164) +("|QEvent.GraphicsSceneDragLeave|" . 166) +("|QEvent.GraphicsSceneDragMove|" . 165) +("|QEvent.GraphicsSceneDrop|" . 167) +("|QEvent.GraphicsSceneHelp|" . 163) +("|QEvent.GraphicsSceneHoverEnter|" . 160) +("|QEvent.GraphicsSceneHoverLeave|" . 162) +("|QEvent.GraphicsSceneHoverMove|" . 161) +("|QEvent.GraphicsSceneMouseDoubleClick|" . 158) +("|QEvent.GraphicsSceneMouseMove|" . 155) +("|QEvent.GraphicsSceneMousePress|" . 156) +("|QEvent.GraphicsSceneMouseRelease|" . 157) +("|QEvent.GraphicsSceneMove|" . 182) +("|QEvent.GraphicsSceneResize|" . 181) +("|QEvent.GraphicsSceneWheel|" . 168) +("|QEvent.Hide|" . 18) +("|QEvent.HideToParent|" . 27) +("|QEvent.HoverEnter|" . 127) +("|QEvent.HoverLeave|" . 128) +("|QEvent.HoverMove|" . 129) +("|QEvent.IconDrag|" . 96) +("|QEvent.IconTextChange|" . 101) +("|QEvent.InputMethod|" . 83) +("|QEvent.InputMethodQuery|" . 207) +("|QEvent.KeyboardLayoutChange|" . 169) +("|QEvent.KeyPress|" . 6) +("|QEvent.KeyRelease|" . 7) +("|QEvent.LanguageChange|" . 89) +("|QEvent.LayoutDirectionChange|" . 90) +("|QEvent.LayoutRequest|" . 76) +("|QEvent.Leave|" . 11) +("|QEvent.LeaveEditFocus|" . 151) +("|QEvent.LeaveWhatsThisMode|" . 125) +("|QEvent.LocaleChange|" . 88) +("|QEvent.NonClientAreaMouseButtonDblClick|" . 176) +("|QEvent.NonClientAreaMouseButtonPress|" . 174) +("|QEvent.NonClientAreaMouseButtonRelease|" . 175) +("|QEvent.NonClientAreaMouseMove|" . 173) +("|QEvent.MacSizeChange|" . 177) +("|QEvent.MetaCall|" . 43) +("|QEvent.ModifiedChange|" . 102) +("|QEvent.MouseButtonDblClick|" . 4) +("|QEvent.MouseButtonPress|" . 2) +("|QEvent.MouseButtonRelease|" . 3) +("|QEvent.MouseMove|" . 5) +("|QEvent.MouseTrackingChange|" . 109) +("|QEvent.Move|" . 13) +("|QEvent.NativeGesture|" . 197) +("|QEvent.OrientationChange|" . 208) +("|QEvent.Paint|" . 12) +("|QEvent.PaletteChange|" . 39) +("|QEvent.ParentAboutToChange|" . 131) +("|QEvent.ParentChange|" . 21) +("|QEvent.PlatformPanel|" . 212) +("|QEvent.PlatformSurface|" . 217) +("|QEvent.Polish|" . 75) +("|QEvent.PolishRequest|" . 74) +("|QEvent.QueryWhatsThis|" . 123) +("|QEvent.ReadOnlyChange|" . 106) +("|QEvent.RequestSoftwareInputPanel|" . 199) +("|QEvent.Resize|" . 14) +("|QEvent.ScrollPrepare|" . 204) +("|QEvent.Scroll|" . 205) +("|QEvent.Shortcut|" . 117) +("|QEvent.ShortcutOverride|" . 51) +("|QEvent.Show|" . 17) +("|QEvent.ShowToParent|" . 26) +("|QEvent.SockAct|" . 50) +("|QEvent.StateMachineSignal|" . 192) +("|QEvent.StateMachineWrapped|" . 193) +("|QEvent.StatusTip|" . 112) +("|QEvent.StyleChange|" . 100) +("|QEvent.TabletMove|" . 87) +("|QEvent.TabletPress|" . 92) +("|QEvent.TabletRelease|" . 93) +("|QEvent.OkRequest|" . 94) +("|QEvent.TabletEnterProximity|" . 171) +("|QEvent.TabletLeaveProximity|" . 172) +("|QEvent.ThreadChange|" . 22) +("|QEvent.Timer|" . 1) +("|QEvent.ToolBarChange|" . 120) +("|QEvent.ToolTip|" . 110) +("|QEvent.ToolTipChange|" . 184) +("|QEvent.TouchBegin|" . 194) +("|QEvent.TouchCancel|" . 209) +("|QEvent.TouchEnd|" . 196) +("|QEvent.TouchUpdate|" . 195) +("|QEvent.UngrabKeyboard|" . 189) +("|QEvent.UngrabMouse|" . 187) +("|QEvent.UpdateLater|" . 78) +("|QEvent.UpdateRequest|" . 77) +("|QEvent.WhatsThis|" . 111) +("|QEvent.WhatsThisClicked|" . 118) +("|QEvent.Wheel|" . 31) +("|QEvent.WinEventAct|" . 132) +("|QEvent.WindowActivate|" . 24) +("|QEvent.WindowBlocked|" . 103) +("|QEvent.WindowDeactivate|" . 25) +("|QEvent.WindowIconChange|" . 34) +("|QEvent.WindowStateChange|" . 105) +("|QEvent.WindowTitleChange|" . 33) +("|QEvent.WindowUnblocked|" . 104) +("|QEvent.WinIdChange|" . 203) +("|QEvent.ZOrderChange|" . 126) +("|QEvent.User|" . 1000) +("|QEvent.MaxUser|" . 65535) +("|QFileIconProvider.Computer|" . 0) +("|QFileIconProvider.Desktop|" . 1) +("|QFileIconProvider.Trashcan|" . 2) +("|QFileIconProvider.Network|" . 3) +("|QFileIconProvider.Drive|" . 4) +("|QFileIconProvider.Folder|" . 5) +("|QFileIconProvider.File|" . 6) +("|QFileIconProvider.DontUseCustomDirectoryIcons|" . #x00000001) +("|QFont.MixedCase|" . 0) +("|QFont.AllUppercase|" . 1) +("|QFont.AllLowercase|" . 2) +("|QFont.SmallCaps|" . 3) +("|QFont.Capitalize|" . 4) +("|QFont.PreferDefaultHinting|" . 0) +("|QFont.PreferNoHinting|" . 1) +("|QFont.PreferVerticalHinting|" . 2) +("|QFont.PreferFullHinting|" . 3) +("|QFont.PercentageSpacing|" . 0) +("|QFont.AbsoluteSpacing|" . 1) +("|QFont.UltraCondensed|" . 50) +("|QFont.ExtraCondensed|" . 62) +("|QFont.Condensed|" . 75) +("|QFont.SemiCondensed|" . 87) +("|QFont.Unstretched|" . 100) +("|QFont.SemiExpanded|" . 112) +("|QFont.Expanded|" . 125) +("|QFont.ExtraExpanded|" . 150) +("|QFont.UltraExpanded|" . 200) +("|QFont.StyleNormal|" . 0) +("|QFont.StyleItalic|" . 1) +("|QFont.StyleOblique|" . 2) +("|QFont.AnyStyle|" . 0) +("|QFont.SansSerif|" . 0) +("|QFont.Helvetica|" . 0) +("|QFont.Serif|" . 1) +("|QFont.Times|" . 1) +("|QFont.TypeWriter|" . 2) +("|QFont.Courier|" . 2) +("|QFont.OldEnglish|" . 3) +("|QFont.Decorative|" . 3) +("|QFont.Monospace|" . 7) +("|QFont.Fantasy|" . 8) +("|QFont.Cursive|" . 6) +("|QFont.System|" . 4) +("|QFont.PreferDefault|" . #x0001) +("|QFont.PreferBitmap|" . #x0002) +("|QFont.PreferDevice|" . #x0004) +("|QFont.PreferOutline|" . #x0008) +("|QFont.ForceOutline|" . #x0010) +("|QFont.NoAntialias|" . #x0100) +("|QFont.NoSubpixelAntialias|" . #x0800) +("|QFont.PreferAntialias|" . #x0080) +("|QFont.OpenGLCompatible|" . #x0200) +("|QFont.NoFontMerging|" . #x8000) +("|QFont.PreferMatch|" . #x0020) +("|QFont.PreferQuality|" . #x0040) +("|QFont.ForceIntegerMetrics|" . #x0400) +("|QFont.Thin|" . 0) +("|QFont.ExtraLight|" . 12) +("|QFont.Light|" . 25) +("|QFont.Normal|" . 50) +("|QFont.Medium|" . 57) +("|QFont.DemiBold|" . 63) +("|QFont.Bold|" . 75) +("|QFont.ExtraBold|" . 81) +("|QFont.Black|" . 87) +("|QFontDatabase.GeneralFont|" . 0) +("|QFontDatabase.FixedFont|" . 1) +("|QFontDatabase.TitleFont|" . 2) +("|QFontDatabase.SmallestReadableFont|" . 3) +("|QFontDatabase.Any|" . 0) +("|QFontDatabase.Latin|" . 1) +("|QFontDatabase.Greek|" . 2) +("|QFontDatabase.Cyrillic|" . 3) +("|QFontDatabase.Armenian|" . 4) +("|QFontDatabase.Hebrew|" . 5) +("|QFontDatabase.Arabic|" . 6) +("|QFontDatabase.Syriac|" . 7) +("|QFontDatabase.Thaana|" . 8) +("|QFontDatabase.Devanagari|" . 9) +("|QFontDatabase.Bengali|" . 10) +("|QFontDatabase.Gurmukhi|" . 11) +("|QFontDatabase.Gujarati|" . 12) +("|QFontDatabase.Oriya|" . 13) +("|QFontDatabase.Tamil|" . 14) +("|QFontDatabase.Telugu|" . 15) +("|QFontDatabase.Kannada|" . 16) +("|QFontDatabase.Malayalam|" . 17) +("|QFontDatabase.Sinhala|" . 18) +("|QFontDatabase.Thai|" . 19) +("|QFontDatabase.Lao|" . 20) +("|QFontDatabase.Tibetan|" . 21) +("|QFontDatabase.Myanmar|" . 22) +("|QFontDatabase.Georgian|" . 23) +("|QFontDatabase.Khmer|" . 24) +("|QFontDatabase.SimplifiedChinese|" . 25) +("|QFontDatabase.TraditionalChinese|" . 26) +("|QFontDatabase.Japanese|" . 27) +("|QFontDatabase.Korean|" . 28) +("|QFontDatabase.Vietnamese|" . 29) +("|QFontDatabase.Symbol|" . 30) +("|QFontDatabase.Other|" . 30) +("|QFontDatabase.Ogham|" . 32) +("|QFontDatabase.Runic|" . 33) +("|QFontDatabase.Nko|" . 34) +("|QGLContext.NoBindOption|" . #x0000) +("|QGLContext.InvertedYBindOption|" . #x0001) +("|QGLContext.MipmapBindOption|" . #x0002) +("|QGLContext.PremultipliedAlphaBindOption|" . #x0004) +("|QGLContext.LinearFilteringBindOption|" . #x0008) +("|QGLContext.DefaultBindOption|" . #.(logior #x0008 #x0001 #x0002)) +("|QGLFormat.NoProfile|" . 0) +("|QGLFormat.CoreProfile|" . 1) +("|QGLFormat.CompatibilityProfile|" . 2) +("|QGLFormat.OpenGL_Version_None|" . #x00000000) +("|QGLFormat.OpenGL_Version_1_1|" . #x00000001) +("|QGLFormat.OpenGL_Version_1_2|" . #x00000002) +("|QGLFormat.OpenGL_Version_1_3|" . #x00000004) +("|QGLFormat.OpenGL_Version_1_4|" . #x00000008) +("|QGLFormat.OpenGL_Version_1_5|" . #x00000010) +("|QGLFormat.OpenGL_Version_2_0|" . #x00000020) +("|QGLFormat.OpenGL_Version_2_1|" . #x00000040) +("|QGLFormat.OpenGL_Version_3_0|" . #x00001000) +("|QGLFormat.OpenGL_Version_3_1|" . #x00002000) +("|QGLFormat.OpenGL_Version_3_2|" . #x00004000) +("|QGLFormat.OpenGL_Version_3_3|" . #x00008000) +("|QGLFormat.OpenGL_Version_4_0|" . #x00010000) +("|QGLFormat.OpenGL_Version_4_1|" . #x00020000) +("|QGLFormat.OpenGL_Version_4_2|" . #x00040000) +("|QGLFormat.OpenGL_Version_4_3|" . #x00080000) +("|QGLFormat.OpenGL_ES_CommonLite_Version_1_0|" . #x00000100) +("|QGLFormat.OpenGL_ES_Common_Version_1_0|" . #x00000080) +("|QGLFormat.OpenGL_ES_CommonLite_Version_1_1|" . #x00000400) +("|QGLFormat.OpenGL_ES_Common_Version_1_1|" . #x00000200) +("|QGLFormat.OpenGL_ES_Version_2_0|" . #x00000800) +("|QGLFramebufferObject.NoAttachment|" . 0) +("|QGLFramebufferObject.CombinedDepthStencil|" . 1) +("|QGLFramebufferObject.Depth|" . 2) +("|QGradient.LogicalMode|" . 0) +("|QGradient.StretchToDeviceMode|" . 1) +("|QGradient.ObjectBoundingMode|" . 2) +("|QGradient.PadSpread|" . 0) +("|QGradient.RepeatSpread|" . 2) +("|QGradient.ReflectSpread|" . 1) +("|QGradient.LinearGradient|" . 0) +("|QGradient.RadialGradient|" . 1) +("|QGradient.ConicalGradient|" . 2) +("|QGradient.NoGradient|" . 3) +("|QGraphicsItem.NoCache|" . 0) +("|QGraphicsItem.ItemCoordinateCache|" . 1) +("|QGraphicsItem.DeviceCoordinateCache|" . 2) +("|QGraphicsItem.ItemEnabledChange|" . 3) +("|QGraphicsItem.ItemEnabledHasChanged|" . 13) +("|QGraphicsItem.ItemMatrixChange|" . 1) +("|QGraphicsItem.ItemPositionChange|" . 0) +("|QGraphicsItem.ItemPositionHasChanged|" . 9) +("|QGraphicsItem.ItemTransformChange|" . 8) +("|QGraphicsItem.ItemTransformHasChanged|" . 10) +("|QGraphicsItem.ItemRotationChange|" . 28) +("|QGraphicsItem.ItemRotationHasChanged|" . 29) +("|QGraphicsItem.ItemScaleChange|" . 30) +("|QGraphicsItem.ItemScaleHasChanged|" . 31) +("|QGraphicsItem.ItemTransformOriginPointChange|" . 32) +("|QGraphicsItem.ItemTransformOriginPointHasChanged|" . 33) +("|QGraphicsItem.ItemSelectedChange|" . 4) +("|QGraphicsItem.ItemSelectedHasChanged|" . 14) +("|QGraphicsItem.ItemVisibleChange|" . 2) +("|QGraphicsItem.ItemVisibleHasChanged|" . 12) +("|QGraphicsItem.ItemParentChange|" . 5) +("|QGraphicsItem.ItemParentHasChanged|" . 15) +("|QGraphicsItem.ItemChildAddedChange|" . 6) +("|QGraphicsItem.ItemChildRemovedChange|" . 7) +("|QGraphicsItem.ItemSceneChange|" . 11) +("|QGraphicsItem.ItemSceneHasChanged|" . 16) +("|QGraphicsItem.ItemCursorChange|" . 17) +("|QGraphicsItem.ItemCursorHasChanged|" . 18) +("|QGraphicsItem.ItemToolTipChange|" . 19) +("|QGraphicsItem.ItemToolTipHasChanged|" . 20) +("|QGraphicsItem.ItemFlagsChange|" . 21) +("|QGraphicsItem.ItemFlagsHaveChanged|" . 22) +("|QGraphicsItem.ItemZValueChange|" . 23) +("|QGraphicsItem.ItemZValueHasChanged|" . 24) +("|QGraphicsItem.ItemOpacityChange|" . 25) +("|QGraphicsItem.ItemOpacityHasChanged|" . 26) +("|QGraphicsItem.ItemScenePositionHasChanged|" . 27) +("|QGraphicsItem.ItemIsMovable|" . #x1) +("|QGraphicsItem.ItemIsSelectable|" . #x2) +("|QGraphicsItem.ItemIsFocusable|" . #x4) +("|QGraphicsItem.ItemClipsToShape|" . #x8) +("|QGraphicsItem.ItemClipsChildrenToShape|" . #x10) +("|QGraphicsItem.ItemIgnoresTransformations|" . #x20) +("|QGraphicsItem.ItemIgnoresParentOpacity|" . #x40) +("|QGraphicsItem.ItemDoesntPropagateOpacityToChildren|" . #x80) +("|QGraphicsItem.ItemStacksBehindParent|" . #x100) +("|QGraphicsItem.ItemUsesExtendedStyleOption|" . #x200) +("|QGraphicsItem.ItemHasNoContents|" . #x400) +("|QGraphicsItem.ItemSendsGeometryChanges|" . #x800) +("|QGraphicsItem.ItemAcceptsInputMethod|" . #x1000) +("|QGraphicsItem.ItemNegativeZStacksBehindParent|" . #x2000) +("|QGraphicsItem.ItemIsPanel|" . #x4000) +("|QGraphicsItem.ItemSendsScenePositionChanges|" . #x10000) +("|QGraphicsItem.ItemContainsChildrenInShape|" . #x80000) +("|QGraphicsItem.NonModal|" . 0) +("|QGraphicsItem.PanelModal|" . 1) +("|QGraphicsItem.SceneModal|" . 2) +("|QGraphicsPixmapItem.MaskShape|" . 0) +("|QGraphicsPixmapItem.BoundingRectShape|" . 1) +("|QGraphicsPixmapItem.HeuristicMaskShape|" . 2) +("|QGraphicsSceneContextMenuEvent.Mouse|" . 0) +("|QGraphicsSceneContextMenuEvent.Keyboard|" . 1) +("|QGraphicsSceneContextMenuEvent.Other|" . 2) +("|QHelpSearchQuery.DEFAULT|" . 0) +("|QHelpSearchQuery.FUZZY|" . 1) +("|QHelpSearchQuery.WITHOUT|" . 2) +("|QHelpSearchQuery.PHRASE|" . 3) +("|QHelpSearchQuery.ALL|" . 4) +("|QHelpSearchQuery.ATLEAST|" . 5) +("|QHostAddress.Null|" . 0) +("|QHostAddress.LocalHost|" . 2) +("|QHostAddress.LocalHostIPv6|" . 3) +("|QHostAddress.Broadcast|" . 1) +("|QHostAddress.AnyIPv4|" . 6) +("|QHostAddress.AnyIPv6|" . 5) +("|QHostAddress.Any|" . 4) +("|QHostInfo.NoError|" . 0) +("|QHostInfo.HostNotFound|" . 1) +("|QHostInfo.UnknownError|" . 2) +("|QIcon.Normal|" . 0) +("|QIcon.Disabled|" . 1) +("|QIcon.Active|" . 2) +("|QIcon.Selected|" . 3) +("|QIcon.Off|" . 1) +("|QIcon.On|" . 0) +("|QImage.Format_Invalid|" . 0) +("|QImage.Format_Mono|" . 1) +("|QImage.Format_MonoLSB|" . 2) +("|QImage.Format_Indexed8|" . 3) +("|QImage.Format_RGB32|" . 4) +("|QImage.Format_ARGB32|" . 5) +("|QImage.Format_ARGB32_Premultiplied|" . 6) +("|QImage.Format_RGB16|" . 7) +("|QImage.Format_ARGB8565_Premultiplied|" . 8) +("|QImage.Format_RGB666|" . 9) +("|QImage.Format_ARGB6666_Premultiplied|" . 10) +("|QImage.Format_RGB555|" . 11) +("|QImage.Format_ARGB8555_Premultiplied|" . 12) +("|QImage.Format_RGB888|" . 13) +("|QImage.Format_RGB444|" . 14) +("|QImage.Format_ARGB4444_Premultiplied|" . 15) +("|QImage.Format_RGBX8888|" . 16) +("|QImage.Format_RGBA8888|" . 17) +("|QImage.Format_RGBA8888_Premultiplied|" . 18) +("|QImage.Format_BGR30|" . 19) +("|QImage.Format_A2BGR30_Premultiplied|" . 20) +("|QImage.Format_RGB30|" . 21) +("|QImage.Format_A2RGB30_Premultiplied|" . 22) +("|QImage.Format_Alpha8|" . 23) +("|QImage.Format_Grayscale8|" . 24) +("|QImage.InvertRgb|" . 0) +("|QImage.InvertRgba|" . 1) +("|QInputMethodEvent.TextFormat|" . 0) +("|QInputMethodEvent.Cursor|" . 1) +("|QInputMethodEvent.Language|" . 2) +("|QInputMethodEvent.Ruby|" . 3) +("|QInputMethodEvent.Selection|" . 4) +("|QKeySequence.NativeText|" . 0) +("|QKeySequence.PortableText|" . 1) +("|QKeySequence.NoMatch|" . 0) +("|QKeySequence.PartialMatch|" . 1) +("|QKeySequence.ExactMatch|" . 2) +("|QKeySequence.AddTab|" . 19) +("|QKeySequence.Back|" . 13) +("|QKeySequence.Backspace|" . 69) +("|QKeySequence.Bold|" . 27) +("|QKeySequence.Close|" . 4) +("|QKeySequence.Copy|" . 9) +("|QKeySequence.Cut|" . 8) +("|QKeySequence.Delete|" . 7) +("|QKeySequence.DeleteEndOfLine|" . 60) +("|QKeySequence.DeleteEndOfWord|" . 59) +("|QKeySequence.DeleteStartOfWord|" . 58) +("|QKeySequence.DeleteCompleteLine|" . 68) +("|QKeySequence.Find|" . 22) +("|QKeySequence.FindNext|" . 23) +("|QKeySequence.FindPrevious|" . 24) +("|QKeySequence.Forward|" . 14) +("|QKeySequence.HelpContents|" . 1) +("|QKeySequence.InsertLineSeparator|" . 62) +("|QKeySequence.InsertParagraphSeparator|" . 61) +("|QKeySequence.Italic|" . 28) +("|QKeySequence.MoveToEndOfBlock|" . 41) +("|QKeySequence.MoveToEndOfDocument|" . 43) +("|QKeySequence.MoveToEndOfLine|" . 39) +("|QKeySequence.MoveToNextChar|" . 30) +("|QKeySequence.MoveToNextLine|" . 34) +("|QKeySequence.MoveToNextPage|" . 36) +("|QKeySequence.MoveToNextWord|" . 32) +("|QKeySequence.MoveToPreviousChar|" . 31) +("|QKeySequence.MoveToPreviousLine|" . 35) +("|QKeySequence.MoveToPreviousPage|" . 37) +("|QKeySequence.MoveToPreviousWord|" . 33) +("|QKeySequence.MoveToStartOfBlock|" . 40) +("|QKeySequence.MoveToStartOfDocument|" . 42) +("|QKeySequence.MoveToStartOfLine|" . 38) +("|QKeySequence.New|" . 6) +("|QKeySequence.NextChild|" . 20) +("|QKeySequence.Open|" . 3) +("|QKeySequence.Paste|" . 10) +("|QKeySequence.Preferences|" . 64) +("|QKeySequence.PreviousChild|" . 21) +("|QKeySequence.Print|" . 18) +("|QKeySequence.Quit|" . 65) +("|QKeySequence.Redo|" . 12) +("|QKeySequence.Refresh|" . 15) +("|QKeySequence.Replace|" . 25) +("|QKeySequence.SaveAs|" . 63) +("|QKeySequence.Save|" . 5) +("|QKeySequence.SelectAll|" . 26) +("|QKeySequence.Deselect|" . 67) +("|QKeySequence.SelectEndOfBlock|" . 55) +("|QKeySequence.SelectEndOfDocument|" . 57) +("|QKeySequence.SelectEndOfLine|" . 53) +("|QKeySequence.SelectNextChar|" . 44) +("|QKeySequence.SelectNextLine|" . 48) +("|QKeySequence.SelectNextPage|" . 50) +("|QKeySequence.SelectNextWord|" . 46) +("|QKeySequence.SelectPreviousChar|" . 45) +("|QKeySequence.SelectPreviousLine|" . 49) +("|QKeySequence.SelectPreviousPage|" . 51) +("|QKeySequence.SelectPreviousWord|" . 47) +("|QKeySequence.SelectStartOfBlock|" . 54) +("|QKeySequence.SelectStartOfDocument|" . 56) +("|QKeySequence.SelectStartOfLine|" . 52) +("|QKeySequence.Underline|" . 29) +("|QKeySequence.Undo|" . 11) +("|QKeySequence.UnknownKey|" . 0) +("|QKeySequence.WhatsThis|" . 2) +("|QKeySequence.ZoomIn|" . 16) +("|QKeySequence.ZoomOut|" . 17) +("|QKeySequence.FullScreen|" . 66) +("|QLibraryInfo.PrefixPath|" . 0) +("|QLibraryInfo.DocumentationPath|" . 1) +("|QLibraryInfo.HeadersPath|" . 2) +("|QLibraryInfo.LibrariesPath|" . 3) +("|QLibraryInfo.LibraryExecutablesPath|" . 4) +("|QLibraryInfo.BinariesPath|" . 5) +("|QLibraryInfo.PluginsPath|" . 6) +("|QLibraryInfo.ImportsPath|" . 7) +("|QLibraryInfo.Qml2ImportsPath|" . 8) +("|QLibraryInfo.ArchDataPath|" . 9) +("|QLibraryInfo.DataPath|" . 10) +("|QLibraryInfo.TranslationsPath|" . 11) +("|QLibraryInfo.ExamplesPath|" . 12) +("|QLibraryInfo.TestsPath|" . 13) +("|QLibraryInfo.SettingsPath|" . 100) +("|QListWidgetItem.Type|" . 0) +("|QListWidgetItem.UserType|" . 1000) +("|QLocale.AnyCountry|" . 0) +("|QLocale.Afghanistan|" . 1) +("|QLocale.Albania|" . 2) +("|QLocale.Algeria|" . 3) +("|QLocale.AmericanSamoa|" . 4) +("|QLocale.Andorra|" . 5) +("|QLocale.Angola|" . 6) +("|QLocale.Anguilla|" . 7) +("|QLocale.Antarctica|" . 8) +("|QLocale.AntiguaAndBarbuda|" . 9) +("|QLocale.Argentina|" . 10) +("|QLocale.Armenia|" . 11) +("|QLocale.Aruba|" . 12) +("|QLocale.Australia|" . 13) +("|QLocale.Austria|" . 14) +("|QLocale.Azerbaijan|" . 15) +("|QLocale.Bahamas|" . 16) +("|QLocale.Bahrain|" . 17) +("|QLocale.Bangladesh|" . 18) +("|QLocale.Barbados|" . 19) +("|QLocale.Belarus|" . 20) +("|QLocale.Belgium|" . 21) +("|QLocale.Belize|" . 22) +("|QLocale.Benin|" . 23) +("|QLocale.Bermuda|" . 24) +("|QLocale.Bhutan|" . 25) +("|QLocale.Bolivia|" . 26) +("|QLocale.BosniaAndHerzegowina|" . 27) +("|QLocale.Botswana|" . 28) +("|QLocale.BouvetIsland|" . 29) +("|QLocale.Brazil|" . 30) +("|QLocale.BritishIndianOceanTerritory|" . 31) +("|QLocale.Brunei|" . 32) +("|QLocale.Bulgaria|" . 33) +("|QLocale.BurkinaFaso|" . 34) +("|QLocale.Burundi|" . 35) +("|QLocale.Cambodia|" . 36) +("|QLocale.Cameroon|" . 37) +("|QLocale.Canada|" . 38) +("|QLocale.CanaryIslands|" . 238) +("|QLocale.CapeVerde|" . 39) +("|QLocale.CaymanIslands|" . 40) +("|QLocale.CentralAfricanRepublic|" . 41) +("|QLocale.Chad|" . 42) +("|QLocale.Chile|" . 43) +("|QLocale.China|" . 44) +("|QLocale.ChristmasIsland|" . 45) +("|QLocale.ClippertonIsland|" . 241) +("|QLocale.CocosIslands|" . 46) +("|QLocale.Colombia|" . 47) +("|QLocale.Comoros|" . 48) +("|QLocale.CongoKinshasa|" . 49) +("|QLocale.CongoBrazzaville|" . 50) +("|QLocale.DemocraticRepublicOfCongo|" . 49) +("|QLocale.PeoplesRepublicOfCongo|" . 50) +("|QLocale.CookIslands|" . 51) +("|QLocale.CostaRica|" . 52) +("|QLocale.IvoryCoast|" . 53) +("|QLocale.Croatia|" . 54) +("|QLocale.Cuba|" . 55) +("|QLocale.Cyprus|" . 56) +("|QLocale.CzechRepublic|" . 57) +("|QLocale.Denmark|" . 58) +("|QLocale.Djibouti|" . 59) +("|QLocale.Dominica|" . 60) +("|QLocale.DominicanRepublic|" . 61) +("|QLocale.EastTimor|" . 62) +("|QLocale.Ecuador|" . 63) +("|QLocale.Egypt|" . 64) +("|QLocale.ElSalvador|" . 65) +("|QLocale.EquatorialGuinea|" . 66) +("|QLocale.Eritrea|" . 67) +("|QLocale.Estonia|" . 68) +("|QLocale.Ethiopia|" . 69) +("|QLocale.FalklandIslands|" . 70) +("|QLocale.FaroeIslands|" . 71) +("|QLocale.Fiji|" . 72) +("|QLocale.Finland|" . 73) +("|QLocale.France|" . 74) +("|QLocale.FrenchGuiana|" . 76) +("|QLocale.FrenchPolynesia|" . 77) +("|QLocale.FrenchSouthernTerritories|" . 78) +("|QLocale.Gabon|" . 79) +("|QLocale.Gambia|" . 80) +("|QLocale.Georgia|" . 81) +("|QLocale.Germany|" . 82) +("|QLocale.Ghana|" . 83) +("|QLocale.Gibraltar|" . 84) +("|QLocale.Greece|" . 85) +("|QLocale.Greenland|" . 86) +("|QLocale.Grenada|" . 87) +("|QLocale.Guadeloupe|" . 88) +("|QLocale.Guam|" . 89) +("|QLocale.Guatemala|" . 90) +("|QLocale.Guernsey|" . 75) +("|QLocale.Guinea|" . 91) +("|QLocale.GuineaBissau|" . 92) +("|QLocale.Guyana|" . 93) +("|QLocale.Haiti|" . 94) +("|QLocale.HeardAndMcDonaldIslands|" . 95) +("|QLocale.Honduras|" . 96) +("|QLocale.HongKong|" . 97) +("|QLocale.Hungary|" . 98) +("|QLocale.Iceland|" . 99) +("|QLocale.India|" . 100) +("|QLocale.Indonesia|" . 101) +("|QLocale.Iran|" . 102) +("|QLocale.Iraq|" . 103) +("|QLocale.Ireland|" . 104) +("|QLocale.Israel|" . 105) +("|QLocale.Italy|" . 106) +("|QLocale.Jamaica|" . 107) +("|QLocale.Japan|" . 108) +("|QLocale.Jordan|" . 109) +("|QLocale.Kazakhstan|" . 110) +("|QLocale.Kenya|" . 111) +("|QLocale.Kiribati|" . 112) +("|QLocale.NorthKorea|" . 113) +("|QLocale.SouthKorea|" . 114) +("|QLocale.DemocraticRepublicOfKorea|" . 113) +("|QLocale.RepublicOfKorea|" . 114) +("|QLocale.Kosovo|" . 257) +("|QLocale.Kuwait|" . 115) +("|QLocale.Kyrgyzstan|" . 116) +("|QLocale.Laos|" . 117) +("|QLocale.Latvia|" . 118) +("|QLocale.Lebanon|" . 119) +("|QLocale.Lesotho|" . 120) +("|QLocale.Liberia|" . 121) +("|QLocale.Libya|" . 122) +("|QLocale.Liechtenstein|" . 123) +("|QLocale.Lithuania|" . 124) +("|QLocale.Luxembourg|" . 125) +("|QLocale.Macau|" . 126) +("|QLocale.Macedonia|" . 127) +("|QLocale.Madagascar|" . 128) +("|QLocale.Malawi|" . 129) +("|QLocale.Malaysia|" . 130) +("|QLocale.Maldives|" . 131) +("|QLocale.Mali|" . 132) +("|QLocale.Malta|" . 133) +("|QLocale.MarshallIslands|" . 134) +("|QLocale.Martinique|" . 135) +("|QLocale.Mauritania|" . 136) +("|QLocale.Mauritius|" . 137) +("|QLocale.Mayotte|" . 138) +("|QLocale.Mexico|" . 139) +("|QLocale.Micronesia|" . 140) +("|QLocale.Moldova|" . 141) +("|QLocale.Monaco|" . 142) +("|QLocale.Mongolia|" . 143) +("|QLocale.Montserrat|" . 144) +("|QLocale.Morocco|" . 145) +("|QLocale.Mozambique|" . 146) +("|QLocale.Myanmar|" . 147) +("|QLocale.Namibia|" . 148) +("|QLocale.NauruCountry|" . 149) +("|QLocale.Nepal|" . 150) +("|QLocale.Netherlands|" . 151) +("|QLocale.NewCaledonia|" . 153) +("|QLocale.NewZealand|" . 154) +("|QLocale.Nicaragua|" . 155) +("|QLocale.Niger|" . 156) +("|QLocale.Nigeria|" . 157) +("|QLocale.Niue|" . 158) +("|QLocale.NorfolkIsland|" . 159) +("|QLocale.NorthernMarianaIslands|" . 160) +("|QLocale.Norway|" . 161) +("|QLocale.Oman|" . 162) +("|QLocale.Pakistan|" . 163) +("|QLocale.Palau|" . 164) +("|QLocale.PalestinianTerritories|" . 165) +("|QLocale.Panama|" . 166) +("|QLocale.PapuaNewGuinea|" . 167) +("|QLocale.Paraguay|" . 168) +("|QLocale.Peru|" . 169) +("|QLocale.Philippines|" . 170) +("|QLocale.Pitcairn|" . 171) +("|QLocale.Poland|" . 172) +("|QLocale.Portugal|" . 173) +("|QLocale.PuertoRico|" . 174) +("|QLocale.Qatar|" . 175) +("|QLocale.Reunion|" . 176) +("|QLocale.Romania|" . 177) +("|QLocale.Russia|" . 178) +("|QLocale.RussianFederation|" . 178) +("|QLocale.Rwanda|" . 179) +("|QLocale.SaintKittsAndNevis|" . 180) +("|QLocale.SaintLucia|" . 181) +("|QLocale.SaintVincentAndTheGrenadines|" . 182) +("|QLocale.Samoa|" . 183) +("|QLocale.SanMarino|" . 184) +("|QLocale.SaoTomeAndPrincipe|" . 185) +("|QLocale.SaudiArabia|" . 186) +("|QLocale.Senegal|" . 187) +("|QLocale.Seychelles|" . 188) +("|QLocale.SierraLeone|" . 189) +("|QLocale.Singapore|" . 190) +("|QLocale.Slovakia|" . 191) +("|QLocale.Slovenia|" . 192) +("|QLocale.SolomonIslands|" . 193) +("|QLocale.Somalia|" . 194) +("|QLocale.SouthAfrica|" . 195) +("|QLocale.SouthGeorgiaAndTheSouthSandwichIslands|" . 196) +("|QLocale.Spain|" . 197) +("|QLocale.SriLanka|" . 198) +("|QLocale.SaintHelena|" . 199) +("|QLocale.SaintPierreAndMiquelon|" . 200) +("|QLocale.Sudan|" . 201) +("|QLocale.Suriname|" . 202) +("|QLocale.SvalbardAndJanMayenIslands|" . 203) +("|QLocale.Swaziland|" . 204) +("|QLocale.Sweden|" . 205) +("|QLocale.Switzerland|" . 206) +("|QLocale.Syria|" . 207) +("|QLocale.SyrianArabRepublic|" . 207) +("|QLocale.Taiwan|" . 208) +("|QLocale.Tajikistan|" . 209) +("|QLocale.Tanzania|" . 210) +("|QLocale.Thailand|" . 211) +("|QLocale.Togo|" . 212) +("|QLocale.Tokelau|" . 213) +("|QLocale.Tonga|" . 214) +("|QLocale.TrinidadAndTobago|" . 215) +("|QLocale.Tunisia|" . 216) +("|QLocale.Turkey|" . 217) +("|QLocale.Turkmenistan|" . 218) +("|QLocale.TurksAndCaicosIslands|" . 219) +("|QLocale.Tuvalu|" . 220) +("|QLocale.Uganda|" . 221) +("|QLocale.Ukraine|" . 222) +("|QLocale.UnitedArabEmirates|" . 223) +("|QLocale.UnitedKingdom|" . 224) +("|QLocale.UnitedStates|" . 225) +("|QLocale.UnitedStatesMinorOutlyingIslands|" . 226) +("|QLocale.Uruguay|" . 227) +("|QLocale.Uzbekistan|" . 228) +("|QLocale.Vanuatu|" . 229) +("|QLocale.VaticanCityState|" . 230) +("|QLocale.Venezuela|" . 231) +("|QLocale.Vietnam|" . 232) +("|QLocale.BritishVirginIslands|" . 233) +("|QLocale.UnitedStatesVirginIslands|" . 234) +("|QLocale.WallisAndFutunaIslands|" . 235) +("|QLocale.WesternSahara|" . 236) +("|QLocale.Yemen|" . 237) +("|QLocale.Zambia|" . 239) +("|QLocale.Zimbabwe|" . 240) +("|QLocale.Montenegro|" . 242) +("|QLocale.Serbia|" . 243) +("|QLocale.SaintBarthelemy|" . 244) +("|QLocale.SaintMartin|" . 245) +("|QLocale.LatinAmericaAndTheCaribbean|" . 246) +("|QLocale.AscensionIsland|" . 247) +("|QLocale.AlandIslands|" . 248) +("|QLocale.DiegoGarcia|" . 249) +("|QLocale.CeutaAndMelilla|" . 250) +("|QLocale.IsleOfMan|" . 251) +("|QLocale.Jersey|" . 252) +("|QLocale.TristanDaCunha|" . 253) +("|QLocale.SouthSudan|" . 254) +("|QLocale.CuraSao|" . 152) +("|QLocale.Bonaire|" . 255) +("|QLocale.SintMaarten|" . 256) +("|QLocale.CurrencyIsoCode|" . 0) +("|QLocale.CurrencySymbol|" . 1) +("|QLocale.CurrencyDisplayName|" . 2) +("|QLocale.LongFormat|" . 0) +("|QLocale.ShortFormat|" . 1) +("|QLocale.NarrowFormat|" . 2) +("|QLocale.AnyLanguage|" . 0) +("|QLocale.C|" . 1) +("|QLocale.Abkhazian|" . 2) +("|QLocale.Oromo|" . 3) +("|QLocale.Afan|" . 3) +("|QLocale.Afar|" . 4) +("|QLocale.Afrikaans|" . 5) +("|QLocale.Akoose|" . 312) +("|QLocale.Albanian|" . 6) +("|QLocale.Amharic|" . 7) +("|QLocale.Arabic|" . 8) +("|QLocale.Armenian|" . 9) +("|QLocale.Assamese|" . 10) +("|QLocale.Avaric|" . 216) +("|QLocale.Aymara|" . 11) +("|QLocale.Azerbaijani|" . 12) +("|QLocale.Bashkir|" . 13) +("|QLocale.Basque|" . 14) +("|QLocale.Bengali|" . 15) +("|QLocale.Dzongkha|" . 16) +("|QLocale.Bhutani|" . 16) +("|QLocale.Bihari|" . 17) +("|QLocale.Bislama|" . 18) +("|QLocale.Bosnian|" . 142) +("|QLocale.Bodo|" . 215) +("|QLocale.Breton|" . 19) +("|QLocale.Bulgarian|" . 20) +("|QLocale.Burmese|" . 21) +("|QLocale.Belarusian|" . 22) +("|QLocale.Byelorussian|" . 22) +("|QLocale.Khmer|" . 23) +("|QLocale.Cambodian|" . 23) +("|QLocale.Catalan|" . 24) +("|QLocale.Chamorro|" . 217) +("|QLocale.Chechen|" . 218) +("|QLocale.Chinese|" . 25) +("|QLocale.Church|" . 219) +("|QLocale.Chuvash|" . 220) +("|QLocale.Cornish|" . 145) +("|QLocale.Corsican|" . 26) +("|QLocale.Cree|" . 221) +("|QLocale.Croatian|" . 27) +("|QLocale.Czech|" . 28) +("|QLocale.Danish|" . 29) +("|QLocale.Divehi|" . 143) +("|QLocale.Dutch|" . 30) +("|QLocale.English|" . 31) +("|QLocale.Esperanto|" . 32) +("|QLocale.Estonian|" . 33) +("|QLocale.Faroese|" . 34) +("|QLocale.Fijian|" . 35) +("|QLocale.Finnish|" . 36) +("|QLocale.French|" . 37) +("|QLocale.WesternFrisian|" . 38) +("|QLocale.Frisian|" . 38) +("|QLocale.Gaelic|" . 39) +("|QLocale.Galician|" . 40) +("|QLocale.Georgian|" . 41) +("|QLocale.German|" . 42) +("|QLocale.Greek|" . 43) +("|QLocale.Greenlandic|" . 44) +("|QLocale.Guarani|" . 45) +("|QLocale.Gujarati|" . 46) +("|QLocale.Haitian|" . 222) +("|QLocale.Hausa|" . 47) +("|QLocale.Hebrew|" . 48) +("|QLocale.Herero|" . 223) +("|QLocale.Hindi|" . 49) +("|QLocale.HiriMotu|" . 224) +("|QLocale.Hungarian|" . 50) +("|QLocale.Icelandic|" . 51) +("|QLocale.Indonesian|" . 52) +("|QLocale.Interlingua|" . 53) +("|QLocale.Interlingue|" . 54) +("|QLocale.Inuktitut|" . 55) +("|QLocale.Inupiak|" . 56) +("|QLocale.Irish|" . 57) +("|QLocale.Italian|" . 58) +("|QLocale.Japanese|" . 59) +("|QLocale.Javanese|" . 60) +("|QLocale.Kannada|" . 61) +("|QLocale.Kanuri|" . 225) +("|QLocale.Kashmiri|" . 62) +("|QLocale.Kazakh|" . 63) +("|QLocale.Kinyarwanda|" . 64) +("|QLocale.Kirghiz|" . 65) +("|QLocale.Komi|" . 226) +("|QLocale.Kongo|" . 227) +("|QLocale.Korean|" . 66) +("|QLocale.Kurdish|" . 67) +("|QLocale.Rundi|" . 68) +("|QLocale.Kurundi|" . 68) +("|QLocale.Kwanyama|" . 228) +("|QLocale.Lakota|" . 313) +("|QLocale.Lao|" . 69) +("|QLocale.Latin|" . 70) +("|QLocale.Latvian|" . 71) +("|QLocale.Limburgish|" . 229) +("|QLocale.Lingala|" . 72) +("|QLocale.Lithuanian|" . 73) +("|QLocale.LubaKatanga|" . 230) +("|QLocale.Luxembourgish|" . 231) +("|QLocale.Marshallese|" . 81) +("|QLocale.Macedonian|" . 74) +("|QLocale.Malagasy|" . 75) +("|QLocale.Malay|" . 76) +("|QLocale.Malayalam|" . 77) +("|QLocale.Maltese|" . 78) +("|QLocale.Manx|" . 144) +("|QLocale.Maori|" . 79) +("|QLocale.Marathi|" . 80) +("|QLocale.Moldavian|" . 95) +("|QLocale.Mongolian|" . 82) +("|QLocale.NauruLanguage|" . 83) +("|QLocale.Navaho|" . 232) +("|QLocale.Ndonga|" . 233) +("|QLocale.Nepali|" . 84) +("|QLocale.Norwegian|" . 85) +("|QLocale.NorwegianBokmal|" . 85) +("|QLocale.NorwegianNynorsk|" . 141) +("|QLocale.Occitan|" . 86) +("|QLocale.Ojibwa|" . 234) +("|QLocale.Oriya|" . 87) +("|QLocale.Ossetic|" . 101) +("|QLocale.Pali|" . 235) +("|QLocale.Pashto|" . 88) +("|QLocale.Persian|" . 89) +("|QLocale.Polish|" . 90) +("|QLocale.Portuguese|" . 91) +("|QLocale.Punjabi|" . 92) +("|QLocale.Quechua|" . 93) +("|QLocale.Romansh|" . 94) +("|QLocale.RhaetoRomance|" . 94) +("|QLocale.Romanian|" . 95) +("|QLocale.Russian|" . 96) +("|QLocale.Samoan|" . 97) +("|QLocale.Sango|" . 98) +("|QLocale.Sanskrit|" . 99) +("|QLocale.Sardinian|" . 115) +("|QLocale.Serbian|" . 100) +("|QLocale.SerboCroatian|" . 100) +("|QLocale.SouthernSotho|" . 102) +("|QLocale.Tswana|" . 103) +("|QLocale.Shona|" . 104) +("|QLocale.Sindhi|" . 105) +("|QLocale.Sinhala|" . 106) +("|QLocale.Swati|" . 107) +("|QLocale.Slovak|" . 108) +("|QLocale.Slovenian|" . 109) +("|QLocale.Somali|" . 110) +("|QLocale.Spanish|" . 111) +("|QLocale.StandardMoroccanTamazight|" . 314) +("|QLocale.Sundanese|" . 112) +("|QLocale.Swahili|" . 113) +("|QLocale.Swedish|" . 114) +("|QLocale.Tagalog|" . 166) +("|QLocale.Tahitian|" . 127) +("|QLocale.Tajik|" . 116) +("|QLocale.Tamil|" . 117) +("|QLocale.Tatar|" . 118) +("|QLocale.Telugu|" . 119) +("|QLocale.Thai|" . 120) +("|QLocale.Tibetan|" . 121) +("|QLocale.Tigrinya|" . 122) +("|QLocale.Tongan|" . 123) +("|QLocale.Tsonga|" . 124) +("|QLocale.Turkish|" . 125) +("|QLocale.Turkmen|" . 126) +("|QLocale.Twi|" . 146) +("|QLocale.Uighur|" . 128) +("|QLocale.Uigur|" . 128) +("|QLocale.Ukrainian|" . 129) +("|QLocale.Urdu|" . 130) +("|QLocale.Uzbek|" . 131) +("|QLocale.Vietnamese|" . 132) +("|QLocale.Volapuk|" . 133) +("|QLocale.Walloon|" . 236) +("|QLocale.Welsh|" . 134) +("|QLocale.Wolof|" . 135) +("|QLocale.Xhosa|" . 136) +("|QLocale.Yiddish|" . 137) +("|QLocale.Yoruba|" . 138) +("|QLocale.Zhuang|" . 139) +("|QLocale.Zulu|" . 140) +("|QLocale.Bosnian|" . 142) +("|QLocale.Divehi|" . 143) +("|QLocale.Manx|" . 144) +("|QLocale.Cornish|" . 145) +("|QLocale.Akan|" . 146) +("|QLocale.Konkani|" . 147) +("|QLocale.Ga|" . 148) +("|QLocale.Igbo|" . 149) +("|QLocale.Kamba|" . 150) +("|QLocale.Syriac|" . 151) +("|QLocale.Blin|" . 152) +("|QLocale.Geez|" . 153) +("|QLocale.Koro|" . 154) +("|QLocale.Sidamo|" . 155) +("|QLocale.Atsam|" . 156) +("|QLocale.Tigre|" . 157) +("|QLocale.Jju|" . 158) +("|QLocale.Friulian|" . 159) +("|QLocale.Venda|" . 160) +("|QLocale.Ewe|" . 161) +("|QLocale.Walamo|" . 162) +("|QLocale.Hawaiian|" . 163) +("|QLocale.Tyap|" . 164) +("|QLocale.Nyanja|" . 165) +("|QLocale.Chewa|" . 165) +("|QLocale.Filipino|" . 166) +("|QLocale.SwissGerman|" . 167) +("|QLocale.SichuanYi|" . 168) +("|QLocale.Kpelle|" . 169) +("|QLocale.LowGerman|" . 170) +("|QLocale.SouthNdebele|" . 171) +("|QLocale.NorthernSotho|" . 172) +("|QLocale.NorthernSami|" . 173) +("|QLocale.Taroko|" . 174) +("|QLocale.Gusii|" . 175) +("|QLocale.Taita|" . 176) +("|QLocale.Fulah|" . 177) +("|QLocale.Kikuyu|" . 178) +("|QLocale.Samburu|" . 179) +("|QLocale.Sena|" . 180) +("|QLocale.NorthNdebele|" . 181) +("|QLocale.Rombo|" . 182) +("|QLocale.Tachelhit|" . 183) +("|QLocale.Kabyle|" . 184) +("|QLocale.Nyankole|" . 185) +("|QLocale.Bena|" . 186) +("|QLocale.Vunjo|" . 187) +("|QLocale.Bambara|" . 188) +("|QLocale.Embu|" . 189) +("|QLocale.Cherokee|" . 190) +("|QLocale.Morisyen|" . 191) +("|QLocale.Makonde|" . 192) +("|QLocale.Langi|" . 193) +("|QLocale.Ganda|" . 194) +("|QLocale.Bemba|" . 195) +("|QLocale.Kabuverdianu|" . 196) +("|QLocale.Meru|" . 197) +("|QLocale.Kalenjin|" . 198) +("|QLocale.Nama|" . 199) +("|QLocale.Machame|" . 200) +("|QLocale.Colognian|" . 201) +("|QLocale.Masai|" . 202) +("|QLocale.Soga|" . 203) +("|QLocale.Luyia|" . 204) +("|QLocale.Asu|" . 205) +("|QLocale.Teso|" . 206) +("|QLocale.Saho|" . 207) +("|QLocale.KoyraChiini|" . 208) +("|QLocale.Rwa|" . 209) +("|QLocale.Luo|" . 210) +("|QLocale.Chiga|" . 211) +("|QLocale.CentralMoroccoTamazight|" . 212) +("|QLocale.KoyraboroSenni|" . 213) +("|QLocale.Shambala|" . 214) +("|QLocale.Aghem|" . 237) +("|QLocale.Basaa|" . 238) +("|QLocale.Zarma|" . 239) +("|QLocale.Duala|" . 240) +("|QLocale.JolaFonyi|" . 241) +("|QLocale.Ewondo|" . 242) +("|QLocale.Bafia|" . 243) +("|QLocale.MakhuwaMeetto|" . 244) +("|QLocale.Mundang|" . 245) +("|QLocale.Kwasio|" . 246) +("|QLocale.Nuer|" . 247) +("|QLocale.Sakha|" . 248) +("|QLocale.Sangu|" . 249) +("|QLocale.CongoSwahili|" . 250) +("|QLocale.Tasawaq|" . 251) +("|QLocale.Vai|" . 252) +("|QLocale.Walser|" . 253) +("|QLocale.Yangben|" . 254) +("|QLocale.Avestan|" . 255) +("|QLocale.Asturian|" . 256) +("|QLocale.Ngomba|" . 257) +("|QLocale.Kako|" . 258) +("|QLocale.Meta|" . 259) +("|QLocale.Ngiemboon|" . 260) +("|QLocale.Aragonese|" . 261) +("|QLocale.Akkadian|" . 262) +("|QLocale.AncientEgyptian|" . 263) +("|QLocale.AncientGreek|" . 264) +("|QLocale.Aramaic|" . 265) +("|QLocale.Balinese|" . 266) +("|QLocale.Bamun|" . 267) +("|QLocale.BatakToba|" . 268) +("|QLocale.Buginese|" . 269) +("|QLocale.Buhid|" . 270) +("|QLocale.Carian|" . 271) +("|QLocale.Chakma|" . 272) +("|QLocale.ClassicalMandaic|" . 273) +("|QLocale.Coptic|" . 274) +("|QLocale.Dogri|" . 275) +("|QLocale.EasternCham|" . 276) +("|QLocale.EasternKayah|" . 277) +("|QLocale.Etruscan|" . 278) +("|QLocale.Gothic|" . 279) +("|QLocale.Hanunoo|" . 280) +("|QLocale.Ingush|" . 281) +("|QLocale.LargeFloweryMiao|" . 282) +("|QLocale.Lepcha|" . 283) +("|QLocale.Limbu|" . 284) +("|QLocale.Lisu|" . 285) +("|QLocale.Lu|" . 286) +("|QLocale.Lycian|" . 287) +("|QLocale.Lydian|" . 288) +("|QLocale.Mandingo|" . 289) +("|QLocale.Manipuri|" . 290) +("|QLocale.Meroitic|" . 291) +("|QLocale.NorthernThai|" . 292) +("|QLocale.OldIrish|" . 293) +("|QLocale.OldNorse|" . 294) +("|QLocale.OldPersian|" . 295) +("|QLocale.OldTurkish|" . 296) +("|QLocale.Pahlavi|" . 297) +("|QLocale.Parthian|" . 298) +("|QLocale.Phoenician|" . 299) +("|QLocale.PrakritLanguage|" . 300) +("|QLocale.Rejang|" . 301) +("|QLocale.Sabaean|" . 302) +("|QLocale.Samaritan|" . 303) +("|QLocale.Santali|" . 304) +("|QLocale.Saurashtra|" . 305) +("|QLocale.Sora|" . 306) +("|QLocale.Sylheti|" . 307) +("|QLocale.Tagbanwa|" . 308) +("|QLocale.TaiDam|" . 309) +("|QLocale.TaiNua|" . 310) +("|QLocale.Ugaritic|" . 311) +("|QLocale.Mapuche|" . 315) +("|QLocale.CentralKurdish|" . 316) +("|QLocale.LowerSorbian|" . 317) +("|QLocale.UpperSorbian|" . 318) +("|QLocale.Kenyang|" . 319) +("|QLocale.Mohawk|" . 320) +("|QLocale.Nko|" . 321) +("|QLocale.Prussian|" . 322) +("|QLocale.Kiche|" . 323) +("|QLocale.SouthernSami|" . 324) +("|QLocale.LuleSami|" . 325) +("|QLocale.InariSami|" . 326) +("|QLocale.SkoltSami|" . 327) +("|QLocale.Warlpiri|" . 328) +("|QLocale.ManichaeanMiddlePersian|" . 329) +("|QLocale.Mende|" . 330) +("|QLocale.AncientNorthArabian|" . 331) +("|QLocale.LinearA|" . 332) +("|QLocale.HmongNjua|" . 333) +("|QLocale.Ho|" . 334) +("|QLocale.Lezghian|" . 335) +("|QLocale.Bassa|" . 336) +("|QLocale.Mono|" . 337) +("|QLocale.TedimChin|" . 338) +("|QLocale.Maithili|" . 339) +("|QLocale.LowerSorbian|" . 317) +("|QLocale.UpperSorbian|" . 318) +("|QLocale.MetricSystem|" . 0) +("|QLocale.ImperialUSSystem|" . 1) +("|QLocale.ImperialUKSystem|" . 2) +("|QLocale.ImperialSystem|" . 1) +("|QLocale.OmitGroupSeparator|" . #x01) +("|QLocale.RejectGroupSeparator|" . #x02) +("|QLocale.StandardQuotation|" . 0) +("|QLocale.AlternateQuotation|" . 1) +("|QLocale.AnyScript|" . 0) +("|QLocale.ArabicScript|" . 1) +("|QLocale.ArmenianScript|" . 10) +("|QLocale.AvestanScript|" . 36) +("|QLocale.BalineseScript|" . 37) +("|QLocale.BamumScript|" . 38) +("|QLocale.BassaVahScript|" . 106) +("|QLocale.BatakScript|" . 39) +("|QLocale.BengaliScript|" . 11) +("|QLocale.BopomofoScript|" . 40) +("|QLocale.BrahmiScript|" . 41) +("|QLocale.BrailleScript|" . 103) +("|QLocale.BugineseScript|" . 42) +("|QLocale.BuhidScript|" . 43) +("|QLocale.CanadianAboriginalScript|" . 44) +("|QLocale.CarianScript|" . 45) +("|QLocale.CaucasianAlbanianScript|" . 105) +("|QLocale.ChakmaScript|" . 46) +("|QLocale.ChamScript|" . 47) +("|QLocale.CherokeeScript|" . 12) +("|QLocale.CopticScript|" . 48) +("|QLocale.CypriotScript|" . 49) +("|QLocale.CyrillicScript|" . 2) +("|QLocale.DeseretScript|" . 3) +("|QLocale.DevanagariScript|" . 13) +("|QLocale.DuployanScript|" . 107) +("|QLocale.EgyptianHieroglyphsScript|" . 50) +("|QLocale.ElbasanScript|" . 108) +("|QLocale.EthiopicScript|" . 14) +("|QLocale.FraserScript|" . 51) +("|QLocale.GeorgianScript|" . 15) +("|QLocale.GlagoliticScript|" . 52) +("|QLocale.GothicScript|" . 53) +("|QLocale.GranthaScript|" . 109) +("|QLocale.GreekScript|" . 16) +("|QLocale.GujaratiScript|" . 17) +("|QLocale.GurmukhiScript|" . 4) +("|QLocale.HanScript|" . 54) +("|QLocale.HangulScript|" . 55) +("|QLocale.HanunooScript|" . 56) +("|QLocale.HebrewScript|" . 18) +("|QLocale.HiraganaScript|" . 104) +("|QLocale.ImperialAramaicScript|" . 57) +("|QLocale.InscriptionalPahlaviScript|" . 58) +("|QLocale.InscriptionalParthianScript|" . 59) +("|QLocale.JapaneseScript|" . 19) +("|QLocale.JavaneseScript|" . 60) +("|QLocale.KaithiScript|" . 61) +("|QLocale.KannadaScript|" . 21) +("|QLocale.KatakanaScript|" . 62) +("|QLocale.KayahLiScript|" . 63) +("|QLocale.KharoshthiScript|" . 64) +("|QLocale.KhmerScript|" . 20) +("|QLocale.KhojkiScript|" . 111) +("|QLocale.KhudawadiScript|" . 125) +("|QLocale.KoreanScript|" . 22) +("|QLocale.LannaScript|" . 65) +("|QLocale.LaoScript|" . 23) +("|QLocale.LatinScript|" . 7) +("|QLocale.LepchaScript|" . 66) +("|QLocale.LimbuScript|" . 67) +("|QLocale.LinearAScript|" . 112) +("|QLocale.LinearBScript|" . 68) +("|QLocale.LycianScript|" . 69) +("|QLocale.LydianScript|" . 70) +("|QLocale.MahajaniScript|" . 113) +("|QLocale.MalayalamScript|" . 24) +("|QLocale.MandaeanScript|" . 71) +("|QLocale.ManichaeanScript|" . 114) +("|QLocale.MeiteiMayekScript|" . 72) +("|QLocale.MendeKikakuiScript|" . 115) +("|QLocale.MeroiticScript|" . 73) +("|QLocale.MeroiticCursiveScript|" . 74) +("|QLocale.ModiScript|" . 116) +("|QLocale.MongolianScript|" . 8) +("|QLocale.MroScript|" . 117) +("|QLocale.MyanmarScript|" . 25) +("|QLocale.NabataeanScript|" . 119) +("|QLocale.NkoScript|" . 75) +("|QLocale.NewTaiLueScript|" . 76) +("|QLocale.OghamScript|" . 77) +("|QLocale.OlChikiScript|" . 78) +("|QLocale.OldItalicScript|" . 79) +("|QLocale.OldNorthArabianScript|" . 118) +("|QLocale.OldPermicScript|" . 122) +("|QLocale.OldPersianScript|" . 80) +("|QLocale.OldSouthArabianScript|" . 81) +("|QLocale.OriyaScript|" . 26) +("|QLocale.OrkhonScript|" . 82) +("|QLocale.OsmanyaScript|" . 83) +("|QLocale.PahawhHmongScript|" . 110) +("|QLocale.PalmyreneScript|" . 120) +("|QLocale.PauCinHauScript|" . 121) +("|QLocale.PhagsPaScript|" . 84) +("|QLocale.PhoenicianScript|" . 85) +("|QLocale.PollardPhoneticScript|" . 86) +("|QLocale.PsalterPahlaviScript|" . 123) +("|QLocale.RejangScript|" . 87) +("|QLocale.RunicScript|" . 88) +("|QLocale.SamaritanScript|" . 89) +("|QLocale.SaurashtraScript|" . 90) +("|QLocale.SharadaScript|" . 91) +("|QLocale.ShavianScript|" . 92) +("|QLocale.SiddhamScript|" . 124) +("|QLocale.SimplifiedHanScript|" . 5) +("|QLocale.SimplifiedChineseScript|" . 5) +("|QLocale.SinhalaScript|" . 32) +("|QLocale.SoraSompengScript|" . 93) +("|QLocale.CuneiformScript|" . 94) +("|QLocale.SundaneseScript|" . 95) +("|QLocale.SylotiNagriScript|" . 96) +("|QLocale.SyriacScript|" . 33) +("|QLocale.TagalogScript|" . 97) +("|QLocale.TagbanwaScript|" . 98) +("|QLocale.TaiLeScript|" . 99) +("|QLocale.TaiVietScript|" . 100) +("|QLocale.TakriScript|" . 101) +("|QLocale.TamilScript|" . 27) +("|QLocale.TeluguScript|" . 28) +("|QLocale.ThaanaScript|" . 29) +("|QLocale.ThaiScript|" . 30) +("|QLocale.TibetanScript|" . 31) +("|QLocale.TifinaghScript|" . 9) +("|QLocale.TirhutaScript|" . 126) +("|QLocale.TraditionalHanScript|" . 6) +("|QLocale.TraditionalChineseScript|" . 6) +("|QLocale.UgariticScript|" . 102) +("|QLocale.VaiScript|" . 35) +("|QLocale.VarangKshitiScript|" . 127) +("|QLocale.YiScript|" . 34) +("|QNetworkCookie.NameAndValueOnly|" . 0) +("|QNetworkCookie.Full|" . 1) +("|QNetworkInterface.IsUp|" . #x1) +("|QNetworkInterface.IsRunning|" . #x2) +("|QNetworkInterface.CanBroadcast|" . #x4) +("|QNetworkInterface.IsLoopBack|" . #x8) +("|QNetworkInterface.IsPointToPoint|" . #x10) +("|QNetworkInterface.CanMulticast|" . #x20) +("|QNetworkProxy.TunnelingCapability|" . #x0001) +("|QNetworkProxy.ListeningCapability|" . #x0002) +("|QNetworkProxy.UdpTunnelingCapability|" . #x0004) +("|QNetworkProxy.CachingCapability|" . #x0008) +("|QNetworkProxy.HostNameLookupCapability|" . #x0010) +("|QNetworkProxy.NoProxy|" . 2) +("|QNetworkProxy.DefaultProxy|" . 0) +("|QNetworkProxy.Socks5Proxy|" . 1) +("|QNetworkProxy.HttpProxy|" . 3) +("|QNetworkProxy.HttpCachingProxy|" . 4) +("|QNetworkProxy.FtpCachingProxy|" . 5) +("|QNetworkProxyQuery.TcpSocket|" . 0) +("|QNetworkProxyQuery.UdpSocket|" . 1) +("|QNetworkProxyQuery.TcpServer|" . 100) +("|QNetworkProxyQuery.UrlRequest|" . 101) +("|QNetworkRequest.HttpStatusCodeAttribute|" . 0) +("|QNetworkRequest.HttpReasonPhraseAttribute|" . 1) +("|QNetworkRequest.RedirectionTargetAttribute|" . 2) +("|QNetworkRequest.ConnectionEncryptedAttribute|" . 3) +("|QNetworkRequest.CacheLoadControlAttribute|" . 4) +("|QNetworkRequest.CacheSaveControlAttribute|" . 5) +("|QNetworkRequest.SourceIsFromCacheAttribute|" . 6) +("|QNetworkRequest.DoNotBufferUploadDataAttribute|" . 7) +("|QNetworkRequest.HttpPipeliningAllowedAttribute|" . 8) +("|QNetworkRequest.HttpPipeliningWasUsedAttribute|" . 9) +("|QNetworkRequest.CustomVerbAttribute|" . 10) +("|QNetworkRequest.CookieLoadControlAttribute|" . 11) +("|QNetworkRequest.CookieSaveControlAttribute|" . 13) +("|QNetworkRequest.AuthenticationReuseAttribute|" . 12) +("|QNetworkRequest.BackgroundRequestAttribute|" . 17) +("|QNetworkRequest.SpdyAllowedAttribute|" . 18) +("|QNetworkRequest.SpdyWasUsedAttribute|" . 19) +("|QNetworkRequest.EmitAllUploadProgressSignalsAttribute|" . 20) +("|QNetworkRequest.User|" . 1000) +("|QNetworkRequest.UserMax|" . 32767) +("|QNetworkRequest.AlwaysNetwork|" . 0) +("|QNetworkRequest.PreferNetwork|" . 1) +("|QNetworkRequest.PreferCache|" . 2) +("|QNetworkRequest.AlwaysCache|" . 3) +("|QNetworkRequest.ContentDispositionHeader|" . 6) +("|QNetworkRequest.ContentTypeHeader|" . 0) +("|QNetworkRequest.ContentLengthHeader|" . 1) +("|QNetworkRequest.LocationHeader|" . 2) +("|QNetworkRequest.LastModifiedHeader|" . 3) +("|QNetworkRequest.CookieHeader|" . 4) +("|QNetworkRequest.SetCookieHeader|" . 5) +("|QNetworkRequest.UserAgentHeader|" . 7) +("|QNetworkRequest.ServerHeader|" . 8) +("|QNetworkRequest.Automatic|" . 0) +("|QNetworkRequest.Manual|" . 1) +("|QNetworkRequest.HighPriority|" . 1) +("|QNetworkRequest.NormalPriority|" . 3) +("|QNetworkRequest.LowPriority|" . 5) +("|QPagedPaintDevice.A0|" . 5) +("|QPagedPaintDevice.A1|" . 6) +("|QPagedPaintDevice.A2|" . 7) +("|QPagedPaintDevice.A3|" . 8) +("|QPagedPaintDevice.A4|" . 0) +("|QPagedPaintDevice.A5|" . 9) +("|QPagedPaintDevice.A6|" . 10) +("|QPagedPaintDevice.A7|" . 11) +("|QPagedPaintDevice.A8|" . 12) +("|QPagedPaintDevice.A9|" . 13) +("|QPagedPaintDevice.B0|" . 14) +("|QPagedPaintDevice.B1|" . 15) +("|QPagedPaintDevice.B2|" . 17) +("|QPagedPaintDevice.B3|" . 18) +("|QPagedPaintDevice.B4|" . 19) +("|QPagedPaintDevice.B5|" . 1) +("|QPagedPaintDevice.B6|" . 20) +("|QPagedPaintDevice.B7|" . 21) +("|QPagedPaintDevice.B8|" . 22) +("|QPagedPaintDevice.B9|" . 23) +("|QPagedPaintDevice.B10|" . 16) +("|QPagedPaintDevice.C5E|" . 24) +("|QPagedPaintDevice.Comm10E|" . 25) +("|QPagedPaintDevice.DLE|" . 26) +("|QPagedPaintDevice.Executive|" . 4) +("|QPagedPaintDevice.Folio|" . 27) +("|QPagedPaintDevice.Ledger|" . 28) +("|QPagedPaintDevice.Legal|" . 3) +("|QPagedPaintDevice.Letter|" . 2) +("|QPagedPaintDevice.Tabloid|" . 29) +("|QPagedPaintDevice.Custom|" . 30) +("|QPagedPaintDevice.A10|" . 31) +("|QPagedPaintDevice.A3Extra|" . 32) +("|QPagedPaintDevice.A4Extra|" . 33) +("|QPagedPaintDevice.A4Plus|" . 34) +("|QPagedPaintDevice.A4Small|" . 35) +("|QPagedPaintDevice.A5Extra|" . 36) +("|QPagedPaintDevice.B5Extra|" . 37) +("|QPagedPaintDevice.JisB0|" . 38) +("|QPagedPaintDevice.JisB1|" . 39) +("|QPagedPaintDevice.JisB2|" . 40) +("|QPagedPaintDevice.JisB3|" . 41) +("|QPagedPaintDevice.JisB4|" . 42) +("|QPagedPaintDevice.JisB5|" . 43) +("|QPagedPaintDevice.JisB6|" . 44) +("|QPagedPaintDevice.JisB7|" . 45) +("|QPagedPaintDevice.JisB8|" . 46) +("|QPagedPaintDevice.JisB9|" . 47) +("|QPagedPaintDevice.JisB10|" . 48) +("|QPagedPaintDevice.AnsiA|" . 2) +("|QPagedPaintDevice.AnsiB|" . 28) +("|QPagedPaintDevice.AnsiC|" . 49) +("|QPagedPaintDevice.AnsiD|" . 50) +("|QPagedPaintDevice.AnsiE|" . 51) +("|QPagedPaintDevice.LegalExtra|" . 52) +("|QPagedPaintDevice.LetterExtra|" . 53) +("|QPagedPaintDevice.LetterPlus|" . 54) +("|QPagedPaintDevice.LetterSmall|" . 55) +("|QPagedPaintDevice.TabloidExtra|" . 56) +("|QPagedPaintDevice.ArchA|" . 57) +("|QPagedPaintDevice.ArchB|" . 58) +("|QPagedPaintDevice.ArchC|" . 59) +("|QPagedPaintDevice.ArchD|" . 60) +("|QPagedPaintDevice.ArchE|" . 61) +("|QPagedPaintDevice.Imperial7x9|" . 62) +("|QPagedPaintDevice.Imperial8x10|" . 63) +("|QPagedPaintDevice.Imperial9x11|" . 64) +("|QPagedPaintDevice.Imperial9x12|" . 65) +("|QPagedPaintDevice.Imperial10x11|" . 66) +("|QPagedPaintDevice.Imperial10x13|" . 67) +("|QPagedPaintDevice.Imperial10x14|" . 68) +("|QPagedPaintDevice.Imperial12x11|" . 69) +("|QPagedPaintDevice.Imperial15x11|" . 70) +("|QPagedPaintDevice.ExecutiveStandard|" . 71) +("|QPagedPaintDevice.Note|" . 72) +("|QPagedPaintDevice.Quarto|" . 73) +("|QPagedPaintDevice.Statement|" . 74) +("|QPagedPaintDevice.SuperA|" . 75) +("|QPagedPaintDevice.SuperB|" . 76) +("|QPagedPaintDevice.Postcard|" . 77) +("|QPagedPaintDevice.DoublePostcard|" . 78) +("|QPagedPaintDevice.Prc16K|" . 79) +("|QPagedPaintDevice.Prc32K|" . 80) +("|QPagedPaintDevice.Prc32KBig|" . 81) +("|QPagedPaintDevice.FanFoldUS|" . 82) +("|QPagedPaintDevice.FanFoldGerman|" . 83) +("|QPagedPaintDevice.FanFoldGermanLegal|" . 84) +("|QPagedPaintDevice.EnvelopeB4|" . 85) +("|QPagedPaintDevice.EnvelopeB5|" . 86) +("|QPagedPaintDevice.EnvelopeB6|" . 87) +("|QPagedPaintDevice.EnvelopeC0|" . 88) +("|QPagedPaintDevice.EnvelopeC1|" . 89) +("|QPagedPaintDevice.EnvelopeC2|" . 90) +("|QPagedPaintDevice.EnvelopeC3|" . 91) +("|QPagedPaintDevice.EnvelopeC4|" . 92) +("|QPagedPaintDevice.EnvelopeC5|" . 24) +("|QPagedPaintDevice.EnvelopeC6|" . 93) +("|QPagedPaintDevice.EnvelopeC65|" . 94) +("|QPagedPaintDevice.EnvelopeC7|" . 95) +("|QPagedPaintDevice.EnvelopeDL|" . DLE) +("|QPagedPaintDevice.Envelope9|" . 96) +("|QPagedPaintDevice.Envelope10|" . 25) +("|QPagedPaintDevice.Envelope11|" . 97) +("|QPagedPaintDevice.Envelope12|" . 98) +("|QPagedPaintDevice.Envelope14|" . 99) +("|QPagedPaintDevice.EnvelopeMonarch|" . 100) +("|QPagedPaintDevice.EnvelopePersonal|" . 101) +("|QPagedPaintDevice.EnvelopeChou3|" . 102) +("|QPagedPaintDevice.EnvelopeChou4|" . 103) +("|QPagedPaintDevice.EnvelopeInvite|" . 104) +("|QPagedPaintDevice.EnvelopeItalian|" . 105) +("|QPagedPaintDevice.EnvelopeKaku2|" . 106) +("|QPagedPaintDevice.EnvelopeKaku3|" . 107) +("|QPagedPaintDevice.EnvelopePrc1|" . 108) +("|QPagedPaintDevice.EnvelopePrc2|" . 109) +("|QPagedPaintDevice.EnvelopePrc3|" . 110) +("|QPagedPaintDevice.EnvelopePrc4|" . 111) +("|QPagedPaintDevice.EnvelopePrc5|" . 112) +("|QPagedPaintDevice.EnvelopePrc6|" . 113) +("|QPagedPaintDevice.EnvelopePrc7|" . 114) +("|QPagedPaintDevice.EnvelopePrc8|" . 115) +("|QPagedPaintDevice.EnvelopePrc9|" . 116) +("|QPagedPaintDevice.EnvelopePrc10|" . 117) +("|QPagedPaintDevice.EnvelopeYou4|" . 118) +("|QPagedPaintDevice.LastPageSize|" . 118) +("|QPaintDevice.PdmWidth|" . 1) +("|QPaintDevice.PdmHeight|" . 2) +("|QPaintDevice.PdmWidthMM|" . 3) +("|QPaintDevice.PdmHeightMM|" . 4) +("|QPaintDevice.PdmNumColors|" . 5) +("|QPaintDevice.PdmDepth|" . 6) +("|QPaintDevice.PdmDpiX|" . 7) +("|QPaintDevice.PdmDpiY|" . 8) +("|QPaintDevice.PdmPhysicalDpiX|" . 9) +("|QPaintDevice.PdmPhysicalDpiY|" . 10) +("|QPaintDevice.PdmDevicePixelRatio|" . 11) +("|QPainter.CompositionMode_SourceOver|" . 0) +("|QPainter.CompositionMode_DestinationOver|" . 1) +("|QPainter.CompositionMode_Clear|" . 2) +("|QPainter.CompositionMode_Source|" . 3) +("|QPainter.CompositionMode_Destination|" . 4) +("|QPainter.CompositionMode_SourceIn|" . 5) +("|QPainter.CompositionMode_DestinationIn|" . 6) +("|QPainter.CompositionMode_SourceOut|" . 7) +("|QPainter.CompositionMode_DestinationOut|" . 8) +("|QPainter.CompositionMode_SourceAtop|" . 9) +("|QPainter.CompositionMode_DestinationAtop|" . 10) +("|QPainter.CompositionMode_Xor|" . 11) +("|QPainter.CompositionMode_Plus|" . 12) +("|QPainter.CompositionMode_Multiply|" . 13) +("|QPainter.CompositionMode_Screen|" . 14) +("|QPainter.CompositionMode_Overlay|" . 15) +("|QPainter.CompositionMode_Darken|" . 16) +("|QPainter.CompositionMode_Lighten|" . 17) +("|QPainter.CompositionMode_ColorDodge|" . 18) +("|QPainter.CompositionMode_ColorBurn|" . 19) +("|QPainter.CompositionMode_HardLight|" . 20) +("|QPainter.CompositionMode_SoftLight|" . 21) +("|QPainter.CompositionMode_Difference|" . 22) +("|QPainter.CompositionMode_Exclusion|" . 23) +("|QPainter.RasterOp_SourceOrDestination|" . 24) +("|QPainter.RasterOp_SourceAndDestination|" . 25) +("|QPainter.RasterOp_SourceXorDestination|" . 26) +("|QPainter.RasterOp_NotSourceAndNotDestination|" . 27) +("|QPainter.RasterOp_NotSourceOrNotDestination|" . 28) +("|QPainter.RasterOp_NotSourceXorDestination|" . 29) +("|QPainter.RasterOp_NotSource|" . 30) +("|QPainter.RasterOp_NotSourceAndDestination|" . 31) +("|QPainter.RasterOp_SourceAndNotDestination|" . 32) +("|QPainter.RasterOp_NotSourceOrDestination|" . 33) +("|QPainter.RasterOp_ClearDestination|" . 35) +("|QPainter.RasterOp_SetDestination|" . 36) +("|QPainter.RasterOp_NotDestination|" . 37) +("|QPainter.RasterOp_SourceOrNotDestination|" . 34) +("|QPainter.OpaqueHint|" . #x01) +("|QPainter.Antialiasing|" . #x01) +("|QPainter.TextAntialiasing|" . #x02) +("|QPainter.SmoothPixmapTransform|" . #x04) +("|QPainter.HighQualityAntialiasing|" . #x08) +("|QPainter.NonCosmeticDefaultPen|" . #x10) +("|QPainter.Qt4CompatiblePainting|" . #x20) +("|QPainterPath.MoveToElement|" . 0) +("|QPainterPath.LineToElement|" . 1) +("|QPainterPath.CurveToElement|" . 2) +("|QPainterPath.CurveToDataElement|" . 3) +("|QPalette.Disabled|" . 1) +("|QPalette.Active|" . 0) +("|QPalette.Inactive|" . 2) +("|QPalette.Normal|" . 0) +("|QPalette.Window|" . 10) +("|QPalette.Background|" . 10) +("|QPalette.WindowText|" . 0) +("|QPalette.Foreground|" . 0) +("|QPalette.Base|" . 9) +("|QPalette.AlternateBase|" . 16) +("|QPalette.ToolTipBase|" . 18) +("|QPalette.ToolTipText|" . 19) +("|QPalette.Text|" . 6) +("|QPalette.Button|" . 1) +("|QPalette.ButtonText|" . 8) +("|QPalette.BrightText|" . 7) +("|QPalette.Light|" . 2) +("|QPalette.Midlight|" . 3) +("|QPalette.Dark|" . 4) +("|QPalette.Mid|" . 5) +("|QPalette.Shadow|" . 11) +("|QPalette.Highlight|" . 12) +("|QPalette.HighlightedText|" . 13) +("|QPalette.Link|" . 14) +("|QPalette.LinkVisited|" . 15) +("|QPalette.NoRole|" . 17) +("|QPrinter.Color|" . 1) +("|QPrinter.GrayScale|" . 0) +("|QPrinter.DuplexNone|" . 0) +("|QPrinter.DuplexAuto|" . 1) +("|QPrinter.DuplexLongSide|" . 2) +("|QPrinter.DuplexShortSide|" . 3) +("|QPrinter.Portrait|" . 0) +("|QPrinter.Landscape|" . 1) +("|QPrinter.NativeFormat|" . 0) +("|QPrinter.PdfFormat|" . 1) +("|QPrinter.FirstPageFirst|" . 0) +("|QPrinter.LastPageFirst|" . 1) +("|QPrinter.A0|" . 5) +("|QPrinter.A1|" . 6) +("|QPrinter.A2|" . 7) +("|QPrinter.A3|" . 8) +("|QPrinter.A4|" . 0) +("|QPrinter.A5|" . 9) +("|QPrinter.A6|" . 10) +("|QPrinter.A7|" . 11) +("|QPrinter.A8|" . 12) +("|QPrinter.A9|" . 13) +("|QPrinter.B0|" . 14) +("|QPrinter.B1|" . 15) +("|QPrinter.B2|" . 17) +("|QPrinter.B3|" . 18) +("|QPrinter.B4|" . 19) +("|QPrinter.B5|" . 1) +("|QPrinter.B6|" . 20) +("|QPrinter.B7|" . 21) +("|QPrinter.B8|" . 22) +("|QPrinter.B9|" . 23) +("|QPrinter.B10|" . 16) +("|QPrinter.C5E|" . 24) +("|QPrinter.Comm10E|" . 25) +("|QPrinter.DLE|" . 26) +("|QPrinter.Executive|" . 4) +("|QPrinter.Folio|" . 27) +("|QPrinter.Ledger|" . 28) +("|QPrinter.Legal|" . 3) +("|QPrinter.Letter|" . 2) +("|QPrinter.Tabloid|" . 29) +("|QPrinter.Custom|" . 30) +("|QPrinter.A10|" . 31) +("|QPrinter.A3Extra|" . 32) +("|QPrinter.A4Extra|" . 33) +("|QPrinter.A4Plus|" . 34) +("|QPrinter.A4Small|" . 35) +("|QPrinter.A5Extra|" . 36) +("|QPrinter.B5Extra|" . 37) +("|QPrinter.JisB0|" . 38) +("|QPrinter.JisB1|" . 39) +("|QPrinter.JisB2|" . 40) +("|QPrinter.JisB3|" . 41) +("|QPrinter.JisB4|" . 42) +("|QPrinter.JisB5|" . 43) +("|QPrinter.JisB6|" . 44) +("|QPrinter.JisB7|" . 45) +("|QPrinter.JisB8|" . 46) +("|QPrinter.JisB9|" . 47) +("|QPrinter.JisB10|" . 48) +("|QPrinter.AnsiA|" . 2) +("|QPrinter.AnsiB|" . 28) +("|QPrinter.AnsiC|" . 49) +("|QPrinter.AnsiD|" . 50) +("|QPrinter.AnsiE|" . 51) +("|QPrinter.LegalExtra|" . 52) +("|QPrinter.LetterExtra|" . 53) +("|QPrinter.LetterPlus|" . 54) +("|QPrinter.LetterSmall|" . 55) +("|QPrinter.TabloidExtra|" . 56) +("|QPrinter.ArchA|" . 57) +("|QPrinter.ArchB|" . 58) +("|QPrinter.ArchC|" . 59) +("|QPrinter.ArchD|" . 60) +("|QPrinter.ArchE|" . 61) +("|QPrinter.Imperial7x9|" . 62) +("|QPrinter.Imperial8x10|" . 63) +("|QPrinter.Imperial9x11|" . 64) +("|QPrinter.Imperial9x12|" . 65) +("|QPrinter.Imperial10x11|" . 66) +("|QPrinter.Imperial10x13|" . 67) +("|QPrinter.Imperial10x14|" . 68) +("|QPrinter.Imperial12x11|" . 69) +("|QPrinter.Imperial15x11|" . 70) +("|QPrinter.ExecutiveStandard|" . 71) +("|QPrinter.Note|" . 72) +("|QPrinter.Quarto|" . 73) +("|QPrinter.Statement|" . 74) +("|QPrinter.SuperA|" . 75) +("|QPrinter.SuperB|" . 76) +("|QPrinter.Postcard|" . 77) +("|QPrinter.DoublePostcard|" . 78) +("|QPrinter.Prc16K|" . 79) +("|QPrinter.Prc32K|" . 80) +("|QPrinter.Prc32KBig|" . 81) +("|QPrinter.FanFoldUS|" . 82) +("|QPrinter.FanFoldGerman|" . 83) +("|QPrinter.FanFoldGermanLegal|" . 84) +("|QPrinter.EnvelopeB4|" . 85) +("|QPrinter.EnvelopeB5|" . 86) +("|QPrinter.EnvelopeB6|" . 87) +("|QPrinter.EnvelopeC0|" . 88) +("|QPrinter.EnvelopeC1|" . 89) +("|QPrinter.EnvelopeC2|" . 90) +("|QPrinter.EnvelopeC3|" . 91) +("|QPrinter.EnvelopeC4|" . 92) +("|QPrinter.EnvelopeC5|" . 24) +("|QPrinter.EnvelopeC6|" . 93) +("|QPrinter.EnvelopeC65|" . 94) +("|QPrinter.EnvelopeC7|" . 95) +("|QPrinter.EnvelopeDL|" . 26) +("|QPrinter.Envelope9|" . 96) +("|QPrinter.Envelope10|" . 25) +("|QPrinter.Envelope11|" . 97) +("|QPrinter.Envelope12|" . 98) +("|QPrinter.Envelope14|" . 99) +("|QPrinter.EnvelopeMonarch|" . 100) +("|QPrinter.EnvelopePersonal|" . 101) +("|QPrinter.EnvelopeChou3|" . 102) +("|QPrinter.EnvelopeChou4|" . 103) +("|QPrinter.EnvelopeInvite|" . 104) +("|QPrinter.EnvelopeItalian|" . 105) +("|QPrinter.EnvelopeKaku2|" . 106) +("|QPrinter.EnvelopeKaku3|" . 107) +("|QPrinter.EnvelopePrc1|" . 108) +("|QPrinter.EnvelopePrc2|" . 109) +("|QPrinter.EnvelopePrc3|" . 110) +("|QPrinter.EnvelopePrc4|" . 111) +("|QPrinter.EnvelopePrc5|" . 112) +("|QPrinter.EnvelopePrc6|" . 113) +("|QPrinter.EnvelopePrc7|" . 114) +("|QPrinter.EnvelopePrc8|" . 115) +("|QPrinter.EnvelopePrc9|" . 116) +("|QPrinter.EnvelopePrc10|" . 117) +("|QPrinter.EnvelopeYou4|" . 118) +("|QPrinter.LastPageSize|" . 118) +("|QPrinter.Auto|" . 6) +("|QPrinter.Cassette|" . 11) +("|QPrinter.Envelope|" . 4) +("|QPrinter.EnvelopeManual|" . 5) +("|QPrinter.FormSource|" . 12) +("|QPrinter.LargeCapacity|" . 10) +("|QPrinter.LargeFormat|" . 9) +("|QPrinter.Lower|" . 1) +("|QPrinter.MaxPageSource|" . 13) +("|QPrinter.Middle|" . 2) +("|QPrinter.Manual|" . 3) +("|QPrinter.OnlyOne|" . 0) +("|QPrinter.Tractor|" . 7) +("|QPrinter.SmallFormat|" . 8) +("|QPrinter.Upper|" . 0) +("|QPrinter.CustomSource|" . 14) +("|QPrinter.LastPaperSource|" . 14) +("|QPrinter.AllPages|" . 0) +("|QPrinter.Selection|" . 1) +("|QPrinter.PageRange|" . 2) +("|QPrinter.CurrentPage|" . 3) +("|QPrinter.ScreenResolution|" . 0) +("|QPrinter.PrinterResolution|" . 1) +("|QPrinter.HighResolution|" . 2) +("|QPrinter.Idle|" . 0) +("|QPrinter.Active|" . 1) +("|QPrinter.Aborted|" . 2) +("|QPrinter.Error|" . 3) +("|QPrinter.Millimeter|" . 0) +("|QPrinter.Point|" . 1) +("|QPrinter.Inch|" . 2) +("|QPrinter.Pica|" . 3) +("|QPrinter.Didot|" . 4) +("|QPrinter.Cicero|" . 5) +("|QPrinter.DevicePixel|" . 6) +("|QReadWriteLock.Recursive|" . 1) +("|QReadWriteLock.NonRecursive|" . 0) +("|QRegExp.CaretAtZero|" . 0) +("|QRegExp.CaretAtOffset|" . 1) +("|QRegExp.CaretWontMatch|" . 2) +("|QRegExp.RegExp|" . 0) +("|QRegExp.RegExp2|" . 3) +("|QRegExp.Wildcard|" . 1) +("|QRegExp.WildcardUnix|" . 4) +("|QRegExp.FixedString|" . 2) +("|QRegExp.W3CXmlSchema11|" . 5) +("|QRegion.Rectangle|" . 0) +("|QRegion.Ellipse|" . 1) +("|QSizePolicy.DefaultType|" . #x00000001) +("|QSizePolicy.ButtonBox|" . #x00000002) +("|QSizePolicy.CheckBox|" . #x00000004) +("|QSizePolicy.ComboBox|" . #x00000008) +("|QSizePolicy.Frame|" . #x00000010) +("|QSizePolicy.GroupBox|" . #x00000020) +("|QSizePolicy.Label|" . #x00000040) +("|QSizePolicy.Line|" . #x00000080) +("|QSizePolicy.LineEdit|" . #x00000100) +("|QSizePolicy.PushButton|" . #x00000200) +("|QSizePolicy.RadioButton|" . #x00000400) +("|QSizePolicy.Slider|" . #x00000800) +("|QSizePolicy.SpinBox|" . #x00001000) +("|QSizePolicy.TabWidget|" . #x00002000) +("|QSizePolicy.ToolButton|" . #x00004000) +("|QSizePolicy.Fixed|" . 0) +("|QSizePolicy.Minimum|" . 1) +("|QSizePolicy.Maximum|" . 4) +("|QSizePolicy.Preferred|" . #.(logior 1 4)) +("|QSizePolicy.Expanding|" . #.(logior 1 4 2)) +("|QSizePolicy.MinimumExpanding|" . #.(logior 1 2)) +("|QSizePolicy.Ignored|" . #.(logior 4 1 8)) +("|QSizePolicy.GrowFlag|" . 1) +("|QSizePolicy.ExpandFlag|" . 2) +("|QSizePolicy.ShrinkFlag|" . 4) +("|QSizePolicy.IgnoreFlag|" . 8) +("|QSqlError.NoError|" . 0) +("|QSqlError.ConnectionError|" . 1) +("|QSqlError.StatementError|" . 2) +("|QSqlError.TransactionError|" . 3) +("|QSqlError.UnknownError|" . 4) +("|QSqlField.Required|" . 1) +("|QSqlField.Optional|" . 0) +("|QSqlField.Unknown|" . -1) +("|QSqlQuery.ValuesAsRows|" . 0) +("|QSqlQuery.ValuesAsColumns|" . 1) +("|QSqlResult.PositionalBinding|" . 0) +("|QSqlResult.NamedBinding|" . 1) +("|QSslCertificate.Organization|" . 0) +("|QSslCertificate.CommonName|" . 1) +("|QSslCertificate.LocalityName|" . 2) +("|QSslCertificate.OrganizationalUnitName|" . 3) +("|QSslCertificate.CountryName|" . 4) +("|QSslCertificate.StateOrProvinceName|" . 5) +("|QSslCertificate.DistinguishedNameQualifier|" . 6) +("|QSslCertificate.SerialNumber|" . 7) +("|QSslCertificate.EmailAddress|" . 8) +("|QSslConfiguration.NextProtocolNegotiationNone|" . 0) +("|QSslConfiguration.NextProtocolNegotiationNegotiated|" . 1) +("|QSslConfiguration.NextProtocolNegotiationUnsupported|" . 2) +("|QSslError.NoError|" . 0) +("|QSslError.UnableToGetIssuerCertificate|" . 1) +("|QSslError.UnableToDecryptCertificateSignature|" . 2) +("|QSslError.UnableToDecodeIssuerPublicKey|" . 3) +("|QSslError.CertificateSignatureFailed|" . 4) +("|QSslError.CertificateNotYetValid|" . 5) +("|QSslError.CertificateExpired|" . 6) +("|QSslError.InvalidNotBeforeField|" . 7) +("|QSslError.InvalidNotAfterField|" . 8) +("|QSslError.SelfSignedCertificate|" . 9) +("|QSslError.SelfSignedCertificateInChain|" . 10) +("|QSslError.UnableToGetLocalIssuerCertificate|" . 11) +("|QSslError.UnableToVerifyFirstCertificate|" . 12) +("|QSslError.CertificateRevoked|" . 13) +("|QSslError.InvalidCaCertificate|" . 14) +("|QSslError.PathLengthExceeded|" . 15) +("|QSslError.InvalidPurpose|" . 16) +("|QSslError.CertificateUntrusted|" . 17) +("|QSslError.CertificateRejected|" . 18) +("|QSslError.SubjectIssuerMismatch|" . 19) +("|QSslError.AuthorityIssuerSerialNumberMismatch|" . 20) +("|QSslError.NoPeerCertificate|" . 21) +("|QSslError.HostNameMismatch|" . 22) +("|QSslError.UnspecifiedError|" . -1) +("|QSslError.NoSslSupport|" . 23) +("|QSslError.CertificateBlacklisted|" . 24) +("|QStandardItem.Type|" . 0) +("|QStandardItem.UserType|" . 1000) +("|QSystemSemaphore.Open|" . 0) +("|QSystemSemaphore.Create|" . 1) +("|QSystemSemaphore.NoError|" . 0) +("|QSystemSemaphore.PermissionDenied|" . 1) +("|QSystemSemaphore.KeyError|" . 2) +("|QSystemSemaphore.AlreadyExists|" . 3) +("|QSystemSemaphore.NotFound|" . 4) +("|QSystemSemaphore.OutOfResources|" . 5) +("|QSystemSemaphore.UnknownError|" . 6) +("|QTableWidgetItem.Type|" . 0) +("|QTableWidgetItem.UserType|" . 1000) +("|QTabletEvent.UnknownPointer|" . 0) +("|QTabletEvent.Pen|" . 1) +("|QTabletEvent.Cursor|" . 2) +("|QTabletEvent.Eraser|" . 3) +("|QTabletEvent.NoDevice|" . 0) +("|QTabletEvent.Puck|" . 1) +("|QTabletEvent.Stylus|" . 2) +("|QTabletEvent.Airbrush|" . 3) +("|QTabletEvent.FourDMouse|" . 4) +("|QTabletEvent.RotationStylus|" . 6) +("|QTextBlockFormat.SingleHeight|" . 0) +("|QTextBlockFormat.ProportionalHeight|" . 1) +("|QTextBlockFormat.FixedHeight|" . 2) +("|QTextBlockFormat.MinimumHeight|" . 3) +("|QTextBlockFormat.LineDistanceHeight|" . 4) +("|QTextBoundaryFinder.NotAtBoundary|" . 0) +("|QTextBoundaryFinder.BreakOpportunity|" . #x1f) +("|QTextBoundaryFinder.StartOfItem|" . #x20) +("|QTextBoundaryFinder.EndOfItem|" . #x40) +("|QTextBoundaryFinder.MandatoryBreak|" . #x80) +("|QTextBoundaryFinder.SoftHyphen|" . #x100) +("|QTextBoundaryFinder.Grapheme|" . 0) +("|QTextBoundaryFinder.Word|" . 1) +("|QTextBoundaryFinder.Line|" . 3) +("|QTextBoundaryFinder.Sentence|" . 2) +("|QTextCharFormat.FontPropertiesSpecifiedOnly|" . 0) +("|QTextCharFormat.FontPropertiesAll|" . 1) +("|QTextCharFormat.NoUnderline|" . 0) +("|QTextCharFormat.SingleUnderline|" . 1) +("|QTextCharFormat.DashUnderline|" . 2) +("|QTextCharFormat.DotLine|" . 3) +("|QTextCharFormat.DashDotLine|" . 4) +("|QTextCharFormat.DashDotDotLine|" . 5) +("|QTextCharFormat.WaveUnderline|" . 6) +("|QTextCharFormat.SpellCheckUnderline|" . 7) +("|QTextCharFormat.AlignNormal|" . 0) +("|QTextCharFormat.AlignSuperScript|" . 1) +("|QTextCharFormat.AlignSubScript|" . 2) +("|QTextCharFormat.AlignMiddle|" . 3) +("|QTextCharFormat.AlignBottom|" . 5) +("|QTextCharFormat.AlignTop|" . 4) +("|QTextCharFormat.AlignBaseline|" . 6) +("|QTextCodec.DefaultConversion|" . 0) +("|QTextCodec.ConvertInvalidToNull|" . #x80000000) +("|QTextCodec.IgnoreHeader|" . #x1) +("|QTextCursor.MoveAnchor|" . 0) +("|QTextCursor.KeepAnchor|" . 1) +("|QTextCursor.NoMove|" . 0) +("|QTextCursor.Start|" . 1) +("|QTextCursor.StartOfLine|" . 3) +("|QTextCursor.StartOfBlock|" . 4) +("|QTextCursor.StartOfWord|" . 5) +("|QTextCursor.PreviousBlock|" . 6) +("|QTextCursor.PreviousCharacter|" . 7) +("|QTextCursor.PreviousWord|" . 8) +("|QTextCursor.Up|" . 2) +("|QTextCursor.Left|" . 9) +("|QTextCursor.WordLeft|" . 10) +("|QTextCursor.End|" . 11) +("|QTextCursor.EndOfLine|" . 13) +("|QTextCursor.EndOfWord|" . 14) +("|QTextCursor.EndOfBlock|" . 15) +("|QTextCursor.NextBlock|" . 16) +("|QTextCursor.NextCharacter|" . 17) +("|QTextCursor.NextWord|" . 18) +("|QTextCursor.Down|" . 12) +("|QTextCursor.Right|" . 19) +("|QTextCursor.WordRight|" . 20) +("|QTextCursor.NextCell|" . 21) +("|QTextCursor.PreviousCell|" . 22) +("|QTextCursor.NextRow|" . 23) +("|QTextCursor.PreviousRow|" . 24) +("|QTextCursor.Document|" . 3) +("|QTextCursor.BlockUnderCursor|" . 2) +("|QTextCursor.LineUnderCursor|" . 1) +("|QTextCursor.WordUnderCursor|" . 0) +("|QTextFormat.InvalidFormat|" . -1) +("|QTextFormat.BlockFormat|" . 1) +("|QTextFormat.CharFormat|" . 2) +("|QTextFormat.ListFormat|" . 3) +("|QTextFormat.FrameFormat|" . 5) +("|QTextFormat.UserFormat|" . 100) +("|QTextFormat.NoObject|" . 0) +("|QTextFormat.ImageObject|" . 1) +("|QTextFormat.TableObject|" . 2) +("|QTextFormat.TableCellObject|" . 3) +("|QTextFormat.UserObject|" . #x1000) +("|QTextFormat.PageBreak_Auto|" . 0) +("|QTextFormat.PageBreak_AlwaysBefore|" . #x001) +("|QTextFormat.PageBreak_AlwaysAfter|" . #x010) +("|QTextFormat.ObjectIndex|" . #x0) +("|QTextFormat.CssFloat|" . #x0800) +("|QTextFormat.LayoutDirection|" . #x0801) +("|QTextFormat.OutlinePen|" . #x810) +("|QTextFormat.ForegroundBrush|" . #x821) +("|QTextFormat.BackgroundBrush|" . #x820) +("|QTextFormat.BackgroundImageUrl|" . #x823) +("|QTextFormat.BlockAlignment|" . #x1010) +("|QTextFormat.BlockTopMargin|" . #x1030) +("|QTextFormat.BlockBottomMargin|" . #x1031) +("|QTextFormat.BlockLeftMargin|" . #x1032) +("|QTextFormat.BlockRightMargin|" . #x1033) +("|QTextFormat.TextIndent|" . #x1034) +("|QTextFormat.TabPositions|" . #x1035) +("|QTextFormat.BlockIndent|" . #x1040) +("|QTextFormat.LineHeight|" . #x1048) +("|QTextFormat.LineHeightType|" . #x1049) +("|QTextFormat.BlockNonBreakableLines|" . #x1050) +("|QTextFormat.BlockTrailingHorizontalRulerWidth|" . #x1060) +("|QTextFormat.FontFamily|" . #x2000) +("|QTextFormat.FontPointSize|" . #x2001) +("|QTextFormat.FontPixelSize|" . #x2009) +("|QTextFormat.FontSizeAdjustment|" . #x2002) +("|QTextFormat.FontFixedPitch|" . #x2008) +("|QTextFormat.FontWeight|" . #x2003) +("|QTextFormat.FontItalic|" . #x2004) +("|QTextFormat.FontUnderline|" . #x2005) +("|QTextFormat.FontOverline|" . #x2006) +("|QTextFormat.FontStrikeOut|" . #x2007) +("|QTextFormat.FontCapitalization|" . 8160) +("|QTextFormat.FontLetterSpacingType|" . #x2033) +("|QTextFormat.FontLetterSpacing|" . #x1FE1) +("|QTextFormat.FontWordSpacing|" . #x1FE2) +("|QTextFormat.FontStretch|" . #x2034) +("|QTextFormat.FontStyleHint|" . #x1FE3) +("|QTextFormat.FontStyleStrategy|" . #x1FE4) +("|QTextFormat.FontKerning|" . #x1FE5) +("|QTextFormat.FontHintingPreference|" . #x1FE6) +("|QTextFormat.TextUnderlineColor|" . #x2010) +("|QTextFormat.TextVerticalAlignment|" . #x2021) +("|QTextFormat.TextOutline|" . #x2022) +("|QTextFormat.TextUnderlineStyle|" . #x2023) +("|QTextFormat.TextToolTip|" . #x2024) +("|QTextFormat.IsAnchor|" . #x2030) +("|QTextFormat.AnchorHref|" . #x2031) +("|QTextFormat.AnchorName|" . #x2032) +("|QTextFormat.ObjectType|" . #x2f00) +("|QTextFormat.ListStyle|" . #x3000) +("|QTextFormat.ListIndent|" . #x3001) +("|QTextFormat.ListNumberPrefix|" . #x3002) +("|QTextFormat.ListNumberSuffix|" . #x3003) +("|QTextFormat.FrameBorder|" . #x4000) +("|QTextFormat.FrameBorderBrush|" . #x4009) +("|QTextFormat.FrameBorderStyle|" . #x4010) +("|QTextFormat.FrameBottomMargin|" . #x4006) +("|QTextFormat.FrameHeight|" . #x4004) +("|QTextFormat.FrameLeftMargin|" . #x4007) +("|QTextFormat.FrameMargin|" . #x4001) +("|QTextFormat.FramePadding|" . #x4002) +("|QTextFormat.FrameRightMargin|" . #x4008) +("|QTextFormat.FrameTopMargin|" . #x4005) +("|QTextFormat.FrameWidth|" . #x4003) +("|QTextFormat.TableCellSpacing|" . #x4102) +("|QTextFormat.TableCellPadding|" . #x4103) +("|QTextFormat.TableColumns|" . #x4100) +("|QTextFormat.TableColumnWidthConstraints|" . #x4101) +("|QTextFormat.TableHeaderRowCount|" . #x4104) +("|QTextFormat.TableCellRowSpan|" . #x4810) +("|QTextFormat.TableCellColumnSpan|" . #x4811) +("|QTextFormat.TableCellLeftPadding|" . #x4814) +("|QTextFormat.TableCellRightPadding|" . #x4815) +("|QTextFormat.TableCellTopPadding|" . #x4812) +("|QTextFormat.TableCellBottomPadding|" . #x4813) +("|QTextFormat.ImageName|" . #x5000) +("|QTextFormat.ImageWidth|" . #x5010) +("|QTextFormat.ImageHeight|" . #x5011) +("|QTextFormat.FullWidthSelection|" . #x06000) +("|QTextFormat.PageBreakPolicy|" . #x7000) +("|QTextFormat.UserProperty|" . #x100000) +("|QTextFrameFormat.BorderStyle_None|" . 0) +("|QTextFrameFormat.BorderStyle_Dotted|" . 1) +("|QTextFrameFormat.BorderStyle_Dashed|" . 2) +("|QTextFrameFormat.BorderStyle_Solid|" . 3) +("|QTextFrameFormat.BorderStyle_Double|" . 4) +("|QTextFrameFormat.BorderStyle_DotDash|" . 5) +("|QTextFrameFormat.BorderStyle_DotDotDash|" . 6) +("|QTextFrameFormat.BorderStyle_Groove|" . 7) +("|QTextFrameFormat.BorderStyle_Ridge|" . 8) +("|QTextFrameFormat.BorderStyle_Inset|" . 9) +("|QTextFrameFormat.BorderStyle_Outset|" . 10) +("|QTextFrameFormat.InFlow|" . 0) +("|QTextFrameFormat.FloatLeft|" . 1) +("|QTextFrameFormat.FloatRight|" . 2) +("|QTextLayout.SkipCharacters|" . 0) +("|QTextLayout.SkipWords|" . 1) +("|QTextLength.VariableLength|" . 0) +("|QTextLength.FixedLength|" . 1) +("|QTextLength.PercentageLength|" . 2) +("|QTextLine.CursorBetweenCharacters|" . 0) +("|QTextLine.CursorOnCharacter|" . 1) +("|QTextLine.Leading|" . 0) +("|QTextLine.Trailing|" . 1) +("|QTextListFormat.ListDisc|" . -1) +("|QTextListFormat.ListCircle|" . -2) +("|QTextListFormat.ListSquare|" . -3) +("|QTextListFormat.ListDecimal|" . -4) +("|QTextListFormat.ListLowerAlpha|" . -5) +("|QTextListFormat.ListUpperAlpha|" . -6) +("|QTextListFormat.ListLowerRoman|" . -7) +("|QTextListFormat.ListUpperRoman|" . -8) +("|QTextOption.IncludeTrailingSpaces|" . #x80000000) +("|QTextOption.ShowTabsAndSpaces|" . #x1) +("|QTextOption.ShowLineAndParagraphSeparators|" . #x2) +("|QTextOption.AddSpaceForLineAndParagraphSeparators|" . #x4) +("|QTextOption.SuppressColors|" . #x8) +("|QTextOption.LeftTab|" . 0) +("|QTextOption.RightTab|" . 1) +("|QTextOption.CenterTab|" . 2) +("|QTextOption.DelimiterTab|" . 3) +("|QTextOption.NoWrap|" . 0) +("|QTextOption.WordWrap|" . 1) +("|QTextOption.ManualWrap|" . 2) +("|QTextOption.WrapAnywhere|" . 3) +("|QTextOption.WrapAtWordBoundaryOrAnywhere|" . 4) +("|QTransform.TxNone|" . #x00) +("|QTransform.TxTranslate|" . #x01) +("|QTransform.TxScale|" . #x02) +("|QTransform.TxRotate|" . #x04) +("|QTransform.TxShear|" . #x08) +("|QTransform.TxProject|" . #x10) +("|QTreeWidgetItem.ShowIndicator|" . 0) +("|QTreeWidgetItem.DontShowIndicator|" . 1) +("|QTreeWidgetItem.DontShowIndicatorWhenChildless|" . 2) +("|QTreeWidgetItem.Type|" . 0) +("|QTreeWidgetItem.UserType|" . 1000) +("|QUrl.PrettyDecoded|" . #x000000) +("|QUrl.EncodeSpaces|" . #x100000) +("|QUrl.EncodeUnicode|" . #x200000) +("|QUrl.EncodeDelimiters|" . #.(logior #x400000 #x800000)) +("|QUrl.EncodeReserved|" . #x1000000) +("|QUrl.DecodeReserved|" . #x2000000) +("|QUrl.FullyEncoded|" . #.(logior #x100000 #x200000 #x400000 #x800000 #x1000000)) +("|QUrl.FullyDecoded|" . #.(logior #x100000 #x200000 #x400000 #x800000 #x1000000 #x2000000 #x4000000)) +("|QUrl.TolerantMode|" . 0) +("|QUrl.StrictMode|" . 1) +("|QUrl.DecodedMode|" . 2) +("|QUrl.None|" . #x0) +("|QUrl.RemoveScheme|" . #x1) +("|QUrl.RemovePassword|" . #x2) +("|QUrl.RemoveUserInfo|" . #.(logior #x2 #x4)) +("|QUrl.RemovePort|" . #x8) +("|QUrl.RemoveAuthority|" . #.(logior #x2 #x4 #x8 #x10)) +("|QUrl.RemovePath|" . #x20) +("|QUrl.RemoveQuery|" . #x40) +("|QUrl.RemoveFragment|" . #x80) +("|QUrl.RemoveFilename|" . #x800) +("|QUrl.PreferLocalFile|" . #x200) +("|QUrl.StripTrailingSlash|" . #x400) +("|QUrl.NormalizePathSegments|" . #x1000) +("|QUrl.DefaultResolution|" . 0) +("|QUrl.AssumeLocalFile|" . 1) +("|QWebElement.InlineStyle|" . 0) +("|QWebElement.CascadedStyle|" . 1) +("|QWebElement.ComputedStyle|" . 2) +("|QWebSettings.StandardFont|" . 0) +("|QWebSettings.FixedFont|" . 1) +("|QWebSettings.SerifFont|" . 2) +("|QWebSettings.SansSerifFont|" . 3) +("|QWebSettings.CursiveFont|" . 4) +("|QWebSettings.FantasyFont|" . 5) +("|QWebSettings.MinimumFontSize|" . 0) +("|QWebSettings.MinimumLogicalFontSize|" . 1) +("|QWebSettings.DefaultFontSize|" . 2) +("|QWebSettings.DefaultFixedFontSize|" . 3) +("|QWebSettings.AlwaysAllowThirdPartyCookies|" . 0) +("|QWebSettings.AlwaysBlockThirdPartyCookies|" . 1) +("|QWebSettings.AllowThirdPartyWithExistingCookies|" . 2) +("|QWebSettings.AutoLoadImages|" . 0) +("|QWebSettings.JavascriptEnabled|" . 1) +("|QWebSettings.JavaEnabled|" . 2) +("|QWebSettings.PluginsEnabled|" . 3) +("|QWebSettings.PrivateBrowsingEnabled|" . 4) +("|QWebSettings.JavascriptCanOpenWindows|" . 5) +("|QWebSettings.JavascriptCanAccessClipboard|" . 6) +("|QWebSettings.DeveloperExtrasEnabled|" . 7) +("|QWebSettings.LinksIncludedInFocusChain|" . 8) +("|QWebSettings.ZoomTextOnly|" . 9) +("|QWebSettings.PrintElementBackgrounds|" . 10) +("|QWebSettings.OfflineStorageDatabaseEnabled|" . 11) +("|QWebSettings.OfflineWebApplicationCacheEnabled|" . 12) +("|QWebSettings.LocalStorageEnabled|" . 13) +("|QWebSettings.MissingImageGraphic|" . 0) +("|QWebSettings.MissingPluginGraphic|" . 1) +("|QWebSettings.DefaultFrameIconGraphic|" . 2) +("|QWebSettings.TextAreaSizeGripCornerGraphic|" . 3) +("|QWebSettings.DeleteButtonGraphic|" . 4) +("|QWebSettings.InputSpeechButtonGraphic|" . 5) +("|QWebSettings.SearchCancelButtonGraphic|" . 6) +("|QWebSettings.SearchCancelButtonPressedGraphic|" . 7) +) diff --git a/src/lisp/enums1.lisp b/src/lisp/enums1.lisp new file mode 100644 index 0000000..9a01878 --- /dev/null +++ b/src/lisp/enums1.lisp @@ -0,0 +1,1263 @@ +;;; Complete list of all enumerations, see: +;;; ~/eql/helper/parse-enums.lisp +;;; ./get-dynamic-enums.lisp +;;; +;;; (divided in more files to not exceed string size limit of Windows) + +(in-package :eql) + +(defmacro defenum (name value) + `(progn + (defconstant ,name ,value) + (export ',name ,(find-package :eql)))) + +(defenum |QAbstractAnimation.Backward| 1) +(defenum |QAbstractAnimation.DeleteWhenStopped| 1) +(defenum |QAbstractAnimation.Forward| 0) +(defenum |QAbstractAnimation.KeepWhenStopped| 0) +(defenum |QAbstractAnimation.Paused| 1) +(defenum |QAbstractAnimation.Running| 2) +(defenum |QAbstractAnimation.Stopped| 0) +(defenum |QAbstractItemDelegate.EditNextItem| 1) +(defenum |QAbstractItemDelegate.EditPreviousItem| 2) +(defenum |QAbstractItemDelegate.NoHint| 0) +(defenum |QAbstractItemDelegate.RevertModelCache| 4) +(defenum |QAbstractItemDelegate.SubmitModelCache| 3) +(defenum |QAbstractItemModel.HorizontalSortHint| 2) +(defenum |QAbstractItemModel.NoLayoutChangeHint| 0) +(defenum |QAbstractItemModel.VerticalSortHint| 1) +(defenum |QAbstractItemView.AboveItem| 1) +(defenum |QAbstractItemView.AllEditTriggers| 31) +(defenum |QAbstractItemView.AnimatingState| 6) +(defenum |QAbstractItemView.AnyKeyPressed| 16) +(defenum |QAbstractItemView.BelowItem| 2) +(defenum |QAbstractItemView.CollapsingState| 5) +(defenum |QAbstractItemView.ContiguousSelection| 4) +(defenum |QAbstractItemView.CurrentChanged| 1) +(defenum |QAbstractItemView.DoubleClicked| 2) +(defenum |QAbstractItemView.DragDrop| 3) +(defenum |QAbstractItemView.DragOnly| 1) +(defenum |QAbstractItemView.DragSelectingState| 2) +(defenum |QAbstractItemView.DraggingState| 1) +(defenum |QAbstractItemView.DropOnly| 2) +(defenum |QAbstractItemView.EditKeyPressed| 8) +(defenum |QAbstractItemView.EditingState| 3) +(defenum |QAbstractItemView.EnsureVisible| 0) +(defenum |QAbstractItemView.ExpandingState| 4) +(defenum |QAbstractItemView.ExtendedSelection| 3) +(defenum |QAbstractItemView.InternalMove| 4) +(defenum |QAbstractItemView.MoveDown| 1) +(defenum |QAbstractItemView.MoveEnd| 5) +(defenum |QAbstractItemView.MoveHome| 4) +(defenum |QAbstractItemView.MoveLeft| 2) +(defenum |QAbstractItemView.MoveNext| 8) +(defenum |QAbstractItemView.MovePageDown| 7) +(defenum |QAbstractItemView.MovePageUp| 6) +(defenum |QAbstractItemView.MovePrevious| 9) +(defenum |QAbstractItemView.MoveRight| 3) +(defenum |QAbstractItemView.MoveUp| 0) +(defenum |QAbstractItemView.MultiSelection| 2) +(defenum |QAbstractItemView.NoDragDrop| 0) +(defenum |QAbstractItemView.NoEditTriggers| 0) +(defenum |QAbstractItemView.NoSelection| 0) +(defenum |QAbstractItemView.NoState| 0) +(defenum |QAbstractItemView.OnItem| 0) +(defenum |QAbstractItemView.OnViewport| 3) +(defenum |QAbstractItemView.PositionAtBottom| 2) +(defenum |QAbstractItemView.PositionAtCenter| 3) +(defenum |QAbstractItemView.PositionAtTop| 1) +(defenum |QAbstractItemView.ScrollPerItem| 0) +(defenum |QAbstractItemView.ScrollPerPixel| 1) +(defenum |QAbstractItemView.SelectColumns| 2) +(defenum |QAbstractItemView.SelectItems| 0) +(defenum |QAbstractItemView.SelectRows| 1) +(defenum |QAbstractItemView.SelectedClicked| 4) +(defenum |QAbstractItemView.SingleSelection| 1) +(defenum |QAbstractPrintDialog.AllPages| 0) +(defenum |QAbstractPrintDialog.CurrentPage| 3) +(defenum |QAbstractPrintDialog.DontUseSheet| 32) +(defenum |QAbstractPrintDialog.None| 0) +(defenum |QAbstractPrintDialog.PageRange| 2) +(defenum |QAbstractPrintDialog.PrintCollateCopies| 16) +(defenum |QAbstractPrintDialog.PrintCurrentPage| 64) +(defenum |QAbstractPrintDialog.PrintPageRange| 4) +(defenum |QAbstractPrintDialog.PrintSelection| 2) +(defenum |QAbstractPrintDialog.PrintShowPageSize| 8) +(defenum |QAbstractPrintDialog.PrintToFile| 1) +(defenum |QAbstractPrintDialog.Selection| 1) +(defenum |QAbstractScrollArea.AdjustIgnored| 0) +(defenum |QAbstractScrollArea.AdjustToContentsOnFirstShow| 1) +(defenum |QAbstractScrollArea.AdjustToContents| 2) +(defenum |QAbstractSlider.SliderMove| 7) +(defenum |QAbstractSlider.SliderNoAction| 0) +(defenum |QAbstractSlider.SliderOrientationChange| 1) +(defenum |QAbstractSlider.SliderPageStepAdd| 3) +(defenum |QAbstractSlider.SliderPageStepSub| 4) +(defenum |QAbstractSlider.SliderRangeChange| 0) +(defenum |QAbstractSlider.SliderSingleStepAdd| 1) +(defenum |QAbstractSlider.SliderSingleStepSub| 2) +(defenum |QAbstractSlider.SliderStepsChange| 2) +(defenum |QAbstractSlider.SliderToMaximum| 6) +(defenum |QAbstractSlider.SliderToMinimum| 5) +(defenum |QAbstractSlider.SliderValueChange| 3) +(defenum |QAbstractSocket.AddressInUseError| 8) +(defenum |QAbstractSocket.AnyIPProtocol| 2) +(defenum |QAbstractSocket.BoundState| 4) +(defenum |QAbstractSocket.ClosingState| 6) +(defenum |QAbstractSocket.ConnectedState| 3) +(defenum |QAbstractSocket.ConnectingState| 2) +(defenum |QAbstractSocket.ConnectionRefusedError| 0) +(defenum |QAbstractSocket.DatagramTooLargeError| 6) +(defenum |QAbstractSocket.DefaultForPlatform| 0) +(defenum |QAbstractSocket.DontShareAddress| 2) +(defenum |QAbstractSocket.HostLookupState| 1) +(defenum |QAbstractSocket.HostNotFoundError| 2) +(defenum |QAbstractSocket.IPv4Protocol| 0) +(defenum |QAbstractSocket.IPv6Protocol| 1) +(defenum |QAbstractSocket.KeepAliveOption| 1) +(defenum |QAbstractSocket.ListeningState| 5) +(defenum |QAbstractSocket.LowDelayOption| 0) +(defenum |QAbstractSocket.MulticastLoopbackOption| 3) +(defenum |QAbstractSocket.MulticastTtlOption| 2) +(defenum |QAbstractSocket.NetworkError| 7) +(defenum |QAbstractSocket.OperationError| 19) +(defenum |QAbstractSocket.PauseNever| 0) +(defenum |QAbstractSocket.PauseOnSslErrors| 1) +(defenum |QAbstractSocket.ProxyAuthenticationRequiredError| 12) +(defenum |QAbstractSocket.ProxyConnectionClosedError| 15) +(defenum |QAbstractSocket.ProxyConnectionRefusedError| 14) +(defenum |QAbstractSocket.ProxyConnectionTimeoutError| 16) +(defenum |QAbstractSocket.ProxyNotFoundError| 17) +(defenum |QAbstractSocket.ProxyProtocolError| 18) +(defenum |QAbstractSocket.ReceiveBufferSizeSocketOption| 6) +(defenum |QAbstractSocket.RemoteHostClosedError| 1) +(defenum |QAbstractSocket.ReuseAddressHint| 4) +(defenum |QAbstractSocket.SendBufferSizeSocketOption| 5) +(defenum |QAbstractSocket.ShareAddress| 1) +(defenum |QAbstractSocket.SocketAccessError| 3) +(defenum |QAbstractSocket.SocketAddressNotAvailableError| 9) +(defenum |QAbstractSocket.SocketResourceError| 4) +(defenum |QAbstractSocket.SocketTimeoutError| 5) +(defenum |QAbstractSocket.SslHandshakeFailedError| 13) +(defenum |QAbstractSocket.SslInternalError| 20) +(defenum |QAbstractSocket.SslInvalidUserDataError| 21) +(defenum |QAbstractSocket.TcpSocket| 0) +(defenum |QAbstractSocket.TemporaryError| 22) +(defenum |QAbstractSocket.TypeOfServiceOption| 4) +(defenum |QAbstractSocket.UdpSocket| 1) +(defenum |QAbstractSocket.UnconnectedState| 0) +(defenum |QAbstractSocket.UnfinishedSocketOperationError| 11) +(defenum |QAbstractSocket.UnknownNetworkLayerProtocol| -1) +(defenum |QAbstractSocket.UnknownSocketError| -1) +(defenum |QAbstractSocket.UnknownSocketType| -1) +(defenum |QAbstractSocket.UnsupportedSocketOperationError| 10) +(defenum |QAbstractSpinBox.CorrectToNearestValue| 1) +(defenum |QAbstractSpinBox.CorrectToPreviousValue| 0) +(defenum |QAbstractSpinBox.NoButtons| 2) +(defenum |QAbstractSpinBox.PlusMinus| 1) +(defenum |QAbstractSpinBox.StepDownEnabled| 2) +(defenum |QAbstractSpinBox.StepNone| 0) +(defenum |QAbstractSpinBox.StepUpEnabled| 1) +(defenum |QAbstractSpinBox.UpDownArrows| 0) +(defenum |QAbstractTransition.ExternalTransition| 0) +(defenum |QAbstractTransition.InternalTransition| 1) +(defenum |QAccessible.AcceleratorChanged| 32960) +(defenum |QAccessible.Accelerator| 4) +(defenum |QAccessible.ActionChanged| 257) +(defenum |QAccessible.ActionInterface| 3) +(defenum |QAccessible.ActiveDescendantChanged| 258) +(defenum |QAccessible.AlertMessage| 8) +(defenum |QAccessible.Alert| 2) +(defenum |QAccessible.AllRelations| 4294967295) +(defenum |QAccessible.Animation| 54) +(defenum |QAccessible.Application| 14) +(defenum |QAccessible.Assistant| 32) +(defenum |QAccessible.AttributeChanged| 259) +(defenum |QAccessible.Border| 19) +(defenum |QAccessible.ButtonDropDown| 56) +(defenum |QAccessible.ButtonDropGrid| 58) +(defenum |QAccessible.ButtonMenu| 57) +(defenum |QAccessible.Button| 43) +(defenum |QAccessible.Canvas| 53) +(defenum |QAccessible.Caret| 7) +(defenum |QAccessible.Cell| 29) +(defenum |QAccessible.CharBoundary| 0) +(defenum |QAccessible.Chart| 17) +(defenum |QAccessible.CheckBox| 44) +(defenum |QAccessible.Client| 10) +(defenum |QAccessible.Clock| 61) +(defenum |QAccessible.ColorChooser| 1028) +(defenum |QAccessible.ColumnHeader| 25) +(defenum |QAccessible.Column| 27) +(defenum |QAccessible.ComboBox| 46) +(defenum |QAccessible.ComplementaryContent| 1068) +(defenum |QAccessible.ContextHelpEnd| 13) +(defenum |QAccessible.ContextHelpStart| 12) +(defenum |QAccessible.Controlled| 8) +(defenum |QAccessible.Controller| 4) +(defenum |QAccessible.Cursor| 6) +(defenum |QAccessible.DefaultActionChanged| 32944) +(defenum |QAccessible.DescriptionChanged| 32781) +(defenum |QAccessible.Description| 1) +(defenum |QAccessible.Desktop| 130) +(defenum |QAccessible.DialogEnd| 17) +(defenum |QAccessible.DialogStart| 16) +(defenum |QAccessible.Dialog| 18) +(defenum |QAccessible.Dial| 49) +(defenum |QAccessible.DocumentContentChanged| 260) +(defenum |QAccessible.DocumentLoadComplete| 261) +(defenum |QAccessible.DocumentLoadStopped| 262) +(defenum |QAccessible.DocumentReload| 263) +(defenum |QAccessible.Document| 15) +(defenum |QAccessible.DragDropEnd| 15) +(defenum |QAccessible.DragDropStart| 14) +(defenum |QAccessible.EditableText| 42) +(defenum |QAccessible.Equation| 55) +(defenum |QAccessible.Focus| 32773) +(defenum |QAccessible.Footer| 1038) +(defenum |QAccessible.ForegroundChanged| 3) +(defenum |QAccessible.Form| 1040) +(defenum |QAccessible.Graphic| 40) +(defenum |QAccessible.Grip| 4) +(defenum |QAccessible.Grouping| 20) +(defenum |QAccessible.Heading| 1044) +(defenum |QAccessible.HelpBalloon| 31) +(defenum |QAccessible.HelpChanged| 32928) +(defenum |QAccessible.Help| 3) +(defenum |QAccessible.HotkeyField| 50) +(defenum |QAccessible.HyperlinkEndIndexChanged| 264) +(defenum |QAccessible.HyperlinkNumberOfAnchorsChanged| 265) +(defenum |QAccessible.HyperlinkSelectedLinkChanged| 266) +(defenum |QAccessible.HyperlinkStartIndexChanged| 269) +(defenum |QAccessible.HypertextChanged| 270) +(defenum |QAccessible.HypertextLinkActivated| 267) +(defenum |QAccessible.HypertextLinkSelected| 268) +(defenum |QAccessible.HypertextNLinksChanged| 271) +(defenum |QAccessible.Indicator| 39) +(defenum |QAccessible.Labelled| 2) +(defenum |QAccessible.Label| 1) +(defenum |QAccessible.LayeredPane| 128) +(defenum |QAccessible.LineBoundary| 4) +(defenum |QAccessible.Link| 30) +(defenum |QAccessible.ListItem| 34) +(defenum |QAccessible.List| 33) +(defenum |QAccessible.LocationChanged| 32779) +(defenum |QAccessible.MenuBar| 2) +(defenum |QAccessible.MenuCommand| 24) +(defenum |QAccessible.MenuEnd| 5) +(defenum |QAccessible.MenuItem| 12) +(defenum |QAccessible.MenuStart| 4) +(defenum |QAccessible.NameChanged| 32780) +(defenum |QAccessible.Name| 0) +(defenum |QAccessible.NoBoundary| 5) +(defenum |QAccessible.NoRole| 0) +(defenum |QAccessible.Note| 1051) +(defenum |QAccessible.ObjectAttributeChanged| 272) +(defenum |QAccessible.ObjectCreated| 32768) +(defenum |QAccessible.ObjectDestroyed| 32769) +(defenum |QAccessible.ObjectHide| 32771) +(defenum |QAccessible.ObjectReorder| 32772) +(defenum |QAccessible.ObjectShow| 32770) +(defenum |QAccessible.PageChanged| 273) +(defenum |QAccessible.PageTabList| 60) +(defenum |QAccessible.PageTab| 37) +(defenum |QAccessible.Pane| 16) +(defenum |QAccessible.ParagraphBoundary| 3) +(defenum |QAccessible.Paragraph| 131) +(defenum |QAccessible.ParentChanged| 32783) +(defenum |QAccessible.PopupMenuEnd| 7) +(defenum |QAccessible.PopupMenuStart| 6) +(defenum |QAccessible.PopupMenu| 11) +(defenum |QAccessible.ProgressBar| 48) +(defenum |QAccessible.PropertyPage| 38) +(defenum |QAccessible.RadioButton| 45) +(defenum |QAccessible.RowHeader| 26) +(defenum |QAccessible.Row| 28) +(defenum |QAccessible.ScrollBar| 3) +(defenum |QAccessible.ScrollingEnd| 19) +(defenum |QAccessible.ScrollingStart| 18) +(defenum |QAccessible.SectionChanged| 274) +(defenum |QAccessible.Section| 133) +(defenum |QAccessible.SelectionAdd| 32775) +(defenum |QAccessible.SelectionRemove| 32776) +(defenum |QAccessible.SelectionWithin| 32777) +(defenum |QAccessible.Selection| 32774) +(defenum |QAccessible.SentenceBoundary| 2) +(defenum |QAccessible.Separator| 21) +(defenum |QAccessible.Slider| 51) +(defenum |QAccessible.SoundPlayed| 1) +(defenum |QAccessible.Sound| 5) +(defenum |QAccessible.SpinBox| 52) +(defenum |QAccessible.Splitter| 62) +(defenum |QAccessible.StaticText| 41) +(defenum |QAccessible.StatusBar| 23) +(defenum |QAccessible.TableCaptionChanged| 275) +(defenum |QAccessible.TableCellInterface| 6) +(defenum |QAccessible.TableColumnDescriptionChanged| 276) +(defenum |QAccessible.TableColumnHeaderChanged| 277) +(defenum |QAccessible.TableInterface| 5) +(defenum |QAccessible.TableRowDescriptionChanged| 279) +(defenum |QAccessible.TableRowHeaderChanged| 280) +(defenum |QAccessible.TableSummaryChanged| 281) +(defenum |QAccessible.Table| 24) +(defenum |QAccessible.Terminal| 129) +(defenum |QAccessible.TextColumnChanged| 285) +(defenum |QAccessible.TextInterface| 0) +(defenum |QAccessible.TitleBar| 1) +(defenum |QAccessible.ToolBar| 22) +(defenum |QAccessible.ToolTip| 13) +(defenum |QAccessible.TreeItem| 36) +(defenum |QAccessible.Tree| 35) +(defenum |QAccessible.UserRole| 65535) +(defenum |QAccessible.UserText| 65535) +(defenum |QAccessible.ValueInterface| 2) +(defenum |QAccessible.Value| 2) +(defenum |QAccessible.VisibleDataChanged| 290) +(defenum |QAccessible.WebDocument| 132) +(defenum |QAccessible.Whitespace| 59) +(defenum |QAccessible.Window| 9) +(defenum |QAccessible.WordBoundary| 1) +(defenum |QAction.AboutQtRole| 3) +(defenum |QAction.AboutRole| 4) +(defenum |QAction.ApplicationSpecificRole| 2) +(defenum |QAction.HighPriority| 256) +(defenum |QAction.Hover| 1) +(defenum |QAction.LowPriority| 0) +(defenum |QAction.NoRole| 0) +(defenum |QAction.NormalPriority| 128) +(defenum |QAction.PreferencesRole| 5) +(defenum |QAction.QuitRole| 6) +(defenum |QAction.TextHeuristicRole| 1) +(defenum |QAction.Trigger| 0) +(defenum |QApplication.CustomColor| 1) +(defenum |QApplication.ManyColor| 2) +(defenum |QApplication.NormalColor| 0) +(defenum |QBoxLayout.BottomToTop| 3) +(defenum |QBoxLayout.LeftToRight| 0) +(defenum |QBoxLayout.RightToLeft| 1) +(defenum |QBoxLayout.TopToBottom| 2) +(defenum |QCalendarWidget.ISOWeekNumbers| 1) +(defenum |QCalendarWidget.LongDayNames| 3) +(defenum |QCalendarWidget.NoHorizontalHeader| 0) +(defenum |QCalendarWidget.NoSelection| 0) +(defenum |QCalendarWidget.NoVerticalHeader| 0) +(defenum |QCalendarWidget.ShortDayNames| 2) +(defenum |QCalendarWidget.SingleLetterDayNames| 1) +(defenum |QCalendarWidget.SingleSelection| 1) +(defenum |QClipboard.Clipboard| 0) +(defenum |QClipboard.FindBuffer| 2) +(defenum |QClipboard.Selection| 1) +(defenum |QColor.Cmyk| 3) +(defenum |QColor.HexArgb| 1) +(defenum |QColor.HexRgb| 0) +(defenum |QColor.Hsl| 4) +(defenum |QColor.Hsv| 2) +(defenum |QColor.Invalid| 0) +(defenum |QColor.Rgb| 1) +(defenum |QColorDialog.DontUseNativeDialog| 4) +(defenum |QColorDialog.NoButtons| 2) +(defenum |QColorDialog.ShowAlphaChannel| 1) +(defenum |QComboBox.AdjustToContentsOnFirstShow| 1) +(defenum |QComboBox.AdjustToContents| 0) +(defenum |QComboBox.AdjustToMinimumContentsLengthWithIcon| 3) +(defenum |QComboBox.AdjustToMinimumContentsLength| 2) +(defenum |QComboBox.InsertAfterCurrent| 4) +(defenum |QComboBox.InsertAlphabetically| 6) +(defenum |QComboBox.InsertAtBottom| 3) +(defenum |QComboBox.InsertAtCurrent| 2) +(defenum |QComboBox.InsertAtTop| 1) +(defenum |QComboBox.InsertBeforeCurrent| 5) +(defenum |QComboBox.NoInsert| 0) +(defenum |QCompleter.CaseInsensitivelySortedModel| 2) +(defenum |QCompleter.CaseSensitivelySortedModel| 1) +(defenum |QCompleter.InlineCompletion| 2) +(defenum |QCompleter.PopupCompletion| 0) +(defenum |QCompleter.UnfilteredPopupCompletion| 1) +(defenum |QCompleter.UnsortedModel| 0) +(defenum |QContextMenuEvent.Keyboard| 1) +(defenum |QContextMenuEvent.Mouse| 0) +(defenum |QContextMenuEvent.Other| 2) +(defenum |QCryptographicHash.Md4| 0) +(defenum |QCryptographicHash.Md5| 1) +(defenum |QCryptographicHash.Sha1| 2) +(defenum |QCryptographicHash.Sha224| 3) +(defenum |QCryptographicHash.Sha256| 4) +(defenum |QCryptographicHash.Sha384| 5) +(defenum |QCryptographicHash.Sha3_224| 7) +(defenum |QCryptographicHash.Sha3_256| 8) +(defenum |QCryptographicHash.Sha3_384| 9) +(defenum |QCryptographicHash.Sha3_512| 10) +(defenum |QCryptographicHash.Sha512| 6) +(defenum |QDataWidgetMapper.AutoSubmit| 0) +(defenum |QDataWidgetMapper.ManualSubmit| 1) +(defenum |QDate.DateFormat| 0) +(defenum |QDate.StandaloneFormat| 1) +(defenum |QDateTimeEdit.AmPmSection| 1) +(defenum |QDateTimeEdit.DateSections_Mask| 1792) +(defenum |QDateTimeEdit.DaySection| 256) +(defenum |QDateTimeEdit.HourSection| 16) +(defenum |QDateTimeEdit.MSecSection| 2) +(defenum |QDateTimeEdit.MinuteSection| 8) +(defenum |QDateTimeEdit.MonthSection| 512) +(defenum |QDateTimeEdit.NoSection| 0) +(defenum |QDateTimeEdit.SecondSection| 4) +(defenum |QDateTimeEdit.TimeSections_Mask| 31) +(defenum |QDateTimeEdit.YearSection| 1024) +(defenum |QDialog.Accepted| 1) +(defenum |QDialog.Rejected| 0) +(defenum |QDialogButtonBox.Abort| 262144) +(defenum |QDialogButtonBox.AcceptRole| 0) +(defenum |QDialogButtonBox.ActionRole| 3) +(defenum |QDialogButtonBox.ApplyRole| 8) +(defenum |QDialogButtonBox.Apply| 33554432) +(defenum |QDialogButtonBox.Cancel| 4194304) +(defenum |QDialogButtonBox.Close| 2097152) +(defenum |QDialogButtonBox.DestructiveRole| 2) +(defenum |QDialogButtonBox.Discard| 8388608) +(defenum |QDialogButtonBox.GnomeLayout| 3) +(defenum |QDialogButtonBox.HelpRole| 4) +(defenum |QDialogButtonBox.Help| 16777216) +(defenum |QDialogButtonBox.Ignore| 1048576) +(defenum |QDialogButtonBox.InvalidRole| -1) +(defenum |QDialogButtonBox.KdeLayout| 2) +(defenum |QDialogButtonBox.MacLayout| 1) +(defenum |QDialogButtonBox.NoButton| 0) +(defenum |QDialogButtonBox.NoRole| 6) +(defenum |QDialogButtonBox.NoToAll| 131072) +(defenum |QDialogButtonBox.No| 65536) +(defenum |QDialogButtonBox.Ok| 1024) +(defenum |QDialogButtonBox.Open| 8192) +(defenum |QDialogButtonBox.RejectRole| 1) +(defenum |QDialogButtonBox.ResetRole| 7) +(defenum |QDialogButtonBox.Reset| 67108864) +(defenum |QDialogButtonBox.RestoreDefaults| 134217728) +(defenum |QDialogButtonBox.Retry| 524288) +(defenum |QDialogButtonBox.SaveAll| 4096) +(defenum |QDialogButtonBox.Save| 2048) +(defenum |QDialogButtonBox.WinLayout| 0) +(defenum |QDialogButtonBox.YesRole| 5) +(defenum |QDialogButtonBox.YesToAll| 32768) +(defenum |QDialogButtonBox.Yes| 16384) +(defenum |QDir.AllDirs| 1024) +(defenum |QDir.AllEntries| 7) +(defenum |QDir.CaseSensitive| 2048) +(defenum |QDir.DirsFirst| 4) +(defenum |QDir.DirsLast| 32) +(defenum |QDir.Dirs| 1) +(defenum |QDir.Drives| 4) +(defenum |QDir.Executable| 64) +(defenum |QDir.Files| 2) +(defenum |QDir.Hidden| 256) +(defenum |QDir.IgnoreCase| 16) +(defenum |QDir.LocaleAware| 64) +(defenum |QDir.Modified| 128) +(defenum |QDir.Name| 0) +(defenum |QDir.NoDotAndDotDot| 4096) +(defenum |QDir.NoDotDot| 16384) +(defenum |QDir.NoDot| 8192) +(defenum |QDir.NoSort| -1) +(defenum |QDir.NoSymLinks| 8) +(defenum |QDir.Readable| 16) +(defenum |QDir.Reversed| 8) +(defenum |QDir.Size| 2) +(defenum |QDir.System| 512) +(defenum |QDir.Time| 1) +(defenum |QDir.Type| 128) +(defenum |QDir.Unsorted| 3) +(defenum |QDir.Writable| 32) +(defenum |QDirIterator.FollowSymlinks| 1) +(defenum |QDirIterator.NoIteratorFlags| 0) +(defenum |QDirIterator.Subdirectories| 2) +(defenum |QDirModel.FileIconRole| 1) +(defenum |QDirModel.FileNameRole| 258) +(defenum |QDirModel.FilePathRole| 257) +(defenum |QDockWidget.AllDockWidgetFeatures| 7) +(defenum |QDockWidget.DockWidgetClosable| 1) +(defenum |QDockWidget.DockWidgetFeatureMask| 15) +(defenum |QDockWidget.DockWidgetFloatable| 4) +(defenum |QDockWidget.DockWidgetMovable| 2) +(defenum |QDockWidget.DockWidgetVerticalTitleBar| 8) +(defenum |QDockWidget.NoDockWidgetFeatures| 0) +(defenum |QDockWidget.Reserved| 255) +(defenum |QDoubleValidator.ScientificNotation| 1) +(defenum |QDoubleValidator.StandardNotation| 0) +(defenum |QEasingCurve.BezierSpline| 45) +(defenum |QEasingCurve.CosineCurve| 44) +(defenum |QEasingCurve.Custom| 47) +(defenum |QEasingCurve.InBack| 33) +(defenum |QEasingCurve.InBounce| 37) +(defenum |QEasingCurve.InCirc| 25) +(defenum |QEasingCurve.InCubic| 5) +(defenum |QEasingCurve.InCurve| 41) +(defenum |QEasingCurve.InElastic| 29) +(defenum |QEasingCurve.InExpo| 21) +(defenum |QEasingCurve.InOutBack| 35) +(defenum |QEasingCurve.InOutBounce| 39) +(defenum |QEasingCurve.InOutCirc| 27) +(defenum |QEasingCurve.InOutCubic| 7) +(defenum |QEasingCurve.InOutElastic| 31) +(defenum |QEasingCurve.InOutExpo| 23) +(defenum |QEasingCurve.InOutQuad| 3) +(defenum |QEasingCurve.InOutQuart| 11) +(defenum |QEasingCurve.InOutQuint| 15) +(defenum |QEasingCurve.InOutSine| 19) +(defenum |QEasingCurve.InQuad| 1) +(defenum |QEasingCurve.InQuart| 9) +(defenum |QEasingCurve.InQuint| 13) +(defenum |QEasingCurve.InSine| 17) +(defenum |QEasingCurve.Linear| 0) +(defenum |QEasingCurve.NCurveTypes| 48) +(defenum |QEasingCurve.OutBack| 34) +(defenum |QEasingCurve.OutBounce| 38) +(defenum |QEasingCurve.OutCirc| 26) +(defenum |QEasingCurve.OutCubic| 6) +(defenum |QEasingCurve.OutCurve| 42) +(defenum |QEasingCurve.OutElastic| 30) +(defenum |QEasingCurve.OutExpo| 22) +(defenum |QEasingCurve.OutInBack| 36) +(defenum |QEasingCurve.OutInBounce| 40) +(defenum |QEasingCurve.OutInCirc| 28) +(defenum |QEasingCurve.OutInCubic| 8) +(defenum |QEasingCurve.OutInElastic| 32) +(defenum |QEasingCurve.OutInExpo| 24) +(defenum |QEasingCurve.OutInQuad| 4) +(defenum |QEasingCurve.OutInQuart| 12) +(defenum |QEasingCurve.OutInQuint| 16) +(defenum |QEasingCurve.OutInSine| 20) +(defenum |QEasingCurve.OutQuad| 2) +(defenum |QEasingCurve.OutQuart| 10) +(defenum |QEasingCurve.OutQuint| 14) +(defenum |QEasingCurve.OutSine| 18) +(defenum |QEasingCurve.SineCurve| 43) +(defenum |QEasingCurve.TCBSpline| 46) +(defenum |QEvent.AcceptDropsChange| 152) +(defenum |QEvent.ActionAdded| 114) +(defenum |QEvent.ActionChanged| 113) +(defenum |QEvent.ActionRemoved| 115) +(defenum |QEvent.ActivateControl| 80) +(defenum |QEvent.ActivationChange| 99) +(defenum |QEvent.ApplicationActivated| 121) +(defenum |QEvent.ApplicationActivate| 121) +(defenum |QEvent.ApplicationDeactivated| 122) +(defenum |QEvent.ApplicationDeactivate| 122) +(defenum |QEvent.ApplicationFontChange| 36) +(defenum |QEvent.ApplicationLayoutDirectionChange| 37) +(defenum |QEvent.ApplicationPaletteChange| 38) +(defenum |QEvent.ApplicationStateChange| 214) +(defenum |QEvent.ApplicationWindowIconChange| 35) +(defenum |QEvent.ChildAdded| 68) +(defenum |QEvent.ChildPolished| 69) +(defenum |QEvent.ChildRemoved| 71) +(defenum |QEvent.Clipboard| 40) +(defenum |QEvent.CloseSoftwareInputPanel| 200) +(defenum |QEvent.Close| 19) +(defenum |QEvent.ContentsRectChange| 178) +(defenum |QEvent.ContextMenu| 82) +(defenum |QEvent.Create| 15) +(defenum |QEvent.CursorChange| 183) +(defenum |QEvent.DeactivateControl| 81) +(defenum |QEvent.DeferredDelete| 52) +(defenum |QEvent.Destroy| 16) +(defenum |QEvent.DragEnter| 60) +(defenum |QEvent.DragLeave| 62) +(defenum |QEvent.DragMove| 61) +(defenum |QEvent.DragResponse| 64) +(defenum |QEvent.Drop| 63) +(defenum |QEvent.DynamicPropertyChange| 170) +(defenum |QEvent.EmbeddingControl| 79) +(defenum |QEvent.EnabledChange| 98) +(defenum |QEvent.EnterEditFocus| 150) +(defenum |QEvent.EnterWhatsThisMode| 124) +(defenum |QEvent.Enter| 10) +(defenum |QEvent.Expose| 206) +(defenum |QEvent.FileOpen| 116) +(defenum |QEvent.FocusAboutToChange| 23) +(defenum |QEvent.FocusIn| 8) +(defenum |QEvent.FocusOut| 9) +(defenum |QEvent.FontChange| 97) +(defenum |QEvent.FutureCallOut| 180) +(defenum |QEvent.GestureOverride| 202) +(defenum |QEvent.Gesture| 198) +(defenum |QEvent.GrabKeyboard| 188) +(defenum |QEvent.GrabMouse| 186) +(defenum |QEvent.GraphicsSceneContextMenu| 159) +(defenum |QEvent.GraphicsSceneDragEnter| 164) +(defenum |QEvent.GraphicsSceneDragLeave| 166) +(defenum |QEvent.GraphicsSceneDragMove| 165) +(defenum |QEvent.GraphicsSceneDrop| 167) +(defenum |QEvent.GraphicsSceneHelp| 163) +(defenum |QEvent.GraphicsSceneHoverEnter| 160) +(defenum |QEvent.GraphicsSceneHoverLeave| 162) +(defenum |QEvent.GraphicsSceneHoverMove| 161) +(defenum |QEvent.GraphicsSceneMouseDoubleClick| 158) +(defenum |QEvent.GraphicsSceneMouseMove| 155) +(defenum |QEvent.GraphicsSceneMousePress| 156) +(defenum |QEvent.GraphicsSceneMouseRelease| 157) +(defenum |QEvent.GraphicsSceneMove| 182) +(defenum |QEvent.GraphicsSceneResize| 181) +(defenum |QEvent.GraphicsSceneWheel| 168) +(defenum |QEvent.HelpRequest| 95) +(defenum |QEvent.HideToParent| 27) +(defenum |QEvent.Hide| 18) +(defenum |QEvent.HoverEnter| 127) +(defenum |QEvent.HoverLeave| 128) +(defenum |QEvent.HoverMove| 129) +(defenum |QEvent.IconDrag| 96) +(defenum |QEvent.IconTextChange| 101) +(defenum |QEvent.InputMethodQuery| 207) +(defenum |QEvent.InputMethod| 83) +(defenum |QEvent.KeyPress| 6) +(defenum |QEvent.KeyRelease| 7) +(defenum |QEvent.KeyboardLayoutChange| 169) +(defenum |QEvent.LanguageChange| 89) +(defenum |QEvent.LayoutDirectionChange| 90) +(defenum |QEvent.LayoutRequest| 76) +(defenum |QEvent.LeaveEditFocus| 151) +(defenum |QEvent.LeaveWhatsThisMode| 125) +(defenum |QEvent.Leave| 11) +(defenum |QEvent.LocaleChange| 88) +(defenum |QEvent.MacGLClearDrawable| 191) +(defenum |QEvent.MacGLWindowChange| 179) +(defenum |QEvent.MacSizeChange| 177) +(defenum |QEvent.MaxUser| 65535) +(defenum |QEvent.MetaCall| 43) +(defenum |QEvent.ModifiedChange| 102) +(defenum |QEvent.MouseButtonDblClick| 4) +(defenum |QEvent.MouseButtonPress| 2) +(defenum |QEvent.MouseButtonRelease| 3) +(defenum |QEvent.MouseMove| 5) +(defenum |QEvent.MouseTrackingChange| 109) +(defenum |QEvent.Move| 13) +(defenum |QEvent.NativeGesture| 197) +(defenum |QEvent.NetworkReplyUpdated| 185) +(defenum |QEvent.NonClientAreaMouseButtonDblClick| 176) +(defenum |QEvent.NonClientAreaMouseButtonPress| 174) +(defenum |QEvent.NonClientAreaMouseButtonRelease| 175) +(defenum |QEvent.NonClientAreaMouseMove| 173) +(defenum |QEvent.None| 0) +(defenum |QEvent.OkRequest| 94) +(defenum |QEvent.OrientationChange| 208) +(defenum |QEvent.Paint| 12) +(defenum |QEvent.PaletteChange| 39) +(defenum |QEvent.ParentAboutToChange| 131) +(defenum |QEvent.ParentChange| 21) +(defenum |QEvent.PlatformPanel| 212) +(defenum |QEvent.PlatformSurface| 217) +(defenum |QEvent.PolishRequest| 74) +(defenum |QEvent.Polish| 75) +(defenum |QEvent.QueryWhatsThis| 123) +(defenum |QEvent.Quit| 20) +(defenum |QEvent.ReadOnlyChange| 106) +(defenum |QEvent.RequestSoftwareInputPanel| 199) +(defenum |QEvent.Resize| 14) +(defenum |QEvent.ScreenChangeInternal| 216) +(defenum |QEvent.ScrollPrepare| 204) +(defenum |QEvent.Scroll| 205) +(defenum |QEvent.ShortcutOverride| 51) +(defenum |QEvent.Shortcut| 117) +(defenum |QEvent.ShowToParent| 26) +(defenum |QEvent.ShowWindowRequest| 73) +(defenum |QEvent.Show| 17) +(defenum |QEvent.SockAct| 50) +(defenum |QEvent.SockClose| 211) +(defenum |QEvent.Speech| 42) +(defenum |QEvent.StateMachineSignal| 192) +(defenum |QEvent.StateMachineWrapped| 193) +(defenum |QEvent.StatusTip| 112) +(defenum |QEvent.StyleAnimationUpdate| 213) +(defenum |QEvent.StyleChange| 100) +(defenum |QEvent.Style| 91) +(defenum |QEvent.TabletEnterProximity| 171) +(defenum |QEvent.TabletLeaveProximity| 172) +(defenum |QEvent.TabletMove| 87) +(defenum |QEvent.TabletPress| 92) +(defenum |QEvent.TabletRelease| 93) +(defenum |QEvent.ThemeChange| 210) +(defenum |QEvent.ThreadChange| 22) +(defenum |QEvent.Timer| 1) +(defenum |QEvent.ToolBarChange| 120) +(defenum |QEvent.ToolTipChange| 184) +(defenum |QEvent.ToolTip| 110) +(defenum |QEvent.TouchBegin| 194) +(defenum |QEvent.TouchCancel| 209) +(defenum |QEvent.TouchEnd| 196) +(defenum |QEvent.TouchUpdate| 195) +(defenum |QEvent.UngrabKeyboard| 189) +(defenum |QEvent.UngrabMouse| 187) +(defenum |QEvent.UpdateLater| 78) +(defenum |QEvent.UpdateRequest| 77) +(defenum |QEvent.User| 1000) +(defenum |QEvent.WhatsThisClicked| 118) +(defenum |QEvent.WhatsThis| 111) +(defenum |QEvent.Wheel| 31) +(defenum |QEvent.WinEventAct| 132) +(defenum |QEvent.WinIdChange| 203) +(defenum |QEvent.WindowActivate| 24) +(defenum |QEvent.WindowBlocked| 103) +(defenum |QEvent.WindowChangeInternal| 215) +(defenum |QEvent.WindowDeactivate| 25) +(defenum |QEvent.WindowIconChange| 34) +(defenum |QEvent.WindowStateChange| 105) +(defenum |QEvent.WindowTitleChange| 33) +(defenum |QEvent.WindowUnblocked| 104) +(defenum |QEvent.ZOrderChange| 126) +(defenum |QEvent.ZeroTimerEvent| 154) +(defenum |QEventLoop.AllEvents| 0) +(defenum |QEventLoop.ExcludeSocketNotifiers| 2) +(defenum |QEventLoop.ExcludeUserInputEvents| 1) +(defenum |QEventLoop.WaitForMoreEvents| 4) +(defenum |QFileDevice.AbortError| 6) +(defenum |QFileDevice.AutoCloseHandle| 1) +(defenum |QFileDevice.CopyError| 14) +(defenum |QFileDevice.DontCloseHandle| 0) +(defenum |QFileDevice.ExeGroup| 16) +(defenum |QFileDevice.ExeOther| 1) +(defenum |QFileDevice.ExeOwner| 4096) +(defenum |QFileDevice.ExeUser| 256) +(defenum |QFileDevice.FatalError| 3) +(defenum |QFileDevice.MapPrivateOption| 1) +(defenum |QFileDevice.NoError| 0) +(defenum |QFileDevice.NoOptions| 0) +(defenum |QFileDevice.OpenError| 5) +(defenum |QFileDevice.PermissionsError| 13) +(defenum |QFileDevice.PositionError| 11) +(defenum |QFileDevice.ReadError| 1) +(defenum |QFileDevice.ReadGroup| 64) +(defenum |QFileDevice.ReadOther| 4) +(defenum |QFileDevice.ReadOwner| 16384) +(defenum |QFileDevice.ReadUser| 1024) +(defenum |QFileDevice.RemoveError| 9) +(defenum |QFileDevice.RenameError| 10) +(defenum |QFileDevice.ResizeError| 12) +(defenum |QFileDevice.ResourceError| 4) +(defenum |QFileDevice.TimeOutError| 7) +(defenum |QFileDevice.UnspecifiedError| 8) +(defenum |QFileDevice.WriteError| 2) +(defenum |QFileDevice.WriteGroup| 32) +(defenum |QFileDevice.WriteOther| 2) +(defenum |QFileDevice.WriteOwner| 8192) +(defenum |QFileDevice.WriteUser| 512) +(defenum |QFileDialog.AcceptOpen| 0) +(defenum |QFileDialog.AcceptSave| 1) +(defenum |QFileDialog.Accept| 3) +(defenum |QFileDialog.AnyFile| 0) +(defenum |QFileDialog.Detail| 0) +(defenum |QFileDialog.DirectoryOnly| 4) +(defenum |QFileDialog.Directory| 2) +(defenum |QFileDialog.DontConfirmOverwrite| 4) +(defenum |QFileDialog.DontResolveSymlinks| 2) +(defenum |QFileDialog.DontUseCustomDirectoryIcons| 128) +(defenum |QFileDialog.DontUseNativeDialog| 16) +(defenum |QFileDialog.DontUseSheet| 8) +(defenum |QFileDialog.ExistingFiles| 3) +(defenum |QFileDialog.ExistingFile| 1) +(defenum |QFileDialog.FileName| 1) +(defenum |QFileDialog.FileType| 2) +(defenum |QFileDialog.HideNameFilterDetails| 64) +(defenum |QFileDialog.List| 1) +(defenum |QFileDialog.LookIn| 0) +(defenum |QFileDialog.ReadOnly| 32) +(defenum |QFileDialog.Reject| 4) +(defenum |QFileDialog.ShowDirsOnly| 1) +(defenum |QFileIconProvider.Computer| 0) +(defenum |QFileIconProvider.Desktop| 1) +(defenum |QFileIconProvider.DontUseCustomDirectoryIcons| 1) +(defenum |QFileIconProvider.Drive| 4) +(defenum |QFileIconProvider.File| 6) +(defenum |QFileIconProvider.Folder| 5) +(defenum |QFileIconProvider.Network| 3) +(defenum |QFileIconProvider.Trashcan| 2) +(defenum |QFileSystemModel.FileIconRole| 1) +(defenum |QFileSystemModel.FileNameRole| 258) +(defenum |QFileSystemModel.FilePathRole| 257) +(defenum |QFileSystemModel.FilePermissions| 259) +(defenum |QFont.AbsoluteSpacing| 1) +(defenum |QFont.AllLowercase| 2) +(defenum |QFont.AllUppercase| 1) +(defenum |QFont.AnyStyle| 0) +(defenum |QFont.Black| 87) +(defenum |QFont.Bold| 75) +(defenum |QFont.Capitalize| 4) +(defenum |QFont.Condensed| 75) +(defenum |QFont.Courier| 2) +(defenum |QFont.Cursive| 6) +(defenum |QFont.Decorative| 3) +(defenum |QFont.DemiBold| 63) +(defenum |QFont.Expanded| 125) +(defenum |QFont.ExtraBold| 81) +(defenum |QFont.ExtraCondensed| 62) +(defenum |QFont.ExtraExpanded| 150) +(defenum |QFont.ExtraLight| 12) +(defenum |QFont.Fantasy| 8) +(defenum |QFont.ForceIntegerMetrics| 1024) +(defenum |QFont.ForceOutline| 16) +(defenum |QFont.Helvetica| 0) +(defenum |QFont.Light| 25) +(defenum |QFont.Medium| 57) +(defenum |QFont.MixedCase| 0) +(defenum |QFont.Monospace| 7) +(defenum |QFont.NoAntialias| 256) +(defenum |QFont.NoFontMerging| 32768) +(defenum |QFont.NoSubpixelAntialias| 2048) +(defenum |QFont.Normal| 50) +(defenum |QFont.OldEnglish| 3) +(defenum |QFont.OpenGLCompatible| 512) +(defenum |QFont.PercentageSpacing| 0) +(defenum |QFont.PreferAntialias| 128) +(defenum |QFont.PreferBitmap| 2) +(defenum |QFont.PreferDefaultHinting| 0) +(defenum |QFont.PreferDefault| 1) +(defenum |QFont.PreferDevice| 4) +(defenum |QFont.PreferFullHinting| 3) +(defenum |QFont.PreferMatch| 32) +(defenum |QFont.PreferNoHinting| 1) +(defenum |QFont.PreferOutline| 8) +(defenum |QFont.PreferQuality| 64) +(defenum |QFont.PreferVerticalHinting| 2) +(defenum |QFont.SansSerif| 0) +(defenum |QFont.SemiCondensed| 87) +(defenum |QFont.SemiExpanded| 112) +(defenum |QFont.Serif| 1) +(defenum |QFont.SmallCaps| 3) +(defenum |QFont.StyleItalic| 1) +(defenum |QFont.StyleNormal| 0) +(defenum |QFont.StyleOblique| 2) +(defenum |QFont.System| 4) +(defenum |QFont.Thin| 0) +(defenum |QFont.Times| 1) +(defenum |QFont.TypeWriter| 2) +(defenum |QFont.UltraCondensed| 50) +(defenum |QFont.UltraExpanded| 200) +(defenum |QFont.Unstretched| 100) +(defenum |QFontComboBox.AllFonts| 0) +(defenum |QFontComboBox.MonospacedFonts| 4) +(defenum |QFontComboBox.NonScalableFonts| 2) +(defenum |QFontComboBox.ProportionalFonts| 8) +(defenum |QFontComboBox.ScalableFonts| 1) +(defenum |QFontDatabase.Any| 0) +(defenum |QFontDatabase.Arabic| 6) +(defenum |QFontDatabase.Armenian| 4) +(defenum |QFontDatabase.Bengali| 10) +(defenum |QFontDatabase.Cyrillic| 3) +(defenum |QFontDatabase.Devanagari| 9) +(defenum |QFontDatabase.FixedFont| 1) +(defenum |QFontDatabase.GeneralFont| 0) +(defenum |QFontDatabase.Georgian| 23) +(defenum |QFontDatabase.Greek| 2) +(defenum |QFontDatabase.Gujarati| 12) +(defenum |QFontDatabase.Gurmukhi| 11) +(defenum |QFontDatabase.Hebrew| 5) +(defenum |QFontDatabase.Japanese| 27) +(defenum |QFontDatabase.Kannada| 16) +(defenum |QFontDatabase.Khmer| 24) +(defenum |QFontDatabase.Korean| 28) +(defenum |QFontDatabase.Lao| 20) +(defenum |QFontDatabase.Latin| 1) +(defenum |QFontDatabase.Malayalam| 17) +(defenum |QFontDatabase.Myanmar| 22) +(defenum |QFontDatabase.Nko| 33) +(defenum |QFontDatabase.Ogham| 31) +(defenum |QFontDatabase.Oriya| 13) +(defenum |QFontDatabase.Other| 30) +(defenum |QFontDatabase.Runic| 32) +(defenum |QFontDatabase.SimplifiedChinese| 25) +(defenum |QFontDatabase.Sinhala| 18) +(defenum |QFontDatabase.SmallestReadableFont| 3) +(defenum |QFontDatabase.Symbol| 30) +(defenum |QFontDatabase.Syriac| 7) +(defenum |QFontDatabase.Tamil| 14) +(defenum |QFontDatabase.Telugu| 15) +(defenum |QFontDatabase.Thaana| 8) +(defenum |QFontDatabase.Thai| 19) +(defenum |QFontDatabase.Tibetan| 21) +(defenum |QFontDatabase.TitleFont| 2) +(defenum |QFontDatabase.TraditionalChinese| 26) +(defenum |QFontDatabase.Vietnamese| 29) +(defenum |QFontDatabase.WritingSystemsCount| 34) +(defenum |QFontDialog.DontUseNativeDialog| 2) +(defenum |QFontDialog.MonospacedFonts| 16) +(defenum |QFontDialog.NoButtons| 1) +(defenum |QFontDialog.NonScalableFonts| 8) +(defenum |QFontDialog.ProportionalFonts| 32) +(defenum |QFontDialog.ScalableFonts| 4) +(defenum |QFormLayout.AllNonFixedFieldsGrow| 2) +(defenum |QFormLayout.DontWrapRows| 0) +(defenum |QFormLayout.ExpandingFieldsGrow| 1) +(defenum |QFormLayout.FieldRole| 1) +(defenum |QFormLayout.FieldsStayAtSizeHint| 0) +(defenum |QFormLayout.LabelRole| 0) +(defenum |QFormLayout.SpanningRole| 2) +(defenum |QFormLayout.WrapAllRows| 2) +(defenum |QFormLayout.WrapLongRows| 1) +(defenum |QFrame.Box| 1) +(defenum |QFrame.HLine| 4) +(defenum |QFrame.NoFrame| 0) +(defenum |QFrame.Panel| 2) +(defenum |QFrame.Plain| 16) +(defenum |QFrame.Raised| 32) +(defenum |QFrame.Shadow_Mask| 240) +(defenum |QFrame.Shape_Mask| 15) +(defenum |QFrame.StyledPanel| 6) +(defenum |QFrame.Sunken| 48) +(defenum |QFrame.VLine| 5) +(defenum |QFrame.WinPanel| 3) +(defenum |QGLContext.DefaultBindOption| 11) +(defenum |QGLContext.InvertedYBindOption| 1) +(defenum |QGLContext.LinearFilteringBindOption| 8) +(defenum |QGLContext.MipmapBindOption| 2) +(defenum |QGLContext.NoBindOption| 0) +(defenum |QGLContext.PremultipliedAlphaBindOption| 4) +(defenum |QGLFormat.CompatibilityProfile| 2) +(defenum |QGLFormat.CoreProfile| 1) +(defenum |QGLFormat.NoProfile| 0) +(defenum |QGLFormat.OpenGL_ES_CommonLite_Version_1_0| 256) +(defenum |QGLFormat.OpenGL_ES_CommonLite_Version_1_1| 1024) +(defenum |QGLFormat.OpenGL_ES_Common_Version_1_0| 128) +(defenum |QGLFormat.OpenGL_ES_Common_Version_1_1| 512) +(defenum |QGLFormat.OpenGL_ES_Version_2_0| 2048) +(defenum |QGLFormat.OpenGL_Version_1_1| 1) +(defenum |QGLFormat.OpenGL_Version_1_2| 2) +(defenum |QGLFormat.OpenGL_Version_1_3| 4) +(defenum |QGLFormat.OpenGL_Version_1_4| 8) +(defenum |QGLFormat.OpenGL_Version_1_5| 16) +(defenum |QGLFormat.OpenGL_Version_2_0| 32) +(defenum |QGLFormat.OpenGL_Version_2_1| 64) +(defenum |QGLFormat.OpenGL_Version_3_0| 4096) +(defenum |QGLFormat.OpenGL_Version_3_1| 8192) +(defenum |QGLFormat.OpenGL_Version_3_2| 16384) +(defenum |QGLFormat.OpenGL_Version_3_3| 32768) +(defenum |QGLFormat.OpenGL_Version_4_0| 65536) +(defenum |QGLFormat.OpenGL_Version_4_1| 131072) +(defenum |QGLFormat.OpenGL_Version_4_2| 262144) +(defenum |QGLFormat.OpenGL_Version_4_3| 524288) +(defenum |QGLFormat.OpenGL_Version_None| 0) +(defenum |QGLFramebufferObject.CombinedDepthStencil| 1) +(defenum |QGLFramebufferObject.Depth| 2) +(defenum |QGLFramebufferObject.NoAttachment| 0) +(defenum |QGLShader.Fragment| 2) +(defenum |QGLShader.Geometry| 4) +(defenum |QGLShader.Vertex| 1) +(defenum |QGesture.CancelAllInContext| 1) +(defenum |QGesture.CancelNone| 0) +(defenum |QGradient.ConicalGradient| 2) +(defenum |QGradient.LinearGradient| 0) +(defenum |QGradient.LogicalMode| 0) +(defenum |QGradient.NoGradient| 3) +(defenum |QGradient.ObjectBoundingMode| 2) +(defenum |QGradient.PadSpread| 0) +(defenum |QGradient.RadialGradient| 1) +(defenum |QGradient.ReflectSpread| 1) +(defenum |QGradient.RepeatSpread| 2) +(defenum |QGradient.StretchToDeviceMode| 1) +(defenum |QGraphicsBlurEffect.AnimationHint| 2) +(defenum |QGraphicsBlurEffect.PerformanceHint| 0) +(defenum |QGraphicsBlurEffect.QualityHint| 1) +(defenum |QGraphicsEffect.NoPad| 0) +(defenum |QGraphicsEffect.PadToEffectiveBoundingRect| 2) +(defenum |QGraphicsEffect.PadToTransparentBorder| 1) +(defenum |QGraphicsEffect.SourceAttached| 1) +(defenum |QGraphicsEffect.SourceBoundingRectChanged| 4) +(defenum |QGraphicsEffect.SourceDetached| 2) +(defenum |QGraphicsEffect.SourceInvalidated| 8) +(defenum |QGraphicsItem.DeviceCoordinateCache| 2) +(defenum |QGraphicsItem.ItemAcceptsInputMethod| 4096) +(defenum |QGraphicsItem.ItemChildAddedChange| 6) +(defenum |QGraphicsItem.ItemChildRemovedChange| 7) +(defenum |QGraphicsItem.ItemClipsChildrenToShape| 16) +(defenum |QGraphicsItem.ItemClipsToShape| 8) +(defenum |QGraphicsItem.ItemContainsChildrenInShape| 524288) +(defenum |QGraphicsItem.ItemCoordinateCache| 1) +(defenum |QGraphicsItem.ItemCursorChange| 17) +(defenum |QGraphicsItem.ItemCursorHasChanged| 18) +(defenum |QGraphicsItem.ItemDoesntPropagateOpacityToChildren| 128) +(defenum |QGraphicsItem.ItemEnabledChange| 3) +(defenum |QGraphicsItem.ItemEnabledHasChanged| 13) +(defenum |QGraphicsItem.ItemFlagsChange| 21) +(defenum |QGraphicsItem.ItemFlagsHaveChanged| 22) +(defenum |QGraphicsItem.ItemHasNoContents| 1024) +(defenum |QGraphicsItem.ItemIgnoresParentOpacity| 64) +(defenum |QGraphicsItem.ItemIgnoresTransformations| 32) +(defenum |QGraphicsItem.ItemIsFocusable| 4) +(defenum |QGraphicsItem.ItemIsMovable| 1) +(defenum |QGraphicsItem.ItemIsPanel| 16384) +(defenum |QGraphicsItem.ItemIsSelectable| 2) +(defenum |QGraphicsItem.ItemMatrixChange| 1) +(defenum |QGraphicsItem.ItemNegativeZStacksBehindParent| 8192) +(defenum |QGraphicsItem.ItemOpacityChange| 25) +(defenum |QGraphicsItem.ItemOpacityHasChanged| 26) +(defenum |QGraphicsItem.ItemParentChange| 5) +(defenum |QGraphicsItem.ItemParentHasChanged| 15) +(defenum |QGraphicsItem.ItemPositionChange| 0) +(defenum |QGraphicsItem.ItemPositionHasChanged| 9) +(defenum |QGraphicsItem.ItemRotationChange| 28) +(defenum |QGraphicsItem.ItemRotationHasChanged| 29) +(defenum |QGraphicsItem.ItemScaleChange| 30) +(defenum |QGraphicsItem.ItemScaleHasChanged| 31) +(defenum |QGraphicsItem.ItemSceneChange| 11) +(defenum |QGraphicsItem.ItemSceneHasChanged| 16) +(defenum |QGraphicsItem.ItemScenePositionHasChanged| 27) +(defenum |QGraphicsItem.ItemSelectedChange| 4) +(defenum |QGraphicsItem.ItemSelectedHasChanged| 14) +(defenum |QGraphicsItem.ItemSendsGeometryChanges| 2048) +(defenum |QGraphicsItem.ItemSendsScenePositionChanges| 65536) +(defenum |QGraphicsItem.ItemStacksBehindParent| 256) +(defenum |QGraphicsItem.ItemToolTipChange| 19) +(defenum |QGraphicsItem.ItemToolTipHasChanged| 20) +(defenum |QGraphicsItem.ItemTransformChange| 8) +(defenum |QGraphicsItem.ItemTransformHasChanged| 10) +(defenum |QGraphicsItem.ItemTransformOriginPointChange| 32) +(defenum |QGraphicsItem.ItemTransformOriginPointHasChanged| 33) +(defenum |QGraphicsItem.ItemUsesExtendedStyleOption| 512) +(defenum |QGraphicsItem.ItemVisibleChange| 2) +(defenum |QGraphicsItem.ItemVisibleHasChanged| 12) +(defenum |QGraphicsItem.ItemZValueChange| 23) +(defenum |QGraphicsItem.ItemZValueHasChanged| 24) +(defenum |QGraphicsItem.NoCache| 0) +(defenum |QGraphicsItem.NonModal| 0) +(defenum |QGraphicsItem.PanelModal| 1) +(defenum |QGraphicsItem.SceneModal| 2) +(defenum |QGraphicsPixmapItem.BoundingRectShape| 1) +(defenum |QGraphicsPixmapItem.HeuristicMaskShape| 2) +(defenum |QGraphicsPixmapItem.MaskShape| 0) +(defenum |QGraphicsScene.AllLayers| 65535) +(defenum |QGraphicsScene.BackgroundLayer| 2) +(defenum |QGraphicsScene.BspTreeIndex| 0) +(defenum |QGraphicsScene.ForegroundLayer| 4) +(defenum |QGraphicsScene.ItemLayer| 1) +(defenum |QGraphicsScene.NoIndex| -1) +(defenum |QGraphicsSceneContextMenuEvent.Keyboard| 1) +(defenum |QGraphicsSceneContextMenuEvent.Mouse| 0) +(defenum |QGraphicsSceneContextMenuEvent.Other| 2) +(defenum |QGraphicsView.AnchorUnderMouse| 2) +(defenum |QGraphicsView.AnchorViewCenter| 1) +(defenum |QGraphicsView.BoundingRectViewportUpdate| 4) +(defenum |QGraphicsView.CacheBackground| 1) +(defenum |QGraphicsView.CacheNone| 0) +(defenum |QGraphicsView.DontAdjustForAntialiasing| 4) +(defenum |QGraphicsView.DontClipPainter| 1) +(defenum |QGraphicsView.DontSavePainterState| 2) +(defenum |QGraphicsView.FullViewportUpdate| 0) +(defenum |QGraphicsView.IndirectPainting| 8) +(defenum |QGraphicsView.MinimalViewportUpdate| 1) +(defenum |QGraphicsView.NoAnchor| 0) +(defenum |QGraphicsView.NoDrag| 0) +(defenum |QGraphicsView.NoViewportUpdate| 3) +(defenum |QGraphicsView.RubberBandDrag| 2) +(defenum |QGraphicsView.ScrollHandDrag| 1) +(defenum |QGraphicsView.SmartViewportUpdate| 2) +(defenum |QHeaderView.Custom| 2) +(defenum |QHeaderView.Fixed| 2) +(defenum |QHeaderView.Interactive| 0) +(defenum |QHeaderView.ResizeToContents| 3) +(defenum |QHeaderView.Stretch| 1) +(defenum |QHelpSearchQuery.ALL| 4) +(defenum |QHelpSearchQuery.ATLEAST| 5) +(defenum |QHelpSearchQuery.DEFAULT| 0) +(defenum |QHelpSearchQuery.FUZZY| 1) +(defenum |QHelpSearchQuery.PHRASE| 3) +(defenum |QHelpSearchQuery.WITHOUT| 2) +(defenum |QHistoryState.DeepHistory| 1) +(defenum |QHistoryState.ShallowHistory| 0) +(defenum |QHostAddress.AnyIPv4| 6) +(defenum |QHostAddress.AnyIPv6| 5) +(defenum |QHostAddress.Any| 4) +(defenum |QHostAddress.Broadcast| 1) +(defenum |QHostAddress.LocalHostIPv6| 3) +(defenum |QHostAddress.LocalHost| 2) +(defenum |QHostAddress.Null| 0) +(defenum |QHostInfo.HostNotFound| 1) +(defenum |QHostInfo.NoError| 0) +(defenum |QHostInfo.UnknownError| 2) +(defenum |QIODevice.Append| 4) +(defenum |QIODevice.NotOpen| 0) +(defenum |QIODevice.ReadOnly| 1) +(defenum |QIODevice.ReadWrite| 3) +(defenum |QIODevice.Text| 16) +(defenum |QIODevice.Truncate| 8) +(defenum |QIODevice.Unbuffered| 32) +(defenum |QIODevice.WriteOnly| 2) +(defenum |QIcon.Active| 2) +(defenum |QIcon.Disabled| 1) +(defenum |QIcon.Normal| 0) +(defenum |QIcon.Off| 1) +(defenum |QIcon.On| 0) +(defenum |QIcon.Selected| 3) +(defenum |QImage.Format_A2BGR30_Premultiplied| 20) +(defenum |QImage.Format_A2RGB30_Premultiplied| 22) +(defenum |QImage.Format_ARGB32_Premultiplied| 6) +(defenum |QImage.Format_ARGB32| 5) +(defenum |QImage.Format_ARGB4444_Premultiplied| 15) +(defenum |QImage.Format_ARGB6666_Premultiplied| 10) +(defenum |QImage.Format_ARGB8555_Premultiplied| 12) +(defenum |QImage.Format_ARGB8565_Premultiplied| 8) +(defenum |QImage.Format_Alpha8| 23) +(defenum |QImage.Format_BGR30| 19) +(defenum |QImage.Format_Grayscale8| 24) +(defenum |QImage.Format_Indexed8| 3) +(defenum |QImage.Format_Invalid| 0) +(defenum |QImage.Format_MonoLSB| 2) +(defenum |QImage.Format_Mono| 1) +(defenum |QImage.Format_RGB16| 7) +(defenum |QImage.Format_RGB30| 21) +(defenum |QImage.Format_RGB32| 4) +(defenum |QImage.Format_RGB444| 14) +(defenum |QImage.Format_RGB555| 11) +(defenum |QImage.Format_RGB666| 9) +(defenum |QImage.Format_RGB888| 13) +(defenum |QImage.Format_RGBA8888_Premultiplied| 18) +(defenum |QImage.Format_RGBA8888| 17) +(defenum |QImage.Format_RGBX8888| 16) +(defenum |QImage.InvertRgba| 1) +(defenum |QImage.InvertRgb| 0) +(defenum |QInputDialog.DoubleInput| 2) +(defenum |QInputDialog.IntInput| 1) +(defenum |QInputDialog.NoButtons| 1) +(defenum |QInputDialog.TextInput| 0) +(defenum |QInputDialog.UseListViewForComboBoxItems| 2) +(defenum |QInputDialog.UsePlainTextEditForTextInput| 4) +(defenum |QInputMethodEvent.Cursor| 1) +(defenum |QInputMethodEvent.Language| 2) +(defenum |QInputMethodEvent.Ruby| 3) +(defenum |QInputMethodEvent.Selection| 4) +(defenum |QInputMethodEvent.TextFormat| 0) +(defenum |QItemSelectionModel.ClearAndSelect| 3) +(defenum |QItemSelectionModel.Clear| 1) +(defenum |QItemSelectionModel.Columns| 64) +(defenum |QItemSelectionModel.Current| 16) +(defenum |QItemSelectionModel.Deselect| 4) +(defenum |QItemSelectionModel.NoUpdate| 0) +(defenum |QItemSelectionModel.Rows| 32) +(defenum |QItemSelectionModel.SelectCurrent| 18) +(defenum |QItemSelectionModel.Select| 2) +(defenum |QItemSelectionModel.ToggleCurrent| 24) +(defenum |QItemSelectionModel.Toggle| 8) +(defenum |QKeySequence.AddTab| 19) +(defenum |QKeySequence.Backspace| 69) +(defenum |QKeySequence.Back| 13) +(defenum |QKeySequence.Bold| 27) +(defenum |QKeySequence.Close| 4) +(defenum |QKeySequence.Copy| 9) +(defenum |QKeySequence.Cut| 8) +(defenum |QKeySequence.DeleteCompleteLine| 68) +(defenum |QKeySequence.DeleteEndOfLine| 60) +(defenum |QKeySequence.DeleteEndOfWord| 59) +(defenum |QKeySequence.DeleteStartOfWord| 58) +(defenum |QKeySequence.Delete| 7) +(defenum |QKeySequence.Deselect| 67) +(defenum |QKeySequence.ExactMatch| 2) +(defenum |QKeySequence.FindNext| 23) +(defenum |QKeySequence.FindPrevious| 24) +(defenum |QKeySequence.Find| 22) +(defenum |QKeySequence.Forward| 14) +(defenum |QKeySequence.FullScreen| 66) +(defenum |QKeySequence.HelpContents| 1) +(defenum |QKeySequence.InsertLineSeparator| 62) +(defenum |QKeySequence.InsertParagraphSeparator| 61) +(defenum |QKeySequence.Italic| 28) +(defenum |QKeySequence.MoveToEndOfBlock| 41) +(defenum |QKeySequence.MoveToEndOfDocument| 43) +(defenum |QKeySequence.MoveToEndOfLine| 39) +(defenum |QKeySequence.MoveToNextChar| 30) +(defenum |QKeySequence.MoveToNextLine| 34) +(defenum |QKeySequence.MoveToNextPage| 36) +(defenum |QKeySequence.MoveToNextWord| 32) +(defenum |QKeySequence.MoveToPreviousChar| 31) +(defenum |QKeySequence.MoveToPreviousLine| 35) +(defenum |QKeySequence.MoveToPreviousPage| 37) +(defenum |QKeySequence.MoveToPreviousWord| 33) +(defenum |QKeySequence.MoveToStartOfBlock| 40) +(defenum |QKeySequence.MoveToStartOfDocument| 42) +(defenum |QKeySequence.MoveToStartOfLine| 38) +(defenum |QKeySequence.NativeText| 0) +(defenum |QKeySequence.New| 6) +(defenum |QKeySequence.NextChild| 20) +(defenum |QKeySequence.NoMatch| 0) +(defenum |QKeySequence.Open| 3) +(defenum |QKeySequence.PartialMatch| 1) +(defenum |QKeySequence.Paste| 10) +(defenum |QKeySequence.PortableText| 1) +(defenum |QKeySequence.Preferences| 64) +(defenum |QKeySequence.PreviousChild| 21) +(defenum |QKeySequence.Print| 18) +(defenum |QKeySequence.Quit| 65) +(defenum |QKeySequence.Redo| 12) +(defenum |QKeySequence.Refresh| 15) +(defenum |QKeySequence.Replace| 25) +(defenum |QKeySequence.SaveAs| 63) +(defenum |QKeySequence.Save| 5) +(defenum |QKeySequence.SelectAll| 26) +(defenum |QKeySequence.SelectEndOfBlock| 55) +(defenum |QKeySequence.SelectEndOfDocument| 57) +(defenum |QKeySequence.SelectEndOfLine| 53) +(defenum |QKeySequence.SelectNextChar| 44) +(defenum |QKeySequence.SelectNextLine| 48) +(defenum |QKeySequence.SelectNextPage| 50) +(defenum |QKeySequence.SelectNextWord| 46) +(defenum |QKeySequence.SelectPreviousChar| 45) +(defenum |QKeySequence.SelectPreviousLine| 49) +(defenum |QKeySequence.SelectPreviousPage| 51) +(defenum |QKeySequence.SelectPreviousWord| 47) +(defenum |QKeySequence.SelectStartOfBlock| 54) +(defenum |QKeySequence.SelectStartOfDocument| 56) +(defenum |QKeySequence.SelectStartOfLine| 52) +(defenum |QKeySequence.Underline| 29) +(defenum |QKeySequence.Undo| 11) +(defenum |QKeySequence.UnknownKey| 0) +(defenum |QKeySequence.WhatsThis| 2) +(defenum |QKeySequence.ZoomIn| 16) +(defenum |QKeySequence.ZoomOut| 17) +(defenum |QLCDNumber.Bin| 3) +(defenum |QLCDNumber.Dec| 1) +(defenum |QLCDNumber.Filled| 1) +(defenum |QLCDNumber.Flat| 2) +(defenum |QLCDNumber.Hex| 0) +(defenum |QLCDNumber.Oct| 2) +(defenum |QLCDNumber.Outline| 0) +(defenum |QLayout.SetDefaultConstraint| 0) +(defenum |QLayout.SetFixedSize| 3) +(defenum |QLayout.SetMaximumSize| 4) +(defenum |QLayout.SetMinAndMaxSize| 5) +(defenum |QLayout.SetMinimumSize| 2) +(defenum |QLayout.SetNoConstraint| 1) +(defenum |QLibrary.DeepBindHint| 16) +(defenum |QLibrary.ExportExternalSymbolsHint| 2) +(defenum |QLibrary.LoadArchiveMemberHint| 4) +(defenum |QLibrary.PreventUnloadHint| 8) +(defenum |QLibrary.ResolveAllSymbolsHint| 1) +(defenum |QLibraryInfo.ArchDataPath| 9) +(defenum |QLibraryInfo.BinariesPath| 5) +(defenum |QLibraryInfo.DataPath| 10) +(defenum |QLibraryInfo.DocumentationPath| 1) +(defenum |QLibraryInfo.ExamplesPath| 12) +(defenum |QLibraryInfo.HeadersPath| 2) +(defenum |QLibraryInfo.ImportsPath| 7) +(defenum |QLibraryInfo.LibrariesPath| 3) +(defenum |QLibraryInfo.LibraryExecutablesPath| 4) +(defenum |QLibraryInfo.PluginsPath| 6) +(defenum |QLibraryInfo.PrefixPath| 0) +(defenum |QLibraryInfo.Qml2ImportsPath| 8) +(defenum |QLibraryInfo.SettingsPath| 100) +(defenum |QLibraryInfo.TestsPath| 13) +(defenum |QLibraryInfo.TranslationsPath| 11) +(defenum |QLineEdit.LeadingPosition| 0) +(defenum |QLineEdit.NoEcho| 1) +(defenum |QLineEdit.Normal| 0) +(defenum |QLineEdit.PasswordEchoOnEdit| 3) +(defenum |QLineEdit.Password| 2) +(defenum |QLineEdit.TrailingPosition| 1) +(defenum |QListView.Adjust| 1) +(defenum |QListView.Batched| 1) +(defenum |QListView.Fixed| 0) +(defenum |QListView.Free| 1) +(defenum |QListView.IconMode| 1) +(defenum |QListView.LeftToRight| 0) +(defenum |QListView.ListMode| 0) +(defenum |QListView.SinglePass| 0) +(defenum |QListView.Snap| 2) +(defenum |QListView.Static| 0) +(defenum |QListView.TopToBottom| 1) +(defenum |QListWidgetItem.Type| 0) +(defenum |QListWidgetItem.UserType| 1000) +(defenum |QLocalServer.GroupAccessOption| 2) +(defenum |QLocalServer.NoOptions| 0) +(defenum |QLocalServer.OtherAccessOption| 4) diff --git a/src/lisp/enums2.lisp b/src/lisp/enums2.lisp new file mode 100644 index 0000000..27512ae --- /dev/null +++ b/src/lisp/enums2.lisp @@ -0,0 +1,1263 @@ +;;; Complete list of all enumerations, see: +;;; ~/eql/helper/parse-enums.lisp +;;; ./get-dynamic-enums.lisp +;;; +;;; (divided in more files to not exceed string size limit of Windows) + +(in-package :eql) + +(defmacro defenum (name value) + `(progn + (defconstant ,name ,value) + (export ',name ,(find-package :eql)))) + +(defenum |QLocalServer.UserAccessOption| 1) +(defenum |QLocalServer.WorldAccessOption| 7) +(defenum |QLocalSocket.ClosingState| 6) +(defenum |QLocalSocket.ConnectedState| 3) +(defenum |QLocalSocket.ConnectingState| 2) +(defenum |QLocalSocket.ConnectionError| 7) +(defenum |QLocalSocket.ConnectionRefusedError| 0) +(defenum |QLocalSocket.DatagramTooLargeError| 6) +(defenum |QLocalSocket.OperationError| 19) +(defenum |QLocalSocket.PeerClosedError| 1) +(defenum |QLocalSocket.ServerNotFoundError| 2) +(defenum |QLocalSocket.SocketAccessError| 3) +(defenum |QLocalSocket.SocketResourceError| 4) +(defenum |QLocalSocket.SocketTimeoutError| 5) +(defenum |QLocalSocket.UnconnectedState| 0) +(defenum |QLocalSocket.UnknownSocketError| -1) +(defenum |QLocalSocket.UnsupportedSocketOperationError| 10) +(defenum |QLocale.Abkhazian| 2) +(defenum |QLocale.Afan| 3) +(defenum |QLocale.Afar| 4) +(defenum |QLocale.Afghanistan| 1) +(defenum |QLocale.Afrikaans| 5) +(defenum |QLocale.Aghem| 237) +(defenum |QLocale.Akan| 146) +(defenum |QLocale.Akkadian| 262) +(defenum |QLocale.Akoose| 312) +(defenum |QLocale.AlandIslands| 248) +(defenum |QLocale.Albanian| 6) +(defenum |QLocale.Albania| 2) +(defenum |QLocale.Algeria| 3) +(defenum |QLocale.AlternateQuotation| 1) +(defenum |QLocale.AmericanSamoa| 4) +(defenum |QLocale.Amharic| 7) +(defenum |QLocale.AncientEgyptian| 263) +(defenum |QLocale.AncientGreek| 264) +(defenum |QLocale.AncientNorthArabian| 331) +(defenum |QLocale.Andorra| 5) +(defenum |QLocale.Angola| 6) +(defenum |QLocale.Anguilla| 7) +(defenum |QLocale.Antarctica| 8) +(defenum |QLocale.AntiguaAndBarbuda| 9) +(defenum |QLocale.AnyCountry| 0) +(defenum |QLocale.AnyLanguage| 0) +(defenum |QLocale.AnyScript| 0) +(defenum |QLocale.ArabicScript| 1) +(defenum |QLocale.Arabic| 8) +(defenum |QLocale.Aragonese| 261) +(defenum |QLocale.Aramaic| 265) +(defenum |QLocale.Argentina| 10) +(defenum |QLocale.ArmenianScript| 10) +(defenum |QLocale.Armenian| 9) +(defenum |QLocale.Armenia| 11) +(defenum |QLocale.Aruba| 12) +(defenum |QLocale.AscensionIsland| 247) +(defenum |QLocale.Assamese| 10) +(defenum |QLocale.Asturian| 256) +(defenum |QLocale.Asu| 205) +(defenum |QLocale.Atsam| 156) +(defenum |QLocale.Australia| 13) +(defenum |QLocale.Austria| 14) +(defenum |QLocale.Avaric| 216) +(defenum |QLocale.AvestanScript| 36) +(defenum |QLocale.Avestan| 255) +(defenum |QLocale.Aymara| 11) +(defenum |QLocale.Azerbaijani| 12) +(defenum |QLocale.Azerbaijan| 15) +(defenum |QLocale.Bafia| 243) +(defenum |QLocale.Bahamas| 16) +(defenum |QLocale.Bahrain| 17) +(defenum |QLocale.BalineseScript| 37) +(defenum |QLocale.Balinese| 266) +(defenum |QLocale.Bambara| 188) +(defenum |QLocale.BamumScript| 38) +(defenum |QLocale.Bamun| 267) +(defenum |QLocale.Bangladesh| 18) +(defenum |QLocale.Barbados| 19) +(defenum |QLocale.Basaa| 238) +(defenum |QLocale.Bashkir| 13) +(defenum |QLocale.Basque| 14) +(defenum |QLocale.BassaVahScript| 106) +(defenum |QLocale.Bassa| 336) +(defenum |QLocale.BatakScript| 39) +(defenum |QLocale.BatakToba| 268) +(defenum |QLocale.Belarusian| 22) +(defenum |QLocale.Belarus| 20) +(defenum |QLocale.Belgium| 21) +(defenum |QLocale.Belize| 22) +(defenum |QLocale.Bemba| 195) +(defenum |QLocale.Bena| 186) +(defenum |QLocale.BengaliScript| 11) +(defenum |QLocale.Bengali| 15) +(defenum |QLocale.Benin| 23) +(defenum |QLocale.Bermuda| 24) +(defenum |QLocale.Bhutani| 16) +(defenum |QLocale.Bhutan| 25) +(defenum |QLocale.Bihari| 17) +(defenum |QLocale.Bislama| 18) +(defenum |QLocale.Blin| 152) +(defenum |QLocale.Bodo| 215) +(defenum |QLocale.Bolivia| 26) +(defenum |QLocale.Bonaire| 255) +(defenum |QLocale.BopomofoScript| 40) +(defenum |QLocale.BosniaAndHerzegowina| 27) +(defenum |QLocale.Bosnian| 142) +(defenum |QLocale.Botswana| 28) +(defenum |QLocale.BouvetIsland| 29) +(defenum |QLocale.BrahmiScript| 41) +(defenum |QLocale.BrailleScript| 103) +(defenum |QLocale.Brazil| 30) +(defenum |QLocale.Breton| 19) +(defenum |QLocale.BritishIndianOceanTerritory| 31) +(defenum |QLocale.BritishVirginIslands| 233) +(defenum |QLocale.Brunei| 32) +(defenum |QLocale.BugineseScript| 42) +(defenum |QLocale.Buginese| 269) +(defenum |QLocale.BuhidScript| 43) +(defenum |QLocale.Buhid| 270) +(defenum |QLocale.Bulgarian| 20) +(defenum |QLocale.Bulgaria| 33) +(defenum |QLocale.BurkinaFaso| 34) +(defenum |QLocale.Burmese| 21) +(defenum |QLocale.Burundi| 35) +(defenum |QLocale.Byelorussian| 22) +(defenum |QLocale.Cambodian| 23) +(defenum |QLocale.Cambodia| 36) +(defenum |QLocale.Cameroon| 37) +(defenum |QLocale.Canada| 38) +(defenum |QLocale.CanadianAboriginalScript| 44) +(defenum |QLocale.CanaryIslands| 238) +(defenum |QLocale.CapeVerde| 39) +(defenum |QLocale.CarianScript| 45) +(defenum |QLocale.Carian| 271) +(defenum |QLocale.Catalan| 24) +(defenum |QLocale.CaucasianAlbanianScript| 105) +(defenum |QLocale.CaymanIslands| 40) +(defenum |QLocale.CentralAfricanRepublic| 41) +(defenum |QLocale.CentralKurdish| 316) +(defenum |QLocale.CentralMoroccoTamazight| 212) +(defenum |QLocale.CeutaAndMelilla| 250) +(defenum |QLocale.Chad| 42) +(defenum |QLocale.ChakmaScript| 46) +(defenum |QLocale.Chakma| 272) +(defenum |QLocale.ChamScript| 47) +(defenum |QLocale.Chamorro| 217) +(defenum |QLocale.Chechen| 218) +(defenum |QLocale.CherokeeScript| 12) +(defenum |QLocale.Cherokee| 190) +(defenum |QLocale.Chewa| 165) +(defenum |QLocale.Chiga| 211) +(defenum |QLocale.Chile| 43) +(defenum |QLocale.China| 44) +(defenum |QLocale.Chinese| 25) +(defenum |QLocale.ChristmasIsland| 45) +(defenum |QLocale.Church| 219) +(defenum |QLocale.Chuvash| 220) +(defenum |QLocale.ClassicalMandaic| 273) +(defenum |QLocale.ClippertonIsland| 241) +(defenum |QLocale.CocosIslands| 46) +(defenum |QLocale.Colognian| 201) +(defenum |QLocale.Colombia| 47) +(defenum |QLocale.Comoros| 48) +(defenum |QLocale.CongoBrazzaville| 50) +(defenum |QLocale.CongoKinshasa| 49) +(defenum |QLocale.CongoSwahili| 250) +(defenum |QLocale.CookIslands| 51) +(defenum |QLocale.CopticScript| 48) +(defenum |QLocale.Coptic| 274) +(defenum |QLocale.Cornish| 145) +(defenum |QLocale.Corsican| 26) +(defenum |QLocale.CostaRica| 52) +(defenum |QLocale.Cree| 221) +(defenum |QLocale.Croatian| 27) +(defenum |QLocale.Croatia| 54) +(defenum |QLocale.Cuba| 55) +(defenum |QLocale.CuneiformScript| 94) +(defenum |QLocale.CuraSao| 152) +(defenum |QLocale.CurrencyDisplayName| 2) +(defenum |QLocale.CurrencyIsoCode| 0) +(defenum |QLocale.CurrencySymbol| 1) +(defenum |QLocale.CypriotScript| 49) +(defenum |QLocale.Cyprus| 56) +(defenum |QLocale.CyrillicScript| 2) +(defenum |QLocale.CzechRepublic| 57) +(defenum |QLocale.Czech| 28) +(defenum |QLocale.C| 1) +(defenum |QLocale.Danish| 29) +(defenum |QLocale.DemocraticRepublicOfCongo| 49) +(defenum |QLocale.DemocraticRepublicOfKorea| 113) +(defenum |QLocale.Denmark| 58) +(defenum |QLocale.DeseretScript| 3) +(defenum |QLocale.DevanagariScript| 13) +(defenum |QLocale.DiegoGarcia| 249) +(defenum |QLocale.Divehi| 143) +(defenum |QLocale.Djibouti| 59) +(defenum |QLocale.Dogri| 275) +(defenum |QLocale.DominicanRepublic| 61) +(defenum |QLocale.Dominica| 60) +(defenum |QLocale.Duala| 240) +(defenum |QLocale.DuployanScript| 107) +(defenum |QLocale.Dutch| 30) +(defenum |QLocale.Dzongkha| 16) +(defenum |QLocale.EastTimor| 62) +(defenum |QLocale.EasternCham| 276) +(defenum |QLocale.EasternKayah| 277) +(defenum |QLocale.Ecuador| 63) +(defenum |QLocale.EgyptianHieroglyphsScript| 50) +(defenum |QLocale.Egypt| 64) +(defenum |QLocale.ElSalvador| 65) +(defenum |QLocale.ElbasanScript| 108) +(defenum |QLocale.Embu| 189) +(defenum |QLocale.English| 31) +(defenum |QLocale.EquatorialGuinea| 66) +(defenum |QLocale.Eritrea| 67) +(defenum |QLocale.Esperanto| 32) +(defenum |QLocale.Estonian| 33) +(defenum |QLocale.Estonia| 68) +(defenum |QLocale.Ethiopia| 69) +(defenum |QLocale.EthiopicScript| 14) +(defenum |QLocale.Etruscan| 278) +(defenum |QLocale.Ewe| 161) +(defenum |QLocale.Ewondo| 242) +(defenum |QLocale.FalklandIslands| 70) +(defenum |QLocale.FaroeIslands| 71) +(defenum |QLocale.Faroese| 34) +(defenum |QLocale.Fijian| 35) +(defenum |QLocale.Fiji| 72) +(defenum |QLocale.Filipino| 166) +(defenum |QLocale.Finland| 73) +(defenum |QLocale.Finnish| 36) +(defenum |QLocale.France| 74) +(defenum |QLocale.FraserScript| 51) +(defenum |QLocale.FrenchGuiana| 76) +(defenum |QLocale.FrenchPolynesia| 77) +(defenum |QLocale.FrenchSouthernTerritories| 78) +(defenum |QLocale.French| 37) +(defenum |QLocale.Frisian| 38) +(defenum |QLocale.Friulian| 159) +(defenum |QLocale.Fulah| 177) +(defenum |QLocale.Gabon| 79) +(defenum |QLocale.Gaelic| 39) +(defenum |QLocale.Galician| 40) +(defenum |QLocale.Gambia| 80) +(defenum |QLocale.Ganda| 194) +(defenum |QLocale.Ga| 148) +(defenum |QLocale.Geez| 153) +(defenum |QLocale.GeorgianScript| 15) +(defenum |QLocale.Georgian| 41) +(defenum |QLocale.Georgia| 81) +(defenum |QLocale.Germany| 82) +(defenum |QLocale.German| 42) +(defenum |QLocale.Ghana| 83) +(defenum |QLocale.Gibraltar| 84) +(defenum |QLocale.GlagoliticScript| 52) +(defenum |QLocale.GothicScript| 53) +(defenum |QLocale.Gothic| 279) +(defenum |QLocale.GranthaScript| 109) +(defenum |QLocale.Greece| 85) +(defenum |QLocale.GreekScript| 16) +(defenum |QLocale.Greek| 43) +(defenum |QLocale.Greenlandic| 44) +(defenum |QLocale.Greenland| 86) +(defenum |QLocale.Grenada| 87) +(defenum |QLocale.Guadeloupe| 88) +(defenum |QLocale.Guam| 89) +(defenum |QLocale.Guarani| 45) +(defenum |QLocale.Guatemala| 90) +(defenum |QLocale.Guernsey| 75) +(defenum |QLocale.GuineaBissau| 92) +(defenum |QLocale.Guinea| 91) +(defenum |QLocale.GujaratiScript| 17) +(defenum |QLocale.Gujarati| 46) +(defenum |QLocale.GurmukhiScript| 4) +(defenum |QLocale.Gusii| 175) +(defenum |QLocale.Guyana| 93) +(defenum |QLocale.Haitian| 222) +(defenum |QLocale.Haiti| 94) +(defenum |QLocale.HanScript| 54) +(defenum |QLocale.HangulScript| 55) +(defenum |QLocale.HanunooScript| 56) +(defenum |QLocale.Hanunoo| 280) +(defenum |QLocale.Hausa| 47) +(defenum |QLocale.Hawaiian| 163) +(defenum |QLocale.HeardAndMcDonaldIslands| 95) +(defenum |QLocale.HebrewScript| 18) +(defenum |QLocale.Hebrew| 48) +(defenum |QLocale.Herero| 223) +(defenum |QLocale.Hindi| 49) +(defenum |QLocale.HiraganaScript| 104) +(defenum |QLocale.HiriMotu| 224) +(defenum |QLocale.HmongNjua| 333) +(defenum |QLocale.Honduras| 96) +(defenum |QLocale.HongKong| 97) +(defenum |QLocale.Ho| 334) +(defenum |QLocale.Hungarian| 50) +(defenum |QLocale.Hungary| 98) +(defenum |QLocale.Icelandic| 51) +(defenum |QLocale.Iceland| 99) +(defenum |QLocale.Igbo| 149) +(defenum |QLocale.ImperialAramaicScript| 57) +(defenum |QLocale.ImperialSystem| 1) +(defenum |QLocale.ImperialUKSystem| 2) +(defenum |QLocale.ImperialUSSystem| 1) +(defenum |QLocale.InariSami| 326) +(defenum |QLocale.India| 100) +(defenum |QLocale.Indonesian| 52) +(defenum |QLocale.Indonesia| 101) +(defenum |QLocale.Ingush| 281) +(defenum |QLocale.InscriptionalPahlaviScript| 58) +(defenum |QLocale.InscriptionalParthianScript| 59) +(defenum |QLocale.Interlingua| 53) +(defenum |QLocale.Interlingue| 54) +(defenum |QLocale.Inuktitut| 55) +(defenum |QLocale.Inupiak| 56) +(defenum |QLocale.Iran| 102) +(defenum |QLocale.Iraq| 103) +(defenum |QLocale.Ireland| 104) +(defenum |QLocale.Irish| 57) +(defenum |QLocale.IsleOfMan| 251) +(defenum |QLocale.Israel| 105) +(defenum |QLocale.Italian| 58) +(defenum |QLocale.Italy| 106) +(defenum |QLocale.IvoryCoast| 53) +(defenum |QLocale.Jamaica| 107) +(defenum |QLocale.JapaneseScript| 19) +(defenum |QLocale.Japanese| 59) +(defenum |QLocale.Japan| 108) +(defenum |QLocale.JavaneseScript| 60) +(defenum |QLocale.Javanese| 60) +(defenum |QLocale.Jersey| 252) +(defenum |QLocale.Jju| 158) +(defenum |QLocale.JolaFonyi| 241) +(defenum |QLocale.Jordan| 109) +(defenum |QLocale.Kabuverdianu| 196) +(defenum |QLocale.Kabyle| 184) +(defenum |QLocale.KaithiScript| 61) +(defenum |QLocale.Kako| 258) +(defenum |QLocale.Kalenjin| 198) +(defenum |QLocale.Kamba| 150) +(defenum |QLocale.KannadaScript| 21) +(defenum |QLocale.Kannada| 61) +(defenum |QLocale.Kanuri| 225) +(defenum |QLocale.Kashmiri| 62) +(defenum |QLocale.KatakanaScript| 62) +(defenum |QLocale.KayahLiScript| 63) +(defenum |QLocale.Kazakhstan| 110) +(defenum |QLocale.Kazakh| 63) +(defenum |QLocale.Kenyang| 319) +(defenum |QLocale.Kenya| 111) +(defenum |QLocale.KharoshthiScript| 64) +(defenum |QLocale.KhmerScript| 20) +(defenum |QLocale.Khmer| 23) +(defenum |QLocale.KhojkiScript| 111) +(defenum |QLocale.KhudawadiScript| 125) +(defenum |QLocale.Kiche| 323) +(defenum |QLocale.Kikuyu| 178) +(defenum |QLocale.Kinyarwanda| 64) +(defenum |QLocale.Kirghiz| 65) +(defenum |QLocale.Kiribati| 112) +(defenum |QLocale.Komi| 226) +(defenum |QLocale.Kongo| 227) +(defenum |QLocale.Konkani| 147) +(defenum |QLocale.KoreanScript| 22) +(defenum |QLocale.Korean| 66) +(defenum |QLocale.Koro| 154) +(defenum |QLocale.Kosovo| 257) +(defenum |QLocale.KoyraChiini| 208) +(defenum |QLocale.KoyraboroSenni| 213) +(defenum |QLocale.Kpelle| 169) +(defenum |QLocale.Kurdish| 67) +(defenum |QLocale.Kurundi| 68) +(defenum |QLocale.Kuwait| 115) +(defenum |QLocale.Kwanyama| 228) +(defenum |QLocale.Kwasio| 246) +(defenum |QLocale.Kyrgyzstan| 116) +(defenum |QLocale.Lakota| 313) +(defenum |QLocale.Langi| 193) +(defenum |QLocale.LannaScript| 65) +(defenum |QLocale.LaoScript| 23) +(defenum |QLocale.Laos| 117) +(defenum |QLocale.Lao| 69) +(defenum |QLocale.LargeFloweryMiao| 282) +(defenum |QLocale.LastCountry| 257) +(defenum |QLocale.LastLanguage| 339) +(defenum |QLocale.LatinAmericaAndTheCaribbean| 246) +(defenum |QLocale.LatinScript| 7) +(defenum |QLocale.Latin| 70) +(defenum |QLocale.Latvian| 71) +(defenum |QLocale.Latvia| 118) +(defenum |QLocale.Lebanon| 119) +(defenum |QLocale.LepchaScript| 66) +(defenum |QLocale.Lepcha| 283) +(defenum |QLocale.Lesotho| 120) +(defenum |QLocale.Lezghian| 335) +(defenum |QLocale.Liberia| 121) +(defenum |QLocale.Libya| 122) +(defenum |QLocale.Liechtenstein| 123) +(defenum |QLocale.LimbuScript| 67) +(defenum |QLocale.Limburgish| 229) +(defenum |QLocale.Limbu| 284) +(defenum |QLocale.LinearAScript| 112) +(defenum |QLocale.LinearA| 332) +(defenum |QLocale.LinearBScript| 68) +(defenum |QLocale.Lingala| 72) +(defenum |QLocale.Lisu| 285) +(defenum |QLocale.Lithuanian| 73) +(defenum |QLocale.Lithuania| 124) +(defenum |QLocale.LongFormat| 0) +(defenum |QLocale.LowGerman| 170) +(defenum |QLocale.LowerSorbian| 317) +(defenum |QLocale.LubaKatanga| 230) +(defenum |QLocale.LuleSami| 325) +(defenum |QLocale.Luo| 210) +(defenum |QLocale.Luxembourgish| 231) +(defenum |QLocale.Luxembourg| 125) +(defenum |QLocale.Luyia| 204) +(defenum |QLocale.Lu| 286) +(defenum |QLocale.LycianScript| 69) +(defenum |QLocale.Lycian| 287) +(defenum |QLocale.LydianScript| 70) +(defenum |QLocale.Lydian| 288) +(defenum |QLocale.Macau| 126) +(defenum |QLocale.Macedonian| 74) +(defenum |QLocale.Macedonia| 127) +(defenum |QLocale.Machame| 200) +(defenum |QLocale.Madagascar| 128) +(defenum |QLocale.MahajaniScript| 113) +(defenum |QLocale.Maithili| 339) +(defenum |QLocale.MakhuwaMeetto| 244) +(defenum |QLocale.Makonde| 192) +(defenum |QLocale.Malagasy| 75) +(defenum |QLocale.Malawi| 129) +(defenum |QLocale.MalayalamScript| 24) +(defenum |QLocale.Malayalam| 77) +(defenum |QLocale.Malaysia| 130) +(defenum |QLocale.Malay| 76) +(defenum |QLocale.Maldives| 131) +(defenum |QLocale.Mali| 132) +(defenum |QLocale.Malta| 133) +(defenum |QLocale.Maltese| 78) +(defenum |QLocale.MandaeanScript| 71) +(defenum |QLocale.Mandingo| 289) +(defenum |QLocale.ManichaeanMiddlePersian| 329) +(defenum |QLocale.ManichaeanScript| 114) +(defenum |QLocale.Manipuri| 290) +(defenum |QLocale.Manx| 144) +(defenum |QLocale.Maori| 79) +(defenum |QLocale.Mapuche| 315) +(defenum |QLocale.Marathi| 80) +(defenum |QLocale.MarshallIslands| 134) +(defenum |QLocale.Marshallese| 81) +(defenum |QLocale.Martinique| 135) +(defenum |QLocale.Masai| 202) +(defenum |QLocale.Mauritania| 136) +(defenum |QLocale.Mauritius| 137) +(defenum |QLocale.Mayotte| 138) +(defenum |QLocale.MeiteiMayekScript| 72) +(defenum |QLocale.MendeKikakuiScript| 115) +(defenum |QLocale.Mende| 330) +(defenum |QLocale.MeroiticCursiveScript| 74) +(defenum |QLocale.MeroiticScript| 73) +(defenum |QLocale.Meroitic| 291) +(defenum |QLocale.Meru| 197) +(defenum |QLocale.Meta| 259) +(defenum |QLocale.MetricSystem| 0) +(defenum |QLocale.Mexico| 139) +(defenum |QLocale.Micronesia| 140) +(defenum |QLocale.ModiScript| 116) +(defenum |QLocale.Mohawk| 320) +(defenum |QLocale.Moldavian| 95) +(defenum |QLocale.Moldova| 141) +(defenum |QLocale.Monaco| 142) +(defenum |QLocale.MongolianScript| 8) +(defenum |QLocale.Mongolian| 82) +(defenum |QLocale.Mongolia| 143) +(defenum |QLocale.Mono| 337) +(defenum |QLocale.Montenegro| 242) +(defenum |QLocale.Montserrat| 144) +(defenum |QLocale.Morisyen| 191) +(defenum |QLocale.Morocco| 145) +(defenum |QLocale.Mozambique| 146) +(defenum |QLocale.MroScript| 117) +(defenum |QLocale.Mundang| 245) +(defenum |QLocale.MyanmarScript| 25) +(defenum |QLocale.Myanmar| 147) +(defenum |QLocale.NabataeanScript| 119) +(defenum |QLocale.Nama| 199) +(defenum |QLocale.Namibia| 148) +(defenum |QLocale.NarrowFormat| 2) +(defenum |QLocale.NauruCountry| 149) +(defenum |QLocale.NauruLanguage| 83) +(defenum |QLocale.Navaho| 232) +(defenum |QLocale.Ndonga| 233) +(defenum |QLocale.Nepali| 84) +(defenum |QLocale.Nepal| 150) +(defenum |QLocale.Netherlands| 151) +(defenum |QLocale.NewCaledonia| 153) +(defenum |QLocale.NewTaiLueScript| 76) +(defenum |QLocale.NewZealand| 154) +(defenum |QLocale.Ngiemboon| 260) +(defenum |QLocale.Ngomba| 257) +(defenum |QLocale.Nicaragua| 155) +(defenum |QLocale.Nigeria| 157) +(defenum |QLocale.Niger| 156) +(defenum |QLocale.Niue| 158) +(defenum |QLocale.NkoScript| 75) +(defenum |QLocale.Nko| 321) +(defenum |QLocale.NorfolkIsland| 159) +(defenum |QLocale.NorthKorea| 113) +(defenum |QLocale.NorthNdebele| 181) +(defenum |QLocale.NorthernMarianaIslands| 160) +(defenum |QLocale.NorthernSami| 173) +(defenum |QLocale.NorthernSotho| 172) +(defenum |QLocale.NorthernThai| 292) +(defenum |QLocale.Norway| 161) +(defenum |QLocale.NorwegianBokmal| 85) +(defenum |QLocale.NorwegianNynorsk| 141) +(defenum |QLocale.Norwegian| 85) +(defenum |QLocale.Nuer| 247) +(defenum |QLocale.Nyanja| 165) +(defenum |QLocale.Nyankole| 185) +(defenum |QLocale.Occitan| 86) +(defenum |QLocale.OghamScript| 77) +(defenum |QLocale.Ojibwa| 234) +(defenum |QLocale.OlChikiScript| 78) +(defenum |QLocale.OldIrish| 293) +(defenum |QLocale.OldItalicScript| 79) +(defenum |QLocale.OldNorse| 294) +(defenum |QLocale.OldNorthArabianScript| 118) +(defenum |QLocale.OldPermicScript| 122) +(defenum |QLocale.OldPersianScript| 80) +(defenum |QLocale.OldPersian| 295) +(defenum |QLocale.OldSouthArabianScript| 81) +(defenum |QLocale.OldTurkish| 296) +(defenum |QLocale.Oman| 162) +(defenum |QLocale.OmitGroupSeparator| 1) +(defenum |QLocale.OriyaScript| 26) +(defenum |QLocale.Oriya| 87) +(defenum |QLocale.OrkhonScript| 82) +(defenum |QLocale.Oromo| 3) +(defenum |QLocale.OsmanyaScript| 83) +(defenum |QLocale.Ossetic| 101) +(defenum |QLocale.PahawhHmongScript| 110) +(defenum |QLocale.Pahlavi| 297) +(defenum |QLocale.Pakistan| 163) +(defenum |QLocale.Palau| 164) +(defenum |QLocale.PalestinianTerritories| 165) +(defenum |QLocale.Pali| 235) +(defenum |QLocale.PalmyreneScript| 120) +(defenum |QLocale.Panama| 166) +(defenum |QLocale.PapuaNewGuinea| 167) +(defenum |QLocale.Paraguay| 168) +(defenum |QLocale.Parthian| 298) +(defenum |QLocale.Pashto| 88) +(defenum |QLocale.PauCinHauScript| 121) +(defenum |QLocale.PeoplesRepublicOfCongo| 50) +(defenum |QLocale.Persian| 89) +(defenum |QLocale.Peru| 169) +(defenum |QLocale.PhagsPaScript| 84) +(defenum |QLocale.Philippines| 170) +(defenum |QLocale.PhoenicianScript| 85) +(defenum |QLocale.Phoenician| 299) +(defenum |QLocale.Pitcairn| 171) +(defenum |QLocale.Poland| 172) +(defenum |QLocale.Polish| 90) +(defenum |QLocale.PollardPhoneticScript| 86) +(defenum |QLocale.Portugal| 173) +(defenum |QLocale.Portuguese| 91) +(defenum |QLocale.PrakritLanguage| 300) +(defenum |QLocale.Prussian| 322) +(defenum |QLocale.PsalterPahlaviScript| 123) +(defenum |QLocale.PuertoRico| 174) +(defenum |QLocale.Punjabi| 92) +(defenum |QLocale.Qatar| 175) +(defenum |QLocale.Quechua| 93) +(defenum |QLocale.RejangScript| 87) +(defenum |QLocale.Rejang| 301) +(defenum |QLocale.RejectGroupSeparator| 2) +(defenum |QLocale.RepublicOfKorea| 114) +(defenum |QLocale.Reunion| 176) +(defenum |QLocale.RhaetoRomance| 94) +(defenum |QLocale.Romanian| 95) +(defenum |QLocale.Romania| 177) +(defenum |QLocale.Romansh| 94) +(defenum |QLocale.Rombo| 182) +(defenum |QLocale.Rundi| 68) +(defenum |QLocale.RunicScript| 88) +(defenum |QLocale.RussianFederation| 178) +(defenum |QLocale.Russian| 96) +(defenum |QLocale.Russia| 178) +(defenum |QLocale.Rwanda| 179) +(defenum |QLocale.Rwa| 209) +(defenum |QLocale.Sabaean| 302) +(defenum |QLocale.Saho| 207) +(defenum |QLocale.SaintBarthelemy| 244) +(defenum |QLocale.SaintHelena| 199) +(defenum |QLocale.SaintKittsAndNevis| 180) +(defenum |QLocale.SaintLucia| 181) +(defenum |QLocale.SaintMartin| 245) +(defenum |QLocale.SaintPierreAndMiquelon| 200) +(defenum |QLocale.SaintVincentAndTheGrenadines| 182) +(defenum |QLocale.Sakha| 248) +(defenum |QLocale.SamaritanScript| 89) +(defenum |QLocale.Samaritan| 303) +(defenum |QLocale.Samburu| 179) +(defenum |QLocale.Samoan| 97) +(defenum |QLocale.Samoa| 183) +(defenum |QLocale.SanMarino| 184) +(defenum |QLocale.Sango| 98) +(defenum |QLocale.Sangu| 249) +(defenum |QLocale.Sanskrit| 99) +(defenum |QLocale.Santali| 304) +(defenum |QLocale.SaoTomeAndPrincipe| 185) +(defenum |QLocale.Sardinian| 115) +(defenum |QLocale.SaudiArabia| 186) +(defenum |QLocale.SaurashtraScript| 90) +(defenum |QLocale.Saurashtra| 305) +(defenum |QLocale.Sena| 180) +(defenum |QLocale.Senegal| 187) +(defenum |QLocale.Serbian| 100) +(defenum |QLocale.Serbia| 243) +(defenum |QLocale.SerboCroatian| 100) +(defenum |QLocale.Seychelles| 188) +(defenum |QLocale.Shambala| 214) +(defenum |QLocale.SharadaScript| 91) +(defenum |QLocale.ShavianScript| 92) +(defenum |QLocale.Shona| 104) +(defenum |QLocale.ShortFormat| 1) +(defenum |QLocale.SichuanYi| 168) +(defenum |QLocale.Sidamo| 155) +(defenum |QLocale.SiddhamScript| 124) +(defenum |QLocale.SierraLeone| 189) +(defenum |QLocale.SimplifiedChineseScript| 5) +(defenum |QLocale.SimplifiedHanScript| 5) +(defenum |QLocale.Sindhi| 105) +(defenum |QLocale.Singapore| 190) +(defenum |QLocale.SinhalaScript| 32) +(defenum |QLocale.Sinhala| 106) +(defenum |QLocale.SintMaarten| 256) +(defenum |QLocale.SkoltSami| 327) +(defenum |QLocale.Slovakia| 191) +(defenum |QLocale.Slovak| 108) +(defenum |QLocale.Slovenian| 109) +(defenum |QLocale.Slovenia| 192) +(defenum |QLocale.Soga| 203) +(defenum |QLocale.SolomonIslands| 193) +(defenum |QLocale.Somalia| 194) +(defenum |QLocale.Somali| 110) +(defenum |QLocale.SoraSompengScript| 93) +(defenum |QLocale.Sora| 306) +(defenum |QLocale.SouthAfrica| 195) +(defenum |QLocale.SouthGeorgiaAndTheSouthSandwichIslands| 196) +(defenum |QLocale.SouthKorea| 114) +(defenum |QLocale.SouthNdebele| 171) +(defenum |QLocale.SouthSudan| 254) +(defenum |QLocale.SouthernSami| 324) +(defenum |QLocale.SouthernSotho| 102) +(defenum |QLocale.Spain| 197) +(defenum |QLocale.Spanish| 111) +(defenum |QLocale.SriLanka| 198) +(defenum |QLocale.StandardMoroccanTamazight| 314) +(defenum |QLocale.StandardQuotation| 0) +(defenum |QLocale.Sudan| 201) +(defenum |QLocale.SundaneseScript| 95) +(defenum |QLocale.Sundanese| 112) +(defenum |QLocale.Suriname| 202) +(defenum |QLocale.SvalbardAndJanMayenIslands| 203) +(defenum |QLocale.Swahili| 113) +(defenum |QLocale.Swati| 107) +(defenum |QLocale.Swaziland| 204) +(defenum |QLocale.Sweden| 205) +(defenum |QLocale.Swedish| 114) +(defenum |QLocale.SwissGerman| 167) +(defenum |QLocale.Switzerland| 206) +(defenum |QLocale.Sylheti| 307) +(defenum |QLocale.SylotiNagriScript| 96) +(defenum |QLocale.SyriacScript| 33) +(defenum |QLocale.Syriac| 151) +(defenum |QLocale.SyrianArabRepublic| 207) +(defenum |QLocale.Syria| 207) +(defenum |QLocale.Tachelhit| 183) +(defenum |QLocale.TagalogScript| 97) +(defenum |QLocale.Tagalog| 166) +(defenum |QLocale.TagbanwaScript| 98) +(defenum |QLocale.Tagbanwa| 308) +(defenum |QLocale.Tahitian| 127) +(defenum |QLocale.TaiDam| 309) +(defenum |QLocale.TaiLeScript| 99) +(defenum |QLocale.TaiNua| 310) +(defenum |QLocale.TaiVietScript| 100) +(defenum |QLocale.Taita| 176) +(defenum |QLocale.Taiwan| 208) +(defenum |QLocale.Tajikistan| 209) +(defenum |QLocale.Tajik| 116) +(defenum |QLocale.TakriScript| 101) +(defenum |QLocale.TamilScript| 27) +(defenum |QLocale.Tamil| 117) +(defenum |QLocale.Tanzania| 210) +(defenum |QLocale.Taroko| 174) +(defenum |QLocale.Tasawaq| 251) +(defenum |QLocale.Tatar| 118) +(defenum |QLocale.TedimChin| 338) +(defenum |QLocale.TeluguScript| 28) +(defenum |QLocale.Telugu| 119) +(defenum |QLocale.Teso| 206) +(defenum |QLocale.ThaanaScript| 29) +(defenum |QLocale.ThaiScript| 30) +(defenum |QLocale.Thailand| 211) +(defenum |QLocale.Thai| 120) +(defenum |QLocale.TibetanScript| 31) +(defenum |QLocale.Tibetan| 121) +(defenum |QLocale.TifinaghScript| 9) +(defenum |QLocale.Tigre| 157) +(defenum |QLocale.Tigrinya| 122) +(defenum |QLocale.TirhutaScript| 126) +(defenum |QLocale.Togo| 212) +(defenum |QLocale.Tokelau| 213) +(defenum |QLocale.Tongan| 123) +(defenum |QLocale.Tonga| 214) +(defenum |QLocale.TraditionalChineseScript| 6) +(defenum |QLocale.TraditionalHanScript| 6) +(defenum |QLocale.TrinidadAndTobago| 215) +(defenum |QLocale.TristanDaCunha| 253) +(defenum |QLocale.Tsonga| 124) +(defenum |QLocale.Tswana| 103) +(defenum |QLocale.Tunisia| 216) +(defenum |QLocale.Turkey| 217) +(defenum |QLocale.Turkish| 125) +(defenum |QLocale.Turkmenistan| 218) +(defenum |QLocale.Turkmen| 126) +(defenum |QLocale.TurksAndCaicosIslands| 219) +(defenum |QLocale.Tuvalu| 220) +(defenum |QLocale.Twi| 146) +(defenum |QLocale.Tyap| 164) +(defenum |QLocale.Uganda| 221) +(defenum |QLocale.UgariticScript| 102) +(defenum |QLocale.Ugaritic| 311) +(defenum |QLocale.Uighur| 128) +(defenum |QLocale.Uigur| 128) +(defenum |QLocale.Ukraine| 222) +(defenum |QLocale.Ukrainian| 129) +(defenum |QLocale.UnitedArabEmirates| 223) +(defenum |QLocale.UnitedKingdom| 224) +(defenum |QLocale.UnitedStatesMinorOutlyingIslands| 226) +(defenum |QLocale.UnitedStatesVirginIslands| 234) +(defenum |QLocale.UnitedStates| 225) +(defenum |QLocale.UpperSorbian| 318) +(defenum |QLocale.Urdu| 130) +(defenum |QLocale.Uruguay| 227) +(defenum |QLocale.Uzbekistan| 228) +(defenum |QLocale.Uzbek| 131) +(defenum |QLocale.VaiScript| 35) +(defenum |QLocale.Vai| 252) +(defenum |QLocale.Vanuatu| 229) +(defenum |QLocale.VarangKshitiScript| 127) +(defenum |QLocale.VaticanCityState| 230) +(defenum |QLocale.Venda| 160) +(defenum |QLocale.Venezuela| 231) +(defenum |QLocale.Vietnamese| 132) +(defenum |QLocale.Vietnam| 232) +(defenum |QLocale.Volapuk| 133) +(defenum |QLocale.Vunjo| 187) +(defenum |QLocale.Walamo| 162) +(defenum |QLocale.WallisAndFutunaIslands| 235) +(defenum |QLocale.Walloon| 236) +(defenum |QLocale.Walser| 253) +(defenum |QLocale.Warlpiri| 328) +(defenum |QLocale.Welsh| 134) +(defenum |QLocale.WesternFrisian| 38) +(defenum |QLocale.WesternSahara| 236) +(defenum |QLocale.Wolof| 135) +(defenum |QLocale.Xhosa| 136) +(defenum |QLocale.Yangben| 254) +(defenum |QLocale.Yemen| 237) +(defenum |QLocale.YiScript| 34) +(defenum |QLocale.Yiddish| 137) +(defenum |QLocale.Yoruba| 138) +(defenum |QLocale.Zambia| 239) +(defenum |QLocale.Zarma| 239) +(defenum |QLocale.Zhuang| 139) +(defenum |QLocale.Zimbabwe| 240) +(defenum |QLocale.Zulu| 140) +(defenum |QMainWindow.AllowNestedDocks| 2) +(defenum |QMainWindow.AllowTabbedDocks| 4) +(defenum |QMainWindow.AnimatedDocks| 1) +(defenum |QMainWindow.ForceTabbedDocks| 8) +(defenum |QMainWindow.VerticalTabs| 16) +(defenum |QMdiArea.ActivationHistoryOrder| 2) +(defenum |QMdiArea.CreationOrder| 0) +(defenum |QMdiArea.DontMaximizeSubWindowOnActivation| 1) +(defenum |QMdiArea.StackingOrder| 1) +(defenum |QMdiArea.SubWindowView| 0) +(defenum |QMdiArea.TabbedView| 1) +(defenum |QMdiSubWindow.RubberBandMove| 8) +(defenum |QMdiSubWindow.RubberBandResize| 4) +(defenum |QMessageBox.Abort| 262144) +(defenum |QMessageBox.AcceptRole| 0) +(defenum |QMessageBox.ActionRole| 3) +(defenum |QMessageBox.ApplyRole| 8) +(defenum |QMessageBox.Apply| 33554432) +(defenum |QMessageBox.ButtonMask| -769) +(defenum |QMessageBox.Cancel| 4194304) +(defenum |QMessageBox.Close| 2097152) +(defenum |QMessageBox.Critical| 3) +(defenum |QMessageBox.Default| 256) +(defenum |QMessageBox.DestructiveRole| 2) +(defenum |QMessageBox.Discard| 8388608) +(defenum |QMessageBox.Escape| 512) +(defenum |QMessageBox.FirstButton| 1024) +(defenum |QMessageBox.FlagMask| 768) +(defenum |QMessageBox.HelpRole| 4) +(defenum |QMessageBox.Help| 16777216) +(defenum |QMessageBox.Ignore| 1048576) +(defenum |QMessageBox.Information| 1) +(defenum |QMessageBox.InvalidRole| -1) +(defenum |QMessageBox.LastButton| 134217728) +(defenum |QMessageBox.NoAll| 131072) +(defenum |QMessageBox.NoButton| 0) +(defenum |QMessageBox.NoIcon| 0) +(defenum |QMessageBox.NoRole| 6) +(defenum |QMessageBox.NoToAll| 131072) +(defenum |QMessageBox.No| 65536) +(defenum |QMessageBox.Ok| 1024) +(defenum |QMessageBox.Open| 8192) +(defenum |QMessageBox.Question| 4) +(defenum |QMessageBox.RejectRole| 1) +(defenum |QMessageBox.ResetRole| 7) +(defenum |QMessageBox.Reset| 67108864) +(defenum |QMessageBox.RestoreDefaults| 134217728) +(defenum |QMessageBox.Retry| 524288) +(defenum |QMessageBox.SaveAll| 4096) +(defenum |QMessageBox.Save| 2048) +(defenum |QMessageBox.Warning| 2) +(defenum |QMessageBox.YesAll| 32768) +(defenum |QMessageBox.YesRole| 5) +(defenum |QMessageBox.YesToAll| 32768) +(defenum |QMessageBox.Yes| 16384) +(defenum |QMovie.CacheAll| 1) +(defenum |QMovie.CacheNone| 0) +(defenum |QMovie.NotRunning| 0) +(defenum |QMovie.Paused| 1) +(defenum |QMovie.Running| 2) +(defenum |QNetworkAccessManager.Accessible| 1) +(defenum |QNetworkAccessManager.CustomOperation| 6) +(defenum |QNetworkAccessManager.DeleteOperation| 5) +(defenum |QNetworkAccessManager.GetOperation| 2) +(defenum |QNetworkAccessManager.HeadOperation| 1) +(defenum |QNetworkAccessManager.NotAccessible| 0) +(defenum |QNetworkAccessManager.PostOperation| 4) +(defenum |QNetworkAccessManager.PutOperation| 3) +(defenum |QNetworkAccessManager.UnknownAccessibility| -1) +(defenum |QNetworkCookie.Full| 1) +(defenum |QNetworkCookie.NameAndValueOnly| 0) +(defenum |QNetworkInterface.CanBroadcast| 4) +(defenum |QNetworkInterface.CanMulticast| 32) +(defenum |QNetworkInterface.IsLoopBack| 8) +(defenum |QNetworkInterface.IsPointToPoint| 16) +(defenum |QNetworkInterface.IsRunning| 2) +(defenum |QNetworkInterface.IsUp| 1) +(defenum |QNetworkProxy.CachingCapability| 8) +(defenum |QNetworkProxy.DefaultProxy| 0) +(defenum |QNetworkProxy.FtpCachingProxy| 5) +(defenum |QNetworkProxy.HostNameLookupCapability| 16) +(defenum |QNetworkProxy.HttpCachingProxy| 4) +(defenum |QNetworkProxy.HttpProxy| 3) +(defenum |QNetworkProxy.ListeningCapability| 2) +(defenum |QNetworkProxy.NoProxy| 2) +(defenum |QNetworkProxy.Socks5Proxy| 1) +(defenum |QNetworkProxy.TunnelingCapability| 1) +(defenum |QNetworkProxy.UdpTunnelingCapability| 4) +(defenum |QNetworkProxyQuery.TcpServer| 100) +(defenum |QNetworkProxyQuery.TcpSocket| 0) +(defenum |QNetworkProxyQuery.UdpSocket| 1) +(defenum |QNetworkProxyQuery.UrlRequest| 101) +(defenum |QNetworkReply.AuthenticationRequiredError| 204) +(defenum |QNetworkReply.BackgroundRequestNotAllowedError| 9) +(defenum |QNetworkReply.ConnectionRefusedError| 1) +(defenum |QNetworkReply.ContentAccessDenied| 201) +(defenum |QNetworkReply.ContentConflictError| 206) +(defenum |QNetworkReply.ContentGoneError| 207) +(defenum |QNetworkReply.ContentNotFoundError| 203) +(defenum |QNetworkReply.ContentOperationNotPermittedError| 202) +(defenum |QNetworkReply.ContentReSendError| 205) +(defenum |QNetworkReply.HostNotFoundError| 3) +(defenum |QNetworkReply.InternalServerError| 401) +(defenum |QNetworkReply.NetworkSessionFailedError| 8) +(defenum |QNetworkReply.NoError| 0) +(defenum |QNetworkReply.OperationCanceledError| 5) +(defenum |QNetworkReply.OperationNotImplementedError| 402) +(defenum |QNetworkReply.ProtocolFailure| 399) +(defenum |QNetworkReply.ProtocolInvalidOperationError| 302) +(defenum |QNetworkReply.ProtocolUnknownError| 301) +(defenum |QNetworkReply.ProxyAuthenticationRequiredError| 105) +(defenum |QNetworkReply.ProxyConnectionClosedError| 102) +(defenum |QNetworkReply.ProxyConnectionRefusedError| 101) +(defenum |QNetworkReply.ProxyNotFoundError| 103) +(defenum |QNetworkReply.ProxyTimeoutError| 104) +(defenum |QNetworkReply.RemoteHostClosedError| 2) +(defenum |QNetworkReply.ServiceUnavailableError| 403) +(defenum |QNetworkReply.SslHandshakeFailedError| 6) +(defenum |QNetworkReply.TemporaryNetworkFailureError| 7) +(defenum |QNetworkReply.TimeoutError| 4) +(defenum |QNetworkReply.UnknownContentError| 299) +(defenum |QNetworkReply.UnknownNetworkError| 99) +(defenum |QNetworkReply.UnknownProxyError| 199) +(defenum |QNetworkReply.UnknownServerError| 499) +(defenum |QNetworkRequest.AlwaysCache| 3) +(defenum |QNetworkRequest.AlwaysNetwork| 0) +(defenum |QNetworkRequest.AuthenticationReuseAttribute| 12) +(defenum |QNetworkRequest.Automatic| 0) +(defenum |QNetworkRequest.BackgroundRequestAttribute| 17) +(defenum |QNetworkRequest.CacheLoadControlAttribute| 4) +(defenum |QNetworkRequest.CacheSaveControlAttribute| 5) +(defenum |QNetworkRequest.ConnectionEncryptedAttribute| 3) +(defenum |QNetworkRequest.ContentDispositionHeader| 6) +(defenum |QNetworkRequest.ContentLengthHeader| 1) +(defenum |QNetworkRequest.ContentTypeHeader| 0) +(defenum |QNetworkRequest.CookieHeader| 4) +(defenum |QNetworkRequest.CookieLoadControlAttribute| 11) +(defenum |QNetworkRequest.CookieSaveControlAttribute| 13) +(defenum |QNetworkRequest.CustomVerbAttribute| 10) +(defenum |QNetworkRequest.DoNotBufferUploadDataAttribute| 7) +(defenum |QNetworkRequest.EmitAllUploadProgressSignalsAttribute| 20) +(defenum |QNetworkRequest.HighPriority| 1) +(defenum |QNetworkRequest.HttpPipeliningAllowedAttribute| 8) +(defenum |QNetworkRequest.HttpPipeliningWasUsedAttribute| 9) +(defenum |QNetworkRequest.HttpReasonPhraseAttribute| 1) +(defenum |QNetworkRequest.HttpStatusCodeAttribute| 0) +(defenum |QNetworkRequest.LastModifiedHeader| 3) +(defenum |QNetworkRequest.LocationHeader| 2) +(defenum |QNetworkRequest.LowPriority| 5) +(defenum |QNetworkRequest.Manual| 1) +(defenum |QNetworkRequest.NormalPriority| 3) +(defenum |QNetworkRequest.PreferCache| 2) +(defenum |QNetworkRequest.PreferNetwork| 1) +(defenum |QNetworkRequest.RedirectionTargetAttribute| 2) +(defenum |QNetworkRequest.ServerHeader| 8) +(defenum |QNetworkRequest.SetCookieHeader| 5) +(defenum |QNetworkRequest.SourceIsFromCacheAttribute| 6) +(defenum |QNetworkRequest.SpdyAllowedAttribute| 18) +(defenum |QNetworkRequest.SpdyWasUsedAttribute| 19) +(defenum |QNetworkRequest.UserAgentHeader| 7) +(defenum |QNetworkRequest.UserMax| 32767) +(defenum |QNetworkRequest.User| 1000) +(defenum |QPagedPaintDevice.A0| 5) +(defenum |QPagedPaintDevice.A10| 31) +(defenum |QPagedPaintDevice.A1| 6) +(defenum |QPagedPaintDevice.A2| 7) +(defenum |QPagedPaintDevice.A3Extra| 32) +(defenum |QPagedPaintDevice.A3| 8) +(defenum |QPagedPaintDevice.A4Extra| 33) +(defenum |QPagedPaintDevice.A4Plus| 34) +(defenum |QPagedPaintDevice.A4Small| 35) +(defenum |QPagedPaintDevice.A4| 0) +(defenum |QPagedPaintDevice.A5Extra| 36) +(defenum |QPagedPaintDevice.A5| 9) +(defenum |QPagedPaintDevice.A6| 10) +(defenum |QPagedPaintDevice.A7| 11) +(defenum |QPagedPaintDevice.A8| 12) +(defenum |QPagedPaintDevice.A9| 13) +(defenum |QPagedPaintDevice.AnsiA| 2) +(defenum |QPagedPaintDevice.AnsiB| 28) +(defenum |QPagedPaintDevice.AnsiC| 49) +(defenum |QPagedPaintDevice.AnsiD| 50) +(defenum |QPagedPaintDevice.AnsiE| 51) +(defenum |QPagedPaintDevice.ArchA| 57) +(defenum |QPagedPaintDevice.ArchB| 58) +(defenum |QPagedPaintDevice.ArchC| 59) +(defenum |QPagedPaintDevice.ArchD| 60) +(defenum |QPagedPaintDevice.ArchE| 61) +(defenum |QPagedPaintDevice.B0| 14) +(defenum |QPagedPaintDevice.B10| 16) +(defenum |QPagedPaintDevice.B1| 15) +(defenum |QPagedPaintDevice.B2| 17) +(defenum |QPagedPaintDevice.B3| 18) +(defenum |QPagedPaintDevice.B4| 19) +(defenum |QPagedPaintDevice.B5Extra| 37) +(defenum |QPagedPaintDevice.B5| 1) +(defenum |QPagedPaintDevice.B6| 20) +(defenum |QPagedPaintDevice.B7| 21) +(defenum |QPagedPaintDevice.B8| 22) +(defenum |QPagedPaintDevice.B9| 23) +(defenum |QPagedPaintDevice.C5E| 24) +(defenum |QPagedPaintDevice.Comm10E| 25) +(defenum |QPagedPaintDevice.Custom| 30) +(defenum |QPagedPaintDevice.DLE| 26) +(defenum |QPagedPaintDevice.DoublePostcard| 78) +(defenum |QPagedPaintDevice.Envelope10| 25) +(defenum |QPagedPaintDevice.Envelope11| 97) +(defenum |QPagedPaintDevice.Envelope12| 98) +(defenum |QPagedPaintDevice.Envelope14| 99) +(defenum |QPagedPaintDevice.Envelope9| 96) +(defenum |QPagedPaintDevice.EnvelopeB4| 85) +(defenum |QPagedPaintDevice.EnvelopeB5| 86) +(defenum |QPagedPaintDevice.EnvelopeB6| 87) +(defenum |QPagedPaintDevice.EnvelopeC0| 88) +(defenum |QPagedPaintDevice.EnvelopeC1| 89) +(defenum |QPagedPaintDevice.EnvelopeC2| 90) +(defenum |QPagedPaintDevice.EnvelopeC3| 91) +(defenum |QPagedPaintDevice.EnvelopeC4| 92) +(defenum |QPagedPaintDevice.EnvelopeC5| 24) +(defenum |QPagedPaintDevice.EnvelopeC65| 94) +(defenum |QPagedPaintDevice.EnvelopeC6| 93) +(defenum |QPagedPaintDevice.EnvelopeC7| 95) +(defenum |QPagedPaintDevice.EnvelopeChou3| 102) +(defenum |QPagedPaintDevice.EnvelopeChou4| 103) +(defenum |QPagedPaintDevice.EnvelopeDL| 26) +(defenum |QPagedPaintDevice.EnvelopeInvite| 104) +(defenum |QPagedPaintDevice.EnvelopeItalian| 105) +(defenum |QPagedPaintDevice.EnvelopeKaku2| 106) +(defenum |QPagedPaintDevice.EnvelopeKaku3| 107) +(defenum |QPagedPaintDevice.EnvelopeMonarch| 100) +(defenum |QPagedPaintDevice.EnvelopePersonal| 101) +(defenum |QPagedPaintDevice.EnvelopePrc10| 117) +(defenum |QPagedPaintDevice.EnvelopePrc1| 108) +(defenum |QPagedPaintDevice.EnvelopePrc2| 109) +(defenum |QPagedPaintDevice.EnvelopePrc3| 110) +(defenum |QPagedPaintDevice.EnvelopePrc4| 111) +(defenum |QPagedPaintDevice.EnvelopePrc5| 112) +(defenum |QPagedPaintDevice.EnvelopePrc6| 113) +(defenum |QPagedPaintDevice.EnvelopePrc7| 114) +(defenum |QPagedPaintDevice.EnvelopePrc8| 115) +(defenum |QPagedPaintDevice.EnvelopePrc9| 116) +(defenum |QPagedPaintDevice.EnvelopeYou4| 118) +(defenum |QPagedPaintDevice.ExecutiveStandard| 71) +(defenum |QPagedPaintDevice.Executive| 4) +(defenum |QPagedPaintDevice.FanFoldGermanLegal| 84) +(defenum |QPagedPaintDevice.FanFoldGerman| 83) +(defenum |QPagedPaintDevice.FanFoldUS| 82) +(defenum |QPagedPaintDevice.Folio| 27) +(defenum |QPagedPaintDevice.Imperial10x11| 66) +(defenum |QPagedPaintDevice.Imperial10x13| 67) +(defenum |QPagedPaintDevice.Imperial10x14| 68) +(defenum |QPagedPaintDevice.Imperial12x11| 69) +(defenum |QPagedPaintDevice.Imperial15x11| 70) +(defenum |QPagedPaintDevice.Imperial7x9| 62) +(defenum |QPagedPaintDevice.Imperial8x10| 63) +(defenum |QPagedPaintDevice.Imperial9x11| 64) +(defenum |QPagedPaintDevice.Imperial9x12| 65) +(defenum |QPagedPaintDevice.JisB0| 38) +(defenum |QPagedPaintDevice.JisB10| 48) +(defenum |QPagedPaintDevice.JisB1| 39) +(defenum |QPagedPaintDevice.JisB2| 40) +(defenum |QPagedPaintDevice.JisB3| 41) +(defenum |QPagedPaintDevice.JisB4| 42) +(defenum |QPagedPaintDevice.JisB5| 43) +(defenum |QPagedPaintDevice.JisB6| 44) +(defenum |QPagedPaintDevice.JisB7| 45) +(defenum |QPagedPaintDevice.JisB8| 46) +(defenum |QPagedPaintDevice.JisB9| 47) +(defenum |QPagedPaintDevice.LastPageSize| 118) +(defenum |QPagedPaintDevice.Ledger| 28) +(defenum |QPagedPaintDevice.LegalExtra| 52) +(defenum |QPagedPaintDevice.Legal| 3) +(defenum |QPagedPaintDevice.LetterExtra| 53) +(defenum |QPagedPaintDevice.LetterPlus| 54) +(defenum |QPagedPaintDevice.LetterSmall| 55) +(defenum |QPagedPaintDevice.Letter| 2) +(defenum |QPagedPaintDevice.Note| 72) +(defenum |QPagedPaintDevice.Postcard| 77) +(defenum |QPagedPaintDevice.Prc16K| 79) +(defenum |QPagedPaintDevice.Prc32KBig| 81) +(defenum |QPagedPaintDevice.Prc32K| 80) +(defenum |QPagedPaintDevice.Quarto| 73) +(defenum |QPagedPaintDevice.Statement| 74) +(defenum |QPagedPaintDevice.SuperA| 75) +(defenum |QPagedPaintDevice.SuperB| 76) +(defenum |QPagedPaintDevice.TabloidExtra| 56) +(defenum |QPagedPaintDevice.Tabloid| 29) +(defenum |QPaintDevice.PdmDepth| 6) +(defenum |QPaintDevice.PdmDevicePixelRatio| 11) +(defenum |QPaintDevice.PdmDpiX| 7) +(defenum |QPaintDevice.PdmDpiY| 8) +(defenum |QPaintDevice.PdmHeightMM| 4) +(defenum |QPaintDevice.PdmHeight| 2) +(defenum |QPaintDevice.PdmNumColors| 5) +(defenum |QPaintDevice.PdmPhysicalDpiX| 9) +(defenum |QPaintDevice.PdmPhysicalDpiY| 10) +(defenum |QPaintDevice.PdmWidthMM| 3) +(defenum |QPaintDevice.PdmWidth| 1) +(defenum |QPainter.Antialiasing| 1) +(defenum |QPainter.CompositionMode_Clear| 2) +(defenum |QPainter.CompositionMode_ColorBurn| 19) +(defenum |QPainter.CompositionMode_ColorDodge| 18) +(defenum |QPainter.CompositionMode_Darken| 16) +(defenum |QPainter.CompositionMode_DestinationAtop| 10) +(defenum |QPainter.CompositionMode_DestinationIn| 6) +(defenum |QPainter.CompositionMode_DestinationOut| 8) +(defenum |QPainter.CompositionMode_DestinationOver| 1) +(defenum |QPainter.CompositionMode_Destination| 4) +(defenum |QPainter.CompositionMode_Difference| 22) +(defenum |QPainter.CompositionMode_Exclusion| 23) +(defenum |QPainter.CompositionMode_HardLight| 20) +(defenum |QPainter.CompositionMode_Lighten| 17) +(defenum |QPainter.CompositionMode_Multiply| 13) +(defenum |QPainter.CompositionMode_Overlay| 15) +(defenum |QPainter.CompositionMode_Plus| 12) +(defenum |QPainter.CompositionMode_Screen| 14) +(defenum |QPainter.CompositionMode_SoftLight| 21) +(defenum |QPainter.CompositionMode_SourceAtop| 9) +(defenum |QPainter.CompositionMode_SourceIn| 5) +(defenum |QPainter.CompositionMode_SourceOut| 7) +(defenum |QPainter.CompositionMode_SourceOver| 0) +(defenum |QPainter.CompositionMode_Source| 3) +(defenum |QPainter.CompositionMode_Xor| 11) +(defenum |QPainter.HighQualityAntialiasing| 8) +(defenum |QPainter.NonCosmeticDefaultPen| 16) +(defenum |QPainter.OpaqueHint| 1) +(defenum |QPainter.Qt4CompatiblePainting| 32) +(defenum |QPainter.RasterOp_ClearDestination| 35) +(defenum |QPainter.RasterOp_NotDestination| 37) +(defenum |QPainter.RasterOp_NotSourceAndDestination| 31) +(defenum |QPainter.RasterOp_NotSourceAndNotDestination| 27) +(defenum |QPainter.RasterOp_NotSourceOrDestination| 33) +(defenum |QPainter.RasterOp_NotSourceOrNotDestination| 28) +(defenum |QPainter.RasterOp_NotSourceXorDestination| 29) +(defenum |QPainter.RasterOp_NotSource| 30) +(defenum |QPainter.RasterOp_SetDestination| 36) +(defenum |QPainter.RasterOp_SourceAndDestination| 25) +(defenum |QPainter.RasterOp_SourceAndNotDestination| 32) +(defenum |QPainter.RasterOp_SourceOrDestination| 24) +(defenum |QPainter.RasterOp_SourceOrNotDestination| 34) +(defenum |QPainter.RasterOp_SourceXorDestination| 26) +(defenum |QPainter.SmoothPixmapTransform| 4) +(defenum |QPainter.TextAntialiasing| 2) +(defenum |QPainterPath.CurveToDataElement| 3) +(defenum |QPainterPath.CurveToElement| 2) +(defenum |QPainterPath.LineToElement| 1) +(defenum |QPainterPath.MoveToElement| 0) +(defenum |QPalette.Active| 0) +(defenum |QPalette.All| 5) +(defenum |QPalette.AlternateBase| 16) +(defenum |QPalette.Background| 10) +(defenum |QPalette.Base| 9) +(defenum |QPalette.BrightText| 7) +(defenum |QPalette.ButtonText| 8) +(defenum |QPalette.Button| 1) +(defenum |QPalette.Current| 4) +(defenum |QPalette.Dark| 4) +(defenum |QPalette.Disabled| 1) +(defenum |QPalette.Foreground| 0) +(defenum |QPalette.HighlightedText| 13) +(defenum |QPalette.Highlight| 12) +(defenum |QPalette.Inactive| 2) +(defenum |QPalette.Light| 2) +(defenum |QPalette.LinkVisited| 15) +(defenum |QPalette.Link| 14) +(defenum |QPalette.Midlight| 3) +(defenum |QPalette.Mid| 5) +(defenum |QPalette.NColorGroups| 3) +(defenum |QPalette.NColorRoles| 20) +(defenum |QPalette.NoRole| 17) +(defenum |QPalette.Normal| 0) +(defenum |QPalette.Shadow| 11) +(defenum |QPalette.Text| 6) +(defenum |QPalette.ToolTipBase| 18) +(defenum |QPalette.ToolTipText| 19) +(defenum |QPalette.WindowText| 0) +(defenum |QPalette.Window| 10) +(defenum |QPinchGesture.CenterPointChanged| 4) +(defenum |QPinchGesture.RotationAngleChanged| 2) +(defenum |QPinchGesture.ScaleFactorChanged| 1) +(defenum |QPlainTextEdit.NoWrap| 0) +(defenum |QPlainTextEdit.WidgetWidth| 1) +(defenum |QPrintPreviewWidget.AllPagesView| 2) +(defenum |QPrintPreviewWidget.CustomZoom| 0) +(defenum |QPrintPreviewWidget.FacingPagesView| 1) +(defenum |QPrintPreviewWidget.FitInView| 2) +(defenum |QPrintPreviewWidget.FitToWidth| 1) +(defenum |QPrintPreviewWidget.SinglePageView| 0) +(defenum |QPrinter.A0| 5) +(defenum |QPrinter.A10| 31) +(defenum |QPrinter.A1| 6) +(defenum |QPrinter.A2| 7) +(defenum |QPrinter.A3Extra| 32) +(defenum |QPrinter.A3| 8) +(defenum |QPrinter.A4Extra| 33) +(defenum |QPrinter.A4Plus| 34) +(defenum |QPrinter.A4Small| 35) +(defenum |QPrinter.A4| 0) +(defenum |QPrinter.A5Extra| 36) +(defenum |QPrinter.A5| 9) +(defenum |QPrinter.A6| 10) +(defenum |QPrinter.A7| 11) +(defenum |QPrinter.A8| 12) +(defenum |QPrinter.A9| 13) +(defenum |QPrinter.Aborted| 2) +(defenum |QPrinter.Active| 1) +(defenum |QPrinter.AllPages| 0) +(defenum |QPrinter.AnsiA| 2) +(defenum |QPrinter.AnsiB| 28) +(defenum |QPrinter.AnsiC| 49) +(defenum |QPrinter.AnsiD| 50) +(defenum |QPrinter.AnsiE| 51) +(defenum |QPrinter.ArchA| 57) +(defenum |QPrinter.ArchB| 58) +(defenum |QPrinter.ArchC| 59) +(defenum |QPrinter.ArchD| 60) +(defenum |QPrinter.ArchE| 61) +(defenum |QPrinter.Auto| 6) +(defenum |QPrinter.B0| 14) +(defenum |QPrinter.B10| 16) +(defenum |QPrinter.B1| 15) +(defenum |QPrinter.B2| 17) +(defenum |QPrinter.B3| 18) +(defenum |QPrinter.B4| 19) +(defenum |QPrinter.B5Extra| 37) +(defenum |QPrinter.B5| 1) +(defenum |QPrinter.B6| 20) +(defenum |QPrinter.B7| 21) +(defenum |QPrinter.B8| 22) +(defenum |QPrinter.B9| 23) +(defenum |QPrinter.C5E| 24) +(defenum |QPrinter.Cassette| 11) +(defenum |QPrinter.Cicero| 5) +(defenum |QPrinter.Color| 1) +(defenum |QPrinter.Comm10E| 25) +(defenum |QPrinter.CurrentPage| 3) +(defenum |QPrinter.CustomSource| 14) +(defenum |QPrinter.Custom| 30) +(defenum |QPrinter.DLE| 26) +(defenum |QPrinter.DevicePixel| 6) +(defenum |QPrinter.Didot| 4) +(defenum |QPrinter.DoublePostcard| 78) +(defenum |QPrinter.DuplexAuto| 1) +(defenum |QPrinter.DuplexLongSide| 2) +(defenum |QPrinter.DuplexNone| 0) +(defenum |QPrinter.DuplexShortSide| 3) +(defenum |QPrinter.Envelope10| 25) +(defenum |QPrinter.Envelope11| 97) +(defenum |QPrinter.Envelope12| 98) +(defenum |QPrinter.Envelope14| 99) +(defenum |QPrinter.Envelope9| 96) +(defenum |QPrinter.EnvelopeB4| 85) +(defenum |QPrinter.EnvelopeB5| 86) +(defenum |QPrinter.EnvelopeB6| 87) +(defenum |QPrinter.EnvelopeC0| 88) +(defenum |QPrinter.EnvelopeC1| 89) +(defenum |QPrinter.EnvelopeC2| 90) +(defenum |QPrinter.EnvelopeC3| 91) +(defenum |QPrinter.EnvelopeC4| 92) +(defenum |QPrinter.EnvelopeC5| 24) +(defenum |QPrinter.EnvelopeC65| 94) +(defenum |QPrinter.EnvelopeC6| 93) +(defenum |QPrinter.EnvelopeC7| 95) +(defenum |QPrinter.EnvelopeChou3| 102) +(defenum |QPrinter.EnvelopeChou4| 103) +(defenum |QPrinter.EnvelopeDL| 26) +(defenum |QPrinter.EnvelopeInvite| 104) +(defenum |QPrinter.EnvelopeItalian| 105) +(defenum |QPrinter.EnvelopeKaku2| 106) diff --git a/src/lisp/enums3.lisp b/src/lisp/enums3.lisp new file mode 100644 index 0000000..d240586 --- /dev/null +++ b/src/lisp/enums3.lisp @@ -0,0 +1,1263 @@ +;;; Complete list of all enumerations, see: +;;; ~/eql/helper/parse-enums.lisp +;;; ./get-dynamic-enums.lisp +;;; +;;; (divided in more files to not exceed string size limit of Windows) + +(in-package :eql) + +(defmacro defenum (name value) + `(progn + (defconstant ,name ,value) + (export ',name ,(find-package :eql)))) + +(defenum |QPrinter.EnvelopeKaku3| 107) +(defenum |QPrinter.EnvelopeManual| 5) +(defenum |QPrinter.EnvelopeMonarch| 100) +(defenum |QPrinter.EnvelopePersonal| 101) +(defenum |QPrinter.EnvelopePrc10| 117) +(defenum |QPrinter.EnvelopePrc1| 108) +(defenum |QPrinter.EnvelopePrc2| 109) +(defenum |QPrinter.EnvelopePrc3| 110) +(defenum |QPrinter.EnvelopePrc4| 111) +(defenum |QPrinter.EnvelopePrc5| 112) +(defenum |QPrinter.EnvelopePrc6| 113) +(defenum |QPrinter.EnvelopePrc7| 114) +(defenum |QPrinter.EnvelopePrc8| 115) +(defenum |QPrinter.EnvelopePrc9| 116) +(defenum |QPrinter.EnvelopeYou4| 118) +(defenum |QPrinter.Envelope| 4) +(defenum |QPrinter.Error| 3) +(defenum |QPrinter.ExecutiveStandard| 71) +(defenum |QPrinter.Executive| 4) +(defenum |QPrinter.FanFoldGermanLegal| 84) +(defenum |QPrinter.FanFoldGerman| 83) +(defenum |QPrinter.FanFoldUS| 82) +(defenum |QPrinter.FirstPageFirst| 0) +(defenum |QPrinter.Folio| 27) +(defenum |QPrinter.FormSource| 12) +(defenum |QPrinter.GrayScale| 0) +(defenum |QPrinter.HighResolution| 2) +(defenum |QPrinter.Idle| 0) +(defenum |QPrinter.Imperial10x11| 66) +(defenum |QPrinter.Imperial10x13| 67) +(defenum |QPrinter.Imperial10x14| 68) +(defenum |QPrinter.Imperial12x11| 69) +(defenum |QPrinter.Imperial15x11| 70) +(defenum |QPrinter.Imperial7x9| 62) +(defenum |QPrinter.Imperial8x10| 63) +(defenum |QPrinter.Imperial9x11| 64) +(defenum |QPrinter.Imperial9x12| 65) +(defenum |QPrinter.Inch| 2) +(defenum |QPrinter.JisB0| 38) +(defenum |QPrinter.JisB10| 48) +(defenum |QPrinter.JisB1| 39) +(defenum |QPrinter.JisB2| 40) +(defenum |QPrinter.JisB3| 41) +(defenum |QPrinter.JisB4| 42) +(defenum |QPrinter.JisB5| 43) +(defenum |QPrinter.JisB6| 44) +(defenum |QPrinter.JisB7| 45) +(defenum |QPrinter.JisB8| 46) +(defenum |QPrinter.JisB9| 47) +(defenum |QPrinter.Landscape| 1) +(defenum |QPrinter.LargeCapacity| 10) +(defenum |QPrinter.LargeFormat| 9) +(defenum |QPrinter.LastPageFirst| 1) +(defenum |QPrinter.LastPageSize| 118) +(defenum |QPrinter.LastPaperSource| 14) +(defenum |QPrinter.Ledger| 28) +(defenum |QPrinter.LegalExtra| 52) +(defenum |QPrinter.Legal| 3) +(defenum |QPrinter.LetterExtra| 53) +(defenum |QPrinter.LetterPlus| 54) +(defenum |QPrinter.LetterSmall| 55) +(defenum |QPrinter.Letter| 2) +(defenum |QPrinter.Lower| 1) +(defenum |QPrinter.Manual| 3) +(defenum |QPrinter.MaxPageSource| 13) +(defenum |QPrinter.Middle| 2) +(defenum |QPrinter.Millimeter| 0) +(defenum |QPrinter.NativeFormat| 0) +(defenum |QPrinter.Note| 72) +(defenum |QPrinter.OnlyOne| 0) +(defenum |QPrinter.PageRange| 2) +(defenum |QPrinter.PdfFormat| 1) +(defenum |QPrinter.Pica| 3) +(defenum |QPrinter.Point| 1) +(defenum |QPrinter.Portrait| 0) +(defenum |QPrinter.Postcard| 77) +(defenum |QPrinter.Prc16K| 79) +(defenum |QPrinter.Prc32KBig| 81) +(defenum |QPrinter.Prc32K| 80) +(defenum |QPrinter.PrinterResolution| 1) +(defenum |QPrinter.Quarto| 73) +(defenum |QPrinter.ScreenResolution| 0) +(defenum |QPrinter.Selection| 1) +(defenum |QPrinter.SmallFormat| 8) +(defenum |QPrinter.Statement| 74) +(defenum |QPrinter.SuperA| 75) +(defenum |QPrinter.SuperB| 76) +(defenum |QPrinter.TabloidExtra| 56) +(defenum |QPrinter.Tabloid| 29) +(defenum |QPrinter.Tractor| 7) +(defenum |QPrinter.Upper| 0) +(defenum |QProcess.CrashExit| 1) +(defenum |QProcess.Crashed| 1) +(defenum |QProcess.FailedToStart| 0) +(defenum |QProcess.ForwardedChannels| 2) +(defenum |QProcess.ForwardedErrorChannel| 4) +(defenum |QProcess.ForwardedInputChannel| 1) +(defenum |QProcess.ForwardedOutputChannel| 3) +(defenum |QProcess.ManagedInputChannel| 0) +(defenum |QProcess.MergedChannels| 1) +(defenum |QProcess.NormalExit| 0) +(defenum |QProcess.NotRunning| 0) +(defenum |QProcess.ReadError| 3) +(defenum |QProcess.Running| 2) +(defenum |QProcess.SeparateChannels| 0) +(defenum |QProcess.StandardError| 1) +(defenum |QProcess.StandardOutput| 0) +(defenum |QProcess.Starting| 1) +(defenum |QProcess.Timedout| 2) +(defenum |QProcess.UnknownError| 5) +(defenum |QProcess.WriteError| 4) +(defenum |QProgressBar.BottomToTop| 1) +(defenum |QProgressBar.TopToBottom| 0) +(defenum |QReadWriteLock.NonRecursive| 0) +(defenum |QReadWriteLock.Recursive| 1) +(defenum |QRegExp.CaretAtOffset| 1) +(defenum |QRegExp.CaretAtZero| 0) +(defenum |QRegExp.CaretWontMatch| 2) +(defenum |QRegExp.FixedString| 2) +(defenum |QRegExp.RegExp2| 3) +(defenum |QRegExp.RegExp| 0) +(defenum |QRegExp.W3CXmlSchema11| 5) +(defenum |QRegExp.WildcardUnix| 4) +(defenum |QRegExp.Wildcard| 1) +(defenum |QRegion.Ellipse| 1) +(defenum |QRegion.Rectangle| 0) +(defenum |QRubberBand.Line| 0) +(defenum |QRubberBand.Rectangle| 1) +(defenum |QSessionManager.RestartAnyway| 1) +(defenum |QSessionManager.RestartIfRunning| 0) +(defenum |QSessionManager.RestartImmediately| 2) +(defenum |QSessionManager.RestartNever| 3) +(defenum |QSettings.AccessError| 1) +(defenum |QSettings.FormatError| 2) +(defenum |QSettings.IniFormat| 1) +(defenum |QSettings.InvalidFormat| 16) +(defenum |QSettings.NativeFormat| 0) +(defenum |QSettings.NoError| 0) +(defenum |QSettings.SystemScope| 1) +(defenum |QSettings.UserScope| 0) +(defenum |QSizePolicy.ButtonBox| 2) +(defenum |QSizePolicy.CheckBox| 4) +(defenum |QSizePolicy.ComboBox| 8) +(defenum |QSizePolicy.DefaultType| 1) +(defenum |QSizePolicy.ExpandFlag| 2) +(defenum |QSizePolicy.Expanding| 7) +(defenum |QSizePolicy.Fixed| 0) +(defenum |QSizePolicy.Frame| 16) +(defenum |QSizePolicy.GroupBox| 32) +(defenum |QSizePolicy.GrowFlag| 1) +(defenum |QSizePolicy.IgnoreFlag| 8) +(defenum |QSizePolicy.Ignored| 13) +(defenum |QSizePolicy.Label| 64) +(defenum |QSizePolicy.LineEdit| 256) +(defenum |QSizePolicy.Line| 128) +(defenum |QSizePolicy.Maximum| 4) +(defenum |QSizePolicy.MinimumExpanding| 3) +(defenum |QSizePolicy.Minimum| 1) +(defenum |QSizePolicy.Preferred| 5) +(defenum |QSizePolicy.PushButton| 512) +(defenum |QSizePolicy.RadioButton| 1024) +(defenum |QSizePolicy.ShrinkFlag| 4) +(defenum |QSizePolicy.Slider| 2048) +(defenum |QSizePolicy.SpinBox| 4096) +(defenum |QSizePolicy.TabWidget| 8192) +(defenum |QSizePolicy.ToolButton| 16384) +(defenum |QSlider.NoTicks| 0) +(defenum |QSlider.TicksAbove| 1) +(defenum |QSlider.TicksBelow| 2) +(defenum |QSlider.TicksBothSides| 3) +(defenum |QSlider.TicksLeft| 1) +(defenum |QSlider.TicksRight| 2) +(defenum |QSqlDriver.BLOB| 2) +(defenum |QSqlDriver.BatchOperations| 8) +(defenum |QSqlDriver.CancelQuery| 14) +(defenum |QSqlDriver.DB2| 8) +(defenum |QSqlDriver.DeleteStatement| 4) +(defenum |QSqlDriver.EventNotifications| 11) +(defenum |QSqlDriver.FieldName| 0) +(defenum |QSqlDriver.FinishQuery| 12) +(defenum |QSqlDriver.InsertStatement| 3) +(defenum |QSqlDriver.Interbase| 7) +(defenum |QSqlDriver.LastInsertId| 7) +(defenum |QSqlDriver.LowPrecisionNumbers| 10) +(defenum |QSqlDriver.MSSqlServer| 1) +(defenum |QSqlDriver.MultipleResultSets| 13) +(defenum |QSqlDriver.MySqlServer| 2) +(defenum |QSqlDriver.NamedPlaceholders| 5) +(defenum |QSqlDriver.Oracle| 4) +(defenum |QSqlDriver.OtherSource| 2) +(defenum |QSqlDriver.PositionalPlaceholders| 6) +(defenum |QSqlDriver.PostgreSQL| 3) +(defenum |QSqlDriver.PreparedQueries| 4) +(defenum |QSqlDriver.QuerySize| 1) +(defenum |QSqlDriver.SQLite| 6) +(defenum |QSqlDriver.SelectStatement| 1) +(defenum |QSqlDriver.SelfSource| 1) +(defenum |QSqlDriver.SimpleLocking| 9) +(defenum |QSqlDriver.Sybase| 5) +(defenum |QSqlDriver.TableName| 1) +(defenum |QSqlDriver.Transactions| 0) +(defenum |QSqlDriver.Unicode| 3) +(defenum |QSqlDriver.UnknownDbms| 0) +(defenum |QSqlDriver.UnknownSource| 0) +(defenum |QSqlDriver.UpdateStatement| 2) +(defenum |QSqlDriver.WhereStatement| 0) +(defenum |QSqlError.ConnectionError| 1) +(defenum |QSqlError.NoError| 0) +(defenum |QSqlError.StatementError| 2) +(defenum |QSqlError.TransactionError| 3) +(defenum |QSqlError.UnknownError| 4) +(defenum |QSqlField.Optional| 0) +(defenum |QSqlField.Required| 1) +(defenum |QSqlField.Unknown| -1) +(defenum |QSqlQuery.ValuesAsColumns| 1) +(defenum |QSqlQuery.ValuesAsRows| 0) +(defenum |QSqlRelationalTableModel.InnerJoin| 0) +(defenum |QSqlRelationalTableModel.LeftJoin| 1) +(defenum |QSqlResult.NamedBinding| 1) +(defenum |QSqlResult.PositionalBinding| 0) +(defenum |QSqlTableModel.OnFieldChange| 0) +(defenum |QSqlTableModel.OnManualSubmit| 2) +(defenum |QSqlTableModel.OnRowChange| 1) +(defenum |QSslCertificate.CommonName| 1) +(defenum |QSslCertificate.CountryName| 4) +(defenum |QSslCertificate.DistinguishedNameQualifier| 6) +(defenum |QSslCertificate.EmailAddress| 8) +(defenum |QSslCertificate.LocalityName| 2) +(defenum |QSslCertificate.OrganizationalUnitName| 3) +(defenum |QSslCertificate.Organization| 0) +(defenum |QSslCertificate.SerialNumber| 7) +(defenum |QSslCertificate.StateOrProvinceName| 5) +(defenum |QSslConfiguration.NextProtocolNegotiationNegotiated| 1) +(defenum |QSslConfiguration.NextProtocolNegotiationNone| 0) +(defenum |QSslConfiguration.NextProtocolNegotiationUnsupported| 2) +(defenum |QSslError.AuthorityIssuerSerialNumberMismatch| 20) +(defenum |QSslError.CertificateBlacklisted| 24) +(defenum |QSslError.CertificateExpired| 6) +(defenum |QSslError.CertificateNotYetValid| 5) +(defenum |QSslError.CertificateRejected| 18) +(defenum |QSslError.CertificateRevoked| 13) +(defenum |QSslError.CertificateSignatureFailed| 4) +(defenum |QSslError.CertificateUntrusted| 17) +(defenum |QSslError.HostNameMismatch| 22) +(defenum |QSslError.InvalidCaCertificate| 14) +(defenum |QSslError.InvalidNotAfterField| 8) +(defenum |QSslError.InvalidNotBeforeField| 7) +(defenum |QSslError.InvalidPurpose| 16) +(defenum |QSslError.NoError| 0) +(defenum |QSslError.NoPeerCertificate| 21) +(defenum |QSslError.NoSslSupport| 23) +(defenum |QSslError.PathLengthExceeded| 15) +(defenum |QSslError.SelfSignedCertificateInChain| 10) +(defenum |QSslError.SelfSignedCertificate| 9) +(defenum |QSslError.SubjectIssuerMismatch| 19) +(defenum |QSslError.UnableToDecodeIssuerPublicKey| 3) +(defenum |QSslError.UnableToDecryptCertificateSignature| 2) +(defenum |QSslError.UnableToGetIssuerCertificate| 1) +(defenum |QSslError.UnableToGetLocalIssuerCertificate| 11) +(defenum |QSslError.UnableToVerifyFirstCertificate| 12) +(defenum |QSslError.UnspecifiedError| -1) +(defenum |QStackedLayout.StackAll| 1) +(defenum |QStackedLayout.StackOne| 0) +(defenum |QStandardItem.Type| 0) +(defenum |QStandardItem.UserType| 1000) +(defenum |QState.DontRestoreProperties| 0) +(defenum |QState.ExclusiveStates| 0) +(defenum |QState.ParallelStates| 1) +(defenum |QState.RestoreProperties| 1) +(defenum |QStateMachine.HighPriority| 1) +(defenum |QStateMachine.NoCommonAncestorForTransitionError| 3) +(defenum |QStateMachine.NoDefaultStateInHistoryStateError| 2) +(defenum |QStateMachine.NoError| 0) +(defenum |QStateMachine.NoInitialStateError| 1) +(defenum |QStateMachine.NormalPriority| 0) +(defenum |QStyle.CC_ComboBox| 1) +(defenum |QStyle.CC_CustomBase| -268435456) +(defenum |QStyle.CC_Dial| 6) +(defenum |QStyle.CC_GroupBox| 7) +(defenum |QStyle.CC_MdiControls| 8) +(defenum |QStyle.CC_ScrollBar| 2) +(defenum |QStyle.CC_Slider| 3) +(defenum |QStyle.CC_SpinBox| 0) +(defenum |QStyle.CC_TitleBar| 5) +(defenum |QStyle.CC_ToolButton| 4) +(defenum |QStyle.CE_CheckBoxLabel| 4) +(defenum |QStyle.CE_CheckBox| 3) +(defenum |QStyle.CE_ColumnViewGrip| 44) +(defenum |QStyle.CE_ComboBoxLabel| 39) +(defenum |QStyle.CE_CustomBase| -268435456) +(defenum |QStyle.CE_DockWidgetTitle| 30) +(defenum |QStyle.CE_FocusFrame| 38) +(defenum |QStyle.CE_HeaderEmptyArea| 43) +(defenum |QStyle.CE_HeaderLabel| 25) +(defenum |QStyle.CE_HeaderSection| 24) +(defenum |QStyle.CE_Header| 23) +(defenum |QStyle.CE_ItemViewItem| 45) +(defenum |QStyle.CE_MenuBarEmptyArea| 21) +(defenum |QStyle.CE_MenuBarItem| 20) +(defenum |QStyle.CE_MenuEmptyArea| 19) +(defenum |QStyle.CE_MenuHMargin| 17) +(defenum |QStyle.CE_MenuItem| 14) +(defenum |QStyle.CE_MenuScroller| 15) +(defenum |QStyle.CE_MenuTearoff| 18) +(defenum |QStyle.CE_MenuVMargin| 16) +(defenum |QStyle.CE_ProgressBarContents| 12) +(defenum |QStyle.CE_ProgressBarGroove| 11) +(defenum |QStyle.CE_ProgressBarLabel| 13) +(defenum |QStyle.CE_ProgressBar| 10) +(defenum |QStyle.CE_PushButtonBevel| 1) +(defenum |QStyle.CE_PushButtonLabel| 2) +(defenum |QStyle.CE_PushButton| 0) +(defenum |QStyle.CE_RadioButtonLabel| 6) +(defenum |QStyle.CE_RadioButton| 5) +(defenum |QStyle.CE_RubberBand| 29) +(defenum |QStyle.CE_ScrollBarAddLine| 31) +(defenum |QStyle.CE_ScrollBarAddPage| 33) +(defenum |QStyle.CE_ScrollBarFirst| 36) +(defenum |QStyle.CE_ScrollBarLast| 37) +(defenum |QStyle.CE_ScrollBarSlider| 35) +(defenum |QStyle.CE_ScrollBarSubLine| 32) +(defenum |QStyle.CE_ScrollBarSubPage| 34) +(defenum |QStyle.CE_ShapedFrame| 46) +(defenum |QStyle.CE_SizeGrip| 27) +(defenum |QStyle.CE_Splitter| 28) +(defenum |QStyle.CE_TabBarTabLabel| 9) +(defenum |QStyle.CE_TabBarTabShape| 8) +(defenum |QStyle.CE_TabBarTab| 7) +(defenum |QStyle.CE_ToolBar| 40) +(defenum |QStyle.CE_ToolBoxTabLabel| 42) +(defenum |QStyle.CE_ToolBoxTabShape| 41) +(defenum |QStyle.CE_ToolBoxTab| 26) +(defenum |QStyle.CE_ToolButtonLabel| 22) +(defenum |QStyle.CT_CheckBox| 1) +(defenum |QStyle.CT_ComboBox| 4) +(defenum |QStyle.CT_CustomBase| -268435456) +(defenum |QStyle.CT_DialogButtons| 18) +(defenum |QStyle.CT_GroupBox| 20) +(defenum |QStyle.CT_HeaderSection| 19) +(defenum |QStyle.CT_ItemViewItem| 22) +(defenum |QStyle.CT_LineEdit| 14) +(defenum |QStyle.CT_MdiControls| 21) +(defenum |QStyle.CT_MenuBarItem| 8) +(defenum |QStyle.CT_MenuBar| 9) +(defenum |QStyle.CT_MenuItem| 7) +(defenum |QStyle.CT_Menu| 10) +(defenum |QStyle.CT_ProgressBar| 6) +(defenum |QStyle.CT_PushButton| 0) +(defenum |QStyle.CT_RadioButton| 2) +(defenum |QStyle.CT_ScrollBar| 13) +(defenum |QStyle.CT_SizeGrip| 16) +(defenum |QStyle.CT_Slider| 12) +(defenum |QStyle.CT_SpinBox| 15) +(defenum |QStyle.CT_Splitter| 5) +(defenum |QStyle.CT_TabBarTab| 11) +(defenum |QStyle.CT_TabWidget| 17) +(defenum |QStyle.CT_ToolButton| 3) +(defenum |QStyle.PE_CustomBase| 251658240) +(defenum |QStyle.PE_FrameButtonBevel| 10) +(defenum |QStyle.PE_FrameButtonTool| 11) +(defenum |QStyle.PE_FrameDefaultButton| 1) +(defenum |QStyle.PE_FrameDockWidget| 2) +(defenum |QStyle.PE_FrameFocusRect| 3) +(defenum |QStyle.PE_FrameGroupBox| 4) +(defenum |QStyle.PE_FrameLineEdit| 5) +(defenum |QStyle.PE_FrameMenu| 6) +(defenum |QStyle.PE_FrameStatusBarItem| 7) +(defenum |QStyle.PE_FrameStatusBar| 7) +(defenum |QStyle.PE_FrameTabBarBase| 12) +(defenum |QStyle.PE_FrameTabWidget| 8) +(defenum |QStyle.PE_FrameWindow| 9) +(defenum |QStyle.PE_Frame| 0) +(defenum |QStyle.PE_IndicatorArrowDown| 19) +(defenum |QStyle.PE_IndicatorArrowLeft| 20) +(defenum |QStyle.PE_IndicatorArrowRight| 21) +(defenum |QStyle.PE_IndicatorArrowUp| 22) +(defenum |QStyle.PE_IndicatorBranch| 23) +(defenum |QStyle.PE_IndicatorButtonDropDown| 24) +(defenum |QStyle.PE_IndicatorCheckBox| 26) +(defenum |QStyle.PE_IndicatorColumnViewArrow| 42) +(defenum |QStyle.PE_IndicatorDockWidgetResizeHandle| 27) +(defenum |QStyle.PE_IndicatorHeaderArrow| 28) +(defenum |QStyle.PE_IndicatorItemViewItemCheck| 25) +(defenum |QStyle.PE_IndicatorItemViewItemDrop| 43) +(defenum |QStyle.PE_IndicatorMenuCheckMark| 29) +(defenum |QStyle.PE_IndicatorProgressChunk| 30) +(defenum |QStyle.PE_IndicatorRadioButton| 31) +(defenum |QStyle.PE_IndicatorSpinDown| 32) +(defenum |QStyle.PE_IndicatorSpinMinus| 33) +(defenum |QStyle.PE_IndicatorSpinPlus| 34) +(defenum |QStyle.PE_IndicatorSpinUp| 35) +(defenum |QStyle.PE_IndicatorTabClose| 47) +(defenum |QStyle.PE_IndicatorTabTear| 39) +(defenum |QStyle.PE_IndicatorToolBarHandle| 36) +(defenum |QStyle.PE_IndicatorToolBarSeparator| 37) +(defenum |QStyle.PE_IndicatorViewItemCheck| 25) +(defenum |QStyle.PE_PanelButtonBevel| 14) +(defenum |QStyle.PE_PanelButtonCommand| 13) +(defenum |QStyle.PE_PanelButtonTool| 15) +(defenum |QStyle.PE_PanelItemViewItem| 44) +(defenum |QStyle.PE_PanelItemViewRow| 45) +(defenum |QStyle.PE_PanelLineEdit| 18) +(defenum |QStyle.PE_PanelMenuBar| 16) +(defenum |QStyle.PE_PanelMenu| 48) +(defenum |QStyle.PE_PanelScrollAreaCorner| 40) +(defenum |QStyle.PE_PanelStatusBar| 46) +(defenum |QStyle.PE_PanelTipLabel| 38) +(defenum |QStyle.PE_PanelToolBar| 17) +(defenum |QStyle.PE_Widget| 41) +(defenum |QStyle.PM_ButtonDefaultIndicator| 1) +(defenum |QStyle.PM_ButtonIconSize| 75) +(defenum |QStyle.PM_ButtonMargin| 0) +(defenum |QStyle.PM_ButtonShiftHorizontal| 3) +(defenum |QStyle.PM_ButtonShiftVertical| 4) +(defenum |QStyle.PM_CheckBoxLabelSpacing| 70) +(defenum |QStyle.PM_ComboBoxFrameWidth| 7) +(defenum |QStyle.PM_CustomBase| -268435456) +(defenum |QStyle.PM_DefaultChildMargin| 60) +(defenum |QStyle.PM_DefaultFrameWidth| 5) +(defenum |QStyle.PM_DefaultLayoutSpacing| 61) +(defenum |QStyle.PM_DefaultTopLevelMargin| 59) +(defenum |QStyle.PM_DialogButtonsButtonHeight| 43) +(defenum |QStyle.PM_DialogButtonsButtonWidth| 42) +(defenum |QStyle.PM_DialogButtonsSeparator| 41) +(defenum |QStyle.PM_DockWidgetFrameWidth| 18) +(defenum |QStyle.PM_DockWidgetHandleExtent| 17) +(defenum |QStyle.PM_DockWidgetSeparatorExtent| 16) +(defenum |QStyle.PM_DockWidgetTitleBarButtonMargin| 76) +(defenum |QStyle.PM_DockWidgetTitleMargin| 73) +(defenum |QStyle.PM_ExclusiveIndicatorHeight| 40) +(defenum |QStyle.PM_ExclusiveIndicatorWidth| 39) +(defenum |QStyle.PM_FocusFrameHMargin| 68) +(defenum |QStyle.PM_FocusFrameVMargin| 67) +(defenum |QStyle.PM_HeaderDefaultSectionSizeHorizontal| 92) +(defenum |QStyle.PM_HeaderDefaultSectionSizeVertical| 93) +(defenum |QStyle.PM_HeaderGripMargin| 48) +(defenum |QStyle.PM_HeaderMargin| 46) +(defenum |QStyle.PM_HeaderMarkSize| 47) +(defenum |QStyle.PM_IconViewIconSize| 64) +(defenum |QStyle.PM_IndicatorHeight| 38) +(defenum |QStyle.PM_IndicatorWidth| 37) +(defenum |QStyle.PM_LargeIconSize| 66) +(defenum |QStyle.PM_LayoutBottomMargin| 81) +(defenum |QStyle.PM_LayoutHorizontalSpacing| 82) +(defenum |QStyle.PM_LayoutLeftMargin| 78) +(defenum |QStyle.PM_LayoutRightMargin| 80) +(defenum |QStyle.PM_LayoutTopMargin| 79) +(defenum |QStyle.PM_LayoutVerticalSpacing| 83) +(defenum |QStyle.PM_ListViewIconSize| 63) +(defenum |QStyle.PM_MDIFrameWidth| 44) +(defenum |QStyle.PM_MDIMinimizedWidth| 45) +(defenum |QStyle.PM_MaximumDragDistance| 8) +(defenum |QStyle.PM_MdiSubWindowFrameWidth| 44) +(defenum |QStyle.PM_MdiSubWindowMinimizedWidth| 45) +(defenum |QStyle.PM_MenuBarHMargin| 36) +(defenum |QStyle.PM_MenuBarItemSpacing| 34) +(defenum |QStyle.PM_MenuBarPanelWidth| 33) +(defenum |QStyle.PM_MenuBarVMargin| 35) +(defenum |QStyle.PM_MenuButtonIndicator| 2) +(defenum |QStyle.PM_MenuDesktopFrameWidth| 32) +(defenum |QStyle.PM_MenuHMargin| 28) +(defenum |QStyle.PM_MenuPanelWidth| 30) +(defenum |QStyle.PM_MenuScrollerHeight| 27) +(defenum |QStyle.PM_MenuTearoffHeight| 31) +(defenum |QStyle.PM_MenuVMargin| 29) +(defenum |QStyle.PM_MessageBoxIconSize| 74) +(defenum |QStyle.PM_ProgressBarChunkWidth| 24) +(defenum |QStyle.PM_RadioButtonLabelSpacing| 77) +(defenum |QStyle.PM_ScrollBarExtent| 9) +(defenum |QStyle.PM_ScrollBarSliderMin| 10) +(defenum |QStyle.PM_ScrollView_ScrollBarOverlap| 89) +(defenum |QStyle.PM_ScrollView_ScrollBarSpacing| 88) +(defenum |QStyle.PM_SizeGripSize| 72) +(defenum |QStyle.PM_SliderControlThickness| 12) +(defenum |QStyle.PM_SliderLength| 13) +(defenum |QStyle.PM_SliderSpaceAvailable| 15) +(defenum |QStyle.PM_SliderThickness| 11) +(defenum |QStyle.PM_SliderTickmarkOffset| 14) +(defenum |QStyle.PM_SmallIconSize| 65) +(defenum |QStyle.PM_SpinBoxFrameWidth| 6) +(defenum |QStyle.PM_SpinBoxSliderHeight| 58) +(defenum |QStyle.PM_SplitterWidth| 25) +(defenum |QStyle.PM_SubMenuOverlap| 90) +(defenum |QStyle.PM_TabBarBaseHeight| 22) +(defenum |QStyle.PM_TabBarBaseOverlap| 23) +(defenum |QStyle.PM_TabBarIconSize| 71) +(defenum |QStyle.PM_TabBarScrollButtonWidth| 51) +(defenum |QStyle.PM_TabBarTabHSpace| 20) +(defenum |QStyle.PM_TabBarTabOverlap| 19) +(defenum |QStyle.PM_TabBarTabShiftHorizontal| 49) +(defenum |QStyle.PM_TabBarTabShiftVertical| 50) +(defenum |QStyle.PM_TabBarTabVSpace| 21) +(defenum |QStyle.PM_TabBar_ScrollButtonOverlap| 84) +(defenum |QStyle.PM_TabCloseIndicatorHeight| 87) +(defenum |QStyle.PM_TabCloseIndicatorWidth| 86) +(defenum |QStyle.PM_TextCursorWidth| 85) +(defenum |QStyle.PM_TitleBarHeight| 26) +(defenum |QStyle.PM_ToolBarExtensionExtent| 57) +(defenum |QStyle.PM_ToolBarFrameWidth| 52) +(defenum |QStyle.PM_ToolBarHandleExtent| 53) +(defenum |QStyle.PM_ToolBarIconSize| 62) +(defenum |QStyle.PM_ToolBarItemMargin| 55) +(defenum |QStyle.PM_ToolBarItemSpacing| 54) +(defenum |QStyle.PM_ToolBarSeparatorExtent| 56) +(defenum |QStyle.PM_ToolTipLabelFrameWidth| 69) +(defenum |QStyle.PM_TreeViewIndentation| 91) +(defenum |QStyle.RSIP_OnMouseClickAndAlreadyFocused| 0) +(defenum |QStyle.RSIP_OnMouseClick| 1) +(defenum |QStyle.SC_All| -1) +(defenum |QStyle.SC_ComboBoxArrow| 4) +(defenum |QStyle.SC_ComboBoxEditField| 2) +(defenum |QStyle.SC_ComboBoxFrame| 1) +(defenum |QStyle.SC_ComboBoxListBoxPopup| 8) +(defenum |QStyle.SC_CustomBase| -268435456) +(defenum |QStyle.SC_DialGroove| 1) +(defenum |QStyle.SC_DialHandle| 2) +(defenum |QStyle.SC_DialTickmarks| 4) +(defenum |QStyle.SC_GroupBoxCheckBox| 1) +(defenum |QStyle.SC_GroupBoxContents| 4) +(defenum |QStyle.SC_GroupBoxFrame| 8) +(defenum |QStyle.SC_GroupBoxLabel| 2) +(defenum |QStyle.SC_MdiCloseButton| 4) +(defenum |QStyle.SC_MdiMinButton| 1) +(defenum |QStyle.SC_MdiNormalButton| 2) +(defenum |QStyle.SC_None| 0) +(defenum |QStyle.SC_ScrollBarAddLine| 1) +(defenum |QStyle.SC_ScrollBarAddPage| 4) +(defenum |QStyle.SC_ScrollBarFirst| 16) +(defenum |QStyle.SC_ScrollBarGroove| 128) +(defenum |QStyle.SC_ScrollBarLast| 32) +(defenum |QStyle.SC_ScrollBarSlider| 64) +(defenum |QStyle.SC_ScrollBarSubLine| 2) +(defenum |QStyle.SC_ScrollBarSubPage| 8) +(defenum |QStyle.SC_SliderGroove| 1) +(defenum |QStyle.SC_SliderHandle| 2) +(defenum |QStyle.SC_SliderTickmarks| 4) +(defenum |QStyle.SC_SpinBoxDown| 2) +(defenum |QStyle.SC_SpinBoxEditField| 8) +(defenum |QStyle.SC_SpinBoxFrame| 4) +(defenum |QStyle.SC_SpinBoxUp| 1) +(defenum |QStyle.SC_TitleBarCloseButton| 8) +(defenum |QStyle.SC_TitleBarContextHelpButton| 128) +(defenum |QStyle.SC_TitleBarLabel| 256) +(defenum |QStyle.SC_TitleBarMaxButton| 4) +(defenum |QStyle.SC_TitleBarMinButton| 2) +(defenum |QStyle.SC_TitleBarNormalButton| 16) +(defenum |QStyle.SC_TitleBarShadeButton| 32) +(defenum |QStyle.SC_TitleBarSysMenu| 1) +(defenum |QStyle.SC_TitleBarUnshadeButton| 64) +(defenum |QStyle.SC_ToolButtonMenu| 2) +(defenum |QStyle.SC_ToolButton| 1) +(defenum |QStyle.SE_CheckBoxClickRect| 5) +(defenum |QStyle.SE_CheckBoxContents| 3) +(defenum |QStyle.SE_CheckBoxFocusRect| 4) +(defenum |QStyle.SE_CheckBoxIndicator| 2) +(defenum |QStyle.SE_CheckBoxLayoutItem| 32) +(defenum |QStyle.SE_ComboBoxFocusRect| 10) +(defenum |QStyle.SE_ComboBoxLayoutItem| 33) +(defenum |QStyle.SE_CustomBase| -268435456) +(defenum |QStyle.SE_DateTimeEditLayoutItem| 34) +(defenum |QStyle.SE_DialogButtonBoxLayoutItem| 35) +(defenum |QStyle.SE_DockWidgetCloseButton| 28) +(defenum |QStyle.SE_DockWidgetFloatButton| 29) +(defenum |QStyle.SE_DockWidgetIcon| 31) +(defenum |QStyle.SE_DockWidgetTitleBarText| 30) +(defenum |QStyle.SE_FrameContents| 27) +(defenum |QStyle.SE_FrameLayoutItem| 43) +(defenum |QStyle.SE_GroupBoxLayoutItem| 44) +(defenum |QStyle.SE_HeaderArrow| 17) +(defenum |QStyle.SE_HeaderLabel| 16) +(defenum |QStyle.SE_ItemViewItemCheckIndicator| 23) +(defenum |QStyle.SE_ItemViewItemDecoration| 46) +(defenum |QStyle.SE_ItemViewItemFocusRect| 48) +(defenum |QStyle.SE_ItemViewItemText| 47) +(defenum |QStyle.SE_LabelLayoutItem| 36) +(defenum |QStyle.SE_LineEditContents| 26) +(defenum |QStyle.SE_ProgressBarContents| 13) +(defenum |QStyle.SE_ProgressBarGroove| 12) +(defenum |QStyle.SE_ProgressBarLabel| 14) +(defenum |QStyle.SE_ProgressBarLayoutItem| 37) +(defenum |QStyle.SE_PushButtonContents| 0) +(defenum |QStyle.SE_PushButtonFocusRect| 1) +(defenum |QStyle.SE_PushButtonLayoutItem| 38) +(defenum |QStyle.SE_RadioButtonClickRect| 9) +(defenum |QStyle.SE_RadioButtonContents| 7) +(defenum |QStyle.SE_RadioButtonFocusRect| 8) +(defenum |QStyle.SE_RadioButtonIndicator| 6) +(defenum |QStyle.SE_RadioButtonLayoutItem| 39) +(defenum |QStyle.SE_ShapedFrameContents| 52) +(defenum |QStyle.SE_SliderFocusRect| 11) +(defenum |QStyle.SE_SliderLayoutItem| 40) +(defenum |QStyle.SE_SpinBoxLayoutItem| 41) +(defenum |QStyle.SE_TabBarTabLeftButton| 49) +(defenum |QStyle.SE_TabBarTabRightButton| 50) +(defenum |QStyle.SE_TabBarTabText| 51) +(defenum |QStyle.SE_TabBarTearIndicator| 24) +(defenum |QStyle.SE_TabWidgetLayoutItem| 45) +(defenum |QStyle.SE_TabWidgetLeftCorner| 21) +(defenum |QStyle.SE_TabWidgetRightCorner| 22) +(defenum |QStyle.SE_TabWidgetTabBar| 18) +(defenum |QStyle.SE_TabWidgetTabContents| 20) +(defenum |QStyle.SE_TabWidgetTabPane| 19) +(defenum |QStyle.SE_ToolBarHandle| 53) +(defenum |QStyle.SE_ToolBoxTabContents| 15) +(defenum |QStyle.SE_ToolButtonLayoutItem| 42) +(defenum |QStyle.SE_TreeViewDisclosureItem| 25) +(defenum |QStyle.SE_ViewItemCheckIndicator| 23) +(defenum |QStyle.SH_BlinkCursorWhenTextSelected| 28) +(defenum |QStyle.SH_Button_FocusPolicy| 49) +(defenum |QStyle.SH_ComboBox_LayoutDirection| 58) +(defenum |QStyle.SH_ComboBox_ListMouseTracking| 19) +(defenum |QStyle.SH_ComboBox_PopupFrameStyle| 69) +(defenum |QStyle.SH_ComboBox_Popup| 25) +(defenum |QStyle.SH_ComboBox_UseNativePopup| 103) +(defenum |QStyle.SH_CustomBase| -268435456) +(defenum |QStyle.SH_Dial_BackgroundRole| 57) +(defenum |QStyle.SH_DialogButtonBox_ButtonsHaveIcons| 71) +(defenum |QStyle.SH_DialogButtonLayout| 68) +(defenum |QStyle.SH_DialogButtons_DefaultButton| 36) +(defenum |QStyle.SH_DitherDisabledText| 1) +(defenum |QStyle.SH_DockWidget_ButtonsHaveFrame| 94) +(defenum |QStyle.SH_DrawMenuBarSeparator| 47) +(defenum |QStyle.SH_EtchDisabledText| 0) +(defenum |QStyle.SH_FocusFrame_AboveWidget| 77) +(defenum |QStyle.SH_FocusFrame_Mask| 53) +(defenum |QStyle.SH_FontDialog_SelectAssociatedText| 13) +(defenum |QStyle.SH_FormLayoutFieldGrowthPolicy| 89) +(defenum |QStyle.SH_FormLayoutFormAlignment| 90) +(defenum |QStyle.SH_FormLayoutLabelAlignment| 91) +(defenum |QStyle.SH_FormLayoutWrapPolicy| 86) +(defenum |QStyle.SH_GroupBox_TextLabelColor| 32) +(defenum |QStyle.SH_GroupBox_TextLabelVerticalAlignment| 31) +(defenum |QStyle.SH_Header_ArrowAlignment| 6) +(defenum |QStyle.SH_ItemView_ActivateItemOnSingleClick| 61) +(defenum |QStyle.SH_ItemView_ArrowKeysNavigateIntoChildren| 80) +(defenum |QStyle.SH_ItemView_ChangeHighlightOnFocus| 22) +(defenum |QStyle.SH_ItemView_DrawDelegateFrame| 92) +(defenum |QStyle.SH_ItemView_EllipsisLocation| 59) +(defenum |QStyle.SH_ItemView_MovementWithoutUpdatingSelection| 75) +(defenum |QStyle.SH_ItemView_PaintAlternatingRowColorsForEmptyArea| 85) +(defenum |QStyle.SH_ItemView_ShowDecorationSelected| 60) +(defenum |QStyle.SH_LineEdit_PasswordCharacter| 35) +(defenum |QStyle.SH_LineEdit_PasswordMaskDelay| 104) +(defenum |QStyle.SH_ListViewExpand_SelectMouseType| 40) +(defenum |QStyle.SH_MainWindow_SpaceBelowMenuBar| 12) +(defenum |QStyle.SH_MenuBar_AltKeyNavigation| 18) +(defenum |QStyle.SH_MenuBar_MouseTracking| 21) +(defenum |QStyle.SH_Menu_AllowActiveAndDisabled| 14) +(defenum |QStyle.SH_Menu_FadeOutOnHide| 83) +(defenum |QStyle.SH_Menu_FillScreenWithScroll| 45) +(defenum |QStyle.SH_Menu_FlashTriggeredItem| 82) +(defenum |QStyle.SH_Menu_KeyboardSearch| 66) +(defenum |QStyle.SH_Menu_Mask| 81) +(defenum |QStyle.SH_Menu_MouseTracking| 20) +(defenum |QStyle.SH_Menu_Scrollable| 30) +(defenum |QStyle.SH_Menu_SelectionWrap| 74) +(defenum |QStyle.SH_Menu_SloppySubMenus| 33) +(defenum |QStyle.SH_Menu_SpaceActivatesItem| 15) +(defenum |QStyle.SH_Menu_SubMenuDontStartSloppyOnLeave| 111) +(defenum |QStyle.SH_Menu_SubMenuPopupDelay| 16) +(defenum |QStyle.SH_Menu_SubMenuResetWhenReenteringParent| 110) +(defenum |QStyle.SH_Menu_SubMenuSloppyCloseTimeout| 109) +(defenum |QStyle.SH_Menu_SubMenuSloppySelectOtherActions| 108) +(defenum |QStyle.SH_Menu_SubMenuUniDirectionFailCount| 107) +(defenum |QStyle.SH_Menu_SubMenuUniDirection| 106) +(defenum |QStyle.SH_Menu_SupportsSections| 98) +(defenum |QStyle.SH_MessageBox_CenterButtons| 73) +(defenum |QStyle.SH_MessageBox_TextInteractionFlags| 70) +(defenum |QStyle.SH_MessageBox_UseBorderForButtonSpacing| 50) +(defenum |QStyle.SH_PrintDialog_RightAlignButtons| 11) +(defenum |QStyle.SH_ProgressDialog_CenterCancelButton| 9) +(defenum |QStyle.SH_ProgressDialog_TextLabelAlignment| 10) +(defenum |QStyle.SH_RequestSoftwareInputPanel| 96) +(defenum |QStyle.SH_RichText_FullWidthSelection| 29) +(defenum |QStyle.SH_RubberBand_Mask| 54) +(defenum |QStyle.SH_ScrollBar_ContextMenu| 62) +(defenum |QStyle.SH_ScrollBar_LeftClickAbsolutePosition| 39) +(defenum |QStyle.SH_ScrollBar_MiddleClickAbsolutePosition| 2) +(defenum |QStyle.SH_ScrollBar_RollBetweenButtons| 63) +(defenum |QStyle.SH_ScrollBar_ScrollWhenPointerLeavesControl| 3) +(defenum |QStyle.SH_ScrollBar_StopMouseOverSlider| 27) +(defenum |QStyle.SH_ScrollBar_Transient| 97) +(defenum |QStyle.SH_ScrollView_FrameOnlyAroundContents| 17) +(defenum |QStyle.SH_Slider_AbsoluteSetButtons| 64) +(defenum |QStyle.SH_Slider_PageSetButtons| 65) +(defenum |QStyle.SH_Slider_SloppyKeyEvents| 8) +(defenum |QStyle.SH_Slider_SnapToValue| 7) +(defenum |QStyle.SH_Slider_StopMouseOverSlider| 27) +(defenum |QStyle.SH_SpellCheckUnderlineStyle| 72) +(defenum |QStyle.SH_SpinBox_AnimateButton| 42) +(defenum |QStyle.SH_SpinBox_ClickAutoRepeatRate| 44) +(defenum |QStyle.SH_SpinBox_ClickAutoRepeatThreshold| 84) +(defenum |QStyle.SH_SpinBox_KeyPressAutoRepeatRate| 43) +(defenum |QStyle.SH_SpinControls_DisableOnBounds| 56) +(defenum |QStyle.SH_Splitter_OpaqueResize| 102) +(defenum |QStyle.SH_TabBar_Alignment| 5) +(defenum |QStyle.SH_TabBar_ChangeCurrentDelay| 105) +(defenum |QStyle.SH_TabBar_CloseButtonPosition| 93) +(defenum |QStyle.SH_TabBar_ElideMode| 67) +(defenum |QStyle.SH_TabBar_PreferNoArrows| 38) +(defenum |QStyle.SH_TabBar_SelectMouseType| 4) +(defenum |QStyle.SH_TabWidget_DefaultTabPosition| 87) +(defenum |QStyle.SH_Table_GridLineColor| 34) +(defenum |QStyle.SH_TextControl_FocusIndicatorTextCharFormat| 78) +(defenum |QStyle.SH_TitleBar_AutoRaise| 51) +(defenum |QStyle.SH_TitleBar_ModifyNotification| 48) +(defenum |QStyle.SH_TitleBar_NoBorder| 26) +(defenum |QStyle.SH_ToolBar_Movable| 88) +(defenum |QStyle.SH_ToolBox_SelectedPageTitleBold| 37) +(defenum |QStyle.SH_ToolButtonStyle| 95) +(defenum |QStyle.SH_ToolButton_PopupDelay| 52) +(defenum |QStyle.SH_ToolTipLabel_Opacity| 46) +(defenum |QStyle.SH_ToolTip_FallAsleepDelay| 100) +(defenum |QStyle.SH_ToolTip_Mask| 76) +(defenum |QStyle.SH_ToolTip_WakeUpDelay| 99) +(defenum |QStyle.SH_UnderlineShortcut| 41) +(defenum |QStyle.SH_Widget_Animate| 101) +(defenum |QStyle.SH_Widget_ShareActivation| 23) +(defenum |QStyle.SH_WindowFrame_Mask| 55) +(defenum |QStyle.SH_WizardStyle| 79) +(defenum |QStyle.SH_Workspace_FillSpaceOnMaximize| 24) +(defenum |QStyle.SP_ArrowBack| 54) +(defenum |QStyle.SP_ArrowDown| 51) +(defenum |QStyle.SP_ArrowForward| 55) +(defenum |QStyle.SP_ArrowLeft| 52) +(defenum |QStyle.SP_ArrowRight| 53) +(defenum |QStyle.SP_ArrowUp| 50) +(defenum |QStyle.SP_BrowserReload| 59) +(defenum |QStyle.SP_BrowserStop| 60) +(defenum |QStyle.SP_CommandLink| 57) +(defenum |QStyle.SP_ComputerIcon| 15) +(defenum |QStyle.SP_CustomBase| -268435456) +(defenum |QStyle.SP_DesktopIcon| 13) +(defenum |QStyle.SP_DialogApplyButton| 45) +(defenum |QStyle.SP_DialogCancelButton| 40) +(defenum |QStyle.SP_DialogCloseButton| 44) +(defenum |QStyle.SP_DialogDiscardButton| 47) +(defenum |QStyle.SP_DialogHelpButton| 41) +(defenum |QStyle.SP_DialogNoButton| 49) +(defenum |QStyle.SP_DialogOkButton| 39) +(defenum |QStyle.SP_DialogOpenButton| 42) +(defenum |QStyle.SP_DialogResetButton| 46) +(defenum |QStyle.SP_DialogSaveButton| 43) +(defenum |QStyle.SP_DialogYesButton| 48) +(defenum |QStyle.SP_DirClosedIcon| 22) +(defenum |QStyle.SP_DirHomeIcon| 56) +(defenum |QStyle.SP_DirIcon| 38) +(defenum |QStyle.SP_DirLinkIcon| 23) +(defenum |QStyle.SP_DirLinkOpenIcon| 24) +(defenum |QStyle.SP_DirOpenIcon| 21) +(defenum |QStyle.SP_DockWidgetCloseButton| 8) +(defenum |QStyle.SP_DriveCDIcon| 18) +(defenum |QStyle.SP_DriveDVDIcon| 19) +(defenum |QStyle.SP_DriveFDIcon| 16) +(defenum |QStyle.SP_DriveHDIcon| 17) +(defenum |QStyle.SP_DriveNetIcon| 20) +(defenum |QStyle.SP_FileDialogBack| 37) +(defenum |QStyle.SP_FileDialogContentsView| 35) +(defenum |QStyle.SP_FileDialogDetailedView| 33) +(defenum |QStyle.SP_FileDialogEnd| 30) +(defenum |QStyle.SP_FileDialogInfoView| 34) +(defenum |QStyle.SP_FileDialogListView| 36) +(defenum |QStyle.SP_FileDialogNewFolder| 32) +(defenum |QStyle.SP_FileDialogStart| 29) +(defenum |QStyle.SP_FileDialogToParent| 31) +(defenum |QStyle.SP_FileIcon| 25) +(defenum |QStyle.SP_FileLinkIcon| 26) +(defenum |QStyle.SP_LineEditClearButton| 70) +(defenum |QStyle.SP_MediaPause| 63) +(defenum |QStyle.SP_MediaPlay| 61) +(defenum |QStyle.SP_MediaSeekBackward| 67) +(defenum |QStyle.SP_MediaSeekForward| 66) +(defenum |QStyle.SP_MediaSkipBackward| 65) +(defenum |QStyle.SP_MediaSkipForward| 64) +(defenum |QStyle.SP_MediaStop| 62) +(defenum |QStyle.SP_MediaVolumeMuted| 69) +(defenum |QStyle.SP_MediaVolume| 68) +(defenum |QStyle.SP_MessageBoxCritical| 11) +(defenum |QStyle.SP_MessageBoxInformation| 9) +(defenum |QStyle.SP_MessageBoxQuestion| 12) +(defenum |QStyle.SP_MessageBoxWarning| 10) +(defenum |QStyle.SP_TitleBarCloseButton| 3) +(defenum |QStyle.SP_TitleBarContextHelpButton| 7) +(defenum |QStyle.SP_TitleBarMaxButton| 2) +(defenum |QStyle.SP_TitleBarMenuButton| 0) +(defenum |QStyle.SP_TitleBarMinButton| 1) +(defenum |QStyle.SP_TitleBarNormalButton| 4) +(defenum |QStyle.SP_TitleBarShadeButton| 5) +(defenum |QStyle.SP_TitleBarUnshadeButton| 6) +(defenum |QStyle.SP_ToolBarHorizontalExtensionButton| 27) +(defenum |QStyle.SP_ToolBarVerticalExtensionButton| 28) +(defenum |QStyle.SP_TrashIcon| 14) +(defenum |QStyle.SP_VistaShield| 58) +(defenum |QStyle.State_Active| 65536) +(defenum |QStyle.State_AutoRaise| 4096) +(defenum |QStyle.State_Bottom| 1024) +(defenum |QStyle.State_Children| 524288) +(defenum |QStyle.State_DownArrow| 64) +(defenum |QStyle.State_Editing| 4194304) +(defenum |QStyle.State_Enabled| 1) +(defenum |QStyle.State_FocusAtBorder| 2048) +(defenum |QStyle.State_HasEditFocus| 16777216) +(defenum |QStyle.State_HasFocus| 256) +(defenum |QStyle.State_Horizontal| 128) +(defenum |QStyle.State_Item| 1048576) +(defenum |QStyle.State_KeyboardFocusChange| 8388608) +(defenum |QStyle.State_Mini| 134217728) +(defenum |QStyle.State_MouseOver| 8192) +(defenum |QStyle.State_NoChange| 16) +(defenum |QStyle.State_None| 0) +(defenum |QStyle.State_Off| 8) +(defenum |QStyle.State_On| 32) +(defenum |QStyle.State_Open| 262144) +(defenum |QStyle.State_Raised| 2) +(defenum |QStyle.State_ReadOnly| 33554432) +(defenum |QStyle.State_Selected| 32768) +(defenum |QStyle.State_Sibling| 2097152) +(defenum |QStyle.State_Small| 67108864) +(defenum |QStyle.State_Sunken| 4) +(defenum |QStyle.State_Top| 512) +(defenum |QStyle.State_UpArrow| 16384) +(defenum |QStyle.State_Window| 131072) +(defenum |QSwipeGesture.Down| 4) +(defenum |QSwipeGesture.Left| 1) +(defenum |QSwipeGesture.NoDirection| 0) +(defenum |QSwipeGesture.Right| 2) +(defenum |QSwipeGesture.Up| 3) +(defenum |QSystemSemaphore.AlreadyExists| 3) +(defenum |QSystemSemaphore.Create| 1) +(defenum |QSystemSemaphore.KeyError| 2) +(defenum |QSystemSemaphore.NoError| 0) +(defenum |QSystemSemaphore.NotFound| 4) +(defenum |QSystemSemaphore.Open| 0) +(defenum |QSystemSemaphore.OutOfResources| 5) +(defenum |QSystemSemaphore.PermissionDenied| 1) +(defenum |QSystemSemaphore.UnknownError| 6) +(defenum |QSystemTrayIcon.Context| 1) +(defenum |QSystemTrayIcon.Critical| 3) +(defenum |QSystemTrayIcon.DoubleClick| 2) +(defenum |QSystemTrayIcon.Information| 1) +(defenum |QSystemTrayIcon.MiddleClick| 4) +(defenum |QSystemTrayIcon.NoIcon| 0) +(defenum |QSystemTrayIcon.Trigger| 3) +(defenum |QSystemTrayIcon.Unknown| 0) +(defenum |QSystemTrayIcon.Warning| 2) +(defenum |QTabBar.LeftSide| 0) +(defenum |QTabBar.RightSide| 1) +(defenum |QTabBar.RoundedEast| 3) +(defenum |QTabBar.RoundedNorth| 0) +(defenum |QTabBar.RoundedSouth| 1) +(defenum |QTabBar.RoundedWest| 2) +(defenum |QTabBar.SelectLeftTab| 0) +(defenum |QTabBar.SelectPreviousTab| 2) +(defenum |QTabBar.SelectRightTab| 1) +(defenum |QTabBar.TriangularEast| 7) +(defenum |QTabBar.TriangularNorth| 4) +(defenum |QTabBar.TriangularSouth| 5) +(defenum |QTabBar.TriangularWest| 6) +(defenum |QTabWidget.East| 3) +(defenum |QTabWidget.North| 0) +(defenum |QTabWidget.Rounded| 0) +(defenum |QTabWidget.South| 1) +(defenum |QTabWidget.Triangular| 1) +(defenum |QTabWidget.West| 2) +(defenum |QTableWidgetItem.Type| 0) +(defenum |QTableWidgetItem.UserType| 1000) +(defenum |QTabletEvent.Airbrush| 3) +(defenum |QTabletEvent.Cursor| 2) +(defenum |QTabletEvent.Eraser| 3) +(defenum |QTabletEvent.FourDMouse| 4) +(defenum |QTabletEvent.NoDevice| 0) +(defenum |QTabletEvent.Pen| 1) +(defenum |QTabletEvent.Puck| 1) +(defenum |QTabletEvent.RotationStylus| 6) +(defenum |QTabletEvent.Stylus| 2) +(defenum |QTabletEvent.UnknownPointer| 0) +(defenum |QTabletEvent.XFreeEraser| 5) +(defenum |QTextBlockFormat.FixedHeight| 2) +(defenum |QTextBlockFormat.LineDistanceHeight| 4) +(defenum |QTextBlockFormat.MinimumHeight| 3) +(defenum |QTextBlockFormat.ProportionalHeight| 1) +(defenum |QTextBlockFormat.SingleHeight| 0) +(defenum |QTextBoundaryFinder.BreakOpportunity| 31) +(defenum |QTextBoundaryFinder.EndOfItem| 64) +(defenum |QTextBoundaryFinder.Grapheme| 0) +(defenum |QTextBoundaryFinder.Line| 3) +(defenum |QTextBoundaryFinder.MandatoryBreak| 128) +(defenum |QTextBoundaryFinder.NotAtBoundary| 0) +(defenum |QTextBoundaryFinder.Sentence| 2) +(defenum |QTextBoundaryFinder.SoftHyphen| 256) +(defenum |QTextBoundaryFinder.StartOfItem| 32) +(defenum |QTextBoundaryFinder.Word| 1) +(defenum |QTextCharFormat.AlignBaseline| 6) +(defenum |QTextCharFormat.AlignBottom| 5) +(defenum |QTextCharFormat.AlignMiddle| 3) +(defenum |QTextCharFormat.AlignNormal| 0) +(defenum |QTextCharFormat.AlignSubScript| 2) +(defenum |QTextCharFormat.AlignSuperScript| 1) +(defenum |QTextCharFormat.AlignTop| 4) +(defenum |QTextCharFormat.DashDotDotLine| 5) +(defenum |QTextCharFormat.DashDotLine| 4) +(defenum |QTextCharFormat.DashUnderline| 2) +(defenum |QTextCharFormat.DotLine| 3) +(defenum |QTextCharFormat.FontPropertiesAll| 1) +(defenum |QTextCharFormat.FontPropertiesSpecifiedOnly| 0) +(defenum |QTextCharFormat.NoUnderline| 0) +(defenum |QTextCharFormat.SingleUnderline| 1) +(defenum |QTextCharFormat.SpellCheckUnderline| 7) +(defenum |QTextCharFormat.WaveUnderline| 6) +(defenum |QTextCodec.ConvertInvalidToNull| 2147483648) +(defenum |QTextCodec.DefaultConversion| 0) +(defenum |QTextCodec.IgnoreHeader| 1) +(defenum |QTextCursor.BlockUnderCursor| 2) +(defenum |QTextCursor.Document| 3) +(defenum |QTextCursor.Down| 12) +(defenum |QTextCursor.EndOfBlock| 15) +(defenum |QTextCursor.EndOfLine| 13) +(defenum |QTextCursor.EndOfWord| 14) +(defenum |QTextCursor.End| 11) +(defenum |QTextCursor.KeepAnchor| 1) +(defenum |QTextCursor.Left| 9) +(defenum |QTextCursor.LineUnderCursor| 1) +(defenum |QTextCursor.MoveAnchor| 0) +(defenum |QTextCursor.NextBlock| 16) +(defenum |QTextCursor.NextCell| 21) +(defenum |QTextCursor.NextCharacter| 17) +(defenum |QTextCursor.NextRow| 23) +(defenum |QTextCursor.NextWord| 18) +(defenum |QTextCursor.NoMove| 0) +(defenum |QTextCursor.PreviousBlock| 6) +(defenum |QTextCursor.PreviousCell| 22) +(defenum |QTextCursor.PreviousCharacter| 7) +(defenum |QTextCursor.PreviousRow| 24) +(defenum |QTextCursor.PreviousWord| 8) +(defenum |QTextCursor.Right| 19) +(defenum |QTextCursor.StartOfBlock| 4) +(defenum |QTextCursor.StartOfLine| 3) +(defenum |QTextCursor.StartOfWord| 5) +(defenum |QTextCursor.Start| 1) +(defenum |QTextCursor.Up| 2) +(defenum |QTextCursor.WordLeft| 10) +(defenum |QTextCursor.WordRight| 20) +(defenum |QTextCursor.WordUnderCursor| 0) +(defenum |QTextDocument.DocumentTitle| 0) +(defenum |QTextDocument.DocumentUrl| 1) +(defenum |QTextDocument.FindBackward| 1) +(defenum |QTextDocument.FindCaseSensitively| 2) +(defenum |QTextDocument.FindWholeWords| 4) +(defenum |QTextDocument.HtmlResource| 1) +(defenum |QTextDocument.ImageResource| 2) +(defenum |QTextDocument.RedoStack| 2) +(defenum |QTextDocument.StyleSheetResource| 3) +(defenum |QTextDocument.UndoAndRedoStacks| 3) +(defenum |QTextDocument.UndoStack| 1) +(defenum |QTextDocument.UserResource| 100) +(defenum |QTextEdit.AutoAll| -1) +(defenum |QTextEdit.AutoBulletList| 1) +(defenum |QTextEdit.AutoNone| 0) +(defenum |QTextEdit.FixedColumnWidth| 3) +(defenum |QTextEdit.FixedPixelWidth| 2) +(defenum |QTextEdit.NoWrap| 0) +(defenum |QTextEdit.WidgetWidth| 1) +(defenum |QTextFormat.AnchorHref| 8241) +(defenum |QTextFormat.AnchorName| 8242) +(defenum |QTextFormat.BackgroundBrush| 2080) +(defenum |QTextFormat.BackgroundImageUrl| 2083) +(defenum |QTextFormat.BlockAlignment| 4112) +(defenum |QTextFormat.BlockBottomMargin| 4145) +(defenum |QTextFormat.BlockFormat| 1) +(defenum |QTextFormat.BlockIndent| 4160) +(defenum |QTextFormat.BlockLeftMargin| 4146) +(defenum |QTextFormat.BlockNonBreakableLines| 4176) +(defenum |QTextFormat.BlockRightMargin| 4147) +(defenum |QTextFormat.BlockTopMargin| 4144) +(defenum |QTextFormat.BlockTrailingHorizontalRulerWidth| 4192) +(defenum |QTextFormat.CharFormat| 2) +(defenum |QTextFormat.CssFloat| 2048) +(defenum |QTextFormat.FirstFontProperty| 8160) +(defenum |QTextFormat.FontCapitalization| 8160) +(defenum |QTextFormat.FontFamily| 8192) +(defenum |QTextFormat.FontFixedPitch| 8200) +(defenum |QTextFormat.FontHintingPreference| 8166) +(defenum |QTextFormat.FontItalic| 8196) +(defenum |QTextFormat.FontKerning| 8165) +(defenum |QTextFormat.FontLetterSpacingType| 8243) +(defenum |QTextFormat.FontLetterSpacing| 8161) +(defenum |QTextFormat.FontOverline| 8198) +(defenum |QTextFormat.FontPixelSize| 8201) +(defenum |QTextFormat.FontPointSize| 8193) +(defenum |QTextFormat.FontSizeAdjustment| 8194) +(defenum |QTextFormat.FontSizeIncrement| 8194) +(defenum |QTextFormat.FontStretch| 8244) +(defenum |QTextFormat.FontStrikeOut| 8199) +(defenum |QTextFormat.FontStyleHint| 8163) +(defenum |QTextFormat.FontStyleStrategy| 8164) +(defenum |QTextFormat.FontUnderline| 8197) +(defenum |QTextFormat.FontWeight| 8195) +(defenum |QTextFormat.FontWordSpacing| 8162) +(defenum |QTextFormat.ForegroundBrush| 2081) +(defenum |QTextFormat.FrameBorderBrush| 16393) +(defenum |QTextFormat.FrameBorderStyle| 16400) +(defenum |QTextFormat.FrameBorder| 16384) +(defenum |QTextFormat.FrameBottomMargin| 16390) +(defenum |QTextFormat.FrameFormat| 5) +(defenum |QTextFormat.FrameHeight| 16388) +(defenum |QTextFormat.FrameLeftMargin| 16391) +(defenum |QTextFormat.FrameMargin| 16385) +(defenum |QTextFormat.FramePadding| 16386) +(defenum |QTextFormat.FrameRightMargin| 16392) +(defenum |QTextFormat.FrameTopMargin| 16389) +(defenum |QTextFormat.FrameWidth| 16387) +(defenum |QTextFormat.FullWidthSelection| 24576) +(defenum |QTextFormat.ImageHeight| 20497) +(defenum |QTextFormat.ImageName| 20480) +(defenum |QTextFormat.ImageObject| 1) +(defenum |QTextFormat.ImageWidth| 20496) +(defenum |QTextFormat.InvalidFormat| -1) +(defenum |QTextFormat.IsAnchor| 8240) +(defenum |QTextFormat.LastFontProperty| 8201) +(defenum |QTextFormat.LayoutDirection| 2049) +(defenum |QTextFormat.LineHeightType| 4169) +(defenum |QTextFormat.LineHeight| 4168) +(defenum |QTextFormat.ListFormat| 3) +(defenum |QTextFormat.ListIndent| 12289) +(defenum |QTextFormat.ListNumberPrefix| 12290) +(defenum |QTextFormat.ListNumberSuffix| 12291) +(defenum |QTextFormat.ListStyle| 12288) +(defenum |QTextFormat.NoObject| 0) +(defenum |QTextFormat.ObjectIndex| 0) +(defenum |QTextFormat.ObjectType| 12032) +(defenum |QTextFormat.OutlinePen| 2064) +(defenum |QTextFormat.PageBreakPolicy| 28672) +(defenum |QTextFormat.PageBreak_AlwaysAfter| 16) +(defenum |QTextFormat.PageBreak_AlwaysBefore| 1) +(defenum |QTextFormat.PageBreak_Auto| 0) +(defenum |QTextFormat.TabPositions| 4149) +(defenum |QTextFormat.TableCellBottomPadding| 18451) +(defenum |QTextFormat.TableCellColumnSpan| 18449) +(defenum |QTextFormat.TableCellLeftPadding| 18452) +(defenum |QTextFormat.TableCellObject| 3) +(defenum |QTextFormat.TableCellPadding| 16643) +(defenum |QTextFormat.TableCellRightPadding| 18453) +(defenum |QTextFormat.TableCellRowSpan| 18448) +(defenum |QTextFormat.TableCellSpacing| 16642) +(defenum |QTextFormat.TableCellTopPadding| 18450) +(defenum |QTextFormat.TableColumnWidthConstraints| 16641) +(defenum |QTextFormat.TableColumns| 16640) +(defenum |QTextFormat.TableFormat| 4) +(defenum |QTextFormat.TableHeaderRowCount| 16644) +(defenum |QTextFormat.TableObject| 2) +(defenum |QTextFormat.TextIndent| 4148) +(defenum |QTextFormat.TextOutline| 8226) +(defenum |QTextFormat.TextToolTip| 8228) +(defenum |QTextFormat.TextUnderlineColor| 8208) +(defenum |QTextFormat.TextUnderlineStyle| 8227) +(defenum |QTextFormat.TextVerticalAlignment| 8225) +(defenum |QTextFormat.UserFormat| 100) +(defenum |QTextFormat.UserObject| 4096) +(defenum |QTextFormat.UserProperty| 1048576) +(defenum |QTextFrameFormat.BorderStyle_Dashed| 2) +(defenum |QTextFrameFormat.BorderStyle_DotDash| 5) +(defenum |QTextFrameFormat.BorderStyle_DotDotDash| 6) +(defenum |QTextFrameFormat.BorderStyle_Dotted| 1) +(defenum |QTextFrameFormat.BorderStyle_Double| 4) +(defenum |QTextFrameFormat.BorderStyle_Groove| 7) +(defenum |QTextFrameFormat.BorderStyle_Inset| 9) +(defenum |QTextFrameFormat.BorderStyle_None| 0) +(defenum |QTextFrameFormat.BorderStyle_Outset| 10) +(defenum |QTextFrameFormat.BorderStyle_Ridge| 8) +(defenum |QTextFrameFormat.BorderStyle_Solid| 3) +(defenum |QTextFrameFormat.FloatLeft| 1) +(defenum |QTextFrameFormat.FloatRight| 2) +(defenum |QTextFrameFormat.InFlow| 0) +(defenum |QTextLayout.SkipCharacters| 0) +(defenum |QTextLayout.SkipWords| 1) +(defenum |QTextLength.FixedLength| 1) +(defenum |QTextLength.PercentageLength| 2) +(defenum |QTextLength.VariableLength| 0) +(defenum |QTextLine.CursorBetweenCharacters| 0) +(defenum |QTextLine.CursorOnCharacter| 1) +(defenum |QTextLine.Leading| 0) +(defenum |QTextLine.Trailing| 1) +(defenum |QTextListFormat.ListCircle| -2) +(defenum |QTextListFormat.ListDecimal| -4) +(defenum |QTextListFormat.ListDisc| -1) +(defenum |QTextListFormat.ListLowerAlpha| -5) +(defenum |QTextListFormat.ListLowerRoman| -7) +(defenum |QTextListFormat.ListSquare| -3) +(defenum |QTextListFormat.ListUpperAlpha| -6) +(defenum |QTextListFormat.ListUpperRoman| -8) +(defenum |QTextOption.AddSpaceForLineAndParagraphSeparators| 4) +(defenum |QTextOption.CenterTab| 2) +(defenum |QTextOption.DelimiterTab| 3) +(defenum |QTextOption.IncludeTrailingSpaces| 2147483648) +(defenum |QTextOption.LeftTab| 0) +(defenum |QTextOption.ManualWrap| 2) +(defenum |QTextOption.NoWrap| 0) +(defenum |QTextOption.RightTab| 1) +(defenum |QTextOption.ShowLineAndParagraphSeparators| 2) +(defenum |QTextOption.ShowTabsAndSpaces| 1) +(defenum |QTextOption.SuppressColors| 8) +(defenum |QTextOption.WordWrap| 1) +(defenum |QTextOption.WrapAnywhere| 3) +(defenum |QTextOption.WrapAtWordBoundaryOrAnywhere| 4) +(defenum |QTimeLine.Backward| 1) +(defenum |QTimeLine.CosineCurve| 5) +(defenum |QTimeLine.EaseInCurve| 0) +(defenum |QTimeLine.EaseInOutCurve| 2) +(defenum |QTimeLine.EaseOutCurve| 1) +(defenum |QTimeLine.Forward| 0) +(defenum |QTimeLine.LinearCurve| 3) +(defenum |QTimeLine.NotRunning| 0) +(defenum |QTimeLine.Paused| 1) +(defenum |QTimeLine.Running| 2) +(defenum |QTimeLine.SineCurve| 4) +(defenum |QToolButton.DelayedPopup| 0) +(defenum |QToolButton.InstantPopup| 2) +(defenum |QToolButton.MenuButtonPopup| 1) +(defenum |QTransform.TxNone| 0) +(defenum |QTransform.TxProject| 16) +(defenum |QTransform.TxRotate| 4) +(defenum |QTransform.TxScale| 2) +(defenum |QTransform.TxShear| 8) +(defenum |QTransform.TxTranslate| 1) +(defenum |QTreeWidgetItem.DontShowIndicatorWhenChildless| 2) +(defenum |QTreeWidgetItem.DontShowIndicator| 1) +(defenum |QTreeWidgetItem.ShowIndicator| 0) +(defenum |QTreeWidgetItem.Type| 0) +(defenum |QTreeWidgetItem.UserType| 1000) +(defenum |QUrl.AssumeLocalFile| 1) +(defenum |QUrl.DecodeReserved| 33554432) +(defenum |QUrl.DecodedMode| 2) +(defenum |QUrl.DefaultResolution| 0) +(defenum |QUrl.EncodeDelimiters| 12582912) +(defenum |QUrl.EncodeReserved| 16777216) +(defenum |QUrl.EncodeSpaces| 1048576) +(defenum |QUrl.EncodeUnicode| 2097152) +(defenum |QUrl.FullyDecoded| 133169152) +(defenum |QUrl.FullyEncoded| 32505856) +(defenum |QUrl.None| 0) +(defenum |QUrl.NormalizePathSegments| 4096) +(defenum |QUrl.PreferLocalFile| 512) +(defenum |QUrl.PrettyDecoded| 0) +(defenum |QUrl.RemoveAuthority| 30) +(defenum |QUrl.RemoveFilename| 2048) +(defenum |QUrl.RemoveFragment| 128) +(defenum |QUrl.RemovePassword| 2) +(defenum |QUrl.RemovePath| 32) +(defenum |QUrl.RemovePort| 8) +(defenum |QUrl.RemoveQuery| 64) +(defenum |QUrl.RemoveScheme| 1) +(defenum |QUrl.RemoveUserInfo| 6) +(defenum |QUrl.StrictMode| 1) +(defenum |QUrl.StripTrailingSlash| 1024) +(defenum |QUrl.TolerantMode| 0) +(defenum |QValidator.Acceptable| 2) +(defenum |QValidator.Intermediate| 1) +(defenum |QValidator.Invalid| 0) +(defenum |QWebElement.CascadedStyle| 1) +(defenum |QWebElement.ComputedStyle| 2) +(defenum |QWebElement.InlineStyle| 0) +(defenum |QWebFrame.AllLayers| 255) +(defenum |QWebFrame.ContentsLayer| 16) +(defenum |QWebFrame.PanIconLayer| 64) +(defenum |QWebFrame.ScrollBarLayer| 32) +(defenum |QWebPage.AlignCenter| 63) +(defenum |QWebPage.AlignJustified| 64) +(defenum |QWebPage.AlignLeft| 65) +(defenum |QWebPage.AlignRight| 66) +(defenum |QWebPage.Back| 8) +(defenum |QWebPage.ChooseMultipleFilesExtension| 0) +(defenum |QWebPage.CopyImageToClipboard| 7) +(defenum |QWebPage.CopyImageUrlToClipboard| 68) +(defenum |QWebPage.CopyLinkToClipboard| 4) +(defenum |QWebPage.CopyMediaUrlToClipboard| 71) +(defenum |QWebPage.Copy| 13) +(defenum |QWebPage.Cut| 12) +(defenum |QWebPage.DelegateAllLinks| 2) +(defenum |QWebPage.DelegateExternalLinks| 1) +(defenum |QWebPage.DeleteEndOfWord| 42) +(defenum |QWebPage.DeleteStartOfWord| 41) +(defenum |QWebPage.DontDelegateLinks| 0) +(defenum |QWebPage.DownloadImageToDisk| 6) +(defenum |QWebPage.DownloadLinkToDisk| 3) +(defenum |QWebPage.DownloadMediaToDisk| 70) +(defenum |QWebPage.ErrorPageExtension| 1) +(defenum |QWebPage.FindAtWordBeginningsOnly| 16) +(defenum |QWebPage.FindBackward| 1) +(defenum |QWebPage.FindBeginsInSelection| 64) +(defenum |QWebPage.FindCaseSensitively| 2) +(defenum |QWebPage.FindWrapsAroundDocument| 4) +(defenum |QWebPage.Forward| 9) +(defenum |QWebPage.Geolocation| 1) +(defenum |QWebPage.HighlightAllOccurrences| 8) +(defenum |QWebPage.Http| 1) +(defenum |QWebPage.Indent| 61) +(defenum |QWebPage.InsertLineSeparator| 51) +(defenum |QWebPage.InsertOrderedList| 60) +(defenum |QWebPage.InsertParagraphSeparator| 50) +(defenum |QWebPage.InsertUnorderedList| 59) +(defenum |QWebPage.InspectElement| 49) +(defenum |QWebPage.MoveToEndOfBlock| 26) +(defenum |QWebPage.MoveToEndOfDocument| 28) +(defenum |QWebPage.MoveToEndOfLine| 24) +(defenum |QWebPage.MoveToNextChar| 17) +(defenum |QWebPage.MoveToNextLine| 21) +(defenum |QWebPage.MoveToNextWord| 19) +(defenum |QWebPage.MoveToPreviousChar| 18) +(defenum |QWebPage.MoveToPreviousLine| 22) +(defenum |QWebPage.MoveToPreviousWord| 20) +(defenum |QWebPage.MoveToStartOfBlock| 25) +(defenum |QWebPage.MoveToStartOfDocument| 27) +(defenum |QWebPage.MoveToStartOfLine| 23) +(defenum |QWebPage.NavigationTypeBackOrForward| 2) +(defenum |QWebPage.NavigationTypeFormResubmitted| 4) +(defenum |QWebPage.NavigationTypeFormSubmitted| 1) +(defenum |QWebPage.NavigationTypeLinkClicked| 0) +(defenum |QWebPage.NavigationTypeOther| 5) +(defenum |QWebPage.NavigationTypeReload| 3) +(defenum |QWebPage.NoWebAction| -1) +(defenum |QWebPage.Notifications| 0) +(defenum |QWebPage.OpenFrameInNewWindow| 2) +(defenum |QWebPage.OpenImageInNewWindow| 5) +(defenum |QWebPage.OpenLinkInNewWindow| 1) +(defenum |QWebPage.OpenLinkInThisWindow| 69) +(defenum |QWebPage.OpenLink| 0) +(defenum |QWebPage.Outdent| 62) +(defenum |QWebPage.PasteAndMatchStyle| 54) +(defenum |QWebPage.Paste| 14) +(defenum |QWebPage.PermissionDeniedByUser| 2) +(defenum |QWebPage.PermissionGrantedByUser| 1) +(defenum |QWebPage.PermissionUnknown| 0) +(defenum |QWebPage.QtNetwork| 0) +(defenum |QWebPage.Redo| 16) +(defenum |QWebPage.ReloadAndBypassCache| 53) +(defenum |QWebPage.Reload| 11) +(defenum |QWebPage.RemoveFormat| 55) +(defenum |QWebPage.SelectAll| 52) +(defenum |QWebPage.SelectEndOfBlock| 38) +(defenum |QWebPage.SelectEndOfDocument| 40) +(defenum |QWebPage.SelectEndOfLine| 36) +(defenum |QWebPage.SelectNextChar| 29) +(defenum |QWebPage.SelectNextLine| 33) +(defenum |QWebPage.SelectNextWord| 31) +(defenum |QWebPage.SelectPreviousChar| 30) +(defenum |QWebPage.SelectPreviousLine| 34) +(defenum |QWebPage.SelectPreviousWord| 32) +(defenum |QWebPage.SelectStartOfBlock| 37) +(defenum |QWebPage.SelectStartOfDocument| 39) +(defenum |QWebPage.SelectStartOfLine| 35) diff --git a/src/lisp/enums4.lisp b/src/lisp/enums4.lisp new file mode 100644 index 0000000..f5c6176 --- /dev/null +++ b/src/lisp/enums4.lisp @@ -0,0 +1,1167 @@ +;;; Complete list of all enumerations, see: +;;; ~/eql/helper/parse-enums.lisp +;;; ./get-dynamic-enums.lisp +;;; +;;; (divided in more files to not exceed string size limit of Windows) + +(in-package :eql) + +(defmacro defenum (name value) + `(progn + (defconstant ,name ,value) + (export ',name ,(find-package :eql)))) + +(defenum |QWebPage.SetTextDirectionDefault| 43) +(defenum |QWebPage.SetTextDirectionLeftToRight| 44) +(defenum |QWebPage.SetTextDirectionRightToLeft| 45) +(defenum |QWebPage.StopScheduledPageRefresh| 67) +(defenum |QWebPage.Stop| 10) +(defenum |QWebPage.ToggleBold| 46) +(defenum |QWebPage.ToggleItalic| 47) +(defenum |QWebPage.ToggleMediaControls| 72) +(defenum |QWebPage.ToggleMediaLoop| 73) +(defenum |QWebPage.ToggleMediaMute| 75) +(defenum |QWebPage.ToggleMediaPlayPause| 74) +(defenum |QWebPage.ToggleStrikethrough| 56) +(defenum |QWebPage.ToggleSubscript| 57) +(defenum |QWebPage.ToggleSuperscript| 58) +(defenum |QWebPage.ToggleUnderline| 48) +(defenum |QWebPage.ToggleVideoFullscreen| 76) +(defenum |QWebPage.TreatMedialCapitalAsWordBeginning| 32) +(defenum |QWebPage.Undo| 15) +(defenum |QWebPage.VisibilityStateHidden| 1) +(defenum |QWebPage.VisibilityStatePrerender| 2) +(defenum |QWebPage.VisibilityStateUnloaded| 3) +(defenum |QWebPage.VisibilityStateVisible| 0) +(defenum |QWebPage.WebActionCount| 77) +(defenum |QWebPage.WebBrowserWindow| 0) +(defenum |QWebPage.WebKit| 2) +(defenum |QWebPage.WebModalDialog| 1) +(defenum |QWebSettings.AllowThirdPartyWithExistingCookies| 2) +(defenum |QWebSettings.AlwaysAllowThirdPartyCookies| 0) +(defenum |QWebSettings.AlwaysBlockThirdPartyCookies| 1) +(defenum |QWebSettings.AutoLoadImages| 0) +(defenum |QWebSettings.CursiveFont| 4) +(defenum |QWebSettings.DefaultFixedFontSize| 3) +(defenum |QWebSettings.DefaultFontSize| 2) +(defenum |QWebSettings.DefaultFrameIconGraphic| 2) +(defenum |QWebSettings.DeleteButtonGraphic| 4) +(defenum |QWebSettings.DeveloperExtrasEnabled| 7) +(defenum |QWebSettings.FantasyFont| 5) +(defenum |QWebSettings.FixedFont| 1) +(defenum |QWebSettings.InputSpeechButtonGraphic| 5) +(defenum |QWebSettings.JavaEnabled| 2) +(defenum |QWebSettings.JavascriptCanAccessClipboard| 6) +(defenum |QWebSettings.JavascriptCanOpenWindows| 5) +(defenum |QWebSettings.JavascriptEnabled| 1) +(defenum |QWebSettings.LinksIncludedInFocusChain| 8) +(defenum |QWebSettings.LocalStorageEnabled| 13) +(defenum |QWebSettings.MinimumFontSize| 0) +(defenum |QWebSettings.MinimumLogicalFontSize| 1) +(defenum |QWebSettings.MissingImageGraphic| 0) +(defenum |QWebSettings.MissingPluginGraphic| 1) +(defenum |QWebSettings.OfflineStorageDatabaseEnabled| 11) +(defenum |QWebSettings.OfflineWebApplicationCacheEnabled| 12) +(defenum |QWebSettings.PluginsEnabled| 3) +(defenum |QWebSettings.PrintElementBackgrounds| 10) +(defenum |QWebSettings.PrivateBrowsingEnabled| 4) +(defenum |QWebSettings.SansSerifFont| 3) +(defenum |QWebSettings.SearchCancelButtonGraphic| 6) +(defenum |QWebSettings.SearchCancelButtonPressedGraphic| 7) +(defenum |QWebSettings.SerifFont| 2) +(defenum |QWebSettings.StandardFont| 0) +(defenum |QWebSettings.TextAreaSizeGripCornerGraphic| 3) +(defenum |QWebSettings.ZoomTextOnly| 9) +(defenum |QWidget.DrawChildren| 2) +(defenum |QWidget.DrawWindowBackground| 1) +(defenum |QWidget.IgnoreMask| 4) +(defenum |QWizard.AeroStyle| 3) +(defenum |QWizard.BackButton| 0) +(defenum |QWizard.BackgroundPixmap| 3) +(defenum |QWizard.BannerPixmap| 2) +(defenum |QWizard.CancelButtonOnLeft| 1024) +(defenum |QWizard.CancelButton| 4) +(defenum |QWizard.ClassicStyle| 0) +(defenum |QWizard.CommitButton| 2) +(defenum |QWizard.CustomButton1| 6) +(defenum |QWizard.CustomButton2| 7) +(defenum |QWizard.CustomButton3| 8) +(defenum |QWizard.DisabledBackButtonOnLastPage| 64) +(defenum |QWizard.ExtendedWatermarkPixmap| 4) +(defenum |QWizard.FinishButton| 3) +(defenum |QWizard.HaveCustomButton1| 8192) +(defenum |QWizard.HaveCustomButton2| 16384) +(defenum |QWizard.HaveCustomButton3| 32768) +(defenum |QWizard.HaveFinishButtonOnEarlyPages| 256) +(defenum |QWizard.HaveHelpButton| 2048) +(defenum |QWizard.HaveNextButtonOnLastPage| 128) +(defenum |QWizard.HelpButtonOnRight| 4096) +(defenum |QWizard.HelpButton| 5) +(defenum |QWizard.IgnoreSubTitles| 2) +(defenum |QWizard.IndependentPages| 1) +(defenum |QWizard.LogoPixmap| 1) +(defenum |QWizard.MacStyle| 2) +(defenum |QWizard.ModernStyle| 1) +(defenum |QWizard.NStyles| 4) +(defenum |QWizard.NextButton| 1) +(defenum |QWizard.NoBackButtonOnLastPage| 32) +(defenum |QWizard.NoBackButtonOnStartPage| 16) +(defenum |QWizard.NoCancelButtonOnLastPage| 65536) +(defenum |QWizard.NoCancelButton| 512) +(defenum |QWizard.NoDefaultButton| 8) +(defenum |QWizard.Stretch| 9) +(defenum |QWizard.WatermarkPixmap| 0) +(defenum |Qt.AA_AttributeCount| 20) +(defenum |Qt.AA_DontCreateNativeWidgetSiblings| 4) +(defenum |Qt.AA_DontShowIconsInMenus| 2) +(defenum |Qt.AA_DontUseNativeMenuBar| 6) +(defenum |Qt.AA_ForceRasterWidgets| 14) +(defenum |Qt.AA_ImmediateWidgetCreation| 0) +(defenum |Qt.AA_MSWindowsUseDirect3DByDefault| 1) +(defenum |Qt.AA_MacDontSwapCtrlAndMeta| 7) +(defenum |Qt.AA_MacPluginApplication| 5) +(defenum |Qt.AA_NativeWindows| 3) +(defenum |Qt.AA_SetPalette| 19) +(defenum |Qt.AA_ShareOpenGLContexts| 18) +(defenum |Qt.AA_SynthesizeMouseForUnhandledTouchEvents| 12) +(defenum |Qt.AA_SynthesizeTouchForUnhandledMouseEvents| 11) +(defenum |Qt.AA_Use96Dpi| 8) +(defenum |Qt.AA_UseDesktopOpenGL| 15) +(defenum |Qt.AA_UseHighDpiPixmaps| 13) +(defenum |Qt.AA_UseOpenGLES| 16) +(defenum |Qt.AA_UseSoftwareOpenGL| 17) +(defenum |Qt.AA_X11InitThreads| 10) +(defenum |Qt.AbsoluteSize| 0) +(defenum |Qt.AccessibleDescriptionRole| 12) +(defenum |Qt.AccessibleTextRole| 11) +(defenum |Qt.ActionMask| 255) +(defenum |Qt.ActionsContextMenu| 2) +(defenum |Qt.ActiveWindowFocusReason| 3) +(defenum |Qt.AddToSelection| 1) +(defenum |Qt.AlignAbsolute| 16) +(defenum |Qt.AlignBaseline| 256) +(defenum |Qt.AlignBottom| 64) +(defenum |Qt.AlignCenter| 132) +(defenum |Qt.AlignHCenter| 4) +(defenum |Qt.AlignHorizontal_Mask| 31) +(defenum |Qt.AlignJustify| 8) +(defenum |Qt.AlignLeading| 1) +(defenum |Qt.AlignLeft| 1) +(defenum |Qt.AlignRight| 2) +(defenum |Qt.AlignTop| 32) +(defenum |Qt.AlignTrailing| 2) +(defenum |Qt.AlignVCenter| 128) +(defenum |Qt.AlignVertical_Mask| 480) +(defenum |Qt.AllButtons| 134217727) +(defenum |Qt.AllDockWidgetAreas| 15) +(defenum |Qt.AllToolBarAreas| 15) +(defenum |Qt.AlphaDither_Mask| 12) +(defenum |Qt.AltModifier| 134217728) +(defenum |Qt.ApplicationActive| 4) +(defenum |Qt.ApplicationHidden| 1) +(defenum |Qt.ApplicationInactive| 2) +(defenum |Qt.ApplicationModal| 2) +(defenum |Qt.ApplicationShortcut| 2) +(defenum |Qt.ApplicationSuspended| 0) +(defenum |Qt.ArrowCursor| 0) +(defenum |Qt.AscendingOrder| 0) +(defenum |Qt.AutoColor| 0) +(defenum |Qt.AutoConnection| 0) +(defenum |Qt.AutoDither| 0) +(defenum |Qt.AutoText| 2) +(defenum |Qt.AvoidDither| 128) +(defenum |Qt.BDiagPattern| 12) +(defenum |Qt.BackButton| 8) +(defenum |Qt.BackgroundColorRole| 8) +(defenum |Qt.BackgroundRole| 8) +(defenum |Qt.BacktabFocusReason| 2) +(defenum |Qt.BeginNativeGesture| 0) +(defenum |Qt.BevelJoin| 64) +(defenum |Qt.BitmapCursor| 24) +(defenum |Qt.BlankCursor| 10) +(defenum |Qt.BlockingQueuedConnection| 3) +(defenum |Qt.BottomDockWidgetArea| 8) +(defenum |Qt.BottomEdge| 8) +(defenum |Qt.BottomLeftCorner| 2) +(defenum |Qt.BottomRightCorner| 3) +(defenum |Qt.BottomToolBarArea| 8) +(defenum |Qt.BusyCursor| 16) +(defenum |Qt.BypassGraphicsProxyWidget| 536870912) +(defenum |Qt.BypassWindowManagerHint| 1024) +(defenum |Qt.CaseInsensitive| 0) +(defenum |Qt.CaseSensitive| 1) +(defenum |Qt.CheckStateRole| 10) +(defenum |Qt.Checked| 2) +(defenum |Qt.ClickFocus| 2) +(defenum |Qt.ClosedHandCursor| 18) +(defenum |Qt.CoarseTimer| 1) +(defenum |Qt.ColorMode_Mask| 3) +(defenum |Qt.ColorOnly| 3) +(defenum |Qt.ConicalGradientPattern| 17) +(defenum |Qt.ContainsItemBoundingRect| 2) +(defenum |Qt.ContainsItemShape| 0) +(defenum |Qt.ControlModifier| 67108864) +(defenum |Qt.CopyAction| 1) +(defenum |Qt.CoverWindow| 65) +(defenum |Qt.CrossCursor| 2) +(defenum |Qt.CrossPattern| 11) +(defenum |Qt.CustomContextMenu| 3) +(defenum |Qt.CustomCursor| 25) +(defenum |Qt.CustomDashLine| 6) +(defenum |Qt.CustomGesture| 256) +(defenum |Qt.CustomizeWindowHint| 33554432) +(defenum |Qt.DashDotDotLine| 5) +(defenum |Qt.DashDotLine| 4) +(defenum |Qt.DashLine| 2) +(defenum |Qt.DecorationPropertyRole| 28) +(defenum |Qt.DecorationRole| 1) +(defenum |Qt.DefaultContextMenu| 1) +(defenum |Qt.DefaultLocaleLongDate| 7) +(defenum |Qt.DefaultLocaleShortDate| 6) +(defenum |Qt.Dense1Pattern| 2) +(defenum |Qt.Dense2Pattern| 3) +(defenum |Qt.Dense3Pattern| 4) +(defenum |Qt.Dense4Pattern| 5) +(defenum |Qt.Dense5Pattern| 6) +(defenum |Qt.Dense6Pattern| 7) +(defenum |Qt.Dense7Pattern| 8) +(defenum |Qt.DescendingOrder| 1) +(defenum |Qt.Desktop| 17) +(defenum |Qt.DiagCrossPattern| 14) +(defenum |Qt.Dialog| 3) +(defenum |Qt.DiffuseAlphaDither| 8) +(defenum |Qt.DiffuseDither| 0) +(defenum |Qt.DirectConnection| 1) +(defenum |Qt.DisplayPropertyRole| 27) +(defenum |Qt.DisplayRole| 0) +(defenum |Qt.DitherMode_Mask| 192) +(defenum |Qt.Dither_Mask| 48) +(defenum |Qt.DockWidgetArea_Mask| 15) +(defenum |Qt.DotLine| 3) +(defenum |Qt.DownArrow| 2) +(defenum |Qt.DragCopyCursor| 19) +(defenum |Qt.DragLinkCursor| 21) +(defenum |Qt.DragMoveCursor| 20) +(defenum |Qt.Drawer| 7) +(defenum |Qt.EditRole| 2) +(defenum |Qt.ElideLeft| 0) +(defenum |Qt.ElideMiddle| 2) +(defenum |Qt.ElideNone| 3) +(defenum |Qt.ElideRight| 1) +(defenum |Qt.EndNativeGesture| 1) +(defenum |Qt.ExtraButton10| 4096) +(defenum |Qt.ExtraButton11| 8192) +(defenum |Qt.ExtraButton12| 16384) +(defenum |Qt.ExtraButton13| 32768) +(defenum |Qt.ExtraButton14| 65536) +(defenum |Qt.ExtraButton15| 131072) +(defenum |Qt.ExtraButton16| 262144) +(defenum |Qt.ExtraButton17| 524288) +(defenum |Qt.ExtraButton18| 1048576) +(defenum |Qt.ExtraButton19| 2097152) +(defenum |Qt.ExtraButton1| 8) +(defenum |Qt.ExtraButton20| 4194304) +(defenum |Qt.ExtraButton21| 8388608) +(defenum |Qt.ExtraButton22| 16777216) +(defenum |Qt.ExtraButton23| 33554432) +(defenum |Qt.ExtraButton24| 67108864) +(defenum |Qt.ExtraButton2| 16) +(defenum |Qt.ExtraButton3| 32) +(defenum |Qt.ExtraButton4| 64) +(defenum |Qt.ExtraButton5| 128) +(defenum |Qt.ExtraButton6| 256) +(defenum |Qt.ExtraButton7| 512) +(defenum |Qt.ExtraButton8| 1024) +(defenum |Qt.ExtraButton9| 2048) +(defenum |Qt.FDiagPattern| 13) +(defenum |Qt.FastTransformation| 0) +(defenum |Qt.FlatCap| 0) +(defenum |Qt.FontRole| 6) +(defenum |Qt.ForbiddenCursor| 14) +(defenum |Qt.ForegroundRole| 9) +(defenum |Qt.ForeignWindow| 33) +(defenum |Qt.ForwardButton| 16) +(defenum |Qt.FramelessWindowHint| 2048) +(defenum |Qt.Friday| 5) +(defenum |Qt.GestureCanceled| 4) +(defenum |Qt.GestureFinished| 3) +(defenum |Qt.GestureStarted| 1) +(defenum |Qt.GestureUpdated| 2) +(defenum |Qt.GroupSwitchModifier| 1073741824) +(defenum |Qt.HorPattern| 9) +(defenum |Qt.Horizontal| 1) +(defenum |Qt.IBeamCursor| 4) +(defenum |Qt.ISODate| 1) +(defenum |Qt.IgnoreAction| 0) +(defenum |Qt.IgnoreAspectRatio| 0) +(defenum |Qt.ImAbsolutePosition| 1024) +(defenum |Qt.ImAnchorPosition| 128) +(defenum |Qt.ImCurrentSelection| 32) +(defenum |Qt.ImCursorPosition| 8) +(defenum |Qt.ImCursorRectangle| 2) +(defenum |Qt.ImEnabled| 1) +(defenum |Qt.ImFont| 4) +(defenum |Qt.ImHints| 256) +(defenum |Qt.ImMaximumTextLength| 64) +(defenum |Qt.ImMicroFocus| 2) +(defenum |Qt.ImPlatformData| -2147483648) +(defenum |Qt.ImPreferredLanguage| 512) +(defenum |Qt.ImQueryAll| -1) +(defenum |Qt.ImQueryInput| 186) +(defenum |Qt.ImSurroundingText| 16) +(defenum |Qt.ImTextAfterCursor| 4096) +(defenum |Qt.ImTextBeforeCursor| 2048) +(defenum |Qt.ImhDate| 128) +(defenum |Qt.ImhDialableCharactersOnly| 1048576) +(defenum |Qt.ImhDigitsOnly| 65536) +(defenum |Qt.ImhEmailCharactersOnly| 2097152) +(defenum |Qt.ImhExclusiveInputMask| -65536) +(defenum |Qt.ImhFormattedNumbersOnly| 131072) +(defenum |Qt.ImhHiddenText| 1) +(defenum |Qt.ImhLatinOnly| 8388608) +(defenum |Qt.ImhLowercaseOnly| 524288) +(defenum |Qt.ImhMultiLine| 1024) +(defenum |Qt.ImhNoAutoUppercase| 4) +(defenum |Qt.ImhNoPredictiveText| 64) +(defenum |Qt.ImhNone| 0) +(defenum |Qt.ImhPreferLatin| 512) +(defenum |Qt.ImhPreferLowercase| 32) +(defenum |Qt.ImhPreferNumbers| 8) +(defenum |Qt.ImhPreferUppercase| 16) +(defenum |Qt.ImhSensitiveData| 2) +(defenum |Qt.ImhTime| 256) +(defenum |Qt.ImhUppercaseOnly| 262144) +(defenum |Qt.ImhUrlCharactersOnly| 4194304) +(defenum |Qt.InitialSortOrderRole| 14) +(defenum |Qt.IntersectClip| 2) +(defenum |Qt.IntersectsItemBoundingRect| 3) +(defenum |Qt.IntersectsItemShape| 1) +(defenum |Qt.InvertedLandscapeOrientation| 8) +(defenum |Qt.InvertedPortraitOrientation| 4) +(defenum |Qt.ItemIsDragEnabled| 4) +(defenum |Qt.ItemIsDropEnabled| 8) +(defenum |Qt.ItemIsEditable| 2) +(defenum |Qt.ItemIsEnabled| 32) +(defenum |Qt.ItemIsSelectable| 1) +(defenum |Qt.ItemIsTristate| 64) +(defenum |Qt.ItemIsUserCheckable| 16) +(defenum |Qt.ItemIsUserTristate| 256) +(defenum |Qt.ItemNeverHasChildren| 128) +(defenum |Qt.KeepAspectRatioByExpanding| 2) +(defenum |Qt.KeepAspectRatio| 1) +(defenum |Qt.Key_0| 48) +(defenum |Qt.Key_1| 49) +(defenum |Qt.Key_2| 50) +(defenum |Qt.Key_3| 51) +(defenum |Qt.Key_4| 52) +(defenum |Qt.Key_5| 53) +(defenum |Qt.Key_6| 54) +(defenum |Qt.Key_7| 55) +(defenum |Qt.Key_8| 56) +(defenum |Qt.Key_9| 57) +(defenum |Qt.Key_AE| 198) +(defenum |Qt.Key_Aacute| 193) +(defenum |Qt.Key_Acircumflex| 194) +(defenum |Qt.Key_AddFavorite| 16777408) +(defenum |Qt.Key_Adiaeresis| 196) +(defenum |Qt.Key_Agrave| 192) +(defenum |Qt.Key_AltGr| 16781571) +(defenum |Qt.Key_Alt| 16777251) +(defenum |Qt.Key_Ampersand| 38) +(defenum |Qt.Key_Any| 32) +(defenum |Qt.Key_Apostrophe| 39) +(defenum |Qt.Key_ApplicationLeft| 16777415) +(defenum |Qt.Key_ApplicationRight| 16777416) +(defenum |Qt.Key_Aring| 197) +(defenum |Qt.Key_AsciiCircum| 94) +(defenum |Qt.Key_AsciiTilde| 126) +(defenum |Qt.Key_Asterisk| 42) +(defenum |Qt.Key_Atilde| 195) +(defenum |Qt.Key_At| 64) +(defenum |Qt.Key_AudioCycleTrack| 16777478) +(defenum |Qt.Key_AudioForward| 16777474) +(defenum |Qt.Key_AudioRandomPlay| 16777476) +(defenum |Qt.Key_AudioRepeat| 16777475) +(defenum |Qt.Key_AudioRewind| 16777413) +(defenum |Qt.Key_Away| 16777464) +(defenum |Qt.Key_A| 65) +(defenum |Qt.Key_BackForward| 16777414) +(defenum |Qt.Key_Backslash| 92) +(defenum |Qt.Key_Backspace| 16777219) +(defenum |Qt.Key_Backtab| 16777218) +(defenum |Qt.Key_Back| 16777313) +(defenum |Qt.Key_Bar| 124) +(defenum |Qt.Key_BassBoost| 16777331) +(defenum |Qt.Key_BassDown| 16777333) +(defenum |Qt.Key_BassUp| 16777332) +(defenum |Qt.Key_Battery| 16777470) +(defenum |Qt.Key_Bluetooth| 16777471) +(defenum |Qt.Key_Blue| 16777495) +(defenum |Qt.Key_Book| 16777417) +(defenum |Qt.Key_BraceLeft| 123) +(defenum |Qt.Key_BraceRight| 125) +(defenum |Qt.Key_BracketLeft| 91) +(defenum |Qt.Key_BracketRight| 93) +(defenum |Qt.Key_BrightnessAdjust| 16777410) +(defenum |Qt.Key_B| 66) +(defenum |Qt.Key_CD| 16777418) +(defenum |Qt.Key_Calculator| 16777419) +(defenum |Qt.Key_Calendar| 16777444) +(defenum |Qt.Key_Call| 17825796) +(defenum |Qt.Key_CameraFocus| 17825825) +(defenum |Qt.Key_Camera| 17825824) +(defenum |Qt.Key_Cancel| 16908289) +(defenum |Qt.Key_CapsLock| 16777252) +(defenum |Qt.Key_Ccedilla| 199) +(defenum |Qt.Key_ChannelDown| 16777497) +(defenum |Qt.Key_ChannelUp| 16777496) +(defenum |Qt.Key_ClearGrab| 16777421) +(defenum |Qt.Key_Clear| 16777227) +(defenum |Qt.Key_Close| 16777422) +(defenum |Qt.Key_Codeinput| 16781623) +(defenum |Qt.Key_Colon| 58) +(defenum |Qt.Key_Comma| 44) +(defenum |Qt.Key_Community| 16777412) +(defenum |Qt.Key_Context1| 17825792) +(defenum |Qt.Key_Context2| 17825793) +(defenum |Qt.Key_Context3| 17825794) +(defenum |Qt.Key_Context4| 17825795) +(defenum |Qt.Key_ContrastAdjust| 16777485) +(defenum |Qt.Key_Control| 16777249) +(defenum |Qt.Key_Copy| 16777423) +(defenum |Qt.Key_Cut| 16777424) +(defenum |Qt.Key_C| 67) +(defenum |Qt.Key_DOS| 16777426) +(defenum |Qt.Key_Dead_Abovedot| 16781910) +(defenum |Qt.Key_Dead_Abovering| 16781912) +(defenum |Qt.Key_Dead_Acute| 16781905) +(defenum |Qt.Key_Dead_Belowdot| 16781920) +(defenum |Qt.Key_Dead_Breve| 16781909) +(defenum |Qt.Key_Dead_Caron| 16781914) +(defenum |Qt.Key_Dead_Cedilla| 16781915) +(defenum |Qt.Key_Dead_Circumflex| 16781906) +(defenum |Qt.Key_Dead_Diaeresis| 16781911) +(defenum |Qt.Key_Dead_Doubleacute| 16781913) +(defenum |Qt.Key_Dead_Grave| 16781904) +(defenum |Qt.Key_Dead_Hook| 16781921) +(defenum |Qt.Key_Dead_Horn| 16781922) +(defenum |Qt.Key_Dead_Iota| 16781917) +(defenum |Qt.Key_Dead_Macron| 16781908) +(defenum |Qt.Key_Dead_Ogonek| 16781916) +(defenum |Qt.Key_Dead_Semivoiced_Sound| 16781919) +(defenum |Qt.Key_Dead_Tilde| 16781907) +(defenum |Qt.Key_Dead_Voiced_Sound| 16781918) +(defenum |Qt.Key_Delete| 16777223) +(defenum |Qt.Key_Direction_L| 16777305) +(defenum |Qt.Key_Direction_R| 16777312) +(defenum |Qt.Key_Display| 16777425) +(defenum |Qt.Key_Documents| 16777427) +(defenum |Qt.Key_Dollar| 36) +(defenum |Qt.Key_Down| 16777237) +(defenum |Qt.Key_D| 68) +(defenum |Qt.Key_ETH| 208) +(defenum |Qt.Key_Eacute| 201) +(defenum |Qt.Key_Ecircumflex| 202) +(defenum |Qt.Key_Ediaeresis| 203) +(defenum |Qt.Key_Egrave| 200) +(defenum |Qt.Key_Eisu_Shift| 16781615) +(defenum |Qt.Key_Eisu_toggle| 16781616) +(defenum |Qt.Key_Eject| 16777401) +(defenum |Qt.Key_End| 16777233) +(defenum |Qt.Key_Enter| 16777221) +(defenum |Qt.Key_Equal| 61) +(defenum |Qt.Key_Escape| 16777216) +(defenum |Qt.Key_Excel| 16777428) +(defenum |Qt.Key_Exclam| 33) +(defenum |Qt.Key_Execute| 16908291) +(defenum |Qt.Key_Exit| 16908298) +(defenum |Qt.Key_Explorer| 16777429) +(defenum |Qt.Key_E| 69) +(defenum |Qt.Key_F10| 16777273) +(defenum |Qt.Key_F11| 16777274) +(defenum |Qt.Key_F12| 16777275) +(defenum |Qt.Key_F13| 16777276) +(defenum |Qt.Key_F14| 16777277) +(defenum |Qt.Key_F15| 16777278) +(defenum |Qt.Key_F16| 16777279) +(defenum |Qt.Key_F17| 16777280) +(defenum |Qt.Key_F18| 16777281) +(defenum |Qt.Key_F19| 16777282) +(defenum |Qt.Key_F1| 16777264) +(defenum |Qt.Key_F20| 16777283) +(defenum |Qt.Key_F21| 16777284) +(defenum |Qt.Key_F22| 16777285) +(defenum |Qt.Key_F23| 16777286) +(defenum |Qt.Key_F24| 16777287) +(defenum |Qt.Key_F25| 16777288) +(defenum |Qt.Key_F26| 16777289) +(defenum |Qt.Key_F27| 16777290) +(defenum |Qt.Key_F28| 16777291) +(defenum |Qt.Key_F29| 16777292) +(defenum |Qt.Key_F2| 16777265) +(defenum |Qt.Key_F30| 16777293) +(defenum |Qt.Key_F31| 16777294) +(defenum |Qt.Key_F32| 16777295) +(defenum |Qt.Key_F33| 16777296) +(defenum |Qt.Key_F34| 16777297) +(defenum |Qt.Key_F35| 16777298) +(defenum |Qt.Key_F3| 16777266) +(defenum |Qt.Key_F4| 16777267) +(defenum |Qt.Key_F5| 16777268) +(defenum |Qt.Key_F6| 16777269) +(defenum |Qt.Key_F7| 16777270) +(defenum |Qt.Key_F8| 16777271) +(defenum |Qt.Key_F9| 16777272) +(defenum |Qt.Key_Favorites| 16777361) +(defenum |Qt.Key_Finance| 16777411) +(defenum |Qt.Key_Find| 16777506) +(defenum |Qt.Key_Flip| 17825798) +(defenum |Qt.Key_Forward| 16777314) +(defenum |Qt.Key_F| 70) +(defenum |Qt.Key_Game| 16777430) +(defenum |Qt.Key_Go| 16777431) +(defenum |Qt.Key_Greater| 62) +(defenum |Qt.Key_Green| 16777493) +(defenum |Qt.Key_Guide| 16777498) +(defenum |Qt.Key_G| 71) +(defenum |Qt.Key_Hangul_Banja| 16781625) +(defenum |Qt.Key_Hangul_End| 16781619) +(defenum |Qt.Key_Hangul_Hanja| 16781620) +(defenum |Qt.Key_Hangul_Jamo| 16781621) +(defenum |Qt.Key_Hangul_Jeonja| 16781624) +(defenum |Qt.Key_Hangul_PostHanja| 16781627) +(defenum |Qt.Key_Hangul_PreHanja| 16781626) +(defenum |Qt.Key_Hangul_Romaja| 16781622) +(defenum |Qt.Key_Hangul_Special| 16781631) +(defenum |Qt.Key_Hangul_Start| 16781618) +(defenum |Qt.Key_Hangul| 16781617) +(defenum |Qt.Key_Hangup| 17825797) +(defenum |Qt.Key_Hankaku| 16781609) +(defenum |Qt.Key_Help| 16777304) +(defenum |Qt.Key_Henkan| 16781603) +(defenum |Qt.Key_Hibernate| 16777480) +(defenum |Qt.Key_Hiragana_Katakana| 16781607) +(defenum |Qt.Key_Hiragana| 16781605) +(defenum |Qt.Key_History| 16777407) +(defenum |Qt.Key_HomePage| 16777360) +(defenum |Qt.Key_Home| 16777232) +(defenum |Qt.Key_HotLinks| 16777409) +(defenum |Qt.Key_Hyper_L| 16777302) +(defenum |Qt.Key_Hyper_R| 16777303) +(defenum |Qt.Key_H| 72) +(defenum |Qt.Key_Iacute| 205) +(defenum |Qt.Key_Icircumflex| 206) +(defenum |Qt.Key_Idiaeresis| 207) +(defenum |Qt.Key_Igrave| 204) +(defenum |Qt.Key_Info| 16777499) +(defenum |Qt.Key_Insert| 16777222) +(defenum |Qt.Key_I| 73) +(defenum |Qt.Key_J| 74) +(defenum |Qt.Key_Kana_Lock| 16781613) +(defenum |Qt.Key_Kana_Shift| 16781614) +(defenum |Qt.Key_Kanji| 16781601) +(defenum |Qt.Key_Katakana| 16781606) +(defenum |Qt.Key_KeyboardBrightnessDown| 16777398) +(defenum |Qt.Key_KeyboardBrightnessUp| 16777397) +(defenum |Qt.Key_KeyboardLightOnOff| 16777396) +(defenum |Qt.Key_K| 75) +(defenum |Qt.Key_LastNumberRedial| 17825801) +(defenum |Qt.Key_Launch0| 16777378) +(defenum |Qt.Key_Launch1| 16777379) +(defenum |Qt.Key_Launch2| 16777380) +(defenum |Qt.Key_Launch3| 16777381) +(defenum |Qt.Key_Launch4| 16777382) +(defenum |Qt.Key_Launch5| 16777383) +(defenum |Qt.Key_Launch6| 16777384) +(defenum |Qt.Key_Launch7| 16777385) +(defenum |Qt.Key_Launch8| 16777386) +(defenum |Qt.Key_Launch9| 16777387) +(defenum |Qt.Key_LaunchA| 16777388) +(defenum |Qt.Key_LaunchB| 16777389) +(defenum |Qt.Key_LaunchC| 16777390) +(defenum |Qt.Key_LaunchD| 16777391) +(defenum |Qt.Key_LaunchE| 16777392) +(defenum |Qt.Key_LaunchF| 16777393) +(defenum |Qt.Key_LaunchG| 16777486) +(defenum |Qt.Key_LaunchH| 16777487) +(defenum |Qt.Key_LaunchMail| 16777376) +(defenum |Qt.Key_LaunchMedia| 16777377) +(defenum |Qt.Key_Left| 16777234) +(defenum |Qt.Key_Less| 60) +(defenum |Qt.Key_LightBulb| 16777405) +(defenum |Qt.Key_LogOff| 16777433) +(defenum |Qt.Key_L| 76) +(defenum |Qt.Key_MailForward| 16777467) +(defenum |Qt.Key_Market| 16777434) +(defenum |Qt.Key_Massyo| 16781612) +(defenum |Qt.Key_MediaLast| 16842751) +(defenum |Qt.Key_MediaNext| 16777347) +(defenum |Qt.Key_MediaPause| 16777349) +(defenum |Qt.Key_MediaPlay| 16777344) +(defenum |Qt.Key_MediaPrevious| 16777346) +(defenum |Qt.Key_MediaRecord| 16777348) +(defenum |Qt.Key_MediaStop| 16777345) +(defenum |Qt.Key_MediaTogglePlayPause| 16777350) +(defenum |Qt.Key_Meeting| 16777435) +(defenum |Qt.Key_Memo| 16777404) +(defenum |Qt.Key_MenuKB| 16777436) +(defenum |Qt.Key_MenuPB| 16777437) +(defenum |Qt.Key_Menu| 16777301) +(defenum |Qt.Key_Messenger| 16777465) +(defenum |Qt.Key_Meta| 16777250) +(defenum |Qt.Key_MicMute| 16777491) +(defenum |Qt.Key_MicVolumeDown| 16777502) +(defenum |Qt.Key_MicVolumeUp| 16777501) +(defenum |Qt.Key_Minus| 45) +(defenum |Qt.Key_Mode_switch| 16781694) +(defenum |Qt.Key_MonBrightnessDown| 16777395) +(defenum |Qt.Key_MonBrightnessUp| 16777394) +(defenum |Qt.Key_Muhenkan| 16781602) +(defenum |Qt.Key_Multi_key| 16781600) +(defenum |Qt.Key_MultipleCandidate| 16781629) +(defenum |Qt.Key_Music| 16777469) +(defenum |Qt.Key_MySites| 16777438) +(defenum |Qt.Key_M| 77) +(defenum |Qt.Key_News| 16777439) +(defenum |Qt.Key_New| 16777504) +(defenum |Qt.Key_No| 16842754) +(defenum |Qt.Key_Ntilde| 209) +(defenum |Qt.Key_NumLock| 16777253) +(defenum |Qt.Key_NumberSign| 35) +(defenum |Qt.Key_N| 78) +(defenum |Qt.Key_Oacute| 211) +(defenum |Qt.Key_Ocircumflex| 212) +(defenum |Qt.Key_Odiaeresis| 214) +(defenum |Qt.Key_OfficeHome| 16777440) +(defenum |Qt.Key_Ograve| 210) +(defenum |Qt.Key_Ooblique| 216) +(defenum |Qt.Key_OpenUrl| 16777364) +(defenum |Qt.Key_Open| 16777505) +(defenum |Qt.Key_Option| 16777441) +(defenum |Qt.Key_Otilde| 213) +(defenum |Qt.Key_O| 79) +(defenum |Qt.Key_PageDown| 16777239) +(defenum |Qt.Key_PageUp| 16777238) +(defenum |Qt.Key_ParenLeft| 40) +(defenum |Qt.Key_ParenRight| 41) +(defenum |Qt.Key_Paste| 16777442) +(defenum |Qt.Key_Pause| 16777224) +(defenum |Qt.Key_Percent| 37) +(defenum |Qt.Key_Period| 46) +(defenum |Qt.Key_Phone| 16777443) +(defenum |Qt.Key_Pictures| 16777468) +(defenum |Qt.Key_Play| 16908293) +(defenum |Qt.Key_Plus| 43) +(defenum |Qt.Key_PowerDown| 16777483) +(defenum |Qt.Key_PowerOff| 16777399) +(defenum |Qt.Key_PreviousCandidate| 16781630) +(defenum |Qt.Key_Printer| 16908290) +(defenum |Qt.Key_Print| 16777225) +(defenum |Qt.Key_P| 80) +(defenum |Qt.Key_Question| 63) +(defenum |Qt.Key_QuoteDbl| 34) +(defenum |Qt.Key_QuoteLeft| 96) +(defenum |Qt.Key_Q| 81) +(defenum |Qt.Key_Redo| 16777508) +(defenum |Qt.Key_Red| 16777492) +(defenum |Qt.Key_Refresh| 16777316) +(defenum |Qt.Key_Reload| 16777446) +(defenum |Qt.Key_Reply| 16777445) +(defenum |Qt.Key_Return| 16777220) +(defenum |Qt.Key_Right| 16777236) +(defenum |Qt.Key_Romaji| 16781604) +(defenum |Qt.Key_RotateWindows| 16777447) +(defenum |Qt.Key_RotationKB| 16777449) +(defenum |Qt.Key_RotationPB| 16777448) +(defenum |Qt.Key_R| 82) +(defenum |Qt.Key_Save| 16777450) +(defenum |Qt.Key_ScreenSaver| 16777402) +(defenum |Qt.Key_ScrollLock| 16777254) +(defenum |Qt.Key_Search| 16777362) +(defenum |Qt.Key_Select| 16842752) +(defenum |Qt.Key_Semicolon| 59) +(defenum |Qt.Key_Send| 16777451) +(defenum |Qt.Key_Settings| 16777500) +(defenum |Qt.Key_Shift| 16777248) +(defenum |Qt.Key_Shop| 16777406) +(defenum |Qt.Key_SingleCandidate| 16781628) +(defenum |Qt.Key_Slash| 47) +(defenum |Qt.Key_Sleep| 16908292) +(defenum |Qt.Key_Space| 32) +(defenum |Qt.Key_Spell| 16777452) +(defenum |Qt.Key_SplitScreen| 16777453) +(defenum |Qt.Key_Standby| 16777363) +(defenum |Qt.Key_Stop| 16777315) +(defenum |Qt.Key_Subtitle| 16777477) +(defenum |Qt.Key_Super_L| 16777299) +(defenum |Qt.Key_Super_R| 16777300) +(defenum |Qt.Key_Support| 16777454) +(defenum |Qt.Key_Suspend| 16777484) +(defenum |Qt.Key_SysReq| 16777226) +(defenum |Qt.Key_S| 83) +(defenum |Qt.Key_THORN| 222) +(defenum |Qt.Key_Tab| 16777217) +(defenum |Qt.Key_TaskPane| 16777455) +(defenum |Qt.Key_Terminal| 16777456) +(defenum |Qt.Key_Time| 16777479) +(defenum |Qt.Key_ToDoList| 16777420) +(defenum |Qt.Key_ToggleCallHangup| 17825799) +(defenum |Qt.Key_Tools| 16777457) +(defenum |Qt.Key_TopMenu| 16777482) +(defenum |Qt.Key_TouchpadOff| 16777490) +(defenum |Qt.Key_TouchpadOn| 16777489) +(defenum |Qt.Key_TouchpadToggle| 16777488) +(defenum |Qt.Key_Touroku| 16781611) +(defenum |Qt.Key_Travel| 16777458) +(defenum |Qt.Key_TrebleDown| 16777335) +(defenum |Qt.Key_TrebleUp| 16777334) +(defenum |Qt.Key_T| 84) +(defenum |Qt.Key_UWB| 16777473) +(defenum |Qt.Key_Uacute| 218) +(defenum |Qt.Key_Ucircumflex| 219) +(defenum |Qt.Key_Udiaeresis| 220) +(defenum |Qt.Key_Ugrave| 217) +(defenum |Qt.Key_Underscore| 95) +(defenum |Qt.Key_Undo| 16777507) +(defenum |Qt.Key_Up| 16777235) +(defenum |Qt.Key_U| 85) +(defenum |Qt.Key_Video| 16777459) +(defenum |Qt.Key_View| 16777481) +(defenum |Qt.Key_VoiceDial| 17825800) +(defenum |Qt.Key_VolumeDown| 16777328) +(defenum |Qt.Key_VolumeMute| 16777329) +(defenum |Qt.Key_VolumeUp| 16777330) +(defenum |Qt.Key_V| 86) +(defenum |Qt.Key_WLAN| 16777472) +(defenum |Qt.Key_WWW| 16777403) +(defenum |Qt.Key_WakeUp| 16777400) +(defenum |Qt.Key_WebCam| 16777466) +(defenum |Qt.Key_Word| 16777460) +(defenum |Qt.Key_W| 87) +(defenum |Qt.Key_Xfer| 16777461) +(defenum |Qt.Key_X| 88) +(defenum |Qt.Key_Yacute| 221) +(defenum |Qt.Key_Yellow| 16777494) +(defenum |Qt.Key_Yes| 16842753) +(defenum |Qt.Key_Y| 89) +(defenum |Qt.Key_Zenkaku_Hankaku| 16781610) +(defenum |Qt.Key_Zenkaku| 16781608) +(defenum |Qt.Key_ZoomIn| 16777462) +(defenum |Qt.Key_ZoomOut| 16777463) +(defenum |Qt.Key_Zoom| 16908294) +(defenum |Qt.Key_Z| 90) +(defenum |Qt.Key_acute| 180) +(defenum |Qt.Key_brokenbar| 166) +(defenum |Qt.Key_cedilla| 184) +(defenum |Qt.Key_cent| 162) +(defenum |Qt.Key_copyright| 169) +(defenum |Qt.Key_currency| 164) +(defenum |Qt.Key_degree| 176) +(defenum |Qt.Key_diaeresis| 168) +(defenum |Qt.Key_division| 247) +(defenum |Qt.Key_exclamdown| 161) +(defenum |Qt.Key_guillemotleft| 171) +(defenum |Qt.Key_guillemotright| 187) +(defenum |Qt.Key_hyphen| 173) +(defenum |Qt.Key_iTouch| 16777432) +(defenum |Qt.Key_macron| 175) +(defenum |Qt.Key_masculine| 186) +(defenum |Qt.Key_multiply| 215) +(defenum |Qt.Key_mu| 181) +(defenum |Qt.Key_nobreakspace| 160) +(defenum |Qt.Key_notsign| 172) +(defenum |Qt.Key_onehalf| 189) +(defenum |Qt.Key_onequarter| 188) +(defenum |Qt.Key_onesuperior| 185) +(defenum |Qt.Key_ordfeminine| 170) +(defenum |Qt.Key_paragraph| 182) +(defenum |Qt.Key_periodcentered| 183) +(defenum |Qt.Key_plusminus| 177) +(defenum |Qt.Key_questiondown| 191) +(defenum |Qt.Key_registered| 174) +(defenum |Qt.Key_section| 167) +(defenum |Qt.Key_ssharp| 223) +(defenum |Qt.Key_sterling| 163) +(defenum |Qt.Key_threequarters| 190) +(defenum |Qt.Key_threesuperior| 179) +(defenum |Qt.Key_twosuperior| 178) +(defenum |Qt.Key_unknown| 33554431) +(defenum |Qt.Key_ydiaeresis| 255) +(defenum |Qt.Key_yen| 165) +(defenum |Qt.KeyboardModifierMask| -33554432) +(defenum |Qt.KeypadModifier| 536870912) +(defenum |Qt.LandscapeOrientation| 2) +(defenum |Qt.LastCursor| 21) +(defenum |Qt.LastGestureType| -1) +(defenum |Qt.LayoutDirectionAuto| 2) +(defenum |Qt.LeftArrow| 3) +(defenum |Qt.LeftButton| 1) +(defenum |Qt.LeftDockWidgetArea| 1) +(defenum |Qt.LeftEdge| 2) +(defenum |Qt.LeftToRight| 0) +(defenum |Qt.LeftToolBarArea| 1) +(defenum |Qt.LinearGradientPattern| 15) +(defenum |Qt.LinkAction| 4) +(defenum |Qt.LinksAccessibleByKeyboard| 8) +(defenum |Qt.LinksAccessibleByMouse| 4) +(defenum |Qt.LocalDate| 2) +(defenum |Qt.LocalTime| 0) +(defenum |Qt.LocaleDate| 3) +(defenum |Qt.LogicalMoveStyle| 0) +(defenum |Qt.MPenCapStyle| 48) +(defenum |Qt.MPenJoinStyle| 448) +(defenum |Qt.MSWindowsFixedSizeDialogHint| 256) +(defenum |Qt.MSWindowsOwnDC| 512) +(defenum |Qt.MacWindowToolBarButtonHint| 268435456) +(defenum |Qt.MaskInColor| 0) +(defenum |Qt.MaskOutColor| 1) +(defenum |Qt.MatchCaseSensitive| 16) +(defenum |Qt.MatchContains| 1) +(defenum |Qt.MatchEndsWith| 3) +(defenum |Qt.MatchExactly| 0) +(defenum |Qt.MatchFixedString| 8) +(defenum |Qt.MatchRecursive| 64) +(defenum |Qt.MatchRegExp| 4) +(defenum |Qt.MatchStartsWith| 2) +(defenum |Qt.MatchWildcard| 5) +(defenum |Qt.MatchWrap| 32) +(defenum |Qt.MaxMouseButton| 67108864) +(defenum |Qt.MaximizeUsingFullscreenGeometryHint| 4194304) +(defenum |Qt.MaximumSize| 2) +(defenum |Qt.MenuBarFocusReason| 6) +(defenum |Qt.MetaModifier| 268435456) +(defenum |Qt.MidButton| 4) +(defenum |Qt.MiddleButton| 4) +(defenum |Qt.MinimumDescent| 3) +(defenum |Qt.MinimumSize| 0) +(defenum |Qt.MiterJoin| 0) +(defenum |Qt.Monday| 1) +(defenum |Qt.MonoOnly| 2) +(defenum |Qt.MouseButtonMask| -1) +(defenum |Qt.MouseEventCreatedDoubleClick| 1) +(defenum |Qt.MouseEventFlagMask| 255) +(defenum |Qt.MouseEventNotSynthesized| 0) +(defenum |Qt.MouseEventSynthesizedByQt| 2) +(defenum |Qt.MouseEventSynthesizedBySystem| 1) +(defenum |Qt.MouseFocusReason| 0) +(defenum |Qt.MoveAction| 2) +(defenum |Qt.NSizeHints| 4) +(defenum |Qt.NoAlpha| 12) +(defenum |Qt.NoArrow| 0) +(defenum |Qt.NoBrush| 0) +(defenum |Qt.NoButton| 0) +(defenum |Qt.NoClip| 0) +(defenum |Qt.NoContextMenu| 0) +(defenum |Qt.NoDockWidgetArea| 0) +(defenum |Qt.NoDropShadowWindowHint| 1073741824) +(defenum |Qt.NoFocusReason| 8) +(defenum |Qt.NoFocus| 0) +(defenum |Qt.NoFormatConversion| 512) +(defenum |Qt.NoGesture| 0) +(defenum |Qt.NoItemFlags| 0) +(defenum |Qt.NoModifier| 0) +(defenum |Qt.NoOpaqueDetection| 256) +(defenum |Qt.NoPen| 0) +(defenum |Qt.NoTabFocus| 0) +(defenum |Qt.NoTextInteraction| 0) +(defenum |Qt.NoToolBarArea| 0) +(defenum |Qt.NonModal| 0) +(defenum |Qt.OddEvenFill| 0) +(defenum |Qt.OffsetFromUTC| 2) +(defenum |Qt.OpaqueMode| 1) +(defenum |Qt.OpenHandCursor| 17) +(defenum |Qt.OrderedAlphaDither| 4) +(defenum |Qt.OrderedDither| 16) +(defenum |Qt.OtherFocusReason| 7) +(defenum |Qt.PanGesture| 3) +(defenum |Qt.PanNativeGesture| 2) +(defenum |Qt.PartiallyChecked| 1) +(defenum |Qt.PinchGesture| 4) +(defenum |Qt.PlainText| 0) +(defenum |Qt.PointingHandCursor| 13) +(defenum |Qt.PopupFocusReason| 4) +(defenum |Qt.Popup| 9) +(defenum |Qt.PortraitOrientation| 1) +(defenum |Qt.PreciseTimer| 0) +(defenum |Qt.PreferDither| 64) +(defenum |Qt.PreferredSize| 1) +(defenum |Qt.PreventContextMenu| 4) +(defenum |Qt.PrimaryOrientation| 0) +(defenum |Qt.QueuedConnection| 2) +(defenum |Qt.RFC2822Date| 8) +(defenum |Qt.RadialGradientPattern| 16) +(defenum |Qt.RelativeSize| 1) +(defenum |Qt.ReplaceClip| 1) +(defenum |Qt.ReplaceSelection| 0) +(defenum |Qt.RichText| 1) +(defenum |Qt.RightArrow| 4) +(defenum |Qt.RightButton| 2) +(defenum |Qt.RightDockWidgetArea| 2) +(defenum |Qt.RightEdge| 4) +(defenum |Qt.RightToLeft| 1) +(defenum |Qt.RightToolBarArea| 2) +(defenum |Qt.RotateNativeGesture| 5) +(defenum |Qt.RoundCap| 32) +(defenum |Qt.RoundJoin| 128) +(defenum |Qt.Saturday| 6) +(defenum |Qt.ScrollBarAlwaysOff| 1) +(defenum |Qt.ScrollBarAlwaysOn| 2) +(defenum |Qt.ScrollBarAsNeeded| 0) +(defenum |Qt.ScrollBegin| 1) +(defenum |Qt.ScrollEnd| 3) +(defenum |Qt.ScrollUpdate| 2) +(defenum |Qt.Sheet| 5) +(defenum |Qt.ShiftModifier| 33554432) +(defenum |Qt.ShortcutFocusReason| 5) +(defenum |Qt.SizeAllCursor| 9) +(defenum |Qt.SizeBDiagCursor| 7) +(defenum |Qt.SizeFDiagCursor| 8) +(defenum |Qt.SizeHintRole| 13) +(defenum |Qt.SizeHorCursor| 6) +(defenum |Qt.SizeVerCursor| 5) +(defenum |Qt.SmartZoomNativeGesture| 4) +(defenum |Qt.SmoothTransformation| 1) +(defenum |Qt.SolidLine| 1) +(defenum |Qt.SolidPattern| 1) +(defenum |Qt.SplashScreen| 15) +(defenum |Qt.SplitHCursor| 12) +(defenum |Qt.SplitVCursor| 11) +(defenum |Qt.SquareCap| 16) +(defenum |Qt.StatusTipPropertyRole| 30) +(defenum |Qt.StatusTipRole| 4) +(defenum |Qt.StrongFocus| 11) +(defenum |Qt.SubWindow| 18) +(defenum |Qt.Sunday| 7) +(defenum |Qt.SvgMiterJoin| 256) +(defenum |Qt.SwipeGesture| 5) +(defenum |Qt.SwipeNativeGesture| 6) +(defenum |Qt.SystemLocaleDate| 2) +(defenum |Qt.SystemLocaleLongDate| 5) +(defenum |Qt.SystemLocaleShortDate| 4) +(defenum |Qt.TabFocusAllControls| 255) +(defenum |Qt.TabFocusListControls| 2) +(defenum |Qt.TabFocusReason| 1) +(defenum |Qt.TabFocusTextControls| 1) +(defenum |Qt.TabFocus| 1) +(defenum |Qt.TapAndHoldGesture| 2) +(defenum |Qt.TapGesture| 1) +(defenum |Qt.TargetMoveAction| 32770) +(defenum |Qt.TaskButton| 32) +(defenum |Qt.TextAlignmentRole| 7) +(defenum |Qt.TextBrowserInteraction| 13) +(defenum |Qt.TextColorRole| 9) +(defenum |Qt.TextDate| 0) +(defenum |Qt.TextEditable| 16) +(defenum |Qt.TextEditorInteraction| 19) +(defenum |Qt.TextSelectableByKeyboard| 2) +(defenum |Qt.TextSelectableByMouse| 1) +(defenum |Qt.TexturePattern| 24) +(defenum |Qt.ThresholdAlphaDither| 0) +(defenum |Qt.ThresholdDither| 32) +(defenum |Qt.Thursday| 4) +(defenum |Qt.TimeZone| 3) +(defenum |Qt.ToolBarArea_Mask| 15) +(defenum |Qt.ToolButtonFollowStyle| 4) +(defenum |Qt.ToolButtonIconOnly| 0) +(defenum |Qt.ToolButtonTextBesideIcon| 2) +(defenum |Qt.ToolButtonTextOnly| 1) +(defenum |Qt.ToolButtonTextUnderIcon| 3) +(defenum |Qt.ToolTipPropertyRole| 29) +(defenum |Qt.ToolTipRole| 3) +(defenum |Qt.ToolTip| 13) +(defenum |Qt.Tool| 11) +(defenum |Qt.TopDockWidgetArea| 4) +(defenum |Qt.TopEdge| 1) +(defenum |Qt.TopLeftCorner| 0) +(defenum |Qt.TopRightCorner| 1) +(defenum |Qt.TopToolBarArea| 4) +(defenum |Qt.TouchPointMoved| 2) +(defenum |Qt.TouchPointPressed| 1) +(defenum |Qt.TouchPointReleased| 8) +(defenum |Qt.TouchPointStationary| 4) +(defenum |Qt.TransparentMode| 0) +(defenum |Qt.Tuesday| 2) +(defenum |Qt.UTC| 1) +(defenum |Qt.Unchecked| 0) +(defenum |Qt.UniqueConnection| 128) +(defenum |Qt.UpArrowCursor| 1) +(defenum |Qt.UpArrow| 1) +(defenum |Qt.UserRole| 256) +(defenum |Qt.VerPattern| 10) +(defenum |Qt.Vertical| 2) +(defenum |Qt.VeryCoarseTimer| 2) +(defenum |Qt.VisualMoveStyle| 1) +(defenum |Qt.WA_AcceptDrops| 78) +(defenum |Qt.WA_AcceptTouchEvents| 121) +(defenum |Qt.WA_AlwaysShowToolTips| 84) +(defenum |Qt.WA_AlwaysStackOnTop| 128) +(defenum |Qt.WA_AttributeCount| 129) +(defenum |Qt.WA_CanHostQMdiSubWindowTitleBar| 95) +(defenum |Qt.WA_ContentsPropagated| 3) +(defenum |Qt.WA_CustomWhatsThis| 47) +(defenum |Qt.WA_DeleteOnClose| 55) +(defenum |Qt.WA_Disabled| 0) +(defenum |Qt.WA_DontCreateNativeAncestors| 101) +(defenum |Qt.WA_DontShowOnScreen| 103) +(defenum |Qt.WA_DropSiteRegistered| 79) +(defenum |Qt.WA_ForceAcceptDrops| 79) +(defenum |Qt.WA_ForceDisabled| 32) +(defenum |Qt.WA_ForceUpdatesDisabled| 59) +(defenum |Qt.WA_GrabbedShortcut| 50) +(defenum |Qt.WA_GroupLeader| 72) +(defenum |Qt.WA_Hover| 74) +(defenum |Qt.WA_InputMethodEnabled| 14) +(defenum |Qt.WA_InputMethodTransparent| 75) +(defenum |Qt.WA_InvalidSize| 45) +(defenum |Qt.WA_KeyCompression| 33) +(defenum |Qt.WA_KeyboardFocusChange| 77) +(defenum |Qt.WA_LaidOut| 7) +(defenum |Qt.WA_LayoutOnEntireRect| 48) +(defenum |Qt.WA_LayoutUsesWidgetRect| 92) +(defenum |Qt.WA_MSWindowsUseDirect3D| 94) +(defenum |Qt.WA_MacAlwaysShowToolWindow| 96) +(defenum |Qt.WA_MacBrushedMetal| 46) +(defenum |Qt.WA_MacFrameworkScaled| 117) +(defenum |Qt.WA_MacMetalStyle| 46) +(defenum |Qt.WA_MacMiniSize| 91) +(defenum |Qt.WA_MacNoClickThrough| 12) +(defenum |Qt.WA_MacNoShadow| 127) +(defenum |Qt.WA_MacNormalSize| 89) +(defenum |Qt.WA_MacOpaqueSizeGrip| 85) +(defenum |Qt.WA_MacShowFocusRect| 88) +(defenum |Qt.WA_MacSmallSize| 90) +(defenum |Qt.WA_MacVariableSize| 102) +(defenum |Qt.WA_Mapped| 11) +(defenum |Qt.WA_MouseNoMask| 71) +(defenum |Qt.WA_MouseTracking| 2) +(defenum |Qt.WA_Moved| 43) +(defenum |Qt.WA_NativeWindow| 100) +(defenum |Qt.WA_NoBackground| 4) +(defenum |Qt.WA_NoChildEventsForParent| 58) +(defenum |Qt.WA_NoChildEventsFromChildren| 39) +(defenum |Qt.WA_NoMousePropagation| 73) +(defenum |Qt.WA_NoMouseReplay| 54) +(defenum |Qt.WA_NoSystemBackground| 9) +(defenum |Qt.WA_NoX11EventCompression| 81) +(defenum |Qt.WA_OpaquePaintEvent| 4) +(defenum |Qt.WA_OutsideWSRange| 49) +(defenum |Qt.WA_PaintOnScreen| 8) +(defenum |Qt.WA_PaintUnclipped| 52) +(defenum |Qt.WA_PendingMoveEvent| 34) +(defenum |Qt.WA_PendingResizeEvent| 35) +(defenum |Qt.WA_PendingUpdate| 44) +(defenum |Qt.WA_QuitOnClose| 76) +(defenum |Qt.WA_Resized| 42) +(defenum |Qt.WA_RightToLeft| 56) +(defenum |Qt.WA_SetCursor| 38) +(defenum |Qt.WA_SetFont| 37) +(defenum |Qt.WA_SetLayoutDirection| 57) +(defenum |Qt.WA_SetLocale| 87) +(defenum |Qt.WA_SetPalette| 36) +(defenum |Qt.WA_SetStyle| 86) +(defenum |Qt.WA_SetWindowIcon| 53) +(defenum |Qt.WA_SetWindowModality| 118) +(defenum |Qt.WA_ShowModal| 70) +(defenum |Qt.WA_ShowWithoutActivating| 98) +(defenum |Qt.WA_StaticContents| 5) +(defenum |Qt.WA_StyleSheet| 97) +(defenum |Qt.WA_StyledBackground| 93) +(defenum |Qt.WA_TintedBackground| 82) +(defenum |Qt.WA_TouchPadAcceptSingleTouchEvents| 123) +(defenum |Qt.WA_TranslucentBackground| 120) +(defenum |Qt.WA_TransparentForMouseEvents| 51) +(defenum |Qt.WA_UnderMouse| 1) +(defenum |Qt.WA_UpdatesDisabled| 10) +(defenum |Qt.WA_WState_AcceptedTouchBeginEvent| 122) +(defenum |Qt.WA_WState_CompressKeys| 61) +(defenum |Qt.WA_WState_ConfigPending| 64) +(defenum |Qt.WA_WState_Created| 60) +(defenum |Qt.WA_WState_DND| 67) +(defenum |Qt.WA_WState_ExplicitShowHide| 69) +(defenum |Qt.WA_WState_Hidden| 16) +(defenum |Qt.WA_WState_InPaintEvent| 62) +(defenum |Qt.WA_WState_OwnSizePolicy| 68) +(defenum |Qt.WA_WState_Polished| 66) +(defenum |Qt.WA_WState_Reparented| 63) +(defenum |Qt.WA_WState_Visible| 15) +(defenum |Qt.WA_WState_WindowOpacitySet| 119) +(defenum |Qt.WA_WindowModified| 41) +(defenum |Qt.WA_WindowPropagation| 80) +(defenum |Qt.WA_X11BypassTransientForHint| 99) +(defenum |Qt.WA_X11DoNotAcceptFocus| 126) +(defenum |Qt.WA_X11NetWmWindowTypeCombo| 115) +(defenum |Qt.WA_X11NetWmWindowTypeDND| 116) +(defenum |Qt.WA_X11NetWmWindowTypeDesktop| 104) +(defenum |Qt.WA_X11NetWmWindowTypeDialog| 110) +(defenum |Qt.WA_X11NetWmWindowTypeDock| 105) +(defenum |Qt.WA_X11NetWmWindowTypeDropDownMenu| 111) +(defenum |Qt.WA_X11NetWmWindowTypeMenu| 107) +(defenum |Qt.WA_X11NetWmWindowTypeNotification| 114) +(defenum |Qt.WA_X11NetWmWindowTypePopupMenu| 112) +(defenum |Qt.WA_X11NetWmWindowTypeSplash| 109) +(defenum |Qt.WA_X11NetWmWindowTypeToolBar| 106) +(defenum |Qt.WA_X11NetWmWindowTypeToolTip| 113) +(defenum |Qt.WA_X11NetWmWindowTypeUtility| 108) +(defenum |Qt.WA_X11OpenGLOverlay| 83) +(defenum |Qt.WaitCursor| 3) +(defenum |Qt.Wednesday| 3) +(defenum |Qt.WhatsThisCursor| 15) +(defenum |Qt.WhatsThisPropertyRole| 31) +(defenum |Qt.WhatsThisRole| 5) +(defenum |Qt.WheelFocus| 15) +(defenum |Qt.WidgetShortcut| 0) +(defenum |Qt.WidgetWithChildrenShortcut| 3) +(defenum |Qt.Widget| 0) +(defenum |Qt.WindingFill| 1) +(defenum |Qt.WindowActive| 8) +(defenum |Qt.WindowCancelButtonHint| 1048576) +(defenum |Qt.WindowCloseButtonHint| 134217728) +(defenum |Qt.WindowContextHelpButtonHint| 65536) +(defenum |Qt.WindowDoesNotAcceptFocus| 2097152) +(defenum |Qt.WindowFullScreen| 4) +(defenum |Qt.WindowFullscreenButtonHint| -2147483648) +(defenum |Qt.WindowMaximizeButtonHint| 32768) +(defenum |Qt.WindowMaximized| 2) +(defenum |Qt.WindowMinMaxButtonsHint| 49152) +(defenum |Qt.WindowMinimizeButtonHint| 16384) +(defenum |Qt.WindowMinimized| 1) +(defenum |Qt.WindowModal| 1) +(defenum |Qt.WindowNoState| 0) +(defenum |Qt.WindowOkButtonHint| 524288) +(defenum |Qt.WindowOverridesSystemGestures| 1048576) +(defenum |Qt.WindowShadeButtonHint| 131072) +(defenum |Qt.WindowShortcut| 1) +(defenum |Qt.WindowStaysOnBottomHint| 67108864) +(defenum |Qt.WindowStaysOnTopHint| 262144) +(defenum |Qt.WindowSystemMenuHint| 8192) +(defenum |Qt.WindowTitleHint| 4096) +(defenum |Qt.WindowTransparentForInput| 524288) +(defenum |Qt.WindowType_Mask| 255) +(defenum |Qt.Window| 1) +(defenum |Qt.X11BypassWindowManagerHint| 1024) +(defenum |Qt.XAxis| 0) +(defenum |Qt.XButton1| 8) +(defenum |Qt.XButton2| 16) +(defenum |Qt.YAxis| 1) +(defenum |Qt.ZAxis| 2) +(defenum |Qt.ZoomNativeGesture| 3) +(defenum |Qt.black| 2) +(defenum |Qt.blue| 9) +(defenum |Qt.color0| 0) +(defenum |Qt.color1| 1) +(defenum |Qt.cyan| 10) +(defenum |Qt.darkBlue| 15) +(defenum |Qt.darkCyan| 16) +(defenum |Qt.darkGray| 4) +(defenum |Qt.darkGreen| 14) +(defenum |Qt.darkMagenta| 17) +(defenum |Qt.darkRed| 13) +(defenum |Qt.darkYellow| 18) +(defenum |Qt.gray| 5) +(defenum |Qt.green| 8) +(defenum |Qt.lightGray| 6) +(defenum |Qt.magenta| 11) +(defenum |Qt.red| 7) +(defenum |Qt.transparent| 19) +(defenum |Qt.white| 3) +(defenum |Qt.yellow| 12) diff --git a/src/lisp/get-dynamic-enums.lisp b/src/lisp/get-dynamic-enums.lisp new file mode 100644 index 0000000..ddd61ad --- /dev/null +++ b/src/lisp/get-dynamic-enums.lisp @@ -0,0 +1,37 @@ +;;; dynamically accessible enums (see Q_ENUMS, Q_FLAGS) + +(setf eql:*break-on-errors* nil) + +(dolist (module '(:help :network :opengl :sql :svg :webkit)) + (qrequire module)) + +(defun run () + (let (all-enums) + (flet ((add-enums (scope) + (dolist (enums (rest (qenums scope))) + (dolist (enum (rest enums)) + (push (format nil "(\"|~A.~A|\" . ~D)" + scope + (car enum) + (cdr enum)) + all-enums))))) + (with-open-file (s "enum-lists/dynamic-enums.lisp" :direction :output :if-exists :supersede) + (write-char #\( s) + (add-enums "Qt") + (dolist (name (qobject-names)) + (let ((mo (ignore-errors (qstatic-meta-object name)))) + (when (and mo (string= (! "className" mo) name)) + (print name) + (add-enums name)))) + (let ((ex "")) + (dolist (enum (sort all-enums 'string<)) + (when (string/= ex enum) + (princ #\Newline s) + (princ enum s) + (setf ex enum)))) + (terpri s) + (write-char #\) s))))) + +(progn + (run) + (qq)) diff --git a/src/lisp/ini.lisp b/src/lisp/ini.lisp new file mode 100644 index 0000000..595e149 --- /dev/null +++ b/src/lisp/ini.lisp @@ -0,0 +1,956 @@ +;;; copyright (c) Polos Ruetz + +(ffi:clines "#include ") ; for exit() + +(in-package :eql) + +(defvar *break-on-errors* nil "Unless NIL, causes a simple (BREAK) on any EQL error.") +(defvar *slime-mode* nil) +(defvar *qtpl* nil "To set in ~/.eclrc only; the same as command line option -qtpl.") + +(defmacro alias (s1 s2) + `(setf (symbol-function ',s1) (function ,s2))) + +(defmacro qlet ((&rest pairs) &body body) + "args: (((variable-1 expression-1) (variable-2 expression-2)) &body body) + Similar to let* (and to local C++ variables).

Creates temporary Qt objects, deleting them at the end of the qlet body.
If expression is a string, it will be substituted with (qnew expression), optionally including constructor arguments. + (qlet ((painter \"QPainter\")) +   ...) + + (qlet ((reg-exp \"QRegExp(QString)\" \"^\\\\S+$\")) +   ...)" + (let ((vars (mapcar (lambda (x) (if (consp x) (first x) x)) pairs)) + (exps (mapcar (lambda (x) + (if (consp x) + (let ((exp (rest x))) + (if (stringp (first exp)) + (apply 'list 'qnew exp) + (first exp))) + nil)) + pairs))) + `(let* ,(mapcar 'list vars exps) + (unwind-protect + (progn + ,@body) + ,(if (second vars) + `(progn . ,(mapcar (lambda (var) (list 'qdelete var)) + (nreverse vars))) + `(qdelete ,(first vars))))))) + +(defmacro qinvoke-methods (object &rest functions) + "args: (object &rest functions) + alias: qfuns + A simple syntax for nested qfun calls. + (qfuns object \"funA\" \"funB\" \"funC\") ; expands to: (qfun (qfun (qfun object \"funA\") \"funB\") \"funC\") + (qfuns object (\"funA\" 1) (\"funB\" a b c)) ; expands to: (qfun (qfun object \"funA\" 1) \"funB\" a b c) + (qfuns \"QApplication\" \"font\" \"family\") + (qfuns *table-view* \"model\" (\"index\" 0 2) \"data\" \"toString\") + + ;; alternatively: + + (! (\"funC\" \"funB\" \"funA\" object)) + (! ((\"funB\" a b c) (\"funA\" 1) object)) + (! (\"family\" \"font\" \"QApplication\")) + (! (\"toString\" \"data\" (\"index\" 0 2) \"model\" *table-view*)) + + ;; using wrapper functions, the above reads: + + (|funC| (|funB| (|funA| object))) + (|funB| (|funA| object 1) a b c) + (|family| (|font.QApplication|)) + (|toString| (|data| (|index| (|model| *table-view*) 0 2)))" + (let (form) + (dolist (fun functions) + (setf form (append (list 'qfun (or form object)) (x:ensure-list fun)))) + form)) + +(defmacro qfuns (object &rest functions) ; alias + `(qinvoke-methods ,object ,@functions)) + +(defmacro ! (fun/s &rest args) + (if args + (let (call) + (when (consp (first args)) + (cond ((and (stringp (caar args)) + (char= #\Q (char (caar args) 0))) + (setf call :cast)) + ((eql :qt (caar args)) + (setf call :qt)))) + (case call + (:cast + `(qfun* ,(cadar args) ,(caar args) ,fun/s ,@(rest args))) + (:qt + `(qfun+ ,(cadar args) ,fun/s ,@(rest args))) + (t + `(qfun ,(first args) ,fun/s ,@(rest args))))) + `(qfuns ,@(reverse fun/s)))) + + +(defmacro x:do-with (with &body body) ; re-definition from package :X because of EQL:QFUN + (when (atom with) + (setf with (list 'qfun with))) + `(progn + ,@(mapcar (lambda (line) + ;; needed for Qt wrappers (see "all-wrappers.lisp") + (if (and (eql 'qfun (first line)) + (symbolp (third line))) + (cons (third line) (cons (second line) (nthcdr 3 line))) + line)) + (mapcar (lambda (line) + (append with (if (or (atom line) + (eql 'quote (first line))) + (list line) + line))) + body)))) + +(defmacro defvar-ui (main &rest names) + "args: (main-widget &rest variables) + This macro simplifies the definition of UI variables: + (defvar-ui *main* *label* *line-edit*...) + + ;; the above will expand to: + + (progn +   (defvar *label* (qfind-child *main* \"label\")) +   (defvar *line-edit* (qfind-child *main* \"line_edit\")) +   ...)" + `(progn + ,@(mapcar (lambda (name) + `(defvar ,name (qfind-child ,main ,(string-downcase (substitute #\_ #\- (string-trim "*" (symbol-name name))))))) + names))) + +(defun %reference-name () + (format nil "%~A%" (gensym))) + +(defmacro qsingle-shot (milliseconds function) + ;; check for LAMBDA, #'LAMBDA + (if (find (first function) '(lambda function)) + ;; hold a reference (will be called later from Qt event loop) + `(%qsingle-shot ,milliseconds (setf (symbol-function (intern ,(%reference-name))) ; lambda + ,function)) + `(%qsingle-shot ,milliseconds ,function))) ; 'foo + +(defmacro qlater (function) + "args: (function) + Convenience macro: a qsingle-shot with a 0 timeout.
This will call function as soon as the Qt event loop is idle. + (qlater 'delayed-ini)" + `(%qsingle-shot 0 ,function)) + +(defun %ensure-persistent-function (fun) + (typecase fun + (symbol ; 'foo + fun) + (function ; lambda + ;; hold a reference (will be called later from Qt event loop) + (setf (symbol-function (intern (%reference-name))) + fun)))) + +(defun %make-vector () + (make-array 0 :adjustable t :fill-pointer t)) + +(defun %break (&rest args) + (apply 'break args)) + +(let (home) + (defun set-home (path) + (setf home path)) + (defun in-home (&rest files) + (apply 'concatenate 'string home files))) + +(defun qsignal (name) + "args: (name) + Needed in functions which expect a const char* Qt signal (not needed in qconnect)." + (concatenate 'string "2" name)) + +(defun qslot (name) + "args: (name) + Needed in functions which expect a const char* Qt slot (not needed in qconnect)." + (concatenate 'string "1" name)) + +(defun qenums (class-name &optional enum-name) + (%qenums class-name enum-name)) + +(defun qfind-bound (&optional class-name) + "args: (&optional class-name) + Finds all symbols bound to Qt objects, returning both the Qt class names and the respective Lisp variables.
Optionally finds the occurrencies of the passed Qt class name only. + (qfind-bound \"QLineEdit\")" + (let ((found (qfind-bound* class-name))) + (when found + (let ((tab-stop (1+ (apply 'max (mapcar (lambda (x) (length (car x))) found))))) + (dolist (el found) + (princ (format nil "~%~A~VT~(~S~)" ; "~VT" doesn't work on all terminals + (car el) tab-stop (cdr el)))))))) + +(defun qfind-bound* (&optional class-name) + "args: (&optional class-name) + Like qfind-bound, but returning the results as list of conses." + (if (and class-name + (not (qid class-name))) + (%error-msg "QFIND-BOUND" (list class-name)) + (let (qt-objects) + (do-all-symbols (s) + (when (and (not (find (symbol-package s) #.'(list (find-package :si) (find-package :ext)))) + (boundp s) + (ignore-errors (ensure-qt-object (symbol-value s))) + (or (not class-name) + (string= class-name (qt-object-name (symbol-value s))))) + (pushnew s qt-objects))) + (stable-sort (sort (mapcar (lambda (s) (cons (qt-object-name (symbol-value s)) s)) + qt-objects) + 'string< :key 'cdr) + 'string< :key 'car)))) + +(defun qproperties (object &optional (depth 1)) + "args: (object &optional (depth 1)) + Prints all current properties of object, searching both all Qt properties and all Qt methods which don't require arguments (marked with '*').
Optionally pass a depth indicating how many super-classes to include. Pass T to include all super-classes. + (qproperties (|font.QApplication|)) + (qproperties (qnew \"QVariant(QString)\" \"42\")) + (qproperties *tool-button* 2) ; depth 2: both QToolButton and QAbstractButton" + (let ((object* (ensure-qt-object object))) + (when (qt-object-p object*) + (labels ((null-qt-object (obj) + (qt-object 0 0 (qt-object-id obj))) + (readable (obj fun) + (cond ((string= "dynamicPropertyNames" fun) + (mapcar 'x:bytes-to-string obj)) + ((qt-object-p obj) + (let ((name (qt-object-name obj))) + (cond ((search name "QColor QLocale") + (! "name" obj)) + ((search name "QDate QTime QDateTime QFont QUrl QKeySequence") + (! "toString" obj)) + ((search name "QPixmap QImage QPicture QIcon QTextCursor QVariant QMargins QWebElement") + (if (and (not (zerop (qt-object-pointer obj))) + (! "isNull" obj)) + (null-qt-object obj) + obj)) + ((search name "QModelIndex") + (if (! "isValid" obj) + obj + (null-qt-object obj))) + ((search name "QRegExp") + (if (! "isEmpty" obj) + (null-qt-object obj) + obj)) + (t + obj)))) + (t + obj)))) + (let ((name (qt-object-name object*)) + documentations functions properties) + (x:while (and name (not (eql 0 depth))) + (push (first (qapropos* nil name)) documentations) + (setf name (qsuper-class-name name)) + (when (numberp depth) + (decf depth))) + (dolist (docu documentations) + (dolist (type '("Properties:" "Methods:")) + (dolist (fun (rest (find type (rest docu) :key 'first :test 'string=))) + (when (and (not (x:starts-with "void " fun)) + (not (x:starts-with "constructor " fun)) + (not (x:ends-with " static" fun)) + (or (not (find #\( fun)) + (search "()" fun)) + ;; state changing or copying functions + (notany (lambda (x) (search x fun)) + '(" clone" " copy" " disconnect" " take" " create"))) + (push fun functions) + (when (char= #\P (char type 0)) ; "Properties:" + (push (x:string-substitute "" " const" (subseq fun (1+ (position #\Space fun)))) + properties)))))) + (when functions + (setf functions (mapcar (lambda (fun) + (setf fun (x:string-substitute "" "const " fun) + fun (x:string-substitute "" " const" fun)) + (let ((p (position #\( fun))) + (subseq fun (1+ (position #\Space fun :from-end t :end p)) p))) + functions)) + (setf functions (sort (remove-duplicates functions :test 'string=) 'string<)) + (let ((tab-stop (+ 2 (apply 'max (mapcar 'length functions))))) + (dolist (fun functions) + (let ((prop-p (find fun properties :test 'string=))) + (princ (format nil "~%~A~C~VT~S" ; "~VT" doesn't work on all terminals + fun + (if prop-p #\Space #\*) + tab-stop + (readable (if prop-p (qget object* fun) (! fun object*)) + fun)))))) + (terpri) + (terpri) + (values))))))) + +;;; top-level / slime-mode processing Qt events (command line options "-qtpl" and "-slime") + +(defvar *slime-hook-file* nil) + +(defun load-slime-auxiliary-file () + (if (eql :repl-hook *slime-mode*) ; to set in "eql-start-swank.lisp" + (if (and (find-package :swank) + (find-symbol "*SLIME-REPL-EVAL-HOOKS*" :swank)) + (load (or *slime-hook-file* (in-home "slime/repl-hook"))) ; Slime mode "REPL hook" + (qsingle-shot 500 'load-slime-auxiliary-file)) ; we need to wait for Emacs "slime-connect" + (load (x:ensure-compiled (in-home "slime/thread-safe"))))) ; Slime mode "thread safe" (default) + +#+threads +(defun %read-thread () + (si::tpl-prompt) + (unless (find-package :ecl-readline) + (princ "> ")) + (let ((form (si::%tpl-read))) + (qrun-in-gui-thread (lambda () (eval-top-level form)) nil)) + (values)) + +(defun start-read-thread () + #+threads + (mp:process-run-function :read '%read-thread) + #-threads + (error "ECL threads not enabled, can't process Qt events.")) + +(defun eval-top-level (form) + ;; needed to avoid unrecoverable BREAK on errors during READ (command line option "-qtpl") + (when (stringp form) + (handler-case (setf form (read-from-string form)) + (error (err) + (princ err))) + (si::feed-top-level form)) + (finish-output) + (start-read-thread)) + +(defun exec-with-simple-restart () + (if *slime-mode* + (progn + (load-slime-auxiliary-file) + (loop + (with-simple-restart (restart-qt-events "Last resort only - prefer \"Return to SLIME's top level\"") + (qexec)))) + (exec-with-simple-restart-dialog))) + +(let (loaded) + (defun exec-with-simple-restart-dialog () + (when *qtpl* + ;; command line option "-qtpl" only, see "restart-dialog.lisp" + (unless loaded + (setf loaded t) + (load (in-home "src/lisp/restart-dialog"))) + (funcall (find-symbol "EXEC-WITH-SIMPLE-RESTART" :restart-dialog))))) + +(defmacro qeval (&rest forms) + ;; this macro will be redefined in Slime mode (see "../../slime/repl-hook.lisp") + "args: (&rest forms) + Slime mode :repl-hook only (not needed in default Slime mode): evaluate forms in GUI thread. Defaults to a simple progn outside of Slime." + (if (second forms) + (cons 'progn forms) + (first forms))) + +;;; qt-object + +(defstruct (qt-object (:constructor qt-object (pointer unique id &optional finalize))) + (pointer 0 :type integer) + (unique 0 :type integer) + (id 0 :type fixnum) + (finalize nil :type boolean)) + +(defun new-qt-object (pointer unique id finalize) + (let ((obj (qt-object pointer unique id finalize))) + (when finalize + (ext:set-finalizer obj 'qdelete)) + obj)) + +(defmethod print-object ((object qt-object) s) + (print-unreadable-object (object s :type nil :identity nil) + (let* ((unique (qt-object-unique object)) + (pointer (qt-object-pointer object)) + (nullp (zerop pointer))) + (format s "~A~A ~A~A~A" + (qt-object-name object) + (if (and (plusp (qt-object-id object)) + (plusp pointer)) + (format nil " ~S" (qfun object "objectName")) + "") + (if nullp + "NULL" + (format nil "0x~X" pointer)) + (if (or (zerop unique) nullp) + "" + (format nil " [~D]" unique)) + (if (qt-object-finalize object) + " GC" + ""))))) + +(defmacro tr (source &optional context (plural-number -1)) + "args: (source &optional context plural-number) + Macro expanding to qtranslate, which calls QCoreApplication::translate().
Both source and context can be Lisp forms evaluating to constant strings (at compile time).
The context argument defaults to the Lisp file name. For the plural-number, see Qt Assistant." + ;; see compiler-macro in "my_app/tr.lisp" + (let ((source* (ignore-errors (eval source))) + (context* (ignore-errors (eval context)))) + `(eql:qtranslate ,(if (stringp context*) + context* + (if *compile-file-truename* (file-namestring *compile-file-truename*) "")) + ,source* + ,plural-number))) + +(defun qset-null (obj) + "args: (object) + Sets the Qt object pointer to 0. This function is called automatically after qdel." + (let ((obj* (ensure-qt-object obj))) + (when (qt-object-p obj*) + (setf (qt-object-pointer obj*) 0)))) + +(defun qgui (&optional ev) + "args: (&optional process-events) + Launches the EQL convenience GUI.
If you don't have an interactive environment, you can pass T to run a pseudo Qt event loop. A better option is to start the tool like so:
eql -qgui, in order to run the Qt event loop natively." + (let (found) + (when (find-package :gui) + (let ((gui (find-symbol "*GUI*" :gui))) + (when gui + (setf found t) + (setf gui (symbol-value gui)) + (qfun gui "show") + (qfun gui "raise")))) + (unless found + (in-package :eql-user) + (load (in-home "gui/gui")))) + (when ev + (loop + (qprocess-events) + (sleep 0.05)))) + +(defun qeql (obj1 obj2) + "args: (object1 object2) + Returns T for same instances of a Qt class.
To test for same Qt classes only, do: + (= (qt-object-id object1) (qt-object-id object2))" + (let ((obj1* (ensure-qt-object obj1)) + (obj2* (ensure-qt-object obj2))) + (when (and (qt-object-p obj1*) + (qt-object-p obj2*)) + (let ((u1 (qt-object-unique obj1*)) + (u2 (qt-object-unique obj2*))) + (or (and (not (zerop u1)) + (= u1 u2)) + (and (= (qt-object-id obj1*) + (qt-object-id obj2*)) + (= (qt-object-pointer obj1*) + (qt-object-pointer obj2*)))))))) + +(defun qnull-object (obj) + "args: (object) + alias: qnull + Checks for a 0 Qt object pointer." + (let ((obj* (ensure-qt-object obj))) + (when (qt-object-p obj*) + (zerop (qt-object-pointer obj*))))) + +(defun qdelete (obj &optional later) + (%qdelete obj later)) + +(defun %string-or-nil (x) + (typecase x + (string + x) + (symbol + (unless (member x '(t nil)) + (symbol-name x))))) + +(defun qapropos (&optional name class type) + (let ((name* (%string-or-nil name))) + (when (and (not name*) + (not class) + (not (y-or-n-p "Print documentation of all Qt classes?"))) + (return-from qapropos)) + (let ((main (%qapropos name* class type))) + (dolist (sub1 main) + (format t "~%~%~A~%" (first sub1)) + (dolist (sub2 (rest sub1)) + (format t "~% ~A~%~%" (first sub2)) + (dolist (sub3 (rest sub2)) + (let* ((par (position #\( sub3)) + (x (if par + (position #\Space sub3 :end par :from-end t) + (position #\Space sub3)))) + (format t " ~A~A~%" (make-string (max 0 (- 15 x))) sub3))))))) + (terpri) + nil) + +(defun qapropos* (&optional name class type) + "args: (&optional search-string class-name) + Similar to qapropos, returning the results as nested list." + (%qapropos (%string-or-nil name) class type)) + +(defun qnew-instance (name &rest arguments) + (%qnew-instance name arguments)) + +(defun qnew-instance* (name &rest arguments) + "args: (class-name &rest arguments/properties) + alias: qnew* + Convenience function for the REPL.
Same as qnew, but showing the object immediately (if of type QWidget)." + (let ((obj (%qnew-instance name arguments))) + (when (and obj + (plusp (qt-object-id obj)) + (! "isWidgetType" obj)) + (! "show" obj)) + obj)) + +(defun qinvoke-method (object function-name &rest arguments) + (%qinvoke-method object nil function-name arguments)) + +(defun qinvoke-method* (object cast-class-name function-name &rest arguments) + "args: (object cast-class-name function-name &rest arguments) + alias: qfun* + Similar to qinvoke-method, additionally passing a class name, enforcing a cast to that class.
Note that this cast is not type safe (the same as a C cast, so dirty hacks are possible).

Note: using the (recommended) wrapper functions (see qfun), casts are applied automatically where needed. + (qfun* graphics-text-item \"QGraphicsItem\" \"setPos\" (list x y)) ; multiple inheritance problem + (qfun* event \"QKeyEvent\" \"key\") ; not needed with QADD-EVENT-FILTER + + ;; alternatively: + + (! \"setPos\" (\"QGraphicsItem\" graphics-text-item) (list x y)) + (! \"key\" (\"QKeyEvent\" event)) + + ;; better/recommended: + + (|setPos| graphics-text-item (list x y))" + (%qinvoke-method object cast-class-name function-name arguments)) + +(defun qinvoke-method+ (object function-name &rest arguments) + "args: (object function-name &rest arguments) + alias: qfun+ + Use this variant to call user defined functions (declared Q_INVOKABLE), slots, signals from external C++ classes.

In order to call ordinary functions, slots, signals from external C++ classes, just use the ordinary qfun. + (qfun+ *qt-main* \"foo\") ; see Qt_EQL, Qt_EQL_dynamic + + ;; alternatively: + + (! \"foo\" (:qt *qt-main*))" + (%qinvoke-method object :qt function-name arguments)) + +(defun qconnect (from signal to &optional slot) + (%qconnect from signal to slot)) + +(defun qdisconnect (from &optional signal to slot) + (%qdisconnect from signal to slot)) + +(defun qobject-names (&optional type) + (%qobject-names type)) + +(defun qui-class (file &optional var) + (%qui-class file var)) + +(defun qmessage-box (x) + "args: (x) + alias: qmsg + Convenience function: a simple message box, converting x to a string if necessary.
Returns its argument (just like print)." + (qlet ((msg "QMessageBox" + "icon" |QMessageBox.Information| + "text" (if (stringp x) x (prin1-to-string x)))) + (dolist (fun '("show" "raise" "exec")) ; "raise" needed in some situations (e.g. OSX) + (qfun msg fun))) + x) + +(defun qset-color (widget role color) + "args: (widget color-role color) + Convenience function for simple color settings (avoiding QPalette boilerplate).
Use QPalette directly for anything more involved. + (qset-color widget |QPalette.Window| \"white\")" + (qlet ((pal (qget widget "palette"))) ; QLET: safer than GC for very frequent calls + (qfun pal "setColor(QPalette::ColorRole,QColor)" role color) + (qset widget "palette" pal)) + color) + +(defun qexec (&optional ms) + (%qexec ms)) + +(defun qsleep (seconds) + "args: (seconds) + Similar to sleep, but continuing to process Qt events." + (%qexec (floor (* 1000 seconds))) + nil) + +(defun qfind-children (object &optional object-name class-name) + (%qfind-children object object-name class-name)) + +(let (loaded) + (defun qselect (&optional on-selected) + "args: (&optional on-selected) + alias: qsel + Allows to select (by clicking) any (child) widget.
The variable qsel:*q* is set to the latest selected widget.

Optionally pass a function to be called upon selecting, with the selected widget as argument. + (qsel (lambda (widget) (qmsg widget)))" + (unless loaded + (setf loaded t) + (load (in-home "src/lisp/qselect"))) + (%qselect on-selected))) + +(let (loaded) + (defun quic (&optional (ui.h "ui.h") (ui.lisp "ui.lisp") (ui-package :ui) &rest properties) + "args: (&optional (file.h \"ui.h\") (file.lisp \"ui.lisp\") (ui-package :ui)) + Takes C++ code from a file generated by the uic user interface compiler, and generates the corresponding EQL code.
See also command line option -quic." + (unless loaded + (setf loaded t) + (load (in-home "src/lisp/quic"))) + (funcall (intern "RUN" :quic) ui.h ui.lisp ui-package properties))) + +(defun qrequire (module &optional quiet) + (%qrequire module quiet)) + +(defun qload-c++ (library-name &optional unload) + (%qload-c++ library-name unload)) + +(defun define-qt-wrappers (qt-library &rest what) + "args: (qt-library &rest what) + Defines Lisp methods for all Qt methods/signals/slots of given library.
(See example Qt_EQL_dynamic/trafficlight/). + (define-qt-wrappers *c++*) ; generate wrappers (see \"Qt_EQL_dynamic/\") + (define-qt-wrappers *c++* :slots) ; Qt slots only (any of :methods :slots :signals) + + (my-qt-function *c++* x y) ; instead of: (! \"myQtFunction\" (:qt *c++*) x y)" + (let ((all-functions (cdar (qapropos* nil (ensure-qt-object qt-library))))) + (unless what + (setf what '(:methods :slots :signals))) + (dolist (functions (loop :for el :in what :collect + (concatenate 'string (string-capitalize el) ":"))) + (dolist (fun (rest (find functions all-functions + :key 'first :test 'string=))) + (let* ((p (position #\( fun)) + (qt-name (subseq fun (1+ (position #\Space fun :from-end t :end p)) p)) + (lisp-name (intern (with-output-to-string (s) + (x:do-string (ch qt-name) + (if (upper-case-p ch) + (format s "-~C" ch) + (write-char (char-upcase ch) s))))))) + ;; no way to avoid EVAL here (excluding non-portable hacks) + (eval `(defgeneric ,lisp-name (object &rest arguments))) + (eval `(defmethod ,lisp-name ((object qt-object) &rest arguments) + (%qinvoke-method object :qt ,qt-name arguments)))))))) + +#+linux +(defun %ini-auto-reload (library-name watcher on-file-change) + (multiple-value-bind (object file-name) + (qload-c++ library-name) + (when file-name + (qfun watcher "addPath" file-name) + (qconnect watcher "fileChanged(QString)" on-file-change)) + object)) + +#+linux +(defmacro qauto-reload-c++ (variable library-name) + "args: (variable library-name) + Linux only.

Extends qload-c++ (see Qt_EQL_dynamic/).

Defines a global variable (see return value of qload-c++), which will be updated on every change of the C++ plugin (e.g. after recompiling, the plugin will automatically be reloaded, and the variable will be set to its new value).

If you want to be notified on every change of the plugin, set *<variable>-reloaded*. It will then be called after reloading, passing both the variable name and the plugin name.
See qload-c++ for an example how to call plugin functions. + (qauto-reload-c++ *c++* \"eql_cpp\") + + (setf *c++-reloaded* (lambda (var lib) (qapropos nil (symbol-value var)))) ; optional: set a notifier" + (let* ((name (string-trim "*" (symbol-name variable))) + (reloaded (intern (format nil "*~A-RELOADED*" name))) + (watcher (intern (format nil "*~A-WATCHER*" name)))) + `(progn + (defvar ,watcher (qnew "QFileSystemWatcher")) + (defvar ,variable (%ini-auto-reload ,library-name ,watcher + (lambda (name) + (let ((file-name (first (qfun ,watcher "files")))) + (qfun ,watcher "removePath" file-name) + (setf ,variable (qload-c++ ,library-name)) + (qfun ,watcher "addPath" file-name)) + (when ,reloaded + (funcall ,reloaded ',variable ,library-name))))) + (defvar ,reloaded nil)))) + +(defun qrun-in-gui-thread (function &optional (blocking t)) + (%qrun-in-gui-thread function blocking)) + +#+threads +(defvar *gui-thread* mp:*current-process*) + +(defmacro qrun-in-gui-thread* (&body body) + "args: (&body body) + alias: qrun* + Convenience macro for qrun, wrapping body in a closure (passing arguments, return values). + (qrun* (|setValue| ui:*progress-bar* value)) + + (let ((item (qrun* (qnew \"QTableWidgetItem\")))) ; return value(s) +   ...)" + #+threads + (let ((values (gensym))) + `(if (eql *gui-thread* mp:*current-process*) + ,(if (second body) + (cons 'progn body) + (first body)) + (let (,values) + (qrun (lambda () + (setf ,values (multiple-value-list ,(if (second body) + (cons 'progn body) + (first body)))))) + (values-list ,values)))) + #-threads + (if (second body) + (cons 'progn body) + (first body))) + +(defmacro qrun* (&body body) ; alias + `(qrun-in-gui-thread* ,@body)) + +(defun qload (file-name) + "args: (file-name) + Convenience function for Slime (or when loading EQL files from an ECL thread).
Loading files that create many Qt objects can be slow on the Slime REPL (many thread switches).
This function reduces all thread switches (GUI related) to a single one." + (qrun* (load file-name))) + +(defun qquit (&optional (exit-status 0) (kill-all-threads t)) + "args: (&optional (exit-status 0) (kill-all-threads t)) + alias: qq + Terminates EQL. Use this function to quit gracefully, not ext:quit." + (declare (ignore kill-all-threads)) ; only here to be equivalent to EXT:QUIT + (assert (typep exit-status 'fixnum)) + (qfun (qapp) "aboutToQuit") + (qfun (qapp) "quit") + (ffi:c-inline (exit-status) (:int) :void "cl_shutdown(); exit(#0);" :one-liner nil :side-effects t)) + +;; simplify using CLOS; see example "X-extras/CLOS-encapsulation.lisp" + +(defgeneric the-qt-object (object) + (:documentation "Return the QT-OBJECT to be used whenever OBJECT is used as argument to any EQL function.")) + +(defun ensure-qt-object (object &optional quiet) + "args: (object) + Returns the qt-object of the given class/struct (see method the-qt-object in example X-extras/CLOS-encapsulation.lisp).
This function is used internally whenever a qt-object argument is expected." + (cond ((null object) ; e.g. passing NIL as parent widget: (qnew "QWidget(QWidget*)" nil) + nil) + ((qt-object-p object) + object) + ((let ((object* (if quiet + (ignore-errors (the-qt-object object)) + (the-qt-object object)))) + (if (qt-object-p object*) + object* + (unless quiet + (error "THE-QT-OBJECT returned ~S for class ~A, which is not of required type QT-OBJECT." object* object))))))) + +(alias qnew qnew-instance) +(alias qnew* qnew-instance*) +(alias qdel qdelete) +(alias qget qproperty) +(alias qset qset-property) +(alias qfun qinvoke-method) +(alias qfun* qinvoke-method*) +(alias qfun+ qinvoke-method+) +(alias qmsg qmessage-box) +(alias qnull qnull-object) +(alias qrun qrun-in-gui-thread) +(alias qsel qselect) +(alias qq qquit) + +;; add property :function-lambda-list to plist of EQL functions (inspired by ext:function-lambda-list) + +(dolist (el (list (cons 'define-qt-wrappers '(qt-library &rest what)) + (cons 'defvar-ui '(main-widget &rest variables)) + (cons 'ensure-qt-object '(object)) + (cons 'in-home '(&rest file-names)) + (cons 'qadd-event-filter '(object event function)) + (cons 'qapropos '(&optional search-string class-name)) + (cons 'qapropos* '(&optional search-string class-name)) + (cons 'qauto-reload-c++ '(variable library-name)) + (cons 'qconnect '(caller signal receiver/function &optional slot)) + (cons 'qcopy '(object)) + (cons 'qdelete '(object)) + (cons 'qdel '(object)) + (cons 'qdisconnect '(caller &optional signal receiver/function slot)) + (cons 'qenums '(class-name &optional enum-name)) + (cons 'qeql '(object1 object2)) + (cons 'qescape '(string)) + (cons 'qexec '(&optional milliseconds)) + (cons 'qfind-bound '(&optional class-name)) + (cons 'qfind-bound* '(&optional class-name)) + (cons 'qfind-child '(object object-name)) + (cons 'qfind-children '(object &optional object-name class-name)) + (cons 'qfrom-utf8 '(byte-array)) + (cons 'qfun '(object function-name &rest arguments)) + (cons 'qfun* '(object cast-class-name function-name &rest arguments)) + (cons 'qfun+ '(object function-name &rest arguments)) + (cons 'qfuns '(object &rest functions)) + (cons 'qget '(object name)) + (cons 'qgui '(&optional process-events)) + (cons 'qid '(class-name)) + (cons 'qinvoke-method '(object function-name &rest arguments)) + (cons 'qinvoke-method* '(object cast-class-name function-name &rest arguments)) + (cons 'qinvoke-method+ '(object function-name &rest arguments)) + (cons 'qinvoke-methods '(object &rest functions)) + (cons 'qlater '(function)) + (cons 'qload '(file-name)) + (cons 'qload-c++ '(library-name &optional unload)) + (cons 'qload-ui '(file-name)) + (cons 'qlocal8bit '(string)) + (cons 'qmessage-box '(x)) + (cons 'qmsg '(x)) + (cons 'qnew '(class-name &rest arguments/properties)) + (cons 'qnew-instance '(class-name &rest arguments/properties)) + (cons 'qnew* '(class-name &rest arguments/properties)) + (cons 'qnew-instance* '(class-name &rest arguments/properties)) + (cons 'qnull '(object)) + (cons 'qnull-object '(object)) + (cons 'qobject-names '(&optional type)) + (cons 'qoverride '(object name function)) + (cons 'qproperties '(object &optional (depth 1))) + (cons 'qproperty '(object name)) + (cons 'qquit '(&optional (exit-status 0) (kill-all-threads t))) + (cons 'qremove-event-filter '(handle)) + (cons 'qrequire '(module &optional quiet)) + (cons 'qrgb '(red green blue &optional (alpha 255))) + (cons 'qrun '(function)) + (cons 'qrun-in-gui-thread '(function)) + (cons 'qrun* '(&body body)) + (cons 'qrun-in-gui-thread* '(&body body)) + (cons 'qset-null '(object)) + (cons 'qset '(object name value)) + (cons 'qset-color '(widget color-role color)) + (cons 'qset-property '(object name value)) + (cons 'qsignal '(name)) + (cons 'qsingle-shot '(milliseconds function)) + (cons 'qsleep '(seconds)) + (cons 'qslot '(name)) + (cons 'qstatic-meta-object '(class-name)) + (cons 'qsuper-class-name '(class-name)) + (cons 'qt-object-id '(object)) + (cons 'qt-object-name '(object)) + (cons 'qt-object-p '(object)) + (cons 'qt-object-pointer '(object)) + (cons 'qt-object-unique '(object)) + (cons 'qt-object-? '(object)) + (cons 'quic '(&optional (file.h "ui.h") (file.lisp "ui.lisp") (ui-package :ui))) + (cons 'qui-class '(file-name &optional object-name)) + (cons 'qui-names '(file-name)) + (cons 'qutf8 '(string)) + (cons 'tr '(source &optional context plural-number)))) + (setf (get (car el) :function-lambda-list) (cdr el))) + +;;; The following are modified/simplified functions taken from "src/lsp/top.lsp" (see ECL sources) + +(in-package :si) + +(defun feed-top-level (form) + (catch *quit-tag* + (let ((*debugger-hook* nil) + (*tpl-level* -1)) + (%tpl form)))) + +(defun %read-lines () + ;; allow multi-line expressions (command line option "-qtpl") + (let (lines) + (loop + (let ((line (read-line))) + (setf lines (if lines (format nil "~A~%~A" lines line) line)) + ;; test for balanced parenthesis; if yes, we have a READ-able expression + ;; (see READ-FROM-STRING in EVAL-TOP-LEVEL) + (multiple-value-bind (_ x) + (ignore-errors + (read-from-string (format nil "(~A)" (let ((lines* (copy-seq lines))) + (x:while-it (position #\\ lines*) + (setf lines* (replace lines* " " :start1 x:it))) + (remove-if-not (lambda (ch) + (find ch '(#\Space #\Newline #\( #\) #\" #\;))) + lines*))))) + (when (numberp x) + (return (if (find (string-upcase lines) '("NIL" "()") :test 'string=) ; avoid strange BREAK on NIL values + "'()" + lines)))))))) + +(defun %tpl-read (&aux (*read-suppress* nil)) + (finish-output) + (loop + (case (peek-char nil *standard-input* nil :EOF) + ((#\)) + (warn "Ignoring an unmatched right parenthesis.") + (read-char)) + ((#\space #\tab) + (read-char)) + ((#\newline #\return) + (read-char) + ;; avoid repeating prompt on successive empty lines: + (let ((command (tpl-make-command :newline ""))) + (when command (return command)))) + (:EOF + (terpri) + (return (tpl-make-command :EOF ""))) + (#\: + (let ((exp (read-preserving-whitespace))) + (return (if (find exp '(:qq :exit)) + "(eql:qquit)" + (tpl-make-command exp (read-line)))))) + (#\? + (read-char) + (case (peek-char nil *standard-input* nil :EOF) + ((#\space #\tab #\newline #\return :EOF) + (return (tpl-make-command :HELP (read-line)))) + (t + (unread-char #\?) + (return (read-preserving-whitespace))))) + ;; We use READ-PRESERVING-WHITESPACE because with READ, if an + ;; error happens within the reader, and we perform a ":C" or + ;; (CONTINUE), the reader will wait for an inexistent #\Newline. + (t + (return (%read-lines)))))) + +(defun %break-where () + (when (> *tpl-level* 0) + (tpl-print-current))) + +(defun %tpl (form &key ((:commands *tpl-commands*) tpl-commands) + ((:prompt-hook *tpl-prompt-hook*) *tpl-prompt-hook*) + (broken-at nil) + (quiet nil)) + #-ecl-min + (declare (c::policy-debug-ihs-frame)) + (let* ((*ihs-base* *ihs-top*) + (*ihs-top* (if broken-at (ihs-search t broken-at) (ihs-top))) + (*ihs-current* (if broken-at (ihs-prev *ihs-top*) *ihs-top*)) + (*frs-base* (or (sch-frs-base *frs-top* *ihs-base*) (1+ (frs-top)))) + (*frs-top* (frs-top)) + (*quit-tags* (cons *quit-tag* *quit-tags*)) + (*quit-tag* *quit-tags*) ; any unique new value + (*tpl-level* (1+ *tpl-level*)) + (break-level *break-level*) + values -) + (set-break-env) + (set-current-ihs) + (flet ((rep () + ;; We let warnings pass by this way "warn" does the + ;; work. It is conventional not to trap anything + ;; that is not a SERIOUS-CONDITION. Otherwise we + ;; would be interferring the behavior of code that relies + ;; on conditions for communication (for instance our compiler) + ;; and which expect nothing to happen by default. + (handler-bind + ((serious-condition + (lambda (condition) + (cond ((< break-level 1) + ;; Toplevel should enter the debugger on any condition. + ) + (*allow-recursive-debug* + ;; We are told to let the debugger handle this. + ) + (t + (format t "~&Debugger received error of type: ~A~%~A~%~ + Error flushed.~%" + (type-of condition) condition) + (clear-input) + (return-from rep t) ;; go back into the debugger loop. + ) + ) + ))) + + (with-grabbed-console + (unless quiet + (%break-where) + (setf quiet t)) + (if form + (setq - form + form nil) + (setq - (locally (declare (notinline tpl-read)) + (tpl-prompt) + (tpl-read)))) + (setq values (multiple-value-list + (eval-with-env - *break-env*)) + /// // // / / values *** ** ** * * (car /) +++ ++ ++ + + -) + (tpl-print values))))) + (when + (catch *quit-tag* + (if (zerop break-level) + (with-simple-restart + (restart-toplevel "Go back to Top-Level REPL.") + (rep)) + (with-simple-restart + (restart-debugger "Go back to debugger level ~D." break-level) + (rep))) + nil) + (setf quiet nil))))) diff --git a/src/lisp/invokables.lisp b/src/lisp/invokables.lisp new file mode 100644 index 0000000..0ec2b24 --- /dev/null +++ b/src/lisp/invokables.lisp @@ -0,0 +1,100 @@ +;;; Generates C++ glue code, typically for the JavaScript / Lisp bridge of QtWebKit +;;; +;;; Assumes the first line of a function documentation string to contain a signature like this: +;;; "Qt: ( , ...)" +;;; (don't worry about whitespace, it will be normalized anyway) +;;; +;;; Optionally you may define default values; null default values are written as "= 0". +;;; +;;; Examples: +;;; +;;; "Qt: void funA(int, QString)" +;;; +;;; "Qt: QString funB(QWebElement, QString = \"ok\", QVariantList = 0)" +;;; +;;; (Packages COMMON-LISP and EQL are excluded from search.) + +(defun qvariant-type (type) + (cond ((string= "qreal" type) + "Real") + ((string= "qlonglong" type) + "LongLong") + ((x:starts-with "Q" type) + (subseq type 1)) + (t + (string-capitalize type)))) + +(defun to-qvariant-type (type) + (if (find type '("QBitmap" "QIcon" "QImage" "QPixmap") :test 'string=) + (format nil "ret.value<~A>()" type) + (format nil "ret.to~A()" (qvariant-type type)))) + +(defun qt-value-p (type) + (and (x:starts-with "Q" type) + (not (x:ends-with "*" type)))) + +(defun const-reference (type) + (if (qt-value-p type) + (format nil "const ~A&" type) + type)) + +(defun default-value (type value) + (if (and (qt-value-p type) + (string= "0" value)) + (format nil "~A()" type) + value)) + +(defun generate-invokables (&optional (directory "./")) + (let ((file (x:cc directory "_invokables.h")) + processed) + (ensure-directories-exist file) + (with-open-file (s file :direction :output :if-exists :supersede) + (format s "// THIS FILE IS GENERATED (see \"invokables.lisp\" in sources)~%~%") + (do-all-symbols (symbol) + (unless (find (symbol-package symbol) + '#.(mapcar 'find-package (list 'cl 'eql))) + (let ((doc (documentation symbol 'function))) + (when (and doc + (string-equal "Qt: " (subseq doc 0 (min 4 (length doc)))) + (not (find symbol processed))) + (push symbol processed) + (let ((sig (x:bytes-to-string (! "normalizedSignature" "QMetaObject" + (subseq doc 4 (1+ (position #\) doc)))))) + (pkg-name (string-downcase (package-name (symbol-package symbol)))) + (sym-name (string-downcase (symbol-name symbol)))) + (format t "~%\"~A:~A\"~% ~A~%" pkg-name sym-name sig) + (let* ((a (position #\Space sig)) + (b (position #\( sig :start a)) + (c (position #\) sig :start b)) + (ret (subseq sig 0 a)) + (fun (subseq sig (1+ a) b)) + (types* (mapcar (lambda (type) (x:split type #\=)) + (x:split (subseq sig (1+ b) c) #\,))) + (types (mapcar 'first types*)) + (defaults (mapcar (lambda (type value) (default-value type value)) + types + (mapcar 'second types*))) + (vars (loop :for i :from 1 :to (length types) :collect (format nil "x~D" i))) + (void (string= "void" ret))) + (format s "Q_INVOKABLE ~A ~A(~{~A~^, ~}) {~%" + ret + fun + (mapcar (lambda (type var default) + (format nil "~A ~A~A" + (const-reference type) + var + (if default (format nil " = ~A" default) ""))) + types vars defaults)) + (unless void + (format s " QVariant ret =~%")) + (format s " eql_fun(\"~A:~A\"" pkg-name sym-name) + (unless void + (format s ", QVariant::~A" (qvariant-type ret))) + (mapc (lambda (type var) + (format s ",~% Q_ARG(~A, ~A)" type var)) + types vars) + (format s ");") + (unless void + (format s "~% return ~A;" (to-qvariant-type ret))) + (format s " }~%~%"))))))))) + (terpri)) diff --git a/src/lisp/mark.lisp b/src/lisp/mark.lisp new file mode 100644 index 0000000..a8b6867 --- /dev/null +++ b/src/lisp/mark.lisp @@ -0,0 +1,16 @@ +;;; Mark error position (when loading a file in ECL) +;;; +;;; example: eql mark file.lisp 5775 (will insert "#|TODO|#") + +(let* ((args (|arguments.QCoreApplication|)) + (file (third args)) + (pos (parse-integer (fourth args))) + contents) + (with-open-file (s file :direction :input) + (setf contents (make-string (file-length s))) + (read-sequence contents s)) + (with-open-file (s file :direction :output :if-exists :supersede) + (write-sequence contents s :end pos) + (write-string "#|TODO|#" s) + (write-sequence contents s :start pos)) + (qq)) diff --git a/src/lisp/merge-enums.lisp b/src/lisp/merge-enums.lisp new file mode 100644 index 0000000..63cd791 --- /dev/null +++ b/src/lisp/merge-enums.lisp @@ -0,0 +1,24 @@ +(defun read-file (file) + (with-open-file (s file :direction :input) + (let ((str (make-string (file-length s)))) + (read-sequence str s) + str))) + +(defun from-file (name) + (read-from-string (read-file (format nil "enum-lists/~A.lisp" name)))) + +(defvar *parsed* (from-file "parsed-enums")) +(defvar *dynamic* (from-file "dynamic-enums")) +(defvar *enums* (make-hash-table :test 'equal)) + +(let (all) + (dolist (enums (list *parsed* *dynamic*)) + (dolist (enum enums) + (setf (gethash (car enum) *enums*) + (cdr enum)))) + (maphash (lambda (name val) + (push (cons name val) all)) + *enums*) + (with-open-file (s "merged-enums.lisp" :direction :output :if-exists :supersede) + (dolist (enum (sort all 'string< :key 'car)) + (format s "(defenum ~A ~D)~%" (car enum) (cdr enum))))) diff --git a/src/lisp/merged-enums.lisp b/src/lisp/merged-enums.lisp new file mode 100644 index 0000000..26274d1 --- /dev/null +++ b/src/lisp/merged-enums.lisp @@ -0,0 +1,4904 @@ +(defenum |QAbstractAnimation.Backward| 1) +(defenum |QAbstractAnimation.DeleteWhenStopped| 1) +(defenum |QAbstractAnimation.Forward| 0) +(defenum |QAbstractAnimation.KeepWhenStopped| 0) +(defenum |QAbstractAnimation.Paused| 1) +(defenum |QAbstractAnimation.Running| 2) +(defenum |QAbstractAnimation.Stopped| 0) +(defenum |QAbstractItemDelegate.EditNextItem| 1) +(defenum |QAbstractItemDelegate.EditPreviousItem| 2) +(defenum |QAbstractItemDelegate.NoHint| 0) +(defenum |QAbstractItemDelegate.RevertModelCache| 4) +(defenum |QAbstractItemDelegate.SubmitModelCache| 3) +(defenum |QAbstractItemModel.HorizontalSortHint| 2) +(defenum |QAbstractItemModel.NoLayoutChangeHint| 0) +(defenum |QAbstractItemModel.VerticalSortHint| 1) +(defenum |QAbstractItemView.AboveItem| 1) +(defenum |QAbstractItemView.AllEditTriggers| 31) +(defenum |QAbstractItemView.AnimatingState| 6) +(defenum |QAbstractItemView.AnyKeyPressed| 16) +(defenum |QAbstractItemView.BelowItem| 2) +(defenum |QAbstractItemView.CollapsingState| 5) +(defenum |QAbstractItemView.ContiguousSelection| 4) +(defenum |QAbstractItemView.CurrentChanged| 1) +(defenum |QAbstractItemView.DoubleClicked| 2) +(defenum |QAbstractItemView.DragDrop| 3) +(defenum |QAbstractItemView.DragOnly| 1) +(defenum |QAbstractItemView.DragSelectingState| 2) +(defenum |QAbstractItemView.DraggingState| 1) +(defenum |QAbstractItemView.DropOnly| 2) +(defenum |QAbstractItemView.EditKeyPressed| 8) +(defenum |QAbstractItemView.EditingState| 3) +(defenum |QAbstractItemView.EnsureVisible| 0) +(defenum |QAbstractItemView.ExpandingState| 4) +(defenum |QAbstractItemView.ExtendedSelection| 3) +(defenum |QAbstractItemView.InternalMove| 4) +(defenum |QAbstractItemView.MoveDown| 1) +(defenum |QAbstractItemView.MoveEnd| 5) +(defenum |QAbstractItemView.MoveHome| 4) +(defenum |QAbstractItemView.MoveLeft| 2) +(defenum |QAbstractItemView.MoveNext| 8) +(defenum |QAbstractItemView.MovePageDown| 7) +(defenum |QAbstractItemView.MovePageUp| 6) +(defenum |QAbstractItemView.MovePrevious| 9) +(defenum |QAbstractItemView.MoveRight| 3) +(defenum |QAbstractItemView.MoveUp| 0) +(defenum |QAbstractItemView.MultiSelection| 2) +(defenum |QAbstractItemView.NoDragDrop| 0) +(defenum |QAbstractItemView.NoEditTriggers| 0) +(defenum |QAbstractItemView.NoSelection| 0) +(defenum |QAbstractItemView.NoState| 0) +(defenum |QAbstractItemView.OnItem| 0) +(defenum |QAbstractItemView.OnViewport| 3) +(defenum |QAbstractItemView.PositionAtBottom| 2) +(defenum |QAbstractItemView.PositionAtCenter| 3) +(defenum |QAbstractItemView.PositionAtTop| 1) +(defenum |QAbstractItemView.ScrollPerItem| 0) +(defenum |QAbstractItemView.ScrollPerPixel| 1) +(defenum |QAbstractItemView.SelectColumns| 2) +(defenum |QAbstractItemView.SelectItems| 0) +(defenum |QAbstractItemView.SelectRows| 1) +(defenum |QAbstractItemView.SelectedClicked| 4) +(defenum |QAbstractItemView.SingleSelection| 1) +(defenum |QAbstractPrintDialog.AllPages| 0) +(defenum |QAbstractPrintDialog.CurrentPage| 3) +(defenum |QAbstractPrintDialog.DontUseSheet| 32) +(defenum |QAbstractPrintDialog.None| 0) +(defenum |QAbstractPrintDialog.PageRange| 2) +(defenum |QAbstractPrintDialog.PrintCollateCopies| 16) +(defenum |QAbstractPrintDialog.PrintCurrentPage| 64) +(defenum |QAbstractPrintDialog.PrintPageRange| 4) +(defenum |QAbstractPrintDialog.PrintSelection| 2) +(defenum |QAbstractPrintDialog.PrintShowPageSize| 8) +(defenum |QAbstractPrintDialog.PrintToFile| 1) +(defenum |QAbstractPrintDialog.Selection| 1) +(defenum |QAbstractScrollArea.AdjustIgnored| 0) +(defenum |QAbstractScrollArea.AdjustToContentsOnFirstShow| 1) +(defenum |QAbstractScrollArea.AdjustToContents| 2) +(defenum |QAbstractSlider.SliderMove| 7) +(defenum |QAbstractSlider.SliderNoAction| 0) +(defenum |QAbstractSlider.SliderOrientationChange| 1) +(defenum |QAbstractSlider.SliderPageStepAdd| 3) +(defenum |QAbstractSlider.SliderPageStepSub| 4) +(defenum |QAbstractSlider.SliderRangeChange| 0) +(defenum |QAbstractSlider.SliderSingleStepAdd| 1) +(defenum |QAbstractSlider.SliderSingleStepSub| 2) +(defenum |QAbstractSlider.SliderStepsChange| 2) +(defenum |QAbstractSlider.SliderToMaximum| 6) +(defenum |QAbstractSlider.SliderToMinimum| 5) +(defenum |QAbstractSlider.SliderValueChange| 3) +(defenum |QAbstractSocket.AddressInUseError| 8) +(defenum |QAbstractSocket.AnyIPProtocol| 2) +(defenum |QAbstractSocket.BoundState| 4) +(defenum |QAbstractSocket.ClosingState| 6) +(defenum |QAbstractSocket.ConnectedState| 3) +(defenum |QAbstractSocket.ConnectingState| 2) +(defenum |QAbstractSocket.ConnectionRefusedError| 0) +(defenum |QAbstractSocket.DatagramTooLargeError| 6) +(defenum |QAbstractSocket.DefaultForPlatform| 0) +(defenum |QAbstractSocket.DontShareAddress| 2) +(defenum |QAbstractSocket.HostLookupState| 1) +(defenum |QAbstractSocket.HostNotFoundError| 2) +(defenum |QAbstractSocket.IPv4Protocol| 0) +(defenum |QAbstractSocket.IPv6Protocol| 1) +(defenum |QAbstractSocket.KeepAliveOption| 1) +(defenum |QAbstractSocket.ListeningState| 5) +(defenum |QAbstractSocket.LowDelayOption| 0) +(defenum |QAbstractSocket.MulticastLoopbackOption| 3) +(defenum |QAbstractSocket.MulticastTtlOption| 2) +(defenum |QAbstractSocket.NetworkError| 7) +(defenum |QAbstractSocket.OperationError| 19) +(defenum |QAbstractSocket.PauseNever| 0) +(defenum |QAbstractSocket.PauseOnSslErrors| 1) +(defenum |QAbstractSocket.ProxyAuthenticationRequiredError| 12) +(defenum |QAbstractSocket.ProxyConnectionClosedError| 15) +(defenum |QAbstractSocket.ProxyConnectionRefusedError| 14) +(defenum |QAbstractSocket.ProxyConnectionTimeoutError| 16) +(defenum |QAbstractSocket.ProxyNotFoundError| 17) +(defenum |QAbstractSocket.ProxyProtocolError| 18) +(defenum |QAbstractSocket.ReceiveBufferSizeSocketOption| 6) +(defenum |QAbstractSocket.RemoteHostClosedError| 1) +(defenum |QAbstractSocket.ReuseAddressHint| 4) +(defenum |QAbstractSocket.SendBufferSizeSocketOption| 5) +(defenum |QAbstractSocket.ShareAddress| 1) +(defenum |QAbstractSocket.SocketAccessError| 3) +(defenum |QAbstractSocket.SocketAddressNotAvailableError| 9) +(defenum |QAbstractSocket.SocketResourceError| 4) +(defenum |QAbstractSocket.SocketTimeoutError| 5) +(defenum |QAbstractSocket.SslHandshakeFailedError| 13) +(defenum |QAbstractSocket.SslInternalError| 20) +(defenum |QAbstractSocket.SslInvalidUserDataError| 21) +(defenum |QAbstractSocket.TcpSocket| 0) +(defenum |QAbstractSocket.TemporaryError| 22) +(defenum |QAbstractSocket.TypeOfServiceOption| 4) +(defenum |QAbstractSocket.UdpSocket| 1) +(defenum |QAbstractSocket.UnconnectedState| 0) +(defenum |QAbstractSocket.UnfinishedSocketOperationError| 11) +(defenum |QAbstractSocket.UnknownNetworkLayerProtocol| -1) +(defenum |QAbstractSocket.UnknownSocketError| -1) +(defenum |QAbstractSocket.UnknownSocketType| -1) +(defenum |QAbstractSocket.UnsupportedSocketOperationError| 10) +(defenum |QAbstractSpinBox.CorrectToNearestValue| 1) +(defenum |QAbstractSpinBox.CorrectToPreviousValue| 0) +(defenum |QAbstractSpinBox.NoButtons| 2) +(defenum |QAbstractSpinBox.PlusMinus| 1) +(defenum |QAbstractSpinBox.StepDownEnabled| 2) +(defenum |QAbstractSpinBox.StepNone| 0) +(defenum |QAbstractSpinBox.StepUpEnabled| 1) +(defenum |QAbstractSpinBox.UpDownArrows| 0) +(defenum |QAbstractTransition.ExternalTransition| 0) +(defenum |QAbstractTransition.InternalTransition| 1) +(defenum |QAccessible.AcceleratorChanged| 32960) +(defenum |QAccessible.Accelerator| 4) +(defenum |QAccessible.ActionChanged| 257) +(defenum |QAccessible.ActionInterface| 3) +(defenum |QAccessible.ActiveDescendantChanged| 258) +(defenum |QAccessible.AlertMessage| 8) +(defenum |QAccessible.Alert| 2) +(defenum |QAccessible.AllRelations| 4294967295) +(defenum |QAccessible.Animation| 54) +(defenum |QAccessible.Application| 14) +(defenum |QAccessible.Assistant| 32) +(defenum |QAccessible.AttributeChanged| 259) +(defenum |QAccessible.Border| 19) +(defenum |QAccessible.ButtonDropDown| 56) +(defenum |QAccessible.ButtonDropGrid| 58) +(defenum |QAccessible.ButtonMenu| 57) +(defenum |QAccessible.Button| 43) +(defenum |QAccessible.Canvas| 53) +(defenum |QAccessible.Caret| 7) +(defenum |QAccessible.Cell| 29) +(defenum |QAccessible.CharBoundary| 0) +(defenum |QAccessible.Chart| 17) +(defenum |QAccessible.CheckBox| 44) +(defenum |QAccessible.Client| 10) +(defenum |QAccessible.Clock| 61) +(defenum |QAccessible.ColorChooser| 1028) +(defenum |QAccessible.ColumnHeader| 25) +(defenum |QAccessible.Column| 27) +(defenum |QAccessible.ComboBox| 46) +(defenum |QAccessible.ComplementaryContent| 1068) +(defenum |QAccessible.ContextHelpEnd| 13) +(defenum |QAccessible.ContextHelpStart| 12) +(defenum |QAccessible.Controlled| 8) +(defenum |QAccessible.Controller| 4) +(defenum |QAccessible.Cursor| 6) +(defenum |QAccessible.DefaultActionChanged| 32944) +(defenum |QAccessible.DescriptionChanged| 32781) +(defenum |QAccessible.Description| 1) +(defenum |QAccessible.Desktop| 130) +(defenum |QAccessible.DialogEnd| 17) +(defenum |QAccessible.DialogStart| 16) +(defenum |QAccessible.Dialog| 18) +(defenum |QAccessible.Dial| 49) +(defenum |QAccessible.DocumentContentChanged| 260) +(defenum |QAccessible.DocumentLoadComplete| 261) +(defenum |QAccessible.DocumentLoadStopped| 262) +(defenum |QAccessible.DocumentReload| 263) +(defenum |QAccessible.Document| 15) +(defenum |QAccessible.DragDropEnd| 15) +(defenum |QAccessible.DragDropStart| 14) +(defenum |QAccessible.EditableText| 42) +(defenum |QAccessible.Equation| 55) +(defenum |QAccessible.Focus| 32773) +(defenum |QAccessible.Footer| 1038) +(defenum |QAccessible.ForegroundChanged| 3) +(defenum |QAccessible.Form| 1040) +(defenum |QAccessible.Graphic| 40) +(defenum |QAccessible.Grip| 4) +(defenum |QAccessible.Grouping| 20) +(defenum |QAccessible.Heading| 1044) +(defenum |QAccessible.HelpBalloon| 31) +(defenum |QAccessible.HelpChanged| 32928) +(defenum |QAccessible.Help| 3) +(defenum |QAccessible.HotkeyField| 50) +(defenum |QAccessible.HyperlinkEndIndexChanged| 264) +(defenum |QAccessible.HyperlinkNumberOfAnchorsChanged| 265) +(defenum |QAccessible.HyperlinkSelectedLinkChanged| 266) +(defenum |QAccessible.HyperlinkStartIndexChanged| 269) +(defenum |QAccessible.HypertextChanged| 270) +(defenum |QAccessible.HypertextLinkActivated| 267) +(defenum |QAccessible.HypertextLinkSelected| 268) +(defenum |QAccessible.HypertextNLinksChanged| 271) +(defenum |QAccessible.Indicator| 39) +(defenum |QAccessible.Labelled| 2) +(defenum |QAccessible.Label| 1) +(defenum |QAccessible.LayeredPane| 128) +(defenum |QAccessible.LineBoundary| 4) +(defenum |QAccessible.Link| 30) +(defenum |QAccessible.ListItem| 34) +(defenum |QAccessible.List| 33) +(defenum |QAccessible.LocationChanged| 32779) +(defenum |QAccessible.MenuBar| 2) +(defenum |QAccessible.MenuCommand| 24) +(defenum |QAccessible.MenuEnd| 5) +(defenum |QAccessible.MenuItem| 12) +(defenum |QAccessible.MenuStart| 4) +(defenum |QAccessible.NameChanged| 32780) +(defenum |QAccessible.Name| 0) +(defenum |QAccessible.NoBoundary| 5) +(defenum |QAccessible.NoRole| 0) +(defenum |QAccessible.Note| 1051) +(defenum |QAccessible.ObjectAttributeChanged| 272) +(defenum |QAccessible.ObjectCreated| 32768) +(defenum |QAccessible.ObjectDestroyed| 32769) +(defenum |QAccessible.ObjectHide| 32771) +(defenum |QAccessible.ObjectReorder| 32772) +(defenum |QAccessible.ObjectShow| 32770) +(defenum |QAccessible.PageChanged| 273) +(defenum |QAccessible.PageTabList| 60) +(defenum |QAccessible.PageTab| 37) +(defenum |QAccessible.Pane| 16) +(defenum |QAccessible.ParagraphBoundary| 3) +(defenum |QAccessible.Paragraph| 131) +(defenum |QAccessible.ParentChanged| 32783) +(defenum |QAccessible.PopupMenuEnd| 7) +(defenum |QAccessible.PopupMenuStart| 6) +(defenum |QAccessible.PopupMenu| 11) +(defenum |QAccessible.ProgressBar| 48) +(defenum |QAccessible.PropertyPage| 38) +(defenum |QAccessible.RadioButton| 45) +(defenum |QAccessible.RowHeader| 26) +(defenum |QAccessible.Row| 28) +(defenum |QAccessible.ScrollBar| 3) +(defenum |QAccessible.ScrollingEnd| 19) +(defenum |QAccessible.ScrollingStart| 18) +(defenum |QAccessible.SectionChanged| 274) +(defenum |QAccessible.Section| 133) +(defenum |QAccessible.SelectionAdd| 32775) +(defenum |QAccessible.SelectionRemove| 32776) +(defenum |QAccessible.SelectionWithin| 32777) +(defenum |QAccessible.Selection| 32774) +(defenum |QAccessible.SentenceBoundary| 2) +(defenum |QAccessible.Separator| 21) +(defenum |QAccessible.Slider| 51) +(defenum |QAccessible.SoundPlayed| 1) +(defenum |QAccessible.Sound| 5) +(defenum |QAccessible.SpinBox| 52) +(defenum |QAccessible.Splitter| 62) +(defenum |QAccessible.StaticText| 41) +(defenum |QAccessible.StatusBar| 23) +(defenum |QAccessible.TableCaptionChanged| 275) +(defenum |QAccessible.TableCellInterface| 6) +(defenum |QAccessible.TableColumnDescriptionChanged| 276) +(defenum |QAccessible.TableColumnHeaderChanged| 277) +(defenum |QAccessible.TableInterface| 5) +(defenum |QAccessible.TableRowDescriptionChanged| 279) +(defenum |QAccessible.TableRowHeaderChanged| 280) +(defenum |QAccessible.TableSummaryChanged| 281) +(defenum |QAccessible.Table| 24) +(defenum |QAccessible.Terminal| 129) +(defenum |QAccessible.TextColumnChanged| 285) +(defenum |QAccessible.TextInterface| 0) +(defenum |QAccessible.TitleBar| 1) +(defenum |QAccessible.ToolBar| 22) +(defenum |QAccessible.ToolTip| 13) +(defenum |QAccessible.TreeItem| 36) +(defenum |QAccessible.Tree| 35) +(defenum |QAccessible.UserRole| 65535) +(defenum |QAccessible.UserText| 65535) +(defenum |QAccessible.ValueInterface| 2) +(defenum |QAccessible.Value| 2) +(defenum |QAccessible.VisibleDataChanged| 290) +(defenum |QAccessible.WebDocument| 132) +(defenum |QAccessible.Whitespace| 59) +(defenum |QAccessible.Window| 9) +(defenum |QAccessible.WordBoundary| 1) +(defenum |QAction.AboutQtRole| 3) +(defenum |QAction.AboutRole| 4) +(defenum |QAction.ApplicationSpecificRole| 2) +(defenum |QAction.HighPriority| 256) +(defenum |QAction.Hover| 1) +(defenum |QAction.LowPriority| 0) +(defenum |QAction.NoRole| 0) +(defenum |QAction.NormalPriority| 128) +(defenum |QAction.PreferencesRole| 5) +(defenum |QAction.QuitRole| 6) +(defenum |QAction.TextHeuristicRole| 1) +(defenum |QAction.Trigger| 0) +(defenum |QApplication.CustomColor| 1) +(defenum |QApplication.ManyColor| 2) +(defenum |QApplication.NormalColor| 0) +(defenum |QBoxLayout.BottomToTop| 3) +(defenum |QBoxLayout.LeftToRight| 0) +(defenum |QBoxLayout.RightToLeft| 1) +(defenum |QBoxLayout.TopToBottom| 2) +(defenum |QCalendarWidget.ISOWeekNumbers| 1) +(defenum |QCalendarWidget.LongDayNames| 3) +(defenum |QCalendarWidget.NoHorizontalHeader| 0) +(defenum |QCalendarWidget.NoSelection| 0) +(defenum |QCalendarWidget.NoVerticalHeader| 0) +(defenum |QCalendarWidget.ShortDayNames| 2) +(defenum |QCalendarWidget.SingleLetterDayNames| 1) +(defenum |QCalendarWidget.SingleSelection| 1) +(defenum |QClipboard.Clipboard| 0) +(defenum |QClipboard.FindBuffer| 2) +(defenum |QClipboard.Selection| 1) +(defenum |QColor.Cmyk| 3) +(defenum |QColor.HexArgb| 1) +(defenum |QColor.HexRgb| 0) +(defenum |QColor.Hsl| 4) +(defenum |QColor.Hsv| 2) +(defenum |QColor.Invalid| 0) +(defenum |QColor.Rgb| 1) +(defenum |QColorDialog.DontUseNativeDialog| 4) +(defenum |QColorDialog.NoButtons| 2) +(defenum |QColorDialog.ShowAlphaChannel| 1) +(defenum |QComboBox.AdjustToContentsOnFirstShow| 1) +(defenum |QComboBox.AdjustToContents| 0) +(defenum |QComboBox.AdjustToMinimumContentsLengthWithIcon| 3) +(defenum |QComboBox.AdjustToMinimumContentsLength| 2) +(defenum |QComboBox.InsertAfterCurrent| 4) +(defenum |QComboBox.InsertAlphabetically| 6) +(defenum |QComboBox.InsertAtBottom| 3) +(defenum |QComboBox.InsertAtCurrent| 2) +(defenum |QComboBox.InsertAtTop| 1) +(defenum |QComboBox.InsertBeforeCurrent| 5) +(defenum |QComboBox.NoInsert| 0) +(defenum |QCompleter.CaseInsensitivelySortedModel| 2) +(defenum |QCompleter.CaseSensitivelySortedModel| 1) +(defenum |QCompleter.InlineCompletion| 2) +(defenum |QCompleter.PopupCompletion| 0) +(defenum |QCompleter.UnfilteredPopupCompletion| 1) +(defenum |QCompleter.UnsortedModel| 0) +(defenum |QContextMenuEvent.Keyboard| 1) +(defenum |QContextMenuEvent.Mouse| 0) +(defenum |QContextMenuEvent.Other| 2) +(defenum |QCryptographicHash.Md4| 0) +(defenum |QCryptographicHash.Md5| 1) +(defenum |QCryptographicHash.Sha1| 2) +(defenum |QCryptographicHash.Sha224| 3) +(defenum |QCryptographicHash.Sha256| 4) +(defenum |QCryptographicHash.Sha384| 5) +(defenum |QCryptographicHash.Sha3_224| 7) +(defenum |QCryptographicHash.Sha3_256| 8) +(defenum |QCryptographicHash.Sha3_384| 9) +(defenum |QCryptographicHash.Sha3_512| 10) +(defenum |QCryptographicHash.Sha512| 6) +(defenum |QDataWidgetMapper.AutoSubmit| 0) +(defenum |QDataWidgetMapper.ManualSubmit| 1) +(defenum |QDate.DateFormat| 0) +(defenum |QDate.StandaloneFormat| 1) +(defenum |QDateTimeEdit.AmPmSection| 1) +(defenum |QDateTimeEdit.DateSections_Mask| 1792) +(defenum |QDateTimeEdit.DaySection| 256) +(defenum |QDateTimeEdit.HourSection| 16) +(defenum |QDateTimeEdit.MSecSection| 2) +(defenum |QDateTimeEdit.MinuteSection| 8) +(defenum |QDateTimeEdit.MonthSection| 512) +(defenum |QDateTimeEdit.NoSection| 0) +(defenum |QDateTimeEdit.SecondSection| 4) +(defenum |QDateTimeEdit.TimeSections_Mask| 31) +(defenum |QDateTimeEdit.YearSection| 1024) +(defenum |QDialog.Accepted| 1) +(defenum |QDialog.Rejected| 0) +(defenum |QDialogButtonBox.Abort| 262144) +(defenum |QDialogButtonBox.AcceptRole| 0) +(defenum |QDialogButtonBox.ActionRole| 3) +(defenum |QDialogButtonBox.ApplyRole| 8) +(defenum |QDialogButtonBox.Apply| 33554432) +(defenum |QDialogButtonBox.Cancel| 4194304) +(defenum |QDialogButtonBox.Close| 2097152) +(defenum |QDialogButtonBox.DestructiveRole| 2) +(defenum |QDialogButtonBox.Discard| 8388608) +(defenum |QDialogButtonBox.GnomeLayout| 3) +(defenum |QDialogButtonBox.HelpRole| 4) +(defenum |QDialogButtonBox.Help| 16777216) +(defenum |QDialogButtonBox.Ignore| 1048576) +(defenum |QDialogButtonBox.InvalidRole| -1) +(defenum |QDialogButtonBox.KdeLayout| 2) +(defenum |QDialogButtonBox.MacLayout| 1) +(defenum |QDialogButtonBox.NoButton| 0) +(defenum |QDialogButtonBox.NoRole| 6) +(defenum |QDialogButtonBox.NoToAll| 131072) +(defenum |QDialogButtonBox.No| 65536) +(defenum |QDialogButtonBox.Ok| 1024) +(defenum |QDialogButtonBox.Open| 8192) +(defenum |QDialogButtonBox.RejectRole| 1) +(defenum |QDialogButtonBox.ResetRole| 7) +(defenum |QDialogButtonBox.Reset| 67108864) +(defenum |QDialogButtonBox.RestoreDefaults| 134217728) +(defenum |QDialogButtonBox.Retry| 524288) +(defenum |QDialogButtonBox.SaveAll| 4096) +(defenum |QDialogButtonBox.Save| 2048) +(defenum |QDialogButtonBox.WinLayout| 0) +(defenum |QDialogButtonBox.YesRole| 5) +(defenum |QDialogButtonBox.YesToAll| 32768) +(defenum |QDialogButtonBox.Yes| 16384) +(defenum |QDir.AllDirs| 1024) +(defenum |QDir.AllEntries| 7) +(defenum |QDir.CaseSensitive| 2048) +(defenum |QDir.DirsFirst| 4) +(defenum |QDir.DirsLast| 32) +(defenum |QDir.Dirs| 1) +(defenum |QDir.Drives| 4) +(defenum |QDir.Executable| 64) +(defenum |QDir.Files| 2) +(defenum |QDir.Hidden| 256) +(defenum |QDir.IgnoreCase| 16) +(defenum |QDir.LocaleAware| 64) +(defenum |QDir.Modified| 128) +(defenum |QDir.Name| 0) +(defenum |QDir.NoDotAndDotDot| 4096) +(defenum |QDir.NoDotDot| 16384) +(defenum |QDir.NoDot| 8192) +(defenum |QDir.NoSort| -1) +(defenum |QDir.NoSymLinks| 8) +(defenum |QDir.Readable| 16) +(defenum |QDir.Reversed| 8) +(defenum |QDir.Size| 2) +(defenum |QDir.System| 512) +(defenum |QDir.Time| 1) +(defenum |QDir.Type| 128) +(defenum |QDir.Unsorted| 3) +(defenum |QDir.Writable| 32) +(defenum |QDirIterator.FollowSymlinks| 1) +(defenum |QDirIterator.NoIteratorFlags| 0) +(defenum |QDirIterator.Subdirectories| 2) +(defenum |QDirModel.FileIconRole| 1) +(defenum |QDirModel.FileNameRole| 258) +(defenum |QDirModel.FilePathRole| 257) +(defenum |QDockWidget.AllDockWidgetFeatures| 7) +(defenum |QDockWidget.DockWidgetClosable| 1) +(defenum |QDockWidget.DockWidgetFeatureMask| 15) +(defenum |QDockWidget.DockWidgetFloatable| 4) +(defenum |QDockWidget.DockWidgetMovable| 2) +(defenum |QDockWidget.DockWidgetVerticalTitleBar| 8) +(defenum |QDockWidget.NoDockWidgetFeatures| 0) +(defenum |QDockWidget.Reserved| 255) +(defenum |QDoubleValidator.ScientificNotation| 1) +(defenum |QDoubleValidator.StandardNotation| 0) +(defenum |QEasingCurve.BezierSpline| 45) +(defenum |QEasingCurve.CosineCurve| 44) +(defenum |QEasingCurve.Custom| 47) +(defenum |QEasingCurve.InBack| 33) +(defenum |QEasingCurve.InBounce| 37) +(defenum |QEasingCurve.InCirc| 25) +(defenum |QEasingCurve.InCubic| 5) +(defenum |QEasingCurve.InCurve| 41) +(defenum |QEasingCurve.InElastic| 29) +(defenum |QEasingCurve.InExpo| 21) +(defenum |QEasingCurve.InOutBack| 35) +(defenum |QEasingCurve.InOutBounce| 39) +(defenum |QEasingCurve.InOutCirc| 27) +(defenum |QEasingCurve.InOutCubic| 7) +(defenum |QEasingCurve.InOutElastic| 31) +(defenum |QEasingCurve.InOutExpo| 23) +(defenum |QEasingCurve.InOutQuad| 3) +(defenum |QEasingCurve.InOutQuart| 11) +(defenum |QEasingCurve.InOutQuint| 15) +(defenum |QEasingCurve.InOutSine| 19) +(defenum |QEasingCurve.InQuad| 1) +(defenum |QEasingCurve.InQuart| 9) +(defenum |QEasingCurve.InQuint| 13) +(defenum |QEasingCurve.InSine| 17) +(defenum |QEasingCurve.Linear| 0) +(defenum |QEasingCurve.NCurveTypes| 48) +(defenum |QEasingCurve.OutBack| 34) +(defenum |QEasingCurve.OutBounce| 38) +(defenum |QEasingCurve.OutCirc| 26) +(defenum |QEasingCurve.OutCubic| 6) +(defenum |QEasingCurve.OutCurve| 42) +(defenum |QEasingCurve.OutElastic| 30) +(defenum |QEasingCurve.OutExpo| 22) +(defenum |QEasingCurve.OutInBack| 36) +(defenum |QEasingCurve.OutInBounce| 40) +(defenum |QEasingCurve.OutInCirc| 28) +(defenum |QEasingCurve.OutInCubic| 8) +(defenum |QEasingCurve.OutInElastic| 32) +(defenum |QEasingCurve.OutInExpo| 24) +(defenum |QEasingCurve.OutInQuad| 4) +(defenum |QEasingCurve.OutInQuart| 12) +(defenum |QEasingCurve.OutInQuint| 16) +(defenum |QEasingCurve.OutInSine| 20) +(defenum |QEasingCurve.OutQuad| 2) +(defenum |QEasingCurve.OutQuart| 10) +(defenum |QEasingCurve.OutQuint| 14) +(defenum |QEasingCurve.OutSine| 18) +(defenum |QEasingCurve.SineCurve| 43) +(defenum |QEasingCurve.TCBSpline| 46) +(defenum |QEvent.AcceptDropsChange| 152) +(defenum |QEvent.ActionAdded| 114) +(defenum |QEvent.ActionChanged| 113) +(defenum |QEvent.ActionRemoved| 115) +(defenum |QEvent.ActivateControl| 80) +(defenum |QEvent.ActivationChange| 99) +(defenum |QEvent.ApplicationActivated| 121) +(defenum |QEvent.ApplicationActivate| 121) +(defenum |QEvent.ApplicationDeactivated| 122) +(defenum |QEvent.ApplicationDeactivate| 122) +(defenum |QEvent.ApplicationFontChange| 36) +(defenum |QEvent.ApplicationLayoutDirectionChange| 37) +(defenum |QEvent.ApplicationPaletteChange| 38) +(defenum |QEvent.ApplicationStateChange| 214) +(defenum |QEvent.ApplicationWindowIconChange| 35) +(defenum |QEvent.ChildAdded| 68) +(defenum |QEvent.ChildPolished| 69) +(defenum |QEvent.ChildRemoved| 71) +(defenum |QEvent.Clipboard| 40) +(defenum |QEvent.CloseSoftwareInputPanel| 200) +(defenum |QEvent.Close| 19) +(defenum |QEvent.ContentsRectChange| 178) +(defenum |QEvent.ContextMenu| 82) +(defenum |QEvent.Create| 15) +(defenum |QEvent.CursorChange| 183) +(defenum |QEvent.DeactivateControl| 81) +(defenum |QEvent.DeferredDelete| 52) +(defenum |QEvent.Destroy| 16) +(defenum |QEvent.DragEnter| 60) +(defenum |QEvent.DragLeave| 62) +(defenum |QEvent.DragMove| 61) +(defenum |QEvent.DragResponse| 64) +(defenum |QEvent.Drop| 63) +(defenum |QEvent.DynamicPropertyChange| 170) +(defenum |QEvent.EmbeddingControl| 79) +(defenum |QEvent.EnabledChange| 98) +(defenum |QEvent.EnterEditFocus| 150) +(defenum |QEvent.EnterWhatsThisMode| 124) +(defenum |QEvent.Enter| 10) +(defenum |QEvent.Expose| 206) +(defenum |QEvent.FileOpen| 116) +(defenum |QEvent.FocusAboutToChange| 23) +(defenum |QEvent.FocusIn| 8) +(defenum |QEvent.FocusOut| 9) +(defenum |QEvent.FontChange| 97) +(defenum |QEvent.FutureCallOut| 180) +(defenum |QEvent.GestureOverride| 202) +(defenum |QEvent.Gesture| 198) +(defenum |QEvent.GrabKeyboard| 188) +(defenum |QEvent.GrabMouse| 186) +(defenum |QEvent.GraphicsSceneContextMenu| 159) +(defenum |QEvent.GraphicsSceneDragEnter| 164) +(defenum |QEvent.GraphicsSceneDragLeave| 166) +(defenum |QEvent.GraphicsSceneDragMove| 165) +(defenum |QEvent.GraphicsSceneDrop| 167) +(defenum |QEvent.GraphicsSceneHelp| 163) +(defenum |QEvent.GraphicsSceneHoverEnter| 160) +(defenum |QEvent.GraphicsSceneHoverLeave| 162) +(defenum |QEvent.GraphicsSceneHoverMove| 161) +(defenum |QEvent.GraphicsSceneMouseDoubleClick| 158) +(defenum |QEvent.GraphicsSceneMouseMove| 155) +(defenum |QEvent.GraphicsSceneMousePress| 156) +(defenum |QEvent.GraphicsSceneMouseRelease| 157) +(defenum |QEvent.GraphicsSceneMove| 182) +(defenum |QEvent.GraphicsSceneResize| 181) +(defenum |QEvent.GraphicsSceneWheel| 168) +(defenum |QEvent.HelpRequest| 95) +(defenum |QEvent.HideToParent| 27) +(defenum |QEvent.Hide| 18) +(defenum |QEvent.HoverEnter| 127) +(defenum |QEvent.HoverLeave| 128) +(defenum |QEvent.HoverMove| 129) +(defenum |QEvent.IconDrag| 96) +(defenum |QEvent.IconTextChange| 101) +(defenum |QEvent.InputMethodQuery| 207) +(defenum |QEvent.InputMethod| 83) +(defenum |QEvent.KeyPress| 6) +(defenum |QEvent.KeyRelease| 7) +(defenum |QEvent.KeyboardLayoutChange| 169) +(defenum |QEvent.LanguageChange| 89) +(defenum |QEvent.LayoutDirectionChange| 90) +(defenum |QEvent.LayoutRequest| 76) +(defenum |QEvent.LeaveEditFocus| 151) +(defenum |QEvent.LeaveWhatsThisMode| 125) +(defenum |QEvent.Leave| 11) +(defenum |QEvent.LocaleChange| 88) +(defenum |QEvent.MacGLClearDrawable| 191) +(defenum |QEvent.MacGLWindowChange| 179) +(defenum |QEvent.MacSizeChange| 177) +(defenum |QEvent.MaxUser| 65535) +(defenum |QEvent.MetaCall| 43) +(defenum |QEvent.ModifiedChange| 102) +(defenum |QEvent.MouseButtonDblClick| 4) +(defenum |QEvent.MouseButtonPress| 2) +(defenum |QEvent.MouseButtonRelease| 3) +(defenum |QEvent.MouseMove| 5) +(defenum |QEvent.MouseTrackingChange| 109) +(defenum |QEvent.Move| 13) +(defenum |QEvent.NativeGesture| 197) +(defenum |QEvent.NetworkReplyUpdated| 185) +(defenum |QEvent.NonClientAreaMouseButtonDblClick| 176) +(defenum |QEvent.NonClientAreaMouseButtonPress| 174) +(defenum |QEvent.NonClientAreaMouseButtonRelease| 175) +(defenum |QEvent.NonClientAreaMouseMove| 173) +(defenum |QEvent.None| 0) +(defenum |QEvent.OkRequest| 94) +(defenum |QEvent.OrientationChange| 208) +(defenum |QEvent.Paint| 12) +(defenum |QEvent.PaletteChange| 39) +(defenum |QEvent.ParentAboutToChange| 131) +(defenum |QEvent.ParentChange| 21) +(defenum |QEvent.PlatformPanel| 212) +(defenum |QEvent.PlatformSurface| 217) +(defenum |QEvent.PolishRequest| 74) +(defenum |QEvent.Polish| 75) +(defenum |QEvent.QueryWhatsThis| 123) +(defenum |QEvent.Quit| 20) +(defenum |QEvent.ReadOnlyChange| 106) +(defenum |QEvent.RequestSoftwareInputPanel| 199) +(defenum |QEvent.Resize| 14) +(defenum |QEvent.ScreenChangeInternal| 216) +(defenum |QEvent.ScrollPrepare| 204) +(defenum |QEvent.Scroll| 205) +(defenum |QEvent.ShortcutOverride| 51) +(defenum |QEvent.Shortcut| 117) +(defenum |QEvent.ShowToParent| 26) +(defenum |QEvent.ShowWindowRequest| 73) +(defenum |QEvent.Show| 17) +(defenum |QEvent.SockAct| 50) +(defenum |QEvent.SockClose| 211) +(defenum |QEvent.Speech| 42) +(defenum |QEvent.StateMachineSignal| 192) +(defenum |QEvent.StateMachineWrapped| 193) +(defenum |QEvent.StatusTip| 112) +(defenum |QEvent.StyleAnimationUpdate| 213) +(defenum |QEvent.StyleChange| 100) +(defenum |QEvent.Style| 91) +(defenum |QEvent.TabletEnterProximity| 171) +(defenum |QEvent.TabletLeaveProximity| 172) +(defenum |QEvent.TabletMove| 87) +(defenum |QEvent.TabletPress| 92) +(defenum |QEvent.TabletRelease| 93) +(defenum |QEvent.ThemeChange| 210) +(defenum |QEvent.ThreadChange| 22) +(defenum |QEvent.Timer| 1) +(defenum |QEvent.ToolBarChange| 120) +(defenum |QEvent.ToolTipChange| 184) +(defenum |QEvent.ToolTip| 110) +(defenum |QEvent.TouchBegin| 194) +(defenum |QEvent.TouchCancel| 209) +(defenum |QEvent.TouchEnd| 196) +(defenum |QEvent.TouchUpdate| 195) +(defenum |QEvent.UngrabKeyboard| 189) +(defenum |QEvent.UngrabMouse| 187) +(defenum |QEvent.UpdateLater| 78) +(defenum |QEvent.UpdateRequest| 77) +(defenum |QEvent.User| 1000) +(defenum |QEvent.WhatsThisClicked| 118) +(defenum |QEvent.WhatsThis| 111) +(defenum |QEvent.Wheel| 31) +(defenum |QEvent.WinEventAct| 132) +(defenum |QEvent.WinIdChange| 203) +(defenum |QEvent.WindowActivate| 24) +(defenum |QEvent.WindowBlocked| 103) +(defenum |QEvent.WindowChangeInternal| 215) +(defenum |QEvent.WindowDeactivate| 25) +(defenum |QEvent.WindowIconChange| 34) +(defenum |QEvent.WindowStateChange| 105) +(defenum |QEvent.WindowTitleChange| 33) +(defenum |QEvent.WindowUnblocked| 104) +(defenum |QEvent.ZOrderChange| 126) +(defenum |QEvent.ZeroTimerEvent| 154) +(defenum |QEventLoop.AllEvents| 0) +(defenum |QEventLoop.ExcludeSocketNotifiers| 2) +(defenum |QEventLoop.ExcludeUserInputEvents| 1) +(defenum |QEventLoop.WaitForMoreEvents| 4) +(defenum |QFileDevice.AbortError| 6) +(defenum |QFileDevice.AutoCloseHandle| 1) +(defenum |QFileDevice.CopyError| 14) +(defenum |QFileDevice.DontCloseHandle| 0) +(defenum |QFileDevice.ExeGroup| 16) +(defenum |QFileDevice.ExeOther| 1) +(defenum |QFileDevice.ExeOwner| 4096) +(defenum |QFileDevice.ExeUser| 256) +(defenum |QFileDevice.FatalError| 3) +(defenum |QFileDevice.MapPrivateOption| 1) +(defenum |QFileDevice.NoError| 0) +(defenum |QFileDevice.NoOptions| 0) +(defenum |QFileDevice.OpenError| 5) +(defenum |QFileDevice.PermissionsError| 13) +(defenum |QFileDevice.PositionError| 11) +(defenum |QFileDevice.ReadError| 1) +(defenum |QFileDevice.ReadGroup| 64) +(defenum |QFileDevice.ReadOther| 4) +(defenum |QFileDevice.ReadOwner| 16384) +(defenum |QFileDevice.ReadUser| 1024) +(defenum |QFileDevice.RemoveError| 9) +(defenum |QFileDevice.RenameError| 10) +(defenum |QFileDevice.ResizeError| 12) +(defenum |QFileDevice.ResourceError| 4) +(defenum |QFileDevice.TimeOutError| 7) +(defenum |QFileDevice.UnspecifiedError| 8) +(defenum |QFileDevice.WriteError| 2) +(defenum |QFileDevice.WriteGroup| 32) +(defenum |QFileDevice.WriteOther| 2) +(defenum |QFileDevice.WriteOwner| 8192) +(defenum |QFileDevice.WriteUser| 512) +(defenum |QFileDialog.AcceptOpen| 0) +(defenum |QFileDialog.AcceptSave| 1) +(defenum |QFileDialog.Accept| 3) +(defenum |QFileDialog.AnyFile| 0) +(defenum |QFileDialog.Detail| 0) +(defenum |QFileDialog.DirectoryOnly| 4) +(defenum |QFileDialog.Directory| 2) +(defenum |QFileDialog.DontConfirmOverwrite| 4) +(defenum |QFileDialog.DontResolveSymlinks| 2) +(defenum |QFileDialog.DontUseCustomDirectoryIcons| 128) +(defenum |QFileDialog.DontUseNativeDialog| 16) +(defenum |QFileDialog.DontUseSheet| 8) +(defenum |QFileDialog.ExistingFiles| 3) +(defenum |QFileDialog.ExistingFile| 1) +(defenum |QFileDialog.FileName| 1) +(defenum |QFileDialog.FileType| 2) +(defenum |QFileDialog.HideNameFilterDetails| 64) +(defenum |QFileDialog.List| 1) +(defenum |QFileDialog.LookIn| 0) +(defenum |QFileDialog.ReadOnly| 32) +(defenum |QFileDialog.Reject| 4) +(defenum |QFileDialog.ShowDirsOnly| 1) +(defenum |QFileIconProvider.Computer| 0) +(defenum |QFileIconProvider.Desktop| 1) +(defenum |QFileIconProvider.DontUseCustomDirectoryIcons| 1) +(defenum |QFileIconProvider.Drive| 4) +(defenum |QFileIconProvider.File| 6) +(defenum |QFileIconProvider.Folder| 5) +(defenum |QFileIconProvider.Network| 3) +(defenum |QFileIconProvider.Trashcan| 2) +(defenum |QFileSystemModel.FileIconRole| 1) +(defenum |QFileSystemModel.FileNameRole| 258) +(defenum |QFileSystemModel.FilePathRole| 257) +(defenum |QFileSystemModel.FilePermissions| 259) +(defenum |QFont.AbsoluteSpacing| 1) +(defenum |QFont.AllLowercase| 2) +(defenum |QFont.AllUppercase| 1) +(defenum |QFont.AnyStyle| 0) +(defenum |QFont.Black| 87) +(defenum |QFont.Bold| 75) +(defenum |QFont.Capitalize| 4) +(defenum |QFont.Condensed| 75) +(defenum |QFont.Courier| 2) +(defenum |QFont.Cursive| 6) +(defenum |QFont.Decorative| 3) +(defenum |QFont.DemiBold| 63) +(defenum |QFont.Expanded| 125) +(defenum |QFont.ExtraBold| 81) +(defenum |QFont.ExtraCondensed| 62) +(defenum |QFont.ExtraExpanded| 150) +(defenum |QFont.ExtraLight| 12) +(defenum |QFont.Fantasy| 8) +(defenum |QFont.ForceIntegerMetrics| 1024) +(defenum |QFont.ForceOutline| 16) +(defenum |QFont.Helvetica| 0) +(defenum |QFont.Light| 25) +(defenum |QFont.Medium| 57) +(defenum |QFont.MixedCase| 0) +(defenum |QFont.Monospace| 7) +(defenum |QFont.NoAntialias| 256) +(defenum |QFont.NoFontMerging| 32768) +(defenum |QFont.NoSubpixelAntialias| 2048) +(defenum |QFont.Normal| 50) +(defenum |QFont.OldEnglish| 3) +(defenum |QFont.OpenGLCompatible| 512) +(defenum |QFont.PercentageSpacing| 0) +(defenum |QFont.PreferAntialias| 128) +(defenum |QFont.PreferBitmap| 2) +(defenum |QFont.PreferDefaultHinting| 0) +(defenum |QFont.PreferDefault| 1) +(defenum |QFont.PreferDevice| 4) +(defenum |QFont.PreferFullHinting| 3) +(defenum |QFont.PreferMatch| 32) +(defenum |QFont.PreferNoHinting| 1) +(defenum |QFont.PreferOutline| 8) +(defenum |QFont.PreferQuality| 64) +(defenum |QFont.PreferVerticalHinting| 2) +(defenum |QFont.SansSerif| 0) +(defenum |QFont.SemiCondensed| 87) +(defenum |QFont.SemiExpanded| 112) +(defenum |QFont.Serif| 1) +(defenum |QFont.SmallCaps| 3) +(defenum |QFont.StyleItalic| 1) +(defenum |QFont.StyleNormal| 0) +(defenum |QFont.StyleOblique| 2) +(defenum |QFont.System| 4) +(defenum |QFont.Thin| 0) +(defenum |QFont.Times| 1) +(defenum |QFont.TypeWriter| 2) +(defenum |QFont.UltraCondensed| 50) +(defenum |QFont.UltraExpanded| 200) +(defenum |QFont.Unstretched| 100) +(defenum |QFontComboBox.AllFonts| 0) +(defenum |QFontComboBox.MonospacedFonts| 4) +(defenum |QFontComboBox.NonScalableFonts| 2) +(defenum |QFontComboBox.ProportionalFonts| 8) +(defenum |QFontComboBox.ScalableFonts| 1) +(defenum |QFontDatabase.Any| 0) +(defenum |QFontDatabase.Arabic| 6) +(defenum |QFontDatabase.Armenian| 4) +(defenum |QFontDatabase.Bengali| 10) +(defenum |QFontDatabase.Cyrillic| 3) +(defenum |QFontDatabase.Devanagari| 9) +(defenum |QFontDatabase.FixedFont| 1) +(defenum |QFontDatabase.GeneralFont| 0) +(defenum |QFontDatabase.Georgian| 23) +(defenum |QFontDatabase.Greek| 2) +(defenum |QFontDatabase.Gujarati| 12) +(defenum |QFontDatabase.Gurmukhi| 11) +(defenum |QFontDatabase.Hebrew| 5) +(defenum |QFontDatabase.Japanese| 27) +(defenum |QFontDatabase.Kannada| 16) +(defenum |QFontDatabase.Khmer| 24) +(defenum |QFontDatabase.Korean| 28) +(defenum |QFontDatabase.Lao| 20) +(defenum |QFontDatabase.Latin| 1) +(defenum |QFontDatabase.Malayalam| 17) +(defenum |QFontDatabase.Myanmar| 22) +(defenum |QFontDatabase.Nko| 33) +(defenum |QFontDatabase.Ogham| 31) +(defenum |QFontDatabase.Oriya| 13) +(defenum |QFontDatabase.Other| 30) +(defenum |QFontDatabase.Runic| 32) +(defenum |QFontDatabase.SimplifiedChinese| 25) +(defenum |QFontDatabase.Sinhala| 18) +(defenum |QFontDatabase.SmallestReadableFont| 3) +(defenum |QFontDatabase.Symbol| 30) +(defenum |QFontDatabase.Syriac| 7) +(defenum |QFontDatabase.Tamil| 14) +(defenum |QFontDatabase.Telugu| 15) +(defenum |QFontDatabase.Thaana| 8) +(defenum |QFontDatabase.Thai| 19) +(defenum |QFontDatabase.Tibetan| 21) +(defenum |QFontDatabase.TitleFont| 2) +(defenum |QFontDatabase.TraditionalChinese| 26) +(defenum |QFontDatabase.Vietnamese| 29) +(defenum |QFontDatabase.WritingSystemsCount| 34) +(defenum |QFontDialog.DontUseNativeDialog| 2) +(defenum |QFontDialog.MonospacedFonts| 16) +(defenum |QFontDialog.NoButtons| 1) +(defenum |QFontDialog.NonScalableFonts| 8) +(defenum |QFontDialog.ProportionalFonts| 32) +(defenum |QFontDialog.ScalableFonts| 4) +(defenum |QFormLayout.AllNonFixedFieldsGrow| 2) +(defenum |QFormLayout.DontWrapRows| 0) +(defenum |QFormLayout.ExpandingFieldsGrow| 1) +(defenum |QFormLayout.FieldRole| 1) +(defenum |QFormLayout.FieldsStayAtSizeHint| 0) +(defenum |QFormLayout.LabelRole| 0) +(defenum |QFormLayout.SpanningRole| 2) +(defenum |QFormLayout.WrapAllRows| 2) +(defenum |QFormLayout.WrapLongRows| 1) +(defenum |QFrame.Box| 1) +(defenum |QFrame.HLine| 4) +(defenum |QFrame.NoFrame| 0) +(defenum |QFrame.Panel| 2) +(defenum |QFrame.Plain| 16) +(defenum |QFrame.Raised| 32) +(defenum |QFrame.Shadow_Mask| 240) +(defenum |QFrame.Shape_Mask| 15) +(defenum |QFrame.StyledPanel| 6) +(defenum |QFrame.Sunken| 48) +(defenum |QFrame.VLine| 5) +(defenum |QFrame.WinPanel| 3) +(defenum |QGLContext.DefaultBindOption| 11) +(defenum |QGLContext.InvertedYBindOption| 1) +(defenum |QGLContext.LinearFilteringBindOption| 8) +(defenum |QGLContext.MipmapBindOption| 2) +(defenum |QGLContext.NoBindOption| 0) +(defenum |QGLContext.PremultipliedAlphaBindOption| 4) +(defenum |QGLFormat.CompatibilityProfile| 2) +(defenum |QGLFormat.CoreProfile| 1) +(defenum |QGLFormat.NoProfile| 0) +(defenum |QGLFormat.OpenGL_ES_CommonLite_Version_1_0| 256) +(defenum |QGLFormat.OpenGL_ES_CommonLite_Version_1_1| 1024) +(defenum |QGLFormat.OpenGL_ES_Common_Version_1_0| 128) +(defenum |QGLFormat.OpenGL_ES_Common_Version_1_1| 512) +(defenum |QGLFormat.OpenGL_ES_Version_2_0| 2048) +(defenum |QGLFormat.OpenGL_Version_1_1| 1) +(defenum |QGLFormat.OpenGL_Version_1_2| 2) +(defenum |QGLFormat.OpenGL_Version_1_3| 4) +(defenum |QGLFormat.OpenGL_Version_1_4| 8) +(defenum |QGLFormat.OpenGL_Version_1_5| 16) +(defenum |QGLFormat.OpenGL_Version_2_0| 32) +(defenum |QGLFormat.OpenGL_Version_2_1| 64) +(defenum |QGLFormat.OpenGL_Version_3_0| 4096) +(defenum |QGLFormat.OpenGL_Version_3_1| 8192) +(defenum |QGLFormat.OpenGL_Version_3_2| 16384) +(defenum |QGLFormat.OpenGL_Version_3_3| 32768) +(defenum |QGLFormat.OpenGL_Version_4_0| 65536) +(defenum |QGLFormat.OpenGL_Version_4_1| 131072) +(defenum |QGLFormat.OpenGL_Version_4_2| 262144) +(defenum |QGLFormat.OpenGL_Version_4_3| 524288) +(defenum |QGLFormat.OpenGL_Version_None| 0) +(defenum |QGLFramebufferObject.CombinedDepthStencil| 1) +(defenum |QGLFramebufferObject.Depth| 2) +(defenum |QGLFramebufferObject.NoAttachment| 0) +(defenum |QGLShader.Fragment| 2) +(defenum |QGLShader.Geometry| 4) +(defenum |QGLShader.Vertex| 1) +(defenum |QGesture.CancelAllInContext| 1) +(defenum |QGesture.CancelNone| 0) +(defenum |QGradient.ConicalGradient| 2) +(defenum |QGradient.LinearGradient| 0) +(defenum |QGradient.LogicalMode| 0) +(defenum |QGradient.NoGradient| 3) +(defenum |QGradient.ObjectBoundingMode| 2) +(defenum |QGradient.PadSpread| 0) +(defenum |QGradient.RadialGradient| 1) +(defenum |QGradient.ReflectSpread| 1) +(defenum |QGradient.RepeatSpread| 2) +(defenum |QGradient.StretchToDeviceMode| 1) +(defenum |QGraphicsBlurEffect.AnimationHint| 2) +(defenum |QGraphicsBlurEffect.PerformanceHint| 0) +(defenum |QGraphicsBlurEffect.QualityHint| 1) +(defenum |QGraphicsEffect.NoPad| 0) +(defenum |QGraphicsEffect.PadToEffectiveBoundingRect| 2) +(defenum |QGraphicsEffect.PadToTransparentBorder| 1) +(defenum |QGraphicsEffect.SourceAttached| 1) +(defenum |QGraphicsEffect.SourceBoundingRectChanged| 4) +(defenum |QGraphicsEffect.SourceDetached| 2) +(defenum |QGraphicsEffect.SourceInvalidated| 8) +(defenum |QGraphicsItem.DeviceCoordinateCache| 2) +(defenum |QGraphicsItem.ItemAcceptsInputMethod| 4096) +(defenum |QGraphicsItem.ItemChildAddedChange| 6) +(defenum |QGraphicsItem.ItemChildRemovedChange| 7) +(defenum |QGraphicsItem.ItemClipsChildrenToShape| 16) +(defenum |QGraphicsItem.ItemClipsToShape| 8) +(defenum |QGraphicsItem.ItemContainsChildrenInShape| 524288) +(defenum |QGraphicsItem.ItemCoordinateCache| 1) +(defenum |QGraphicsItem.ItemCursorChange| 17) +(defenum |QGraphicsItem.ItemCursorHasChanged| 18) +(defenum |QGraphicsItem.ItemDoesntPropagateOpacityToChildren| 128) +(defenum |QGraphicsItem.ItemEnabledChange| 3) +(defenum |QGraphicsItem.ItemEnabledHasChanged| 13) +(defenum |QGraphicsItem.ItemFlagsChange| 21) +(defenum |QGraphicsItem.ItemFlagsHaveChanged| 22) +(defenum |QGraphicsItem.ItemHasNoContents| 1024) +(defenum |QGraphicsItem.ItemIgnoresParentOpacity| 64) +(defenum |QGraphicsItem.ItemIgnoresTransformations| 32) +(defenum |QGraphicsItem.ItemIsFocusable| 4) +(defenum |QGraphicsItem.ItemIsMovable| 1) +(defenum |QGraphicsItem.ItemIsPanel| 16384) +(defenum |QGraphicsItem.ItemIsSelectable| 2) +(defenum |QGraphicsItem.ItemMatrixChange| 1) +(defenum |QGraphicsItem.ItemNegativeZStacksBehindParent| 8192) +(defenum |QGraphicsItem.ItemOpacityChange| 25) +(defenum |QGraphicsItem.ItemOpacityHasChanged| 26) +(defenum |QGraphicsItem.ItemParentChange| 5) +(defenum |QGraphicsItem.ItemParentHasChanged| 15) +(defenum |QGraphicsItem.ItemPositionChange| 0) +(defenum |QGraphicsItem.ItemPositionHasChanged| 9) +(defenum |QGraphicsItem.ItemRotationChange| 28) +(defenum |QGraphicsItem.ItemRotationHasChanged| 29) +(defenum |QGraphicsItem.ItemScaleChange| 30) +(defenum |QGraphicsItem.ItemScaleHasChanged| 31) +(defenum |QGraphicsItem.ItemSceneChange| 11) +(defenum |QGraphicsItem.ItemSceneHasChanged| 16) +(defenum |QGraphicsItem.ItemScenePositionHasChanged| 27) +(defenum |QGraphicsItem.ItemSelectedChange| 4) +(defenum |QGraphicsItem.ItemSelectedHasChanged| 14) +(defenum |QGraphicsItem.ItemSendsGeometryChanges| 2048) +(defenum |QGraphicsItem.ItemSendsScenePositionChanges| 65536) +(defenum |QGraphicsItem.ItemStacksBehindParent| 256) +(defenum |QGraphicsItem.ItemToolTipChange| 19) +(defenum |QGraphicsItem.ItemToolTipHasChanged| 20) +(defenum |QGraphicsItem.ItemTransformChange| 8) +(defenum |QGraphicsItem.ItemTransformHasChanged| 10) +(defenum |QGraphicsItem.ItemTransformOriginPointChange| 32) +(defenum |QGraphicsItem.ItemTransformOriginPointHasChanged| 33) +(defenum |QGraphicsItem.ItemUsesExtendedStyleOption| 512) +(defenum |QGraphicsItem.ItemVisibleChange| 2) +(defenum |QGraphicsItem.ItemVisibleHasChanged| 12) +(defenum |QGraphicsItem.ItemZValueChange| 23) +(defenum |QGraphicsItem.ItemZValueHasChanged| 24) +(defenum |QGraphicsItem.NoCache| 0) +(defenum |QGraphicsItem.NonModal| 0) +(defenum |QGraphicsItem.PanelModal| 1) +(defenum |QGraphicsItem.SceneModal| 2) +(defenum |QGraphicsPixmapItem.BoundingRectShape| 1) +(defenum |QGraphicsPixmapItem.HeuristicMaskShape| 2) +(defenum |QGraphicsPixmapItem.MaskShape| 0) +(defenum |QGraphicsScene.AllLayers| 65535) +(defenum |QGraphicsScene.BackgroundLayer| 2) +(defenum |QGraphicsScene.BspTreeIndex| 0) +(defenum |QGraphicsScene.ForegroundLayer| 4) +(defenum |QGraphicsScene.ItemLayer| 1) +(defenum |QGraphicsScene.NoIndex| -1) +(defenum |QGraphicsSceneContextMenuEvent.Keyboard| 1) +(defenum |QGraphicsSceneContextMenuEvent.Mouse| 0) +(defenum |QGraphicsSceneContextMenuEvent.Other| 2) +(defenum |QGraphicsView.AnchorUnderMouse| 2) +(defenum |QGraphicsView.AnchorViewCenter| 1) +(defenum |QGraphicsView.BoundingRectViewportUpdate| 4) +(defenum |QGraphicsView.CacheBackground| 1) +(defenum |QGraphicsView.CacheNone| 0) +(defenum |QGraphicsView.DontAdjustForAntialiasing| 4) +(defenum |QGraphicsView.DontClipPainter| 1) +(defenum |QGraphicsView.DontSavePainterState| 2) +(defenum |QGraphicsView.FullViewportUpdate| 0) +(defenum |QGraphicsView.IndirectPainting| 8) +(defenum |QGraphicsView.MinimalViewportUpdate| 1) +(defenum |QGraphicsView.NoAnchor| 0) +(defenum |QGraphicsView.NoDrag| 0) +(defenum |QGraphicsView.NoViewportUpdate| 3) +(defenum |QGraphicsView.RubberBandDrag| 2) +(defenum |QGraphicsView.ScrollHandDrag| 1) +(defenum |QGraphicsView.SmartViewportUpdate| 2) +(defenum |QHeaderView.Custom| 2) +(defenum |QHeaderView.Fixed| 2) +(defenum |QHeaderView.Interactive| 0) +(defenum |QHeaderView.ResizeToContents| 3) +(defenum |QHeaderView.Stretch| 1) +(defenum |QHelpSearchQuery.ALL| 4) +(defenum |QHelpSearchQuery.ATLEAST| 5) +(defenum |QHelpSearchQuery.DEFAULT| 0) +(defenum |QHelpSearchQuery.FUZZY| 1) +(defenum |QHelpSearchQuery.PHRASE| 3) +(defenum |QHelpSearchQuery.WITHOUT| 2) +(defenum |QHistoryState.DeepHistory| 1) +(defenum |QHistoryState.ShallowHistory| 0) +(defenum |QHostAddress.AnyIPv4| 6) +(defenum |QHostAddress.AnyIPv6| 5) +(defenum |QHostAddress.Any| 4) +(defenum |QHostAddress.Broadcast| 1) +(defenum |QHostAddress.LocalHostIPv6| 3) +(defenum |QHostAddress.LocalHost| 2) +(defenum |QHostAddress.Null| 0) +(defenum |QHostInfo.HostNotFound| 1) +(defenum |QHostInfo.NoError| 0) +(defenum |QHostInfo.UnknownError| 2) +(defenum |QIODevice.Append| 4) +(defenum |QIODevice.NotOpen| 0) +(defenum |QIODevice.ReadOnly| 1) +(defenum |QIODevice.ReadWrite| 3) +(defenum |QIODevice.Text| 16) +(defenum |QIODevice.Truncate| 8) +(defenum |QIODevice.Unbuffered| 32) +(defenum |QIODevice.WriteOnly| 2) +(defenum |QIcon.Active| 2) +(defenum |QIcon.Disabled| 1) +(defenum |QIcon.Normal| 0) +(defenum |QIcon.Off| 1) +(defenum |QIcon.On| 0) +(defenum |QIcon.Selected| 3) +(defenum |QImage.Format_A2BGR30_Premultiplied| 20) +(defenum |QImage.Format_A2RGB30_Premultiplied| 22) +(defenum |QImage.Format_ARGB32_Premultiplied| 6) +(defenum |QImage.Format_ARGB32| 5) +(defenum |QImage.Format_ARGB4444_Premultiplied| 15) +(defenum |QImage.Format_ARGB6666_Premultiplied| 10) +(defenum |QImage.Format_ARGB8555_Premultiplied| 12) +(defenum |QImage.Format_ARGB8565_Premultiplied| 8) +(defenum |QImage.Format_Alpha8| 23) +(defenum |QImage.Format_BGR30| 19) +(defenum |QImage.Format_Grayscale8| 24) +(defenum |QImage.Format_Indexed8| 3) +(defenum |QImage.Format_Invalid| 0) +(defenum |QImage.Format_MonoLSB| 2) +(defenum |QImage.Format_Mono| 1) +(defenum |QImage.Format_RGB16| 7) +(defenum |QImage.Format_RGB30| 21) +(defenum |QImage.Format_RGB32| 4) +(defenum |QImage.Format_RGB444| 14) +(defenum |QImage.Format_RGB555| 11) +(defenum |QImage.Format_RGB666| 9) +(defenum |QImage.Format_RGB888| 13) +(defenum |QImage.Format_RGBA8888_Premultiplied| 18) +(defenum |QImage.Format_RGBA8888| 17) +(defenum |QImage.Format_RGBX8888| 16) +(defenum |QImage.InvertRgba| 1) +(defenum |QImage.InvertRgb| 0) +(defenum |QInputDialog.DoubleInput| 2) +(defenum |QInputDialog.IntInput| 1) +(defenum |QInputDialog.NoButtons| 1) +(defenum |QInputDialog.TextInput| 0) +(defenum |QInputDialog.UseListViewForComboBoxItems| 2) +(defenum |QInputDialog.UsePlainTextEditForTextInput| 4) +(defenum |QInputMethodEvent.Cursor| 1) +(defenum |QInputMethodEvent.Language| 2) +(defenum |QInputMethodEvent.Ruby| 3) +(defenum |QInputMethodEvent.Selection| 4) +(defenum |QInputMethodEvent.TextFormat| 0) +(defenum |QItemSelectionModel.ClearAndSelect| 3) +(defenum |QItemSelectionModel.Clear| 1) +(defenum |QItemSelectionModel.Columns| 64) +(defenum |QItemSelectionModel.Current| 16) +(defenum |QItemSelectionModel.Deselect| 4) +(defenum |QItemSelectionModel.NoUpdate| 0) +(defenum |QItemSelectionModel.Rows| 32) +(defenum |QItemSelectionModel.SelectCurrent| 18) +(defenum |QItemSelectionModel.Select| 2) +(defenum |QItemSelectionModel.ToggleCurrent| 24) +(defenum |QItemSelectionModel.Toggle| 8) +(defenum |QKeySequence.AddTab| 19) +(defenum |QKeySequence.Backspace| 69) +(defenum |QKeySequence.Back| 13) +(defenum |QKeySequence.Bold| 27) +(defenum |QKeySequence.Close| 4) +(defenum |QKeySequence.Copy| 9) +(defenum |QKeySequence.Cut| 8) +(defenum |QKeySequence.DeleteCompleteLine| 68) +(defenum |QKeySequence.DeleteEndOfLine| 60) +(defenum |QKeySequence.DeleteEndOfWord| 59) +(defenum |QKeySequence.DeleteStartOfWord| 58) +(defenum |QKeySequence.Delete| 7) +(defenum |QKeySequence.Deselect| 67) +(defenum |QKeySequence.ExactMatch| 2) +(defenum |QKeySequence.FindNext| 23) +(defenum |QKeySequence.FindPrevious| 24) +(defenum |QKeySequence.Find| 22) +(defenum |QKeySequence.Forward| 14) +(defenum |QKeySequence.FullScreen| 66) +(defenum |QKeySequence.HelpContents| 1) +(defenum |QKeySequence.InsertLineSeparator| 62) +(defenum |QKeySequence.InsertParagraphSeparator| 61) +(defenum |QKeySequence.Italic| 28) +(defenum |QKeySequence.MoveToEndOfBlock| 41) +(defenum |QKeySequence.MoveToEndOfDocument| 43) +(defenum |QKeySequence.MoveToEndOfLine| 39) +(defenum |QKeySequence.MoveToNextChar| 30) +(defenum |QKeySequence.MoveToNextLine| 34) +(defenum |QKeySequence.MoveToNextPage| 36) +(defenum |QKeySequence.MoveToNextWord| 32) +(defenum |QKeySequence.MoveToPreviousChar| 31) +(defenum |QKeySequence.MoveToPreviousLine| 35) +(defenum |QKeySequence.MoveToPreviousPage| 37) +(defenum |QKeySequence.MoveToPreviousWord| 33) +(defenum |QKeySequence.MoveToStartOfBlock| 40) +(defenum |QKeySequence.MoveToStartOfDocument| 42) +(defenum |QKeySequence.MoveToStartOfLine| 38) +(defenum |QKeySequence.NativeText| 0) +(defenum |QKeySequence.New| 6) +(defenum |QKeySequence.NextChild| 20) +(defenum |QKeySequence.NoMatch| 0) +(defenum |QKeySequence.Open| 3) +(defenum |QKeySequence.PartialMatch| 1) +(defenum |QKeySequence.Paste| 10) +(defenum |QKeySequence.PortableText| 1) +(defenum |QKeySequence.Preferences| 64) +(defenum |QKeySequence.PreviousChild| 21) +(defenum |QKeySequence.Print| 18) +(defenum |QKeySequence.Quit| 65) +(defenum |QKeySequence.Redo| 12) +(defenum |QKeySequence.Refresh| 15) +(defenum |QKeySequence.Replace| 25) +(defenum |QKeySequence.SaveAs| 63) +(defenum |QKeySequence.Save| 5) +(defenum |QKeySequence.SelectAll| 26) +(defenum |QKeySequence.SelectEndOfBlock| 55) +(defenum |QKeySequence.SelectEndOfDocument| 57) +(defenum |QKeySequence.SelectEndOfLine| 53) +(defenum |QKeySequence.SelectNextChar| 44) +(defenum |QKeySequence.SelectNextLine| 48) +(defenum |QKeySequence.SelectNextPage| 50) +(defenum |QKeySequence.SelectNextWord| 46) +(defenum |QKeySequence.SelectPreviousChar| 45) +(defenum |QKeySequence.SelectPreviousLine| 49) +(defenum |QKeySequence.SelectPreviousPage| 51) +(defenum |QKeySequence.SelectPreviousWord| 47) +(defenum |QKeySequence.SelectStartOfBlock| 54) +(defenum |QKeySequence.SelectStartOfDocument| 56) +(defenum |QKeySequence.SelectStartOfLine| 52) +(defenum |QKeySequence.Underline| 29) +(defenum |QKeySequence.Undo| 11) +(defenum |QKeySequence.UnknownKey| 0) +(defenum |QKeySequence.WhatsThis| 2) +(defenum |QKeySequence.ZoomIn| 16) +(defenum |QKeySequence.ZoomOut| 17) +(defenum |QLCDNumber.Bin| 3) +(defenum |QLCDNumber.Dec| 1) +(defenum |QLCDNumber.Filled| 1) +(defenum |QLCDNumber.Flat| 2) +(defenum |QLCDNumber.Hex| 0) +(defenum |QLCDNumber.Oct| 2) +(defenum |QLCDNumber.Outline| 0) +(defenum |QLayout.SetDefaultConstraint| 0) +(defenum |QLayout.SetFixedSize| 3) +(defenum |QLayout.SetMaximumSize| 4) +(defenum |QLayout.SetMinAndMaxSize| 5) +(defenum |QLayout.SetMinimumSize| 2) +(defenum |QLayout.SetNoConstraint| 1) +(defenum |QLibrary.DeepBindHint| 16) +(defenum |QLibrary.ExportExternalSymbolsHint| 2) +(defenum |QLibrary.LoadArchiveMemberHint| 4) +(defenum |QLibrary.PreventUnloadHint| 8) +(defenum |QLibrary.ResolveAllSymbolsHint| 1) +(defenum |QLibraryInfo.ArchDataPath| 9) +(defenum |QLibraryInfo.BinariesPath| 5) +(defenum |QLibraryInfo.DataPath| 10) +(defenum |QLibraryInfo.DocumentationPath| 1) +(defenum |QLibraryInfo.ExamplesPath| 12) +(defenum |QLibraryInfo.HeadersPath| 2) +(defenum |QLibraryInfo.ImportsPath| 7) +(defenum |QLibraryInfo.LibrariesPath| 3) +(defenum |QLibraryInfo.LibraryExecutablesPath| 4) +(defenum |QLibraryInfo.PluginsPath| 6) +(defenum |QLibraryInfo.PrefixPath| 0) +(defenum |QLibraryInfo.Qml2ImportsPath| 8) +(defenum |QLibraryInfo.SettingsPath| 100) +(defenum |QLibraryInfo.TestsPath| 13) +(defenum |QLibraryInfo.TranslationsPath| 11) +(defenum |QLineEdit.LeadingPosition| 0) +(defenum |QLineEdit.NoEcho| 1) +(defenum |QLineEdit.Normal| 0) +(defenum |QLineEdit.PasswordEchoOnEdit| 3) +(defenum |QLineEdit.Password| 2) +(defenum |QLineEdit.TrailingPosition| 1) +(defenum |QListView.Adjust| 1) +(defenum |QListView.Batched| 1) +(defenum |QListView.Fixed| 0) +(defenum |QListView.Free| 1) +(defenum |QListView.IconMode| 1) +(defenum |QListView.LeftToRight| 0) +(defenum |QListView.ListMode| 0) +(defenum |QListView.SinglePass| 0) +(defenum |QListView.Snap| 2) +(defenum |QListView.Static| 0) +(defenum |QListView.TopToBottom| 1) +(defenum |QListWidgetItem.Type| 0) +(defenum |QListWidgetItem.UserType| 1000) +(defenum |QLocalServer.GroupAccessOption| 2) +(defenum |QLocalServer.NoOptions| 0) +(defenum |QLocalServer.OtherAccessOption| 4) +(defenum |QLocalServer.UserAccessOption| 1) +(defenum |QLocalServer.WorldAccessOption| 7) +(defenum |QLocalSocket.ClosingState| 6) +(defenum |QLocalSocket.ConnectedState| 3) +(defenum |QLocalSocket.ConnectingState| 2) +(defenum |QLocalSocket.ConnectionError| 7) +(defenum |QLocalSocket.ConnectionRefusedError| 0) +(defenum |QLocalSocket.DatagramTooLargeError| 6) +(defenum |QLocalSocket.OperationError| 19) +(defenum |QLocalSocket.PeerClosedError| 1) +(defenum |QLocalSocket.ServerNotFoundError| 2) +(defenum |QLocalSocket.SocketAccessError| 3) +(defenum |QLocalSocket.SocketResourceError| 4) +(defenum |QLocalSocket.SocketTimeoutError| 5) +(defenum |QLocalSocket.UnconnectedState| 0) +(defenum |QLocalSocket.UnknownSocketError| -1) +(defenum |QLocalSocket.UnsupportedSocketOperationError| 10) +(defenum |QLocale.Abkhazian| 2) +(defenum |QLocale.Afan| 3) +(defenum |QLocale.Afar| 4) +(defenum |QLocale.Afghanistan| 1) +(defenum |QLocale.Afrikaans| 5) +(defenum |QLocale.Aghem| 237) +(defenum |QLocale.Akan| 146) +(defenum |QLocale.Akkadian| 262) +(defenum |QLocale.Akoose| 312) +(defenum |QLocale.AlandIslands| 248) +(defenum |QLocale.Albanian| 6) +(defenum |QLocale.Albania| 2) +(defenum |QLocale.Algeria| 3) +(defenum |QLocale.AlternateQuotation| 1) +(defenum |QLocale.AmericanSamoa| 4) +(defenum |QLocale.Amharic| 7) +(defenum |QLocale.AncientEgyptian| 263) +(defenum |QLocale.AncientGreek| 264) +(defenum |QLocale.AncientNorthArabian| 331) +(defenum |QLocale.Andorra| 5) +(defenum |QLocale.Angola| 6) +(defenum |QLocale.Anguilla| 7) +(defenum |QLocale.Antarctica| 8) +(defenum |QLocale.AntiguaAndBarbuda| 9) +(defenum |QLocale.AnyCountry| 0) +(defenum |QLocale.AnyLanguage| 0) +(defenum |QLocale.AnyScript| 0) +(defenum |QLocale.ArabicScript| 1) +(defenum |QLocale.Arabic| 8) +(defenum |QLocale.Aragonese| 261) +(defenum |QLocale.Aramaic| 265) +(defenum |QLocale.Argentina| 10) +(defenum |QLocale.ArmenianScript| 10) +(defenum |QLocale.Armenian| 9) +(defenum |QLocale.Armenia| 11) +(defenum |QLocale.Aruba| 12) +(defenum |QLocale.AscensionIsland| 247) +(defenum |QLocale.Assamese| 10) +(defenum |QLocale.Asturian| 256) +(defenum |QLocale.Asu| 205) +(defenum |QLocale.Atsam| 156) +(defenum |QLocale.Australia| 13) +(defenum |QLocale.Austria| 14) +(defenum |QLocale.Avaric| 216) +(defenum |QLocale.AvestanScript| 36) +(defenum |QLocale.Avestan| 255) +(defenum |QLocale.Aymara| 11) +(defenum |QLocale.Azerbaijani| 12) +(defenum |QLocale.Azerbaijan| 15) +(defenum |QLocale.Bafia| 243) +(defenum |QLocale.Bahamas| 16) +(defenum |QLocale.Bahrain| 17) +(defenum |QLocale.BalineseScript| 37) +(defenum |QLocale.Balinese| 266) +(defenum |QLocale.Bambara| 188) +(defenum |QLocale.BamumScript| 38) +(defenum |QLocale.Bamun| 267) +(defenum |QLocale.Bangladesh| 18) +(defenum |QLocale.Barbados| 19) +(defenum |QLocale.Basaa| 238) +(defenum |QLocale.Bashkir| 13) +(defenum |QLocale.Basque| 14) +(defenum |QLocale.BassaVahScript| 106) +(defenum |QLocale.Bassa| 336) +(defenum |QLocale.BatakScript| 39) +(defenum |QLocale.BatakToba| 268) +(defenum |QLocale.Belarusian| 22) +(defenum |QLocale.Belarus| 20) +(defenum |QLocale.Belgium| 21) +(defenum |QLocale.Belize| 22) +(defenum |QLocale.Bemba| 195) +(defenum |QLocale.Bena| 186) +(defenum |QLocale.BengaliScript| 11) +(defenum |QLocale.Bengali| 15) +(defenum |QLocale.Benin| 23) +(defenum |QLocale.Bermuda| 24) +(defenum |QLocale.Bhutani| 16) +(defenum |QLocale.Bhutan| 25) +(defenum |QLocale.Bihari| 17) +(defenum |QLocale.Bislama| 18) +(defenum |QLocale.Blin| 152) +(defenum |QLocale.Bodo| 215) +(defenum |QLocale.Bolivia| 26) +(defenum |QLocale.Bonaire| 255) +(defenum |QLocale.BopomofoScript| 40) +(defenum |QLocale.BosniaAndHerzegowina| 27) +(defenum |QLocale.Bosnian| 142) +(defenum |QLocale.Botswana| 28) +(defenum |QLocale.BouvetIsland| 29) +(defenum |QLocale.BrahmiScript| 41) +(defenum |QLocale.BrailleScript| 103) +(defenum |QLocale.Brazil| 30) +(defenum |QLocale.Breton| 19) +(defenum |QLocale.BritishIndianOceanTerritory| 31) +(defenum |QLocale.BritishVirginIslands| 233) +(defenum |QLocale.Brunei| 32) +(defenum |QLocale.BugineseScript| 42) +(defenum |QLocale.Buginese| 269) +(defenum |QLocale.BuhidScript| 43) +(defenum |QLocale.Buhid| 270) +(defenum |QLocale.Bulgarian| 20) +(defenum |QLocale.Bulgaria| 33) +(defenum |QLocale.BurkinaFaso| 34) +(defenum |QLocale.Burmese| 21) +(defenum |QLocale.Burundi| 35) +(defenum |QLocale.Byelorussian| 22) +(defenum |QLocale.Cambodian| 23) +(defenum |QLocale.Cambodia| 36) +(defenum |QLocale.Cameroon| 37) +(defenum |QLocale.Canada| 38) +(defenum |QLocale.CanadianAboriginalScript| 44) +(defenum |QLocale.CanaryIslands| 238) +(defenum |QLocale.CapeVerde| 39) +(defenum |QLocale.CarianScript| 45) +(defenum |QLocale.Carian| 271) +(defenum |QLocale.Catalan| 24) +(defenum |QLocale.CaucasianAlbanianScript| 105) +(defenum |QLocale.CaymanIslands| 40) +(defenum |QLocale.CentralAfricanRepublic| 41) +(defenum |QLocale.CentralKurdish| 316) +(defenum |QLocale.CentralMoroccoTamazight| 212) +(defenum |QLocale.CeutaAndMelilla| 250) +(defenum |QLocale.Chad| 42) +(defenum |QLocale.ChakmaScript| 46) +(defenum |QLocale.Chakma| 272) +(defenum |QLocale.ChamScript| 47) +(defenum |QLocale.Chamorro| 217) +(defenum |QLocale.Chechen| 218) +(defenum |QLocale.CherokeeScript| 12) +(defenum |QLocale.Cherokee| 190) +(defenum |QLocale.Chewa| 165) +(defenum |QLocale.Chiga| 211) +(defenum |QLocale.Chile| 43) +(defenum |QLocale.China| 44) +(defenum |QLocale.Chinese| 25) +(defenum |QLocale.ChristmasIsland| 45) +(defenum |QLocale.Church| 219) +(defenum |QLocale.Chuvash| 220) +(defenum |QLocale.ClassicalMandaic| 273) +(defenum |QLocale.ClippertonIsland| 241) +(defenum |QLocale.CocosIslands| 46) +(defenum |QLocale.Colognian| 201) +(defenum |QLocale.Colombia| 47) +(defenum |QLocale.Comoros| 48) +(defenum |QLocale.CongoBrazzaville| 50) +(defenum |QLocale.CongoKinshasa| 49) +(defenum |QLocale.CongoSwahili| 250) +(defenum |QLocale.CookIslands| 51) +(defenum |QLocale.CopticScript| 48) +(defenum |QLocale.Coptic| 274) +(defenum |QLocale.Cornish| 145) +(defenum |QLocale.Corsican| 26) +(defenum |QLocale.CostaRica| 52) +(defenum |QLocale.Cree| 221) +(defenum |QLocale.Croatian| 27) +(defenum |QLocale.Croatia| 54) +(defenum |QLocale.Cuba| 55) +(defenum |QLocale.CuneiformScript| 94) +(defenum |QLocale.CuraSao| 152) +(defenum |QLocale.CurrencyDisplayName| 2) +(defenum |QLocale.CurrencyIsoCode| 0) +(defenum |QLocale.CurrencySymbol| 1) +(defenum |QLocale.CypriotScript| 49) +(defenum |QLocale.Cyprus| 56) +(defenum |QLocale.CyrillicScript| 2) +(defenum |QLocale.CzechRepublic| 57) +(defenum |QLocale.Czech| 28) +(defenum |QLocale.C| 1) +(defenum |QLocale.Danish| 29) +(defenum |QLocale.DemocraticRepublicOfCongo| 49) +(defenum |QLocale.DemocraticRepublicOfKorea| 113) +(defenum |QLocale.Denmark| 58) +(defenum |QLocale.DeseretScript| 3) +(defenum |QLocale.DevanagariScript| 13) +(defenum |QLocale.DiegoGarcia| 249) +(defenum |QLocale.Divehi| 143) +(defenum |QLocale.Djibouti| 59) +(defenum |QLocale.Dogri| 275) +(defenum |QLocale.DominicanRepublic| 61) +(defenum |QLocale.Dominica| 60) +(defenum |QLocale.Duala| 240) +(defenum |QLocale.DuployanScript| 107) +(defenum |QLocale.Dutch| 30) +(defenum |QLocale.Dzongkha| 16) +(defenum |QLocale.EastTimor| 62) +(defenum |QLocale.EasternCham| 276) +(defenum |QLocale.EasternKayah| 277) +(defenum |QLocale.Ecuador| 63) +(defenum |QLocale.EgyptianHieroglyphsScript| 50) +(defenum |QLocale.Egypt| 64) +(defenum |QLocale.ElSalvador| 65) +(defenum |QLocale.ElbasanScript| 108) +(defenum |QLocale.Embu| 189) +(defenum |QLocale.English| 31) +(defenum |QLocale.EquatorialGuinea| 66) +(defenum |QLocale.Eritrea| 67) +(defenum |QLocale.Esperanto| 32) +(defenum |QLocale.Estonian| 33) +(defenum |QLocale.Estonia| 68) +(defenum |QLocale.Ethiopia| 69) +(defenum |QLocale.EthiopicScript| 14) +(defenum |QLocale.Etruscan| 278) +(defenum |QLocale.Ewe| 161) +(defenum |QLocale.Ewondo| 242) +(defenum |QLocale.FalklandIslands| 70) +(defenum |QLocale.FaroeIslands| 71) +(defenum |QLocale.Faroese| 34) +(defenum |QLocale.Fijian| 35) +(defenum |QLocale.Fiji| 72) +(defenum |QLocale.Filipino| 166) +(defenum |QLocale.Finland| 73) +(defenum |QLocale.Finnish| 36) +(defenum |QLocale.France| 74) +(defenum |QLocale.FraserScript| 51) +(defenum |QLocale.FrenchGuiana| 76) +(defenum |QLocale.FrenchPolynesia| 77) +(defenum |QLocale.FrenchSouthernTerritories| 78) +(defenum |QLocale.French| 37) +(defenum |QLocale.Frisian| 38) +(defenum |QLocale.Friulian| 159) +(defenum |QLocale.Fulah| 177) +(defenum |QLocale.Gabon| 79) +(defenum |QLocale.Gaelic| 39) +(defenum |QLocale.Galician| 40) +(defenum |QLocale.Gambia| 80) +(defenum |QLocale.Ganda| 194) +(defenum |QLocale.Ga| 148) +(defenum |QLocale.Geez| 153) +(defenum |QLocale.GeorgianScript| 15) +(defenum |QLocale.Georgian| 41) +(defenum |QLocale.Georgia| 81) +(defenum |QLocale.Germany| 82) +(defenum |QLocale.German| 42) +(defenum |QLocale.Ghana| 83) +(defenum |QLocale.Gibraltar| 84) +(defenum |QLocale.GlagoliticScript| 52) +(defenum |QLocale.GothicScript| 53) +(defenum |QLocale.Gothic| 279) +(defenum |QLocale.GranthaScript| 109) +(defenum |QLocale.Greece| 85) +(defenum |QLocale.GreekScript| 16) +(defenum |QLocale.Greek| 43) +(defenum |QLocale.Greenlandic| 44) +(defenum |QLocale.Greenland| 86) +(defenum |QLocale.Grenada| 87) +(defenum |QLocale.Guadeloupe| 88) +(defenum |QLocale.Guam| 89) +(defenum |QLocale.Guarani| 45) +(defenum |QLocale.Guatemala| 90) +(defenum |QLocale.Guernsey| 75) +(defenum |QLocale.GuineaBissau| 92) +(defenum |QLocale.Guinea| 91) +(defenum |QLocale.GujaratiScript| 17) +(defenum |QLocale.Gujarati| 46) +(defenum |QLocale.GurmukhiScript| 4) +(defenum |QLocale.Gusii| 175) +(defenum |QLocale.Guyana| 93) +(defenum |QLocale.Haitian| 222) +(defenum |QLocale.Haiti| 94) +(defenum |QLocale.HanScript| 54) +(defenum |QLocale.HangulScript| 55) +(defenum |QLocale.HanunooScript| 56) +(defenum |QLocale.Hanunoo| 280) +(defenum |QLocale.Hausa| 47) +(defenum |QLocale.Hawaiian| 163) +(defenum |QLocale.HeardAndMcDonaldIslands| 95) +(defenum |QLocale.HebrewScript| 18) +(defenum |QLocale.Hebrew| 48) +(defenum |QLocale.Herero| 223) +(defenum |QLocale.Hindi| 49) +(defenum |QLocale.HiraganaScript| 104) +(defenum |QLocale.HiriMotu| 224) +(defenum |QLocale.HmongNjua| 333) +(defenum |QLocale.Honduras| 96) +(defenum |QLocale.HongKong| 97) +(defenum |QLocale.Ho| 334) +(defenum |QLocale.Hungarian| 50) +(defenum |QLocale.Hungary| 98) +(defenum |QLocale.Icelandic| 51) +(defenum |QLocale.Iceland| 99) +(defenum |QLocale.Igbo| 149) +(defenum |QLocale.ImperialAramaicScript| 57) +(defenum |QLocale.ImperialSystem| 1) +(defenum |QLocale.ImperialUKSystem| 2) +(defenum |QLocale.ImperialUSSystem| 1) +(defenum |QLocale.InariSami| 326) +(defenum |QLocale.India| 100) +(defenum |QLocale.Indonesian| 52) +(defenum |QLocale.Indonesia| 101) +(defenum |QLocale.Ingush| 281) +(defenum |QLocale.InscriptionalPahlaviScript| 58) +(defenum |QLocale.InscriptionalParthianScript| 59) +(defenum |QLocale.Interlingua| 53) +(defenum |QLocale.Interlingue| 54) +(defenum |QLocale.Inuktitut| 55) +(defenum |QLocale.Inupiak| 56) +(defenum |QLocale.Iran| 102) +(defenum |QLocale.Iraq| 103) +(defenum |QLocale.Ireland| 104) +(defenum |QLocale.Irish| 57) +(defenum |QLocale.IsleOfMan| 251) +(defenum |QLocale.Israel| 105) +(defenum |QLocale.Italian| 58) +(defenum |QLocale.Italy| 106) +(defenum |QLocale.IvoryCoast| 53) +(defenum |QLocale.Jamaica| 107) +(defenum |QLocale.JapaneseScript| 19) +(defenum |QLocale.Japanese| 59) +(defenum |QLocale.Japan| 108) +(defenum |QLocale.JavaneseScript| 60) +(defenum |QLocale.Javanese| 60) +(defenum |QLocale.Jersey| 252) +(defenum |QLocale.Jju| 158) +(defenum |QLocale.JolaFonyi| 241) +(defenum |QLocale.Jordan| 109) +(defenum |QLocale.Kabuverdianu| 196) +(defenum |QLocale.Kabyle| 184) +(defenum |QLocale.KaithiScript| 61) +(defenum |QLocale.Kako| 258) +(defenum |QLocale.Kalenjin| 198) +(defenum |QLocale.Kamba| 150) +(defenum |QLocale.KannadaScript| 21) +(defenum |QLocale.Kannada| 61) +(defenum |QLocale.Kanuri| 225) +(defenum |QLocale.Kashmiri| 62) +(defenum |QLocale.KatakanaScript| 62) +(defenum |QLocale.KayahLiScript| 63) +(defenum |QLocale.Kazakhstan| 110) +(defenum |QLocale.Kazakh| 63) +(defenum |QLocale.Kenyang| 319) +(defenum |QLocale.Kenya| 111) +(defenum |QLocale.KharoshthiScript| 64) +(defenum |QLocale.KhmerScript| 20) +(defenum |QLocale.Khmer| 23) +(defenum |QLocale.KhojkiScript| 111) +(defenum |QLocale.KhudawadiScript| 125) +(defenum |QLocale.Kiche| 323) +(defenum |QLocale.Kikuyu| 178) +(defenum |QLocale.Kinyarwanda| 64) +(defenum |QLocale.Kirghiz| 65) +(defenum |QLocale.Kiribati| 112) +(defenum |QLocale.Komi| 226) +(defenum |QLocale.Kongo| 227) +(defenum |QLocale.Konkani| 147) +(defenum |QLocale.KoreanScript| 22) +(defenum |QLocale.Korean| 66) +(defenum |QLocale.Koro| 154) +(defenum |QLocale.Kosovo| 257) +(defenum |QLocale.KoyraChiini| 208) +(defenum |QLocale.KoyraboroSenni| 213) +(defenum |QLocale.Kpelle| 169) +(defenum |QLocale.Kurdish| 67) +(defenum |QLocale.Kurundi| 68) +(defenum |QLocale.Kuwait| 115) +(defenum |QLocale.Kwanyama| 228) +(defenum |QLocale.Kwasio| 246) +(defenum |QLocale.Kyrgyzstan| 116) +(defenum |QLocale.Lakota| 313) +(defenum |QLocale.Langi| 193) +(defenum |QLocale.LannaScript| 65) +(defenum |QLocale.LaoScript| 23) +(defenum |QLocale.Laos| 117) +(defenum |QLocale.Lao| 69) +(defenum |QLocale.LargeFloweryMiao| 282) +(defenum |QLocale.LastCountry| 257) +(defenum |QLocale.LastLanguage| 339) +(defenum |QLocale.LatinAmericaAndTheCaribbean| 246) +(defenum |QLocale.LatinScript| 7) +(defenum |QLocale.Latin| 70) +(defenum |QLocale.Latvian| 71) +(defenum |QLocale.Latvia| 118) +(defenum |QLocale.Lebanon| 119) +(defenum |QLocale.LepchaScript| 66) +(defenum |QLocale.Lepcha| 283) +(defenum |QLocale.Lesotho| 120) +(defenum |QLocale.Lezghian| 335) +(defenum |QLocale.Liberia| 121) +(defenum |QLocale.Libya| 122) +(defenum |QLocale.Liechtenstein| 123) +(defenum |QLocale.LimbuScript| 67) +(defenum |QLocale.Limburgish| 229) +(defenum |QLocale.Limbu| 284) +(defenum |QLocale.LinearAScript| 112) +(defenum |QLocale.LinearA| 332) +(defenum |QLocale.LinearBScript| 68) +(defenum |QLocale.Lingala| 72) +(defenum |QLocale.Lisu| 285) +(defenum |QLocale.Lithuanian| 73) +(defenum |QLocale.Lithuania| 124) +(defenum |QLocale.LongFormat| 0) +(defenum |QLocale.LowGerman| 170) +(defenum |QLocale.LowerSorbian| 317) +(defenum |QLocale.LubaKatanga| 230) +(defenum |QLocale.LuleSami| 325) +(defenum |QLocale.Luo| 210) +(defenum |QLocale.Luxembourgish| 231) +(defenum |QLocale.Luxembourg| 125) +(defenum |QLocale.Luyia| 204) +(defenum |QLocale.Lu| 286) +(defenum |QLocale.LycianScript| 69) +(defenum |QLocale.Lycian| 287) +(defenum |QLocale.LydianScript| 70) +(defenum |QLocale.Lydian| 288) +(defenum |QLocale.Macau| 126) +(defenum |QLocale.Macedonian| 74) +(defenum |QLocale.Macedonia| 127) +(defenum |QLocale.Machame| 200) +(defenum |QLocale.Madagascar| 128) +(defenum |QLocale.MahajaniScript| 113) +(defenum |QLocale.Maithili| 339) +(defenum |QLocale.MakhuwaMeetto| 244) +(defenum |QLocale.Makonde| 192) +(defenum |QLocale.Malagasy| 75) +(defenum |QLocale.Malawi| 129) +(defenum |QLocale.MalayalamScript| 24) +(defenum |QLocale.Malayalam| 77) +(defenum |QLocale.Malaysia| 130) +(defenum |QLocale.Malay| 76) +(defenum |QLocale.Maldives| 131) +(defenum |QLocale.Mali| 132) +(defenum |QLocale.Malta| 133) +(defenum |QLocale.Maltese| 78) +(defenum |QLocale.MandaeanScript| 71) +(defenum |QLocale.Mandingo| 289) +(defenum |QLocale.ManichaeanMiddlePersian| 329) +(defenum |QLocale.ManichaeanScript| 114) +(defenum |QLocale.Manipuri| 290) +(defenum |QLocale.Manx| 144) +(defenum |QLocale.Maori| 79) +(defenum |QLocale.Mapuche| 315) +(defenum |QLocale.Marathi| 80) +(defenum |QLocale.MarshallIslands| 134) +(defenum |QLocale.Marshallese| 81) +(defenum |QLocale.Martinique| 135) +(defenum |QLocale.Masai| 202) +(defenum |QLocale.Mauritania| 136) +(defenum |QLocale.Mauritius| 137) +(defenum |QLocale.Mayotte| 138) +(defenum |QLocale.MeiteiMayekScript| 72) +(defenum |QLocale.MendeKikakuiScript| 115) +(defenum |QLocale.Mende| 330) +(defenum |QLocale.MeroiticCursiveScript| 74) +(defenum |QLocale.MeroiticScript| 73) +(defenum |QLocale.Meroitic| 291) +(defenum |QLocale.Meru| 197) +(defenum |QLocale.Meta| 259) +(defenum |QLocale.MetricSystem| 0) +(defenum |QLocale.Mexico| 139) +(defenum |QLocale.Micronesia| 140) +(defenum |QLocale.ModiScript| 116) +(defenum |QLocale.Mohawk| 320) +(defenum |QLocale.Moldavian| 95) +(defenum |QLocale.Moldova| 141) +(defenum |QLocale.Monaco| 142) +(defenum |QLocale.MongolianScript| 8) +(defenum |QLocale.Mongolian| 82) +(defenum |QLocale.Mongolia| 143) +(defenum |QLocale.Mono| 337) +(defenum |QLocale.Montenegro| 242) +(defenum |QLocale.Montserrat| 144) +(defenum |QLocale.Morisyen| 191) +(defenum |QLocale.Morocco| 145) +(defenum |QLocale.Mozambique| 146) +(defenum |QLocale.MroScript| 117) +(defenum |QLocale.Mundang| 245) +(defenum |QLocale.MyanmarScript| 25) +(defenum |QLocale.Myanmar| 147) +(defenum |QLocale.NabataeanScript| 119) +(defenum |QLocale.Nama| 199) +(defenum |QLocale.Namibia| 148) +(defenum |QLocale.NarrowFormat| 2) +(defenum |QLocale.NauruCountry| 149) +(defenum |QLocale.NauruLanguage| 83) +(defenum |QLocale.Navaho| 232) +(defenum |QLocale.Ndonga| 233) +(defenum |QLocale.Nepali| 84) +(defenum |QLocale.Nepal| 150) +(defenum |QLocale.Netherlands| 151) +(defenum |QLocale.NewCaledonia| 153) +(defenum |QLocale.NewTaiLueScript| 76) +(defenum |QLocale.NewZealand| 154) +(defenum |QLocale.Ngiemboon| 260) +(defenum |QLocale.Ngomba| 257) +(defenum |QLocale.Nicaragua| 155) +(defenum |QLocale.Nigeria| 157) +(defenum |QLocale.Niger| 156) +(defenum |QLocale.Niue| 158) +(defenum |QLocale.NkoScript| 75) +(defenum |QLocale.Nko| 321) +(defenum |QLocale.NorfolkIsland| 159) +(defenum |QLocale.NorthKorea| 113) +(defenum |QLocale.NorthNdebele| 181) +(defenum |QLocale.NorthernMarianaIslands| 160) +(defenum |QLocale.NorthernSami| 173) +(defenum |QLocale.NorthernSotho| 172) +(defenum |QLocale.NorthernThai| 292) +(defenum |QLocale.Norway| 161) +(defenum |QLocale.NorwegianBokmal| 85) +(defenum |QLocale.NorwegianNynorsk| 141) +(defenum |QLocale.Norwegian| 85) +(defenum |QLocale.Nuer| 247) +(defenum |QLocale.Nyanja| 165) +(defenum |QLocale.Nyankole| 185) +(defenum |QLocale.Occitan| 86) +(defenum |QLocale.OghamScript| 77) +(defenum |QLocale.Ojibwa| 234) +(defenum |QLocale.OlChikiScript| 78) +(defenum |QLocale.OldIrish| 293) +(defenum |QLocale.OldItalicScript| 79) +(defenum |QLocale.OldNorse| 294) +(defenum |QLocale.OldNorthArabianScript| 118) +(defenum |QLocale.OldPermicScript| 122) +(defenum |QLocale.OldPersianScript| 80) +(defenum |QLocale.OldPersian| 295) +(defenum |QLocale.OldSouthArabianScript| 81) +(defenum |QLocale.OldTurkish| 296) +(defenum |QLocale.Oman| 162) +(defenum |QLocale.OmitGroupSeparator| 1) +(defenum |QLocale.OriyaScript| 26) +(defenum |QLocale.Oriya| 87) +(defenum |QLocale.OrkhonScript| 82) +(defenum |QLocale.Oromo| 3) +(defenum |QLocale.OsmanyaScript| 83) +(defenum |QLocale.Ossetic| 101) +(defenum |QLocale.PahawhHmongScript| 110) +(defenum |QLocale.Pahlavi| 297) +(defenum |QLocale.Pakistan| 163) +(defenum |QLocale.Palau| 164) +(defenum |QLocale.PalestinianTerritories| 165) +(defenum |QLocale.Pali| 235) +(defenum |QLocale.PalmyreneScript| 120) +(defenum |QLocale.Panama| 166) +(defenum |QLocale.PapuaNewGuinea| 167) +(defenum |QLocale.Paraguay| 168) +(defenum |QLocale.Parthian| 298) +(defenum |QLocale.Pashto| 88) +(defenum |QLocale.PauCinHauScript| 121) +(defenum |QLocale.PeoplesRepublicOfCongo| 50) +(defenum |QLocale.Persian| 89) +(defenum |QLocale.Peru| 169) +(defenum |QLocale.PhagsPaScript| 84) +(defenum |QLocale.Philippines| 170) +(defenum |QLocale.PhoenicianScript| 85) +(defenum |QLocale.Phoenician| 299) +(defenum |QLocale.Pitcairn| 171) +(defenum |QLocale.Poland| 172) +(defenum |QLocale.Polish| 90) +(defenum |QLocale.PollardPhoneticScript| 86) +(defenum |QLocale.Portugal| 173) +(defenum |QLocale.Portuguese| 91) +(defenum |QLocale.PrakritLanguage| 300) +(defenum |QLocale.Prussian| 322) +(defenum |QLocale.PsalterPahlaviScript| 123) +(defenum |QLocale.PuertoRico| 174) +(defenum |QLocale.Punjabi| 92) +(defenum |QLocale.Qatar| 175) +(defenum |QLocale.Quechua| 93) +(defenum |QLocale.RejangScript| 87) +(defenum |QLocale.Rejang| 301) +(defenum |QLocale.RejectGroupSeparator| 2) +(defenum |QLocale.RepublicOfKorea| 114) +(defenum |QLocale.Reunion| 176) +(defenum |QLocale.RhaetoRomance| 94) +(defenum |QLocale.Romanian| 95) +(defenum |QLocale.Romania| 177) +(defenum |QLocale.Romansh| 94) +(defenum |QLocale.Rombo| 182) +(defenum |QLocale.Rundi| 68) +(defenum |QLocale.RunicScript| 88) +(defenum |QLocale.RussianFederation| 178) +(defenum |QLocale.Russian| 96) +(defenum |QLocale.Russia| 178) +(defenum |QLocale.Rwanda| 179) +(defenum |QLocale.Rwa| 209) +(defenum |QLocale.Sabaean| 302) +(defenum |QLocale.Saho| 207) +(defenum |QLocale.SaintBarthelemy| 244) +(defenum |QLocale.SaintHelena| 199) +(defenum |QLocale.SaintKittsAndNevis| 180) +(defenum |QLocale.SaintLucia| 181) +(defenum |QLocale.SaintMartin| 245) +(defenum |QLocale.SaintPierreAndMiquelon| 200) +(defenum |QLocale.SaintVincentAndTheGrenadines| 182) +(defenum |QLocale.Sakha| 248) +(defenum |QLocale.SamaritanScript| 89) +(defenum |QLocale.Samaritan| 303) +(defenum |QLocale.Samburu| 179) +(defenum |QLocale.Samoan| 97) +(defenum |QLocale.Samoa| 183) +(defenum |QLocale.SanMarino| 184) +(defenum |QLocale.Sango| 98) +(defenum |QLocale.Sangu| 249) +(defenum |QLocale.Sanskrit| 99) +(defenum |QLocale.Santali| 304) +(defenum |QLocale.SaoTomeAndPrincipe| 185) +(defenum |QLocale.Sardinian| 115) +(defenum |QLocale.SaudiArabia| 186) +(defenum |QLocale.SaurashtraScript| 90) +(defenum |QLocale.Saurashtra| 305) +(defenum |QLocale.Sena| 180) +(defenum |QLocale.Senegal| 187) +(defenum |QLocale.Serbian| 100) +(defenum |QLocale.Serbia| 243) +(defenum |QLocale.SerboCroatian| 100) +(defenum |QLocale.Seychelles| 188) +(defenum |QLocale.Shambala| 214) +(defenum |QLocale.SharadaScript| 91) +(defenum |QLocale.ShavianScript| 92) +(defenum |QLocale.Shona| 104) +(defenum |QLocale.ShortFormat| 1) +(defenum |QLocale.SichuanYi| 168) +(defenum |QLocale.Sidamo| 155) +(defenum |QLocale.SiddhamScript| 124) +(defenum |QLocale.SierraLeone| 189) +(defenum |QLocale.SimplifiedChineseScript| 5) +(defenum |QLocale.SimplifiedHanScript| 5) +(defenum |QLocale.Sindhi| 105) +(defenum |QLocale.Singapore| 190) +(defenum |QLocale.SinhalaScript| 32) +(defenum |QLocale.Sinhala| 106) +(defenum |QLocale.SintMaarten| 256) +(defenum |QLocale.SkoltSami| 327) +(defenum |QLocale.Slovakia| 191) +(defenum |QLocale.Slovak| 108) +(defenum |QLocale.Slovenian| 109) +(defenum |QLocale.Slovenia| 192) +(defenum |QLocale.Soga| 203) +(defenum |QLocale.SolomonIslands| 193) +(defenum |QLocale.Somalia| 194) +(defenum |QLocale.Somali| 110) +(defenum |QLocale.SoraSompengScript| 93) +(defenum |QLocale.Sora| 306) +(defenum |QLocale.SouthAfrica| 195) +(defenum |QLocale.SouthGeorgiaAndTheSouthSandwichIslands| 196) +(defenum |QLocale.SouthKorea| 114) +(defenum |QLocale.SouthNdebele| 171) +(defenum |QLocale.SouthSudan| 254) +(defenum |QLocale.SouthernSami| 324) +(defenum |QLocale.SouthernSotho| 102) +(defenum |QLocale.Spain| 197) +(defenum |QLocale.Spanish| 111) +(defenum |QLocale.SriLanka| 198) +(defenum |QLocale.StandardMoroccanTamazight| 314) +(defenum |QLocale.StandardQuotation| 0) +(defenum |QLocale.Sudan| 201) +(defenum |QLocale.SundaneseScript| 95) +(defenum |QLocale.Sundanese| 112) +(defenum |QLocale.Suriname| 202) +(defenum |QLocale.SvalbardAndJanMayenIslands| 203) +(defenum |QLocale.Swahili| 113) +(defenum |QLocale.Swati| 107) +(defenum |QLocale.Swaziland| 204) +(defenum |QLocale.Sweden| 205) +(defenum |QLocale.Swedish| 114) +(defenum |QLocale.SwissGerman| 167) +(defenum |QLocale.Switzerland| 206) +(defenum |QLocale.Sylheti| 307) +(defenum |QLocale.SylotiNagriScript| 96) +(defenum |QLocale.SyriacScript| 33) +(defenum |QLocale.Syriac| 151) +(defenum |QLocale.SyrianArabRepublic| 207) +(defenum |QLocale.Syria| 207) +(defenum |QLocale.Tachelhit| 183) +(defenum |QLocale.TagalogScript| 97) +(defenum |QLocale.Tagalog| 166) +(defenum |QLocale.TagbanwaScript| 98) +(defenum |QLocale.Tagbanwa| 308) +(defenum |QLocale.Tahitian| 127) +(defenum |QLocale.TaiDam| 309) +(defenum |QLocale.TaiLeScript| 99) +(defenum |QLocale.TaiNua| 310) +(defenum |QLocale.TaiVietScript| 100) +(defenum |QLocale.Taita| 176) +(defenum |QLocale.Taiwan| 208) +(defenum |QLocale.Tajikistan| 209) +(defenum |QLocale.Tajik| 116) +(defenum |QLocale.TakriScript| 101) +(defenum |QLocale.TamilScript| 27) +(defenum |QLocale.Tamil| 117) +(defenum |QLocale.Tanzania| 210) +(defenum |QLocale.Taroko| 174) +(defenum |QLocale.Tasawaq| 251) +(defenum |QLocale.Tatar| 118) +(defenum |QLocale.TedimChin| 338) +(defenum |QLocale.TeluguScript| 28) +(defenum |QLocale.Telugu| 119) +(defenum |QLocale.Teso| 206) +(defenum |QLocale.ThaanaScript| 29) +(defenum |QLocale.ThaiScript| 30) +(defenum |QLocale.Thailand| 211) +(defenum |QLocale.Thai| 120) +(defenum |QLocale.TibetanScript| 31) +(defenum |QLocale.Tibetan| 121) +(defenum |QLocale.TifinaghScript| 9) +(defenum |QLocale.Tigre| 157) +(defenum |QLocale.Tigrinya| 122) +(defenum |QLocale.TirhutaScript| 126) +(defenum |QLocale.Togo| 212) +(defenum |QLocale.Tokelau| 213) +(defenum |QLocale.Tongan| 123) +(defenum |QLocale.Tonga| 214) +(defenum |QLocale.TraditionalChineseScript| 6) +(defenum |QLocale.TraditionalHanScript| 6) +(defenum |QLocale.TrinidadAndTobago| 215) +(defenum |QLocale.TristanDaCunha| 253) +(defenum |QLocale.Tsonga| 124) +(defenum |QLocale.Tswana| 103) +(defenum |QLocale.Tunisia| 216) +(defenum |QLocale.Turkey| 217) +(defenum |QLocale.Turkish| 125) +(defenum |QLocale.Turkmenistan| 218) +(defenum |QLocale.Turkmen| 126) +(defenum |QLocale.TurksAndCaicosIslands| 219) +(defenum |QLocale.Tuvalu| 220) +(defenum |QLocale.Twi| 146) +(defenum |QLocale.Tyap| 164) +(defenum |QLocale.Uganda| 221) +(defenum |QLocale.UgariticScript| 102) +(defenum |QLocale.Ugaritic| 311) +(defenum |QLocale.Uighur| 128) +(defenum |QLocale.Uigur| 128) +(defenum |QLocale.Ukraine| 222) +(defenum |QLocale.Ukrainian| 129) +(defenum |QLocale.UnitedArabEmirates| 223) +(defenum |QLocale.UnitedKingdom| 224) +(defenum |QLocale.UnitedStatesMinorOutlyingIslands| 226) +(defenum |QLocale.UnitedStatesVirginIslands| 234) +(defenum |QLocale.UnitedStates| 225) +(defenum |QLocale.UpperSorbian| 318) +(defenum |QLocale.Urdu| 130) +(defenum |QLocale.Uruguay| 227) +(defenum |QLocale.Uzbekistan| 228) +(defenum |QLocale.Uzbek| 131) +(defenum |QLocale.VaiScript| 35) +(defenum |QLocale.Vai| 252) +(defenum |QLocale.Vanuatu| 229) +(defenum |QLocale.VarangKshitiScript| 127) +(defenum |QLocale.VaticanCityState| 230) +(defenum |QLocale.Venda| 160) +(defenum |QLocale.Venezuela| 231) +(defenum |QLocale.Vietnamese| 132) +(defenum |QLocale.Vietnam| 232) +(defenum |QLocale.Volapuk| 133) +(defenum |QLocale.Vunjo| 187) +(defenum |QLocale.Walamo| 162) +(defenum |QLocale.WallisAndFutunaIslands| 235) +(defenum |QLocale.Walloon| 236) +(defenum |QLocale.Walser| 253) +(defenum |QLocale.Warlpiri| 328) +(defenum |QLocale.Welsh| 134) +(defenum |QLocale.WesternFrisian| 38) +(defenum |QLocale.WesternSahara| 236) +(defenum |QLocale.Wolof| 135) +(defenum |QLocale.Xhosa| 136) +(defenum |QLocale.Yangben| 254) +(defenum |QLocale.Yemen| 237) +(defenum |QLocale.YiScript| 34) +(defenum |QLocale.Yiddish| 137) +(defenum |QLocale.Yoruba| 138) +(defenum |QLocale.Zambia| 239) +(defenum |QLocale.Zarma| 239) +(defenum |QLocale.Zhuang| 139) +(defenum |QLocale.Zimbabwe| 240) +(defenum |QLocale.Zulu| 140) +(defenum |QMainWindow.AllowNestedDocks| 2) +(defenum |QMainWindow.AllowTabbedDocks| 4) +(defenum |QMainWindow.AnimatedDocks| 1) +(defenum |QMainWindow.ForceTabbedDocks| 8) +(defenum |QMainWindow.VerticalTabs| 16) +(defenum |QMdiArea.ActivationHistoryOrder| 2) +(defenum |QMdiArea.CreationOrder| 0) +(defenum |QMdiArea.DontMaximizeSubWindowOnActivation| 1) +(defenum |QMdiArea.StackingOrder| 1) +(defenum |QMdiArea.SubWindowView| 0) +(defenum |QMdiArea.TabbedView| 1) +(defenum |QMdiSubWindow.RubberBandMove| 8) +(defenum |QMdiSubWindow.RubberBandResize| 4) +(defenum |QMessageBox.Abort| 262144) +(defenum |QMessageBox.AcceptRole| 0) +(defenum |QMessageBox.ActionRole| 3) +(defenum |QMessageBox.ApplyRole| 8) +(defenum |QMessageBox.Apply| 33554432) +(defenum |QMessageBox.ButtonMask| -769) +(defenum |QMessageBox.Cancel| 4194304) +(defenum |QMessageBox.Close| 2097152) +(defenum |QMessageBox.Critical| 3) +(defenum |QMessageBox.Default| 256) +(defenum |QMessageBox.DestructiveRole| 2) +(defenum |QMessageBox.Discard| 8388608) +(defenum |QMessageBox.Escape| 512) +(defenum |QMessageBox.FirstButton| 1024) +(defenum |QMessageBox.FlagMask| 768) +(defenum |QMessageBox.HelpRole| 4) +(defenum |QMessageBox.Help| 16777216) +(defenum |QMessageBox.Ignore| 1048576) +(defenum |QMessageBox.Information| 1) +(defenum |QMessageBox.InvalidRole| -1) +(defenum |QMessageBox.LastButton| 134217728) +(defenum |QMessageBox.NoAll| 131072) +(defenum |QMessageBox.NoButton| 0) +(defenum |QMessageBox.NoIcon| 0) +(defenum |QMessageBox.NoRole| 6) +(defenum |QMessageBox.NoToAll| 131072) +(defenum |QMessageBox.No| 65536) +(defenum |QMessageBox.Ok| 1024) +(defenum |QMessageBox.Open| 8192) +(defenum |QMessageBox.Question| 4) +(defenum |QMessageBox.RejectRole| 1) +(defenum |QMessageBox.ResetRole| 7) +(defenum |QMessageBox.Reset| 67108864) +(defenum |QMessageBox.RestoreDefaults| 134217728) +(defenum |QMessageBox.Retry| 524288) +(defenum |QMessageBox.SaveAll| 4096) +(defenum |QMessageBox.Save| 2048) +(defenum |QMessageBox.Warning| 2) +(defenum |QMessageBox.YesAll| 32768) +(defenum |QMessageBox.YesRole| 5) +(defenum |QMessageBox.YesToAll| 32768) +(defenum |QMessageBox.Yes| 16384) +(defenum |QMovie.CacheAll| 1) +(defenum |QMovie.CacheNone| 0) +(defenum |QMovie.NotRunning| 0) +(defenum |QMovie.Paused| 1) +(defenum |QMovie.Running| 2) +(defenum |QNetworkAccessManager.Accessible| 1) +(defenum |QNetworkAccessManager.CustomOperation| 6) +(defenum |QNetworkAccessManager.DeleteOperation| 5) +(defenum |QNetworkAccessManager.GetOperation| 2) +(defenum |QNetworkAccessManager.HeadOperation| 1) +(defenum |QNetworkAccessManager.NotAccessible| 0) +(defenum |QNetworkAccessManager.PostOperation| 4) +(defenum |QNetworkAccessManager.PutOperation| 3) +(defenum |QNetworkAccessManager.UnknownAccessibility| -1) +(defenum |QNetworkCookie.Full| 1) +(defenum |QNetworkCookie.NameAndValueOnly| 0) +(defenum |QNetworkInterface.CanBroadcast| 4) +(defenum |QNetworkInterface.CanMulticast| 32) +(defenum |QNetworkInterface.IsLoopBack| 8) +(defenum |QNetworkInterface.IsPointToPoint| 16) +(defenum |QNetworkInterface.IsRunning| 2) +(defenum |QNetworkInterface.IsUp| 1) +(defenum |QNetworkProxy.CachingCapability| 8) +(defenum |QNetworkProxy.DefaultProxy| 0) +(defenum |QNetworkProxy.FtpCachingProxy| 5) +(defenum |QNetworkProxy.HostNameLookupCapability| 16) +(defenum |QNetworkProxy.HttpCachingProxy| 4) +(defenum |QNetworkProxy.HttpProxy| 3) +(defenum |QNetworkProxy.ListeningCapability| 2) +(defenum |QNetworkProxy.NoProxy| 2) +(defenum |QNetworkProxy.Socks5Proxy| 1) +(defenum |QNetworkProxy.TunnelingCapability| 1) +(defenum |QNetworkProxy.UdpTunnelingCapability| 4) +(defenum |QNetworkProxyQuery.TcpServer| 100) +(defenum |QNetworkProxyQuery.TcpSocket| 0) +(defenum |QNetworkProxyQuery.UdpSocket| 1) +(defenum |QNetworkProxyQuery.UrlRequest| 101) +(defenum |QNetworkReply.AuthenticationRequiredError| 204) +(defenum |QNetworkReply.BackgroundRequestNotAllowedError| 9) +(defenum |QNetworkReply.ConnectionRefusedError| 1) +(defenum |QNetworkReply.ContentAccessDenied| 201) +(defenum |QNetworkReply.ContentConflictError| 206) +(defenum |QNetworkReply.ContentGoneError| 207) +(defenum |QNetworkReply.ContentNotFoundError| 203) +(defenum |QNetworkReply.ContentOperationNotPermittedError| 202) +(defenum |QNetworkReply.ContentReSendError| 205) +(defenum |QNetworkReply.HostNotFoundError| 3) +(defenum |QNetworkReply.InternalServerError| 401) +(defenum |QNetworkReply.NetworkSessionFailedError| 8) +(defenum |QNetworkReply.NoError| 0) +(defenum |QNetworkReply.OperationCanceledError| 5) +(defenum |QNetworkReply.OperationNotImplementedError| 402) +(defenum |QNetworkReply.ProtocolFailure| 399) +(defenum |QNetworkReply.ProtocolInvalidOperationError| 302) +(defenum |QNetworkReply.ProtocolUnknownError| 301) +(defenum |QNetworkReply.ProxyAuthenticationRequiredError| 105) +(defenum |QNetworkReply.ProxyConnectionClosedError| 102) +(defenum |QNetworkReply.ProxyConnectionRefusedError| 101) +(defenum |QNetworkReply.ProxyNotFoundError| 103) +(defenum |QNetworkReply.ProxyTimeoutError| 104) +(defenum |QNetworkReply.RemoteHostClosedError| 2) +(defenum |QNetworkReply.ServiceUnavailableError| 403) +(defenum |QNetworkReply.SslHandshakeFailedError| 6) +(defenum |QNetworkReply.TemporaryNetworkFailureError| 7) +(defenum |QNetworkReply.TimeoutError| 4) +(defenum |QNetworkReply.UnknownContentError| 299) +(defenum |QNetworkReply.UnknownNetworkError| 99) +(defenum |QNetworkReply.UnknownProxyError| 199) +(defenum |QNetworkReply.UnknownServerError| 499) +(defenum |QNetworkRequest.AlwaysCache| 3) +(defenum |QNetworkRequest.AlwaysNetwork| 0) +(defenum |QNetworkRequest.AuthenticationReuseAttribute| 12) +(defenum |QNetworkRequest.Automatic| 0) +(defenum |QNetworkRequest.BackgroundRequestAttribute| 17) +(defenum |QNetworkRequest.CacheLoadControlAttribute| 4) +(defenum |QNetworkRequest.CacheSaveControlAttribute| 5) +(defenum |QNetworkRequest.ConnectionEncryptedAttribute| 3) +(defenum |QNetworkRequest.ContentDispositionHeader| 6) +(defenum |QNetworkRequest.ContentLengthHeader| 1) +(defenum |QNetworkRequest.ContentTypeHeader| 0) +(defenum |QNetworkRequest.CookieHeader| 4) +(defenum |QNetworkRequest.CookieLoadControlAttribute| 11) +(defenum |QNetworkRequest.CookieSaveControlAttribute| 13) +(defenum |QNetworkRequest.CustomVerbAttribute| 10) +(defenum |QNetworkRequest.DoNotBufferUploadDataAttribute| 7) +(defenum |QNetworkRequest.EmitAllUploadProgressSignalsAttribute| 20) +(defenum |QNetworkRequest.HighPriority| 1) +(defenum |QNetworkRequest.HttpPipeliningAllowedAttribute| 8) +(defenum |QNetworkRequest.HttpPipeliningWasUsedAttribute| 9) +(defenum |QNetworkRequest.HttpReasonPhraseAttribute| 1) +(defenum |QNetworkRequest.HttpStatusCodeAttribute| 0) +(defenum |QNetworkRequest.LastModifiedHeader| 3) +(defenum |QNetworkRequest.LocationHeader| 2) +(defenum |QNetworkRequest.LowPriority| 5) +(defenum |QNetworkRequest.Manual| 1) +(defenum |QNetworkRequest.NormalPriority| 3) +(defenum |QNetworkRequest.PreferCache| 2) +(defenum |QNetworkRequest.PreferNetwork| 1) +(defenum |QNetworkRequest.RedirectionTargetAttribute| 2) +(defenum |QNetworkRequest.ServerHeader| 8) +(defenum |QNetworkRequest.SetCookieHeader| 5) +(defenum |QNetworkRequest.SourceIsFromCacheAttribute| 6) +(defenum |QNetworkRequest.SpdyAllowedAttribute| 18) +(defenum |QNetworkRequest.SpdyWasUsedAttribute| 19) +(defenum |QNetworkRequest.UserAgentHeader| 7) +(defenum |QNetworkRequest.UserMax| 32767) +(defenum |QNetworkRequest.User| 1000) +(defenum |QPagedPaintDevice.A0| 5) +(defenum |QPagedPaintDevice.A10| 31) +(defenum |QPagedPaintDevice.A1| 6) +(defenum |QPagedPaintDevice.A2| 7) +(defenum |QPagedPaintDevice.A3Extra| 32) +(defenum |QPagedPaintDevice.A3| 8) +(defenum |QPagedPaintDevice.A4Extra| 33) +(defenum |QPagedPaintDevice.A4Plus| 34) +(defenum |QPagedPaintDevice.A4Small| 35) +(defenum |QPagedPaintDevice.A4| 0) +(defenum |QPagedPaintDevice.A5Extra| 36) +(defenum |QPagedPaintDevice.A5| 9) +(defenum |QPagedPaintDevice.A6| 10) +(defenum |QPagedPaintDevice.A7| 11) +(defenum |QPagedPaintDevice.A8| 12) +(defenum |QPagedPaintDevice.A9| 13) +(defenum |QPagedPaintDevice.AnsiA| 2) +(defenum |QPagedPaintDevice.AnsiB| 28) +(defenum |QPagedPaintDevice.AnsiC| 49) +(defenum |QPagedPaintDevice.AnsiD| 50) +(defenum |QPagedPaintDevice.AnsiE| 51) +(defenum |QPagedPaintDevice.ArchA| 57) +(defenum |QPagedPaintDevice.ArchB| 58) +(defenum |QPagedPaintDevice.ArchC| 59) +(defenum |QPagedPaintDevice.ArchD| 60) +(defenum |QPagedPaintDevice.ArchE| 61) +(defenum |QPagedPaintDevice.B0| 14) +(defenum |QPagedPaintDevice.B10| 16) +(defenum |QPagedPaintDevice.B1| 15) +(defenum |QPagedPaintDevice.B2| 17) +(defenum |QPagedPaintDevice.B3| 18) +(defenum |QPagedPaintDevice.B4| 19) +(defenum |QPagedPaintDevice.B5Extra| 37) +(defenum |QPagedPaintDevice.B5| 1) +(defenum |QPagedPaintDevice.B6| 20) +(defenum |QPagedPaintDevice.B7| 21) +(defenum |QPagedPaintDevice.B8| 22) +(defenum |QPagedPaintDevice.B9| 23) +(defenum |QPagedPaintDevice.C5E| 24) +(defenum |QPagedPaintDevice.Comm10E| 25) +(defenum |QPagedPaintDevice.Custom| 30) +(defenum |QPagedPaintDevice.DLE| 26) +(defenum |QPagedPaintDevice.DoublePostcard| 78) +(defenum |QPagedPaintDevice.Envelope10| 25) +(defenum |QPagedPaintDevice.Envelope11| 97) +(defenum |QPagedPaintDevice.Envelope12| 98) +(defenum |QPagedPaintDevice.Envelope14| 99) +(defenum |QPagedPaintDevice.Envelope9| 96) +(defenum |QPagedPaintDevice.EnvelopeB4| 85) +(defenum |QPagedPaintDevice.EnvelopeB5| 86) +(defenum |QPagedPaintDevice.EnvelopeB6| 87) +(defenum |QPagedPaintDevice.EnvelopeC0| 88) +(defenum |QPagedPaintDevice.EnvelopeC1| 89) +(defenum |QPagedPaintDevice.EnvelopeC2| 90) +(defenum |QPagedPaintDevice.EnvelopeC3| 91) +(defenum |QPagedPaintDevice.EnvelopeC4| 92) +(defenum |QPagedPaintDevice.EnvelopeC5| 24) +(defenum |QPagedPaintDevice.EnvelopeC65| 94) +(defenum |QPagedPaintDevice.EnvelopeC6| 93) +(defenum |QPagedPaintDevice.EnvelopeC7| 95) +(defenum |QPagedPaintDevice.EnvelopeChou3| 102) +(defenum |QPagedPaintDevice.EnvelopeChou4| 103) +(defenum |QPagedPaintDevice.EnvelopeDL| 26) +(defenum |QPagedPaintDevice.EnvelopeInvite| 104) +(defenum |QPagedPaintDevice.EnvelopeItalian| 105) +(defenum |QPagedPaintDevice.EnvelopeKaku2| 106) +(defenum |QPagedPaintDevice.EnvelopeKaku3| 107) +(defenum |QPagedPaintDevice.EnvelopeMonarch| 100) +(defenum |QPagedPaintDevice.EnvelopePersonal| 101) +(defenum |QPagedPaintDevice.EnvelopePrc10| 117) +(defenum |QPagedPaintDevice.EnvelopePrc1| 108) +(defenum |QPagedPaintDevice.EnvelopePrc2| 109) +(defenum |QPagedPaintDevice.EnvelopePrc3| 110) +(defenum |QPagedPaintDevice.EnvelopePrc4| 111) +(defenum |QPagedPaintDevice.EnvelopePrc5| 112) +(defenum |QPagedPaintDevice.EnvelopePrc6| 113) +(defenum |QPagedPaintDevice.EnvelopePrc7| 114) +(defenum |QPagedPaintDevice.EnvelopePrc8| 115) +(defenum |QPagedPaintDevice.EnvelopePrc9| 116) +(defenum |QPagedPaintDevice.EnvelopeYou4| 118) +(defenum |QPagedPaintDevice.ExecutiveStandard| 71) +(defenum |QPagedPaintDevice.Executive| 4) +(defenum |QPagedPaintDevice.FanFoldGermanLegal| 84) +(defenum |QPagedPaintDevice.FanFoldGerman| 83) +(defenum |QPagedPaintDevice.FanFoldUS| 82) +(defenum |QPagedPaintDevice.Folio| 27) +(defenum |QPagedPaintDevice.Imperial10x11| 66) +(defenum |QPagedPaintDevice.Imperial10x13| 67) +(defenum |QPagedPaintDevice.Imperial10x14| 68) +(defenum |QPagedPaintDevice.Imperial12x11| 69) +(defenum |QPagedPaintDevice.Imperial15x11| 70) +(defenum |QPagedPaintDevice.Imperial7x9| 62) +(defenum |QPagedPaintDevice.Imperial8x10| 63) +(defenum |QPagedPaintDevice.Imperial9x11| 64) +(defenum |QPagedPaintDevice.Imperial9x12| 65) +(defenum |QPagedPaintDevice.JisB0| 38) +(defenum |QPagedPaintDevice.JisB10| 48) +(defenum |QPagedPaintDevice.JisB1| 39) +(defenum |QPagedPaintDevice.JisB2| 40) +(defenum |QPagedPaintDevice.JisB3| 41) +(defenum |QPagedPaintDevice.JisB4| 42) +(defenum |QPagedPaintDevice.JisB5| 43) +(defenum |QPagedPaintDevice.JisB6| 44) +(defenum |QPagedPaintDevice.JisB7| 45) +(defenum |QPagedPaintDevice.JisB8| 46) +(defenum |QPagedPaintDevice.JisB9| 47) +(defenum |QPagedPaintDevice.LastPageSize| 118) +(defenum |QPagedPaintDevice.Ledger| 28) +(defenum |QPagedPaintDevice.LegalExtra| 52) +(defenum |QPagedPaintDevice.Legal| 3) +(defenum |QPagedPaintDevice.LetterExtra| 53) +(defenum |QPagedPaintDevice.LetterPlus| 54) +(defenum |QPagedPaintDevice.LetterSmall| 55) +(defenum |QPagedPaintDevice.Letter| 2) +(defenum |QPagedPaintDevice.Note| 72) +(defenum |QPagedPaintDevice.Postcard| 77) +(defenum |QPagedPaintDevice.Prc16K| 79) +(defenum |QPagedPaintDevice.Prc32KBig| 81) +(defenum |QPagedPaintDevice.Prc32K| 80) +(defenum |QPagedPaintDevice.Quarto| 73) +(defenum |QPagedPaintDevice.Statement| 74) +(defenum |QPagedPaintDevice.SuperA| 75) +(defenum |QPagedPaintDevice.SuperB| 76) +(defenum |QPagedPaintDevice.TabloidExtra| 56) +(defenum |QPagedPaintDevice.Tabloid| 29) +(defenum |QPaintDevice.PdmDepth| 6) +(defenum |QPaintDevice.PdmDevicePixelRatio| 11) +(defenum |QPaintDevice.PdmDpiX| 7) +(defenum |QPaintDevice.PdmDpiY| 8) +(defenum |QPaintDevice.PdmHeightMM| 4) +(defenum |QPaintDevice.PdmHeight| 2) +(defenum |QPaintDevice.PdmNumColors| 5) +(defenum |QPaintDevice.PdmPhysicalDpiX| 9) +(defenum |QPaintDevice.PdmPhysicalDpiY| 10) +(defenum |QPaintDevice.PdmWidthMM| 3) +(defenum |QPaintDevice.PdmWidth| 1) +(defenum |QPainter.Antialiasing| 1) +(defenum |QPainter.CompositionMode_Clear| 2) +(defenum |QPainter.CompositionMode_ColorBurn| 19) +(defenum |QPainter.CompositionMode_ColorDodge| 18) +(defenum |QPainter.CompositionMode_Darken| 16) +(defenum |QPainter.CompositionMode_DestinationAtop| 10) +(defenum |QPainter.CompositionMode_DestinationIn| 6) +(defenum |QPainter.CompositionMode_DestinationOut| 8) +(defenum |QPainter.CompositionMode_DestinationOver| 1) +(defenum |QPainter.CompositionMode_Destination| 4) +(defenum |QPainter.CompositionMode_Difference| 22) +(defenum |QPainter.CompositionMode_Exclusion| 23) +(defenum |QPainter.CompositionMode_HardLight| 20) +(defenum |QPainter.CompositionMode_Lighten| 17) +(defenum |QPainter.CompositionMode_Multiply| 13) +(defenum |QPainter.CompositionMode_Overlay| 15) +(defenum |QPainter.CompositionMode_Plus| 12) +(defenum |QPainter.CompositionMode_Screen| 14) +(defenum |QPainter.CompositionMode_SoftLight| 21) +(defenum |QPainter.CompositionMode_SourceAtop| 9) +(defenum |QPainter.CompositionMode_SourceIn| 5) +(defenum |QPainter.CompositionMode_SourceOut| 7) +(defenum |QPainter.CompositionMode_SourceOver| 0) +(defenum |QPainter.CompositionMode_Source| 3) +(defenum |QPainter.CompositionMode_Xor| 11) +(defenum |QPainter.HighQualityAntialiasing| 8) +(defenum |QPainter.NonCosmeticDefaultPen| 16) +(defenum |QPainter.OpaqueHint| 1) +(defenum |QPainter.Qt4CompatiblePainting| 32) +(defenum |QPainter.RasterOp_ClearDestination| 35) +(defenum |QPainter.RasterOp_NotDestination| 37) +(defenum |QPainter.RasterOp_NotSourceAndDestination| 31) +(defenum |QPainter.RasterOp_NotSourceAndNotDestination| 27) +(defenum |QPainter.RasterOp_NotSourceOrDestination| 33) +(defenum |QPainter.RasterOp_NotSourceOrNotDestination| 28) +(defenum |QPainter.RasterOp_NotSourceXorDestination| 29) +(defenum |QPainter.RasterOp_NotSource| 30) +(defenum |QPainter.RasterOp_SetDestination| 36) +(defenum |QPainter.RasterOp_SourceAndDestination| 25) +(defenum |QPainter.RasterOp_SourceAndNotDestination| 32) +(defenum |QPainter.RasterOp_SourceOrDestination| 24) +(defenum |QPainter.RasterOp_SourceOrNotDestination| 34) +(defenum |QPainter.RasterOp_SourceXorDestination| 26) +(defenum |QPainter.SmoothPixmapTransform| 4) +(defenum |QPainter.TextAntialiasing| 2) +(defenum |QPainterPath.CurveToDataElement| 3) +(defenum |QPainterPath.CurveToElement| 2) +(defenum |QPainterPath.LineToElement| 1) +(defenum |QPainterPath.MoveToElement| 0) +(defenum |QPalette.Active| 0) +(defenum |QPalette.All| 5) +(defenum |QPalette.AlternateBase| 16) +(defenum |QPalette.Background| 10) +(defenum |QPalette.Base| 9) +(defenum |QPalette.BrightText| 7) +(defenum |QPalette.ButtonText| 8) +(defenum |QPalette.Button| 1) +(defenum |QPalette.Current| 4) +(defenum |QPalette.Dark| 4) +(defenum |QPalette.Disabled| 1) +(defenum |QPalette.Foreground| 0) +(defenum |QPalette.HighlightedText| 13) +(defenum |QPalette.Highlight| 12) +(defenum |QPalette.Inactive| 2) +(defenum |QPalette.Light| 2) +(defenum |QPalette.LinkVisited| 15) +(defenum |QPalette.Link| 14) +(defenum |QPalette.Midlight| 3) +(defenum |QPalette.Mid| 5) +(defenum |QPalette.NColorGroups| 3) +(defenum |QPalette.NColorRoles| 20) +(defenum |QPalette.NoRole| 17) +(defenum |QPalette.Normal| 0) +(defenum |QPalette.Shadow| 11) +(defenum |QPalette.Text| 6) +(defenum |QPalette.ToolTipBase| 18) +(defenum |QPalette.ToolTipText| 19) +(defenum |QPalette.WindowText| 0) +(defenum |QPalette.Window| 10) +(defenum |QPinchGesture.CenterPointChanged| 4) +(defenum |QPinchGesture.RotationAngleChanged| 2) +(defenum |QPinchGesture.ScaleFactorChanged| 1) +(defenum |QPlainTextEdit.NoWrap| 0) +(defenum |QPlainTextEdit.WidgetWidth| 1) +(defenum |QPrintPreviewWidget.AllPagesView| 2) +(defenum |QPrintPreviewWidget.CustomZoom| 0) +(defenum |QPrintPreviewWidget.FacingPagesView| 1) +(defenum |QPrintPreviewWidget.FitInView| 2) +(defenum |QPrintPreviewWidget.FitToWidth| 1) +(defenum |QPrintPreviewWidget.SinglePageView| 0) +(defenum |QPrinter.A0| 5) +(defenum |QPrinter.A10| 31) +(defenum |QPrinter.A1| 6) +(defenum |QPrinter.A2| 7) +(defenum |QPrinter.A3Extra| 32) +(defenum |QPrinter.A3| 8) +(defenum |QPrinter.A4Extra| 33) +(defenum |QPrinter.A4Plus| 34) +(defenum |QPrinter.A4Small| 35) +(defenum |QPrinter.A4| 0) +(defenum |QPrinter.A5Extra| 36) +(defenum |QPrinter.A5| 9) +(defenum |QPrinter.A6| 10) +(defenum |QPrinter.A7| 11) +(defenum |QPrinter.A8| 12) +(defenum |QPrinter.A9| 13) +(defenum |QPrinter.Aborted| 2) +(defenum |QPrinter.Active| 1) +(defenum |QPrinter.AllPages| 0) +(defenum |QPrinter.AnsiA| 2) +(defenum |QPrinter.AnsiB| 28) +(defenum |QPrinter.AnsiC| 49) +(defenum |QPrinter.AnsiD| 50) +(defenum |QPrinter.AnsiE| 51) +(defenum |QPrinter.ArchA| 57) +(defenum |QPrinter.ArchB| 58) +(defenum |QPrinter.ArchC| 59) +(defenum |QPrinter.ArchD| 60) +(defenum |QPrinter.ArchE| 61) +(defenum |QPrinter.Auto| 6) +(defenum |QPrinter.B0| 14) +(defenum |QPrinter.B10| 16) +(defenum |QPrinter.B1| 15) +(defenum |QPrinter.B2| 17) +(defenum |QPrinter.B3| 18) +(defenum |QPrinter.B4| 19) +(defenum |QPrinter.B5Extra| 37) +(defenum |QPrinter.B5| 1) +(defenum |QPrinter.B6| 20) +(defenum |QPrinter.B7| 21) +(defenum |QPrinter.B8| 22) +(defenum |QPrinter.B9| 23) +(defenum |QPrinter.C5E| 24) +(defenum |QPrinter.Cassette| 11) +(defenum |QPrinter.Cicero| 5) +(defenum |QPrinter.Color| 1) +(defenum |QPrinter.Comm10E| 25) +(defenum |QPrinter.CurrentPage| 3) +(defenum |QPrinter.CustomSource| 14) +(defenum |QPrinter.Custom| 30) +(defenum |QPrinter.DLE| 26) +(defenum |QPrinter.DevicePixel| 6) +(defenum |QPrinter.Didot| 4) +(defenum |QPrinter.DoublePostcard| 78) +(defenum |QPrinter.DuplexAuto| 1) +(defenum |QPrinter.DuplexLongSide| 2) +(defenum |QPrinter.DuplexNone| 0) +(defenum |QPrinter.DuplexShortSide| 3) +(defenum |QPrinter.Envelope10| 25) +(defenum |QPrinter.Envelope11| 97) +(defenum |QPrinter.Envelope12| 98) +(defenum |QPrinter.Envelope14| 99) +(defenum |QPrinter.Envelope9| 96) +(defenum |QPrinter.EnvelopeB4| 85) +(defenum |QPrinter.EnvelopeB5| 86) +(defenum |QPrinter.EnvelopeB6| 87) +(defenum |QPrinter.EnvelopeC0| 88) +(defenum |QPrinter.EnvelopeC1| 89) +(defenum |QPrinter.EnvelopeC2| 90) +(defenum |QPrinter.EnvelopeC3| 91) +(defenum |QPrinter.EnvelopeC4| 92) +(defenum |QPrinter.EnvelopeC5| 24) +(defenum |QPrinter.EnvelopeC65| 94) +(defenum |QPrinter.EnvelopeC6| 93) +(defenum |QPrinter.EnvelopeC7| 95) +(defenum |QPrinter.EnvelopeChou3| 102) +(defenum |QPrinter.EnvelopeChou4| 103) +(defenum |QPrinter.EnvelopeDL| 26) +(defenum |QPrinter.EnvelopeInvite| 104) +(defenum |QPrinter.EnvelopeItalian| 105) +(defenum |QPrinter.EnvelopeKaku2| 106) +(defenum |QPrinter.EnvelopeKaku3| 107) +(defenum |QPrinter.EnvelopeManual| 5) +(defenum |QPrinter.EnvelopeMonarch| 100) +(defenum |QPrinter.EnvelopePersonal| 101) +(defenum |QPrinter.EnvelopePrc10| 117) +(defenum |QPrinter.EnvelopePrc1| 108) +(defenum |QPrinter.EnvelopePrc2| 109) +(defenum |QPrinter.EnvelopePrc3| 110) +(defenum |QPrinter.EnvelopePrc4| 111) +(defenum |QPrinter.EnvelopePrc5| 112) +(defenum |QPrinter.EnvelopePrc6| 113) +(defenum |QPrinter.EnvelopePrc7| 114) +(defenum |QPrinter.EnvelopePrc8| 115) +(defenum |QPrinter.EnvelopePrc9| 116) +(defenum |QPrinter.EnvelopeYou4| 118) +(defenum |QPrinter.Envelope| 4) +(defenum |QPrinter.Error| 3) +(defenum |QPrinter.ExecutiveStandard| 71) +(defenum |QPrinter.Executive| 4) +(defenum |QPrinter.FanFoldGermanLegal| 84) +(defenum |QPrinter.FanFoldGerman| 83) +(defenum |QPrinter.FanFoldUS| 82) +(defenum |QPrinter.FirstPageFirst| 0) +(defenum |QPrinter.Folio| 27) +(defenum |QPrinter.FormSource| 12) +(defenum |QPrinter.GrayScale| 0) +(defenum |QPrinter.HighResolution| 2) +(defenum |QPrinter.Idle| 0) +(defenum |QPrinter.Imperial10x11| 66) +(defenum |QPrinter.Imperial10x13| 67) +(defenum |QPrinter.Imperial10x14| 68) +(defenum |QPrinter.Imperial12x11| 69) +(defenum |QPrinter.Imperial15x11| 70) +(defenum |QPrinter.Imperial7x9| 62) +(defenum |QPrinter.Imperial8x10| 63) +(defenum |QPrinter.Imperial9x11| 64) +(defenum |QPrinter.Imperial9x12| 65) +(defenum |QPrinter.Inch| 2) +(defenum |QPrinter.JisB0| 38) +(defenum |QPrinter.JisB10| 48) +(defenum |QPrinter.JisB1| 39) +(defenum |QPrinter.JisB2| 40) +(defenum |QPrinter.JisB3| 41) +(defenum |QPrinter.JisB4| 42) +(defenum |QPrinter.JisB5| 43) +(defenum |QPrinter.JisB6| 44) +(defenum |QPrinter.JisB7| 45) +(defenum |QPrinter.JisB8| 46) +(defenum |QPrinter.JisB9| 47) +(defenum |QPrinter.Landscape| 1) +(defenum |QPrinter.LargeCapacity| 10) +(defenum |QPrinter.LargeFormat| 9) +(defenum |QPrinter.LastPageFirst| 1) +(defenum |QPrinter.LastPageSize| 118) +(defenum |QPrinter.LastPaperSource| 14) +(defenum |QPrinter.Ledger| 28) +(defenum |QPrinter.LegalExtra| 52) +(defenum |QPrinter.Legal| 3) +(defenum |QPrinter.LetterExtra| 53) +(defenum |QPrinter.LetterPlus| 54) +(defenum |QPrinter.LetterSmall| 55) +(defenum |QPrinter.Letter| 2) +(defenum |QPrinter.Lower| 1) +(defenum |QPrinter.Manual| 3) +(defenum |QPrinter.MaxPageSource| 13) +(defenum |QPrinter.Middle| 2) +(defenum |QPrinter.Millimeter| 0) +(defenum |QPrinter.NativeFormat| 0) +(defenum |QPrinter.Note| 72) +(defenum |QPrinter.OnlyOne| 0) +(defenum |QPrinter.PageRange| 2) +(defenum |QPrinter.PdfFormat| 1) +(defenum |QPrinter.Pica| 3) +(defenum |QPrinter.Point| 1) +(defenum |QPrinter.Portrait| 0) +(defenum |QPrinter.Postcard| 77) +(defenum |QPrinter.Prc16K| 79) +(defenum |QPrinter.Prc32KBig| 81) +(defenum |QPrinter.Prc32K| 80) +(defenum |QPrinter.PrinterResolution| 1) +(defenum |QPrinter.Quarto| 73) +(defenum |QPrinter.ScreenResolution| 0) +(defenum |QPrinter.Selection| 1) +(defenum |QPrinter.SmallFormat| 8) +(defenum |QPrinter.Statement| 74) +(defenum |QPrinter.SuperA| 75) +(defenum |QPrinter.SuperB| 76) +(defenum |QPrinter.TabloidExtra| 56) +(defenum |QPrinter.Tabloid| 29) +(defenum |QPrinter.Tractor| 7) +(defenum |QPrinter.Upper| 0) +(defenum |QProcess.CrashExit| 1) +(defenum |QProcess.Crashed| 1) +(defenum |QProcess.FailedToStart| 0) +(defenum |QProcess.ForwardedChannels| 2) +(defenum |QProcess.ForwardedErrorChannel| 4) +(defenum |QProcess.ForwardedInputChannel| 1) +(defenum |QProcess.ForwardedOutputChannel| 3) +(defenum |QProcess.ManagedInputChannel| 0) +(defenum |QProcess.MergedChannels| 1) +(defenum |QProcess.NormalExit| 0) +(defenum |QProcess.NotRunning| 0) +(defenum |QProcess.ReadError| 3) +(defenum |QProcess.Running| 2) +(defenum |QProcess.SeparateChannels| 0) +(defenum |QProcess.StandardError| 1) +(defenum |QProcess.StandardOutput| 0) +(defenum |QProcess.Starting| 1) +(defenum |QProcess.Timedout| 2) +(defenum |QProcess.UnknownError| 5) +(defenum |QProcess.WriteError| 4) +(defenum |QProgressBar.BottomToTop| 1) +(defenum |QProgressBar.TopToBottom| 0) +(defenum |QReadWriteLock.NonRecursive| 0) +(defenum |QReadWriteLock.Recursive| 1) +(defenum |QRegExp.CaretAtOffset| 1) +(defenum |QRegExp.CaretAtZero| 0) +(defenum |QRegExp.CaretWontMatch| 2) +(defenum |QRegExp.FixedString| 2) +(defenum |QRegExp.RegExp2| 3) +(defenum |QRegExp.RegExp| 0) +(defenum |QRegExp.W3CXmlSchema11| 5) +(defenum |QRegExp.WildcardUnix| 4) +(defenum |QRegExp.Wildcard| 1) +(defenum |QRegion.Ellipse| 1) +(defenum |QRegion.Rectangle| 0) +(defenum |QRubberBand.Line| 0) +(defenum |QRubberBand.Rectangle| 1) +(defenum |QSessionManager.RestartAnyway| 1) +(defenum |QSessionManager.RestartIfRunning| 0) +(defenum |QSessionManager.RestartImmediately| 2) +(defenum |QSessionManager.RestartNever| 3) +(defenum |QSettings.AccessError| 1) +(defenum |QSettings.FormatError| 2) +(defenum |QSettings.IniFormat| 1) +(defenum |QSettings.InvalidFormat| 16) +(defenum |QSettings.NativeFormat| 0) +(defenum |QSettings.NoError| 0) +(defenum |QSettings.SystemScope| 1) +(defenum |QSettings.UserScope| 0) +(defenum |QSizePolicy.ButtonBox| 2) +(defenum |QSizePolicy.CheckBox| 4) +(defenum |QSizePolicy.ComboBox| 8) +(defenum |QSizePolicy.DefaultType| 1) +(defenum |QSizePolicy.ExpandFlag| 2) +(defenum |QSizePolicy.Expanding| 7) +(defenum |QSizePolicy.Fixed| 0) +(defenum |QSizePolicy.Frame| 16) +(defenum |QSizePolicy.GroupBox| 32) +(defenum |QSizePolicy.GrowFlag| 1) +(defenum |QSizePolicy.IgnoreFlag| 8) +(defenum |QSizePolicy.Ignored| 13) +(defenum |QSizePolicy.Label| 64) +(defenum |QSizePolicy.LineEdit| 256) +(defenum |QSizePolicy.Line| 128) +(defenum |QSizePolicy.Maximum| 4) +(defenum |QSizePolicy.MinimumExpanding| 3) +(defenum |QSizePolicy.Minimum| 1) +(defenum |QSizePolicy.Preferred| 5) +(defenum |QSizePolicy.PushButton| 512) +(defenum |QSizePolicy.RadioButton| 1024) +(defenum |QSizePolicy.ShrinkFlag| 4) +(defenum |QSizePolicy.Slider| 2048) +(defenum |QSizePolicy.SpinBox| 4096) +(defenum |QSizePolicy.TabWidget| 8192) +(defenum |QSizePolicy.ToolButton| 16384) +(defenum |QSlider.NoTicks| 0) +(defenum |QSlider.TicksAbove| 1) +(defenum |QSlider.TicksBelow| 2) +(defenum |QSlider.TicksBothSides| 3) +(defenum |QSlider.TicksLeft| 1) +(defenum |QSlider.TicksRight| 2) +(defenum |QSqlDriver.BLOB| 2) +(defenum |QSqlDriver.BatchOperations| 8) +(defenum |QSqlDriver.CancelQuery| 14) +(defenum |QSqlDriver.DB2| 8) +(defenum |QSqlDriver.DeleteStatement| 4) +(defenum |QSqlDriver.EventNotifications| 11) +(defenum |QSqlDriver.FieldName| 0) +(defenum |QSqlDriver.FinishQuery| 12) +(defenum |QSqlDriver.InsertStatement| 3) +(defenum |QSqlDriver.Interbase| 7) +(defenum |QSqlDriver.LastInsertId| 7) +(defenum |QSqlDriver.LowPrecisionNumbers| 10) +(defenum |QSqlDriver.MSSqlServer| 1) +(defenum |QSqlDriver.MultipleResultSets| 13) +(defenum |QSqlDriver.MySqlServer| 2) +(defenum |QSqlDriver.NamedPlaceholders| 5) +(defenum |QSqlDriver.Oracle| 4) +(defenum |QSqlDriver.OtherSource| 2) +(defenum |QSqlDriver.PositionalPlaceholders| 6) +(defenum |QSqlDriver.PostgreSQL| 3) +(defenum |QSqlDriver.PreparedQueries| 4) +(defenum |QSqlDriver.QuerySize| 1) +(defenum |QSqlDriver.SQLite| 6) +(defenum |QSqlDriver.SelectStatement| 1) +(defenum |QSqlDriver.SelfSource| 1) +(defenum |QSqlDriver.SimpleLocking| 9) +(defenum |QSqlDriver.Sybase| 5) +(defenum |QSqlDriver.TableName| 1) +(defenum |QSqlDriver.Transactions| 0) +(defenum |QSqlDriver.Unicode| 3) +(defenum |QSqlDriver.UnknownDbms| 0) +(defenum |QSqlDriver.UnknownSource| 0) +(defenum |QSqlDriver.UpdateStatement| 2) +(defenum |QSqlDriver.WhereStatement| 0) +(defenum |QSqlError.ConnectionError| 1) +(defenum |QSqlError.NoError| 0) +(defenum |QSqlError.StatementError| 2) +(defenum |QSqlError.TransactionError| 3) +(defenum |QSqlError.UnknownError| 4) +(defenum |QSqlField.Optional| 0) +(defenum |QSqlField.Required| 1) +(defenum |QSqlField.Unknown| -1) +(defenum |QSqlQuery.ValuesAsColumns| 1) +(defenum |QSqlQuery.ValuesAsRows| 0) +(defenum |QSqlRelationalTableModel.InnerJoin| 0) +(defenum |QSqlRelationalTableModel.LeftJoin| 1) +(defenum |QSqlResult.NamedBinding| 1) +(defenum |QSqlResult.PositionalBinding| 0) +(defenum |QSqlTableModel.OnFieldChange| 0) +(defenum |QSqlTableModel.OnManualSubmit| 2) +(defenum |QSqlTableModel.OnRowChange| 1) +(defenum |QSslCertificate.CommonName| 1) +(defenum |QSslCertificate.CountryName| 4) +(defenum |QSslCertificate.DistinguishedNameQualifier| 6) +(defenum |QSslCertificate.EmailAddress| 8) +(defenum |QSslCertificate.LocalityName| 2) +(defenum |QSslCertificate.OrganizationalUnitName| 3) +(defenum |QSslCertificate.Organization| 0) +(defenum |QSslCertificate.SerialNumber| 7) +(defenum |QSslCertificate.StateOrProvinceName| 5) +(defenum |QSslConfiguration.NextProtocolNegotiationNegotiated| 1) +(defenum |QSslConfiguration.NextProtocolNegotiationNone| 0) +(defenum |QSslConfiguration.NextProtocolNegotiationUnsupported| 2) +(defenum |QSslError.AuthorityIssuerSerialNumberMismatch| 20) +(defenum |QSslError.CertificateBlacklisted| 24) +(defenum |QSslError.CertificateExpired| 6) +(defenum |QSslError.CertificateNotYetValid| 5) +(defenum |QSslError.CertificateRejected| 18) +(defenum |QSslError.CertificateRevoked| 13) +(defenum |QSslError.CertificateSignatureFailed| 4) +(defenum |QSslError.CertificateUntrusted| 17) +(defenum |QSslError.HostNameMismatch| 22) +(defenum |QSslError.InvalidCaCertificate| 14) +(defenum |QSslError.InvalidNotAfterField| 8) +(defenum |QSslError.InvalidNotBeforeField| 7) +(defenum |QSslError.InvalidPurpose| 16) +(defenum |QSslError.NoError| 0) +(defenum |QSslError.NoPeerCertificate| 21) +(defenum |QSslError.NoSslSupport| 23) +(defenum |QSslError.PathLengthExceeded| 15) +(defenum |QSslError.SelfSignedCertificateInChain| 10) +(defenum |QSslError.SelfSignedCertificate| 9) +(defenum |QSslError.SubjectIssuerMismatch| 19) +(defenum |QSslError.UnableToDecodeIssuerPublicKey| 3) +(defenum |QSslError.UnableToDecryptCertificateSignature| 2) +(defenum |QSslError.UnableToGetIssuerCertificate| 1) +(defenum |QSslError.UnableToGetLocalIssuerCertificate| 11) +(defenum |QSslError.UnableToVerifyFirstCertificate| 12) +(defenum |QSslError.UnspecifiedError| -1) +(defenum |QStackedLayout.StackAll| 1) +(defenum |QStackedLayout.StackOne| 0) +(defenum |QStandardItem.Type| 0) +(defenum |QStandardItem.UserType| 1000) +(defenum |QState.DontRestoreProperties| 0) +(defenum |QState.ExclusiveStates| 0) +(defenum |QState.ParallelStates| 1) +(defenum |QState.RestoreProperties| 1) +(defenum |QStateMachine.HighPriority| 1) +(defenum |QStateMachine.NoCommonAncestorForTransitionError| 3) +(defenum |QStateMachine.NoDefaultStateInHistoryStateError| 2) +(defenum |QStateMachine.NoError| 0) +(defenum |QStateMachine.NoInitialStateError| 1) +(defenum |QStateMachine.NormalPriority| 0) +(defenum |QStyle.CC_ComboBox| 1) +(defenum |QStyle.CC_CustomBase| -268435456) +(defenum |QStyle.CC_Dial| 6) +(defenum |QStyle.CC_GroupBox| 7) +(defenum |QStyle.CC_MdiControls| 8) +(defenum |QStyle.CC_ScrollBar| 2) +(defenum |QStyle.CC_Slider| 3) +(defenum |QStyle.CC_SpinBox| 0) +(defenum |QStyle.CC_TitleBar| 5) +(defenum |QStyle.CC_ToolButton| 4) +(defenum |QStyle.CE_CheckBoxLabel| 4) +(defenum |QStyle.CE_CheckBox| 3) +(defenum |QStyle.CE_ColumnViewGrip| 44) +(defenum |QStyle.CE_ComboBoxLabel| 39) +(defenum |QStyle.CE_CustomBase| -268435456) +(defenum |QStyle.CE_DockWidgetTitle| 30) +(defenum |QStyle.CE_FocusFrame| 38) +(defenum |QStyle.CE_HeaderEmptyArea| 43) +(defenum |QStyle.CE_HeaderLabel| 25) +(defenum |QStyle.CE_HeaderSection| 24) +(defenum |QStyle.CE_Header| 23) +(defenum |QStyle.CE_ItemViewItem| 45) +(defenum |QStyle.CE_MenuBarEmptyArea| 21) +(defenum |QStyle.CE_MenuBarItem| 20) +(defenum |QStyle.CE_MenuEmptyArea| 19) +(defenum |QStyle.CE_MenuHMargin| 17) +(defenum |QStyle.CE_MenuItem| 14) +(defenum |QStyle.CE_MenuScroller| 15) +(defenum |QStyle.CE_MenuTearoff| 18) +(defenum |QStyle.CE_MenuVMargin| 16) +(defenum |QStyle.CE_ProgressBarContents| 12) +(defenum |QStyle.CE_ProgressBarGroove| 11) +(defenum |QStyle.CE_ProgressBarLabel| 13) +(defenum |QStyle.CE_ProgressBar| 10) +(defenum |QStyle.CE_PushButtonBevel| 1) +(defenum |QStyle.CE_PushButtonLabel| 2) +(defenum |QStyle.CE_PushButton| 0) +(defenum |QStyle.CE_RadioButtonLabel| 6) +(defenum |QStyle.CE_RadioButton| 5) +(defenum |QStyle.CE_RubberBand| 29) +(defenum |QStyle.CE_ScrollBarAddLine| 31) +(defenum |QStyle.CE_ScrollBarAddPage| 33) +(defenum |QStyle.CE_ScrollBarFirst| 36) +(defenum |QStyle.CE_ScrollBarLast| 37) +(defenum |QStyle.CE_ScrollBarSlider| 35) +(defenum |QStyle.CE_ScrollBarSubLine| 32) +(defenum |QStyle.CE_ScrollBarSubPage| 34) +(defenum |QStyle.CE_ShapedFrame| 46) +(defenum |QStyle.CE_SizeGrip| 27) +(defenum |QStyle.CE_Splitter| 28) +(defenum |QStyle.CE_TabBarTabLabel| 9) +(defenum |QStyle.CE_TabBarTabShape| 8) +(defenum |QStyle.CE_TabBarTab| 7) +(defenum |QStyle.CE_ToolBar| 40) +(defenum |QStyle.CE_ToolBoxTabLabel| 42) +(defenum |QStyle.CE_ToolBoxTabShape| 41) +(defenum |QStyle.CE_ToolBoxTab| 26) +(defenum |QStyle.CE_ToolButtonLabel| 22) +(defenum |QStyle.CT_CheckBox| 1) +(defenum |QStyle.CT_ComboBox| 4) +(defenum |QStyle.CT_CustomBase| -268435456) +(defenum |QStyle.CT_DialogButtons| 18) +(defenum |QStyle.CT_GroupBox| 20) +(defenum |QStyle.CT_HeaderSection| 19) +(defenum |QStyle.CT_ItemViewItem| 22) +(defenum |QStyle.CT_LineEdit| 14) +(defenum |QStyle.CT_MdiControls| 21) +(defenum |QStyle.CT_MenuBarItem| 8) +(defenum |QStyle.CT_MenuBar| 9) +(defenum |QStyle.CT_MenuItem| 7) +(defenum |QStyle.CT_Menu| 10) +(defenum |QStyle.CT_ProgressBar| 6) +(defenum |QStyle.CT_PushButton| 0) +(defenum |QStyle.CT_RadioButton| 2) +(defenum |QStyle.CT_ScrollBar| 13) +(defenum |QStyle.CT_SizeGrip| 16) +(defenum |QStyle.CT_Slider| 12) +(defenum |QStyle.CT_SpinBox| 15) +(defenum |QStyle.CT_Splitter| 5) +(defenum |QStyle.CT_TabBarTab| 11) +(defenum |QStyle.CT_TabWidget| 17) +(defenum |QStyle.CT_ToolButton| 3) +(defenum |QStyle.PE_CustomBase| 251658240) +(defenum |QStyle.PE_FrameButtonBevel| 10) +(defenum |QStyle.PE_FrameButtonTool| 11) +(defenum |QStyle.PE_FrameDefaultButton| 1) +(defenum |QStyle.PE_FrameDockWidget| 2) +(defenum |QStyle.PE_FrameFocusRect| 3) +(defenum |QStyle.PE_FrameGroupBox| 4) +(defenum |QStyle.PE_FrameLineEdit| 5) +(defenum |QStyle.PE_FrameMenu| 6) +(defenum |QStyle.PE_FrameStatusBarItem| 7) +(defenum |QStyle.PE_FrameStatusBar| 7) +(defenum |QStyle.PE_FrameTabBarBase| 12) +(defenum |QStyle.PE_FrameTabWidget| 8) +(defenum |QStyle.PE_FrameWindow| 9) +(defenum |QStyle.PE_Frame| 0) +(defenum |QStyle.PE_IndicatorArrowDown| 19) +(defenum |QStyle.PE_IndicatorArrowLeft| 20) +(defenum |QStyle.PE_IndicatorArrowRight| 21) +(defenum |QStyle.PE_IndicatorArrowUp| 22) +(defenum |QStyle.PE_IndicatorBranch| 23) +(defenum |QStyle.PE_IndicatorButtonDropDown| 24) +(defenum |QStyle.PE_IndicatorCheckBox| 26) +(defenum |QStyle.PE_IndicatorColumnViewArrow| 42) +(defenum |QStyle.PE_IndicatorDockWidgetResizeHandle| 27) +(defenum |QStyle.PE_IndicatorHeaderArrow| 28) +(defenum |QStyle.PE_IndicatorItemViewItemCheck| 25) +(defenum |QStyle.PE_IndicatorItemViewItemDrop| 43) +(defenum |QStyle.PE_IndicatorMenuCheckMark| 29) +(defenum |QStyle.PE_IndicatorProgressChunk| 30) +(defenum |QStyle.PE_IndicatorRadioButton| 31) +(defenum |QStyle.PE_IndicatorSpinDown| 32) +(defenum |QStyle.PE_IndicatorSpinMinus| 33) +(defenum |QStyle.PE_IndicatorSpinPlus| 34) +(defenum |QStyle.PE_IndicatorSpinUp| 35) +(defenum |QStyle.PE_IndicatorTabClose| 47) +(defenum |QStyle.PE_IndicatorTabTear| 39) +(defenum |QStyle.PE_IndicatorToolBarHandle| 36) +(defenum |QStyle.PE_IndicatorToolBarSeparator| 37) +(defenum |QStyle.PE_IndicatorViewItemCheck| 25) +(defenum |QStyle.PE_PanelButtonBevel| 14) +(defenum |QStyle.PE_PanelButtonCommand| 13) +(defenum |QStyle.PE_PanelButtonTool| 15) +(defenum |QStyle.PE_PanelItemViewItem| 44) +(defenum |QStyle.PE_PanelItemViewRow| 45) +(defenum |QStyle.PE_PanelLineEdit| 18) +(defenum |QStyle.PE_PanelMenuBar| 16) +(defenum |QStyle.PE_PanelMenu| 48) +(defenum |QStyle.PE_PanelScrollAreaCorner| 40) +(defenum |QStyle.PE_PanelStatusBar| 46) +(defenum |QStyle.PE_PanelTipLabel| 38) +(defenum |QStyle.PE_PanelToolBar| 17) +(defenum |QStyle.PE_Widget| 41) +(defenum |QStyle.PM_ButtonDefaultIndicator| 1) +(defenum |QStyle.PM_ButtonIconSize| 75) +(defenum |QStyle.PM_ButtonMargin| 0) +(defenum |QStyle.PM_ButtonShiftHorizontal| 3) +(defenum |QStyle.PM_ButtonShiftVertical| 4) +(defenum |QStyle.PM_CheckBoxLabelSpacing| 70) +(defenum |QStyle.PM_ComboBoxFrameWidth| 7) +(defenum |QStyle.PM_CustomBase| -268435456) +(defenum |QStyle.PM_DefaultChildMargin| 60) +(defenum |QStyle.PM_DefaultFrameWidth| 5) +(defenum |QStyle.PM_DefaultLayoutSpacing| 61) +(defenum |QStyle.PM_DefaultTopLevelMargin| 59) +(defenum |QStyle.PM_DialogButtonsButtonHeight| 43) +(defenum |QStyle.PM_DialogButtonsButtonWidth| 42) +(defenum |QStyle.PM_DialogButtonsSeparator| 41) +(defenum |QStyle.PM_DockWidgetFrameWidth| 18) +(defenum |QStyle.PM_DockWidgetHandleExtent| 17) +(defenum |QStyle.PM_DockWidgetSeparatorExtent| 16) +(defenum |QStyle.PM_DockWidgetTitleBarButtonMargin| 76) +(defenum |QStyle.PM_DockWidgetTitleMargin| 73) +(defenum |QStyle.PM_ExclusiveIndicatorHeight| 40) +(defenum |QStyle.PM_ExclusiveIndicatorWidth| 39) +(defenum |QStyle.PM_FocusFrameHMargin| 68) +(defenum |QStyle.PM_FocusFrameVMargin| 67) +(defenum |QStyle.PM_HeaderDefaultSectionSizeHorizontal| 92) +(defenum |QStyle.PM_HeaderDefaultSectionSizeVertical| 93) +(defenum |QStyle.PM_HeaderGripMargin| 48) +(defenum |QStyle.PM_HeaderMargin| 46) +(defenum |QStyle.PM_HeaderMarkSize| 47) +(defenum |QStyle.PM_IconViewIconSize| 64) +(defenum |QStyle.PM_IndicatorHeight| 38) +(defenum |QStyle.PM_IndicatorWidth| 37) +(defenum |QStyle.PM_LargeIconSize| 66) +(defenum |QStyle.PM_LayoutBottomMargin| 81) +(defenum |QStyle.PM_LayoutHorizontalSpacing| 82) +(defenum |QStyle.PM_LayoutLeftMargin| 78) +(defenum |QStyle.PM_LayoutRightMargin| 80) +(defenum |QStyle.PM_LayoutTopMargin| 79) +(defenum |QStyle.PM_LayoutVerticalSpacing| 83) +(defenum |QStyle.PM_ListViewIconSize| 63) +(defenum |QStyle.PM_MDIFrameWidth| 44) +(defenum |QStyle.PM_MDIMinimizedWidth| 45) +(defenum |QStyle.PM_MaximumDragDistance| 8) +(defenum |QStyle.PM_MdiSubWindowFrameWidth| 44) +(defenum |QStyle.PM_MdiSubWindowMinimizedWidth| 45) +(defenum |QStyle.PM_MenuBarHMargin| 36) +(defenum |QStyle.PM_MenuBarItemSpacing| 34) +(defenum |QStyle.PM_MenuBarPanelWidth| 33) +(defenum |QStyle.PM_MenuBarVMargin| 35) +(defenum |QStyle.PM_MenuButtonIndicator| 2) +(defenum |QStyle.PM_MenuDesktopFrameWidth| 32) +(defenum |QStyle.PM_MenuHMargin| 28) +(defenum |QStyle.PM_MenuPanelWidth| 30) +(defenum |QStyle.PM_MenuScrollerHeight| 27) +(defenum |QStyle.PM_MenuTearoffHeight| 31) +(defenum |QStyle.PM_MenuVMargin| 29) +(defenum |QStyle.PM_MessageBoxIconSize| 74) +(defenum |QStyle.PM_ProgressBarChunkWidth| 24) +(defenum |QStyle.PM_RadioButtonLabelSpacing| 77) +(defenum |QStyle.PM_ScrollBarExtent| 9) +(defenum |QStyle.PM_ScrollBarSliderMin| 10) +(defenum |QStyle.PM_ScrollView_ScrollBarOverlap| 89) +(defenum |QStyle.PM_ScrollView_ScrollBarSpacing| 88) +(defenum |QStyle.PM_SizeGripSize| 72) +(defenum |QStyle.PM_SliderControlThickness| 12) +(defenum |QStyle.PM_SliderLength| 13) +(defenum |QStyle.PM_SliderSpaceAvailable| 15) +(defenum |QStyle.PM_SliderThickness| 11) +(defenum |QStyle.PM_SliderTickmarkOffset| 14) +(defenum |QStyle.PM_SmallIconSize| 65) +(defenum |QStyle.PM_SpinBoxFrameWidth| 6) +(defenum |QStyle.PM_SpinBoxSliderHeight| 58) +(defenum |QStyle.PM_SplitterWidth| 25) +(defenum |QStyle.PM_SubMenuOverlap| 90) +(defenum |QStyle.PM_TabBarBaseHeight| 22) +(defenum |QStyle.PM_TabBarBaseOverlap| 23) +(defenum |QStyle.PM_TabBarIconSize| 71) +(defenum |QStyle.PM_TabBarScrollButtonWidth| 51) +(defenum |QStyle.PM_TabBarTabHSpace| 20) +(defenum |QStyle.PM_TabBarTabOverlap| 19) +(defenum |QStyle.PM_TabBarTabShiftHorizontal| 49) +(defenum |QStyle.PM_TabBarTabShiftVertical| 50) +(defenum |QStyle.PM_TabBarTabVSpace| 21) +(defenum |QStyle.PM_TabBar_ScrollButtonOverlap| 84) +(defenum |QStyle.PM_TabCloseIndicatorHeight| 87) +(defenum |QStyle.PM_TabCloseIndicatorWidth| 86) +(defenum |QStyle.PM_TextCursorWidth| 85) +(defenum |QStyle.PM_TitleBarHeight| 26) +(defenum |QStyle.PM_ToolBarExtensionExtent| 57) +(defenum |QStyle.PM_ToolBarFrameWidth| 52) +(defenum |QStyle.PM_ToolBarHandleExtent| 53) +(defenum |QStyle.PM_ToolBarIconSize| 62) +(defenum |QStyle.PM_ToolBarItemMargin| 55) +(defenum |QStyle.PM_ToolBarItemSpacing| 54) +(defenum |QStyle.PM_ToolBarSeparatorExtent| 56) +(defenum |QStyle.PM_ToolTipLabelFrameWidth| 69) +(defenum |QStyle.PM_TreeViewIndentation| 91) +(defenum |QStyle.RSIP_OnMouseClickAndAlreadyFocused| 0) +(defenum |QStyle.RSIP_OnMouseClick| 1) +(defenum |QStyle.SC_All| -1) +(defenum |QStyle.SC_ComboBoxArrow| 4) +(defenum |QStyle.SC_ComboBoxEditField| 2) +(defenum |QStyle.SC_ComboBoxFrame| 1) +(defenum |QStyle.SC_ComboBoxListBoxPopup| 8) +(defenum |QStyle.SC_CustomBase| -268435456) +(defenum |QStyle.SC_DialGroove| 1) +(defenum |QStyle.SC_DialHandle| 2) +(defenum |QStyle.SC_DialTickmarks| 4) +(defenum |QStyle.SC_GroupBoxCheckBox| 1) +(defenum |QStyle.SC_GroupBoxContents| 4) +(defenum |QStyle.SC_GroupBoxFrame| 8) +(defenum |QStyle.SC_GroupBoxLabel| 2) +(defenum |QStyle.SC_MdiCloseButton| 4) +(defenum |QStyle.SC_MdiMinButton| 1) +(defenum |QStyle.SC_MdiNormalButton| 2) +(defenum |QStyle.SC_None| 0) +(defenum |QStyle.SC_ScrollBarAddLine| 1) +(defenum |QStyle.SC_ScrollBarAddPage| 4) +(defenum |QStyle.SC_ScrollBarFirst| 16) +(defenum |QStyle.SC_ScrollBarGroove| 128) +(defenum |QStyle.SC_ScrollBarLast| 32) +(defenum |QStyle.SC_ScrollBarSlider| 64) +(defenum |QStyle.SC_ScrollBarSubLine| 2) +(defenum |QStyle.SC_ScrollBarSubPage| 8) +(defenum |QStyle.SC_SliderGroove| 1) +(defenum |QStyle.SC_SliderHandle| 2) +(defenum |QStyle.SC_SliderTickmarks| 4) +(defenum |QStyle.SC_SpinBoxDown| 2) +(defenum |QStyle.SC_SpinBoxEditField| 8) +(defenum |QStyle.SC_SpinBoxFrame| 4) +(defenum |QStyle.SC_SpinBoxUp| 1) +(defenum |QStyle.SC_TitleBarCloseButton| 8) +(defenum |QStyle.SC_TitleBarContextHelpButton| 128) +(defenum |QStyle.SC_TitleBarLabel| 256) +(defenum |QStyle.SC_TitleBarMaxButton| 4) +(defenum |QStyle.SC_TitleBarMinButton| 2) +(defenum |QStyle.SC_TitleBarNormalButton| 16) +(defenum |QStyle.SC_TitleBarShadeButton| 32) +(defenum |QStyle.SC_TitleBarSysMenu| 1) +(defenum |QStyle.SC_TitleBarUnshadeButton| 64) +(defenum |QStyle.SC_ToolButtonMenu| 2) +(defenum |QStyle.SC_ToolButton| 1) +(defenum |QStyle.SE_CheckBoxClickRect| 5) +(defenum |QStyle.SE_CheckBoxContents| 3) +(defenum |QStyle.SE_CheckBoxFocusRect| 4) +(defenum |QStyle.SE_CheckBoxIndicator| 2) +(defenum |QStyle.SE_CheckBoxLayoutItem| 32) +(defenum |QStyle.SE_ComboBoxFocusRect| 10) +(defenum |QStyle.SE_ComboBoxLayoutItem| 33) +(defenum |QStyle.SE_CustomBase| -268435456) +(defenum |QStyle.SE_DateTimeEditLayoutItem| 34) +(defenum |QStyle.SE_DialogButtonBoxLayoutItem| 35) +(defenum |QStyle.SE_DockWidgetCloseButton| 28) +(defenum |QStyle.SE_DockWidgetFloatButton| 29) +(defenum |QStyle.SE_DockWidgetIcon| 31) +(defenum |QStyle.SE_DockWidgetTitleBarText| 30) +(defenum |QStyle.SE_FrameContents| 27) +(defenum |QStyle.SE_FrameLayoutItem| 43) +(defenum |QStyle.SE_GroupBoxLayoutItem| 44) +(defenum |QStyle.SE_HeaderArrow| 17) +(defenum |QStyle.SE_HeaderLabel| 16) +(defenum |QStyle.SE_ItemViewItemCheckIndicator| 23) +(defenum |QStyle.SE_ItemViewItemDecoration| 46) +(defenum |QStyle.SE_ItemViewItemFocusRect| 48) +(defenum |QStyle.SE_ItemViewItemText| 47) +(defenum |QStyle.SE_LabelLayoutItem| 36) +(defenum |QStyle.SE_LineEditContents| 26) +(defenum |QStyle.SE_ProgressBarContents| 13) +(defenum |QStyle.SE_ProgressBarGroove| 12) +(defenum |QStyle.SE_ProgressBarLabel| 14) +(defenum |QStyle.SE_ProgressBarLayoutItem| 37) +(defenum |QStyle.SE_PushButtonContents| 0) +(defenum |QStyle.SE_PushButtonFocusRect| 1) +(defenum |QStyle.SE_PushButtonLayoutItem| 38) +(defenum |QStyle.SE_RadioButtonClickRect| 9) +(defenum |QStyle.SE_RadioButtonContents| 7) +(defenum |QStyle.SE_RadioButtonFocusRect| 8) +(defenum |QStyle.SE_RadioButtonIndicator| 6) +(defenum |QStyle.SE_RadioButtonLayoutItem| 39) +(defenum |QStyle.SE_ShapedFrameContents| 52) +(defenum |QStyle.SE_SliderFocusRect| 11) +(defenum |QStyle.SE_SliderLayoutItem| 40) +(defenum |QStyle.SE_SpinBoxLayoutItem| 41) +(defenum |QStyle.SE_TabBarTabLeftButton| 49) +(defenum |QStyle.SE_TabBarTabRightButton| 50) +(defenum |QStyle.SE_TabBarTabText| 51) +(defenum |QStyle.SE_TabBarTearIndicator| 24) +(defenum |QStyle.SE_TabWidgetLayoutItem| 45) +(defenum |QStyle.SE_TabWidgetLeftCorner| 21) +(defenum |QStyle.SE_TabWidgetRightCorner| 22) +(defenum |QStyle.SE_TabWidgetTabBar| 18) +(defenum |QStyle.SE_TabWidgetTabContents| 20) +(defenum |QStyle.SE_TabWidgetTabPane| 19) +(defenum |QStyle.SE_ToolBarHandle| 53) +(defenum |QStyle.SE_ToolBoxTabContents| 15) +(defenum |QStyle.SE_ToolButtonLayoutItem| 42) +(defenum |QStyle.SE_TreeViewDisclosureItem| 25) +(defenum |QStyle.SE_ViewItemCheckIndicator| 23) +(defenum |QStyle.SH_BlinkCursorWhenTextSelected| 28) +(defenum |QStyle.SH_Button_FocusPolicy| 49) +(defenum |QStyle.SH_ComboBox_LayoutDirection| 58) +(defenum |QStyle.SH_ComboBox_ListMouseTracking| 19) +(defenum |QStyle.SH_ComboBox_PopupFrameStyle| 69) +(defenum |QStyle.SH_ComboBox_Popup| 25) +(defenum |QStyle.SH_ComboBox_UseNativePopup| 103) +(defenum |QStyle.SH_CustomBase| -268435456) +(defenum |QStyle.SH_Dial_BackgroundRole| 57) +(defenum |QStyle.SH_DialogButtonBox_ButtonsHaveIcons| 71) +(defenum |QStyle.SH_DialogButtonLayout| 68) +(defenum |QStyle.SH_DialogButtons_DefaultButton| 36) +(defenum |QStyle.SH_DitherDisabledText| 1) +(defenum |QStyle.SH_DockWidget_ButtonsHaveFrame| 94) +(defenum |QStyle.SH_DrawMenuBarSeparator| 47) +(defenum |QStyle.SH_EtchDisabledText| 0) +(defenum |QStyle.SH_FocusFrame_AboveWidget| 77) +(defenum |QStyle.SH_FocusFrame_Mask| 53) +(defenum |QStyle.SH_FontDialog_SelectAssociatedText| 13) +(defenum |QStyle.SH_FormLayoutFieldGrowthPolicy| 89) +(defenum |QStyle.SH_FormLayoutFormAlignment| 90) +(defenum |QStyle.SH_FormLayoutLabelAlignment| 91) +(defenum |QStyle.SH_FormLayoutWrapPolicy| 86) +(defenum |QStyle.SH_GroupBox_TextLabelColor| 32) +(defenum |QStyle.SH_GroupBox_TextLabelVerticalAlignment| 31) +(defenum |QStyle.SH_Header_ArrowAlignment| 6) +(defenum |QStyle.SH_ItemView_ActivateItemOnSingleClick| 61) +(defenum |QStyle.SH_ItemView_ArrowKeysNavigateIntoChildren| 80) +(defenum |QStyle.SH_ItemView_ChangeHighlightOnFocus| 22) +(defenum |QStyle.SH_ItemView_DrawDelegateFrame| 92) +(defenum |QStyle.SH_ItemView_EllipsisLocation| 59) +(defenum |QStyle.SH_ItemView_MovementWithoutUpdatingSelection| 75) +(defenum |QStyle.SH_ItemView_PaintAlternatingRowColorsForEmptyArea| 85) +(defenum |QStyle.SH_ItemView_ShowDecorationSelected| 60) +(defenum |QStyle.SH_LineEdit_PasswordCharacter| 35) +(defenum |QStyle.SH_LineEdit_PasswordMaskDelay| 104) +(defenum |QStyle.SH_ListViewExpand_SelectMouseType| 40) +(defenum |QStyle.SH_MainWindow_SpaceBelowMenuBar| 12) +(defenum |QStyle.SH_MenuBar_AltKeyNavigation| 18) +(defenum |QStyle.SH_MenuBar_MouseTracking| 21) +(defenum |QStyle.SH_Menu_AllowActiveAndDisabled| 14) +(defenum |QStyle.SH_Menu_FadeOutOnHide| 83) +(defenum |QStyle.SH_Menu_FillScreenWithScroll| 45) +(defenum |QStyle.SH_Menu_FlashTriggeredItem| 82) +(defenum |QStyle.SH_Menu_KeyboardSearch| 66) +(defenum |QStyle.SH_Menu_Mask| 81) +(defenum |QStyle.SH_Menu_MouseTracking| 20) +(defenum |QStyle.SH_Menu_Scrollable| 30) +(defenum |QStyle.SH_Menu_SelectionWrap| 74) +(defenum |QStyle.SH_Menu_SloppySubMenus| 33) +(defenum |QStyle.SH_Menu_SpaceActivatesItem| 15) +(defenum |QStyle.SH_Menu_SubMenuDontStartSloppyOnLeave| 111) +(defenum |QStyle.SH_Menu_SubMenuPopupDelay| 16) +(defenum |QStyle.SH_Menu_SubMenuResetWhenReenteringParent| 110) +(defenum |QStyle.SH_Menu_SubMenuSloppyCloseTimeout| 109) +(defenum |QStyle.SH_Menu_SubMenuSloppySelectOtherActions| 108) +(defenum |QStyle.SH_Menu_SubMenuUniDirectionFailCount| 107) +(defenum |QStyle.SH_Menu_SubMenuUniDirection| 106) +(defenum |QStyle.SH_Menu_SupportsSections| 98) +(defenum |QStyle.SH_MessageBox_CenterButtons| 73) +(defenum |QStyle.SH_MessageBox_TextInteractionFlags| 70) +(defenum |QStyle.SH_MessageBox_UseBorderForButtonSpacing| 50) +(defenum |QStyle.SH_PrintDialog_RightAlignButtons| 11) +(defenum |QStyle.SH_ProgressDialog_CenterCancelButton| 9) +(defenum |QStyle.SH_ProgressDialog_TextLabelAlignment| 10) +(defenum |QStyle.SH_RequestSoftwareInputPanel| 96) +(defenum |QStyle.SH_RichText_FullWidthSelection| 29) +(defenum |QStyle.SH_RubberBand_Mask| 54) +(defenum |QStyle.SH_ScrollBar_ContextMenu| 62) +(defenum |QStyle.SH_ScrollBar_LeftClickAbsolutePosition| 39) +(defenum |QStyle.SH_ScrollBar_MiddleClickAbsolutePosition| 2) +(defenum |QStyle.SH_ScrollBar_RollBetweenButtons| 63) +(defenum |QStyle.SH_ScrollBar_ScrollWhenPointerLeavesControl| 3) +(defenum |QStyle.SH_ScrollBar_StopMouseOverSlider| 27) +(defenum |QStyle.SH_ScrollBar_Transient| 97) +(defenum |QStyle.SH_ScrollView_FrameOnlyAroundContents| 17) +(defenum |QStyle.SH_Slider_AbsoluteSetButtons| 64) +(defenum |QStyle.SH_Slider_PageSetButtons| 65) +(defenum |QStyle.SH_Slider_SloppyKeyEvents| 8) +(defenum |QStyle.SH_Slider_SnapToValue| 7) +(defenum |QStyle.SH_Slider_StopMouseOverSlider| 27) +(defenum |QStyle.SH_SpellCheckUnderlineStyle| 72) +(defenum |QStyle.SH_SpinBox_AnimateButton| 42) +(defenum |QStyle.SH_SpinBox_ClickAutoRepeatRate| 44) +(defenum |QStyle.SH_SpinBox_ClickAutoRepeatThreshold| 84) +(defenum |QStyle.SH_SpinBox_KeyPressAutoRepeatRate| 43) +(defenum |QStyle.SH_SpinControls_DisableOnBounds| 56) +(defenum |QStyle.SH_Splitter_OpaqueResize| 102) +(defenum |QStyle.SH_TabBar_Alignment| 5) +(defenum |QStyle.SH_TabBar_ChangeCurrentDelay| 105) +(defenum |QStyle.SH_TabBar_CloseButtonPosition| 93) +(defenum |QStyle.SH_TabBar_ElideMode| 67) +(defenum |QStyle.SH_TabBar_PreferNoArrows| 38) +(defenum |QStyle.SH_TabBar_SelectMouseType| 4) +(defenum |QStyle.SH_TabWidget_DefaultTabPosition| 87) +(defenum |QStyle.SH_Table_GridLineColor| 34) +(defenum |QStyle.SH_TextControl_FocusIndicatorTextCharFormat| 78) +(defenum |QStyle.SH_TitleBar_AutoRaise| 51) +(defenum |QStyle.SH_TitleBar_ModifyNotification| 48) +(defenum |QStyle.SH_TitleBar_NoBorder| 26) +(defenum |QStyle.SH_ToolBar_Movable| 88) +(defenum |QStyle.SH_ToolBox_SelectedPageTitleBold| 37) +(defenum |QStyle.SH_ToolButtonStyle| 95) +(defenum |QStyle.SH_ToolButton_PopupDelay| 52) +(defenum |QStyle.SH_ToolTipLabel_Opacity| 46) +(defenum |QStyle.SH_ToolTip_FallAsleepDelay| 100) +(defenum |QStyle.SH_ToolTip_Mask| 76) +(defenum |QStyle.SH_ToolTip_WakeUpDelay| 99) +(defenum |QStyle.SH_UnderlineShortcut| 41) +(defenum |QStyle.SH_Widget_Animate| 101) +(defenum |QStyle.SH_Widget_ShareActivation| 23) +(defenum |QStyle.SH_WindowFrame_Mask| 55) +(defenum |QStyle.SH_WizardStyle| 79) +(defenum |QStyle.SH_Workspace_FillSpaceOnMaximize| 24) +(defenum |QStyle.SP_ArrowBack| 54) +(defenum |QStyle.SP_ArrowDown| 51) +(defenum |QStyle.SP_ArrowForward| 55) +(defenum |QStyle.SP_ArrowLeft| 52) +(defenum |QStyle.SP_ArrowRight| 53) +(defenum |QStyle.SP_ArrowUp| 50) +(defenum |QStyle.SP_BrowserReload| 59) +(defenum |QStyle.SP_BrowserStop| 60) +(defenum |QStyle.SP_CommandLink| 57) +(defenum |QStyle.SP_ComputerIcon| 15) +(defenum |QStyle.SP_CustomBase| -268435456) +(defenum |QStyle.SP_DesktopIcon| 13) +(defenum |QStyle.SP_DialogApplyButton| 45) +(defenum |QStyle.SP_DialogCancelButton| 40) +(defenum |QStyle.SP_DialogCloseButton| 44) +(defenum |QStyle.SP_DialogDiscardButton| 47) +(defenum |QStyle.SP_DialogHelpButton| 41) +(defenum |QStyle.SP_DialogNoButton| 49) +(defenum |QStyle.SP_DialogOkButton| 39) +(defenum |QStyle.SP_DialogOpenButton| 42) +(defenum |QStyle.SP_DialogResetButton| 46) +(defenum |QStyle.SP_DialogSaveButton| 43) +(defenum |QStyle.SP_DialogYesButton| 48) +(defenum |QStyle.SP_DirClosedIcon| 22) +(defenum |QStyle.SP_DirHomeIcon| 56) +(defenum |QStyle.SP_DirIcon| 38) +(defenum |QStyle.SP_DirLinkIcon| 23) +(defenum |QStyle.SP_DirLinkOpenIcon| 24) +(defenum |QStyle.SP_DirOpenIcon| 21) +(defenum |QStyle.SP_DockWidgetCloseButton| 8) +(defenum |QStyle.SP_DriveCDIcon| 18) +(defenum |QStyle.SP_DriveDVDIcon| 19) +(defenum |QStyle.SP_DriveFDIcon| 16) +(defenum |QStyle.SP_DriveHDIcon| 17) +(defenum |QStyle.SP_DriveNetIcon| 20) +(defenum |QStyle.SP_FileDialogBack| 37) +(defenum |QStyle.SP_FileDialogContentsView| 35) +(defenum |QStyle.SP_FileDialogDetailedView| 33) +(defenum |QStyle.SP_FileDialogEnd| 30) +(defenum |QStyle.SP_FileDialogInfoView| 34) +(defenum |QStyle.SP_FileDialogListView| 36) +(defenum |QStyle.SP_FileDialogNewFolder| 32) +(defenum |QStyle.SP_FileDialogStart| 29) +(defenum |QStyle.SP_FileDialogToParent| 31) +(defenum |QStyle.SP_FileIcon| 25) +(defenum |QStyle.SP_FileLinkIcon| 26) +(defenum |QStyle.SP_LineEditClearButton| 70) +(defenum |QStyle.SP_MediaPause| 63) +(defenum |QStyle.SP_MediaPlay| 61) +(defenum |QStyle.SP_MediaSeekBackward| 67) +(defenum |QStyle.SP_MediaSeekForward| 66) +(defenum |QStyle.SP_MediaSkipBackward| 65) +(defenum |QStyle.SP_MediaSkipForward| 64) +(defenum |QStyle.SP_MediaStop| 62) +(defenum |QStyle.SP_MediaVolumeMuted| 69) +(defenum |QStyle.SP_MediaVolume| 68) +(defenum |QStyle.SP_MessageBoxCritical| 11) +(defenum |QStyle.SP_MessageBoxInformation| 9) +(defenum |QStyle.SP_MessageBoxQuestion| 12) +(defenum |QStyle.SP_MessageBoxWarning| 10) +(defenum |QStyle.SP_TitleBarCloseButton| 3) +(defenum |QStyle.SP_TitleBarContextHelpButton| 7) +(defenum |QStyle.SP_TitleBarMaxButton| 2) +(defenum |QStyle.SP_TitleBarMenuButton| 0) +(defenum |QStyle.SP_TitleBarMinButton| 1) +(defenum |QStyle.SP_TitleBarNormalButton| 4) +(defenum |QStyle.SP_TitleBarShadeButton| 5) +(defenum |QStyle.SP_TitleBarUnshadeButton| 6) +(defenum |QStyle.SP_ToolBarHorizontalExtensionButton| 27) +(defenum |QStyle.SP_ToolBarVerticalExtensionButton| 28) +(defenum |QStyle.SP_TrashIcon| 14) +(defenum |QStyle.SP_VistaShield| 58) +(defenum |QStyle.State_Active| 65536) +(defenum |QStyle.State_AutoRaise| 4096) +(defenum |QStyle.State_Bottom| 1024) +(defenum |QStyle.State_Children| 524288) +(defenum |QStyle.State_DownArrow| 64) +(defenum |QStyle.State_Editing| 4194304) +(defenum |QStyle.State_Enabled| 1) +(defenum |QStyle.State_FocusAtBorder| 2048) +(defenum |QStyle.State_HasEditFocus| 16777216) +(defenum |QStyle.State_HasFocus| 256) +(defenum |QStyle.State_Horizontal| 128) +(defenum |QStyle.State_Item| 1048576) +(defenum |QStyle.State_KeyboardFocusChange| 8388608) +(defenum |QStyle.State_Mini| 134217728) +(defenum |QStyle.State_MouseOver| 8192) +(defenum |QStyle.State_NoChange| 16) +(defenum |QStyle.State_None| 0) +(defenum |QStyle.State_Off| 8) +(defenum |QStyle.State_On| 32) +(defenum |QStyle.State_Open| 262144) +(defenum |QStyle.State_Raised| 2) +(defenum |QStyle.State_ReadOnly| 33554432) +(defenum |QStyle.State_Selected| 32768) +(defenum |QStyle.State_Sibling| 2097152) +(defenum |QStyle.State_Small| 67108864) +(defenum |QStyle.State_Sunken| 4) +(defenum |QStyle.State_Top| 512) +(defenum |QStyle.State_UpArrow| 16384) +(defenum |QStyle.State_Window| 131072) +(defenum |QSwipeGesture.Down| 4) +(defenum |QSwipeGesture.Left| 1) +(defenum |QSwipeGesture.NoDirection| 0) +(defenum |QSwipeGesture.Right| 2) +(defenum |QSwipeGesture.Up| 3) +(defenum |QSystemSemaphore.AlreadyExists| 3) +(defenum |QSystemSemaphore.Create| 1) +(defenum |QSystemSemaphore.KeyError| 2) +(defenum |QSystemSemaphore.NoError| 0) +(defenum |QSystemSemaphore.NotFound| 4) +(defenum |QSystemSemaphore.Open| 0) +(defenum |QSystemSemaphore.OutOfResources| 5) +(defenum |QSystemSemaphore.PermissionDenied| 1) +(defenum |QSystemSemaphore.UnknownError| 6) +(defenum |QSystemTrayIcon.Context| 1) +(defenum |QSystemTrayIcon.Critical| 3) +(defenum |QSystemTrayIcon.DoubleClick| 2) +(defenum |QSystemTrayIcon.Information| 1) +(defenum |QSystemTrayIcon.MiddleClick| 4) +(defenum |QSystemTrayIcon.NoIcon| 0) +(defenum |QSystemTrayIcon.Trigger| 3) +(defenum |QSystemTrayIcon.Unknown| 0) +(defenum |QSystemTrayIcon.Warning| 2) +(defenum |QTabBar.LeftSide| 0) +(defenum |QTabBar.RightSide| 1) +(defenum |QTabBar.RoundedEast| 3) +(defenum |QTabBar.RoundedNorth| 0) +(defenum |QTabBar.RoundedSouth| 1) +(defenum |QTabBar.RoundedWest| 2) +(defenum |QTabBar.SelectLeftTab| 0) +(defenum |QTabBar.SelectPreviousTab| 2) +(defenum |QTabBar.SelectRightTab| 1) +(defenum |QTabBar.TriangularEast| 7) +(defenum |QTabBar.TriangularNorth| 4) +(defenum |QTabBar.TriangularSouth| 5) +(defenum |QTabBar.TriangularWest| 6) +(defenum |QTabWidget.East| 3) +(defenum |QTabWidget.North| 0) +(defenum |QTabWidget.Rounded| 0) +(defenum |QTabWidget.South| 1) +(defenum |QTabWidget.Triangular| 1) +(defenum |QTabWidget.West| 2) +(defenum |QTableWidgetItem.Type| 0) +(defenum |QTableWidgetItem.UserType| 1000) +(defenum |QTabletEvent.Airbrush| 3) +(defenum |QTabletEvent.Cursor| 2) +(defenum |QTabletEvent.Eraser| 3) +(defenum |QTabletEvent.FourDMouse| 4) +(defenum |QTabletEvent.NoDevice| 0) +(defenum |QTabletEvent.Pen| 1) +(defenum |QTabletEvent.Puck| 1) +(defenum |QTabletEvent.RotationStylus| 6) +(defenum |QTabletEvent.Stylus| 2) +(defenum |QTabletEvent.UnknownPointer| 0) +(defenum |QTabletEvent.XFreeEraser| 5) +(defenum |QTextBlockFormat.FixedHeight| 2) +(defenum |QTextBlockFormat.LineDistanceHeight| 4) +(defenum |QTextBlockFormat.MinimumHeight| 3) +(defenum |QTextBlockFormat.ProportionalHeight| 1) +(defenum |QTextBlockFormat.SingleHeight| 0) +(defenum |QTextBoundaryFinder.BreakOpportunity| 31) +(defenum |QTextBoundaryFinder.EndOfItem| 64) +(defenum |QTextBoundaryFinder.Grapheme| 0) +(defenum |QTextBoundaryFinder.Line| 3) +(defenum |QTextBoundaryFinder.MandatoryBreak| 128) +(defenum |QTextBoundaryFinder.NotAtBoundary| 0) +(defenum |QTextBoundaryFinder.Sentence| 2) +(defenum |QTextBoundaryFinder.SoftHyphen| 256) +(defenum |QTextBoundaryFinder.StartOfItem| 32) +(defenum |QTextBoundaryFinder.Word| 1) +(defenum |QTextCharFormat.AlignBaseline| 6) +(defenum |QTextCharFormat.AlignBottom| 5) +(defenum |QTextCharFormat.AlignMiddle| 3) +(defenum |QTextCharFormat.AlignNormal| 0) +(defenum |QTextCharFormat.AlignSubScript| 2) +(defenum |QTextCharFormat.AlignSuperScript| 1) +(defenum |QTextCharFormat.AlignTop| 4) +(defenum |QTextCharFormat.DashDotDotLine| 5) +(defenum |QTextCharFormat.DashDotLine| 4) +(defenum |QTextCharFormat.DashUnderline| 2) +(defenum |QTextCharFormat.DotLine| 3) +(defenum |QTextCharFormat.FontPropertiesAll| 1) +(defenum |QTextCharFormat.FontPropertiesSpecifiedOnly| 0) +(defenum |QTextCharFormat.NoUnderline| 0) +(defenum |QTextCharFormat.SingleUnderline| 1) +(defenum |QTextCharFormat.SpellCheckUnderline| 7) +(defenum |QTextCharFormat.WaveUnderline| 6) +(defenum |QTextCodec.ConvertInvalidToNull| 2147483648) +(defenum |QTextCodec.DefaultConversion| 0) +(defenum |QTextCodec.IgnoreHeader| 1) +(defenum |QTextCursor.BlockUnderCursor| 2) +(defenum |QTextCursor.Document| 3) +(defenum |QTextCursor.Down| 12) +(defenum |QTextCursor.EndOfBlock| 15) +(defenum |QTextCursor.EndOfLine| 13) +(defenum |QTextCursor.EndOfWord| 14) +(defenum |QTextCursor.End| 11) +(defenum |QTextCursor.KeepAnchor| 1) +(defenum |QTextCursor.Left| 9) +(defenum |QTextCursor.LineUnderCursor| 1) +(defenum |QTextCursor.MoveAnchor| 0) +(defenum |QTextCursor.NextBlock| 16) +(defenum |QTextCursor.NextCell| 21) +(defenum |QTextCursor.NextCharacter| 17) +(defenum |QTextCursor.NextRow| 23) +(defenum |QTextCursor.NextWord| 18) +(defenum |QTextCursor.NoMove| 0) +(defenum |QTextCursor.PreviousBlock| 6) +(defenum |QTextCursor.PreviousCell| 22) +(defenum |QTextCursor.PreviousCharacter| 7) +(defenum |QTextCursor.PreviousRow| 24) +(defenum |QTextCursor.PreviousWord| 8) +(defenum |QTextCursor.Right| 19) +(defenum |QTextCursor.StartOfBlock| 4) +(defenum |QTextCursor.StartOfLine| 3) +(defenum |QTextCursor.StartOfWord| 5) +(defenum |QTextCursor.Start| 1) +(defenum |QTextCursor.Up| 2) +(defenum |QTextCursor.WordLeft| 10) +(defenum |QTextCursor.WordRight| 20) +(defenum |QTextCursor.WordUnderCursor| 0) +(defenum |QTextDocument.DocumentTitle| 0) +(defenum |QTextDocument.DocumentUrl| 1) +(defenum |QTextDocument.FindBackward| 1) +(defenum |QTextDocument.FindCaseSensitively| 2) +(defenum |QTextDocument.FindWholeWords| 4) +(defenum |QTextDocument.HtmlResource| 1) +(defenum |QTextDocument.ImageResource| 2) +(defenum |QTextDocument.RedoStack| 2) +(defenum |QTextDocument.StyleSheetResource| 3) +(defenum |QTextDocument.UndoAndRedoStacks| 3) +(defenum |QTextDocument.UndoStack| 1) +(defenum |QTextDocument.UserResource| 100) +(defenum |QTextEdit.AutoAll| -1) +(defenum |QTextEdit.AutoBulletList| 1) +(defenum |QTextEdit.AutoNone| 0) +(defenum |QTextEdit.FixedColumnWidth| 3) +(defenum |QTextEdit.FixedPixelWidth| 2) +(defenum |QTextEdit.NoWrap| 0) +(defenum |QTextEdit.WidgetWidth| 1) +(defenum |QTextFormat.AnchorHref| 8241) +(defenum |QTextFormat.AnchorName| 8242) +(defenum |QTextFormat.BackgroundBrush| 2080) +(defenum |QTextFormat.BackgroundImageUrl| 2083) +(defenum |QTextFormat.BlockAlignment| 4112) +(defenum |QTextFormat.BlockBottomMargin| 4145) +(defenum |QTextFormat.BlockFormat| 1) +(defenum |QTextFormat.BlockIndent| 4160) +(defenum |QTextFormat.BlockLeftMargin| 4146) +(defenum |QTextFormat.BlockNonBreakableLines| 4176) +(defenum |QTextFormat.BlockRightMargin| 4147) +(defenum |QTextFormat.BlockTopMargin| 4144) +(defenum |QTextFormat.BlockTrailingHorizontalRulerWidth| 4192) +(defenum |QTextFormat.CharFormat| 2) +(defenum |QTextFormat.CssFloat| 2048) +(defenum |QTextFormat.FirstFontProperty| 8160) +(defenum |QTextFormat.FontCapitalization| 8160) +(defenum |QTextFormat.FontFamily| 8192) +(defenum |QTextFormat.FontFixedPitch| 8200) +(defenum |QTextFormat.FontHintingPreference| 8166) +(defenum |QTextFormat.FontItalic| 8196) +(defenum |QTextFormat.FontKerning| 8165) +(defenum |QTextFormat.FontLetterSpacingType| 8243) +(defenum |QTextFormat.FontLetterSpacing| 8161) +(defenum |QTextFormat.FontOverline| 8198) +(defenum |QTextFormat.FontPixelSize| 8201) +(defenum |QTextFormat.FontPointSize| 8193) +(defenum |QTextFormat.FontSizeAdjustment| 8194) +(defenum |QTextFormat.FontSizeIncrement| 8194) +(defenum |QTextFormat.FontStretch| 8244) +(defenum |QTextFormat.FontStrikeOut| 8199) +(defenum |QTextFormat.FontStyleHint| 8163) +(defenum |QTextFormat.FontStyleStrategy| 8164) +(defenum |QTextFormat.FontUnderline| 8197) +(defenum |QTextFormat.FontWeight| 8195) +(defenum |QTextFormat.FontWordSpacing| 8162) +(defenum |QTextFormat.ForegroundBrush| 2081) +(defenum |QTextFormat.FrameBorderBrush| 16393) +(defenum |QTextFormat.FrameBorderStyle| 16400) +(defenum |QTextFormat.FrameBorder| 16384) +(defenum |QTextFormat.FrameBottomMargin| 16390) +(defenum |QTextFormat.FrameFormat| 5) +(defenum |QTextFormat.FrameHeight| 16388) +(defenum |QTextFormat.FrameLeftMargin| 16391) +(defenum |QTextFormat.FrameMargin| 16385) +(defenum |QTextFormat.FramePadding| 16386) +(defenum |QTextFormat.FrameRightMargin| 16392) +(defenum |QTextFormat.FrameTopMargin| 16389) +(defenum |QTextFormat.FrameWidth| 16387) +(defenum |QTextFormat.FullWidthSelection| 24576) +(defenum |QTextFormat.ImageHeight| 20497) +(defenum |QTextFormat.ImageName| 20480) +(defenum |QTextFormat.ImageObject| 1) +(defenum |QTextFormat.ImageWidth| 20496) +(defenum |QTextFormat.InvalidFormat| -1) +(defenum |QTextFormat.IsAnchor| 8240) +(defenum |QTextFormat.LastFontProperty| 8201) +(defenum |QTextFormat.LayoutDirection| 2049) +(defenum |QTextFormat.LineHeightType| 4169) +(defenum |QTextFormat.LineHeight| 4168) +(defenum |QTextFormat.ListFormat| 3) +(defenum |QTextFormat.ListIndent| 12289) +(defenum |QTextFormat.ListNumberPrefix| 12290) +(defenum |QTextFormat.ListNumberSuffix| 12291) +(defenum |QTextFormat.ListStyle| 12288) +(defenum |QTextFormat.NoObject| 0) +(defenum |QTextFormat.ObjectIndex| 0) +(defenum |QTextFormat.ObjectType| 12032) +(defenum |QTextFormat.OutlinePen| 2064) +(defenum |QTextFormat.PageBreakPolicy| 28672) +(defenum |QTextFormat.PageBreak_AlwaysAfter| 16) +(defenum |QTextFormat.PageBreak_AlwaysBefore| 1) +(defenum |QTextFormat.PageBreak_Auto| 0) +(defenum |QTextFormat.TabPositions| 4149) +(defenum |QTextFormat.TableCellBottomPadding| 18451) +(defenum |QTextFormat.TableCellColumnSpan| 18449) +(defenum |QTextFormat.TableCellLeftPadding| 18452) +(defenum |QTextFormat.TableCellObject| 3) +(defenum |QTextFormat.TableCellPadding| 16643) +(defenum |QTextFormat.TableCellRightPadding| 18453) +(defenum |QTextFormat.TableCellRowSpan| 18448) +(defenum |QTextFormat.TableCellSpacing| 16642) +(defenum |QTextFormat.TableCellTopPadding| 18450) +(defenum |QTextFormat.TableColumnWidthConstraints| 16641) +(defenum |QTextFormat.TableColumns| 16640) +(defenum |QTextFormat.TableFormat| 4) +(defenum |QTextFormat.TableHeaderRowCount| 16644) +(defenum |QTextFormat.TableObject| 2) +(defenum |QTextFormat.TextIndent| 4148) +(defenum |QTextFormat.TextOutline| 8226) +(defenum |QTextFormat.TextToolTip| 8228) +(defenum |QTextFormat.TextUnderlineColor| 8208) +(defenum |QTextFormat.TextUnderlineStyle| 8227) +(defenum |QTextFormat.TextVerticalAlignment| 8225) +(defenum |QTextFormat.UserFormat| 100) +(defenum |QTextFormat.UserObject| 4096) +(defenum |QTextFormat.UserProperty| 1048576) +(defenum |QTextFrameFormat.BorderStyle_Dashed| 2) +(defenum |QTextFrameFormat.BorderStyle_DotDash| 5) +(defenum |QTextFrameFormat.BorderStyle_DotDotDash| 6) +(defenum |QTextFrameFormat.BorderStyle_Dotted| 1) +(defenum |QTextFrameFormat.BorderStyle_Double| 4) +(defenum |QTextFrameFormat.BorderStyle_Groove| 7) +(defenum |QTextFrameFormat.BorderStyle_Inset| 9) +(defenum |QTextFrameFormat.BorderStyle_None| 0) +(defenum |QTextFrameFormat.BorderStyle_Outset| 10) +(defenum |QTextFrameFormat.BorderStyle_Ridge| 8) +(defenum |QTextFrameFormat.BorderStyle_Solid| 3) +(defenum |QTextFrameFormat.FloatLeft| 1) +(defenum |QTextFrameFormat.FloatRight| 2) +(defenum |QTextFrameFormat.InFlow| 0) +(defenum |QTextLayout.SkipCharacters| 0) +(defenum |QTextLayout.SkipWords| 1) +(defenum |QTextLength.FixedLength| 1) +(defenum |QTextLength.PercentageLength| 2) +(defenum |QTextLength.VariableLength| 0) +(defenum |QTextLine.CursorBetweenCharacters| 0) +(defenum |QTextLine.CursorOnCharacter| 1) +(defenum |QTextLine.Leading| 0) +(defenum |QTextLine.Trailing| 1) +(defenum |QTextListFormat.ListCircle| -2) +(defenum |QTextListFormat.ListDecimal| -4) +(defenum |QTextListFormat.ListDisc| -1) +(defenum |QTextListFormat.ListLowerAlpha| -5) +(defenum |QTextListFormat.ListLowerRoman| -7) +(defenum |QTextListFormat.ListSquare| -3) +(defenum |QTextListFormat.ListUpperAlpha| -6) +(defenum |QTextListFormat.ListUpperRoman| -8) +(defenum |QTextOption.AddSpaceForLineAndParagraphSeparators| 4) +(defenum |QTextOption.CenterTab| 2) +(defenum |QTextOption.DelimiterTab| 3) +(defenum |QTextOption.IncludeTrailingSpaces| 2147483648) +(defenum |QTextOption.LeftTab| 0) +(defenum |QTextOption.ManualWrap| 2) +(defenum |QTextOption.NoWrap| 0) +(defenum |QTextOption.RightTab| 1) +(defenum |QTextOption.ShowLineAndParagraphSeparators| 2) +(defenum |QTextOption.ShowTabsAndSpaces| 1) +(defenum |QTextOption.SuppressColors| 8) +(defenum |QTextOption.WordWrap| 1) +(defenum |QTextOption.WrapAnywhere| 3) +(defenum |QTextOption.WrapAtWordBoundaryOrAnywhere| 4) +(defenum |QTimeLine.Backward| 1) +(defenum |QTimeLine.CosineCurve| 5) +(defenum |QTimeLine.EaseInCurve| 0) +(defenum |QTimeLine.EaseInOutCurve| 2) +(defenum |QTimeLine.EaseOutCurve| 1) +(defenum |QTimeLine.Forward| 0) +(defenum |QTimeLine.LinearCurve| 3) +(defenum |QTimeLine.NotRunning| 0) +(defenum |QTimeLine.Paused| 1) +(defenum |QTimeLine.Running| 2) +(defenum |QTimeLine.SineCurve| 4) +(defenum |QToolButton.DelayedPopup| 0) +(defenum |QToolButton.InstantPopup| 2) +(defenum |QToolButton.MenuButtonPopup| 1) +(defenum |QTransform.TxNone| 0) +(defenum |QTransform.TxProject| 16) +(defenum |QTransform.TxRotate| 4) +(defenum |QTransform.TxScale| 2) +(defenum |QTransform.TxShear| 8) +(defenum |QTransform.TxTranslate| 1) +(defenum |QTreeWidgetItem.DontShowIndicatorWhenChildless| 2) +(defenum |QTreeWidgetItem.DontShowIndicator| 1) +(defenum |QTreeWidgetItem.ShowIndicator| 0) +(defenum |QTreeWidgetItem.Type| 0) +(defenum |QTreeWidgetItem.UserType| 1000) +(defenum |QUrl.AssumeLocalFile| 1) +(defenum |QUrl.DecodeReserved| 33554432) +(defenum |QUrl.DecodedMode| 2) +(defenum |QUrl.DefaultResolution| 0) +(defenum |QUrl.EncodeDelimiters| 12582912) +(defenum |QUrl.EncodeReserved| 16777216) +(defenum |QUrl.EncodeSpaces| 1048576) +(defenum |QUrl.EncodeUnicode| 2097152) +(defenum |QUrl.FullyDecoded| 133169152) +(defenum |QUrl.FullyEncoded| 32505856) +(defenum |QUrl.None| 0) +(defenum |QUrl.NormalizePathSegments| 4096) +(defenum |QUrl.PreferLocalFile| 512) +(defenum |QUrl.PrettyDecoded| 0) +(defenum |QUrl.RemoveAuthority| 30) +(defenum |QUrl.RemoveFilename| 2048) +(defenum |QUrl.RemoveFragment| 128) +(defenum |QUrl.RemovePassword| 2) +(defenum |QUrl.RemovePath| 32) +(defenum |QUrl.RemovePort| 8) +(defenum |QUrl.RemoveQuery| 64) +(defenum |QUrl.RemoveScheme| 1) +(defenum |QUrl.RemoveUserInfo| 6) +(defenum |QUrl.StrictMode| 1) +(defenum |QUrl.StripTrailingSlash| 1024) +(defenum |QUrl.TolerantMode| 0) +(defenum |QValidator.Acceptable| 2) +(defenum |QValidator.Intermediate| 1) +(defenum |QValidator.Invalid| 0) +(defenum |QWebElement.CascadedStyle| 1) +(defenum |QWebElement.ComputedStyle| 2) +(defenum |QWebElement.InlineStyle| 0) +(defenum |QWebFrame.AllLayers| 255) +(defenum |QWebFrame.ContentsLayer| 16) +(defenum |QWebFrame.PanIconLayer| 64) +(defenum |QWebFrame.ScrollBarLayer| 32) +(defenum |QWebPage.AlignCenter| 63) +(defenum |QWebPage.AlignJustified| 64) +(defenum |QWebPage.AlignLeft| 65) +(defenum |QWebPage.AlignRight| 66) +(defenum |QWebPage.Back| 8) +(defenum |QWebPage.ChooseMultipleFilesExtension| 0) +(defenum |QWebPage.CopyImageToClipboard| 7) +(defenum |QWebPage.CopyImageUrlToClipboard| 68) +(defenum |QWebPage.CopyLinkToClipboard| 4) +(defenum |QWebPage.CopyMediaUrlToClipboard| 71) +(defenum |QWebPage.Copy| 13) +(defenum |QWebPage.Cut| 12) +(defenum |QWebPage.DelegateAllLinks| 2) +(defenum |QWebPage.DelegateExternalLinks| 1) +(defenum |QWebPage.DeleteEndOfWord| 42) +(defenum |QWebPage.DeleteStartOfWord| 41) +(defenum |QWebPage.DontDelegateLinks| 0) +(defenum |QWebPage.DownloadImageToDisk| 6) +(defenum |QWebPage.DownloadLinkToDisk| 3) +(defenum |QWebPage.DownloadMediaToDisk| 70) +(defenum |QWebPage.ErrorPageExtension| 1) +(defenum |QWebPage.FindAtWordBeginningsOnly| 16) +(defenum |QWebPage.FindBackward| 1) +(defenum |QWebPage.FindBeginsInSelection| 64) +(defenum |QWebPage.FindCaseSensitively| 2) +(defenum |QWebPage.FindWrapsAroundDocument| 4) +(defenum |QWebPage.Forward| 9) +(defenum |QWebPage.Geolocation| 1) +(defenum |QWebPage.HighlightAllOccurrences| 8) +(defenum |QWebPage.Http| 1) +(defenum |QWebPage.Indent| 61) +(defenum |QWebPage.InsertLineSeparator| 51) +(defenum |QWebPage.InsertOrderedList| 60) +(defenum |QWebPage.InsertParagraphSeparator| 50) +(defenum |QWebPage.InsertUnorderedList| 59) +(defenum |QWebPage.InspectElement| 49) +(defenum |QWebPage.MoveToEndOfBlock| 26) +(defenum |QWebPage.MoveToEndOfDocument| 28) +(defenum |QWebPage.MoveToEndOfLine| 24) +(defenum |QWebPage.MoveToNextChar| 17) +(defenum |QWebPage.MoveToNextLine| 21) +(defenum |QWebPage.MoveToNextWord| 19) +(defenum |QWebPage.MoveToPreviousChar| 18) +(defenum |QWebPage.MoveToPreviousLine| 22) +(defenum |QWebPage.MoveToPreviousWord| 20) +(defenum |QWebPage.MoveToStartOfBlock| 25) +(defenum |QWebPage.MoveToStartOfDocument| 27) +(defenum |QWebPage.MoveToStartOfLine| 23) +(defenum |QWebPage.NavigationTypeBackOrForward| 2) +(defenum |QWebPage.NavigationTypeFormResubmitted| 4) +(defenum |QWebPage.NavigationTypeFormSubmitted| 1) +(defenum |QWebPage.NavigationTypeLinkClicked| 0) +(defenum |QWebPage.NavigationTypeOther| 5) +(defenum |QWebPage.NavigationTypeReload| 3) +(defenum |QWebPage.NoWebAction| -1) +(defenum |QWebPage.Notifications| 0) +(defenum |QWebPage.OpenFrameInNewWindow| 2) +(defenum |QWebPage.OpenImageInNewWindow| 5) +(defenum |QWebPage.OpenLinkInNewWindow| 1) +(defenum |QWebPage.OpenLinkInThisWindow| 69) +(defenum |QWebPage.OpenLink| 0) +(defenum |QWebPage.Outdent| 62) +(defenum |QWebPage.PasteAndMatchStyle| 54) +(defenum |QWebPage.Paste| 14) +(defenum |QWebPage.PermissionDeniedByUser| 2) +(defenum |QWebPage.PermissionGrantedByUser| 1) +(defenum |QWebPage.PermissionUnknown| 0) +(defenum |QWebPage.QtNetwork| 0) +(defenum |QWebPage.Redo| 16) +(defenum |QWebPage.ReloadAndBypassCache| 53) +(defenum |QWebPage.Reload| 11) +(defenum |QWebPage.RemoveFormat| 55) +(defenum |QWebPage.SelectAll| 52) +(defenum |QWebPage.SelectEndOfBlock| 38) +(defenum |QWebPage.SelectEndOfDocument| 40) +(defenum |QWebPage.SelectEndOfLine| 36) +(defenum |QWebPage.SelectNextChar| 29) +(defenum |QWebPage.SelectNextLine| 33) +(defenum |QWebPage.SelectNextWord| 31) +(defenum |QWebPage.SelectPreviousChar| 30) +(defenum |QWebPage.SelectPreviousLine| 34) +(defenum |QWebPage.SelectPreviousWord| 32) +(defenum |QWebPage.SelectStartOfBlock| 37) +(defenum |QWebPage.SelectStartOfDocument| 39) +(defenum |QWebPage.SelectStartOfLine| 35) +(defenum |QWebPage.SetTextDirectionDefault| 43) +(defenum |QWebPage.SetTextDirectionLeftToRight| 44) +(defenum |QWebPage.SetTextDirectionRightToLeft| 45) +(defenum |QWebPage.StopScheduledPageRefresh| 67) +(defenum |QWebPage.Stop| 10) +(defenum |QWebPage.ToggleBold| 46) +(defenum |QWebPage.ToggleItalic| 47) +(defenum |QWebPage.ToggleMediaControls| 72) +(defenum |QWebPage.ToggleMediaLoop| 73) +(defenum |QWebPage.ToggleMediaMute| 75) +(defenum |QWebPage.ToggleMediaPlayPause| 74) +(defenum |QWebPage.ToggleStrikethrough| 56) +(defenum |QWebPage.ToggleSubscript| 57) +(defenum |QWebPage.ToggleSuperscript| 58) +(defenum |QWebPage.ToggleUnderline| 48) +(defenum |QWebPage.ToggleVideoFullscreen| 76) +(defenum |QWebPage.TreatMedialCapitalAsWordBeginning| 32) +(defenum |QWebPage.Undo| 15) +(defenum |QWebPage.VisibilityStateHidden| 1) +(defenum |QWebPage.VisibilityStatePrerender| 2) +(defenum |QWebPage.VisibilityStateUnloaded| 3) +(defenum |QWebPage.VisibilityStateVisible| 0) +(defenum |QWebPage.WebActionCount| 77) +(defenum |QWebPage.WebBrowserWindow| 0) +(defenum |QWebPage.WebKit| 2) +(defenum |QWebPage.WebModalDialog| 1) +(defenum |QWebSettings.AllowThirdPartyWithExistingCookies| 2) +(defenum |QWebSettings.AlwaysAllowThirdPartyCookies| 0) +(defenum |QWebSettings.AlwaysBlockThirdPartyCookies| 1) +(defenum |QWebSettings.AutoLoadImages| 0) +(defenum |QWebSettings.CursiveFont| 4) +(defenum |QWebSettings.DefaultFixedFontSize| 3) +(defenum |QWebSettings.DefaultFontSize| 2) +(defenum |QWebSettings.DefaultFrameIconGraphic| 2) +(defenum |QWebSettings.DeleteButtonGraphic| 4) +(defenum |QWebSettings.DeveloperExtrasEnabled| 7) +(defenum |QWebSettings.FantasyFont| 5) +(defenum |QWebSettings.FixedFont| 1) +(defenum |QWebSettings.InputSpeechButtonGraphic| 5) +(defenum |QWebSettings.JavaEnabled| 2) +(defenum |QWebSettings.JavascriptCanAccessClipboard| 6) +(defenum |QWebSettings.JavascriptCanOpenWindows| 5) +(defenum |QWebSettings.JavascriptEnabled| 1) +(defenum |QWebSettings.LinksIncludedInFocusChain| 8) +(defenum |QWebSettings.LocalStorageEnabled| 13) +(defenum |QWebSettings.MinimumFontSize| 0) +(defenum |QWebSettings.MinimumLogicalFontSize| 1) +(defenum |QWebSettings.MissingImageGraphic| 0) +(defenum |QWebSettings.MissingPluginGraphic| 1) +(defenum |QWebSettings.OfflineStorageDatabaseEnabled| 11) +(defenum |QWebSettings.OfflineWebApplicationCacheEnabled| 12) +(defenum |QWebSettings.PluginsEnabled| 3) +(defenum |QWebSettings.PrintElementBackgrounds| 10) +(defenum |QWebSettings.PrivateBrowsingEnabled| 4) +(defenum |QWebSettings.SansSerifFont| 3) +(defenum |QWebSettings.SearchCancelButtonGraphic| 6) +(defenum |QWebSettings.SearchCancelButtonPressedGraphic| 7) +(defenum |QWebSettings.SerifFont| 2) +(defenum |QWebSettings.StandardFont| 0) +(defenum |QWebSettings.TextAreaSizeGripCornerGraphic| 3) +(defenum |QWebSettings.ZoomTextOnly| 9) +(defenum |QWidget.DrawChildren| 2) +(defenum |QWidget.DrawWindowBackground| 1) +(defenum |QWidget.IgnoreMask| 4) +(defenum |QWizard.AeroStyle| 3) +(defenum |QWizard.BackButton| 0) +(defenum |QWizard.BackgroundPixmap| 3) +(defenum |QWizard.BannerPixmap| 2) +(defenum |QWizard.CancelButtonOnLeft| 1024) +(defenum |QWizard.CancelButton| 4) +(defenum |QWizard.ClassicStyle| 0) +(defenum |QWizard.CommitButton| 2) +(defenum |QWizard.CustomButton1| 6) +(defenum |QWizard.CustomButton2| 7) +(defenum |QWizard.CustomButton3| 8) +(defenum |QWizard.DisabledBackButtonOnLastPage| 64) +(defenum |QWizard.ExtendedWatermarkPixmap| 4) +(defenum |QWizard.FinishButton| 3) +(defenum |QWizard.HaveCustomButton1| 8192) +(defenum |QWizard.HaveCustomButton2| 16384) +(defenum |QWizard.HaveCustomButton3| 32768) +(defenum |QWizard.HaveFinishButtonOnEarlyPages| 256) +(defenum |QWizard.HaveHelpButton| 2048) +(defenum |QWizard.HaveNextButtonOnLastPage| 128) +(defenum |QWizard.HelpButtonOnRight| 4096) +(defenum |QWizard.HelpButton| 5) +(defenum |QWizard.IgnoreSubTitles| 2) +(defenum |QWizard.IndependentPages| 1) +(defenum |QWizard.LogoPixmap| 1) +(defenum |QWizard.MacStyle| 2) +(defenum |QWizard.ModernStyle| 1) +(defenum |QWizard.NStyles| 4) +(defenum |QWizard.NextButton| 1) +(defenum |QWizard.NoBackButtonOnLastPage| 32) +(defenum |QWizard.NoBackButtonOnStartPage| 16) +(defenum |QWizard.NoCancelButtonOnLastPage| 65536) +(defenum |QWizard.NoCancelButton| 512) +(defenum |QWizard.NoDefaultButton| 8) +(defenum |QWizard.Stretch| 9) +(defenum |QWizard.WatermarkPixmap| 0) +(defenum |Qt.AA_AttributeCount| 20) +(defenum |Qt.AA_DontCreateNativeWidgetSiblings| 4) +(defenum |Qt.AA_DontShowIconsInMenus| 2) +(defenum |Qt.AA_DontUseNativeMenuBar| 6) +(defenum |Qt.AA_ForceRasterWidgets| 14) +(defenum |Qt.AA_ImmediateWidgetCreation| 0) +(defenum |Qt.AA_MSWindowsUseDirect3DByDefault| 1) +(defenum |Qt.AA_MacDontSwapCtrlAndMeta| 7) +(defenum |Qt.AA_MacPluginApplication| 5) +(defenum |Qt.AA_NativeWindows| 3) +(defenum |Qt.AA_SetPalette| 19) +(defenum |Qt.AA_ShareOpenGLContexts| 18) +(defenum |Qt.AA_SynthesizeMouseForUnhandledTouchEvents| 12) +(defenum |Qt.AA_SynthesizeTouchForUnhandledMouseEvents| 11) +(defenum |Qt.AA_Use96Dpi| 8) +(defenum |Qt.AA_UseDesktopOpenGL| 15) +(defenum |Qt.AA_UseHighDpiPixmaps| 13) +(defenum |Qt.AA_UseOpenGLES| 16) +(defenum |Qt.AA_UseSoftwareOpenGL| 17) +(defenum |Qt.AA_X11InitThreads| 10) +(defenum |Qt.AbsoluteSize| 0) +(defenum |Qt.AccessibleDescriptionRole| 12) +(defenum |Qt.AccessibleTextRole| 11) +(defenum |Qt.ActionMask| 255) +(defenum |Qt.ActionsContextMenu| 2) +(defenum |Qt.ActiveWindowFocusReason| 3) +(defenum |Qt.AddToSelection| 1) +(defenum |Qt.AlignAbsolute| 16) +(defenum |Qt.AlignBaseline| 256) +(defenum |Qt.AlignBottom| 64) +(defenum |Qt.AlignCenter| 132) +(defenum |Qt.AlignHCenter| 4) +(defenum |Qt.AlignHorizontal_Mask| 31) +(defenum |Qt.AlignJustify| 8) +(defenum |Qt.AlignLeading| 1) +(defenum |Qt.AlignLeft| 1) +(defenum |Qt.AlignRight| 2) +(defenum |Qt.AlignTop| 32) +(defenum |Qt.AlignTrailing| 2) +(defenum |Qt.AlignVCenter| 128) +(defenum |Qt.AlignVertical_Mask| 480) +(defenum |Qt.AllButtons| 134217727) +(defenum |Qt.AllDockWidgetAreas| 15) +(defenum |Qt.AllToolBarAreas| 15) +(defenum |Qt.AlphaDither_Mask| 12) +(defenum |Qt.AltModifier| 134217728) +(defenum |Qt.ApplicationActive| 4) +(defenum |Qt.ApplicationHidden| 1) +(defenum |Qt.ApplicationInactive| 2) +(defenum |Qt.ApplicationModal| 2) +(defenum |Qt.ApplicationShortcut| 2) +(defenum |Qt.ApplicationSuspended| 0) +(defenum |Qt.ArrowCursor| 0) +(defenum |Qt.AscendingOrder| 0) +(defenum |Qt.AutoColor| 0) +(defenum |Qt.AutoConnection| 0) +(defenum |Qt.AutoDither| 0) +(defenum |Qt.AutoText| 2) +(defenum |Qt.AvoidDither| 128) +(defenum |Qt.BDiagPattern| 12) +(defenum |Qt.BackButton| 8) +(defenum |Qt.BackgroundColorRole| 8) +(defenum |Qt.BackgroundRole| 8) +(defenum |Qt.BacktabFocusReason| 2) +(defenum |Qt.BeginNativeGesture| 0) +(defenum |Qt.BevelJoin| 64) +(defenum |Qt.BitmapCursor| 24) +(defenum |Qt.BlankCursor| 10) +(defenum |Qt.BlockingQueuedConnection| 3) +(defenum |Qt.BottomDockWidgetArea| 8) +(defenum |Qt.BottomEdge| 8) +(defenum |Qt.BottomLeftCorner| 2) +(defenum |Qt.BottomRightCorner| 3) +(defenum |Qt.BottomToolBarArea| 8) +(defenum |Qt.BusyCursor| 16) +(defenum |Qt.BypassGraphicsProxyWidget| 536870912) +(defenum |Qt.BypassWindowManagerHint| 1024) +(defenum |Qt.CaseInsensitive| 0) +(defenum |Qt.CaseSensitive| 1) +(defenum |Qt.CheckStateRole| 10) +(defenum |Qt.Checked| 2) +(defenum |Qt.ClickFocus| 2) +(defenum |Qt.ClosedHandCursor| 18) +(defenum |Qt.CoarseTimer| 1) +(defenum |Qt.ColorMode_Mask| 3) +(defenum |Qt.ColorOnly| 3) +(defenum |Qt.ConicalGradientPattern| 17) +(defenum |Qt.ContainsItemBoundingRect| 2) +(defenum |Qt.ContainsItemShape| 0) +(defenum |Qt.ControlModifier| 67108864) +(defenum |Qt.CopyAction| 1) +(defenum |Qt.CoverWindow| 65) +(defenum |Qt.CrossCursor| 2) +(defenum |Qt.CrossPattern| 11) +(defenum |Qt.CustomContextMenu| 3) +(defenum |Qt.CustomCursor| 25) +(defenum |Qt.CustomDashLine| 6) +(defenum |Qt.CustomGesture| 256) +(defenum |Qt.CustomizeWindowHint| 33554432) +(defenum |Qt.DashDotDotLine| 5) +(defenum |Qt.DashDotLine| 4) +(defenum |Qt.DashLine| 2) +(defenum |Qt.DecorationPropertyRole| 28) +(defenum |Qt.DecorationRole| 1) +(defenum |Qt.DefaultContextMenu| 1) +(defenum |Qt.DefaultLocaleLongDate| 7) +(defenum |Qt.DefaultLocaleShortDate| 6) +(defenum |Qt.Dense1Pattern| 2) +(defenum |Qt.Dense2Pattern| 3) +(defenum |Qt.Dense3Pattern| 4) +(defenum |Qt.Dense4Pattern| 5) +(defenum |Qt.Dense5Pattern| 6) +(defenum |Qt.Dense6Pattern| 7) +(defenum |Qt.Dense7Pattern| 8) +(defenum |Qt.DescendingOrder| 1) +(defenum |Qt.Desktop| 17) +(defenum |Qt.DiagCrossPattern| 14) +(defenum |Qt.Dialog| 3) +(defenum |Qt.DiffuseAlphaDither| 8) +(defenum |Qt.DiffuseDither| 0) +(defenum |Qt.DirectConnection| 1) +(defenum |Qt.DisplayPropertyRole| 27) +(defenum |Qt.DisplayRole| 0) +(defenum |Qt.DitherMode_Mask| 192) +(defenum |Qt.Dither_Mask| 48) +(defenum |Qt.DockWidgetArea_Mask| 15) +(defenum |Qt.DotLine| 3) +(defenum |Qt.DownArrow| 2) +(defenum |Qt.DragCopyCursor| 19) +(defenum |Qt.DragLinkCursor| 21) +(defenum |Qt.DragMoveCursor| 20) +(defenum |Qt.Drawer| 7) +(defenum |Qt.EditRole| 2) +(defenum |Qt.ElideLeft| 0) +(defenum |Qt.ElideMiddle| 2) +(defenum |Qt.ElideNone| 3) +(defenum |Qt.ElideRight| 1) +(defenum |Qt.EndNativeGesture| 1) +(defenum |Qt.ExtraButton10| 4096) +(defenum |Qt.ExtraButton11| 8192) +(defenum |Qt.ExtraButton12| 16384) +(defenum |Qt.ExtraButton13| 32768) +(defenum |Qt.ExtraButton14| 65536) +(defenum |Qt.ExtraButton15| 131072) +(defenum |Qt.ExtraButton16| 262144) +(defenum |Qt.ExtraButton17| 524288) +(defenum |Qt.ExtraButton18| 1048576) +(defenum |Qt.ExtraButton19| 2097152) +(defenum |Qt.ExtraButton1| 8) +(defenum |Qt.ExtraButton20| 4194304) +(defenum |Qt.ExtraButton21| 8388608) +(defenum |Qt.ExtraButton22| 16777216) +(defenum |Qt.ExtraButton23| 33554432) +(defenum |Qt.ExtraButton24| 67108864) +(defenum |Qt.ExtraButton2| 16) +(defenum |Qt.ExtraButton3| 32) +(defenum |Qt.ExtraButton4| 64) +(defenum |Qt.ExtraButton5| 128) +(defenum |Qt.ExtraButton6| 256) +(defenum |Qt.ExtraButton7| 512) +(defenum |Qt.ExtraButton8| 1024) +(defenum |Qt.ExtraButton9| 2048) +(defenum |Qt.FDiagPattern| 13) +(defenum |Qt.FastTransformation| 0) +(defenum |Qt.FlatCap| 0) +(defenum |Qt.FontRole| 6) +(defenum |Qt.ForbiddenCursor| 14) +(defenum |Qt.ForegroundRole| 9) +(defenum |Qt.ForeignWindow| 33) +(defenum |Qt.ForwardButton| 16) +(defenum |Qt.FramelessWindowHint| 2048) +(defenum |Qt.Friday| 5) +(defenum |Qt.GestureCanceled| 4) +(defenum |Qt.GestureFinished| 3) +(defenum |Qt.GestureStarted| 1) +(defenum |Qt.GestureUpdated| 2) +(defenum |Qt.GroupSwitchModifier| 1073741824) +(defenum |Qt.HorPattern| 9) +(defenum |Qt.Horizontal| 1) +(defenum |Qt.IBeamCursor| 4) +(defenum |Qt.ISODate| 1) +(defenum |Qt.IgnoreAction| 0) +(defenum |Qt.IgnoreAspectRatio| 0) +(defenum |Qt.ImAbsolutePosition| 1024) +(defenum |Qt.ImAnchorPosition| 128) +(defenum |Qt.ImCurrentSelection| 32) +(defenum |Qt.ImCursorPosition| 8) +(defenum |Qt.ImCursorRectangle| 2) +(defenum |Qt.ImEnabled| 1) +(defenum |Qt.ImFont| 4) +(defenum |Qt.ImHints| 256) +(defenum |Qt.ImMaximumTextLength| 64) +(defenum |Qt.ImMicroFocus| 2) +(defenum |Qt.ImPlatformData| -2147483648) +(defenum |Qt.ImPreferredLanguage| 512) +(defenum |Qt.ImQueryAll| -1) +(defenum |Qt.ImQueryInput| 186) +(defenum |Qt.ImSurroundingText| 16) +(defenum |Qt.ImTextAfterCursor| 4096) +(defenum |Qt.ImTextBeforeCursor| 2048) +(defenum |Qt.ImhDate| 128) +(defenum |Qt.ImhDialableCharactersOnly| 1048576) +(defenum |Qt.ImhDigitsOnly| 65536) +(defenum |Qt.ImhEmailCharactersOnly| 2097152) +(defenum |Qt.ImhExclusiveInputMask| -65536) +(defenum |Qt.ImhFormattedNumbersOnly| 131072) +(defenum |Qt.ImhHiddenText| 1) +(defenum |Qt.ImhLatinOnly| 8388608) +(defenum |Qt.ImhLowercaseOnly| 524288) +(defenum |Qt.ImhMultiLine| 1024) +(defenum |Qt.ImhNoAutoUppercase| 4) +(defenum |Qt.ImhNoPredictiveText| 64) +(defenum |Qt.ImhNone| 0) +(defenum |Qt.ImhPreferLatin| 512) +(defenum |Qt.ImhPreferLowercase| 32) +(defenum |Qt.ImhPreferNumbers| 8) +(defenum |Qt.ImhPreferUppercase| 16) +(defenum |Qt.ImhSensitiveData| 2) +(defenum |Qt.ImhTime| 256) +(defenum |Qt.ImhUppercaseOnly| 262144) +(defenum |Qt.ImhUrlCharactersOnly| 4194304) +(defenum |Qt.InitialSortOrderRole| 14) +(defenum |Qt.IntersectClip| 2) +(defenum |Qt.IntersectsItemBoundingRect| 3) +(defenum |Qt.IntersectsItemShape| 1) +(defenum |Qt.InvertedLandscapeOrientation| 8) +(defenum |Qt.InvertedPortraitOrientation| 4) +(defenum |Qt.ItemIsDragEnabled| 4) +(defenum |Qt.ItemIsDropEnabled| 8) +(defenum |Qt.ItemIsEditable| 2) +(defenum |Qt.ItemIsEnabled| 32) +(defenum |Qt.ItemIsSelectable| 1) +(defenum |Qt.ItemIsTristate| 64) +(defenum |Qt.ItemIsUserCheckable| 16) +(defenum |Qt.ItemIsUserTristate| 256) +(defenum |Qt.ItemNeverHasChildren| 128) +(defenum |Qt.KeepAspectRatioByExpanding| 2) +(defenum |Qt.KeepAspectRatio| 1) +(defenum |Qt.Key_0| 48) +(defenum |Qt.Key_1| 49) +(defenum |Qt.Key_2| 50) +(defenum |Qt.Key_3| 51) +(defenum |Qt.Key_4| 52) +(defenum |Qt.Key_5| 53) +(defenum |Qt.Key_6| 54) +(defenum |Qt.Key_7| 55) +(defenum |Qt.Key_8| 56) +(defenum |Qt.Key_9| 57) +(defenum |Qt.Key_AE| 198) +(defenum |Qt.Key_Aacute| 193) +(defenum |Qt.Key_Acircumflex| 194) +(defenum |Qt.Key_AddFavorite| 16777408) +(defenum |Qt.Key_Adiaeresis| 196) +(defenum |Qt.Key_Agrave| 192) +(defenum |Qt.Key_AltGr| 16781571) +(defenum |Qt.Key_Alt| 16777251) +(defenum |Qt.Key_Ampersand| 38) +(defenum |Qt.Key_Any| 32) +(defenum |Qt.Key_Apostrophe| 39) +(defenum |Qt.Key_ApplicationLeft| 16777415) +(defenum |Qt.Key_ApplicationRight| 16777416) +(defenum |Qt.Key_Aring| 197) +(defenum |Qt.Key_AsciiCircum| 94) +(defenum |Qt.Key_AsciiTilde| 126) +(defenum |Qt.Key_Asterisk| 42) +(defenum |Qt.Key_Atilde| 195) +(defenum |Qt.Key_At| 64) +(defenum |Qt.Key_AudioCycleTrack| 16777478) +(defenum |Qt.Key_AudioForward| 16777474) +(defenum |Qt.Key_AudioRandomPlay| 16777476) +(defenum |Qt.Key_AudioRepeat| 16777475) +(defenum |Qt.Key_AudioRewind| 16777413) +(defenum |Qt.Key_Away| 16777464) +(defenum |Qt.Key_A| 65) +(defenum |Qt.Key_BackForward| 16777414) +(defenum |Qt.Key_Backslash| 92) +(defenum |Qt.Key_Backspace| 16777219) +(defenum |Qt.Key_Backtab| 16777218) +(defenum |Qt.Key_Back| 16777313) +(defenum |Qt.Key_Bar| 124) +(defenum |Qt.Key_BassBoost| 16777331) +(defenum |Qt.Key_BassDown| 16777333) +(defenum |Qt.Key_BassUp| 16777332) +(defenum |Qt.Key_Battery| 16777470) +(defenum |Qt.Key_Bluetooth| 16777471) +(defenum |Qt.Key_Blue| 16777495) +(defenum |Qt.Key_Book| 16777417) +(defenum |Qt.Key_BraceLeft| 123) +(defenum |Qt.Key_BraceRight| 125) +(defenum |Qt.Key_BracketLeft| 91) +(defenum |Qt.Key_BracketRight| 93) +(defenum |Qt.Key_BrightnessAdjust| 16777410) +(defenum |Qt.Key_B| 66) +(defenum |Qt.Key_CD| 16777418) +(defenum |Qt.Key_Calculator| 16777419) +(defenum |Qt.Key_Calendar| 16777444) +(defenum |Qt.Key_Call| 17825796) +(defenum |Qt.Key_CameraFocus| 17825825) +(defenum |Qt.Key_Camera| 17825824) +(defenum |Qt.Key_Cancel| 16908289) +(defenum |Qt.Key_CapsLock| 16777252) +(defenum |Qt.Key_Ccedilla| 199) +(defenum |Qt.Key_ChannelDown| 16777497) +(defenum |Qt.Key_ChannelUp| 16777496) +(defenum |Qt.Key_ClearGrab| 16777421) +(defenum |Qt.Key_Clear| 16777227) +(defenum |Qt.Key_Close| 16777422) +(defenum |Qt.Key_Codeinput| 16781623) +(defenum |Qt.Key_Colon| 58) +(defenum |Qt.Key_Comma| 44) +(defenum |Qt.Key_Community| 16777412) +(defenum |Qt.Key_Context1| 17825792) +(defenum |Qt.Key_Context2| 17825793) +(defenum |Qt.Key_Context3| 17825794) +(defenum |Qt.Key_Context4| 17825795) +(defenum |Qt.Key_ContrastAdjust| 16777485) +(defenum |Qt.Key_Control| 16777249) +(defenum |Qt.Key_Copy| 16777423) +(defenum |Qt.Key_Cut| 16777424) +(defenum |Qt.Key_C| 67) +(defenum |Qt.Key_DOS| 16777426) +(defenum |Qt.Key_Dead_Abovedot| 16781910) +(defenum |Qt.Key_Dead_Abovering| 16781912) +(defenum |Qt.Key_Dead_Acute| 16781905) +(defenum |Qt.Key_Dead_Belowdot| 16781920) +(defenum |Qt.Key_Dead_Breve| 16781909) +(defenum |Qt.Key_Dead_Caron| 16781914) +(defenum |Qt.Key_Dead_Cedilla| 16781915) +(defenum |Qt.Key_Dead_Circumflex| 16781906) +(defenum |Qt.Key_Dead_Diaeresis| 16781911) +(defenum |Qt.Key_Dead_Doubleacute| 16781913) +(defenum |Qt.Key_Dead_Grave| 16781904) +(defenum |Qt.Key_Dead_Hook| 16781921) +(defenum |Qt.Key_Dead_Horn| 16781922) +(defenum |Qt.Key_Dead_Iota| 16781917) +(defenum |Qt.Key_Dead_Macron| 16781908) +(defenum |Qt.Key_Dead_Ogonek| 16781916) +(defenum |Qt.Key_Dead_Semivoiced_Sound| 16781919) +(defenum |Qt.Key_Dead_Tilde| 16781907) +(defenum |Qt.Key_Dead_Voiced_Sound| 16781918) +(defenum |Qt.Key_Delete| 16777223) +(defenum |Qt.Key_Direction_L| 16777305) +(defenum |Qt.Key_Direction_R| 16777312) +(defenum |Qt.Key_Display| 16777425) +(defenum |Qt.Key_Documents| 16777427) +(defenum |Qt.Key_Dollar| 36) +(defenum |Qt.Key_Down| 16777237) +(defenum |Qt.Key_D| 68) +(defenum |Qt.Key_ETH| 208) +(defenum |Qt.Key_Eacute| 201) +(defenum |Qt.Key_Ecircumflex| 202) +(defenum |Qt.Key_Ediaeresis| 203) +(defenum |Qt.Key_Egrave| 200) +(defenum |Qt.Key_Eisu_Shift| 16781615) +(defenum |Qt.Key_Eisu_toggle| 16781616) +(defenum |Qt.Key_Eject| 16777401) +(defenum |Qt.Key_End| 16777233) +(defenum |Qt.Key_Enter| 16777221) +(defenum |Qt.Key_Equal| 61) +(defenum |Qt.Key_Escape| 16777216) +(defenum |Qt.Key_Excel| 16777428) +(defenum |Qt.Key_Exclam| 33) +(defenum |Qt.Key_Execute| 16908291) +(defenum |Qt.Key_Exit| 16908298) +(defenum |Qt.Key_Explorer| 16777429) +(defenum |Qt.Key_E| 69) +(defenum |Qt.Key_F10| 16777273) +(defenum |Qt.Key_F11| 16777274) +(defenum |Qt.Key_F12| 16777275) +(defenum |Qt.Key_F13| 16777276) +(defenum |Qt.Key_F14| 16777277) +(defenum |Qt.Key_F15| 16777278) +(defenum |Qt.Key_F16| 16777279) +(defenum |Qt.Key_F17| 16777280) +(defenum |Qt.Key_F18| 16777281) +(defenum |Qt.Key_F19| 16777282) +(defenum |Qt.Key_F1| 16777264) +(defenum |Qt.Key_F20| 16777283) +(defenum |Qt.Key_F21| 16777284) +(defenum |Qt.Key_F22| 16777285) +(defenum |Qt.Key_F23| 16777286) +(defenum |Qt.Key_F24| 16777287) +(defenum |Qt.Key_F25| 16777288) +(defenum |Qt.Key_F26| 16777289) +(defenum |Qt.Key_F27| 16777290) +(defenum |Qt.Key_F28| 16777291) +(defenum |Qt.Key_F29| 16777292) +(defenum |Qt.Key_F2| 16777265) +(defenum |Qt.Key_F30| 16777293) +(defenum |Qt.Key_F31| 16777294) +(defenum |Qt.Key_F32| 16777295) +(defenum |Qt.Key_F33| 16777296) +(defenum |Qt.Key_F34| 16777297) +(defenum |Qt.Key_F35| 16777298) +(defenum |Qt.Key_F3| 16777266) +(defenum |Qt.Key_F4| 16777267) +(defenum |Qt.Key_F5| 16777268) +(defenum |Qt.Key_F6| 16777269) +(defenum |Qt.Key_F7| 16777270) +(defenum |Qt.Key_F8| 16777271) +(defenum |Qt.Key_F9| 16777272) +(defenum |Qt.Key_Favorites| 16777361) +(defenum |Qt.Key_Finance| 16777411) +(defenum |Qt.Key_Find| 16777506) +(defenum |Qt.Key_Flip| 17825798) +(defenum |Qt.Key_Forward| 16777314) +(defenum |Qt.Key_F| 70) +(defenum |Qt.Key_Game| 16777430) +(defenum |Qt.Key_Go| 16777431) +(defenum |Qt.Key_Greater| 62) +(defenum |Qt.Key_Green| 16777493) +(defenum |Qt.Key_Guide| 16777498) +(defenum |Qt.Key_G| 71) +(defenum |Qt.Key_Hangul_Banja| 16781625) +(defenum |Qt.Key_Hangul_End| 16781619) +(defenum |Qt.Key_Hangul_Hanja| 16781620) +(defenum |Qt.Key_Hangul_Jamo| 16781621) +(defenum |Qt.Key_Hangul_Jeonja| 16781624) +(defenum |Qt.Key_Hangul_PostHanja| 16781627) +(defenum |Qt.Key_Hangul_PreHanja| 16781626) +(defenum |Qt.Key_Hangul_Romaja| 16781622) +(defenum |Qt.Key_Hangul_Special| 16781631) +(defenum |Qt.Key_Hangul_Start| 16781618) +(defenum |Qt.Key_Hangul| 16781617) +(defenum |Qt.Key_Hangup| 17825797) +(defenum |Qt.Key_Hankaku| 16781609) +(defenum |Qt.Key_Help| 16777304) +(defenum |Qt.Key_Henkan| 16781603) +(defenum |Qt.Key_Hibernate| 16777480) +(defenum |Qt.Key_Hiragana_Katakana| 16781607) +(defenum |Qt.Key_Hiragana| 16781605) +(defenum |Qt.Key_History| 16777407) +(defenum |Qt.Key_HomePage| 16777360) +(defenum |Qt.Key_Home| 16777232) +(defenum |Qt.Key_HotLinks| 16777409) +(defenum |Qt.Key_Hyper_L| 16777302) +(defenum |Qt.Key_Hyper_R| 16777303) +(defenum |Qt.Key_H| 72) +(defenum |Qt.Key_Iacute| 205) +(defenum |Qt.Key_Icircumflex| 206) +(defenum |Qt.Key_Idiaeresis| 207) +(defenum |Qt.Key_Igrave| 204) +(defenum |Qt.Key_Info| 16777499) +(defenum |Qt.Key_Insert| 16777222) +(defenum |Qt.Key_I| 73) +(defenum |Qt.Key_J| 74) +(defenum |Qt.Key_Kana_Lock| 16781613) +(defenum |Qt.Key_Kana_Shift| 16781614) +(defenum |Qt.Key_Kanji| 16781601) +(defenum |Qt.Key_Katakana| 16781606) +(defenum |Qt.Key_KeyboardBrightnessDown| 16777398) +(defenum |Qt.Key_KeyboardBrightnessUp| 16777397) +(defenum |Qt.Key_KeyboardLightOnOff| 16777396) +(defenum |Qt.Key_K| 75) +(defenum |Qt.Key_LastNumberRedial| 17825801) +(defenum |Qt.Key_Launch0| 16777378) +(defenum |Qt.Key_Launch1| 16777379) +(defenum |Qt.Key_Launch2| 16777380) +(defenum |Qt.Key_Launch3| 16777381) +(defenum |Qt.Key_Launch4| 16777382) +(defenum |Qt.Key_Launch5| 16777383) +(defenum |Qt.Key_Launch6| 16777384) +(defenum |Qt.Key_Launch7| 16777385) +(defenum |Qt.Key_Launch8| 16777386) +(defenum |Qt.Key_Launch9| 16777387) +(defenum |Qt.Key_LaunchA| 16777388) +(defenum |Qt.Key_LaunchB| 16777389) +(defenum |Qt.Key_LaunchC| 16777390) +(defenum |Qt.Key_LaunchD| 16777391) +(defenum |Qt.Key_LaunchE| 16777392) +(defenum |Qt.Key_LaunchF| 16777393) +(defenum |Qt.Key_LaunchG| 16777486) +(defenum |Qt.Key_LaunchH| 16777487) +(defenum |Qt.Key_LaunchMail| 16777376) +(defenum |Qt.Key_LaunchMedia| 16777377) +(defenum |Qt.Key_Left| 16777234) +(defenum |Qt.Key_Less| 60) +(defenum |Qt.Key_LightBulb| 16777405) +(defenum |Qt.Key_LogOff| 16777433) +(defenum |Qt.Key_L| 76) +(defenum |Qt.Key_MailForward| 16777467) +(defenum |Qt.Key_Market| 16777434) +(defenum |Qt.Key_Massyo| 16781612) +(defenum |Qt.Key_MediaLast| 16842751) +(defenum |Qt.Key_MediaNext| 16777347) +(defenum |Qt.Key_MediaPause| 16777349) +(defenum |Qt.Key_MediaPlay| 16777344) +(defenum |Qt.Key_MediaPrevious| 16777346) +(defenum |Qt.Key_MediaRecord| 16777348) +(defenum |Qt.Key_MediaStop| 16777345) +(defenum |Qt.Key_MediaTogglePlayPause| 16777350) +(defenum |Qt.Key_Meeting| 16777435) +(defenum |Qt.Key_Memo| 16777404) +(defenum |Qt.Key_MenuKB| 16777436) +(defenum |Qt.Key_MenuPB| 16777437) +(defenum |Qt.Key_Menu| 16777301) +(defenum |Qt.Key_Messenger| 16777465) +(defenum |Qt.Key_Meta| 16777250) +(defenum |Qt.Key_MicMute| 16777491) +(defenum |Qt.Key_MicVolumeDown| 16777502) +(defenum |Qt.Key_MicVolumeUp| 16777501) +(defenum |Qt.Key_Minus| 45) +(defenum |Qt.Key_Mode_switch| 16781694) +(defenum |Qt.Key_MonBrightnessDown| 16777395) +(defenum |Qt.Key_MonBrightnessUp| 16777394) +(defenum |Qt.Key_Muhenkan| 16781602) +(defenum |Qt.Key_Multi_key| 16781600) +(defenum |Qt.Key_MultipleCandidate| 16781629) +(defenum |Qt.Key_Music| 16777469) +(defenum |Qt.Key_MySites| 16777438) +(defenum |Qt.Key_M| 77) +(defenum |Qt.Key_News| 16777439) +(defenum |Qt.Key_New| 16777504) +(defenum |Qt.Key_No| 16842754) +(defenum |Qt.Key_Ntilde| 209) +(defenum |Qt.Key_NumLock| 16777253) +(defenum |Qt.Key_NumberSign| 35) +(defenum |Qt.Key_N| 78) +(defenum |Qt.Key_Oacute| 211) +(defenum |Qt.Key_Ocircumflex| 212) +(defenum |Qt.Key_Odiaeresis| 214) +(defenum |Qt.Key_OfficeHome| 16777440) +(defenum |Qt.Key_Ograve| 210) +(defenum |Qt.Key_Ooblique| 216) +(defenum |Qt.Key_OpenUrl| 16777364) +(defenum |Qt.Key_Open| 16777505) +(defenum |Qt.Key_Option| 16777441) +(defenum |Qt.Key_Otilde| 213) +(defenum |Qt.Key_O| 79) +(defenum |Qt.Key_PageDown| 16777239) +(defenum |Qt.Key_PageUp| 16777238) +(defenum |Qt.Key_ParenLeft| 40) +(defenum |Qt.Key_ParenRight| 41) +(defenum |Qt.Key_Paste| 16777442) +(defenum |Qt.Key_Pause| 16777224) +(defenum |Qt.Key_Percent| 37) +(defenum |Qt.Key_Period| 46) +(defenum |Qt.Key_Phone| 16777443) +(defenum |Qt.Key_Pictures| 16777468) +(defenum |Qt.Key_Play| 16908293) +(defenum |Qt.Key_Plus| 43) +(defenum |Qt.Key_PowerDown| 16777483) +(defenum |Qt.Key_PowerOff| 16777399) +(defenum |Qt.Key_PreviousCandidate| 16781630) +(defenum |Qt.Key_Printer| 16908290) +(defenum |Qt.Key_Print| 16777225) +(defenum |Qt.Key_P| 80) +(defenum |Qt.Key_Question| 63) +(defenum |Qt.Key_QuoteDbl| 34) +(defenum |Qt.Key_QuoteLeft| 96) +(defenum |Qt.Key_Q| 81) +(defenum |Qt.Key_Redo| 16777508) +(defenum |Qt.Key_Red| 16777492) +(defenum |Qt.Key_Refresh| 16777316) +(defenum |Qt.Key_Reload| 16777446) +(defenum |Qt.Key_Reply| 16777445) +(defenum |Qt.Key_Return| 16777220) +(defenum |Qt.Key_Right| 16777236) +(defenum |Qt.Key_Romaji| 16781604) +(defenum |Qt.Key_RotateWindows| 16777447) +(defenum |Qt.Key_RotationKB| 16777449) +(defenum |Qt.Key_RotationPB| 16777448) +(defenum |Qt.Key_R| 82) +(defenum |Qt.Key_Save| 16777450) +(defenum |Qt.Key_ScreenSaver| 16777402) +(defenum |Qt.Key_ScrollLock| 16777254) +(defenum |Qt.Key_Search| 16777362) +(defenum |Qt.Key_Select| 16842752) +(defenum |Qt.Key_Semicolon| 59) +(defenum |Qt.Key_Send| 16777451) +(defenum |Qt.Key_Settings| 16777500) +(defenum |Qt.Key_Shift| 16777248) +(defenum |Qt.Key_Shop| 16777406) +(defenum |Qt.Key_SingleCandidate| 16781628) +(defenum |Qt.Key_Slash| 47) +(defenum |Qt.Key_Sleep| 16908292) +(defenum |Qt.Key_Space| 32) +(defenum |Qt.Key_Spell| 16777452) +(defenum |Qt.Key_SplitScreen| 16777453) +(defenum |Qt.Key_Standby| 16777363) +(defenum |Qt.Key_Stop| 16777315) +(defenum |Qt.Key_Subtitle| 16777477) +(defenum |Qt.Key_Super_L| 16777299) +(defenum |Qt.Key_Super_R| 16777300) +(defenum |Qt.Key_Support| 16777454) +(defenum |Qt.Key_Suspend| 16777484) +(defenum |Qt.Key_SysReq| 16777226) +(defenum |Qt.Key_S| 83) +(defenum |Qt.Key_THORN| 222) +(defenum |Qt.Key_Tab| 16777217) +(defenum |Qt.Key_TaskPane| 16777455) +(defenum |Qt.Key_Terminal| 16777456) +(defenum |Qt.Key_Time| 16777479) +(defenum |Qt.Key_ToDoList| 16777420) +(defenum |Qt.Key_ToggleCallHangup| 17825799) +(defenum |Qt.Key_Tools| 16777457) +(defenum |Qt.Key_TopMenu| 16777482) +(defenum |Qt.Key_TouchpadOff| 16777490) +(defenum |Qt.Key_TouchpadOn| 16777489) +(defenum |Qt.Key_TouchpadToggle| 16777488) +(defenum |Qt.Key_Touroku| 16781611) +(defenum |Qt.Key_Travel| 16777458) +(defenum |Qt.Key_TrebleDown| 16777335) +(defenum |Qt.Key_TrebleUp| 16777334) +(defenum |Qt.Key_T| 84) +(defenum |Qt.Key_UWB| 16777473) +(defenum |Qt.Key_Uacute| 218) +(defenum |Qt.Key_Ucircumflex| 219) +(defenum |Qt.Key_Udiaeresis| 220) +(defenum |Qt.Key_Ugrave| 217) +(defenum |Qt.Key_Underscore| 95) +(defenum |Qt.Key_Undo| 16777507) +(defenum |Qt.Key_Up| 16777235) +(defenum |Qt.Key_U| 85) +(defenum |Qt.Key_Video| 16777459) +(defenum |Qt.Key_View| 16777481) +(defenum |Qt.Key_VoiceDial| 17825800) +(defenum |Qt.Key_VolumeDown| 16777328) +(defenum |Qt.Key_VolumeMute| 16777329) +(defenum |Qt.Key_VolumeUp| 16777330) +(defenum |Qt.Key_V| 86) +(defenum |Qt.Key_WLAN| 16777472) +(defenum |Qt.Key_WWW| 16777403) +(defenum |Qt.Key_WakeUp| 16777400) +(defenum |Qt.Key_WebCam| 16777466) +(defenum |Qt.Key_Word| 16777460) +(defenum |Qt.Key_W| 87) +(defenum |Qt.Key_Xfer| 16777461) +(defenum |Qt.Key_X| 88) +(defenum |Qt.Key_Yacute| 221) +(defenum |Qt.Key_Yellow| 16777494) +(defenum |Qt.Key_Yes| 16842753) +(defenum |Qt.Key_Y| 89) +(defenum |Qt.Key_Zenkaku_Hankaku| 16781610) +(defenum |Qt.Key_Zenkaku| 16781608) +(defenum |Qt.Key_ZoomIn| 16777462) +(defenum |Qt.Key_ZoomOut| 16777463) +(defenum |Qt.Key_Zoom| 16908294) +(defenum |Qt.Key_Z| 90) +(defenum |Qt.Key_acute| 180) +(defenum |Qt.Key_brokenbar| 166) +(defenum |Qt.Key_cedilla| 184) +(defenum |Qt.Key_cent| 162) +(defenum |Qt.Key_copyright| 169) +(defenum |Qt.Key_currency| 164) +(defenum |Qt.Key_degree| 176) +(defenum |Qt.Key_diaeresis| 168) +(defenum |Qt.Key_division| 247) +(defenum |Qt.Key_exclamdown| 161) +(defenum |Qt.Key_guillemotleft| 171) +(defenum |Qt.Key_guillemotright| 187) +(defenum |Qt.Key_hyphen| 173) +(defenum |Qt.Key_iTouch| 16777432) +(defenum |Qt.Key_macron| 175) +(defenum |Qt.Key_masculine| 186) +(defenum |Qt.Key_multiply| 215) +(defenum |Qt.Key_mu| 181) +(defenum |Qt.Key_nobreakspace| 160) +(defenum |Qt.Key_notsign| 172) +(defenum |Qt.Key_onehalf| 189) +(defenum |Qt.Key_onequarter| 188) +(defenum |Qt.Key_onesuperior| 185) +(defenum |Qt.Key_ordfeminine| 170) +(defenum |Qt.Key_paragraph| 182) +(defenum |Qt.Key_periodcentered| 183) +(defenum |Qt.Key_plusminus| 177) +(defenum |Qt.Key_questiondown| 191) +(defenum |Qt.Key_registered| 174) +(defenum |Qt.Key_section| 167) +(defenum |Qt.Key_ssharp| 223) +(defenum |Qt.Key_sterling| 163) +(defenum |Qt.Key_threequarters| 190) +(defenum |Qt.Key_threesuperior| 179) +(defenum |Qt.Key_twosuperior| 178) +(defenum |Qt.Key_unknown| 33554431) +(defenum |Qt.Key_ydiaeresis| 255) +(defenum |Qt.Key_yen| 165) +(defenum |Qt.KeyboardModifierMask| -33554432) +(defenum |Qt.KeypadModifier| 536870912) +(defenum |Qt.LandscapeOrientation| 2) +(defenum |Qt.LastCursor| 21) +(defenum |Qt.LastGestureType| -1) +(defenum |Qt.LayoutDirectionAuto| 2) +(defenum |Qt.LeftArrow| 3) +(defenum |Qt.LeftButton| 1) +(defenum |Qt.LeftDockWidgetArea| 1) +(defenum |Qt.LeftEdge| 2) +(defenum |Qt.LeftToRight| 0) +(defenum |Qt.LeftToolBarArea| 1) +(defenum |Qt.LinearGradientPattern| 15) +(defenum |Qt.LinkAction| 4) +(defenum |Qt.LinksAccessibleByKeyboard| 8) +(defenum |Qt.LinksAccessibleByMouse| 4) +(defenum |Qt.LocalDate| 2) +(defenum |Qt.LocalTime| 0) +(defenum |Qt.LocaleDate| 3) +(defenum |Qt.LogicalMoveStyle| 0) +(defenum |Qt.MPenCapStyle| 48) +(defenum |Qt.MPenJoinStyle| 448) +(defenum |Qt.MSWindowsFixedSizeDialogHint| 256) +(defenum |Qt.MSWindowsOwnDC| 512) +(defenum |Qt.MacWindowToolBarButtonHint| 268435456) +(defenum |Qt.MaskInColor| 0) +(defenum |Qt.MaskOutColor| 1) +(defenum |Qt.MatchCaseSensitive| 16) +(defenum |Qt.MatchContains| 1) +(defenum |Qt.MatchEndsWith| 3) +(defenum |Qt.MatchExactly| 0) +(defenum |Qt.MatchFixedString| 8) +(defenum |Qt.MatchRecursive| 64) +(defenum |Qt.MatchRegExp| 4) +(defenum |Qt.MatchStartsWith| 2) +(defenum |Qt.MatchWildcard| 5) +(defenum |Qt.MatchWrap| 32) +(defenum |Qt.MaxMouseButton| 67108864) +(defenum |Qt.MaximizeUsingFullscreenGeometryHint| 4194304) +(defenum |Qt.MaximumSize| 2) +(defenum |Qt.MenuBarFocusReason| 6) +(defenum |Qt.MetaModifier| 268435456) +(defenum |Qt.MidButton| 4) +(defenum |Qt.MiddleButton| 4) +(defenum |Qt.MinimumDescent| 3) +(defenum |Qt.MinimumSize| 0) +(defenum |Qt.MiterJoin| 0) +(defenum |Qt.Monday| 1) +(defenum |Qt.MonoOnly| 2) +(defenum |Qt.MouseButtonMask| -1) +(defenum |Qt.MouseEventCreatedDoubleClick| 1) +(defenum |Qt.MouseEventFlagMask| 255) +(defenum |Qt.MouseEventNotSynthesized| 0) +(defenum |Qt.MouseEventSynthesizedByQt| 2) +(defenum |Qt.MouseEventSynthesizedBySystem| 1) +(defenum |Qt.MouseFocusReason| 0) +(defenum |Qt.MoveAction| 2) +(defenum |Qt.NSizeHints| 4) +(defenum |Qt.NoAlpha| 12) +(defenum |Qt.NoArrow| 0) +(defenum |Qt.NoBrush| 0) +(defenum |Qt.NoButton| 0) +(defenum |Qt.NoClip| 0) +(defenum |Qt.NoContextMenu| 0) +(defenum |Qt.NoDockWidgetArea| 0) +(defenum |Qt.NoDropShadowWindowHint| 1073741824) +(defenum |Qt.NoFocusReason| 8) +(defenum |Qt.NoFocus| 0) +(defenum |Qt.NoFormatConversion| 512) +(defenum |Qt.NoGesture| 0) +(defenum |Qt.NoItemFlags| 0) +(defenum |Qt.NoModifier| 0) +(defenum |Qt.NoOpaqueDetection| 256) +(defenum |Qt.NoPen| 0) +(defenum |Qt.NoTabFocus| 0) +(defenum |Qt.NoTextInteraction| 0) +(defenum |Qt.NoToolBarArea| 0) +(defenum |Qt.NonModal| 0) +(defenum |Qt.OddEvenFill| 0) +(defenum |Qt.OffsetFromUTC| 2) +(defenum |Qt.OpaqueMode| 1) +(defenum |Qt.OpenHandCursor| 17) +(defenum |Qt.OrderedAlphaDither| 4) +(defenum |Qt.OrderedDither| 16) +(defenum |Qt.OtherFocusReason| 7) +(defenum |Qt.PanGesture| 3) +(defenum |Qt.PanNativeGesture| 2) +(defenum |Qt.PartiallyChecked| 1) +(defenum |Qt.PinchGesture| 4) +(defenum |Qt.PlainText| 0) +(defenum |Qt.PointingHandCursor| 13) +(defenum |Qt.PopupFocusReason| 4) +(defenum |Qt.Popup| 9) +(defenum |Qt.PortraitOrientation| 1) +(defenum |Qt.PreciseTimer| 0) +(defenum |Qt.PreferDither| 64) +(defenum |Qt.PreferredSize| 1) +(defenum |Qt.PreventContextMenu| 4) +(defenum |Qt.PrimaryOrientation| 0) +(defenum |Qt.QueuedConnection| 2) +(defenum |Qt.RFC2822Date| 8) +(defenum |Qt.RadialGradientPattern| 16) +(defenum |Qt.RelativeSize| 1) +(defenum |Qt.ReplaceClip| 1) +(defenum |Qt.ReplaceSelection| 0) +(defenum |Qt.RichText| 1) +(defenum |Qt.RightArrow| 4) +(defenum |Qt.RightButton| 2) +(defenum |Qt.RightDockWidgetArea| 2) +(defenum |Qt.RightEdge| 4) +(defenum |Qt.RightToLeft| 1) +(defenum |Qt.RightToolBarArea| 2) +(defenum |Qt.RotateNativeGesture| 5) +(defenum |Qt.RoundCap| 32) +(defenum |Qt.RoundJoin| 128) +(defenum |Qt.Saturday| 6) +(defenum |Qt.ScrollBarAlwaysOff| 1) +(defenum |Qt.ScrollBarAlwaysOn| 2) +(defenum |Qt.ScrollBarAsNeeded| 0) +(defenum |Qt.ScrollBegin| 1) +(defenum |Qt.ScrollEnd| 3) +(defenum |Qt.ScrollUpdate| 2) +(defenum |Qt.Sheet| 5) +(defenum |Qt.ShiftModifier| 33554432) +(defenum |Qt.ShortcutFocusReason| 5) +(defenum |Qt.SizeAllCursor| 9) +(defenum |Qt.SizeBDiagCursor| 7) +(defenum |Qt.SizeFDiagCursor| 8) +(defenum |Qt.SizeHintRole| 13) +(defenum |Qt.SizeHorCursor| 6) +(defenum |Qt.SizeVerCursor| 5) +(defenum |Qt.SmartZoomNativeGesture| 4) +(defenum |Qt.SmoothTransformation| 1) +(defenum |Qt.SolidLine| 1) +(defenum |Qt.SolidPattern| 1) +(defenum |Qt.SplashScreen| 15) +(defenum |Qt.SplitHCursor| 12) +(defenum |Qt.SplitVCursor| 11) +(defenum |Qt.SquareCap| 16) +(defenum |Qt.StatusTipPropertyRole| 30) +(defenum |Qt.StatusTipRole| 4) +(defenum |Qt.StrongFocus| 11) +(defenum |Qt.SubWindow| 18) +(defenum |Qt.Sunday| 7) +(defenum |Qt.SvgMiterJoin| 256) +(defenum |Qt.SwipeGesture| 5) +(defenum |Qt.SwipeNativeGesture| 6) +(defenum |Qt.SystemLocaleDate| 2) +(defenum |Qt.SystemLocaleLongDate| 5) +(defenum |Qt.SystemLocaleShortDate| 4) +(defenum |Qt.TabFocusAllControls| 255) +(defenum |Qt.TabFocusListControls| 2) +(defenum |Qt.TabFocusReason| 1) +(defenum |Qt.TabFocusTextControls| 1) +(defenum |Qt.TabFocus| 1) +(defenum |Qt.TapAndHoldGesture| 2) +(defenum |Qt.TapGesture| 1) +(defenum |Qt.TargetMoveAction| 32770) +(defenum |Qt.TaskButton| 32) +(defenum |Qt.TextAlignmentRole| 7) +(defenum |Qt.TextBrowserInteraction| 13) +(defenum |Qt.TextColorRole| 9) +(defenum |Qt.TextDate| 0) +(defenum |Qt.TextEditable| 16) +(defenum |Qt.TextEditorInteraction| 19) +(defenum |Qt.TextSelectableByKeyboard| 2) +(defenum |Qt.TextSelectableByMouse| 1) +(defenum |Qt.TexturePattern| 24) +(defenum |Qt.ThresholdAlphaDither| 0) +(defenum |Qt.ThresholdDither| 32) +(defenum |Qt.Thursday| 4) +(defenum |Qt.TimeZone| 3) +(defenum |Qt.ToolBarArea_Mask| 15) +(defenum |Qt.ToolButtonFollowStyle| 4) +(defenum |Qt.ToolButtonIconOnly| 0) +(defenum |Qt.ToolButtonTextBesideIcon| 2) +(defenum |Qt.ToolButtonTextOnly| 1) +(defenum |Qt.ToolButtonTextUnderIcon| 3) +(defenum |Qt.ToolTipPropertyRole| 29) +(defenum |Qt.ToolTipRole| 3) +(defenum |Qt.ToolTip| 13) +(defenum |Qt.Tool| 11) +(defenum |Qt.TopDockWidgetArea| 4) +(defenum |Qt.TopEdge| 1) +(defenum |Qt.TopLeftCorner| 0) +(defenum |Qt.TopRightCorner| 1) +(defenum |Qt.TopToolBarArea| 4) +(defenum |Qt.TouchPointMoved| 2) +(defenum |Qt.TouchPointPressed| 1) +(defenum |Qt.TouchPointReleased| 8) +(defenum |Qt.TouchPointStationary| 4) +(defenum |Qt.TransparentMode| 0) +(defenum |Qt.Tuesday| 2) +(defenum |Qt.UTC| 1) +(defenum |Qt.Unchecked| 0) +(defenum |Qt.UniqueConnection| 128) +(defenum |Qt.UpArrowCursor| 1) +(defenum |Qt.UpArrow| 1) +(defenum |Qt.UserRole| 256) +(defenum |Qt.VerPattern| 10) +(defenum |Qt.Vertical| 2) +(defenum |Qt.VeryCoarseTimer| 2) +(defenum |Qt.VisualMoveStyle| 1) +(defenum |Qt.WA_AcceptDrops| 78) +(defenum |Qt.WA_AcceptTouchEvents| 121) +(defenum |Qt.WA_AlwaysShowToolTips| 84) +(defenum |Qt.WA_AlwaysStackOnTop| 128) +(defenum |Qt.WA_AttributeCount| 129) +(defenum |Qt.WA_CanHostQMdiSubWindowTitleBar| 95) +(defenum |Qt.WA_ContentsPropagated| 3) +(defenum |Qt.WA_CustomWhatsThis| 47) +(defenum |Qt.WA_DeleteOnClose| 55) +(defenum |Qt.WA_Disabled| 0) +(defenum |Qt.WA_DontCreateNativeAncestors| 101) +(defenum |Qt.WA_DontShowOnScreen| 103) +(defenum |Qt.WA_DropSiteRegistered| 79) +(defenum |Qt.WA_ForceAcceptDrops| 79) +(defenum |Qt.WA_ForceDisabled| 32) +(defenum |Qt.WA_ForceUpdatesDisabled| 59) +(defenum |Qt.WA_GrabbedShortcut| 50) +(defenum |Qt.WA_GroupLeader| 72) +(defenum |Qt.WA_Hover| 74) +(defenum |Qt.WA_InputMethodEnabled| 14) +(defenum |Qt.WA_InputMethodTransparent| 75) +(defenum |Qt.WA_InvalidSize| 45) +(defenum |Qt.WA_KeyCompression| 33) +(defenum |Qt.WA_KeyboardFocusChange| 77) +(defenum |Qt.WA_LaidOut| 7) +(defenum |Qt.WA_LayoutOnEntireRect| 48) +(defenum |Qt.WA_LayoutUsesWidgetRect| 92) +(defenum |Qt.WA_MSWindowsUseDirect3D| 94) +(defenum |Qt.WA_MacAlwaysShowToolWindow| 96) +(defenum |Qt.WA_MacBrushedMetal| 46) +(defenum |Qt.WA_MacFrameworkScaled| 117) +(defenum |Qt.WA_MacMetalStyle| 46) +(defenum |Qt.WA_MacMiniSize| 91) +(defenum |Qt.WA_MacNoClickThrough| 12) +(defenum |Qt.WA_MacNoShadow| 127) +(defenum |Qt.WA_MacNormalSize| 89) +(defenum |Qt.WA_MacOpaqueSizeGrip| 85) +(defenum |Qt.WA_MacShowFocusRect| 88) +(defenum |Qt.WA_MacSmallSize| 90) +(defenum |Qt.WA_MacVariableSize| 102) +(defenum |Qt.WA_Mapped| 11) +(defenum |Qt.WA_MouseNoMask| 71) +(defenum |Qt.WA_MouseTracking| 2) +(defenum |Qt.WA_Moved| 43) +(defenum |Qt.WA_NativeWindow| 100) +(defenum |Qt.WA_NoBackground| 4) +(defenum |Qt.WA_NoChildEventsForParent| 58) +(defenum |Qt.WA_NoChildEventsFromChildren| 39) +(defenum |Qt.WA_NoMousePropagation| 73) +(defenum |Qt.WA_NoMouseReplay| 54) +(defenum |Qt.WA_NoSystemBackground| 9) +(defenum |Qt.WA_NoX11EventCompression| 81) +(defenum |Qt.WA_OpaquePaintEvent| 4) +(defenum |Qt.WA_OutsideWSRange| 49) +(defenum |Qt.WA_PaintOnScreen| 8) +(defenum |Qt.WA_PaintUnclipped| 52) +(defenum |Qt.WA_PendingMoveEvent| 34) +(defenum |Qt.WA_PendingResizeEvent| 35) +(defenum |Qt.WA_PendingUpdate| 44) +(defenum |Qt.WA_QuitOnClose| 76) +(defenum |Qt.WA_Resized| 42) +(defenum |Qt.WA_RightToLeft| 56) +(defenum |Qt.WA_SetCursor| 38) +(defenum |Qt.WA_SetFont| 37) +(defenum |Qt.WA_SetLayoutDirection| 57) +(defenum |Qt.WA_SetLocale| 87) +(defenum |Qt.WA_SetPalette| 36) +(defenum |Qt.WA_SetStyle| 86) +(defenum |Qt.WA_SetWindowIcon| 53) +(defenum |Qt.WA_SetWindowModality| 118) +(defenum |Qt.WA_ShowModal| 70) +(defenum |Qt.WA_ShowWithoutActivating| 98) +(defenum |Qt.WA_StaticContents| 5) +(defenum |Qt.WA_StyleSheet| 97) +(defenum |Qt.WA_StyledBackground| 93) +(defenum |Qt.WA_TintedBackground| 82) +(defenum |Qt.WA_TouchPadAcceptSingleTouchEvents| 123) +(defenum |Qt.WA_TranslucentBackground| 120) +(defenum |Qt.WA_TransparentForMouseEvents| 51) +(defenum |Qt.WA_UnderMouse| 1) +(defenum |Qt.WA_UpdatesDisabled| 10) +(defenum |Qt.WA_WState_AcceptedTouchBeginEvent| 122) +(defenum |Qt.WA_WState_CompressKeys| 61) +(defenum |Qt.WA_WState_ConfigPending| 64) +(defenum |Qt.WA_WState_Created| 60) +(defenum |Qt.WA_WState_DND| 67) +(defenum |Qt.WA_WState_ExplicitShowHide| 69) +(defenum |Qt.WA_WState_Hidden| 16) +(defenum |Qt.WA_WState_InPaintEvent| 62) +(defenum |Qt.WA_WState_OwnSizePolicy| 68) +(defenum |Qt.WA_WState_Polished| 66) +(defenum |Qt.WA_WState_Reparented| 63) +(defenum |Qt.WA_WState_Visible| 15) +(defenum |Qt.WA_WState_WindowOpacitySet| 119) +(defenum |Qt.WA_WindowModified| 41) +(defenum |Qt.WA_WindowPropagation| 80) +(defenum |Qt.WA_X11BypassTransientForHint| 99) +(defenum |Qt.WA_X11DoNotAcceptFocus| 126) +(defenum |Qt.WA_X11NetWmWindowTypeCombo| 115) +(defenum |Qt.WA_X11NetWmWindowTypeDND| 116) +(defenum |Qt.WA_X11NetWmWindowTypeDesktop| 104) +(defenum |Qt.WA_X11NetWmWindowTypeDialog| 110) +(defenum |Qt.WA_X11NetWmWindowTypeDock| 105) +(defenum |Qt.WA_X11NetWmWindowTypeDropDownMenu| 111) +(defenum |Qt.WA_X11NetWmWindowTypeMenu| 107) +(defenum |Qt.WA_X11NetWmWindowTypeNotification| 114) +(defenum |Qt.WA_X11NetWmWindowTypePopupMenu| 112) +(defenum |Qt.WA_X11NetWmWindowTypeSplash| 109) +(defenum |Qt.WA_X11NetWmWindowTypeToolBar| 106) +(defenum |Qt.WA_X11NetWmWindowTypeToolTip| 113) +(defenum |Qt.WA_X11NetWmWindowTypeUtility| 108) +(defenum |Qt.WA_X11OpenGLOverlay| 83) +(defenum |Qt.WaitCursor| 3) +(defenum |Qt.Wednesday| 3) +(defenum |Qt.WhatsThisCursor| 15) +(defenum |Qt.WhatsThisPropertyRole| 31) +(defenum |Qt.WhatsThisRole| 5) +(defenum |Qt.WheelFocus| 15) +(defenum |Qt.WidgetShortcut| 0) +(defenum |Qt.WidgetWithChildrenShortcut| 3) +(defenum |Qt.Widget| 0) +(defenum |Qt.WindingFill| 1) +(defenum |Qt.WindowActive| 8) +(defenum |Qt.WindowCancelButtonHint| 1048576) +(defenum |Qt.WindowCloseButtonHint| 134217728) +(defenum |Qt.WindowContextHelpButtonHint| 65536) +(defenum |Qt.WindowDoesNotAcceptFocus| 2097152) +(defenum |Qt.WindowFullScreen| 4) +(defenum |Qt.WindowFullscreenButtonHint| -2147483648) +(defenum |Qt.WindowMaximizeButtonHint| 32768) +(defenum |Qt.WindowMaximized| 2) +(defenum |Qt.WindowMinMaxButtonsHint| 49152) +(defenum |Qt.WindowMinimizeButtonHint| 16384) +(defenum |Qt.WindowMinimized| 1) +(defenum |Qt.WindowModal| 1) +(defenum |Qt.WindowNoState| 0) +(defenum |Qt.WindowOkButtonHint| 524288) +(defenum |Qt.WindowOverridesSystemGestures| 1048576) +(defenum |Qt.WindowShadeButtonHint| 131072) +(defenum |Qt.WindowShortcut| 1) +(defenum |Qt.WindowStaysOnBottomHint| 67108864) +(defenum |Qt.WindowStaysOnTopHint| 262144) +(defenum |Qt.WindowSystemMenuHint| 8192) +(defenum |Qt.WindowTitleHint| 4096) +(defenum |Qt.WindowTransparentForInput| 524288) +(defenum |Qt.WindowType_Mask| 255) +(defenum |Qt.Window| 1) +(defenum |Qt.X11BypassWindowManagerHint| 1024) +(defenum |Qt.XAxis| 0) +(defenum |Qt.XButton1| 8) +(defenum |Qt.XButton2| 16) +(defenum |Qt.YAxis| 1) +(defenum |Qt.ZAxis| 2) +(defenum |Qt.ZoomNativeGesture| 3) +(defenum |Qt.black| 2) +(defenum |Qt.blue| 9) +(defenum |Qt.color0| 0) +(defenum |Qt.color1| 1) +(defenum |Qt.cyan| 10) +(defenum |Qt.darkBlue| 15) +(defenum |Qt.darkCyan| 16) +(defenum |Qt.darkGray| 4) +(defenum |Qt.darkGreen| 14) +(defenum |Qt.darkMagenta| 17) +(defenum |Qt.darkRed| 13) +(defenum |Qt.darkYellow| 18) +(defenum |Qt.gray| 5) +(defenum |Qt.green| 8) +(defenum |Qt.lightGray| 6) +(defenum |Qt.magenta| 11) +(defenum |Qt.red| 7) +(defenum |Qt.transparent| 19) +(defenum |Qt.white| 3) +(defenum |Qt.yellow| 12) diff --git a/src/lisp/package.lisp b/src/lisp/package.lisp new file mode 100644 index 0000000..dfb09d7 --- /dev/null +++ b/src/lisp/package.lisp @@ -0,0 +1,113 @@ +;;; copyright (c) Polos Ruetz + +(defpackage :eql + (:use :common-lisp) + (:export + #:*break-on-errors* + #:*slime-mode* + #:*qtpl* + #:! + #:define-qt-wrappers + #:defvar-ui + #:ensure-qt-object + #:in-home + #:make-qimage + #:new-qt-object + #:qadd-event-filter + #:qapp + #:qapropos + #:qapropos* + #+linux + #:qauto-reload-c++ + #:qcall-default + #:qclear-event-filters + #:qconnect + #:qcopy + #:qdel + #:qdelete + #:qdisconnect + #:qenums + #:qeql + #:qescape + #:qeval + #:qexec + #:qexit + #:qfind-bound + #:qfind-bound* + #:qfind-child + #:qfind-children + #:qfrom-utf8 + #:qfun + #:qfun* + #:qfun+ + #:qfuns + #:qget + #:qgui + #:qid + #:qinvoke-method + #:qinvoke-method* + #:qinvoke-method+ + #:qinvoke-methods + #:qlater + #:qlet + #:qload + #:qload-c++ + #:qload-ui + #:qlocal8bit + #:qmessage-box + #:qmsg + #:qnew + #:qnew-instance + #:qnew* + #:qnew-instance* + #:qnull + #:qnull-object + #:qobject-names + #:qok + #:qoverride + #:qprocess-events + #:qproperties + #:qproperty + #:qq + #:qquit + #:qremove-event-filter + #:qrequire + #:qrgb + #:qrun + #:qrun-in-gui-thread + #:qrun* + #:qrun-in-gui-thread* + #:qsel + #:qselect + #:qsender + #:qset + #:qset-color + #:qset-null + #:qset-property + #:qsignal + #:qsingle-shot + #:qsleep + #:qslot + #:qstatic-meta-object + #:qsuper-class-name + #:qt-object + #:qt-object-id + #:qt-object-name + #:qt-object-p + #:qt-object-pointer + #:qt-object-unique + #:qt-object-? + #:qtranslate + #:quic + #:qui-class + #:qui-names + #:qutf8 + #:qversion + #:the-qt-object + #:tr)) + +(defpackage :eql-user + (:use :common-lisp :eql)) + +(pushnew :eql *features*) +(pushnew :eql5 *features*) diff --git a/src/lisp/profile.lisp b/src/lisp/profile.lisp new file mode 100644 index 0000000..3431691 --- /dev/null +++ b/src/lisp/profile.lisp @@ -0,0 +1,10 @@ +(require :profile) + +(in-package :eql-user) + +(use-package :profile) + +(profile + qget + qset + qfun) diff --git a/src/lisp/qselect.lisp b/src/lisp/qselect.lisp new file mode 100644 index 0000000..ba7aa20 --- /dev/null +++ b/src/lisp/qselect.lisp @@ -0,0 +1,95 @@ +;;; copyright (c) Polos Ruetz +;;; +;;; Allows to visually select (mouse click) any (child) widget. +;;; On selecting, the widget will be highlighted, and qsel:*q* will be set to the latest selected widget. + +(defpackage :qselect + (:nicknames :qsel) + (:use :common-lisp :eql) + (:export + #:*q*)) + +(in-package :eql) + +(let (initialized) + (defun %qselect (on-selected) + (unless initialized + (setf initialized t) + (qadd-event-filter nil |QEvent.MouseButtonPress| 'qsel::object-selected)) + (setf qsel::*on-selected* on-selected) + (qsel::select-mode))) + +(in-package :qselect) + +(defvar *q* nil) +(defvar *on-selected* nil) + +(let ((cross-cursor (qnew "QCursor(Qt::CursorShape)" |Qt.CrossCursor|)) + listen) + (defun object-selected (object event) + (when listen + (setf listen nil) + (setf *q* object) + (setf (qt-object-unique object) (! ("toUInt" ("property" "EQL.unique") *q*))) + (indicate) + (! "restoreOverrideCursor" "QGuiApplication") + (when *on-selected* + (funcall *on-selected* object)) + t)) ; event filter + (defun select-mode () + (if (! "topLevelWidgets" "QApplication") + (progn + (setf listen t) + (! "setOverrideCursor" "QGuiApplication" cross-cursor)) + (qmsg (tr "Please create widgets first."))))) + +(defun indicate () + (let ((object *q*)) + (loop + (let ((p (! "parentWidget" object))) + (if (qnull p) + (return) + (setf object p)))) + (indicate-start object *q*))) + +(defun indicate-start (parent child) + (let ((indicate (qnew "QLabel" + "size" (nthcdr 2 (qget parent "geometry"))))) + (! "setParent" indicate parent) + (! "move" indicate '(0 0)) + (let* ((pix (! "grab" parent)) + (dark (to-dark pix))) + (! "setPixmap" indicate (set-highlight indicate pix dark child))) + (! "show" indicate) + (qsingle-shot 500 (lambda () (qdel indicate))))) + +(defun to-dark (pixmap) + (let ((dark (qcopy pixmap))) + (qlet ((brush "QBrush") + (painter "QPainter(QPixmap*)" dark)) + (! "setColor" brush "black") + (! "setStyle" brush |Qt.SolidPattern|) + (! "setOpacity" painter 0.6) + (! "fillRect" painter (! "rect" dark) brush)) + dark)) + +(defun highlight (indicate child) + (let ((pos '(0 0)) + (object child)) + (loop + (when (qnull object) + (return)) + (setf pos (mapcar '+ pos (! "mapToParent" object '(0 0)))) + (when (qeql (! "parentWidget" indicate) + (setf object (! "parentWidget" object))) + (return))) + (if (qnull object) + '(0 0 0 0) + (append pos (list (qget child "width") + (qget child "height")))))) + +(defun set-highlight (indicate pixmap dark child) + (let ((rect (highlight indicate child))) + (qlet ((painter "QPainter(QPixmap*)" dark)) + (! "drawPixmap" painter rect pixmap rect)) + dark)) diff --git a/src/lisp/quic.lisp b/src/lisp/quic.lisp new file mode 100644 index 0000000..4d94821 --- /dev/null +++ b/src/lisp/quic.lisp @@ -0,0 +1,494 @@ +;;; copyright (c) Polos Ruetz +;;; +;;; user interface compiler + +(defpackage :quic + (:use :common-lisp :eql) + (:export + #:run)) + +(in-package :quic) + +(defvar *defvars*) +(defvar *qlets*) +(defvar *lets-ini*) +(defvar *lets-tr*) +(defvar *main-var*) +(defvar *main-class*) +(defvar *classes*) +(defvar *line-nr*) +(defvar *section*) + +(defmacro with-setq-reset ((&rest vars) &body body) + (let ((set-nil (mapcar (lambda (x) (list 'setq x nil)) vars))) + `(progn + ,@set-nil + ,@body + ,@set-nil))) + +(defun load-ui-related-qt-modules () + (dolist (module (list :help :opengl :svg :webkit)) + (eql:qrequire module :quiet))) + +(defun run (&optional (ui.h "ui.h") (ui.lisp "ui.lisp") (ui-package :ui) properties) + (load-ui-related-qt-modules) + (with-setq-reset (*defvars* *qlets* *lets-ini* *lets-tr* *main-var* *main-class* *classes* *line-nr* *section*) + (setf *defvars* (make-hash-table :test 'equal) + *classes* (make-hash-table :test 'equal) + *line-nr* 0) + (with-open-file (in ui.h :direction :input) + (with-open-file (out ui.lisp :direction :output :if-exists :supersede) + (format out ";;; THIS FILE IS GENERATED (see 'eql -quic')~ + ~%~ + ~%(defpackage ~(~S~)~% (:use :common-lisp :eql)" + ui-package) + (let (code tr) + (x:while-it (read-line in nil nil) + (setf x:it (x:string-substitute "" "QStringLiteral" x:it)) + (incf *line-nr*) + (x:when-it* (c-to-lisp x:it) + (if (eql :tr *section*) + (push x:it* tr) + (push x:it* code)))) + (let ((max-len 0)) + (format out "~% (:export~% ;; all DEFVARs except layouts, spacers~{~% #:~A~}~ + ~% #:ini~ + ~% #:retranslate-ui))~ + ~%~ + ~%(in-package ~(~S~))~ + ~%~ + ~%(defvar ~A)~A (main widget)~ + ~{~%(defvar ~{~A)~A~}~}~ + ~%~ + ~%(defun ini ()~ + ~% (qlet (~{~A~^ ~})~ + ~% (let (~{~A~^ ~})~ + ~% (setf ~A (qnew ~S))" + (let (export) + (maphash (lambda (var x) + (setf max-len (max (length var) max-len)) + (when (notany (lambda (skip) (search skip (gethash var *classes*))) '("Layout" "Spacer")) + (push (var-name var) export))) + *defvars*) + (sort export 'string<)) + ui-package + (var-name *main-var*) + (format nil "~A ; ~A" (make-string (- max-len (length *main-var*))) *main-class*) + (let (defvars) + (maphash (lambda (var x) + (unless (string= *main-var* var) + (push (list (var-name var) (format nil "~A ; ~A" + (make-string (- max-len (length var))) + (gethash var *classes*))) + defvars))) + *defvars*) + (sort defvars 'string< :key 'first)) + (mapcar 'var-name (reverse *qlets*)) + (mapcar 'var-name (reverse *lets-ini*)) + (var-name *main-var*) + *main-class*)) + (dolist (line (nreverse code)) + (write-string line out)) + (format out "~% (retranslate-ui)~ + ~% (qfun ~A ~S))))~ + ~%~ + ~%(defun retranslate-ui ()~ + ~% (let (~{~A~^ ~})" + (var-name *main-var*) + (if (find :maximized properties) "showMaximized" "show") + (mapcar 'var-name (reverse *lets-tr*))) + (dolist (line (nreverse tr)) + (write-string line out)) + (format out "))~%~%(ini)~%")))))) + +(defun trim (string) + (string-trim " .;*" string)) + +(defun find* (x list) + (find x list :test 'string=)) + +(defun remove-parens (list) + (remove ")" list :test 'string=)) + +(defun from-qt-utf8 (string) + (let ((vector (make-array 0 :adjustable t :fill-pointer t))) + (flet ((push* (x) + (vector-push-extend (if (characterp x) (char-code x) x) vector))) + (dotimes (i (length string)) + (let ((ch (char string i))) + (if (char= #\\ ch) + (if (find (char string (1+ i)) '(#\" #\\)) + (push* ch) + (progn + (push* (parse-integer (subseq string (1+ i) (+ 4 i)) :radix 8)) + (incf i 3))) + (push* ch))))) + (qfrom-utf8 vector))) + +(defun var-name (name) + (let ((name* (trim name))) + (flet ((find-in (var) + (find* name* var))) + (let* ((local (or (find-in *qlets*) + (find-in *lets-ini*) + (find-in *lets-tr*))) + (global (and (not local) + (gethash name* *defvars*)))) + (when global + (setf name* (format nil "*~A*" name*))) + (if (or global local) + (string-downcase (substitute #\- #\_ name*)) + name*))))) + +(defun constructor-arg (class) + (dolist (arg '("(QWidget*)" + "(QObject*)" + "(QListWidget*)" + "(QColor)" + "(QSizePolicy::Policy,QSizePolicy::Policy)" + "(int,int,QSizePolicy::Policy,QSizePolicy::Policy)")) + (when (find arg (cadar (qapropos* "constructor" class)) :test 'x:ends-with) + (return arg)))) + +(defun find-qt-method (var name) + (let ((class (gethash var *classes*)) + (name* (format nil " ~A(" name))) + (loop + (unless class + (return)) + (x:when-it (qapropos* name* class) + ;; resolve ambiguous + (let ((name** (assoc name '(("addAction" . "addAction(QAction*)")) + :test 'string=))) + (return-from find-qt-method (prin1-to-string (if name** (cdr name**) name))))) + (setf class (qsuper-class-name class))))) + +(defun prepare-args (args) + (remove-if (lambda (x) (search "static_cast<" x)) + (cond ((and (string= "QColor" (first args)) (find (length args) '(4 5))) + (list (format nil "(qfun \"QColor\" \"fromRgb\"~{ ~A~})" (rest args)))) + (t + (let ((args* (copy-list args)) + variant variant-type cursor url) + (dotimes (i (length args)) + (x:when-it (and (string= "(qfun" (nth i args)) + (find-qt-method (nth (1+ i) args) (nth (+ i 2) args))) + (setf (nth (+ i 2) args*) x:it))) + (mapcar (lambda (arg) + (cond (variant + (setf variant nil) + (if (char= #\Q (char arg 0)) + (progn + (setf variant-type arg) + "") + (let ((type (cond ((find* arg '("t" "nil")) + "bool") + (t (error "QVariant type not implemented for: ~A" arg))))) + (format nil "(qnew \"QVariant(~A)\" ~A)" type arg)))) + (variant-type + (prog1 + (format nil "(qnew \"QVariant(~A)\" ~A)" + variant-type + (cond ((string= "QChar" variant-type) + (prin1-to-string (code-char (parse-integer arg)))) + ((string= "QCursor" variant-type) + (format nil "(qnew \"QCursor(Qt::CursorShape)\" ~A)" arg)) + (t + (prin1-to-string arg)))) + (setf variant-type nil))) + (cursor + (setf cursor nil) + (format nil "(qnew \"QCursor(Qt::CursorShape)\" ~A)" arg)) + (url + (setf url nil) + (format nil "(qnew \"QUrl(QString)\" ~A)" arg)) + ((string= "QVariant" arg) + (setf variant t) + "") + ((string= "QCursor" arg) + (setf cursor t) + "") + ((string= "QUrl" arg) + (setf url t) + "") + ((> (count #\| arg) 2) + (format nil "(logior |~A|)" (string-trim " |" (string-substitute "| |" "|" arg)))) + (t + (if (string= "QString" arg) + "\"\"" + (var-name arg))))) + args*)))))) + +(defun split (line) + (let ((ex-char #\?) + list in-string arg) + (flet ((add-arg () + (when arg + (push (coerce (nreverse arg) 'string) list) + (setf arg nil)))) + (x:do-string (char line) + (if (and (not in-string) + (char= #\Space char)) + (add-arg) + (progn + (push char arg) + (when (and (char= #\" char) + (char/= #\\ ex-char)) + (when in-string + (add-arg)) + (setf in-string (not in-string))))) + (setf ex-char char)) + (add-arg)) + (nreverse list))) + +(defun string-substitute (new old str) + (let ((l (length old))) + (with-output-to-string (s) + (do ((e (search old str) (search old str :start2 (+ e l))) + (b 0 (+ e l))) + ((not e) (write-string (subseq str b) s)) + (write-string (subseq str b e) s) + (write-string (if (evenp (count #\" (subseq str e))) ; exclude strings + new + old) + s))))) + +(defun string-substitute* (new-old str) + (let ((str* (copy-seq str))) + (do ((n-o new-old (cddr n-o))) + ((null n-o) str*) + (setf str* (string-substitute (first n-o) (second n-o) str*))))) + +(defun no (no line) + (if (stringp no) + (string-substitute " " no line) + (let (line* in-string) + (x:do-string (ch line) + (push (if (and (not in-string) + (char= no ch)) + #\Space + ch) + line*) + (when (char= #\" ch) + (setf in-string (not in-string)))) + (coerce (nreverse line*) 'string)))) + +(defun insert-tr (line string-lines-pos) + (let* ((pos (position-if (lambda (x) (search ".translate" x)) line)) + (tr-string (if pos (nth (+ 2 pos) line) "\"\"")) + (shortcut (if pos (string= "setShortcut" (nth (1- pos) line)))) + line*) + (if pos + (let ((start (eql :start string-lines-pos))) + (dotimes (n (length line)) + (cond ((= n pos) + (push (format nil "~A(tr ~A~A" + (if shortcut "(qnew \"QKeySequence\" " "") + (from-qt-utf8 (if start (string-right-trim "\"\\n" tr-string) tr-string)) + (if start "" (if shortcut "))" ")"))) + line*)) + ((or (< n pos) + (> n (+ 4 pos))) + (push (nth n line) line*)))) + (nreverse line*)) + line))) + +(defun join-args (args) + (with-output-to-string (s) + (dolist (arg args) + (unless (x:empty-string arg) + (unless (string= ")" arg) + (write-char #\Space s)) + (write-string arg s))))) + +(let (string-lines-pos) + (defun qt-to-eql (qt-line &optional tr) + (flet ((to-list (line) + (remove-if (lambda (x) (find x '("QSize" "QRect" "QString::fromUtf8") + :test 'string=)) + (split line))) + (show-warning (line) + (format *debug-io* "~%Not implemented, see line ~D of \"ui.h\":~%~%[Qt] ~A~%[??] ~S~%" *line-nr* qt-line line) + (format nil "~%;;[?] ~A" qt-line))) + ;; special cases first + (cond ((string= ");" qt-line) + ;; end string-list + (format nil "~%~A ))" (if tr "" " "))) + ((x:starts-with "QObject::connect" qt-line) + ;; qconnect + (let ((line (mapcar (lambda (x) (string-trim " " x)) (x:split qt-line #\,)))) + (format nil "~%~A (qconnect ~A \"~A\" ~A \"~A\")" + (if tr "" " ") + (var-name (subseq (first line) 17)) + (subseq (second line) 7 (- (length (second line)) 1)) + (var-name (third line)) + (subseq (fourth line) 5 (- (length (fourth line)) 3))))) + (t + ;; multiple line strings + (let ((string-start (and tr (x:starts-with "\"" qt-line))) + (string-end (and tr (x:ends-with "\"" qt-line)))) + (setf string-lines-pos (if tr + (cond ((and string-start string-end) + :mid) + (string-start + :end) + (string-end + :start)) + nil))) + (case string-lines-pos + (:mid + (format nil "~A~%" (from-qt-utf8 (string-trim "\"\\n" (subseq qt-line 0 (position #\" qt-line :from-end t)))))) + (:end + (format nil "~A))" (from-qt-utf8 (subseq qt-line 1 (1+ (position #\" qt-line :from-end t)))))) + (t + (let* ((line (trim (no #\, (string-substitute* '("()->" "()." + "->set" ".set" + " " "(" + " ) " ")") + qt-line)))) + (type (cond ((qid (subseq line 0 (position #\Space line))) + :new-local) + ((search "= new" line) + :new) + ((x:starts-with "new " line) + :new-item) + ((search "->" line) + :fun)))) + (setf line (to-list (string-substitute* '(" (qfun " "->" + " (setf " "=") + (no "new " line)))) + (when (and (string= "const" (first line)) + (string= "bool" (second line))) + (setf line (nthcdr 1 line) + type :new-local)) + (when (eql :new type) + (let ((name (first line))) + (setf (gethash name *defvars*) t + (gethash name *classes*) (third line)))) + (dotimes (n (length line)) + (when (find* (nth n line) '("(qfun" "(setf")) + (rotatef (nth (1- n) line) (nth n line)))) + (when (eql :new-local type) + (if (find* "(setf" line) + (let ((name (trim (third line)))) + (setf (gethash name *classes*) (first line)) + (setf line (rest line)) + (if tr + (push name *lets-tr*) + (push name *lets-ini*))) + (let ((name (trim (second line)))) + (push name *qlets*) + (setf (gethash name *classes*) (first line)) + (rotatef (nth 0 line) (nth 1 line)) + (setf line (cons "(setf" line))))) + (when (search "::" (first line)) + (setf type :fun-static)) + (dotimes (n (- (length line) 3)) + (let ((arg (nth (+ 3 n) line))) + (setf (nth (+ 3 n) line) + (cond ((search "::" arg) + (format nil "|~A|" (string-substitute "." "::" arg))) + ((string= "true" arg) + "t") + ((string= "false" arg) + "nil") + (t + arg))))) + (unless (eql :fun type) + (setf line (remove-parens line))) + (cond ((x:starts-with "<< QApplication::translate" qt-line) + ;; single string of string-list + (format nil "~%~A (tr ~A)" + (if tr "" " ") + (fourth line))) + ((find type '(:new :new-local)) + ;; qnew + (if (find* "(qfun" line) + (format nil "~%~A ~A ~A~{ ~A~}))" + (if tr "" " ") + (first line) + (var-name (second line)) + (prepare-args (nthcdr 2 line))) + (format nil "~%~A ~A ~A (qnew \"~A~A\"~{ ~A~}))" + (if tr "" " ") + (first line) + (var-name (second line)) + (third line) + (if (fourth line) (constructor-arg (third line)) "") + (prepare-args (nthcdr 3 line))))) + ((eql :new-item type) + ;; qnew item + (format nil "~%~A (qnew \"~A~A\"~{ ~A~})" + (if tr "" " ") + (first line) + (if (second line) (constructor-arg (first line)) "") + (prepare-args (rest line)))) + ((eql :fun-static type) + ;; static function + (let ((p (search "::" (first line)))) + (format nil "~%~A (qfun \"~A\" \"~A\"~{ ~A~})" + (if tr "" " ") + (subseq (first line) 0 p) + (subseq (first line) (+ 2 p)) + (prepare-args (nthcdr (if (eql :fun type) 2 1) line))))) + ((eql :fun type) + (unless (find* "(qfun" (rest line)) + (setf line (remove-parens line))) + (when tr + (setf line (insert-tr line string-lines-pos))) + (x:when-it (position ")" line :test 'string=) + (when (string= "(qfun" (nth (1- x:it) line)) + ;; special case: adjust "qfun" position + (rotatef (nth (- x:it 1) line) + (nth (- x:it 2) line) + (nth (- x:it 3) line)) + ;; add quotes to method name + (setf (nth (1+ x:it) line) (prin1-to-string (nth (1+ x:it) line))))) + (let* ((string-list-p (x:ends-with "QStringList()" qt-line)) + (fun (format nil "~%~A ~A~A" + (if tr "" " ") + (join-args (let ((args (prepare-args line))) + (if string-list-p + (append (nbutlast args 1) (list "(list")) ; start string-list + args))) + (make-string (if (find "(tr " line :test 'x:starts-with) + (if (eql :start string-lines-pos) 0 1) + (- (count "(qfun" line :test 'string=) (if string-list-p 1 0))) + :initial-element #\) )))) + (if (or string-list-p string-lines-pos) + fun + (multiple-value-bind (x end) ; ensure balanced closing parenthesis (multiple "qfun"s) + (read-from-string fun) + (subseq fun 0 end))))) + (t (show-warning line))))))))))) + +(defun c-to-lisp (c-line) + (let ((line (string-trim '(#\Space #\Tab) c-line))) + (when (and (not (x:empty-string line)) + (not (find (char line 0) "/*#{")) + (not (cond ((x:starts-with "public:" line) + (setf *section* :defvar)) + ((x:starts-with "void setupUi" line) + (let ((main (x:split (subseq line (1+ (position #\( line)) (position #\) line))))) + (setf *main-var* (trim (second main)) + *main-class* (first main))) + (setf (gethash *main-var* *defvars*) t) + (setf (gethash *main-var* *classes*) *main-class*) + (setf *section* :ini)) + ((x:starts-with "void retranslateUi" line) + (setf *section* :tr)) + ((x:starts-with "}" line) + (setf *section* :end)) + ((dolist (skip '("QMetaObject::" "retranslateUi")) + (when (x:starts-with skip line) + (return :skip))))))) + (case *section* + (:defvar + (setf (gethash (trim (subseq line (position #\* line))) *classes*) + (subseq line 0 (position #\Space line))) + nil) + (:ini + (unless (x:starts-with "if" line) + (qt-to-eql line))) + (:tr + (qt-to-eql line :tr)))))) diff --git a/src/lisp/restart-dialog.lisp b/src/lisp/restart-dialog.lisp new file mode 100644 index 0000000..7b1f3a8 --- /dev/null +++ b/src/lisp/restart-dialog.lisp @@ -0,0 +1,140 @@ +;;; copyright (c) Polos Ruetz +;;; +;;; Needed for command line option "-qtpl", where READ runs in its own thread. +;;; All debug input is handled in a GUI dialog. + +(defpackage :restart-dialog + (:use :common-lisp :eql) + (:export + #:exec-with-simple-restart)) + +(provide :restart-dialog) + +(in-package :restart-dialog) + +;;; input hook (idea & most code from "ecl-readline.lisp") + +(defvar *input-hook-functions* nil) + +(defun input-hook (function) + (let ((stream (make-instance 'gray::input-hook-stream))) + (push (cons stream function) *input-hook-functions*) + stream)) + +(in-package :gray) + +(defclass input-hook-stream (fundamental-character-input-stream) + ((in-buffer :initform (make-string 0)) + (in-index :initform 0) + (out-buffer :initform (make-array 0 :element-type 'character :adjustable t :fill-pointer t)))) + +(defmethod stream-read-char ((stream input-hook-stream)) + (if (ensure-stream-data stream) + (with-slots (in-buffer in-index) stream + (let ((ch (char in-buffer in-index))) + (incf in-index) + ch)) + :eof)) + +(defmethod stream-unread-char ((stream input-hook-stream) character) + (with-slots (in-index) stream + (when (> in-index 0) + (decf in-index)))) + +(defmethod stream-listen ((stream input-hook-stream)) + nil) + +(defmethod stream-clear-input ((stream input-hook-stream)) + nil) + +(defmethod stream-close ((stream input-hook-stream) &key abort) + (call-next-method)) + +(defmethod stream-peek-char ((stream input-hook-stream)) + (if (ensure-stream-data stream) + (with-slots (in-buffer in-index) stream + (char in-buffer in-index)) + :eof)) + +(defun ensure-stream-data (stream) + (with-slots (in-buffer in-index) stream + (when (= in-index (length in-buffer)) + (setf in-buffer (funcall (cdr (assoc stream restart-dialog::*input-hook-functions*))) + in-index 0)) + in-buffer)) + +;;; debug dialog + +(in-package :restart-dialog) + +(let ((text ":r1")) + (defun command () + (qlet ((dialog "QDialog(QWidget*,Qt::WindowFlags)" nil |Qt.WindowStaysOnTopHint| + "windowTitle" (tr "EQL Debug Dialog")) + (command "QLineEdit" + "font" #.(qnew "QFont(QString,int)" + #+darwin "Monaco" #+darwin 12 + #+linux "Monospace" #+linux 9 + #+windows "Courier New" #+windows 10) + "text" text + "minimumWidth" 350) + (label "QLabel" + "text" (tr "Enter debug command or Lisp expression (:h for help)")) + (buttons "QDialogButtonBox") + (layout "QVBoxLayout(QWidget*)" dialog)) + (x:do-with (! "addButton" buttons) + |QDialogButtonBox.Ok| + |QDialogButtonBox.Cancel|) + (x:do-with (! "addWidget" layout) + label command buttons) + (qconnect buttons "accepted()" dialog "accept()") + (qconnect buttons "rejected()" dialog "reject()") + (x:do-with command "selectAll" "setFocus") + (qlater (lambda () (x:do-with dialog "activateWindow" "raise"))) + (setf text (if (= |QDialog.Accepted| (! "exec" dialog)) + (qget command "text") + ":r1"))))) + +;;; main + +(defun current-level () + (- si::*tpl-level* si::*step-level* -1)) + +(defun ensure-safe-restart (command) + ;; don't allow RESTART-QT-EVENTS when RESTART-TOPLEVEL is available (would block REPL) + (let* ((restarts (mapcar 'restart-name (compute-restarts))) + (top-level (position 'si::restart-toplevel restarts)) + (qt-events (position 'restart-qt-events restarts))) + (if (and top-level + (string= (string-downcase command) (format nil ":r~D" qt-events))) + (format nil ":r~D" top-level) + command))) + +(defun handle-debug-io () + (when (find-package :ecl-readline) + (terpri) + (princ (si::tpl-prompt))) + (let ((cmd (command))) + (setf cmd (cond ((x:empty-string cmd) + ":r1") + ((find (string-downcase cmd) '(":qq" ":exit") :test 'string=) + "(eql:qquit)") + (t + (ensure-safe-restart cmd)))) + (princ cmd) + (terpri) + (if (= 1 (current-level)) + (qlater (lambda () + (x:when-it (si::tpl-prompt) + (format t "~%~A" x:it)) + (unless (find-package :ecl-readline) + (princ "> ")))) + (terpri)) + (format nil "~A~%" cmd))) + +(defun exec-with-simple-restart () + (let ((*debug-io* (make-two-way-stream (input-hook 'handle-debug-io) + (two-way-stream-output-stream *terminal-io*)))) + (loop + (with-simple-restart (restart-qt-events "Restart Qt event processing.") + (qexec))))) diff --git a/src/lisp/special-extensions.lisp b/src/lisp/special-extensions.lisp new file mode 100644 index 0000000..db91fc3 --- /dev/null +++ b/src/lisp/special-extensions.lisp @@ -0,0 +1,171 @@ +;;; +;;; Contributed by Mark Cox, please see LICENSE-MAKE-QIMAGE.txt +;;; + +(in-package :eql) + +;; MAKE-QIMAGE +;; +;; The following function is defined in ecl_fun.cpp +;; (defun %make-qimage/dangerous (vector width height bytes-per-line format)) + +(defun make-qimage/bits (vector width height format) + "Create a new QImage object using the VECTOR of bits. The new image +has dimensions WIDTH by HEIGHT. Format can be one of +|QImage.Format_Mono| or |QImage.Format_MonoLSB|." + (declare (type (member #.|QImage.Format_Mono| #.|QImage.Format_MonoLSB|) format) + (type (integer 0) width height) + (type (vector bit) vector)) + (assert (>= (length vector) (* width height))) + ;; Bit vectors are tricky. MAKE-QIMAGE/DANGEROUS copies the data + ;; from the Lisp array to the QImage object. Copying non 8 bit + ;; blocks is a pain, so we check to see if 8 is a factor of width. + ;; If not, create a new vector such that each row begins in a fresh + ;; byte. + (cond + ((zerop (mod width 8)) + (%make-qimage/dangerous vector width height (/ width 8) format)) + (t + (let* ((ba-bytes-per-line (ceiling width 8)) + (ba-width (* 8 ba-bytes-per-line)) + (ba-vector (make-array (list height ba-width) :element-type 'bit :initial-element 0)) + (pos 0)) + (dotimes (i height) + (dotimes (j width) + (setf (aref ba-vector i j) (aref vector pos) + pos (1+ pos)))) + (%make-qimage/dangerous (make-array (array-total-size ba-vector) :element-type 'bit :displaced-to ba-vector) + width height ba-bytes-per-line format))))) + +(defun make-qimage/bytes (vector width height format) + "Create a new QImage object using VECTOR. The new image has +dimensions WIDTH by HEIGHT. Format can be any valid QImage format +value except |QImage.Format_Mono| and |QImage.Format_MonoLSB|. + +The element type of VECTOR must be one of (UNSIGNED-BYTE +8), (UNSIGNED-BYTE 16) or (UNSIGNED-BYTE 32). Vectors with an element +type of (UNSIGNED-BYTE 16) or (UNSIGNED-BYTE 32) can only be used with +16 and 32 bit pixel FORMATs respectively." + (declare (type (and fixnum (integer 0)) width height format) + (type vector vector)) + + (labels ((deduce-bits-per-pixel () + (ecase format + (#.|QImage.Format_Invalid| 0) + (#.|QImage.Format_Indexed8| 8) + (#.|QImage.Format_RGB32| 32) + (#.|QImage.Format_ARGB32| 32) + (#.|QImage.Format_ARGB32_Premultiplied| 32) + (#.|QImage.Format_RGB16| 16) + (#.|QImage.Format_ARGB8565_Premultiplied| 24) + (#.|QImage.Format_RGB666| 24) + (#.|QImage.Format_ARGB6666_Premultiplied| 24) + (#.|QImage.Format_RGB555| 16) + (#.|QImage.Format_ARGB8555_Premultiplied| 24) + (#.|QImage.Format_RGB888| 24) + (#.|QImage.Format_RGB444| 16) + (#.|QImage.Format_ARGB4444_Premultiplied| 16))) + (deduce-bytes-per-pixel () + (let ((v (deduce-bits-per-pixel))) + (assert (zerop (mod v 8))) + (/ v 8)))) + + (let* ((bytes-per-pixel (deduce-bytes-per-pixel)) + (bytes-per-line (* width bytes-per-pixel))) + (cond + ((subtypep (array-element-type vector) '(unsigned-byte 8)) + (assert (= (length vector) (* height bytes-per-line)))) + ((subtypep (array-element-type vector) '(unsigned-byte 16)) + (assert (and (= (length vector) (* height width)) + (= 2 bytes-per-pixel)))) + ((subtypep (array-element-type vector) '(unsigned-byte 32)) + (assert (and (= (length vector) (* height width)) + (= 4 bytes-per-pixel)))) + (t + (error "MAKE-QIMAGE/BYTES cannot process vectors with an element type of ~A." (array-element-type vector)))) + (%make-qimage/dangerous vector width height bytes-per-line format)))) + +(defun make-qimage/worker (array format &key width height) + "The function MAKE-QIMAGE/WORKER dispatches to either +MAKE-QIMAGE/BITS or MAKE-QIMAGE/BYTES depending on the value of +FORMAT. The value of ARRAY can have a rank of a 1, 2 or 3. If ARRAY is +a vector, then WIDTH and HEIGHT must be non NIL." + (labels ((wrap-array () + (make-array (array-total-size array) + :element-type (array-element-type array) + :displaced-to array))) + (ecase (array-rank array) + (1 + (assert (and width height)) + (if (member format (list #.|QImage.Format_Mono| #.|QImage.Format_MonoLSB|)) + (make-qimage/bits array width height format) + (make-qimage/bytes array width height format))) + (2 + (destructuring-bind (height width) (array-dimensions array) + (make-qimage/worker (wrap-array) format :width width :height height))) + (3 + (destructuring-bind (height width components) (array-dimensions array) + (declare (ignore components)) + (make-qimage/worker (wrap-array) format :width width :height height)))))) + +(defun qrgb (r g b &optional (a 255)) + ;; documentation adapted to EQL (see "doc/auto-doc.lisp") + "args: (red green blue &optional (alpha 255)) + Constructs a (unsigned-byte 32) value that represents a 32 bit pixel color specified by the red, green, blue and alpha values." + (declare (type (unsigned-byte 8) r g b a)) + (let ((rv 0)) + (setf (ldb (byte 8 24) rv) a + (ldb (byte 8 16) rv) r + (ldb (byte 8 8) rv) g + (ldb (byte 8 0) rv) b) + rv)) + +(defvar *default-color-table-mono* nil + "The default color table to be used by MAKE-QIMAGE when FORMAT is + either |QImage.Format_Mono| or |QImage.Format_MonoLSB|.") + +(defvar *default-color-table-indexed8* nil + "The default color table to be used by MAKE-QIMAGE when FORMAT is + |QImage.Format_Indexed8|.") + +(defun default-color-table/mono () + "Obtain the default color table for mono images." + (or *default-color-table-mono* + (setf *default-color-table-mono* (make-array 2 :initial-contents (list (qrgb 0 0 0) (qrgb 255 255 255)))))) + +(defun default-color-table/indexed8 () + "Obtain the default color table for indexed 8 images." + (or *default-color-table-indexed8* + (setf *default-color-table-indexed8* (let ((v (make-array 256))) + (dotimes (i 256) + (setf (aref v i) (qrgb i i i))) + v)))) + +(defun make-qimage (array format &key width height color-table) + "Construct a new QImage instance with FORMAT using the data contained in ARRAY. + +The rank of ARRAY can be one of 1, 2 or 3. ARRAY can have an element +type of BIT, (UNSIGNED-BYTE 8), (UNSIGNED-BYTE 16) or (UNSIGNED-BYTE +32). Valid choices for element type are conditioned on the value for +FORMAT. + +If ARRAY is a vector, then WIDTH and HEIGHT must be set. + +The argument COLOR-TABLE can be used for |QImage.Format_Mono|, +|QImage.Format_MonoLSB| or |QImage.Format_Indexed8| formatted +images. If COLOR-TABLE is NIL then the color table is selected from +*DEFAULT-COLOR-TABLE-MONO* or *DEFAULT-COLOR-TABLE-INDEXED8* based on +the FORMAT argument." + (declare (type (or null vector) color-table)) + (let ((rv (make-qimage/worker array format :width width :height height))) + (case format + ((#.|QImage.Format_Mono| #.|QImage.Format_MonoLSB|) + (! "setColorTable" rv (if color-table + color-table + (default-color-table/mono)))) + (#.|QImage.Format_Indexed8| + (! "setColorTable" rv (if color-table + color-table + (default-color-table/indexed8))))) + rv)) + diff --git a/src/lisp/x.lisp b/src/lisp/x.lisp new file mode 100644 index 0000000..b3a41f2 --- /dev/null +++ b/src/lisp/x.lisp @@ -0,0 +1,161 @@ +;;; copyright (c) Polos Ruetz + +(defpackage :x + (:use :common-lisp) + (:export + #:cc + #:bytes-to-string + #:d + #:do-string + #:do-with + #:empty-string + #:ensure-compiled + #:ensure-list + #:ends-with + #:it + #:it* + #:if-it + #:if-it* + #:join + #:let-it + #:split + #:starts-with + #:string-split + #:string-substitute + #:string-to-bytes + #:when-it + #:when-it* + #:while + #:while-it + #:with-gensyms)) + +(provide :x) + +(in-package :x) + +(defmacro if-it (exp then &optional else) + `(let ((it ,exp)) + (if it ,then ,else))) + +(defmacro if-it* (exp then &optional else) + `(let ((it* ,exp)) + (if it* ,then ,else))) + +(defmacro let-it (exp &body body) + `(let ((it ,exp)) + ,@body + it)) + +(defmacro when-it (exp &body body) + `(let ((it ,exp)) + (when it ,@body))) + +(defmacro when-it* (exp &body body) + `(let ((it* ,exp)) + (when it* ,@body))) + +(defmacro with-gensyms (syms &body body) + `(let ,(mapcar (lambda (s) + `(,s (gensym))) + syms) + ,@body)) + +(defmacro while (exp &body body) + `(do () + ((not ,exp)) + ,@body)) + +(defmacro while-it (exp &body body) + `(do ((it)) + ((not (setf it ,exp))) + ,@body)) + +(defmacro do-string ((var str) &body body) + `(map nil (lambda (,var) + ,@body) + ,str)) + +(defmacro do-with (with &body body) + `(progn + ,@(mapcar (lambda (line) + (append with (if (or (atom line) + (eql 'quote (first line))) + (list line) + line))) + body))) + +(defun d (&rest args) + "A simple debug print." + (print (cons :debug args))) + +(defun cc (&rest args) + "Convenient string concatenation." + (apply 'concatenate 'string args)) + +(defun empty-string (s) + (zerop (length s))) + +(defun %str-with (sub str starts) + (let ((l1 (length str)) + (l2 (length sub))) + (when (>= l1 l2) + (string= sub (subseq str (if starts 0 (- l1 l2)) (when starts l2)))))) + +(defun starts-with (sub str) + (%str-with sub str t)) + +(defun ends-with (sub str) + (%str-with sub str nil)) + +(defun string-split (string separator) + (let ((len (length separator)) + list) + (do ((e (search separator string) (search separator string :start2 (+ e len))) + (b 0 (+ e len))) + ((not e) (push (subseq string b) list)) + (push (subseq string b e) list)) + (nreverse list))) + +(defun string-substitute (new old string) + (let ((len (length old))) + (with-output-to-string (s) + (do ((e (search old string) (search old string :start2 (+ e len))) + (b 0 (+ e len))) + ((not e) (write-string (subseq string b) s)) + (write-string (subseq string b e) s) + (write-string new s))))) + +(defun ensure-list (x) + (if (listp x) x (list x))) + +(defun split (str &optional (sep #\Space)) + (unless (zerop (length str)) + (let (list) + (do ((e (position sep str) (position sep str :start (1+ e))) + (b 0 (1+ e))) + ((not e) (push (subseq str b) list)) + (push (subseq str b e) list)) + (nreverse list)))) + +(defun join (list &optional (sep #\Space)) + (format nil (concatenate 'string "~{~A~^" (string sep) "~}") + list)) + +(defun bytes-to-string (b) + (map 'string 'code-char b)) + +(defun string-to-bytes (s) + (map 'vector 'char-code s)) + +(defun ensure-compiled (file-name) + "Expects file name without file ending, and returns (re-)compiled file name." + (let ((lisp (concatenate 'string file-name ".lisp")) + (fasl (concatenate 'string file-name ".fas*"))) ; for *.fas, *.fasb, *.fasc (Unix, Windows) + (flet ((compiled () + (first (directory fasl)))) + (unless (and (compiled) + (>= (file-write-date (compiled)) + (file-write-date lisp))) + (compile-file lisp)) + (compiled)))) + diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..28284de --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,37 @@ +// copyright (c) Polos Ruetz + +#include +#include +#include +#include "eql.h" + +int catch_all_qexec() { + int ret = 0; + CL_CATCH_ALL_BEGIN(ecl_process_env()) { + ret = QApplication::exec(); } + CL_CATCH_ALL_END; + return ret; } + +int main(int argc, char** argv) { + + EQL::ini(argv); // best initialized here + + QApplication qapp(argc, argv); + QStringList args(QCoreApplication::arguments()); + if(args.contains("-h") || (args.contains("--help"))) { + std::cout << "Usage: eql [file] [-qtpl] [-qgui] [-quic file.ui [:ui-package] [:maximized]] [-slime] [-norc]" << std::endl; + exit(0); } + + QTextCodec* utf8 = QTextCodec::codecForName("UTF-8"); + QTextCodec::setCodecForLocale(utf8); + + EQL eql; + eql.printVersion(); + if(args.contains("-v") || args.contains("--version")) { + std::cout << std::endl; + exit(0); } + eql.exec(args); + + if(EQL::qexec) { + return catch_all_qexec(); } + return 0; } diff --git a/src/make-eql-lib-wrappers.lisp b/src/make-eql-lib-wrappers.lisp new file mode 100644 index 0000000..8a0209b --- /dev/null +++ b/src/make-eql-lib-wrappers.lisp @@ -0,0 +1,26 @@ +#-eql5 +(error "Please use the EQL5 executable to run this file") + +(require :cmp) + +(setf *break-on-signals* 'error) + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *all-wrappers* (loop :for i :from 1 :to 10 :collect (format nil "all-wrappers-~D" i))) + +(defparameter *lisp-files* (append '("x" "package" "ini" "enums1" "enums2" "enums3" "enums4" "special-extensions") + *all-wrappers*)) + +(dolist (file *all-wrappers*) + (compile-file (format nil "lisp/~A.lisp" file) :system-p t)) + +(c:build-static-library "ini" + :lisp-files (mapcar (lambda (file) + (format nil "lisp/~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_EQL") + +(eql:qq) + diff --git a/src/make-eql-lib.lisp b/src/make-eql-lib.lisp new file mode 100644 index 0000000..a7d8d0f --- /dev/null +++ b/src/make-eql-lib.lisp @@ -0,0 +1,23 @@ +#-unicode +(error "Please build ECL with unicode support (configure --enable-unicode)") + +(require :cmp) + +(setf *break-on-signals* 'error) + +#+msvc +(setf c::*compile-in-constants* t) + +(defparameter *lisp-files* (list "x" "package" "ini" "enums1" "enums2" "enums3" "enums4" "special-extensions")) + +(dolist (f *lisp-files*) + (let ((file (format nil "lisp/~A" f))) + (when (probe-file file) + (delete-file (format nil "~A.~A" file #+msvc "obj" #-msvc "o"))) + (compile-file file :system-p t))) + +(c:build-static-library "ini" + :lisp-files (mapcar (lambda (file) + (format nil "lisp/~A.~A" file #+msvc "obj" #-msvc "o")) + *lisp-files*) + :init-name "ini_EQL") diff --git a/src/module_help.pro b/src/module_help.pro new file mode 100644 index 0000000..06f3b07 --- /dev/null +++ b/src/module_help.pro @@ -0,0 +1,19 @@ +QT += help printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +LIBS += -L.. -leql5 +TARGET = eql5_help +DESTDIR = ../ +OBJECTS_DIR = ./tmp/help/ +MOC_DIR = ./tmp/help/ + +include(windows.pri) + +HEADERS += gen/help/_ini.h \ + gen/help/_ini2.h \ + gen/help/_q_classes.h \ + gen/help/_n_classes.h \ + gen/help/_q_methods.h \ + gen/help/_n_methods.h + +SOURCES += gen/help/_ini.cpp diff --git a/src/module_network.pro b/src/module_network.pro new file mode 100644 index 0000000..6eaba2e --- /dev/null +++ b/src/module_network.pro @@ -0,0 +1,19 @@ +QT += network printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +LIBS += -L.. -leql5 +TARGET = eql5_network +DESTDIR = ../ +OBJECTS_DIR = ./tmp/network/ +MOC_DIR = ./tmp/network/ + +include(windows.pri) + +HEADERS += gen/network/_ini.h \ + gen/network/_ini2.h \ + gen/network/_q_classes.h \ + gen/network/_n_classes.h \ + gen/network/_q_methods.h \ + gen/network/_n_methods.h + +SOURCES += gen/network/_ini.cpp diff --git a/src/module_opengl.pro b/src/module_opengl.pro new file mode 100644 index 0000000..dce15e8 --- /dev/null +++ b/src/module_opengl.pro @@ -0,0 +1,19 @@ +QT += opengl printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +LIBS += -lecl -L.. -leql5 +TARGET = eql5_opengl +DESTDIR = ../ +OBJECTS_DIR = ./tmp/opengl/ +MOC_DIR = ./tmp/opengl/ + +include(windows.pri) + +HEADERS += gen/opengl/_ini.h \ + gen/opengl/_ini2.h \ + gen/opengl/_q_classes.h \ + gen/opengl/_n_classes.h \ + gen/opengl/_q_methods.h \ + gen/opengl/_n_methods.h + +SOURCES += gen/opengl/_ini.cpp diff --git a/src/module_sql.pro b/src/module_sql.pro new file mode 100644 index 0000000..e8a4cdd --- /dev/null +++ b/src/module_sql.pro @@ -0,0 +1,19 @@ +QT += sql printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +LIBS += -L.. -leql5 +TARGET = eql5_sql +DESTDIR = ../ +OBJECTS_DIR = ./tmp/sql/ +MOC_DIR = ./tmp/sql/ + +include(windows.pri) + +HEADERS += gen/sql/_ini.h \ + gen/sql/_ini2.h \ + gen/sql/_q_classes.h \ + gen/sql/_n_classes.h \ + gen/sql/_q_methods.h \ + gen/sql/_n_methods.h + +SOURCES += gen/sql/_ini.cpp diff --git a/src/module_svg.pro b/src/module_svg.pro new file mode 100644 index 0000000..d9bdf86 --- /dev/null +++ b/src/module_svg.pro @@ -0,0 +1,19 @@ +QT += svg printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +LIBS += -L.. -leql5 +TARGET = eql5_svg +DESTDIR = ../ +OBJECTS_DIR = ./tmp/svg/ +MOC_DIR = ./tmp/svg/ + +include(windows.pri) + +HEADERS += gen/svg/_ini.h \ + gen/svg/_ini2.h \ + gen/svg/_q_classes.h \ + gen/svg/_n_classes.h \ + gen/svg/_q_methods.h \ + gen/svg/_n_methods.h + +SOURCES += gen/svg/_ini.cpp diff --git a/src/module_webkit.pro b/src/module_webkit.pro new file mode 100644 index 0000000..e0a2508 --- /dev/null +++ b/src/module_webkit.pro @@ -0,0 +1,21 @@ +QT += webkitwidgets printsupport uitools +TEMPLATE = lib +CONFIG += dll no_keywords release +LIBS += -L.. -leql5 +TARGET = eql5_webkit +DESTDIR = ../ +OBJECTS_DIR = ./tmp/webkit/ +MOC_DIR = ./tmp/webkit/ + +macx:QT += network phonon + +include(windows.pri) + +HEADERS += gen/webkit/_ini.h \ + gen/webkit/_ini2.h \ + gen/webkit/_q_classes.h \ + gen/webkit/_n_classes.h \ + gen/webkit/_q_methods.h \ + gen/webkit/_n_methods.h + +SOURCES += gen/webkit/_ini.cpp diff --git a/src/qt_eql.cpp b/src/qt_eql.cpp new file mode 100644 index 0000000..673fc14 --- /dev/null +++ b/src/qt_eql.cpp @@ -0,0 +1,78 @@ +// copyright (c) Polos Ruetz +// see Qt_EQL, Qt_EQL_dynamic, QtWebKit: JavaScript / Lisp bridge + +#include +#include +#include "qt_eql.h" +#include "ecl_fun.h" +#include "eql.h" +#include "gen/_lobjects.h" + +QT_BEGIN_NAMESPACE + +#define PUSH_ARG(x, list) list = CONS(to_lisp_arg(qMakePair(QByteArray(x.name()), x.data())), list) + +static QHash lisp_functions; + +static cl_object eql_fun(cl_object l_fun, cl_object l_args) { + cl_object l_ret = Cnil; + const cl_env_ptr l_env = ecl_process_env(); + CL_CATCH_ALL_BEGIN(l_env) { + CL_UNWIND_PROTECT_BEGIN(l_env) { + l_ret = cl_apply(2, l_fun, l_args); } + CL_UNWIND_PROTECT_EXIT {} + CL_UNWIND_PROTECT_END; } + CL_CATCH_ALL_END; + return l_ret; } + +static QVariant eql_fun2(const QByteArray& pkgFun, + int ret_type, + const QGenericArgument& a1, const QGenericArgument& a2, const QGenericArgument& a3, const QGenericArgument& a4, const QGenericArgument& a5, + const QGenericArgument& a6, const QGenericArgument& a7, const QGenericArgument& a8, const QGenericArgument& a9, const QGenericArgument& a10) { + void* symbol = lisp_functions.value(pkgFun); + if(!symbol) { + int p = pkgFun.indexOf(':'); + QByteArray pkg = (p == -1) ? "eql-user" : pkgFun.left(p); + QByteArray fun = pkgFun.mid(pkgFun.lastIndexOf(':') + 1); + cl_object l_sym = cl_find_symbol(2, + make_constant_base_string(fun.toUpper().constData()), + cl_find_package(make_constant_base_string(pkg.toUpper().constData()))); + if(l_sym != Cnil) { + symbol = (void*)l_sym; + lisp_functions[pkgFun] = symbol; }} + cl_object l_args = Cnil; + if(a1.name()) { PUSH_ARG(a1, l_args); + if(a2.name()) { PUSH_ARG(a2, l_args); + if(a3.name()) { PUSH_ARG(a3, l_args); + if(a4.name()) { PUSH_ARG(a4, l_args); + if(a5.name()) { PUSH_ARG(a5, l_args); + if(a6.name()) { PUSH_ARG(a6, l_args); + if(a7.name()) { PUSH_ARG(a7, l_args); + if(a8.name()) { PUSH_ARG(a8, l_args); + if(a9.name()) { PUSH_ARG(a9, l_args); + if(a10.name()) { PUSH_ARG(a10, l_args); }}}}}}}}}} + l_args = cl_nreverse(l_args); + QVariant ret; + if(symbol) { + cl_object l_ret = eql_fun((cl_object)symbol, l_args); + if(ret_type != -1) { + ret = toQVariant(l_ret, 0, ret_type); } + return ret; } + error_msg(QString("eql_fun(): %1").arg(QString(pkgFun)).toLatin1().constData(), l_args); + return ret; } + +void eql_fun(const QByteArray& fun, + QGenericArgument a1, QGenericArgument a2, QGenericArgument a3, QGenericArgument a4, QGenericArgument a5, + QGenericArgument a6, QGenericArgument a7, QGenericArgument a8, QGenericArgument a9, QGenericArgument a10) { + return (void)eql_fun2(fun, -1, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); } + +QVariant eql_fun(const QByteArray& fun, + int ret_type, + QGenericArgument a1, QGenericArgument a2, QGenericArgument a3, QGenericArgument a4, QGenericArgument a5, + QGenericArgument a6, QGenericArgument a7, QGenericArgument a8, QGenericArgument a9, QGenericArgument a10) { + return eql_fun2(fun, ret_type, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); } + +bool eql_check_type(int id, const QByteArray& name) { return LObjects::checkType(id, name); } + +QT_END_NAMESPACE + diff --git a/src/qt_eql.h b/src/qt_eql.h new file mode 100644 index 0000000..c0a7cbe --- /dev/null +++ b/src/qt_eql.h @@ -0,0 +1,44 @@ +// copyright (c) Polos Ruetz +// see Qt_EQL example + +#ifndef QT_EQL_H +#define QT_EQL_H + +#include +#include +#include "eql_global.h" + +QT_BEGIN_NAMESPACE + +EQL_EXPORT void +eql_fun(const QByteArray&, + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument()); + +EQL_EXPORT QVariant +eql_fun(const QByteArray&, + int, + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument(), + QGenericArgument = QGenericArgument()); + +EQL_EXPORT bool eql_check_type(int, const QByteArray&); + +QT_END_NAMESPACE + +#endif diff --git a/src/rebuild b/src/rebuild new file mode 100755 index 0000000..ac89ed2 --- /dev/null +++ b/src/rebuild @@ -0,0 +1,29 @@ +rm -fr tmp +rm *.a +rm lisp/*.o + +ecl -shell make-eql-lib.lisp && +qmake eql_lib.pro && +make && +qmake eql_exe.pro && +make && +eql5 make-eql-lib-wrappers.lisp && +touch tmp/eql.o && +qmake eql_lib.pro && +make && +qmake module_help.pro && +make && +qmake module_network.pro && +make && +qmake module_opengl.pro && +make && +qmake module_sql.pro && +make && +qmake module_svg.pro && +make && +qmake module_webkit.pro && +make + +cd lisp +ecl -compile ecl-readline.lisp + diff --git a/src/single_shot.h b/src/single_shot.h new file mode 100644 index 0000000..01c9e5c --- /dev/null +++ b/src/single_shot.h @@ -0,0 +1,31 @@ +// copyright (c) Polos Ruetz ; idea from QTimer::singleShot() + +#ifndef SINGLE_SHOT_H +#define SINGLE_SHOT_H + +#include +#include + +QT_BEGIN_NAMESPACE + +struct SingleShot : public QObject { + int id; + void* function; + + SingleShot(int msec, void* fun) : id(startTimer(msec)), function(fun) {} + + void timerEvent(QTimerEvent*) { + killTimer(id); + const cl_env_ptr l_env = ecl_process_env(); + CL_CATCH_ALL_BEGIN(l_env) { + CL_UNWIND_PROTECT_BEGIN(l_env) { + cl_funcall(1, (cl_object)function); } + CL_UNWIND_PROTECT_EXIT {} + CL_UNWIND_PROTECT_END; } + CL_CATCH_ALL_END; + delete this; } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/ui_loader.h b/src/ui_loader.h new file mode 100644 index 0000000..d130fdf --- /dev/null +++ b/src/ui_loader.h @@ -0,0 +1,41 @@ +// copyright (c) Polos Ruetz + +#ifndef UI_LOADER_H +#define UI_LOADER_H + +#include +#include "gen/_lobjects.h" + +QT_BEGIN_NAMESPACE + +struct UiLoader : public QUiLoader { + QWidget* createWidget(const QString& className, QWidget* parent, const QString& name) { + QWidget* w = 0; + int id = LObjects::q_names.value(className.toLatin1(), -1); + if(id != -1) { + // qt_metacall to base constructor "C(uint)" + QObject* caller = LObjects::Q[id - 1]; + const QMetaObject* mo = caller->metaObject(); + int n = mo->indexOfMethod("C(uint)"); + if(n != -1) { + void* args[] = { 0, 0 }; + void* pointer = 0; + args[0] = &pointer; // return value + uint unique = LObjects::unique(); + args[1] = &unique; + caller->qt_metacall(QMetaObject::InvokeMetaMethod, n, args); + if(pointer) { + w = (QWidget*)pointer; + if(parent) { + w->setParent(parent); } + w->setProperty("EQL.unique", unique); + w->setObjectName(name); }} + else { + // fallback + w = QUiLoader::createWidget(className, parent, name); }} + return w; } +}; + +QT_END_NAMESPACE + +#endif diff --git a/src/windows.pri b/src/windows.pri new file mode 100644 index 0000000..20e69b5 --- /dev/null +++ b/src/windows.pri @@ -0,0 +1,4 @@ +win32 { + INCLUDEPATH += c:/ecl/msvc/package + LIBS += -Lc:/ecl/msvc/package +}