blob: 9744b119907df4c34a7fd18fe02a829c158883b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- libs/libmythui/myththemedmenu.h.orig 2008-01-31 15:26:45.000000000 +0000
+++ libs/libmythui/myththemedmenu.h 2008-02-07 21:00:22.000000000 +0000
@@ -2,6 +2,7 @@
#define MYTHTHEMEDMENU_H_
#include "mythscreentype.h"
+#include "mythdialogbox.h"
class MythMainWindow;
class MythThemedMenuPrivate;
@@ -26,8 +27,14 @@
void ReloadTheme(void);
void ReloadExitKey(void);
+
virtual void aboutToShow(void);
+ void doMenu();
+ void aboutScreen();
+ MythDialogBox *m_menuPopup;
+ void customEvent(QCustomEvent *event);
+
protected:
virtual bool keyPressEvent(QKeyEvent *e);
virtual void gestureEvent(MythUIType *origtype, MythGestureEvent *ge);
|