Home | Trees | Indices | Help |
|
---|
|
object --+ | inifiles.X2GoIniFile --+ | X2GoClientPrinting
x2go.backends.printing.file.X2GoClientPrinting provides
access to the X2Go ini-like file »printing« as stored in
~/.x2goclient/printing
resp. globally
/etc/x2goclient/printing
.
An instance of x2go.backends.printing.file.X2GoClientPrinting 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 =
|
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.
|
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 Thu Nov 27 17:10:35 2014 | http://epydoc.sourceforge.net |