calendarui/views/inc/calenweeklistbox.h
branchRCL_3
changeset 21 9711e452b5e9
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
20:21239b3bcd78 21:9711e452b5e9
    90     /**
    90     /**
    91      * checks if pointer event was done in allowed area
    91      * checks if pointer event was done in allowed area
    92      */
    92      */
    93     TBool IsValidPointer(TPoint aPos);
    93     TBool IsValidPointer(TPoint aPos);
    94     void HandlePointerEventL(const TPointerEvent& aPointerEvent);
    94     void HandlePointerEventL(const TPointerEvent& aPointerEvent);
    95 private:
    95 
    96     /**
    96     /**
    97      * Calculates new column from pointer event
    97      * Calculates new column from pointer event
    98      */
    98      */
    99     TInt PointerEventColumn(TPoint aPos);
    99     TInt PointerEventColumn(TPoint aPos);
   100 
   100