java.lang.Object
io.qt.QtObject
io.qt.printsupport.QPrinterInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Gives access to information about existing printers
Java wrapper for Qt class QPrinterInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QPrinterInfo other) static QStringListstatic QList<QPrinterInfo> clone()Creates and returns a copy of this object.final QPrinter.ColorModefinal QPrinter.DuplexModefinal QPageSizestatic QPrinterInfostatic Stringfinal Stringfinal booleanfinal booleanisNull()final booleanisRemote()final Stringlocation()final Stringfinal QPageSizefinal QPageSizestatic QPrinterInfoprinterInfo(String printerName) final Stringfinal QPrinter.PrinterStatestate()final QList<QPrinter.ColorMode> final QList<QPrinter.DuplexMode> final QList<@QtPrimitiveType Integer> final booleantoString()Seeoperator<<(QDebug,QPrinterInfo) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPrinterInfo
public QPrinterInfo() -
QPrinterInfo
-
QPrinterInfo
-
-
Method Details
-
defaultColorMode
-
defaultDuplexMode
-
defaultPageSize
-
description
-
isDefault
-
isNull
-
isRemote
-
location
-
makeAndModel
-
maximumPhysicalPageSize
-
minimumPhysicalPageSize
-
assign
-
printerName
-
state
-
supportedColorModes
-
supportedDuplexModes
-
supportedPageSizes
-
supportedResolutions
-
supportsCustomPageSizes
-
availablePrinterNames
-
availablePrinters
-
defaultPrinter
-
defaultPrinterName
-
printerInfo
-
toString
See
operator<<(QDebug,QPrinterInfo) -
clone
Creates and returns a copy of this object.
-