Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QMetaClassInfo Class

TheQMetaClassInfo class provides additional information about a class.More...

Header:#include <QMetaClassInfo>

Public Functions

const char *name() const
const char *value() const

Detailed Description

TheQMetaClassInfo class provides additional information about a class.

Class information items are simplename--value pairs that are specified usingQ_CLASSINFO() in the source code. The information can be retrieved usingname() andvalue(). For example:

class MyClass{    Q_OBJECT    Q_CLASSINFO("author","Sabrina Schweinsteiger")    Q_CLASSINFO("url","http://doc.moosesoft.co.uk/1.0/")public:...};

This mechanism is free for you to use in your Qt applications. Qt doesn't use it for any of its classes.

See alsoQMetaObject.

Member Function Documentation

constchar * QMetaClassInfo::name() const

Returns the name of this item.

See alsovalue().

constchar * QMetaClassInfo::value() const

Returns the value of this item.

See alsoname().

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.


[8]ページ先頭

©2009-2025 Movatter.jp