KDevelop API Documentation

GDBDebugger::VariableWidget Class Reference

#include <variablewidget.h>

Inheritance diagram for GDBDebugger::VariableWidget:

Inheritance graph
[legend]
Collaboration diagram for GDBDebugger::VariableWidget:

Collaboration graph
[legend]
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)

Protected Member Functions

virtual void focusInEvent (QFocusEvent *e)

Private Attributes

VariableTreevarTree_
KHistoryCombowatchVarEditor_

Friends

class VariableTree

Constructor & Destructor Documentation

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

Definition at line 46 of file variablewidget.cpp.

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


Member Function Documentation

void GDBDebugger::VariableWidget::clear  ) 
 

Definition at line 87 of file variablewidget.cpp.

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

void GDBDebugger::VariableWidget::focusInEvent QFocusEvent e  )  [protected, virtual]
 

Definition at line 139 of file variablewidget.cpp.

References varTree_.

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

Definition at line 106 of file variablewidget.cpp.

References varTree_.

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

Definition at line 127 of file variablewidget.cpp.

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

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

Definition at line 115 of file variablewidget.cpp.

References watchVarEditor_.

Referenced by VariableWidget().

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

Definition at line 51 of file variablewidget.h.


Friends And Related Function Documentation

friend class VariableTree [friend]
 

Definition at line 66 of file variablewidget.h.

Referenced by VariableWidget().


Member Data Documentation

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

Definition at line 64 of file variablewidget.h.

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

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

Definition at line 68 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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:32:35 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003