gdbbreakpointwidget.cpp File Reference
#include "gdbbreakpointwidget.h"
#include "gdbtable.h"
#include "breakpoint.h"
#include "domutil.h"
#include <kdebug.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kpopupmenu.h>
#include <kurl.h>
#include <qvbuttongroup.h>
#include <qfileinfo.h>
#include <qheader.h>
#include <qtable.h>
#include <qtoolbutton.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
#include <qvbox.h>
#include <qlayout.h>
#include <stdlib.h>
#include <ctype.h>
#include "gdbbreakpointwidget.moc"
Include dependency graph for gdbbreakpointwidget.cpp:

Go to the source code of this file.
Namespaces | |
namespace | GDBDebugger |
Classes | |
class | GDBDebugger::BreakpointTableRow |
Defines | |
#define | numCols 8 |
Enumerations | |
enum | Column { Control = 0, Enable = 1, Type = 2, Status = 3, Location = 4, Condition = 5, IgnoreCount = 6, Hits = 7 } |
Variables | |
int | m_activeFlag = 0 |
Define Documentation
|
Enumeration Type Documentation
|
Definition at line 48 of file gdbbreakpointwidget.cpp. |
Variable Documentation
|
Definition at line 62 of file gdbbreakpointwidget.cpp. Referenced by GDBDebugger::BreakpointTableRow::setRow(), GDBDebugger::GDBBreakpointWidget::slotParseGDBBreakpointSet(), and GDBDebugger::GDBBreakpointWidget::slotParseGDBBrkptList(). |