Module qtjambi
Package io.qt

Annotation Type QtReferenceType


@Documented @Retention(RUNTIME) @Target(TYPE_USE) public @interface QtReferenceType
This annotation marks a slot parameter to be reference type.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Specifies if reference is constant
  • Element Details

    • isConst

      boolean isConst
      Specifies if reference is constant
      Returns:
      const &
      Default:
      false