Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|
The QMetaClassInfo class provides additional information about a class. More...
Public Member Functions | |
QMetaClassInfo () | |
QMetaClassInfo (QMetaClassInfo copy) | |
virtual void | CreateProxy () |
new void | Dispose () |
Protected Member Functions | |
QMetaClassInfo (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
QMetaObject | EnclosingMetaObject [get] |
string | Name [get] |
| |
string | Value [get] |
| |
virtual System.IntPtr | SmokeObject [get, set] |
The QMetaClassInfo class provides additional information about a class.
Class information items are simple name–value pairs that are specified using Q_CLASSINFO() in the source code. The information can be retrieved using name() and value(). 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 also QMetaObject.
|
protected |
QtCore.QMetaClassInfo.QMetaClassInfo | ( | ) |
QtCore.QMetaClassInfo.QMetaClassInfo | ( | QMetaClassInfo | copy | ) |
|
virtual |
new void QtCore.QMetaClassInfo.Dispose | ( | ) |
|
protected |
|
get |
|
get |
Returns the name of this item.
See also value().
|
getset |
|
get |
Returns the value of this item.
See also name().