--- a/meetingrequest/mrgui/inc/cesmrtitlepane.h Mon Mar 15 12:39:10 2010 +0200
+++ b/meetingrequest/mrgui/inc/cesmrtitlepane.h Wed Mar 31 21:08:33 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 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"
@@ -19,7 +19,7 @@
#define CESMRTITLEPANE_H
#include <coecntrl.h>
-#include <AknsItemID.h>
+#include "nmrbitmapmanager.h"
//<cmail>
#include "mesmrcalentry.h"
#include "esmrdef.h"
@@ -51,18 +51,6 @@
void SizeChanged();
public:
- /**
- * Handle set the priority
- * @param aPriority
- */
- void HandleSetPriorityCmdL( TInt aPriority );
- /**
- * Sets the priority indicator for this pane
- *
- * @param aPriority - priority to be set
- * @param aEntryType - entry type
- */
- void SetPriorityL(TUint aPriority );
/**
* Sets the text for this pane
@@ -77,31 +65,14 @@
*/
void InternalizeL( MESMRCalEntry& aEntry );
- /**
- * Called by the view component. Title pane stores the priority of entry
- * @param aEntry Current calendar entry
- */
- void ExternalizeL( MESMRCalEntry& aEntry );
-
- /**
- * Set default icon for the view if needed
- */
- void SetDefaultIcon(TBool aDefault);
private:
CESMRTitlePane();
void ConstructL();
- void CreateIconL( TAknsItemID aIconID );
private:
- /// Own: Current priority
- TUint iPriority;
/// Own: entry type:
MESMRCalEntry::TESMRCalEntryType iEntryType;
- /// Own: do we have a default icon
- TBool iDefaultIcon;
- /// Own: Field icon
- CMRImage* iIcon;
/// Own: Field text label
CMRLabel* iTitle;
};