Qt.QMetaProperty Class

public class QMetaProperty: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QMetaProperty

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMetaProperty Constructors

QMetaProperty Constructor

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


QMetaProperty Constructor

public void QMetaProperty(void * ptr);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Clear Method

public void Clear();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Designable Method

public bool Designable(Qt.QObject arg1);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.EnumKeys Method

public Qt.QStrList EnumKeys();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Finalize Method

protected override void Finalize();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Id Method

public int Id();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.IsEnumType Method

public bool IsEnumType();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.IsSetType Method

public bool IsSetType();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.IsValid Method

public bool IsValid();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.KeyToValue Method

public int KeyToValue(System.String key);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.KeysToValue Method

public int KeysToValue(Qt.QStrList keys);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Name Method

public System.String Name();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Reset Method

public bool Reset(Qt.QObject arg1);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Scriptable Method

public bool Scriptable(Qt.QObject arg1);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.StdSet Method

public bool StdSet();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Stored Method

public bool Stored(Qt.QObject arg1);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.TestFlags Method

public bool TestFlags(uint f);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Type Method

public System.String Type();

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.ValueToKey Method

public System.String ValueToKey(int value);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.ValueToKeys Method

public Qt.QStrList ValueToKeys(int value);

See Also

Qt.QMetaProperty Class, Qt Namespace

QMetaProperty.Writable Method

public bool Writable();

See Also

Qt.QMetaProperty Class, Qt Namespace