KDevelop API Documentation

GDBDebugger::VariableWidget Class Reference

#include <variablewidget.h>

Inheritance diagram for GDBDebugger::VariableWidget:

QWidget List of all members.

Public Slots

void slotAddWatchVariable ()
void slotAddWatchVariable (const QString &ident)

Public Member Functions

 VariableWidget (QWidget *parent=0, const char *name=0)
void clear ()
VariableTreevarTree () const
virtual void setEnabled (bool b)

Private Attributes

VariableTreevarTree_
KHistoryCombowatchVarEditor_

Constructor & Destructor Documentation

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

Definition at line 45 of file variablewidget.cpp.

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


Member Function Documentation

void GDBDebugger::VariableWidget::clear  ) 
 

Definition at line 83 of file variablewidget.cpp.

References GDBDebugger::VariableTree::findRoot(), and varTree_.

void GDBDebugger::VariableWidget::setEnabled bool  b  )  [virtual]
 

Definition at line 102 of file variablewidget.cpp.

References varTree_.

void GDBDebugger::VariableWidget::slotAddWatchVariable const QString ident  )  [slot]
 

Definition at line 123 of file variablewidget.cpp.

References KHistoryCombo::addToHistory(), GDBDebugger::VariableTree::slotAddWatchVariable(), varTree_, and watchVarEditor_.

void GDBDebugger::VariableWidget::slotAddWatchVariable  )  [slot]
 

Definition at line 111 of file variablewidget.cpp.

References watchVarEditor_.

Referenced by VariableWidget().

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

Definition at line 49 of file variablewidget.h.

References varTree_.


Member Data Documentation

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

Definition at line 59 of file variablewidget.h.

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

KHistoryCombo* GDBDebugger::VariableWidget::watchVarEditor_ [private]
 

Definition at line 63 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