|
Krita Source Code Documentation
|
Inheritance diagram for photobash_images.photobash_images_modulo.Photobash_Display:Public Member Functions | |
| __init__ (self, parent) | |
| enterEvent (self, event) | |
| leaveEvent (self, event) | |
| mouseMoveEvent (self, event) | |
| mousePressEvent (self, event) | |
| paintEvent (self, event) | |
| setFitCanvas (self, newFit) | |
| setImage (self, path, image) | |
| setImageScale (self, newScale) | |
| sizeHint (self) | |
Public Attributes | |
| fitCanvasChecked | |
| path | |
| scale | |
Static Public Attributes | |
| bool | fitCanvasChecked = False |
| int | scale = 100 |
| SIGNAL_CLOSE = pyqtSignal(int) | |
| SIGNAL_HOVER = pyqtSignal(str) | |
Definition at line 144 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.__init__ | ( | self, | |
| parent ) |
Definition at line 150 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.Photobash_Display.__init__(), and photobash_images.photobash_images_modulo.customSetImage().
| photobash_images.photobash_images_modulo.Photobash_Display.enterEvent | ( | self, | |
| event ) |
Definition at line 157 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.Photobash_Display.SIGNAL_HOVER, and photobash_images.photobash_images_modulo.Photobash_Button.SIGNAL_HOVER.
| photobash_images.photobash_images_modulo.Photobash_Display.leaveEvent | ( | self, | |
| event ) |
Definition at line 160 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.Photobash_Display.SIGNAL_HOVER, and photobash_images.photobash_images_modulo.Photobash_Button.SIGNAL_HOVER.
| photobash_images.photobash_images_modulo.Photobash_Display.mouseMoveEvent | ( | self, | |
| event ) |
Definition at line 167 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.customMouseMoveEvent().
| photobash_images.photobash_images_modulo.Photobash_Display.mousePressEvent | ( | self, | |
| event ) |
Definition at line 163 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.Photobash_Display.SIGNAL_CLOSE.
| photobash_images.photobash_images_modulo.Photobash_Display.paintEvent | ( | self, | |
| event ) |
Definition at line 180 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.customPaintEvent().
| photobash_images.photobash_images_modulo.Photobash_Display.setFitCanvas | ( | self, | |
| newFit ) |
Definition at line 170 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.setImage | ( | self, | |
| path, | |||
| image ) |
Definition at line 176 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.setImageScale | ( | self, | |
| newScale ) |
Definition at line 173 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.sizeHint | ( | self | ) |
Definition at line 154 of file photobash_images_modulo.py.
|
static |
Definition at line 147 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.fitCanvasChecked |
Definition at line 171 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.path |
Definition at line 177 of file photobash_images_modulo.py.
|
static |
Definition at line 148 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Display.scale |
Definition at line 174 of file photobash_images_modulo.py.
|
static |
Definition at line 146 of file photobash_images_modulo.py.
|
static |
Definition at line 145 of file photobash_images_modulo.py.