2 // m68kdasmbrowser.h: Jaguar 68K disassembly browser
5 // (C) 2012 Underground Software
8 #ifndef __M68KDASMBROWSER_H__
9 #define __M68KDASMBROWSER_H__
14 class M68KDasmBrowserWindow: public QWidget
19 M68KDasmBrowserWindow(QWidget * parent = 0);
23 // void DefineAllKeys(void);
24 void RefreshContents(void);
25 void GoToAddress(void);
28 void keyPressEvent(QKeyEvent *);
32 // QTextBrowser * text;
34 QPushButton * refresh;
41 #endif // __M68KDASMBROWSER_H__