Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
BreakPoint Class Reference
+ Collaboration diagram for BreakPoint:

Public Member Functions

 BreakPoint ()
 
bool isValid () const
 

Public Attributes

int id
 
int lineNumber
 
QString fileName
 
bool enabled
 
QString condition
 
int ignoreCount
 
int hitCount
 

Detailed Description

Definition at line 34 of file qqmlnativedebugservice.cpp.

Constructor & Destructor Documentation

◆ BreakPoint()

BreakPoint::BreakPoint ( )
inline

Definition at line 37 of file qqmlnativedebugservice.cpp.

Member Function Documentation

◆ isValid()

bool BreakPoint::isValid ( ) const
inline

Definition at line 38 of file qqmlnativedebugservice.cpp.

References fileName, QString::isEmpty(), and lineNumber.

+ Here is the call graph for this function:

Member Data Documentation

◆ condition

QString BreakPoint::condition

Definition at line 44 of file qqmlnativedebugservice.cpp.

◆ enabled

bool BreakPoint::enabled

Definition at line 43 of file qqmlnativedebugservice.cpp.

◆ fileName

QString BreakPoint::fileName

Definition at line 42 of file qqmlnativedebugservice.cpp.

Referenced by isValid().

◆ hitCount

int BreakPoint::hitCount

Definition at line 47 of file qqmlnativedebugservice.cpp.

◆ id

int BreakPoint::id

Definition at line 40 of file qqmlnativedebugservice.cpp.

Referenced by BreakPointHandler::handleSetBreakpoint().

◆ ignoreCount

int BreakPoint::ignoreCount

Definition at line 45 of file qqmlnativedebugservice.cpp.

◆ lineNumber

int BreakPoint::lineNumber

Definition at line 41 of file qqmlnativedebugservice.cpp.

Referenced by isValid().


The documentation for this class was generated from the following file: