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


Public Member Functions | |
VariableWidget (QWidget *parent=0, const char *name=0) | |
void | clear () |
VariableTree * | varTree () const |
Private Slots | |
void | slotAddWatchVariable () |
Private Attributes | |
VariableTree * | varTree_ |
KLineEdit * | watchVarEntry_ |
Friends | |
class | VariableTree |
Constructor & Destructor Documentation
|
Definition at line 61 of file variablewidget.cpp. References QBoxLayout::addWidget(), slotAddWatchVariable(), VariableTree, varTree_, and watchVarEntry_. |
Member Function Documentation
|
Definition at line 84 of file variablewidget.cpp. References varTree_. |
|
Definition at line 91 of file variablewidget.cpp. References JAVADebugger::VariableTree::slotAddWatchVariable(), varTree_, and watchVarEntry_. Referenced by VariableWidget(). |
|
Definition at line 48 of file variablewidget.h. |
Friends And Related Function Documentation
|
Definition at line 57 of file variablewidget.h. Referenced by VariableWidget(). |
Member Data Documentation
|
Definition at line 55 of file variablewidget.h. Referenced by clear(), slotAddWatchVariable(), and VariableWidget(). |
|
Definition at line 56 of file variablewidget.h. Referenced by slotAddWatchVariable(), and VariableWidget(). |
The documentation for this class was generated from the following files:
- languages/java/debugger/variablewidget.h
- languages/java/debugger/variablewidget.cpp