![]() |
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_introspection_p.h>
Public Member Functions | |
| QDesignerIntrospection () | |
| ~QDesignerIntrospection () override | |
| const QDesignerMetaObjectInterface * | metaObject (const QObject *object) const override |
| Returns the meta object of this object. | |
| const QDesignerMetaObjectInterface * | metaObjectForQMetaObject (const QMetaObject *metaObject) const |
| Public Member Functions inherited from QDesignerIntrospectionInterface | |
| QDesignerIntrospectionInterface () | |
| Constructs a QDesignerIntrospectionInterface object. | |
| virtual | ~QDesignerIntrospectionInterface () |
| Destroys the QDesignerIntrospectionInterface object. | |
Definition at line 29 of file qdesigner_introspection_p.h.
|
default |
|
override |
Definition at line 312 of file qdesigner_introspection.cpp.
|
overridevirtual |
Returns the meta object of this object.
Implements QDesignerIntrospectionInterface.
Definition at line 317 of file qdesigner_introspection.cpp.
| const QDesignerMetaObjectInterface * qdesigner_internal::QDesignerIntrospection::metaObjectForQMetaObject | ( | const QMetaObject * | metaObject | ) | const |
Definition at line 322 of file qdesigner_introspection.cpp.