ganeswidgets/src/hggrid.cpp
changeset 20 a60f8b6b1d32
parent 17 a10844a9914d
equal deleted inserted replaced
17:a10844a9914d 20:a60f8b6b1d32
    88 {
    88 {
    89     Q_D( const HgGrid );
    89     Q_D( const HgGrid );
    90     return d->container()->pinchLevels(scrollDirection);    
    90     return d->container()->pinchLevels(scrollDirection);    
    91 }
    91 }
    92 
    92 
       
    93 void HgGrid::setReflectionsEnabled(bool reflectionsEnabled)
       
    94 {
       
    95     Q_D( HgGrid );
       
    96     d->container()->setReflectionsEnabled(reflectionsEnabled);        
       
    97 }
       
    98 
       
    99 bool HgGrid::reflectionsEnabled() const
       
   100 {
       
   101     Q_D( const HgGrid );
       
   102     return d->container()->reflectionsEnabled();    
       
   103 }
       
   104 
    93 
   105 
    94 // EOF
   106 // EOF