src/hbcore/gui/hbsettingswindow_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 3 11d3954df52a
--- a/src/hbcore/gui/hbsettingswindow_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/gui/hbsettingswindow_p.h	Mon May 03 12:48:33 2010 +0300
@@ -27,7 +27,6 @@
 #define HBSETTINGSWINDOW_P_H
 
 #include <QWidget>
-#include "hbcssinspector_p.h"
 #include "hbmainwindoworientation_p.h"
 
 QT_FORWARD_DECLARE_CLASS(QComboBox)
@@ -47,7 +46,6 @@
 private slots:
     void changeWindow(int index);
     void changeResolution(int index);
-    void changeOrientation(int index);
     void changeDirection(int index);
     void changeTouchArea(int index);
     void changeTextBoxes(int index);
@@ -57,6 +55,8 @@
     void changeSensorValue(int index);
     void changeGSettingsForSensors(int index);
     void unsetOrientation();
+    void toggleLights();
+    void toggleAnimation();
 
 private:
     void initStartUpValues();
@@ -75,8 +75,12 @@
     QComboBox *mSensorComboBox;
     QComboBox *mGeneralSettingsForSensorsComboBox;
     QPushButton *mUnsetOrientationButton;
+    QPushButton *mLightsButton;
+    QPushButton *mAnimationButton;
+    bool mLights;
+    bool mAnimation;
 
-#ifdef CSS_INSPECTOR
+#ifdef HB_CSS_INSPECTOR
     QPushButton *cssWindowButton;
 #endif
 };