- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QQmlDebuggingEnabler
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQQmlDebuggingEnabler::StartMode
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
connectToLocalDebugger
(String socketFileName) Overloaded function forconnectToLocalDebugger(java.lang.String, io.qt.qml.QQmlDebuggingEnabler.StartMode)
withmode = io.qt.qml.QQmlDebuggingEnabler.StartMode.DoNotWaitForClient
.static boolean
connectToLocalDebugger
(String socketFileName, QQmlDebuggingEnabler.StartMode mode) SeeQQmlDebuggingEnabler::
connectToLocalDebugger(QString, QQmlDebuggingEnabler::StartMode) static QStringList
SeeQQmlDebuggingEnabler::
debuggerServices() static QStringList
SeeQQmlDebuggingEnabler::
inspectorServices() static QStringList
SeeQQmlDebuggingEnabler::
nativeDebuggerServices() static QStringList
SeeQQmlDebuggingEnabler::
profilerServices() static void
setServices
(Collection<String> services) SeeQQmlDebuggingEnabler::
setServices(QStringList) static boolean
startDebugConnector
(String pluginName) Overloaded function forstartDebugConnector(java.lang.String, java.util.Map)
withconfiguration = java.util.Collections.emptyMap()
.static boolean
startDebugConnector
(String pluginName, Map<String, ? extends Object> configuration) SeeQQmlDebuggingEnabler::
startDebugConnector(QString, QVariantHash) static boolean
startTcpDebugServer
(int port) Overloaded function forstartTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)
static boolean
startTcpDebugServer
(int port, QQmlDebuggingEnabler.StartMode mode) Overloaded function forstartTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)
withhostName = (String)null
.static boolean
startTcpDebugServer
(int port, QQmlDebuggingEnabler.StartMode mode, String hostName) SeeQQmlDebuggingEnabler::
startTcpDebugServer(int, QQmlDebuggingEnabler::StartMode, QString) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
connectToLocalDebugger
public static boolean connectToLocalDebugger(String socketFileName, QQmlDebuggingEnabler.StartMode mode) See
QQmlDebuggingEnabler::
connectToLocalDebugger(QString, QQmlDebuggingEnabler::StartMode) - Parameters:
socketFileName
-mode
-- Returns:
-
debuggerServices
See
QQmlDebuggingEnabler::
debuggerServices() - Returns:
-
inspectorServices
See
QQmlDebuggingEnabler::
inspectorServices() - Returns:
-
nativeDebuggerServices
See
QQmlDebuggingEnabler::
nativeDebuggerServices() - Returns:
-
profilerServices
See
QQmlDebuggingEnabler::
profilerServices() - Returns:
-
setServices
See
QQmlDebuggingEnabler::
setServices(QStringList) - Parameters:
services
-
-
startDebugConnector
public static boolean startDebugConnector(String pluginName, Map<String, ? extends Object> configuration) See
QQmlDebuggingEnabler::
startDebugConnector(QString, QVariantHash) - Parameters:
pluginName
-configuration
-- Returns:
-
startTcpDebugServer
public static boolean startTcpDebugServer(int port, QQmlDebuggingEnabler.StartMode mode, String hostName) See
QQmlDebuggingEnabler::
startTcpDebugServer(int, QQmlDebuggingEnabler::StartMode, QString) - Parameters:
port
-mode
-hostName
-- Returns:
-
connectToLocalDebugger
Overloaded function for
connectToLocalDebugger(java.lang.String, io.qt.qml.QQmlDebuggingEnabler.StartMode)
withmode = io.qt.qml.QQmlDebuggingEnabler.StartMode.DoNotWaitForClient
. -
startDebugConnector
Overloaded function for
startDebugConnector(java.lang.String, java.util.Map)
withconfiguration = java.util.Collections.emptyMap()
. -
startTcpDebugServer
Overloaded function for
startTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)
withhostName = (String)null
. -
startTcpDebugServer
public static boolean startTcpDebugServer(int port) Overloaded function for
startTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)
with:
mode = io.qt.qml.QQmlDebuggingEnabler.StartMode.DoNotWaitForClient
hostName = (String)null
-