JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
QtJambi 6.9.1
qtjambi
io.qt
QtReferenceType
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
isConst
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
isConst
Specifies if reference is constant
Element Details
isConst
boolean
isConst
Specifies if reference is constant
Returns:
const &
Default:
false