KDevelop API Documentation

GDBDebugger::FrameStackItem Class Reference

#include <framestackwidget.h>

Inheritance diagram for GDBDebugger::FrameStackItem:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FrameStackItem (FramestackWidget *parent, const QString &frameDesc)
 FrameStackItem (ThreadStackItem *parent, const QString &frameDesc)
virtual ~FrameStackItem ()
void setOpen (bool open)
QListViewItemlastChild () const
int frameNo ()
int threadNo ()

Private Attributes

int frameNo_
int threadNo_

Constructor & Destructor Documentation

GDBDebugger::FrameStackItem::FrameStackItem FramestackWidget parent,
const QString frameDesc
 

Definition at line 266 of file framestackwidget.cpp.

References frameNo_, and GDBDebugger::VarNameCol.

GDBDebugger::FrameStackItem::FrameStackItem ThreadStackItem parent,
const QString frameDesc
 

Definition at line 280 of file framestackwidget.cpp.

References frameNo_, and GDBDebugger::VarNameCol.

GDBDebugger::FrameStackItem::~FrameStackItem  )  [virtual]
 

Definition at line 294 of file framestackwidget.cpp.


Member Function Documentation

int GDBDebugger::FrameStackItem::frameNo  )  [inline]
 

Definition at line 58 of file framestackwidget.h.

Referenced by GDBDebugger::FramestackWidget::slotSelectionChanged().

QListViewItem * GDBDebugger::FrameStackItem::lastChild  )  const
 

Definition at line 299 of file framestackwidget.cpp.

void GDBDebugger::FrameStackItem::setOpen bool  open  ) 
 

Definition at line 311 of file framestackwidget.cpp.

References threadNo().

Referenced by GDBDebugger::FramestackWidget::parseGDBBacktraceList().

int GDBDebugger::FrameStackItem::threadNo  )  [inline]
 

Definition at line 60 of file framestackwidget.h.

Referenced by setOpen(), and GDBDebugger::FramestackWidget::slotSelectionChanged().


Member Data Documentation

int GDBDebugger::FrameStackItem::frameNo_ [private]
 

Definition at line 63 of file framestackwidget.h.

Referenced by FrameStackItem().

int GDBDebugger::FrameStackItem::threadNo_ [private]
 

Definition at line 64 of file framestackwidget.h.


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:25 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003