uiservicetab/vimpstui/inc/cvimpstuisinglelistboxtabviewcontrol.h
branchRCL_3
changeset 27 2b7283837edb
parent 16 d20aea8a18b6
equal deleted inserted replaced
25:fda5a9396e07 27:2b7283837edb
    48          */
    48          */
    49         static CVIMPSTUiSingleListBoxTabViewControl* NewL( CVIMPSTUiTabbedView& aTabbedView, MPbk2KeyEventHandler* aKeyEventHandler, 
    49         static CVIMPSTUiSingleListBoxTabViewControl* NewL( CVIMPSTUiTabbedView& aTabbedView, MPbk2KeyEventHandler* aKeyEventHandler, 
    50         										MVIMPSTCmdHandler& aCommandHandler,
    50         										MVIMPSTCmdHandler& aCommandHandler,
    51         										TUint32 aServiceId,
    51         										TUint32 aServiceId,
    52         										CVIMPSTUiBrandData& aBrandHandler,
    52         										CVIMPSTUiBrandData& aBrandHandler,
    53         										MVIMPSTEngine& aEngine );
    53         										MVIMPSTEngine& aEngine,
       
    54         										CEikButtonGroupContainer* aCba);
    54         
    55         
    55         /**
    56         /**
    56          * Creates a new CImContactsTabbedViewControl and leaves it to
    57          * Creates a new CImContactsTabbedViewControl and leaves it to
    57          * cleanup stack.
    58          * cleanup stack.
    58          * @see NewL
    59          * @see NewL
    66          */
    67          */
    67         static CVIMPSTUiSingleListBoxTabViewControl* NewLC( CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
    68         static CVIMPSTUiSingleListBoxTabViewControl* NewLC( CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
    68         											MVIMPSTCmdHandler& aCommandHandler,
    69         											MVIMPSTCmdHandler& aCommandHandler,
    69         											TUint32 aServiceId,
    70         											TUint32 aServiceId,
    70         											CVIMPSTUiBrandData& aBrandHandler,
    71         											CVIMPSTUiBrandData& aBrandHandler,
    71         											MVIMPSTEngine& aEngine  );
    72         											MVIMPSTEngine& aEngine,
       
    73         											CEikButtonGroupContainer* aCba);
    72         
    74         
    73         /**
    75         /**
    74          * Destructor.
    76          * Destructor.
    75          */
    77          */
    76         ~CVIMPSTUiSingleListBoxTabViewControl();
    78         ~CVIMPSTUiSingleListBoxTabViewControl();
   252          */    
   254          */    
   253         CVIMPSTUiSingleListBoxTabViewControl(   CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
   255         CVIMPSTUiSingleListBoxTabViewControl(   CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
   254                     							MVIMPSTCmdHandler& aCommandHandler,
   256                     							MVIMPSTCmdHandler& aCommandHandler,
   255                     							TUint32 aServiceId,
   257                     							TUint32 aServiceId,
   256                     							CVIMPSTUiBrandData& aBrandHandler,
   258                     							CVIMPSTUiBrandData& aBrandHandler,
   257                     							MVIMPSTEngine& aEngine );
   259                     							MVIMPSTEngine& aEngine,
       
   260                     							CEikButtonGroupContainer* aCba);
   258         
   261         
   259         /**
   262         /**
   260          * Performs the 2nd phase of construction.
   263          * Performs the 2nd phase of construction.
   261          * 
   264          * 
   262          */        
   265          */