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's class QPrinterInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPrinterInfo
(QPrinterInfo other) QPrinterInfo
(QPrinter printer) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPrinterInfo other) static 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 QList<QPagedPaintDevice.PageSize>
Deprecated.final QList<@QtPrimitiveType Integer>
Deprecated.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
-
assign
-
printerName
-
state
-
supportedColorModes
-
supportedDuplexModes
-
supportedPageSizes
-
supportedPaperSizes
Deprecated. -
supportedResolutions
-
supportedSizesWithNames
Deprecated. -
supportsCustomPageSizes
-
availablePrinterNames
-
availablePrinters
-
defaultPrinter
-
defaultPrinterName
-
printerInfo
-
clone
-