app/inc/mpmainwindow.h
changeset 48 af3740e3753f
parent 42 79c49924ae23
child 51 560ce2306a17
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    28 // Forward declarations
    28 // Forward declarations
    29 class MpxViewPlugin;
    29 class MpxViewPlugin;
    30 class MusicServices;
    30 class MusicServices;
    31 class MpGlobalPopupHandler;
    31 class MpGlobalPopupHandler;
    32 class HbActivityManager;
    32 class HbActivityManager;
       
    33 class MpMediaController;
    33 
    34 
    34 // Class declaration
    35 // Class declaration
    35 class MpMainWindow: public MpxViewFramework
    36 class MpMainWindow: public MpxViewFramework
    36 {
    37 {
    37     Q_OBJECT
    38     Q_OBJECT
    88     MpxViewPlugin         *mCurrentViewPlugin;    // Own
    89     MpxViewPlugin         *mCurrentViewPlugin;    // Own
    89     ViewType              mVerticalViewType;
    90     ViewType              mVerticalViewType;
    90     MusicServices         *mMusicServices;         // Own
    91     MusicServices         *mMusicServices;         // Own
    91     MpGlobalPopupHandler  *mPopupHandler;          // Own
    92     MpGlobalPopupHandler  *mPopupHandler;          // Own
    92     bool                   mUserExit;
    93     bool                   mUserExit;
    93     HbActivityManager     *mActivityManager;       //Not Own
    94     HbActivityManager     *mActivityManager;       // Not Own
       
    95     MpMediaController     *mMpMediaController;     // Own
    94 
    96 
    95 };
    97 };
    96 
    98 
    97 #endif // MPMAINVIEW_H
    99 #endif // MPMAINVIEW_H