![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
BreakPoint () | |
bool | isValid () const |
Public Attributes | |
int | id |
int | lineNumber |
QString | fileName |
bool | enabled |
QString | condition |
int | ignoreCount |
int | hitCount |
Definition at line 34 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 37 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 38 of file qqmlnativedebugservice.cpp.
References fileName, QString::isEmpty(), and lineNumber.
QString BreakPoint::condition |
Definition at line 44 of file qqmlnativedebugservice.cpp.
Referenced by BreakPointHandler::handleSetBreakpoint().
bool BreakPoint::enabled |
Definition at line 43 of file qqmlnativedebugservice.cpp.
Referenced by BreakPointHandler::handleSetBreakpoint().
QString BreakPoint::fileName |
Definition at line 42 of file qqmlnativedebugservice.cpp.
Referenced by BreakPointHandler::handleSetBreakpoint(), and isValid().
int BreakPoint::hitCount |
Definition at line 47 of file qqmlnativedebugservice.cpp.
int BreakPoint::id |
Definition at line 40 of file qqmlnativedebugservice.cpp.
Referenced by BreakPointHandler::handleSetBreakpoint().
int BreakPoint::ignoreCount |
Definition at line 45 of file qqmlnativedebugservice.cpp.
Referenced by BreakPointHandler::handleSetBreakpoint().
int BreakPoint::lineNumber |
Definition at line 41 of file qqmlnativedebugservice.cpp.
Referenced by BreakPointHandler::handleSetBreakpoint(), and isValid().