root/trunk/thune/debugger/StackDisplay.h
| Revision 114, 511 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef STACKDISPLAY_H |
| 2 | #define STACKDISPLAY_H |
| 3 | /*==========================================================================* |
| 4 | |
| 5 | *==========================================================================*/ |
| 6 | |
| 7 | |
| 8 | #include <QListWidget> |
| 9 | #include "urlan.h" |
| 10 | |
| 11 | |
| 12 | class StackDisplay : public QListWidget |
| 13 | { |
| 14 | Q_OBJECT |
| 15 | |
| 16 | public: |
| 17 | |
| 18 | StackDisplay( QWidget* parent = 0 ); |
| 19 | |
| 20 | void update( UThread*, UString* ); |
| 21 | |
| 22 | protected: |
| 23 | |
| 24 | //void closeEvent(QCloseEvent *event); |
| 25 | |
| 26 | //private slots: |
| 27 | |
| 28 | private: |
| 29 | |
| 30 | }; |
| 31 | |
| 32 | |
| 33 | #endif //STACKDISPLAY_H |
Note: See TracBrowser
for help on using the browser.
