KDevelop API Documentation

JAVADebugger::VariableWidget Class Reference

#include <variablewidget.h>

Inheritance diagram for JAVADebugger::VariableWidget:

QWidget List of all members.

Public Member Functions

 VariableWidget (QWidget *parent=0, const char *name=0)
void clear ()
VariableTreevarTree () const

Private Slots

void slotAddWatchVariable ()

Private Attributes

VariableTreevarTree_
KLineEditwatchVarEntry_

Constructor & Destructor Documentation

JAVADebugger::VariableWidget::VariableWidget QWidget parent = 0,
const char *  name = 0
 

Definition at line 61 of file variablewidget.cpp.

References QBoxLayout::addWidget(), slotAddWatchVariable(), varTree_, and watchVarEntry_.


Member Function Documentation

void JAVADebugger::VariableWidget::clear  ) 
 

Definition at line 84 of file variablewidget.cpp.

References varTree_.

void JAVADebugger::VariableWidget::slotAddWatchVariable  )  [private, slot]
 

Definition at line 91 of file variablewidget.cpp.

References JAVADebugger::VariableTree::slotAddWatchVariable(), varTree_, and watchVarEntry_.

Referenced by VariableWidget().

VariableTree* JAVADebugger::VariableWidget::varTree  )  const [inline]
 

Definition at line 48 of file variablewidget.h.

References varTree_.


Member Data Documentation

VariableTree* JAVADebugger::VariableWidget::varTree_ [private]
 

Definition at line 55 of file variablewidget.h.

Referenced by clear(), slotAddWatchVariable(), VariableWidget(), and varTree().

KLineEdit* JAVADebugger::VariableWidget::watchVarEntry_ [private]
 

Definition at line 56 of file variablewidget.h.

Referenced by slotAddWatchVariable(), and VariableWidget().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:09 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003