Qt Jambi Home

com.trolltech.qt
Annotation Type QtPropertyResetter


@Retention(value=RUNTIME)
public @interface QtPropertyResetter

QtPropertyResetter annotates a method as being a resetter for a property.


Optional Element Summary
 boolean enabled
          Returns true if the property is enabled; otherwise, false.
 java.lang.String name
          Returns the name of the property.
 

enabled

public abstract boolean enabled
Returns true if the property is enabled; otherwise, false.

Default:
false

name

public abstract java.lang.String name
Returns the name of the property.

Default:
""

Qt Jambi Home