sipplugins/sippsipsettingsui/inc/sipsettlistsipsrvsetcontainer.h
changeset 15 8248b03a2669
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 15:8248b03a2669
    23 
    23 
    24 #include <coecntrl.h>
    24 #include <coecntrl.h>
    25 #include <aknlongtapdetector.h>
    25 #include <aknlongtapdetector.h>
    26 #include <aknstyluspopupmenu.h>
    26 #include <aknstyluspopupmenu.h>
    27 #include <eikmobs.h>
    27 #include <eikmobs.h>
    28 #include "gssiptimer.h"
       
    29 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    30 
    29 
    31 class CSIPSettListSIPSrvSetItemList;
    30 class CSIPSettListSIPSrvSetItemList;
    32 class CAknView;
    31 class CAknView;
    33 class CSIPSettListSIPSrvSetModel;
    32 class CSIPSettListSIPSrvSetModel;
    66         /**
    65         /**
    67         * Handle pointer event
    66         * Handle pointer event
    68         */
    67         */
    69         virtual void HandlePointerEventL( const TPointerEvent& aPointerEvent );
    68         virtual void HandlePointerEventL( const TPointerEvent& aPointerEvent );
    70         
    69         
    71         /**
       
    72         * Judge whether it is a pointer event
       
    73         */
       
    74         TBool IfPointerEvent();
       
    75        
       
    76         /**
    70         /**
    77         * Opens the pop-up list to modify the selected list items
    71         * Opens the pop-up list to modify the selected list items
    78         * @param aCommand ID of the command to respond to
    72         * @param aCommand ID of the command to respond to
    79         */
    73         */
    80         void EditCurrentListItemL( TInt aCommand );   
    74         void EditCurrentListItemL( TInt aCommand );   
   148         // The item list for changing the attributes of a profile
   142         // The item list for changing the attributes of a profile
   149         CSIPSettListSIPSrvSetItemList* iItemList;
   143         CSIPSettListSIPSrvSetItemList* iItemList;
   150         
   144         
   151         // Type of server view.
   145         // Type of server view.
   152         TBool iProxyServerView;     
   146         TBool iProxyServerView;     
   153 
   147          
   154         CGSSIPTimer* iTimer;
       
   155           
       
   156     };
   148     };
   157 
   149 
   158 #endif      // SIP_SETT_LIST_SIP_SRV_SET_CONTAINER_H
   150 #endif      // SIP_SETT_LIST_SIP_SRV_SET_CONTAINER_H
   159             
   151             
   160 // End of File
   152 // End of File