inc/mpcommondefs.h
changeset 20 82baf59ce8dd
parent 19 4e84c994a771
child 22 ecf06a08d4d9
equal deleted inserted replaced
19:4e84c994a771 20:82baf59ce8dd
    24 {
    24 {
    25     // UID definition
    25     // UID definition
    26     const long int KMusicPlayerUid      = {0x10207C62};
    26     const long int KMusicPlayerUid      = {0x10207C62};
    27     const long int KCollectionViewUid   = {0x10207C63};
    27     const long int KCollectionViewUid   = {0x10207C63};
    28     const long int KPlaybackViewUid     = {0x10207C64};
    28     const long int KPlaybackViewUid     = {0x10207C64};
       
    29     const long int KSettingsViewUid     = {0x10207C66};
       
    30     const long int KDetailsViewUid      = {0x2002D0AA};
    29 
    31 
    30     /*!
    32     /*!
    31      Command code sent from the views to the application main window
    33      Command code sent from the views to the application main window
    32      through command signal.
    34      through command signal.
    33      */
    35      */
    34     enum MpCommandCode {
    36     enum MpCommandCode {
    35         Exit,
    37         Exit,
    36         ActivateCollectionView,
    38         ActivateCollectionView,
    37         ActivatePlaybackView
    39         ActivatePlaybackView,
       
    40 		ActivateSettingsView,
       
    41 		ActivateDetailsView
    38     };
    42     };
    39 
    43 
    40     /*!
    44     /*!
    41      View's mode.
    45      View's mode.
    42      DefaultView - Default mode; normal Music Player operation.
    46      DefaultView - Default mode; normal Music Player operation.