GDBDebugger::BreakpointTableRow Class Reference
Inheritance diagram for GDBDebugger::BreakpointTableRow:

Public Member Functions | |
BreakpointTableRow (QTable *table, EditType editType, Breakpoint *bp) | |
~BreakpointTableRow () | |
bool | match (Breakpoint *bp) const |
void | reset () |
void | setRow () |
Breakpoint * | breakpoint () |
Private Member Functions | |
void | appendEmptyRow () |
Private Attributes | |
Breakpoint * | m_breakpoint |
Constructor & Destructor Documentation
|
Definition at line 91 of file gdbbreakpointwidget.cpp. References appendEmptyRow(), and setRow(). |
|
Definition at line 102 of file gdbbreakpointwidget.cpp. References m_breakpoint. |
Member Function Documentation
|
Definition at line 124 of file gdbbreakpointwidget.cpp. References GDBDebugger::Control, and GDBDebugger::Enable. Referenced by BreakpointTableRow(). |
|
|
Definition at line 109 of file gdbbreakpointwidget.cpp. References m_breakpoint, and GDBDebugger::Breakpoint::match(). Referenced by GDBDebugger::GDBBreakpointWidget::find(). |
|
Definition at line 116 of file gdbbreakpointwidget.cpp. References m_breakpoint, GDBDebugger::Breakpoint::reset(), and setRow(). Referenced by GDBDebugger::GDBBreakpointWidget::reset(), and GDBDebugger::GDBBreakpointWidget::slotUnableToSetBPNow(). |
|
Member Data Documentation
|
Definition at line 84 of file gdbbreakpointwidget.cpp. Referenced by breakpoint(), match(), reset(), setRow(), and ~BreakpointTableRow(). |
The documentation for this class was generated from the following file:
- languages/cpp/debugger/gdbbreakpointwidget.cpp