X-Git-Url: http://git.maemo.org/git/?p=colorflood;a=blobdiff_plain;f=colorflood%2Fsrc%2Fwindow.hpp;h=9942a2892cff2b4a327dc887bd3b67232855c737;hp=dd1f4a161421396d0db10b2474e1e828c9c817ac;hb=c9371ba06d07bf654792588bd008af0efe940dc0;hpb=9b18c910c4298b3f2a3667bd6fa16ca7231dfc04 diff --git a/colorflood/src/window.hpp b/colorflood/src/window.hpp index dd1f4a1..9942a28 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,12 +30,17 @@ public: private slots: void updateTurns (int turns); - void toggleFullscreen (); + void fullScreenMode (); + void colorScheme (); + void lessCells (); + void moreCells (); private: ColorButtons *colorButtons; Field *field; QLabel *turnsLabel; + QAction *less; + QAction *more; }; #endif // !_WINDOW_HPP