org.kde.qt
public class QMetaProperty extends Object implements QtSupport
Field Summary | |
---|---|
static int | EnumOrSet |
static int | Invalid |
static int | Override |
static int | Readable |
static int | StdSet |
static int | UnresolvedEnum |
static int | Writable |
Constructor Summary | |
---|---|
protected | QMetaProperty(Class dummy) |
QMetaProperty() |
Method Summary | |
---|---|
void | clear() |
boolean | designable(QObject arg1) |
boolean | designable() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
ArrayList | enumKeys() |
protected void | finalize() Deletes the wrapped C++ instance |
int | id() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEnumType() |
boolean | isSetType() |
boolean | isValid() |
int | keysToValue(String[] keys) |
int | keyToValue(String key) |
String | name() |
boolean | reset(QObject arg1) |
boolean | scriptable(QObject arg1) |
boolean | scriptable() |
boolean | stdSet() |
boolean | stored(QObject arg1) |
boolean | stored() |
boolean | testFlags(int f) |
String | type() |
String | valueToKey(int value) |
ArrayList | valueToKeys(int value) |
boolean | writable() |