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