summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index 68f6fa8..0f52e76 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -11,24 +11,25 @@
11 * it's also the dispatcher between the different 11 * it's also the dispatcher between the different
12 * actions supported by the gui 12 * actions supported by the gui
13 */ 13 */
14class QToolBar; 14class QToolBar;
15class QToolButton; 15class QToolButton;
16class QMenuBar; 16class QMenuBar;
17class QAction; 17class QAction;
18class MetaFactory; 18class MetaFactory;
19class TabWidget; 19class TabWidget;
20class ProfileManager; 20class ProfileManager;
21class Profile; 21class Profile;
22class FunctionKeyboard; 22class FunctionKeyboard;
23class FKey;
23class QuickButton; 24class QuickButton;
24 25
25class MainWindow : public QMainWindow { 26class MainWindow : public QMainWindow {
26 Q_OBJECT 27 Q_OBJECT
27public: 28public:
28 MainWindow( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); 29 MainWindow( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 );
29 ~MainWindow(); 30 ~MainWindow();
30 31
31 /** 32 /**
32 * our factory to generate IOLayer and so on 33 * our factory to generate IOLayer and so on
33 * 34 *
34 */ 35 */
@@ -58,25 +59,25 @@ private slots:
58 void slotTerminate(); 59 void slotTerminate();
59 void slotConfigure(); 60 void slotConfigure();
60 void slotClose(); 61 void slotClose();
61 void slotProfile(int); 62 void slotProfile(int);
62 void slotTransfer(); 63 void slotTransfer();
63 void slotOpenKeb(bool); 64 void slotOpenKeb(bool);
64 void slotOpenButtons(bool); 65 void slotOpenButtons(bool);
65 void slotRecordScript(); 66 void slotRecordScript();
66 void slotSaveScript(); 67 void slotSaveScript();
67 void slotRunScript(); 68 void slotRunScript();
68 void slotFullscreen(); 69 void slotFullscreen();
69 void slotSessionChanged( Session* ); 70 void slotSessionChanged( Session* );
70 void slotKeyReceived(ushort, ushort, bool, bool, bool, ushort, ushort); 71 void slotKeyReceived(FKey, ushort, ushort, bool);
71 72
72private: 73private:
73 void initUI(); 74 void initUI();
74 void populateProfiles(); 75 void populateProfiles();
75 void create( const Profile& ); 76 void create( const Profile& );
76 /** 77 /**
77 * the current session 78 * the current session
78 */ 79 */
79 Session* m_curSession; 80 Session* m_curSession;
80 81
81 /** 82 /**
82 * the session list 83 * the session list