--- a/ganeswidgets/inc/hggridcontainer.h Fri Jun 11 16:25:05 2010 +0100
+++ b/ganeswidgets/inc/hggridcontainer.h Thu Jul 22 16:36:56 2010 +0100
@@ -18,7 +18,7 @@
#ifndef HGGRIDCONTAINER_H
#define HGGRIDCONTAINER_H
-#include "HgContainer.h"
+#include "hgcontainer.h"
class HbLabel;
class HgWidgetItem;
@@ -34,6 +34,9 @@
virtual ~HgGridContainer();
+ void setEffect3dEnabled(bool effect3dEnabled);
+ bool effect3dEnabled() const;
+
protected:
// events
@@ -46,7 +49,10 @@
virtual void handleTapAction(const QPointF& pos, HgWidgetItem* hitItem, int hitItemIndex);
virtual void handleLongTapAction(const QPointF& pos, HgWidgetItem* hitItem, int hitItemindex);
virtual void onScrollPositionChanged(qreal pos);
-
+
+private:
+
+ bool mEffect3dEnabled;
};
#endif