Module bphtml :: Class PrintData
[hide private]
[frames] | no frames]

Class PrintData

source code

       object --+        
                |        
  wx._core.Object --+    
                    |    
wx._windows.PrintData --+
                        |
                       PrintData

Similar to wx.PrintData except this one includes copy ctor and copy 'operator'

Instance Methods [hide private]
PrintData
__init__(self, rhs=None)
__init__(self, PrintData data) -> PrintData
source code
 
_copy(self, src, dest) source code
 
copy(self) source code

Inherited from wx._windows.PrintData: GetBin, GetCollate, GetColour, GetDuplex, GetFilename, GetMedia, GetNoCopies, GetOrientation, GetPaperId, GetPaperSize, GetPrintMode, GetPrinterName, GetPrivData, GetQuality, IsOk, IsOrientationReversed, Ok, SetBin, SetCollate, SetColour, SetDuplex, SetFilename, SetMedia, SetNoCopies, SetOrientation, SetOrientationReversed, SetPaperId, SetPaperSize, SetPrintMode, SetPrinterName, SetPrivData, SetQuality, __del__, __nonzero__, __repr__, __swig_destroy__

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  _attr_names = ('Collate', 'Colour', 'Duplex', 'NoCopies', 'Ori...
Properties [hide private]

Inherited from wx._windows.PrintData: Bin, Collate, Colour, Duplex, Filename, NoCopies, Orientation, PaperId, PaperSize, PrintMode, PrinterName, PrivData, Quality, thisown

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, rhs=None)
(Constructor)

source code 

__init__(self, PrintData data) -> PrintData

Returns: PrintData
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_attr_names

Value:
('Collate',
 'Colour',
 'Duplex',
 'NoCopies',
 'Orientation',
 'PaperId',
 'PrinterName',
 'PaperSize')