variablewidget.h File Reference
#include "gdbcontroller.h"
#include <klistview.h>
#include <kcombobox.h>
#include <qwidget.h>
#include <qtooltip.h>
Include dependency graph for variablewidget.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | GDBDebugger |
Classes | |
class | GDBDebugger::VariableWidget |
class | GDBDebugger::VariableTree |
class | GDBDebugger::TrimmableItem |
class | GDBDebugger::VarItem |
class | GDBDebugger::VarFrameRoot |
class | GDBDebugger::WatchRoot |
Enumerations | |
enum | { VarNameCol = 0, ValueCol = 1, VarTypeCol = 2 } |
enum | DataType { typeUnknown, typeValue, typePointer, typeReference, typeStruct, typeArray, typeQString, typeWhitespace, typeName } |
Enumeration Type Documentation
|
Definition at line 38 of file variablewidget.h. |
|
Definition at line 39 of file variablewidget.h. Referenced by GDBDebugger::GDBParser::determineType(), GDBDebugger::VarItem::getDataType(), GDBDebugger::TrimmableItem::getDataType(), GDBDebugger::GDBParser::parseArray(), GDBDebugger::GDBParser::parseData(), and GDBDebugger::GDBParser::setItem(). |