2 // exceptionvectortablebrowser.h: Exception Vector Table
7 #ifndef __EXCEPTIONVECTORTABLEBROWSER_H__
8 #define __EXCEPTIONVECTORTABLEBROWSER_H__
14 class ExceptionVectorTableBrowserWindow
: public QWidget
19 ExceptionVectorTableBrowserWindow(QWidget
*parent
= 0);
20 ~ExceptionVectorTableBrowserWindow(void);
23 void RefreshContents(void);
26 void keyPressEvent(QKeyEvent
*);
34 #endif // __EXCEPTIONVECTORTABLEBROWSER_H__