Home | Trees | Indices | Help |
|
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | X2GoPrintQueue
If X2Go printing is supported in a particular X2GoSession instance this class provides a sub-thread for handling incoming X2Go print jobs.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
print_action = None
|
|
spooldir = None
|
|
active_jobs =
|
|
job_history =
|
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Prevent acceptance of new incoming print jobs. The processing of print jobs that are currently still active will be completed, though. |
Modify the print action of this X2GoPrintQueue thread during runtime. The change of print action will be valid for the next incoming print job. As kwargs you can pass arguments for the print action class to be set. Refer to the class descriptions of X2GoPrintActionDIALOG, X2GoPrintActionPDFVIEW, X2GoPrintActionPRINT, etc.
|
Start this X2GoPrintQueue thread...
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 8 20:33:46 2014 | http://epydoc.sourceforge.net |