OSDN Git Service

[VM][FMTOWNS] Some devices are enabled to compile.
[csp-qt/common_source_project-fm7.git] / source / src / qt / machines / fmtowns / menuclasses.h
1
2 #ifndef _CSP_QT_MENUCLASSES_H
3 #define _CSP_QT_MENUCLASSES_H
4
5 #include "mainwidget.h"
6 // This extends class CSP_MainWindow as Ui_MainWindow.
7 // You may use this as 
8 QT_BEGIN_NAMESPACE
9
10 class Ui_MainWindow;
11 class USING_FLAGS;
12 class CSP_Logger;
13 //  wrote of Specific menu.
14 class META_MainWindow : public Ui_MainWindow {
15         Q_OBJECT
16 protected:
17         void setupUI_Emu(void);
18         void retranslateUi(void);
19 public:
20         META_MainWindow(USING_FLAGS *p, CSP_Logger *logger, QWidget *parent = 0);
21         ~META_MainWindow();
22 };
23
24 QT_END_NAMESPACE
25
26 #endif // END