Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtCore.QMetaClassInfo Class Reference

The QMetaClassInfo class provides additional information about a class. More...

Inheritance diagram for QtCore.QMetaClassInfo:
Collaboration diagram for QtCore.QMetaClassInfo:

Public Member Functions

 QMetaClassInfo ()
 
 QMetaClassInfo (QMetaClassInfo copy)
 
virtual void CreateProxy ()
 
new QMetaObject EnclosingMetaObject ()
 
new string Name ()
 
 
new string Value ()
 
 
new void Dispose ()
 

Protected Member Functions

 QMetaClassInfo (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

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.

Constructor & Destructor Documentation

QtCore.QMetaClassInfo.QMetaClassInfo ( System.Type  dummy)
protected
QtCore.QMetaClassInfo.QMetaClassInfo ( )
QtCore.QMetaClassInfo.QMetaClassInfo ( QMetaClassInfo  copy)

Member Function Documentation

virtual void QtCore.QMetaClassInfo.CreateProxy ( )
virtual
new void QtCore.QMetaClassInfo.Dispose ( )
new QMetaObject QtCore.QMetaClassInfo.EnclosingMetaObject ( )
new string QtCore.QMetaClassInfo.Name ( )

Returns the name of this item.

See also value().

new string QtCore.QMetaClassInfo.Value ( )

Returns the value of this item.

See also name().

Member Data Documentation

SmokeInvocation QtCore.QMetaClassInfo.interceptor
protected

Property Documentation

virtual System.IntPtr QtCore.QMetaClassInfo.SmokeObject
getset