QMetaObject 类包含有关 Qt 对象的元信息。 更多...
头: | #include <QMetaObject> |
CMake: |
find_package(Qt6 COMPONENTS Core REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
class | Connection |
QMetaClassInfo | classInfo (int index ) const |
int | classInfoCount () const |
int | classInfoOffset () const |
const char * | className () const |
QMetaMethod | constructor (int index ) const |
int | constructorCount () const |
QMetaEnum | enumerator (int index ) const |
int | enumeratorCount () const |
int | enumeratorOffset () const |
int | indexOfClassInfo (const char * name ) const |
int | indexOfConstructor (const char * constructor ) const |
int | indexOfEnumerator (const char * name ) const |
int | indexOfMethod (const char * method ) const |
int | indexOfProperty (const char * name ) const |
int | indexOfSignal (const char * signal ) const |
int | indexOfSlot (const char * slot ) const |
bool | inherits (const QMetaObject * metaObject ) const |
QMetaType | metaType () const |
QMetaMethod | 方法 (int index ) const |
int | methodCount () const |
int | methodOffset () const |
QObject * | newInstance (QGenericArgument val0 = QGenericArgument(nullptr), QGenericArgument val1 = QGenericArgument(), QGenericArgument val2 = QGenericArgument(), QGenericArgument val3 = QGenericArgument(), QGenericArgument val4 = QGenericArgument(), QGenericArgument val5 = QGenericArgument(), QGenericArgument val6 = QGenericArgument(), QGenericArgument val7 = QGenericArgument(), QGenericArgument val8 = QGenericArgument(), QGenericArgument val9 = QGenericArgument()) const |
QMetaProperty | property (int index ) const |
int | propertyCount () const |
int | propertyOffset () const |
const QMetaObject * | superClass () const |
QMetaProperty | userProperty () const |
bool | checkConnectArgs (const char * signal , const char * method ) |
bool | checkConnectArgs (const QMetaMethod & signal , const QMetaMethod & method ) |
void | connectSlotsByName (QObject * object ) |
bool | invokeMethod (QObject * obj , const char * member , Qt::ConnectionType type , QGenericReturnArgument ret , QGenericArgument val0 = QGenericArgument(nullptr), QGenericArgument val1 = QGenericArgument(), QGenericArgument val2 = QGenericArgument(), QGenericArgument val3 = QGenericArgument(), QGenericArgument val4 = QGenericArgument(), QGenericArgument val5 = QGenericArgument(), QGenericArgument val6 = QGenericArgument(), QGenericArgument val7 = QGenericArgument(), QGenericArgument val8 = QGenericArgument(), QGenericArgument val9 = QGenericArgument()) |
bool | invokeMethod (QObject * obj , const char * member , QGenericReturnArgument ret , QGenericArgument val0 = QGenericArgument(0), QGenericArgument val1 = QGenericArgument(), QGenericArgument val2 = QGenericArgument(), QGenericArgument val3 = QGenericArgument(), QGenericArgument val4 = QGenericArgument(), QGenericArgument val5 = QGenericArgument(), QGenericArgument val6 = QGenericArgument(), QGenericArgument val7 = QGenericArgument(), QGenericArgument val8 = QGenericArgument(), QGenericArgument val9 = QGenericArgument()) |
bool | invokeMethod (QObject * obj , const char * member , Qt::ConnectionType type , QGenericArgument val0 = QGenericArgument(0), QGenericArgument val1 = QGenericArgument(), QGenericArgument val2 = QGenericArgument(), QGenericArgument val3 = QGenericArgument(), QGenericArgument val4 = QGenericArgument(), QGenericArgument val5 = QGenericArgument(), QGenericArgument val6 = QGenericArgument(), QGenericArgument val7 = QGenericArgument(), QGenericArgument val8 = QGenericArgument(), QGenericArgument val9 = QGenericArgument()) |
bool | invokeMethod (QObject * obj , const char * member , QGenericArgument val0 = QGenericArgument(0), QGenericArgument val1 = QGenericArgument(), QGenericArgument val2 = QGenericArgument(), QGenericArgument val3 = QGenericArgument(), QGenericArgument val4 = QGenericArgument(), QGenericArgument val5 = QGenericArgument(), QGenericArgument val6 = QGenericArgument(), QGenericArgument val7 = QGenericArgument(), QGenericArgument val8 = QGenericArgument(), QGenericArgument val9 = QGenericArgument()) |
bool | invokeMethod (QObject * context , Functor function , Qt::ConnectionType type = Qt::AutoConnection, FunctorReturnType * ret = nullptr) |
bool | invokeMethod (QObject * context , Functor function , FunctorReturnType * ret ) |
QByteArray | normalizedSignature (const char * method ) |
QByteArray | normalizedType (const char * type ) |
QGenericArgument | Q_ARG ( Type , const Type & value ) |
QGenericReturnArgument | Q_RETURN_ARG ( Type , Type & value ) |
Qt 元对象系统 在 Qt 中是负责信号/槽对象间的通信机制、运行时类型信息、及 Qt 特性系统。创建单 QMetaObject 实例为每个 QObject 在应用程序中使用的子类,且此实例存储所有元信息为 QObject 子类。此对象是可用的作为 QObject::metaObject ().
应用程序编程通常不要求此类,但它很有用若编写元应用程 (譬如:脚本引擎或 GUI 构建器)。
最可能找到的有用函数是这些:
索引函数 indexOfConstructor (), indexOfMethod (), indexOfEnumerator (),和 indexOfProperty () 将构造函数名称、成员函数、枚举器或特性映射到元对象中的索引。例如,Qt 使用 indexOfMethod () 在内部当把信号连接到槽时。
类也可以拥有列表化的 name -- value 对的额外类信息,存储在 QMetaClassInfo 对象。对数的返回通过 classInfoCount (),单个对的返回通过 classInfo (),和可以搜索对采用 indexOfClassInfo ().
注意: 使用元对象系统的操作一般是线程安全的,因为 QMetaObject 通常是在编译时生成的静态只读实例。不管怎样,若通过应用程序动态修改元对象 (例如,当使用 QQmlPropertyMap ),那么应用程序必须明确同步访问各自的元对象。
另请参阅 QMetaClassInfo , QMetaEnum , QMetaMethod , QMetaProperty , QMetaType ,和 元对象系统 .
[static]
bool
QMetaObject::
checkConnectArgs
(const
char
*
signal
, const
char
*
method
)
返回
true
若
signal
and
method
自变量兼容;否则返回
false
.
Both signal and method 期望被规范化。
另请参阅 normalizedSignature ().
[static, since 5.0]
bool
QMetaObject::
checkConnectArgs
(const
QMetaMethod
&
signal
, const
QMetaMethod
&
method
)
这是重载函数。
返回
true
若
signal
and
method
自变量兼容;否则返回
false
.
该函数在 Qt 5.0 引入。
返回用于类信息项的元数据,采用给定 index .
范例:
class MyClass : public QObject { Q_OBJECT Q_CLASSINFO("author", "Sabrina Schweinsteiger") Q_CLASSINFO("url", "http://doc.moosesoft.co.uk/1.0/") public: ... };
另请参阅 classInfoCount (), classInfoOffset (),和 indexOfClassInfo ().
返回此类类信息的项数。
另请参阅 classInfo (), classInfoOffset (),和 indexOfClassInfo ().
返回用于此类的类信息偏移量;即:此类的第一类信息项的索引位置。
若类是没有类信息的超级类,偏移为 0;否则,偏移是类的超级类的所有类信息项的和。
另请参阅 classInfo (), classInfoCount (),和 indexOfClassInfo ().
返回类名。
另请参阅 superClass ().
[static]
void
QMetaObject::
connectSlotsByName
(
QObject
*
object
)
递归搜索所有子级对象为给定 object ,并将来自它们的匹配信号连接到槽对于 object 遵循以下形式:
void on_<object name>_<signal name>(<signal parameters>);
假定对象拥有的子级对象类型为
QPushButton
采用
对象名称
button1
。槽相对捕获按钮
clicked()
信号将是:
void on_button1_clicked();
若 object 本身有正确设置对象名称,还会将其信号分别连接到它的槽。
另请参阅 QObject::setObjectName ().
返回构造函数元数据按给定 index .
另请参阅 constructorCount () 和 newInstance ().
返回此类的构造函数数。
另请参阅 constructor () 和 indexOfConstructor ().
返回枚举器元数据按给定 index .
另请参阅 enumeratorCount (), enumeratorOffset (),和 indexOfEnumerator ().
返回此类中的枚举器数。
另请参阅 enumerator (), enumeratorOffset (),和 indexOfEnumerator ().
返回用于此类的枚举偏移;即:此类的第一枚举器的索引位置。
If the class has no superclasses with enumerators, the offset is 0; otherwise the offset is the sum of all the enumerators in the class's superclasses.
另请参阅 enumerator (), enumeratorCount (),和 indexOfEnumerator ().
查找类信息项 name 并返回其索引;否则返回 -1。
另请参阅 classInfo (), classInfoCount (),和 classInfoOffset ().
查找 constructor 并返回其索引;否则返回 -1。
注意, constructor 必须是规范化形式,作为返回通过 normalizedSignature ().
另请参阅 constructor (), constructorCount (),和 normalizedSignature ().
查找枚举器 name 并返回其索引;否则返回 -1。
另请参阅 enumerator (), enumeratorCount (),和 enumeratorOffset ().
查找 method 并返回其索引;否则返回 -1。
注意, method 必须是规范化形式,作为返回通过 normalizedSignature ().
另请参阅 方法 (), methodCount (), methodOffset (),和 normalizedSignature ().
查找特性 name 并返回其索引;否则返回 -1。
另请参阅 property (), propertyCount (),和 propertyOffset ().
查找 signal 并返回其索引;否则返回 -1。
这如同 indexOfMethod (),除了它会返回 -1,若方法存在但不是信号。
注意, signal 必须是规范化形式,作为返回通过 normalizedSignature ().
另请参阅 indexOfMethod (), normalizedSignature (), 方法 (), methodCount (),和 methodOffset ().
查找 slot 并返回其索引;否则返回 -1。
这如同 indexOfMethod (),除了它会返回 -1,若方法存在但不是槽。
另请参阅 indexOfMethod (), 方法 (), methodCount (),和 methodOffset ().
[since 5.7]
bool
QMetaObject::
inherits
(const
QMetaObject
*
metaObject
) const
返回
true
若类描述通过此
QMetaObject
继承类型描述通过
metaObject
;否则返回 false。
类型被认为继承本身。
该函数在 Qt 5.7 引入。
[static]
bool
QMetaObject::
invokeMethod
(
QObject
*
obj
, const
char
*
member
,
Qt::ConnectionType
type
,
QGenericReturnArgument
ret
,
QGenericArgument
val0
= QGenericArgument(nullptr),
QGenericArgument
val1
= QGenericArgument(),
QGenericArgument
val2
= QGenericArgument(),
QGenericArgument
val3
= QGenericArgument(),
QGenericArgument
val4
= QGenericArgument(),
QGenericArgument
val5
= QGenericArgument(),
QGenericArgument
val6
= QGenericArgument(),
QGenericArgument
val7
= QGenericArgument(),
QGenericArgument
val8
= QGenericArgument(),
QGenericArgument
val9
= QGenericArgument())
援引
member
(信号或槽名称) 在对象
obj
。返回
true
若成员可以被援引。返回
false
若没有这样的成员或参数不匹配。
援引可以是同步 (或异步) 的,从属 type :
返回值对于 member function call is placed in ret . If the invocation is asynchronous, the return value cannot be evaluated. You can pass up to ten arguments ( val0 , val1 , val2 , val3 , val4 , val5 , val6 , val7 , val8 ,和 val9 ) to the member 函数。
QGenericArgument and QGenericReturnArgument are internal helper classes. Because signals and slots can be dynamically invoked, you must enclose the arguments using the Q_ARG () 和 Q_RETURN_ARG () 宏。 Q_ARG () takes a type name and a const reference of that type; Q_RETURN_ARG () takes a type name and a non-const reference.
You only need to pass the name of the signal or slot to this function, not the entire signature. For example, to asynchronously invoke the quit() slot on a QThread ,使用以下代码:
QMetaObject::invokeMethod(thread, "quit", Qt::QueuedConnection);
With asynchronous method invocations, the parameters must be of types that are known to Qt's meta-object system, because Qt needs to copy the arguments to store them in an event behind the scenes. If you try to use a queued connection and get the error message
QMetaObject::invokeMethod: Unable to handle unregistered datatype 'MyType'
call qRegisterMetaType () 以在调用 invokeMethod() 之前注册数据类型。
要同步援引
compute(QString, int, double)
slot on some arbitrary object
obj
检索其返回值:
QString retVal; QMetaObject::invokeMethod(obj, "compute", Qt::DirectConnection, Q_RETURN_ARG(QString, retVal), Q_ARG(QString, "sqrt"), Q_ARG(int, 42), Q_ARG(double, 9.7));
若 compute 槽不接受恰好一个 QString , one int and one double in the specified order, the call will fail.
注意: 此函数是 thread-safe .
另请参阅 Q_ARG (), Q_RETURN_ARG (), qRegisterMetaType (),和 QMetaMethod::invoke ().
[static]
bool
QMetaObject::
invokeMethod
(
QObject
*
obj
, const
char
*
member
,
QGenericReturnArgument
ret
,
QGenericArgument
val0
= QGenericArgument(0),
QGenericArgument
val1
= QGenericArgument(),
QGenericArgument
val2
= QGenericArgument(),
QGenericArgument
val3
= QGenericArgument(),
QGenericArgument
val4
= QGenericArgument(),
QGenericArgument
val5
= QGenericArgument(),
QGenericArgument
val6
= QGenericArgument(),
QGenericArgument
val7
= QGenericArgument(),
QGenericArgument
val8
= QGenericArgument(),
QGenericArgument
val9
= QGenericArgument())
此函数重载 invokeMethod()。
此重载总是援引成员使用连接类型 Qt::AutoConnection .
注意: 此函数是 thread-safe .
[static]
bool
QMetaObject::
invokeMethod
(
QObject
*
obj
, const
char
*
member
,
Qt::ConnectionType
type
,
QGenericArgument
val0
= QGenericArgument(0),
QGenericArgument
val1
= QGenericArgument(),
QGenericArgument
val2
= QGenericArgument(),
QGenericArgument
val3
= QGenericArgument(),
QGenericArgument
val4
= QGenericArgument(),
QGenericArgument
val5
= QGenericArgument(),
QGenericArgument
val6
= QGenericArgument(),
QGenericArgument
val7
= QGenericArgument(),
QGenericArgument
val8
= QGenericArgument(),
QGenericArgument
val9
= QGenericArgument())
此函数重载 invokeMethod()。
此重载可以被使用,若对成员的返回值不感兴趣。
注意: 此函数是 thread-safe .
[static]
bool
QMetaObject::
invokeMethod
(
QObject
*
obj
, const
char
*
member
,
QGenericArgument
val0
= QGenericArgument(0),
QGenericArgument
val1
= QGenericArgument(),
QGenericArgument
val2
= QGenericArgument(),
QGenericArgument
val3
= QGenericArgument(),
QGenericArgument
val4
= QGenericArgument(),
QGenericArgument
val5
= QGenericArgument(),
QGenericArgument
val6
= QGenericArgument(),
QGenericArgument
val7
= QGenericArgument(),
QGenericArgument
val8
= QGenericArgument(),
QGenericArgument
val9
= QGenericArgument())
此函数重载 invokeMethod()。
此重载援引成员使用连接类型 Qt::AutoConnection 并忽略返回值。
注意: 此函数是 thread-safe .
[static, since 5.10]
template <typename Functor, typename FunctorReturnType>
bool
QMetaObject::
invokeMethod
(
QObject
*
context
,
Functor
function
,
Qt::ConnectionType
type
= Qt::AutoConnection,
FunctorReturnType
*
ret
= nullptr)
这是重载函数。
援引
function
在事件循环的
context
.
function
可以是函子 (或指向成员函数的指针)。返回
true
若函数可以被援引。返回
false
if there is no such function or the parameters did not match. The return value of the function call is placed in
ret
.
注意: 此函数是 thread-safe .
该函数在 Qt 5.10 引入。
[static, since 5.10]
template <typename Functor, typename FunctorReturnType>
bool
QMetaObject::
invokeMethod
(
QObject
*
context
,
Functor
function
,
FunctorReturnType
*
ret
)
这是重载函数。
援引
function
在事件循环的
context
使用连接类型
Qt::AutoConnection
.
function
可以是函子 (或指向成员函数的指针)。返回
true
若函数可以被援引。返回
false
若没有这种成员 (或参数不匹配)。函数调用的返回值是放在
ret
.
注意: 此函数是 thread-safe .
该函数在 Qt 5.10 引入。
[since 6.2]
QMetaType
QMetaObject::
metaType
() const
Returns the metatype corresponding to this metaobject. If the metaobject originates from a namespace, an invalid metatype is returned.
该函数在 Qt 6.2 引入。
返回用于方法的元数据按给定 index .
另请参阅 methodCount (), methodOffset (),和 indexOfMethod ().
Returns the number of methods in this class, including the number of methods provided by each base class. These include signals and slots as well as normal member functions.
使用像以下代码获得的 QStringList 包含给定类特定方法:
const QMetaObject* metaObject = obj->metaObject(); QStringList methods; for(int i = metaObject->methodOffset(); i < metaObject->methodCount(); ++i) methods << QString::fromLatin1(metaObject->method(i).methodSignature());
另请参阅 方法 (), methodOffset (),和 indexOfMethod ().
Returns the method offset for this class; i.e. the index position of this class's first member function.
The offset is the sum of all the methods in the class's superclasses (which is always positive since QObject has the deleteLater() slot and a destroyed() signal).
另请参阅 方法 (), methodCount (),和 indexOfMethod ().
Constructs a new instance of this class. You can pass up to ten arguments (
val0
,
val1
,
val2
,
val3
,
val4
,
val5
,
val6
,
val7
,
val8
,和
val9
) to the constructor. Returns the new object, or
nullptr
if no suitable constructor is available.
Note that only constructors that are declared with the Q_INVOKABLE modifier are made available through the meta-object system.
另请参阅 Q_ARG () 和 constructor ().
[static]
QByteArray
QMetaObject::
normalizedSignature
(const
char
*
method
)
规范化签名为给定 method .
Qt 使用规范化签名决定 2 给定信号/槽是否兼容。规范化将空白减少到最小,将 const 移到适当位置前,从值类型移除 const,并采用值替换 const 引用。
另请参阅 checkConnectArgs () 和 normalizedType ().
[static]
QByteArray
QMetaObject::
normalizedType
(const
char
*
type
)
规范化 type .
见 QMetaObject::normalizedSignature () 了解 Qt 如何规范化的描述。
范例:
QByteArray normType = QMetaObject::normalizedType(" int const *"); // normType is now "const int*"
另请参阅 normalizedSignature ().
返回元数据若特性具有给定 index 。若没有这种特性存在,null QMetaProperty 被返回。
另请参阅 propertyCount (), propertyOffset (),和 indexOfProperty ().
返回此类的特性数,包括每个基类提供的特性数。
使用像以下代码获得的 QStringList 包含特定于给定类的特性:
const QMetaObject* metaObject = obj->metaObject(); QStringList properties; for(int i = metaObject->propertyOffset(); i < metaObject->propertyCount(); ++i) properties << QString::fromLatin1(metaObject->property(i).name());
另请参阅 property (), propertyOffset (),和 indexOfProperty ().
Returns the property offset for this class; i.e. the index position of this class's first property.
The offset is the sum of all the properties in the class's superclasses (which is always positive since QObject 拥有 name() 特性)。
另请参阅 property (), propertyCount (),和 indexOfProperty ().
返回超类的元对象,或
nullptr
若没有这种对象。
另请参阅 className ().
返回特性拥有
USER
标志被设为 true。
另请参阅 QMetaProperty::isUser ().
此宏接受 Type 和 value of that type and returns a QGenericArgument 对象,其可以被传递给 QMetaObject::invokeMethod ().
另请参阅 Q_RETURN_ARG ().
此宏接受 Type and a non-const reference to a value of that type and returns a QGenericReturnArgument 对象,其可以被传递给 QMetaObject::invokeMethod ().
另请参阅 Q_ARG ().