![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| BreakPoint () | |
| bool | isValid () const |
| BreakPoint () | |
| bool | isValid () const |
Public Attributes | |
| int | id |
| int | lineNumber |
| QString | fileName |
| bool | enabled |
| QString | condition |
| int | ignoreCount |
| int | hitCount |
Definition at line 36 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 39 of file qqmlnativedebugservice.cpp.
References enabled, hitCount, id, ignoreCount, and lineNumber.
|
inline |
Definition at line 39 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 40 of file qqmlnativedebugservice.cpp.
|
inline |
Definition at line 40 of file qqmlnativedebugservice.cpp.
| QString BreakPoint::condition |
Definition at line 46 of file qqmlnativedebugservice.cpp.
| bool BreakPoint::enabled |
Definition at line 45 of file qqmlnativedebugservice.cpp.
Referenced by BreakPoint(), BreakPointHandler::handleSetBreakpoint(), and operator==().
| QString BreakPoint::fileName |
Definition at line 44 of file qqmlnativedebugservice.cpp.
| int BreakPoint::hitCount |
Definition at line 49 of file qqmlnativedebugservice.cpp.
Referenced by BreakPoint().
| int BreakPoint::id |
Definition at line 42 of file qqmlnativedebugservice.cpp.
Referenced by BreakPoint(), and BreakPointHandler::handleSetBreakpoint().
| int BreakPoint::ignoreCount |
Definition at line 47 of file qqmlnativedebugservice.cpp.
Referenced by BreakPoint(), BreakPointHandler::handleSetBreakpoint(), and operator==().
| int BreakPoint::lineNumber |
Definition at line 43 of file qqmlnativedebugservice.cpp.
Referenced by BreakPoint(), BreakPointHandler::handleSetBreakpoint(), and operator==().