messagingappbase/msgavkon/muiu_internal/inc/MessagingInternalPSKeys.h
changeset 0 72b543305e3a
child 9 1d7827e39b52
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingappbase/msgavkon/muiu_internal/inc/MessagingInternalPSKeys.h	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,53 @@
+/*
+* Copyright (c) 2002-2004 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:   Publish & Subscribe key identifiers for the S60 messaging UI
+*                components
+*
+*/
+
+
+
+#ifndef MESSAGINGINTERNALPSKEYS_H
+#define MESSAGINGINTERNALPSKEYS_H
+
+const TUid KPSUidMuiu = {0x101F87F1};
+
+//
+// The number of currently open message editors. The field is set as zero when 
+// the user changes the message store between the phone and MMC. The message 
+// editors should observe this and exit immediately.
+//
+const TUint32 KMuiuSysOpenMsgEditors = 0x00000001;
+
+// Message viewer fast open previous/next message. Message id viewer had
+// open when it exited. MCE uses this to focus/open correct message after
+// viewer exit.
+const TUint32 KMuiuKeyCurrentMsg = 0x00000002;
+
+// The New PSK introduced from 5.0
+// Tells whether Templates dialog is opened in the MCE main view
+const TUint32 KMceTemplatesDialog = 0x00000003;
+
+// The New PSK introduced from 5.0
+
+const TUid KPSUidMsgEditor	=	{0x101F87FF};
+
+//
+// The number of currently standalone open message editors. The field is set to One by SendUI when we launch 
+// a new standalone editor. When we try to launch another Standalone message editor when already one is existing, 
+// The message editors should observe this and clsoe the previously launched standalone message editor. .
+//
+
+const TUint32 KMuiuStandAloneOpenMsgEditors = 0x00000001;
+#endif // MESSAGINGINTERNALPSKEYS_H