photosgallery/slideshow/engine/coresrc/shwplaybackfactory.h
branchRCL_3
changeset 17 a60acebbbd9d
parent 0 4e91876724a2
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
    88         RPointerArray< MShwEventPublisher > EventPublishers();
    88         RPointerArray< MShwEventPublisher > EventPublishers();
    89         
    89         
    90         /// @ref CShwSlideshowEngine::AvailableEffectsL
    90         /// @ref CShwSlideshowEngine::AvailableEffectsL
    91         static void AvailableEffectsL( RArray<TShwEffectInfo>& aEffects );
    91         static void AvailableEffectsL( RArray<TShwEffectInfo>& aEffects );
    92         
    92         
       
    93         /// @ref CShwSlideshowEngine::GetMusicVolumeL
       
    94         void GetMusicVolumeL();
       
    95         
    93     private:
    96     private:
    94 
    97 
    95         /// Own: The implementation of the class, hidden from the clients
    98         /// Own: The implementation of the class, hidden from the clients
    96         class CShwPlaybackFactoryImpl;
    99         class CShwPlaybackFactoryImpl;
    97         CShwPlaybackFactoryImpl* iImpl;
   100         CShwPlaybackFactoryImpl* iImpl;