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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPrinterInfo other) static QStringList
static QList<QPrinterInfo>
clone()
Creates and returns a copy of this object.final QPrinter.ColorMode
final QPrinter.DuplexMode
final QPageSize
static QPrinterInfo
static String
final String
final boolean
final boolean
isNull()
final boolean
isRemote()
final String
location()
final String
final QPageSize
final QPageSize
static QPrinterInfo
printerInfo
(String printerName) final String
final QPrinter.PrinterState
state()
final QList<QPrinter.ColorMode>
final QList<QPrinter.DuplexMode>
final QList<@QtPrimitiveType Integer>
final boolean
toString()
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.
-