org.kde.qt
Class QMetaProperty
java.lang.Object
org.kde.qt.QMetaProperty
- All Implemented Interfaces:
- QtSupport
public class QMetaProperty
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invalid
public static final int Invalid
- See Also:
- Constant Field Values
Readable
public static final int Readable
- See Also:
- Constant Field Values
Writable
public static final int Writable
- See Also:
- Constant Field Values
EnumOrSet
public static final int EnumOrSet
- See Also:
- Constant Field Values
UnresolvedEnum
public static final int UnresolvedEnum
- See Also:
- Constant Field Values
StdSet
public static final int StdSet
- See Also:
- Constant Field Values
Override
public static final int Override
- See Also:
- Constant Field Values
QMetaProperty
protected QMetaProperty(java.lang.Class dummy)
QMetaProperty
public QMetaProperty()
type
public java.lang.String type()
name
public java.lang.String name()
writable
public boolean writable()
isValid
public boolean isValid()
isSetType
public boolean isSetType()
isEnumType
public boolean isEnumType()
enumKeys
public java.util.ArrayList enumKeys()
keyToValue
public int keyToValue(java.lang.String key)
valueToKey
public java.lang.String valueToKey(int value)
keysToValue
public int keysToValue(java.lang.String[] keys)
valueToKeys
public java.util.ArrayList valueToKeys(int value)
designable
public boolean designable(QObject arg1)
designable
public boolean designable()
scriptable
public boolean scriptable(QObject arg1)
scriptable
public boolean scriptable()
stored
public boolean stored(QObject arg1)
stored
public boolean stored()
reset
public boolean reset(QObject arg1)
testFlags
public boolean testFlags(int f)
stdSet
public boolean stdSet()
id
public int id()
clear
public void clear()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?