Uses of Enum
io.qt.remoteobjects.QtRemoteObjects.InitialAction
Packages that use QtRemoteObjects.InitialAction
-
Uses of QtRemoteObjects.InitialAction in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return QtRemoteObjects.InitialActionModifier and TypeMethodDescriptionQtRemoteObjects.InitialAction.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QtRemoteObjects.InitialAction[]
QtRemoteObjects.InitialAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.remoteobjects with parameters of type QtRemoteObjects.InitialActionModifier and TypeMethodDescriptionQRemoteObjectNode.acquireModel
(String name, QtRemoteObjects.InitialAction action) Overloaded function forQRemoteObjectNode.acquireModel(java.lang.String, io.qt.remoteobjects.QtRemoteObjects.InitialAction, java.util.Collection)
withrolesHint = new java.util.ArrayList<>()
.QRemoteObjectNode.acquireModel
(String name, QtRemoteObjects.InitialAction action, Collection<@QtPrimitiveType Integer> rolesHint) QRemoteObjectNode.acquireModel
(String name, QtRemoteObjects.InitialAction action, int... rolesHint)