Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QDesignerIntrospectionInterface Class Referenceabstract

QDesignerIntrospectionInterface provides access to a QDesignerMetaObjectInterface for a given Qt object. More...

#include <abstractintrospection_p.h>

+ Inheritance diagram for QDesignerIntrospectionInterface:
+ Collaboration diagram for QDesignerIntrospectionInterface:

Public Member Functions

 QDesignerIntrospectionInterface ()
 Constructs a QDesignerIntrospectionInterface object.
 
virtual ~QDesignerIntrospectionInterface ()
 Destroys the QDesignerIntrospectionInterface object.
 
virtual const QDesignerMetaObjectInterfacemetaObject (const QObject *object) const =0
 Returns the meta object of this object.
 

Detailed Description

QDesignerIntrospectionInterface provides access to a QDesignerMetaObjectInterface for a given Qt object.

Since
4.4

\inmodule QtDesigner

QDesignerIntrospectionInterface is the main class of \QD's introspection interface. These interfaces provide a layer of abstraction around QMetaObject and related classes to allow for the integration of other programming languages.

An instance of QDesignerIntrospectionInterface can be obtained from the core.

See also
QDesignerMetaObjectInterface

Definition at line 132 of file abstractintrospection_p.h.

Constructor & Destructor Documentation

◆ QDesignerIntrospectionInterface()

QDesignerIntrospectionInterface::QDesignerIntrospectionInterface ( )

Constructs a QDesignerIntrospectionInterface object.

Definition at line 478 of file abstractintrospection.cpp.

◆ ~QDesignerIntrospectionInterface()

QDesignerIntrospectionInterface::~QDesignerIntrospectionInterface ( )
virtual

Destroys the QDesignerIntrospectionInterface object.

Definition at line 486 of file abstractintrospection.cpp.

Member Function Documentation

◆ metaObject()

virtual const QDesignerMetaObjectInterface * QDesignerIntrospectionInterface::metaObject ( const QObject * object) const
pure virtual

Returns the meta object of this object.

Implemented in qdesigner_internal::QDesignerIntrospection.


The documentation for this class was generated from the following files: