Qt Jambi Home

com.trolltech.qt
Annotation Type QtPropertyWriter


@Retention(value=RUNTIME)
public @interface QtPropertyWriter

QtPropertyWriter annotates a method as being a setter for a property. The annotation specifies the name of the property and whether the property is enabled for writing.


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

enabled

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

Default:
true

name

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

Default:
""

Qt Jambi Home