#include <PPDfile.h>
Public Member Functions | |
PPDfile () | |
~PPDfile () | |
YCPMap | getOptionsGroups (YCPString filename) |
YCPMap | getOptions (YCPString filename, YCPString section) |
YCPString | openPpdFile (YCPString filename, YCPString tmpdir) |
YCPBoolean | isPpd (const char *filename) |
YCPMap | ppdInfo (const char *filename) |
YCPList | ppdConstraints (YCPString filename) |
YCPList | ppdFailedConstraints (YCPString filename, YCPMap options) |
|
Constructor |
|
Destructor |
|
|
|
|
|
Check whether file is PPD file (try to open it using CUPS library calls)
|
|
|
|
Get UI constraints of a PPD file
|
|
Get the list of constrainting options
|
|
Get the info about PPD file
|