Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

GlobalParams Class Reference

#include <GlobalParams.h>

List of all members.

Public Methods

 GlobalParams (char *cfgFileName)
 ~GlobalParams ()
void setupBaseFonts (char *dir)
CharCode getMacRomanCharCode (char *charName)
Unicode mapNameToUnicode (char *charName)
UnicodeMapgetResidentUnicodeMap (GString *encodingName)
FILE * getUnicodeMapFile (GString *encodingName)
FILE * findCMapFile (GString *collection, GString *cMapName)
FILE * findToUnicodeFile (GString *name)
DisplayFontParamgetDisplayFont (GString *fontName)
DisplayFontParamgetDisplayCIDFont (GString *fontName, GString *collection)
GStringgetPSFile ()
int getPSPaperWidth ()
int getPSPaperHeight ()
void getPSImageableArea (int *llx, int *lly, int *urx, int *ury)
GBool getPSDuplex ()
GBool getPSCrop ()
GBool getPSExpandSmaller ()
GBool getPSShrinkLarger ()
GBool getPSCenter ()
PSLevel getPSLevel ()
PSFontParamgetPSFont (GString *fontName)
PSFontParamgetPSFont16 (GString *fontName, GString *collection, int wMode)
GBool getPSEmbedType1 ()
GBool getPSEmbedTrueType ()
GBool getPSEmbedCIDPostScript ()
GBool getPSEmbedCIDTrueType ()
GBool getPSOPI ()
GBool getPSASCIIHex ()
GStringgetTextEncodingName ()
EndOfLineKind getTextEOL ()
GBool getTextPageBreaks ()
GBool getTextKeepTinyChars ()
GStringfindFontFile (GString *fontName, char **exts)
GStringgetInitialZoom ()
GBool getEnableT1lib ()
GBool getEnableFreeType ()
GBool getAntialias ()
GStringgetURLCommand ()
GStringgetMovieCommand ()
GBool getMapNumericCharNames ()
GBool getPrintCommands ()
GBool getErrQuiet ()
CharCodeToUnicodegetCIDToUnicode (GString *collection)
CharCodeToUnicodegetUnicodeToUnicode (GString *fontName)
UnicodeMapgetUnicodeMap (GString *encodingName)
CMapgetCMap (GString *collection, GString *cMapName)
UnicodeMapgetTextEncoding ()
void addDisplayFont (DisplayFontParam *param)
void setPSFile (char *file)
GBool setPSPaperSize (char *size)
void setPSPaperWidth (int width)
void setPSPaperHeight (int height)
void setPSImageableArea (int llx, int lly, int urx, int ury)
void setPSDuplex (GBool duplex)
void setPSCrop (GBool crop)
void setPSExpandSmaller (GBool expand)
void setPSShrinkLarger (GBool shrink)
void setPSCenter (GBool center)
void setPSLevel (PSLevel level)
void setPSEmbedType1 (GBool embed)
void setPSEmbedTrueType (GBool embed)
void setPSEmbedCIDPostScript (GBool embed)
void setPSEmbedCIDTrueType (GBool embed)
void setPSOPI (GBool opi)
void setPSASCIIHex (GBool hex)
void setTextEncoding (char *encodingName)
GBool setTextEOL (char *s)
void setTextPageBreaks (GBool pageBreaks)
void setTextKeepTinyChars (GBool keep)
void setInitialZoom (char *s)
GBool setEnableT1lib (char *s)
GBool setEnableFreeType (char *s)
GBool setAntialias (char *s)
void setMapNumericCharNames (GBool map)
void setPrintCommands (GBool printCommandsA)
void setErrQuiet (GBool errQuietA)


Constructor & Destructor Documentation

GlobalParams::GlobalParams char *    cfgFileName
 

GlobalParams::~GlobalParams  
 


Member Function Documentation

void GlobalParams::addDisplayFont DisplayFontParam   param
 

FILE * GlobalParams::findCMapFile GString   collection,
GString   cMapName
 

GString * GlobalParams::findFontFile GString   fontName,
char **    exts
 

FILE * GlobalParams::findToUnicodeFile GString   name
 

GBool GlobalParams::getAntialias  
 

CharCodeToUnicode * GlobalParams::getCIDToUnicode GString   collection
 

CMap * GlobalParams::getCMap GString   collection,
GString   cMapName
 

DisplayFontParam * GlobalParams::getDisplayCIDFont GString   fontName,
GString   collection
 

DisplayFontParam * GlobalParams::getDisplayFont GString   fontName
 

GBool GlobalParams::getEnableFreeType  
 

GBool GlobalParams::getEnableT1lib  
 

GBool GlobalParams::getErrQuiet  
 

GString * GlobalParams::getInitialZoom  
 

CharCode GlobalParams::getMacRomanCharCode char *    charName
 

GBool GlobalParams::getMapNumericCharNames  
 

GString* GlobalParams::getMovieCommand   [inline]
 

GBool GlobalParams::getPrintCommands  
 

GBool GlobalParams::getPSASCIIHex  
 

GBool GlobalParams::getPSCenter  
 

GBool GlobalParams::getPSCrop  
 

GBool GlobalParams::getPSDuplex  
 

GBool GlobalParams::getPSEmbedCIDPostScript  
 

GBool GlobalParams::getPSEmbedCIDTrueType  
 

GBool GlobalParams::getPSEmbedTrueType  
 

GBool GlobalParams::getPSEmbedType1  
 

GBool GlobalParams::getPSExpandSmaller  
 

GString * GlobalParams::getPSFile  
 

PSFontParam * GlobalParams::getPSFont GString   fontName
 

PSFontParam * GlobalParams::getPSFont16 GString   fontName,
GString   collection,
int    wMode
 

void GlobalParams::getPSImageableArea int *    llx,
int *    lly,
int *    urx,
int *    ury
 

PSLevel GlobalParams::getPSLevel  
 

GBool GlobalParams::getPSOPI  
 

int GlobalParams::getPSPaperHeight  
 

int GlobalParams::getPSPaperWidth  
 

GBool GlobalParams::getPSShrinkLarger  
 

UnicodeMap * GlobalParams::getResidentUnicodeMap GString   encodingName
 

UnicodeMap * GlobalParams::getTextEncoding  
 

GString * GlobalParams::getTextEncodingName  
 

EndOfLineKind GlobalParams::getTextEOL  
 

GBool GlobalParams::getTextKeepTinyChars  
 

GBool GlobalParams::getTextPageBreaks  
 

UnicodeMap * GlobalParams::getUnicodeMap GString   encodingName
 

FILE * GlobalParams::getUnicodeMapFile GString   encodingName
 

CharCodeToUnicode * GlobalParams::getUnicodeToUnicode GString   fontName
 

GString* GlobalParams::getURLCommand   [inline]
 

Unicode GlobalParams::mapNameToUnicode char *    charName
 

GBool GlobalParams::setAntialias char *    s
 

GBool GlobalParams::setEnableFreeType char *    s
 

GBool GlobalParams::setEnableT1lib char *    s
 

void GlobalParams::setErrQuiet GBool    errQuietA
 

void GlobalParams::setInitialZoom char *    s
 

void GlobalParams::setMapNumericCharNames GBool    map
 

void GlobalParams::setPrintCommands GBool    printCommandsA
 

void GlobalParams::setPSASCIIHex GBool    hex
 

void GlobalParams::setPSCenter GBool    center
 

void GlobalParams::setPSCrop GBool    crop
 

void GlobalParams::setPSDuplex GBool    duplex
 

void GlobalParams::setPSEmbedCIDPostScript GBool    embed
 

void GlobalParams::setPSEmbedCIDTrueType GBool    embed
 

void GlobalParams::setPSEmbedTrueType GBool    embed
 

void GlobalParams::setPSEmbedType1 GBool    embed
 

void GlobalParams::setPSExpandSmaller GBool    expand
 

void GlobalParams::setPSFile char *    file
 

void GlobalParams::setPSImageableArea int    llx,
int    lly,
int    urx,
int    ury
 

void GlobalParams::setPSLevel PSLevel    level
 

void GlobalParams::setPSOPI GBool    opi
 

void GlobalParams::setPSPaperHeight int    height
 

GBool GlobalParams::setPSPaperSize char *    size
 

void GlobalParams::setPSPaperWidth int    width
 

void GlobalParams::setPSShrinkLarger GBool    shrink
 

void GlobalParams::setTextEncoding char *    encodingName
 

GBool GlobalParams::setTextEOL char *    s
 

void GlobalParams::setTextKeepTinyChars GBool    keep
 

void GlobalParams::setTextPageBreaks GBool    pageBreaks
 

void GlobalParams::setupBaseFonts char *    dir
 


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:37 2004 for Lemur Toolkit by doxygen1.2.18