org.kde.qt
Class QMetaProperty

java.lang.Object
  extended by org.kde.qt.QMetaProperty
All Implemented Interfaces:
QtSupport

public class QMetaProperty
extends java.lang.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
  QMetaProperty()
           
protected QMetaProperty(java.lang.Class dummy)
           
 
Method Summary
 void clear()
           
 boolean designable()
           
 boolean designable(QObject arg1)
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
 java.util.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(java.lang.String[] keys)
           
 int keyToValue(java.lang.String key)
           
 java.lang.String name()
           
 boolean reset(QObject arg1)
           
 boolean scriptable()
           
 boolean scriptable(QObject arg1)
           
 boolean stdSet()
           
 boolean stored()
           
 boolean stored(QObject arg1)
           
 boolean testFlags(int f)
           
 java.lang.String type()
           
 java.lang.String valueToKey(int value)
           
 java.util.ArrayList valueToKeys(int value)
           
 boolean writable()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

QMetaProperty

protected QMetaProperty(java.lang.Class dummy)

QMetaProperty

public QMetaProperty()
Method Detail

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?