uiservicetab/vimpstui/inc/cvimpstuidoublelistboxtabviewcontrol.h
branchRCL_3
changeset 21 2b7283837edb
parent 10 d20aea8a18b6
equal deleted inserted replaced
19:fda5a9396e07 21:2b7283837edb
    49          */
    49          */
    50         static CVIMPSTUiDoubleListBoxTabViewControl* NewL( CVIMPSTUiTabbedView& aTabbedView, MPbk2KeyEventHandler* aKeyEventHandler, 
    50         static CVIMPSTUiDoubleListBoxTabViewControl* NewL( CVIMPSTUiTabbedView& aTabbedView, MPbk2KeyEventHandler* aKeyEventHandler, 
    51         										MVIMPSTCmdHandler& aCommandHandler,
    51         										MVIMPSTCmdHandler& aCommandHandler,
    52         										TUint32 aServiceId,
    52         										TUint32 aServiceId,
    53         										CVIMPSTUiBrandData& aBrandHandler,
    53         										CVIMPSTUiBrandData& aBrandHandler,
    54         										MVIMPSTEngine& aEngine );
    54         										MVIMPSTEngine& aEngine,
       
    55         										CEikButtonGroupContainer* aCba);
    55         
    56         
    56         /**
    57         /**
    57          * Creates a new CImContactsTabbedViewControl and leaves it to
    58          * Creates a new CImContactsTabbedViewControl and leaves it to
    58          * cleanup stack.
    59          * cleanup stack.
    59          * @see NewL
    60          * @see NewL
    67          */
    68          */
    68         static CVIMPSTUiDoubleListBoxTabViewControl* NewLC( CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
    69         static CVIMPSTUiDoubleListBoxTabViewControl* NewLC( CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
    69         											MVIMPSTCmdHandler& aCommandHandler,
    70         											MVIMPSTCmdHandler& aCommandHandler,
    70         											TUint32 aServiceId,
    71         											TUint32 aServiceId,
    71         											CVIMPSTUiBrandData& aBrandHandler,
    72         											CVIMPSTUiBrandData& aBrandHandler,
    72         											MVIMPSTEngine& aEngine  );
    73         											MVIMPSTEngine& aEngine,
       
    74         											CEikButtonGroupContainer* aCba);
    73         
    75         
    74         /**
    76         /**
    75          * Destructor.
    77          * Destructor.
    76          */
    78          */
    77         ~CVIMPSTUiDoubleListBoxTabViewControl();
    79         ~CVIMPSTUiDoubleListBoxTabViewControl();
   252          */    
   254          */    
   253         CVIMPSTUiDoubleListBoxTabViewControl(   CVIMPSTUiTabbedView& aTabbedView,MPbk2KeyEventHandler* aKeyEventHandler,
   255         CVIMPSTUiDoubleListBoxTabViewControl(   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          */