QDesignerMetaMethodInterface Class
QDesignerMetaMethodInterface is part of Qt Designer's introspection interface and represents a member function. More...
Header: | #include <QDesignerMetaMethodInterface> |
Public Types
enum | Access { Private, Protected, Public } |
enum | MethodType { Method, Signal, Slot, Constructor } |
Public Functions
Detailed Description
\internal
\since
4.4
\inmodule
QtDesigner
The QDesignerMetaMethodInterface class provides meta-data about a member function.
See also QDesignerMetaObjectInterface.
Member Type Documentation
enum QDesignerMetaMethodInterface::Access
This enum represents the access specification of the method
Constant | Value | Description |
---|---|---|
QDesignerMetaMethodInterface::Private | 0 | A private member function |
QDesignerMetaMethodInterface::Protected | 1 | A protected member function |
QDesignerMetaMethodInterface::Public | 2 | A public member function |
enum QDesignerMetaMethodInterface::MethodType
This enum specifies the type of the method
Constant | Value | Description |
---|---|---|
QDesignerMetaMethodInterface::Method | 0 | The function is a plain member function. |
QDesignerMetaMethodInterface::Signal | 1 | The function is a signal. |
QDesignerMetaMethodInterface::Slot | 2 | The function is a slot. |
QDesignerMetaMethodInterface::Constructor | 3 | The function is a constructor. |
Member Function Documentation
QDesignerMetaMethodInterface::QDesignerMetaMethodInterface()
Constructs a QDesignerMetaMethodInterface object.
[virtual noexcept]
QDesignerMetaMethodInterface::~QDesignerMetaMethodInterface()
Destroys the QDesignerMetaMethodInterface object.