uifw/AvKon/aknhlist/inc/akntreelistphysicshandler.h
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
   261      * @return World height.
   261      * @return World height.
   262      */
   262      */
   263     TInt WorldHeight();
   263     TInt WorldHeight();
   264 
   264 
   265     /**
   265     /**
   266      * Returns wheter pointer click is in empty list area.
   266      * Returns wheter pointer is in empty list area.
   267      *
   267      *
   268      * @return ETrue if aPosition is in empty list area.
   268      * @return ETrue if aPosition is in empty list area.
   269      */    
   269      */    
   270     TBool EmptyAreaClicked( TPoint aPosition );
   270     TBool PointerOnEmptyArea( TPoint aPosition );
   271     
   271     
   272 private: // data
   272 private: // data
   273 
   273 
   274     /**
   274     /**
   275      * Scroll index.
   275      * Scroll index.
   401     // top item in current view, -1 if item's Y is negative
   401     // top item in current view, -1 if item's Y is negative
   402     TInt iOldTopItem;
   402     TInt iOldTopItem;
   403     // bottom item in current view, fields count when Y is larger than
   403     // bottom item in current view, fields count when Y is larger than
   404     // the last item's Y
   404     // the last item's Y
   405     TInt iOldBottomItem; 
   405     TInt iOldBottomItem; 
   406     /**
   406     
   407      * ETrue if empty list area is clicked.
   407     /**
       
   408      * ETrue if pointer down on empty list area.
   408      */    
   409      */    
   409     TBool iEmptyAreaClicked;
   410     TBool iDownOnEmptyArea;
   410     };
   411     };
   411 
   412 
   412 
   413 
   413 #endif // C_AKNPHYSICSPARAMETERPROVIDER_H
   414 #endif // C_AKNPHYSICSPARAMETERPROVIDER_H