emailuis/emailui/inc/ncscomposeview.h
branchRCL_3
changeset 11 0396474f30f5
parent 8 e1b6206813b4
child 13 8592a65ad3fb
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
    50 class CAknsLayeredBackgroundControlContext;
    50 class CAknsLayeredBackgroundControlContext;
    51 class CFsAutoSaver;
    51 class CFsAutoSaver;
    52 class CAknWaitDialog;
    52 class CAknWaitDialog;
    53 class CActiveHelper;
    53 class CActiveHelper;
    54 class CAknStylusPopUpMenu;
    54 class CAknStylusPopUpMenu;
       
    55 class CAknToolbarExtension;
    55 
    56 
    56 
    57 
    57 const TInt KErrNcsComposeViewNotReady = KErrNotReady - 1000;
    58 const TInt KErrNcsComposeViewNotReady = KErrNotReady - 1000;
    58 
    59 
    59 /**
    60 /**
   202     void ChildDoActivateL( const TVwsViewId& aPrevViewId,
   203     void ChildDoActivateL( const TVwsViewId& aPrevViewId,
   203             TUid aCustomMessageId,
   204             TUid aCustomMessageId,
   204             const TDesC8& aCustomMessage );  
   205             const TDesC8& aCustomMessage );  
   205 
   206 
   206     /**
   207     /**
       
   208      * From MAknToolbarObserver.
       
   209      */
       
   210     void DynInitToolbarL( TInt aResourceId, CAknToolbar* aToolbar );
       
   211 
       
   212     /**
   207      *  @see CFsEmailUiViewBase::OfferToolbarEventL
   213      *  @see CFsEmailUiViewBase::OfferToolbarEventL
   208      */
   214      */
   209     void OfferToolbarEventL( TInt aCommand );
   215     void OfferToolbarEventL( TInt aCommand );
   210 
   216 
   211     /**
   217     /**
   469     
   475     
   470     // First start function to improve app loading perf.
   476     // First start function to improve app loading perf.
   471     void DoFirstStartL();
   477     void DoFirstStartL();
   472     
   478     
   473     static TInt AsyncExit( TAny* aSelfPtr );
   479     static TInt AsyncExit( TAny* aSelfPtr );
   474     
   480 
   475     //void AsyncExitL(); //<cmail> made public
   481     // Gets button from toolbar extension.
       
   482     CAknButton* Button( TInt aCmdId, 
       
   483         CAknToolbarExtension* aExtension = NULL );
       
   484 
   476 private:   // Constructors and destructor
   485 private:   // Constructors and destructor
   477 
   486 
   478     /**
   487     /**
   479     * CNcsComposeView
   488     * CNcsComposeView
   480     * C++ default constructor.
   489     * C++ default constructor.