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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QQmlDebuggingEnabler::StartModeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanconnectToLocalDebugger(String socketFileName) Overloaded function forconnectToLocalDebugger(java.lang.String, io.qt.qml.QQmlDebuggingEnabler.StartMode)withmode = io.qt.qml.QQmlDebuggingEnabler.StartMode.DoNotWaitForClient.static booleanconnectToLocalDebugger(String socketFileName, QQmlDebuggingEnabler.StartMode mode) static QStringListstatic QStringListstatic QStringListstatic QStringListstatic voidsetServices(Collection<String> services) static booleanstartDebugConnector(String pluginName) Overloaded function forstartDebugConnector(java.lang.String, java.util.Map)withconfiguration = java.util.Collections.emptyMap().static booleanstartDebugConnector(String pluginName, Map<String, Object> configuration) static booleanstartTcpDebugServer(int port) Overloaded function forstartTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)static booleanstartTcpDebugServer(int port, QQmlDebuggingEnabler.StartMode mode) Overloaded function forstartTcpDebugServer(int, io.qt.qml.QQmlDebuggingEnabler.StartMode, java.lang.String)withhostName = "".static booleanstartTcpDebugServer(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
-
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 = "". -
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.DoNotWaitForClienthostName = ""
-
startTcpDebugServer
public static boolean startTcpDebugServer(int port, QQmlDebuggingEnabler.StartMode mode, String hostName)
-