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's class QPagedPaintDevice

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


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