BPItem Class Reference
Describes a single breakpoint in the system. More...
#include <debugger.h>
Collaboration diagram for BPItem:

Public Member Functions | |
BPItem () | |
default ctor - required from QValueList | |
BPItem (const QString &fileName, const uint lineNum) | |
uint | lineNum () const |
QString | fileName () const |
bool | operator== (const BPItem &rhs) const |
Private Attributes | |
QString | m_fileName |
uint | m_lineNum |
Detailed Description
Describes a single breakpoint in the system.This is used so that we can track the breakpoints and move them appropriately as the user adds or removes lines of code before breakpoints.
Definition at line 25 of file debugger.h.
Constructor & Destructor Documentation
|
default ctor - required from QValueList
Definition at line 31 of file debugger.h. |
|
Definition at line 34 of file debugger.h. |
Member Function Documentation
|
Definition at line 40 of file debugger.h. |
|
Definition at line 39 of file debugger.h. |
|
Definition at line 42 of file debugger.h. References m_fileName, and m_lineNum. |
Member Data Documentation
|
Definition at line 49 of file debugger.h. Referenced by operator==(). |
|
Definition at line 50 of file debugger.h. Referenced by operator==(). |
The documentation for this class was generated from the following file:
- src/debugger.h