Skip to content

PaintDeviceWindowMixin

Base classes

Name Children Inherits
WindowMixin
prettyqt.gui.window
PaintDeviceMixin
prettyqt.gui.paintdevice

Subclasses

Class Module Description
PaintDeviceWindow prettyqt.gui.paintdevicewindow
RasterWindow prettyqt.gui.rasterwindow

⋔ Inheritance diagram

graph TD
  1473245534816["gui.PaintDeviceWindowMixin"]
  1473245538720["gui.WindowMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473245537744["gui.SurfaceMixin"]
  1473245548480["gui.PaintDeviceMixin"]
  1473245538720 --> 1473245534816
  1473299815024 --> 1473245538720
  140713234304496 --> 1473299815024
  1473245537744 --> 1473245538720
  140713234304496 --> 1473245537744
  1473245548480 --> 1473245534816
  140713234304496 --> 1473245548480

🛈 DocStrings

Bases: WindowMixin, PaintDeviceMixin

Source code in prettyqt\gui\paintdevicewindow.py
class PaintDeviceWindowMixin(gui.WindowMixin, gui.PaintDeviceMixin):
    pass