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 function is protected in the Qt interface, all implementations of this interface may implement this function:


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