java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlDebuggingEnabler
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QQmlDebuggingEnabler
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QQmlDebuggingEnabler::StartModeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
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) static QStringList
static void
enableDebugging
(boolean printWarning) static QStringList
static QStringList
static QStringList
static void
setServices
(Collection<String> services) 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) 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) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QQmlDebuggingEnabler
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
connectToLocalDebugger
Overloaded function for
connectToLocalDebugger(java.lang.String, io.qt.qml.QQmlDebuggingEnabler.StartMode)
withmode = io.qt.qml.QQmlDebuggingEnabler.StartMode.DoNotWaitForClient
. -
connectToLocalDebugger
public static boolean connectToLocalDebugger(String socketFileName, QQmlDebuggingEnabler.StartMode mode) -
debuggerServices
-
enableDebugging
public static void enableDebugging(boolean printWarning) -
inspectorServices
-
nativeDebuggerServices
-
profilerServices
-
setServices
-
startDebugConnector
Overloaded function for
startDebugConnector(java.lang.String, java.util.Map)
withconfiguration = java.util.Collections.emptyMap()
. -
startDebugConnector
-
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
-
startTcpDebugServer
public static boolean startTcpDebugServer(int port, QQmlDebuggingEnabler.StartMode mode, String hostName)
-