2 // riscdasmbrowser.h: Jaguar RISC disassembly browser
5 // (C) 2013 Underground Software
8 #ifndef __RISCDASMBROWSER_H__
9 #define __RISCDASMBROWSER_H__
14 class RISCDasmBrowserWindow: public QWidget
19 RISCDasmBrowserWindow(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;
43 #endif // __RISCDASMBROWSER_H__