Home
last modified time | relevance | path

Searched refs:GPrinterSettings (Results 1 – 6 of 6) sorted by relevance

/dports/print/photoprint/photoprint-0.4.2-pre2/gp_cppsupport/
H A Dgprintersettings.cpp122 void GPrinterSettings::Dump() in Dump()
128 GPrinterSettings::GPrinterSettings(PrintOutput &output,ConfigFile *inf,const char *section) in GPrinterSettings() function in GPrinterSettings
141 GPrinterSettings::~GPrinterSettings() in ~GPrinterSettings()
148 void GPrinterSettings::SelectSection() in SelectSection()
158 void GPrinterSettings::ParseString(const char *string) in ParseString()
273 void GPrinterSettings::SaveSection(FILE *file) in SaveSection()
379 bool GPrinterSettings::SetDriver(const char *driver) in SetDriver()
517 void GPrinterSettings::Validate() in Validate()
523 void GPrinterSettings::Reset() in Reset()
H A Dgprintersettings.h9 class GPrinterSettings : public ConfigSectionHandler, public PageExtent
12 GPrinterSettings(PrintOutput &output,ConfigFile *inf,const char *section);
13 ~GPrinterSettings();
H A Dgpdevicensupport.h15 GPColorantList(GPrinterSettings *gp);
H A Dgprinter.h27 class GPrinter : public GPrinterSettings
H A Dgpdevicensupport.cpp38 GPColorantList::GPColorantList(GPrinterSettings *gp) : DeviceNColorantList() in GPColorantList()
H A Dgprinter.cpp567 : GPrinterSettings(output,ini,section), source(NULL), firstrow(0), firstpixel(0), progress(NULL) in GPrinter()