sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
* Header PDRREADR.H
|
sl@0
|
16 |
*
|
sl@0
|
17 |
*/
|
sl@0
|
18 |
|
sl@0
|
19 |
|
sl@0
|
20 |
#ifndef __PDRREADR_H__
|
sl@0
|
21 |
#define __PDRREADR_H__
|
sl@0
|
22 |
|
sl@0
|
23 |
#include "LEXICAL.H"
|
sl@0
|
24 |
#include "PDRRECRD.H"
|
sl@0
|
25 |
#include "READER.H"
|
sl@0
|
26 |
/**
|
sl@0
|
27 |
Resource identifiers
|
sl@0
|
28 |
@internalComponent
|
sl@0
|
29 |
*/
|
sl@0
|
30 |
const String IdentResources("Resources");
|
sl@0
|
31 |
const String IdentTranslates("Translates");
|
sl@0
|
32 |
const String IdentFontInfo("FontInfo");
|
sl@0
|
33 |
const String IdentTypefaceFonts("TypefaceFonts");
|
sl@0
|
34 |
const String IdentModel("Model");
|
sl@0
|
35 |
const String IdentPdrStoreFile("PdrStoreFile");
|
sl@0
|
36 |
//const String IdentExtraInfo("ExtraInfo");
|
sl@0
|
37 |
/**
|
sl@0
|
38 |
Resources identifiers
|
sl@0
|
39 |
@internalComponent
|
sl@0
|
40 |
*/
|
sl@0
|
41 |
const String IdentEndResources("EndResources");
|
sl@0
|
42 |
|
sl@0
|
43 |
/**
|
sl@0
|
44 |
Translates identifiers
|
sl@0
|
45 |
@internalComponent
|
sl@0
|
46 |
*/
|
sl@0
|
47 |
const String IdentEndTranslates("EndTranslates");
|
sl@0
|
48 |
/**
|
sl@0
|
49 |
Codesection identifiers
|
sl@0
|
50 |
@internalComponent
|
sl@0
|
51 |
*/
|
sl@0
|
52 |
const String IdentEndCodeSection("EndCodeSection");
|
sl@0
|
53 |
|
sl@0
|
54 |
/**
|
sl@0
|
55 |
Fontinfo identifiers
|
sl@0
|
56 |
@internalComponent
|
sl@0
|
57 |
*/
|
sl@0
|
58 |
const String IdentEndFontInfo("EndFontInfo");
|
sl@0
|
59 |
const String IdentAscent("Ascent");
|
sl@0
|
60 |
const String IdentMaxNormalCharWidth("MaxNormalCharWidth");
|
sl@0
|
61 |
const String IdentCodeSection("CodeSection");
|
sl@0
|
62 |
|
sl@0
|
63 |
/**
|
sl@0
|
64 |
Fontheight identifiers
|
sl@0
|
65 |
@internalComponent
|
sl@0
|
66 |
*/
|
sl@0
|
67 |
const String IdentEndFontHeight("EndFontHeight");
|
sl@0
|
68 |
const String IdentHeight("Height");
|
sl@0
|
69 |
const String IdentWidthScale("WidthScale");
|
sl@0
|
70 |
const String IdentNormal("Normal");
|
sl@0
|
71 |
const String IdentBold("Bold");
|
sl@0
|
72 |
const String IdentItalic("Italic");
|
sl@0
|
73 |
const String IdentBoldItalic("BoldItalic");
|
sl@0
|
74 |
const String IdentCommand("Command");
|
sl@0
|
75 |
|
sl@0
|
76 |
/**
|
sl@0
|
77 |
Scalable fontheight identifiers
|
sl@0
|
78 |
@internalComponent
|
sl@0
|
79 |
*/
|
sl@0
|
80 |
const String IdentEndScalableFontHeight("EndScalableFontHeight");
|
sl@0
|
81 |
const String IdentHeightMin("HeightMin");
|
sl@0
|
82 |
const String IdentHeightMax("HeightMax");
|
sl@0
|
83 |
const String IdentHeightDelta("HeightDelta");
|
sl@0
|
84 |
// uses FontHeight IdentNormal etc
|
sl@0
|
85 |
/**
|
sl@0
|
86 |
Typefacefonts identifiers
|
sl@0
|
87 |
@internalComponent
|
sl@0
|
88 |
*/
|
sl@0
|
89 |
const String IdentEndTypefaceFonts("EndTypefaceFonts");
|
sl@0
|
90 |
const String IdentTypefaceTranslates("Translates");
|
sl@0
|
91 |
const String IdentTypefaceName("Name");
|
sl@0
|
92 |
const String IdentProportional("Proportional");
|
sl@0
|
93 |
const String IdentSerif("Serif");
|
sl@0
|
94 |
const String IdentSymbol("Symbol");
|
sl@0
|
95 |
const String IdentFontHeight("FontHeight");
|
sl@0
|
96 |
const String IdentScalableFontHeight("ScalableFontHeight");
|
sl@0
|
97 |
|
sl@0
|
98 |
// Extra info identifiers
|
sl@0
|
99 |
//const String IdentEndExtraInfo("EndExtraInfo");
|
sl@0
|
100 |
/**
|
sl@0
|
101 |
Model identifiers
|
sl@0
|
102 |
@internalComponent
|
sl@0
|
103 |
*/
|
sl@0
|
104 |
const String IdentEndModel("EndModel");
|
sl@0
|
105 |
const String IdentModelName("Name");
|
sl@0
|
106 |
const String IdentRequiresPrinterPort("RequiresPrinterPort");
|
sl@0
|
107 |
const String IdentModelFlags("Flags");
|
sl@0
|
108 |
const String IdentModelUid("Uid");
|
sl@0
|
109 |
const String IdentModelResources("Resources");
|
sl@0
|
110 |
const String IdentKPixelWidth("KPixelWidth");
|
sl@0
|
111 |
const String IdentKPixelHeight("KPixelHeight");
|
sl@0
|
112 |
const String IdentPortraitOffset("PortraitOffset");
|
sl@0
|
113 |
const String IdentLandscapeOffset("LandscapeOffset");
|
sl@0
|
114 |
const String IdentMinMarginLeft("MinMarginLeft");
|
sl@0
|
115 |
const String IdentMinMarginRight("MinMarginRight");
|
sl@0
|
116 |
const String IdentMinMarginTop("MinMarginTop");
|
sl@0
|
117 |
const String IdentMinMarginBottom("MinMarginBottom");
|
sl@0
|
118 |
const String IdentDisplayMode("DisplayMode");
|
sl@0
|
119 |
const String IdentTypefaceFontss("TypefaceFontss");
|
sl@0
|
120 |
const String IdentSpareRecord("SpareRecord");
|
sl@0
|
121 |
|
sl@0
|
122 |
/**
|
sl@0
|
123 |
Typefacefontsentry identifiers
|
sl@0
|
124 |
@internalComponent
|
sl@0
|
125 |
*/
|
sl@0
|
126 |
const String IdentEndTypefaceFontss("EndTypefaceFontss");
|
sl@0
|
127 |
const String IdentNotInPortrait("NotInPortrait");
|
sl@0
|
128 |
const String IdentNotInLandscape("NotInLandscape");
|
sl@0
|
129 |
|
sl@0
|
130 |
/**
|
sl@0
|
131 |
Pdrstorefile identifiers
|
sl@0
|
132 |
@internalComponent
|
sl@0
|
133 |
*/
|
sl@0
|
134 |
const String IdentEndPdrStoreFile("EndPdrStoreFile");
|
sl@0
|
135 |
const String IdentPDLName("PDLName");
|
sl@0
|
136 |
const String IdentPDLUid("PDLUid");
|
sl@0
|
137 |
const String IdentModels("Models");
|
sl@0
|
138 |
const String IdentEndModels("EndModels");
|
sl@0
|
139 |
|
sl@0
|
140 |
class PdrReader : public Reader
|
sl@0
|
141 |
/**
|
sl@0
|
142 |
@internalComponent
|
sl@0
|
143 |
*/
|
sl@0
|
144 |
{
|
sl@0
|
145 |
public:
|
sl@0
|
146 |
IMPORT_C PdrReader();
|
sl@0
|
147 |
IMPORT_C boolean Read(const String& aFilename);
|
sl@0
|
148 |
IMPORT_C ~PdrReader();
|
sl@0
|
149 |
boolean ReadResources();
|
sl@0
|
150 |
boolean ReadTranslates();
|
sl@0
|
151 |
boolean ReadCodeSection(int aCode);
|
sl@0
|
152 |
boolean ReadFontInfo();
|
sl@0
|
153 |
boolean ReadStyle();
|
sl@0
|
154 |
boolean ReadFontHeight();
|
sl@0
|
155 |
boolean ReadScalableFontHeight();
|
sl@0
|
156 |
boolean ReadTypefaceFonts();
|
sl@0
|
157 |
boolean ReadModel();
|
sl@0
|
158 |
boolean ReadPdrStoreFile();
|
sl@0
|
159 |
IMPORT_C boolean Store(const String& aFilename);
|
sl@0
|
160 |
boolean Command(String& aCommand);
|
sl@0
|
161 |
// boolean ReadExtraInfo();
|
sl@0
|
162 |
protected:
|
sl@0
|
163 |
PdrModelStore iPdrModelStore;
|
sl@0
|
164 |
PdrStoreFile* iPdrStoreFile;
|
sl@0
|
165 |
PdrResources* iResources;
|
sl@0
|
166 |
PdrTranslates* iTranslates;
|
sl@0
|
167 |
WidthsCodeSection* iCodeSection;
|
sl@0
|
168 |
FontInfo* iFontInfo;
|
sl@0
|
169 |
StyleIndex iIndex;
|
sl@0
|
170 |
PdrFontHeight* iFontHeight;
|
sl@0
|
171 |
TypefaceFonts* iTypefaceFonts;
|
sl@0
|
172 |
PrinterModelHeader* iModel;
|
sl@0
|
173 |
};
|
sl@0
|
174 |
|
sl@0
|
175 |
#endif
|