Update contrib.
2 * Copyright (c) 1997-2009 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.
20 #ifndef __PDRRECRD_H__
21 #define __PDRRECRD_H__
28 Index of text styles used by printer description records.
40 /** Bold italic text. */
46 This class encapsulates a printer resource.
52 IMPORT_C static PdrResource* New();
53 IMPORT_C void Delete();
54 void Externalize(ostream& out);
56 /** Resource identifier. */
58 /** String containing the resource. */
62 class PdrResources : public Record
64 This class holds printer resources.
70 IMPORT_C static PdrResources* New();
71 IMPORT_C void Delete();
72 void Externalize(ostream& out);
73 IMPORT_C void AddResource(PdrResource* aResource);
77 ObjectList<PdrResource*> iPdrResourceList;
82 This class holds a translation between printer descriptions.
88 IMPORT_C static PdrTranslation* New();
89 IMPORT_C void Delete();
90 void Externalize(ostream& out);
92 /** Printer identifier to translate from. */
94 /** Printer identifier to translate to. */
95 String iTo; // !! Think about Unicode version
98 class PdrTranslates : public Record
100 This class encapsulates a list of printer description translations.
106 IMPORT_C static PdrTranslates* New();
107 IMPORT_C void Delete();
108 void Externalize(ostream& out);
109 IMPORT_C void AddTranslation(PdrTranslation* aTranslation);
113 ObjectList<PdrTranslation*> iPdrTranslationList;
118 This class is used to hold font widths. It is used by printer descriptions.
124 IMPORT_C static Width* New();
125 IMPORT_C void Delete();
126 void Externalize(ostream& out);
128 /** Font width in pixels. */
129 uint16 iWidthInPixels;
132 class WidthsCodeSection
134 This class encapsulates a list of font widths used by printer descriptions.
142 IMPORT_C static WidthsCodeSection* New();
143 IMPORT_C void Delete();
144 void Externalize(ostream& out);
145 IMPORT_C void AddWidth(Width* aWidth);
146 IMPORT_C Width* WidthList(int i);
147 IMPORT_C int NumWidths();
148 ~WidthsCodeSection();
150 /** Start of list. */
155 ObjectList<Width*> iWidthList;
158 class FontInfo : public Record
160 This class contains information about fonts. It is used by a printer description.
166 IMPORT_C static FontInfo* New();
167 IMPORT_C void Delete();
168 void Externalize(ostream& out);
169 IMPORT_C void AddCodeSection(WidthsCodeSection* aCodeSection);
170 IMPORT_C WidthsCodeSection* CodeSectionList(int i);
171 IMPORT_C int NumCodeSections();
175 /** Font ascent in pixels. */
176 uint16 iAscentInPixels;
177 /** Maximum font character width in pixels. */
178 uint16 iMaxCharWidthInPixels;
179 /** Normal font character width in pixels. */
180 uint16 iMaxNormalCharWidthInPixels;
182 ObjectList<WidthsCodeSection*> iCodeSectionList;
187 This class contains information about a font style used in a printer descriptions.
193 IMPORT_C static PdrStyle* New();
194 IMPORT_C void Delete();
195 void Externalize(ostream& out);
198 /** Determines whether the font is available for use. */
199 boolean iIsAvailable;
200 /** Reference to a record containing information about the font. */
206 This class stores information for use in printer descriptions about font heights
207 and relative scaling.
213 IMPORT_C static PdrFontHeight* New();
214 IMPORT_C void Delete();
215 void Externalize(ostream& out);
218 /** Command string associated with font height. */
219 String iCommandString;
220 /** Font height in twips. */
221 int32 iHeightInTwips;
222 /** Width scaling. */
224 /** Array containing space for four styles. */
225 PdrStyle iStyle[BoldItalic + 1]; // Array for four styles
228 class PdrScalableFontHeight
230 This class contains information on scalable fonts used by printer descriptions.
236 PdrScalableFontHeight();
237 void Externalize(ostream& out);
239 /** Contains a printer command string associated with this font. */
240 String iCommandString;
241 /** Minimum height in twips. */
242 int32 iHeightMinInTwips;
243 /** Maximum height in twips. */
244 int32 iHeightMaxInTwips;
245 /** Scale delta in twips. */
246 int32 iHeightDeltaInTwips;
247 /** Array for four styles. */
248 PdrStyle iStyle[BoldItalic + 1]; // Array for four styles
251 class TypefaceFonts : public Record
253 This class encapsulates a list of font heights for printer descriptions.
259 IMPORT_C static TypefaceFonts* New();
260 IMPORT_C void Delete();
261 void Externalize(ostream& out);
262 IMPORT_C void AddFontHeight(PdrFontHeight* aFontHeight);
263 IMPORT_C int NumFontHeights();
264 PdrFontHeight* FontHeightList(int i);
270 /** Determines whether the font height is scalable. */
273 ObjectList<PdrFontHeight*> iFontHeightList;
275 /** Describes a scalable font height. */
276 PdrScalableFontHeight iScalableFontHeight;
280 class TypefaceFontsEntry
282 This class encapsulates information about a printer font.
288 IMPORT_C static TypefaceFontsEntry* New(Record* aTypefaceFonts);
289 IMPORT_C void Delete();
290 void Externalize(ostream& out);
292 TypefaceFontsEntry(Record* aTypefaceFonts);
294 ~TypefaceFontsEntry();
296 /** Contains the font record. */
297 Record* iTypefaceFonts;
298 /** Determines whether the font can be used in portrait view. */
299 boolean iNotInPortrait;
300 /** Determines whether the font can be used in landscape view. */
301 boolean iNotInLandscape;
306 This class contains the margins used by a printer description.
312 void Externalize(ostream& out);
320 /** Bottom margin. */
324 class PdrExtraInfo : public Record
328 void Externalize(ostream& out);
330 ObjectList<String*> iInfo;
335 This class contains information about a printer model used by a printer description.
341 void Externalize(ostream& out);
342 IMPORT_C void AddTypefaceFontsEntry(TypefaceFontsEntry* aTypefaceFontsEntry);
343 int NumTypefaceFontsEntries();
344 TypefaceFontsEntry* TypefaceFontsEntryList(int i);
349 /** Flags associated with model. */
351 /** Pixel width in twips. */
352 int32 iKPixelWidthInTwips;
353 /** Pixel height in twips. */
354 int32 iKPixelHeightInTwips;
355 /** Portrait printng offset in twips. */
356 Point iPortraitOffsetInPixels;
357 /** Landscape printing offset in twips. */
358 Point iLandscapeOffsetInPixels;
359 /** Minimum margin in pixels. */
360 Margins iMinMarginsInPixels;
364 ObjectList<TypefaceFontsEntry*> iTypefaceFontsEntryList;
367 Record *iSpareRecord;
370 class PrinterModelEntry
372 This class contains information on a printer model.
379 void Externalize(ostream& out);
383 /** Whether a printer port is required. */
384 boolean iRequiresPrinterPort;
388 class PrinterModelHeader : public Record
390 This class encapsulates information about a printer model.
396 IMPORT_C static PrinterModelHeader* New();
397 IMPORT_C void Delete();
398 void Externalize(ostream& out);
399 void ExternalizeData(ostream& out);
400 boolean IsPdrModel();
402 /** Printer model entry. */
403 PrinterModelEntry iEntry;
404 /** Printer model information. */
408 class PdrStoreFile : public Record
410 This class stores printer description files.
416 IMPORT_C static PdrStoreFile* New();
417 IMPORT_C void Delete();
418 IMPORT_C void AddModel(PrinterModelHeader *aModel);
419 void Externalize(ostream& out);
423 void AddTypefaceFonts(TypefaceFonts* aTypefaceFonts);
424 void ExternalizeHeader(ostream& out);
425 void ExternalizeComponents(ostream& out);
427 /** Printer descriptor. */
431 RecordList iModelList;
432 RecordList iTypefaceFontsList;
433 RecordList iFontInfoList;
434 RecordList iResourcesList;
435 RecordList iTranslatesList;
436 // RecordList iExtraInfoList;
441 This class is used to store information about printer models, and externalize
442 it to external files.
448 IMPORT_C boolean Store(const String& aFilename);
449 IMPORT_C void AddPdrStoreFile(PdrStoreFile* aPdrStoreFile);
450 IMPORT_C void AddModel(PrinterModelHeader *aModel);
451 IMPORT_C Record* FindModel(String& aLabel);
452 IMPORT_C void AddTypefaceFonts(TypefaceFonts *aTypefaceFonts);
453 IMPORT_C Record* FindTypefaceFonts(String& aLabel);
454 IMPORT_C void AddFontInfo(FontInfo *aFontInfo);
455 IMPORT_C Record* FindFontInfo(String& aLabel);
456 IMPORT_C void AddResources(PdrResources *aResources);
457 IMPORT_C Record* FindResources(String& aLabel);
458 IMPORT_C void AddTranslates(PdrTranslates *aTranslates);
459 IMPORT_C Record* FindTranslates(String& aLabel);
460 // void AddExtraInfo(PdrExtraInfo *aInfo);
461 // Record* FindExtraInfo(String& aLabel);
465 /** This attribute is internal, and is not intended for use. */
466 PdrStoreFile* iPdrStoreFile;
467 RecordList iModelList;
468 RecordList iTypefaceFontsList;
469 RecordList iFontInfoList;
470 RecordList iResourcesList;
471 RecordList iTranslatesList;
472 // RecordList iExtraInfoList;