java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.printsupport.QPrinterInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Gives access to information about existing printers
Java wrapper for Qt's class QPrinterInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPrinterInfo
(QPrinter printer) QPrinterInfo
(QPrinterInfo other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic QStringList
static QList<QPrinterInfo>
clone()
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 boolean
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPrinterInfo
public QPrinterInfo() -
QPrinterInfo
-
QPrinterInfo
-
QPrinterInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
defaultColorMode
-
defaultDuplexMode
-
defaultPageSize
-
description
-
isDefault
-
isNull
-
isRemote
-
location
-
makeAndModel
-
maximumPhysicalPageSize
-
minimumPhysicalPageSize
-
printerName
-
state
-
supportedColorModes
-
supportedDuplexModes
-
supportedPageSizes
-
supportedResolutions
-
supportsCustomPageSizes
-
availablePrinterNames
-
availablePrinters
-
defaultPrinter
-
defaultPrinterName
-
printerInfo
-
clone
-