Uses of Class
io.qt.qml.QQmlDebuggingEnabler.StartMode
Package | Description |
---|---|
io.qt.qml |
-
Uses of QQmlDebuggingEnabler.StartMode in io.qt.qml
Methods in io.qt.qml that return QQmlDebuggingEnabler.StartMode Modifier and Type Method Description static QQmlDebuggingEnabler.StartMode
QQmlDebuggingEnabler.StartMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QQmlDebuggingEnabler.StartMode
QQmlDebuggingEnabler.StartMode. valueOf(String name)
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.StartMode Modifier and Type Method Description static 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 = ""
.static boolean
QQmlDebuggingEnabler. startTcpDebugServer(int port, QQmlDebuggingEnabler.StartMode mode, String hostName)