sipplugins/sippsipsettingsui/inc/sipsettlistsipprofsetcontainer.h
changeset 15 8248b03a2669
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 15:8248b03a2669
    24 #include <coecntrl.h>
    24 #include <coecntrl.h>
    25 
    25 
    26 #include <aknlongtapdetector.h>
    26 #include <aknlongtapdetector.h>
    27 #include <aknstyluspopupmenu.h>
    27 #include <aknstyluspopupmenu.h>
    28 #include <eikmobs.h>
    28 #include <eikmobs.h>
    29 #include "gssiptimer.h"
       
    30 // FORWARD DECLARATIONS
    29 // FORWARD DECLARATIONS
    31 
    30 
    32 class CSIPSettListSIPProfSetItemList;
    31 class CSIPSettListSIPProfSetItemList;
    33 class CSIPSettListSIPProfSetModel;
    32 class CSIPSettListSIPProfSetModel;
    34 class CAknView;
    33 class CAknView;
    68         /**
    67         /**
    69         * Handle pointer event
    68         * Handle pointer event
    70         */
    69         */
    71          virtual void HandlePointerEventL( const TPointerEvent& aPointerEvent );
    70          virtual void HandlePointerEventL( const TPointerEvent& aPointerEvent );
    72          
    71          
    73         /**
       
    74         * Judge whether it is a pointer event
       
    75         */
       
    76          TBool IfPointerEvent( );
       
    77     
    72     
    78     public: // New functions
    73     public: // New functions
    79         
    74         
    80         /**
    75         /**
    81         * Opens the pop-up list to modify the selected list items
    76         * Opens the pop-up list to modify the selected list items
   151     private:    // Data
   146     private:    // Data
   152         
   147         
   153         // The item list for changing the attributes of a profile
   148         // The item list for changing the attributes of a profile
   154         CSIPSettListSIPProfSetItemList* iItemList;
   149         CSIPSettListSIPProfSetItemList* iItemList;
   155 
   150 
   156         CGSSIPTimer* iTimer;
       
   157 
       
   158     /**
   151     /**
   159     * For testing purposes
   152     * For testing purposes
   160     */        
   153     */        
   161     friend class UT_SIPSettListSIPProfSetContainer;
   154     friend class UT_SIPSettListSIPProfSetContainer;
   162     };
   155     };