![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
| connect (object, SIGNAL(clicked(QQuickMouseEvent *)), this, SLOT(myClickHandler())) | |
| for (auto obj :repeaterObjects) | |
Variables | |
| MouseArea | |
| [0] | |
| const auto | object = ref->object() |
| Repeater | |
| [2] | |
| const auto | repeaterObjects = ref->objects() |
| connect | ( | object | , |
| SIGNAL(clicked(QQuickMouseEvent *)) | , | ||
| this | , | ||
| SLOT(myClickHandler()) | ) |
| for | ( | auto obj :repeaterObjects | ) |
Definition at line 74 of file doc_src_objectregistry.cpp.
| MouseArea |
[0]
Definition at line 6 of file doc_src_objectregistry.cpp.
Definition at line 29 of file doc_src_objectregistry.cpp.
| Repeater |
| const auto repeaterObjects = ref->objects() |
Definition at line 73 of file doc_src_objectregistry.cpp.