uiservicetab/vimpstui/src/cvimpstuitabbedview.cpp
branchRCL_3
changeset 27 2b7283837edb
parent 20 6b620215f837
equal deleted inserted replaced
25:fda5a9396e07 27:2b7283837edb
    81 #include "cvimpststoragemanagerfactory.h"
    81 #include "cvimpststoragemanagerfactory.h"
    82 #include "mvimpststorageserviceview.h"
    82 #include "mvimpststorageserviceview.h"
    83 #include "cvimpstuimenuextension.h"
    83 #include "cvimpstuimenuextension.h"
    84 
    84 
    85 //resource
    85 //resource
    86 #include <ExtensionManagerRes.rsg>
    86 #include <extensionmanagerres.rsg>
    87 #include <vimpstuires.rsg>
    87 #include <vimpstuires.rsg>
    88 
    88 
    89 //CCA
    89 //CCA
    90 #include <mccaparameter.h>
    90 #include <mccaparameter.h>
    91 #include <ccafactory.h>
    91 #include <ccafactory.h>
  1088     if (!iContainer&& !iContainerCreationStarted)
  1088     if (!iContainer&& !iContainerCreationStarted)
  1089         {
  1089         {
  1090         iContainerCreationStarted = ETrue;
  1090         iContainerCreationStarted = ETrue;
  1091         iContainer = MVIMPSTUiTabbedViewControlFactory::NewTabControlL(*this,
  1091         iContainer = MVIMPSTUiTabbedViewControlFactory::NewTabControlL(*this,
  1092                 &iView,iCommandHandler, iServiceId,
  1092                 &iView,iCommandHandler, iServiceId,
  1093                 *iBrandHandler, iEngine);
  1093                 *iBrandHandler, iEngine, iView.Cba());
  1094         // take the control pointer
  1094         // take the control pointer
  1095         CCoeControl* cCoeControl = iContainer->CoeControl();
  1095         CCoeControl* cCoeControl = iContainer->CoeControl();
  1096         iAppUi->AddToStackL( iView, cCoeControl );
  1096         iAppUi->AddToStackL( iView, cCoeControl );
  1097         cCoeControl->SetMopParent( &iView );        
  1097         cCoeControl->SetMopParent( &iView );        
  1098         cCoeControl->SetRect( iView.ClientRect() ); 
  1098         cCoeControl->SetRect( iView.ClientRect() );