2 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #if !defined(__EIKHGDLG_H__)
20 #define __EIKHGDLG_H__
22 #if !defined(__EIKDIALG_H__)
26 #if !defined(__COECNTRL_H__)
30 #if !defined(__EIKENV_H__)
36 class CSchedulerShaker;
38 class TEikHeapFailModel
51 // class CEikDebugKeys
54 class CEikDebugKeys : public CCoeControl, public MEikDebugKeys
58 IMPORT_C void HandlePointerEventL(const TPointerEvent& aPointerEvent);
59 private: // from MEikDebugKeys
63 virtual TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
64 void InfoNote(const TDesC& aDes);
66 friend class CEikonEnv;
67 // friend class CDebugKeysDlg;
68 // friend class CDebugKeysAppUi;
69 TEikHeapFailModel iModel;
71 CCoeRedrawer* iPhantomBorderDrawer;
72 CSchedulerShaker* iSchedulerShaker;
80 class CEikDebugWin : public CCoeControl
84 IMPORT_C void HandlePointerEventL(const TPointerEvent& aPointerEvent);
86 void Draw(const TRect& aRect) const;