uiservicetab/vimpstui/inc/cvimpstuisinglelistboxtabviewcontrol.h
branchRCL_3
changeset 34 e7f34e614544
parent 29 9a48e301e94b
equal deleted inserted replaced
32:ffa4311257f6 34:e7f34e614544
    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);
       
    55         
    54         
    56         /**
    55         /**
    57          * Creates a new CImContactsTabbedViewControl and leaves it to
    56          * Creates a new CImContactsTabbedViewControl and leaves it to
    58          * cleanup stack.
    57          * cleanup stack.
    59          * @see NewL
    58          * @see NewL
    67          */
    66          */
    68         static CVIMPSTUiSingleListBoxTabViewControl* NewLC( CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
    67         static CVIMPSTUiSingleListBoxTabViewControl* NewLC( CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
    69         											MVIMPSTCmdHandler& aCommandHandler,
    68         											MVIMPSTCmdHandler& aCommandHandler,
    70         											TUint32 aServiceId,
    69         											TUint32 aServiceId,
    71         											CVIMPSTUiBrandData& aBrandHandler,
    70         											CVIMPSTUiBrandData& aBrandHandler,
    72         											MVIMPSTEngine& aEngine,
    71         											MVIMPSTEngine& aEngine  );
    73         											CEikButtonGroupContainer* aCba);
       
    74         
    72         
    75         /**
    73         /**
    76          * Destructor.
    74          * Destructor.
    77          */
    75          */
    78         ~CVIMPSTUiSingleListBoxTabViewControl();
    76         ~CVIMPSTUiSingleListBoxTabViewControl();
   254          */    
   252          */    
   255         CVIMPSTUiSingleListBoxTabViewControl(   CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
   253         CVIMPSTUiSingleListBoxTabViewControl(   CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
   256                     							MVIMPSTCmdHandler& aCommandHandler,
   254                     							MVIMPSTCmdHandler& aCommandHandler,
   257                     							TUint32 aServiceId,
   255                     							TUint32 aServiceId,
   258                     							CVIMPSTUiBrandData& aBrandHandler,
   256                     							CVIMPSTUiBrandData& aBrandHandler,
   259                     							MVIMPSTEngine& aEngine,
   257                     							MVIMPSTEngine& aEngine );
   260                     							CEikButtonGroupContainer* aCba);
       
   261         
   258         
   262         /**
   259         /**
   263          * Performs the 2nd phase of construction.
   260          * Performs the 2nd phase of construction.
   264          * 
   261          * 
   265          */        
   262          */