ui/inc/glxcommandhandlers.hrh
author Pat Downey <patd@symbian.org>
Tue, 18 May 2010 12:19:10 +0100
changeset 31 e7ef9a1d6228
parent 29 2c833fc9e98f
child 36 6481344a6d67
permissions -rw-r--r--
Merge docml changeset with recent Nokia delivery.

/*
* Copyright (c) 2008-2009 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:  Command ids
*
*/


#ifndef __GLXCOMMANDHANDLERS_HRH__
#define __GLXCOMMANDHANDLERS_HRH__


#ifdef __PEN_SUPPORT 
//#define __PHOTOS_MATRIX_PENSUPPORT
#define __PHOTOS_TOOLBAR_PENSUPPORT
#endif

/**
 * @internal reviewed 08/02/2008 by Rhodri Byles
 */

// CONSTANTS

enum TGlxCommandId
    {
    EGlxCmdHandled    = 0x0000,
    EGlxCmdAddToAlbum = 0x5500,
    EGlxCmdOptions,
    EGlxCmdDelete,
    EGlxCmdAddTag,
    EGlxCmdStateView,
    EGlxCmdStateBrowse,
    EGlxCmdDetails,
    EGlxCmdUpload,
    EGlxCmdRotate,
    EGlxCmdRotateLeft,
    EGlxCmdRotateRight,
    EGlxCmdSlideshowPlay,
    EGlxCmdSlideshowSettings,   
    EGlxCmdDrmMoreInfoOnline,
    EGlxCmdDrmGetPreview,
    EGlxCmdDrmPlayPreview,
    EGlxCmdStartMultipleMarking,
    EGlxCmdEndMultipleMarking,
    EGlxCmdMarkingSubmenu,
    EGlxCmdAddMedia,
    EGlxCmdRemoveFrom,
    EGlxCmdFirstSlideshow,   //play the slide show with first item
    EGlxCmdSelectSlideshow,  //play the slide show with selected item
    EGlxCmdAlbumSlideShow,   //play the slide show for a album
    EGlxCmdRename,
    EGlxCmdAddToFav,
    EGlxCmdRemoveFromFav,
    EGlxCmdPlay,
    EGlxCmdDRMOpen,
    EGlxCmdShowOnlineInfo,
    EGlxCmdDownloadImages,
    EGlxCmdDownloadVideos,
    EGlxCmdCopy,
    EGlxCmdMove,
    EGlxCmdCopyMoveSubmenu,
    EGlxCmdSend,
    EGlxShowViaUpnp,
    EGlxStopShowing,
    EGlxShowViaUpnpSubmenuVersion,
    EGlxStopShowingSubmenuVersion,
    EGlxHomeNetworkSubmenu,
    EGlxCopyToHomeNetwork,
    EGlxCmdHideUI,
    EGlxCmdSortByAlphabetical,
    EGlxCmdSortByCount,
    EGlxCmdDisableAnimations,
    EGlxCmdEnableAnimations,
    EGlxCmdDetailsOption,
    EGlxCmdAiwPrint,
    EGlxCmdAiwAssign,
    EGlxCmdAiwEdit,
    EGlxCmdAiwShowMap,
    EGlxCmdSelectMarked,
    EGlxCmdFullScreenBack,
    EGlxCmdShowViaUpnpStateChanged,
    EGlxCmdResetView,
    EGlxCmdActivateStateView,
    EGlxCmdShow,
    EGlxCmdShowAll,
    EGlxCmdShowImages,
    EGlxCmdShowVideos,
    EGlxCmdAllGridOpen,
    EGlxCmdFullScreenOpen,
    EGlxCmdAlbumGridOpen,
    EGlxCmdAlbumListOpen,
    EGlxCmdCameraOpen,
    EGlxCmdDetailsOpen,
    EGlxCmdEmptyData,
    EGlxCmdOviOpen,
    EGlxCmdBack,
    EGlxCmdSelect,
    EGlxCmdCancel,
    EGlxCmdMarkAll,
    EGlxCmdUnMarkAll,
    EGlxCmdContextRemoveFrom,
    EGlxCmdContextAddToAlbum,
    EGlxCmdContextDelete,
    EGlxCmdContextAlbumDelete,
    EGlxCmdContextSend,
    EGlxCmdContextRename,
    EGlxCmdSetupItem,
    EGlxCmdAiwBase = 0x6000
    };

#endif  // __GLXCOMMANDHANDLERS_HRH__