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


Public Slots | |
void | slotAddWatchVariable () |
void | slotAddWatchVariable (const QString &ident) |
Public Member Functions | |
VariableWidget (QWidget *parent=0, const char *name=0) | |
void | clear () |
VariableTree * | varTree () const |
virtual void | setEnabled (bool b) |
Protected Member Functions | |
virtual void | focusInEvent (QFocusEvent *e) |
Private Attributes | |
VariableTree * | varTree_ |
KHistoryCombo * | watchVarEditor_ |
Friends | |
class | VariableTree |
Constructor & Destructor Documentation
|
Definition at line 46 of file variablewidget.cpp. References QBoxLayout::addWidget(), slotAddWatchVariable(), VariableTree, varTree_, and watchVarEditor_. |
Member Function Documentation
|
Definition at line 87 of file variablewidget.cpp. References GDBDebugger::VariableTree::findRoot(), and varTree_. |
|
Definition at line 139 of file variablewidget.cpp. References varTree_. |
|
Definition at line 106 of file variablewidget.cpp. References varTree_. |
|
Definition at line 127 of file variablewidget.cpp. References KHistoryCombo::addToHistory(), GDBDebugger::VariableTree::slotAddWatchVariable(), varTree_, and watchVarEditor_. |
|
Definition at line 115 of file variablewidget.cpp. References watchVarEditor_. Referenced by VariableWidget(). |
|
Definition at line 51 of file variablewidget.h. |
Friends And Related Function Documentation
|
Definition at line 66 of file variablewidget.h. Referenced by VariableWidget(). |
Member Data Documentation
|
Definition at line 64 of file variablewidget.h. Referenced by clear(), focusInEvent(), setEnabled(), slotAddWatchVariable(), and VariableWidget(). |
|
Definition at line 68 of file variablewidget.h. Referenced by slotAddWatchVariable(), and VariableWidget(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/variablewidget.h
- languages/cpp/debugger/variablewidget.cpp