- All Superinterfaces:
QtObjectInterface
- All Known Subinterfaces:
QPagedPaintDevice
- All Known Implementing Classes:
QAbstractButton
,QAbstractItemView
,QAbstractPrintDialog
,QAbstractScrollArea
,QAbstractSlider
,QAbstractSpinBox
,QAxBaseWidget
,QAxSelect
,QAxWidget
,QBitmap
,QCalendarWidget
,QChartView
,QCheckBox
,QColorDialog
,QColumnView
,QComboBox
,QCommandLinkButton
,QDateEdit
,QDateTimeEdit
,QDesignerActionEditorInterface
,QDesignerFormWindowInterface
,QDesignerNewFormWidgetInterface
,QDesignerObjectInspectorInterface
,QDesignerPropertyEditorInterface
,QDesignerResourceBrowserInterface
,QDesignerWidgetBoxInterface
,QDial
,QDialog
,QDialogButtonBox
,QDockWidget
,QDoubleSpinBox
,QErrorMessage
,QFileDialog
,QFocusFrame
,QFontComboBox
,QFontDialog
,QFrame
,QGraphicsView
,QGroupBox
,QHeaderView
,QHelpContentWidget
,QHelpFilterSettingsWidget
,QHelpIndexWidget
,QHelpSearchQueryWidget
,QHelpSearchResultWidget
,QImage
,QInputDialog
,QKeySequenceEdit
,QLabel
,QLCDNumber
,QLineEdit
,QListView
,QListWidget
,QMainWindow
,QMdiArea
,QMdiSubWindow
,QMenu
,QMenuBar
,QMessageBox
,QOpenGLPaintDevice
,QOpenGLWidget
,QOpenGLWindow
,QPagedPaintDevice.Impl
,QPageSetupDialog
,QPaintDevice.Impl
,QPaintDeviceWindow
,QPdfView
,QPdfWriter
,QPicture
,QPixmap
,QPlainTextEdit
,QPrintDialog
,QPrinter
,QPrintPreviewDialog
,QPrintPreviewWidget
,QProgressBar
,QProgressDialog
,QPushButton
,QQuickWidget
,QRadioButton
,QRasterWindow
,QRubberBand
,QScrollArea
,QScrollBar
,QSizeGrip
,QSlider
,QSpinBox
,QSplashScreen
,QSplitter
,QSplitterHandle
,QStackedWidget
,QStatusBar
,QSvgGenerator
,QSvgWidget
,QTabBar
,QTableView
,QTableWidget
,QTabWidget
,QTextBrowser
,QTextEdit
,QTimeEdit
,QToolBar
,QToolBox
,QToolButton
,QTreeView
,QTreeWidget
,QUndoView
,QVideoWidget
,QWebEngineView
,QWidget
,QWizard
,QWizardPage
The base class of objects that can be painted on with QPainter
Java wrapper for Qt's class QPaintDevice
Following functions are protected in the Qt interface, all implementations of this interface may implement these function:
@QtUninvokable
protected void initPainter(io.qt.gui.@Nullable QPainter painter){
QPaintDevice.MemberAccess.of(this).initPainter(painter);
}
@QtUninvokable
protected int metric(io.qt.gui.QPaintDevice.@NonNull PaintDeviceMetric metric){
return QPaintDevice.MemberAccess.of(this).metric(metric);
}
@QtUninvokable
protected io.qt.gui.@Nullable QPaintDevice redirected(io.qt.core.@Nullable QPoint offset){
return QPaintDevice.MemberAccess.of(this).redirected(offset);
}
@QtUninvokable
protected io.qt.gui.@Nullable QPainter sharedPainter(){
return QPaintDevice.MemberAccess.of(this).sharedPainter();
}
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQPaintDevice
static class
static enum
Java wrapper for Qt enum QPaintDevice::PaintDeviceMetric -
Method Summary
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
colorCount
-
depth
-
devicePixelRatio
-
devicePixelRatioF
-
height
-
heightMM
-
logicalDpiX
-
logicalDpiY
-
paintingActive
-
physicalDpiX
-
physicalDpiY
-
width
-
widthMM
-
paintEngine
-
devicePixelRatioFScale
static double devicePixelRatioFScale()
-