public class QMetaProperty: QtSupport, System.IDisposable
System.Object
QtSupport
QMetaPropertyThis type implements System.IDisposable.
Qt Namespace
QMetaProperty Constructors
QMetaProperty Methods
QMetaProperty.Clear Method
QMetaProperty.Designable Method
QMetaProperty.EnumKeys Method
QMetaProperty.Finalize Method
QMetaProperty.Id Method
QMetaProperty.IsEnumType Method
QMetaProperty.IsSetType Method
QMetaProperty.IsValid Method
QMetaProperty.KeyToValue Method
QMetaProperty.KeysToValue Method
QMetaProperty.Name Method
QMetaProperty.Reset Method
QMetaProperty.Scriptable Method
QMetaProperty.StdSet Method
QMetaProperty.Stored Method
QMetaProperty.TestFlags Method
QMetaProperty.Type Method
QMetaProperty.ValueToKey Method
QMetaProperty.ValueToKeys Method
QMetaProperty.Writable Method
public void QMetaProperty(void * ptr);
Qt.QMetaProperty Class, Qt Namespace
public void Clear();
Qt.QMetaProperty Class, Qt Namespace
public bool Designable(Qt.QObject arg1);
Qt.QMetaProperty Class, Qt Namespace
public Qt.QStrList EnumKeys();
Qt.QMetaProperty Class, Qt Namespace
protected override void Finalize();
Qt.QMetaProperty Class, Qt Namespace
public int Id();
Qt.QMetaProperty Class, Qt Namespace
public bool IsEnumType();
Qt.QMetaProperty Class, Qt Namespace
public bool IsSetType();
Qt.QMetaProperty Class, Qt Namespace
public bool IsValid();
Qt.QMetaProperty Class, Qt Namespace
public int KeyToValue(System.String key);
Qt.QMetaProperty Class, Qt Namespace
public int KeysToValue(Qt.QStrList keys);
Qt.QMetaProperty Class, Qt Namespace
public System.String Name();
Qt.QMetaProperty Class, Qt Namespace
public bool Reset(Qt.QObject arg1);
Qt.QMetaProperty Class, Qt Namespace
public bool Scriptable(Qt.QObject arg1);
Qt.QMetaProperty Class, Qt Namespace
public bool StdSet();
Qt.QMetaProperty Class, Qt Namespace
public bool Stored(Qt.QObject arg1);
Qt.QMetaProperty Class, Qt Namespace
public bool TestFlags(uint f);
Qt.QMetaProperty Class, Qt Namespace
public System.String Type();
Qt.QMetaProperty Class, Qt Namespace
public System.String ValueToKey(int value);
Qt.QMetaProperty Class, Qt Namespace
public Qt.QStrList ValueToKeys(int value);
Qt.QMetaProperty Class, Qt Namespace
public bool Writable();
Qt.QMetaProperty Class, Qt Namespace