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


Public Member Functions | |
ThreadStackItem (FramestackWidget *parent, const QString &threadDesc) | |
virtual | ~ThreadStackItem () |
void | setOpen (bool open) |
QListViewItem * | lastChild () const |
int | threadNo () |
Private Attributes | |
int | threadNo_ |
Constructor & Destructor Documentation
|
Definition at line 323 of file framestackwidget.cpp. References threadNo_, and GDBDebugger::VarNameCol. |
|
Definition at line 337 of file framestackwidget.cpp. |
Member Function Documentation
|
Definition at line 342 of file framestackwidget.cpp. |
|
Definition at line 354 of file framestackwidget.cpp. References threadNo(). Referenced by GDBDebugger::FramestackWidget::parseGDBBacktraceList(). |
|
Definition at line 37 of file framestackwidget.h. Referenced by GDBDebugger::FramestackWidget::findThread(), setOpen(), and GDBDebugger::FramestackWidget::slotSelectionChanged(). |
Member Data Documentation
|
Definition at line 41 of file framestackwidget.h. Referenced by ThreadStackItem(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/framestackwidget.h
- languages/cpp/debugger/framestackwidget.cpp