hgwidgets_plat/ganeswidgets_api/inc/hggrid.h
branchGCC_SURGE
changeset 10 c348b9772569
parent 3 c863538fcbb6
child 17 a10844a9914d
--- a/hgwidgets_plat/ganeswidgets_api/inc/hggrid.h	Fri Jun 11 16:25:05 2010 +0100
+++ b/hgwidgets_plat/ganeswidgets_api/inc/hggrid.h	Thu Jul 22 16:36:56 2010 +0100
@@ -25,11 +25,15 @@
 class HG_WIDGETS_EXPORT HgGrid : public HgWidget
 {
     Q_OBJECT
+    Q_PROPERTY(bool effect3dEnabled  READ effect3dEnabled  WRITE setEffect3dEnabled )
 public:
 
     explicit HgGrid(Qt::Orientation scrollDirection, QGraphicsItem *parent = 0 );
     virtual ~HgGrid();
 
+    bool effect3dEnabled() const;
+    void setEffect3dEnabled(bool effect3dEnabled);
+    
 protected:
     HgGrid(Qt::Orientation scrollDirection, HgGridPrivate &dd, QGraphicsItem *parent);