This annotation is used to mark a method as a getter
for a Qt property. The annotation gives the name of
the property, and whether it is enabled for reading.
Optional Element Summary
Optional Elements
boolean
Returns true if the property is enabled; otherwise, returns false.
Returns the name of the property.
Element Details
enabled
boolean enabled
Returns true if the property is enabled; otherwise, returns false.
Default:
true
name
Returns the name of the property.
Default:
""
QtJambi 6.7.1 API Documentation The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.