GDBDebugger::FrameStackItem Class Reference
#include <framestackwidget.h>
Inheritance diagram for GDBDebugger::FrameStackItem:


Public Member Functions | |
FrameStackItem (FramestackWidget *parent, const QString &frameDesc) | |
FrameStackItem (ThreadStackItem *parent, const QString &frameDesc) | |
virtual | ~FrameStackItem () |
void | setOpen (bool open) |
QListViewItem * | lastChild () const |
int | frameNo () |
int | threadNo () |
Private Attributes | |
int | frameNo_ |
int | threadNo_ |
Constructor & Destructor Documentation
|
Definition at line 266 of file framestackwidget.cpp. References frameNo_, and GDBDebugger::VarNameCol. |
|
Definition at line 280 of file framestackwidget.cpp. References frameNo_, and GDBDebugger::VarNameCol. |
|
Definition at line 294 of file framestackwidget.cpp. |
Member Function Documentation
|
Definition at line 58 of file framestackwidget.h. Referenced by GDBDebugger::FramestackWidget::slotSelectionChanged(). |
|
Definition at line 299 of file framestackwidget.cpp. |
|
Definition at line 311 of file framestackwidget.cpp. References threadNo(). Referenced by GDBDebugger::FramestackWidget::parseGDBBacktraceList(). |
|
Definition at line 60 of file framestackwidget.h. Referenced by setOpen(), and GDBDebugger::FramestackWidget::slotSelectionChanged(). |
Member Data Documentation
|
Definition at line 63 of file framestackwidget.h. Referenced by FrameStackItem(). |
|
Definition at line 64 of file framestackwidget.h. |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/framestackwidget.h
- languages/cpp/debugger/framestackwidget.cpp