Home | Trees | Indices | Help |
|
---|
|
object --+ | inifiles.X2GoIniFile --+ | X2GoClientPrintingFILE
X2GoClientPrintingFILE provides access to the X2Go
ini-like file »printing« as stored in ~/.x2goclient/printing
resp. globally /etc/x2goclient/printing
.
An instance of X2GoClientPrintingFILE is created on each incoming print job. This facilitates that on every print job the print action for this job is derived from the »printing« configuration file.
Thus, changes on the file are active for the next incoming print job.
Instance Methods | |||
|
|||
obj or str
|
|
||
str
|
|
||
str
|
|
||
|
|||
Inherited from Inherited from |
Class Variables | |
config_files =
|
|
defaultValues =
|
|
Inherited from |
Properties | |
print_action Return the print action described by the »printing« configuration file. |
|
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return the print action described by the »printing« configuration file.
|
Retrieve a printing property as mapped by the _print_property_map dictionary.
|
Set a printing property as mapped by the _print_property_map dictionary.
|
Accept a new print action configuration. This includes the print action itself (DIALOG, PDFVIEW, PDFSAVE, PRINT or PRINTCMD) and related printing properties as mapped by the _print_property_map dictionary.
|
Class Variable Details |
defaultValues
|
Property Details |
print_actionReturn the print action described by the »printing« configuration file. This method has property status and wraps around the get_print_action method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 7 12:19:13 2013 | http://epydoc.sourceforge.net |