X-Git-Url: http://git.maemo.org/git/?p=colorflood;a=blobdiff_plain;f=colorflood%2Fsrc%2Fwindow.hpp;h=e52046b7de829134c6cfb9ad4d5330c8fec0ec80;hp=808b89fe90461839b2cfb1fa62db90767b38a66e;hb=HEAD;hpb=b6713e570a22f49f296f28095a541c802a31ed14 diff --git a/colorflood/src/window.hpp b/colorflood/src/window.hpp index 808b89f..e52046b 100644 --- a/colorflood/src/window.hpp +++ b/colorflood/src/window.hpp @@ -16,7 +16,10 @@ #include +class ColorButtons; class Field; +class QLabel; +class QAction; class Window : public QWidget { @@ -25,11 +28,20 @@ class Window : public QWidget public: Window (); -public slots: - void randomize (); +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