- 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 void
enableDebugging
(boolean printWarning) SeeQQmlDebuggingEnabler::
enableDebugging(bool) 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) -
debuggerServices
See
QQmlDebuggingEnabler::
debuggerServices() -
enableDebugging
public static void enableDebugging(boolean printWarning) See
QQmlDebuggingEnabler::
enableDebugging(bool) -
inspectorServices
See
QQmlDebuggingEnabler::
inspectorServices() -
nativeDebuggerServices
See
QQmlDebuggingEnabler::
nativeDebuggerServices() -
profilerServices
See
QQmlDebuggingEnabler::
profilerServices() -
setServices
See
QQmlDebuggingEnabler::
setServices(QStringList) -
startDebugConnector
public static boolean startDebugConnector(String pluginName, Map<String, ? extends Object> configuration) See
QQmlDebuggingEnabler::
startDebugConnector(QString, QVariantHash) -
startTcpDebugServer
public static boolean startTcpDebugServer(int port, QQmlDebuggingEnabler.StartMode mode, String hostName) See
QQmlDebuggingEnabler::
startTcpDebugServer(int, QQmlDebuggingEnabler::StartMode, QString) -
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
-