Uses of Enum
io.qt.qml.QQmlDebuggingEnabler.StartMode
Packages that use QQmlDebuggingEnabler.StartMode
-
Uses of QQmlDebuggingEnabler.StartMode in io.qt.qml
Methods in io.qt.qml that return QQmlDebuggingEnabler.StartModeModifier and TypeMethodDescriptionQQmlDebuggingEnabler.StartMode.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QQmlDebuggingEnabler.StartMode[]
QQmlDebuggingEnabler.StartMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qml with parameters of type QQmlDebuggingEnabler.StartModeModifier and TypeMethodDescriptionstatic boolean
QQmlDebuggingEnabler.connectToLocalDebugger
(String socketFileName, QQmlDebuggingEnabler.StartMode mode) static boolean
QQmlDebuggingEnabler.startTcpDebugServer
(int port, QQmlDebuggingEnabler.StartMode mode) Overloaded function forQQmlDebuggingEnabler.startTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)
withhostName = (String)null
.static boolean
QQmlDebuggingEnabler.startTcpDebugServer
(int port, QQmlDebuggingEnabler.StartMode mode, String hostName)