1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef DISPLAYADDITION_H
17 #define DISPLAYADDITION_H
18 // miscellaneous typedefs
20 /** @internalComponent
21 WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
23 typedef TBuf8<1024> TConstructorBuf8;
24 // implementation class
27 // miscellaneous enums
30 /** @internalComponent
31 WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
33 enum TDisplayType // implementation class
39 /** @internalComponent
40 WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
42 enum TAnalogDisplayHandFeatureType // implementation class
44 EAnalogDisplayHandFeatureLine,
45 EAnalogDisplayHandFeaturePolyLine,
46 EAnalogDisplayHandFeatureCircle
50 // display-addition class
53 class TDisplayAddition
54 /** This class is used in the derivation of TAnalogDisplayHand and TDigitalDisplayTextSection.
57 WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
61 const TDesC8& Buf() const;
63 TConstructorBuf8 iBuf;
66 #endif // DISPLAYADDITION_H