mmsharing/mmshui/inc/musuisendviewcontainer.h
branchRCL_3
changeset 24 407431f36921
parent 0 f0cf47e981f9
equal deleted inserted replaced
21:ce86b6d44a6d 24:407431f36921
    75      * Symbian second-phase constructor.
    75      * Symbian second-phase constructor.
    76      *
    76      *
    77      * @param aView         Parent view of container.
    77      * @param aView         Parent view of container.
    78      * @param aRect         Frame rectangle for container.
    78      * @param aRect         Frame rectangle for container.
    79      * @param aInputParams  Packaged data.
    79      * @param aInputParams  Packaged data.
       
    80      * @param aContainerVisible
       
    81      * @param aIndicatorVisible
    80      */
    82      */
    81     void ConstructL( CMusUiGeneralView* aView, 
    83     void ConstructL( CMusUiGeneralView* aView, 
    82                      const TRect& aRect,
    84                      const TRect& aRect,
    83                      TAknOrientation aIndicatorLayout );
    85                      TAknOrientation aIndicatorLayout,
       
    86                      TBool aContainerVisible = EFalse,
       
    87                      TBool aIndicatorVisible = EFalse );
    84 
    88 
    85 
    89 
    86 private: // from base class CCoeControl
    90 private: // from base class CCoeControl
    87 
    91 
    88     /**
    92     /**