graphicsuis_plat/svgt_viewer_ui_api/inc/SVGTUIDialog.hrh
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graphicsuis_plat/svgt_viewer_ui_api/inc/SVGTUIDialog.hrh	Thu Sep 09 11:17:40 2010 +0300
@@ -0,0 +1,91 @@
+/*
+* Copyright (c) 2004,2005 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 SVGT Dialog.
+*
+*/
+
+#ifndef SVGTUIDIALOG_HRH
+#define SVGTUIDIALOG_HRH
+
+    
+// DATA TYPES
+
+enum TSVGTNotes         // UI Note type enumerations
+    {
+    ESvgtWaitNote = 1
+    };
+
+enum TSVGTUIDialogIds   // SVGTUIDialog enumerate command codes
+    {
+    ESvgtDlgCommand1 = 0x6000,  // start value must not be 0
+    ESvgtDlgSaveCommand,
+    ESvgtDlgZoomInCommand,
+    ESvgtDlgZoomOutCommand,
+    ESvgtDlgSelectTextCommand,
+    ESvgtDlgEditTextCommand,
+    ESvgtDlgPlayCommand,
+    ESvgtDlgPauseCommand,
+    ESvgtDlgStopCommand,
+    ESvgtDlgLoopCascadeCommand,
+//Audio commands
+#ifdef RD_SVGT_AUDIO_SUPPORT
+    ESvgtDlgSetVolumeCommand,
+    ESvgtDlgMuteCommand,
+    ESvgtDlgUnmuteCommand,
+#endif //RD_SVGT_AUDIO_SUPPORT    
+//end    
+    ESvgtDlgLoopOnCommand,
+    ESvgtDlgLoopOffCommand,
+    ESvgtDlgFindTextCommand,
+    ESvgtDlgFullScreenCommand,
+    ESvgtDlgNormalScreenCommand,
+    ESvgtDlgViewDetailsCommand,
+    ESvgtDlgListDownloadCommand,
+    ESvgtDlgListRotateCascadeCommand,
+    ESvgtDlgAngle90,
+    ESvgtDlgAngle180,
+    ESvgtDlgAngle270,
+    ESvgtDlgAngle360,
+    ESvgtDlgHelpCommand,
+    ESvgtDlgZoomOptimalCommand
+    };
+
+enum {ESVGTDialogCustControlIdData = 1};
+enum {ESVGTCustControl = 1000};
+
+enum TSVGTStandardRotationAngles
+	{
+	ERotationAngle45 = 45,
+	ERotationAngle90 = 90,
+	ERotationAngle180 = 180,
+	ERotationAngle270 = 270
+	};
+	
+enum TSVGTNumericKeys
+	{
+	ENumberKey0 = 48,
+	ENumberKey1,
+	ENumberKey2,
+	ENumberKey3,
+	ENumberKey4,
+	ENumberKey5,
+	ENumberKey6,
+	ENumberKey7,
+	ENumberKey8,
+	ENumberKey9
+	};
+	
+#endif // SVGTUIDIALOG_HRH
+
+// End of File