![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdesigner_objectinspector_p.h>
Public Member Functions | |
| bool | empty () const |
| void | clear () |
| QObjectList | selection () const |
Public Attributes | |
| QWidgetList | managed |
| QWidgetList | unmanaged |
| QObjectList | objects |
Definition at line 28 of file qdesigner_objectinspector_p.h.
| void Selection::clear | ( | ) |
Definition at line 19 of file qdesigner_objectinspector.cpp.
| bool Selection::empty | ( | ) | const |
Definition at line 26 of file qdesigner_objectinspector.cpp.
| QObjectList Selection::selection | ( | ) | const |
Definition at line 31 of file qdesigner_objectinspector.cpp.
| QWidgetList qdesigner_internal::Selection::managed |
Definition at line 36 of file qdesigner_objectinspector_p.h.
| QObjectList qdesigner_internal::Selection::objects |
| QWidgetList qdesigner_internal::Selection::unmanaged |
Definition at line 38 of file qdesigner_objectinspector_p.h.