fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUiAvkonStylusPopUpMenu.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
--- a/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUiAvkonStylusPopUpMenu.h	Tue Jul 06 14:38:41 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-/*
-* Copyright (c) 2007 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:           
-*       Avkon implementation of the FEP's UI component access
-*
-*/
-
-
-
-
-
-
-
-
-
-
-
-#ifndef AKNFEPUIAVKONSTYLUSPOPUPMENU_H
-#define AKNFEPUIAVKONSTYLUSPOPUPMENU_H
-
-#include "AknFepUiStylusPopupMenu.h"
-#include <eikmobs.h>
-
-class CAknStylusPopUpMenu;
-class MAknFepUiInterfaceMenuObserver;
-
-
-class CAknFepUIAvkonStylusPopUpMenu : public CAknFepUiInterfaceStylusPopUpMenu, public MEikMenuObserver
-	{
-public:
-	~CAknFepUIAvkonStylusPopUpMenu();
-	void ConstructL(MAknFepUiInterfaceMenuObserver* aObserver, const TPoint& aPoint);
-
-public:
-    void AddMenuItemL(const TDesC& aItem, const TInt aCommandId);
-    void SetPosition(const TPoint& aPoint);    
-    void ShowMenu();
-
-private:	// from MEikMenuObserver
-	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
-	void DynInitMenuBarL(TInt aResourceId,CEikMenuBar* aMenuBar);
-	void SetEmphasis(CCoeControl* aMenuControl,TBool aEmphasis);
-
-private:	// from MEikCommandObserver
-	void ProcessCommandL(TInt aCommandId);
-
-private:
-	MAknFepUiInterfaceMenuObserver* iObserver;
-	CAknStylusPopUpMenu* iPopupMenu;
-	};
-
-
-#endif