GDBDebugger::TrimmableItem Class Reference
#include <variablewidget.h>
Inheritance diagram for GDBDebugger::TrimmableItem:


Public Member Functions | |
TrimmableItem (VariableTree *parent) | |
TrimmableItem (TrimmableItem *parent) | |
virtual | ~TrimmableItem () |
virtual void | trim () |
virtual QString | getName () const |
virtual TrimmableItem * | findMatch (const QString &match, DataType type) const |
QListViewItem * | lastChild () const |
int | rootActiveFlag () const |
void | setActive () |
bool | isActive () const |
QString | getValue () const |
bool | isTrimmable () const |
void | waitingForData () |
virtual void | updateValue (char *) |
virtual DataType | getDataType () const |
virtual void | setCache (const QCString &value) |
virtual QCString | getCache () |
virtual QString | key (int column, bool ascending) const |
virtual void | handleDoubleClicked (const QPoint &, int) |
Protected Member Functions | |
void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
Private Attributes | |
int | activeFlag_ |
bool | waitingForData_ |
Constructor & Destructor Documentation
|
Definition at line 441 of file variablewidget.cpp. References setActive(). |
|
Definition at line 450 of file variablewidget.cpp. References setActive(). |
|
Definition at line 460 of file variablewidget.cpp. |
Member Function Documentation
|
Definition at line 509 of file variablewidget.cpp. References getDataType(), and GDBDebugger::VarNameCol. Referenced by GDBDebugger::GDBParser::getItem(). |
|
Reimplemented in GDBDebugger::VarItem. Definition at line 588 of file variablewidget.cpp. |
|
Reimplemented in GDBDebugger::VarItem. Definition at line 574 of file variablewidget.cpp. References GDBDebugger::DataType. Referenced by findMatch(), GDBDebugger::GDBParser::getItem(), and GDBDebugger::GDBParser::parseData(). |
|
Definition at line 153 of file variablewidget.h. References text(), and GDBDebugger::VarNameCol. Referenced by GDBDebugger::VarItem::fullName(), GDBDebugger::GDBParser::parseArray(), and GDBDebugger::VarItem::updateValue(). |
|
Definition at line 159 of file variablewidget.h. References text(), and GDBDebugger::ValueCol. |
|
Reimplemented in GDBDebugger::VarItem. Definition at line 171 of file variablewidget.h. Referenced by GDBDebugger::VariableTree::slotDoubleClicked(). |
|
Definition at line 158 of file variablewidget.h. Referenced by GDBDebugger::VarItem::setText(), trim(), and GDBDebugger::VariableTree::trim(). |
|
Definition at line 490 of file variablewidget.cpp. Referenced by trim(). |
|
Definition at line 603 of file variablewidget.cpp. |
|
Definition at line 497 of file variablewidget.cpp. |
|
Reimplemented from KListViewItem. Reimplemented in GDBDebugger::VarItem. Definition at line 466 of file variablewidget.cpp. |
|
Definition at line 483 of file variablewidget.cpp. |
|
|
Reimplemented in GDBDebugger::VarItem. Definition at line 581 of file variablewidget.cpp. Referenced by GDBDebugger::GDBParser::setItem(). |
|
Definition at line 553 of file variablewidget.cpp. References isActive(), and isTrimmable(). Referenced by GDBDebugger::GDBController::parseLocals(), GDBDebugger::GDBController::parseRequestedData(), GDBDebugger::VarItem::setOpen(), and GDBDebugger::VariableTree::trim(). |
|
Reimplemented in GDBDebugger::VarItem. Definition at line 596 of file variablewidget.cpp. References waitingForData_. |
|
Definition at line 161 of file variablewidget.h. Referenced by GDBDebugger::VarItem::checkForRequests(), GDBDebugger::VarItem::setOpen(), and GDBDebugger::VarItem::setText(). |
Member Data Documentation
|
Definition at line 179 of file variablewidget.h. |
|
Definition at line 180 of file variablewidget.h. Referenced by updateValue(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/variablewidget.h
- languages/cpp/debugger/variablewidget.cpp