Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
BreakPoint Class Reference
Collaboration diagram for BreakPoint:

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

Detailed Description

Definition at line 35 of file qqmlnativedebugservice.cpp.

Constructor & Destructor Documentation

◆ BreakPoint() [1/2]

BreakPoint::BreakPoint ( )
inline

Definition at line 38 of file qqmlnativedebugservice.cpp.

References enabled, hitCount, id, ignoreCount, and lineNumber.

◆ BreakPoint() [2/2]

BreakPoint::BreakPoint ( )
inline

Definition at line 38 of file qqmlnativedebugservice.cpp.

Member Function Documentation

◆ isValid() [1/2]

bool BreakPoint::isValid ( ) const
inline

Definition at line 39 of file qqmlnativedebugservice.cpp.

◆ isValid() [2/2]

bool BreakPoint::isValid ( ) const
inline

Definition at line 39 of file qqmlnativedebugservice.cpp.

Member Data Documentation

◆ condition

QString BreakPoint::condition

Definition at line 45 of file qqmlnativedebugservice.cpp.

◆ enabled

bool BreakPoint::enabled

◆ fileName

QString BreakPoint::fileName

Definition at line 43 of file qqmlnativedebugservice.cpp.

◆ hitCount

int BreakPoint::hitCount

Definition at line 48 of file qqmlnativedebugservice.cpp.

Referenced by BreakPoint().

◆ id

int BreakPoint::id

◆ ignoreCount

int BreakPoint::ignoreCount

◆ lineNumber

int BreakPoint::lineNumber

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