Module qtjambi
Package io.qt.gui

Interface QPagedPaintDevice

All Superinterfaces:
QPaintDevice, QtObjectInterface
All Known Implementing Classes:
QPagedPaintDevice.Impl, QPdfWriter, QPrinter

public interface QPagedPaintDevice
extends QtObjectInterface, QPaintDevice

Represents a paint device that supports multiple pages

Java wrapper for Qt class QPagedPaintDevice

Following functions are protected in the Qt interface, all implementations of this interface may implement these function:


@Deprecated
@io.qt.QtUninvokable
protected final io.qt.gui.QPageLayout devicePageLayout(){
    return QPagedPaintDevice.MemberAccess.of(this).devicePageLayout();
}

@io.qt.QtUninvokable
protected void initPainter(io.qt.gui.QPainter painter){
    QPagedPaintDevice.MemberAccess.of(this).initPainter(painter);
}

@io.qt.QtUninvokable
protected int metric(io.qt.gui.QPaintDevice.PaintDeviceMetric metric){
    return QPagedPaintDevice.MemberAccess.of(this).metric(metric);
}

@io.qt.QtUninvokable
protected io.qt.gui.QPaintDevice redirected(io.qt.core.QPoint offset){
    return QPagedPaintDevice.MemberAccess.of(this).redirected(offset);
}

@io.qt.QtUninvokable
protected io.qt.gui.QPainter sharedPainter(){
    return QPagedPaintDevice.MemberAccess.of(this).sharedPainter();
}