X-Git-Url: http://git.maemo.org/git/?p=colorflood;a=blobdiff_plain;f=colorflood%2Fsrc%2Fwindow.hpp;h=e52046b7de829134c6cfb9ad4d5330c8fec0ec80;hp=e97b602af3e18c1a30ecb460cd6ec0eaa48cf029;hb=HEAD;hpb=2e5611c6d0cef6a2bd61bf7e0140e7144ab65e79 diff --git a/colorflood/src/window.hpp b/colorflood/src/window.hpp index e97b602..e52046b 100644 --- a/colorflood/src/window.hpp +++ b/colorflood/src/window.hpp @@ -19,6 +19,7 @@ class ColorButtons; class Field; class QLabel; +class QAction; class Window : public QWidget { @@ -29,11 +30,18 @@ public: private slots: void updateTurns (int turns); + void fullScreenMode (); + void colorScheme (); + void lessCells (); + void moreCells (); + void help (); private: ColorButtons *colorButtons; Field *field; QLabel *turnsLabel; + QAction *less; + QAction *more; }; #endif // !_WINDOW_HPP