@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface QtInvokable
QtInvokable specifies whether a method or constructor
can be accessed by QMetaMethod. The default is true.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
value
The value should be true or false depending on whether the method or constructor is scriptable.
-
Element Details
-
value
boolean valueThe value should be true or false depending on whether the method or constructor is scriptable.- Default:
- true
-