java.lang.Object
io.qt.QtObject
io.qt.printsupport.QPrintEngine
- All Implemented Interfaces:
QtObjectInterface
Defines an interface for how QPrinter interacts with a given printing subsystem
Java wrapper for Qt class QPrintEngine
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQPrintEngine::PrintEnginePropertyKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabort()abstract intmetric(QPaintDevice.PaintDeviceMetric arg__1) abstract booleannewPage()abstract QPrinter.PrinterStateabstract Objectabstract voidsetProperty(QPrintEngine.PrintEnginePropertyKey key, Object value) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPrintEngine
public QPrintEngine()See
QPrintEngine::QPrintEngine()
-
-
Method Details
-
abort
- Returns:
-
metric
- Parameters:
arg__1-- Returns:
-
newPage
- Returns:
-
printerState
- Returns:
-
property
- Parameters:
key-- Returns:
-
setProperty
@QtUninvokable public abstract void setProperty(QPrintEngine.PrintEnginePropertyKey key, Object value) - Parameters:
key-value-
-