musicplayer_plat/mpx_music_player_app_api/inc/mpxappui.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:48:30 +0200
branchRCL_3
changeset 11 13afc0e517bd
parent 0 ff3acec5bc43
child 14 943ff5625028
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource header for project mpxmusicplayer
*
*/



#ifndef MPXAPPUI_HRH
#define MPXAPPUI_HRH

// ENUMS
enum TMPXAppUiCommandIds
    {
    EMPXCmdPlay = 0x2000,
    EMPXCmdPause,
    EMPXCmdStop,
    EMPXCmdNext,
    EMPXCmdPrevious,
    EMPXCmdSeekForward,
    EMPXCmdSeekBackward,
    EMPXCmdStopSeeking,
    EMPXCmdVolumeUp,
    EMPXCmdVolumeDown,
    EMPXCmdVolumeChanged,
    EMPXCmdForcePlay,
    EMPXCmdSaveAndReopen,
    EMPXCmdSaveAndExit,
    EMPXCmdSaveAndExitHostApp,
    EMPXCmdSaveCancelled,
    EMPXCmdSaveComplete,
    EMPXCmdGoToNowPlaying,
    EMPXCmdPlayPause,
    EMPXCmdIsFileSaved,
    EMPXCmdAfterSaveUseAsCascade,
    EMPXCmdAfterSaveAiwCmdAssign,
    EMPXCmdSaveForUseAsRingtone,
    EMPXCmdSaveForUseAsContact,
    EMPXCmdSaveNotProgress,
    EMPXCmdIgnoreExternalCommand,
    EMPXCmdHandleExternalCommand,
    EMPXCmdHideApp,
    EMPXCmdGotoCollection,
    EMPXCmdVolumeMute,
    EMPXCmdVolumeUnMute,
    EMPXCmdCancelReorder,
    EMPXCmdCheckIADUpdates

    };
#endif  // MPXAPPUI_HRH

// End of File