Module qtjambi
Package io.qt.gui

Interface QPagedPaintDevice

All Superinterfaces:
QPaintDevice, QtObjectInterface
All Known Implementing Classes:
QPdfWriter, QPrinter

public interface QPagedPaintDevice extends QtObjectInterface, QPaintDevice

Represents a paint device that supports multiple pages

Java wrapper for Qt class QPagedPaintDevice

Following function is protected in the Qt interface, all implementations of this interface may implement this function:


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