|
Krita Source Code Documentation
|
Inheritance diagram for photobash_images.photobash_images_modulo.Photobash_Button:Public Member Functions | |
| __init__ (self, parent) | |
| contextMenuEvent (self, event) | |
| enterEvent (self, event) | |
| leaveEvent (self, event) | |
| mouseDoubleClickEvent (self, event) | |
| mouseMoveEvent (self, event) | |
| mousePressEvent (self, event) | |
| paintEvent (self, event) | |
| setFavourite (self, newFavourite) | |
| setFitCanvas (self, newFit) | |
| setImage (self, path, image) | |
| setImageScale (self, newScale) | |
| setNumber (self, number) | |
| sizeHint (self) | |
| wheelEvent (self, event) | |
Public Attributes | |
| fitCanvasChecked | |
| isFavourite | |
| number | |
| path | |
| scale | |
| scaled_height | |
| scaled_width | |
Static Public Attributes | |
| bool | fitCanvasChecked = False |
| bool | isFavourite = False |
| PREVIOUS_DRAG_X = None | |
| int | scale = 100 |
| SIGNAL_DRAG = pyqtSignal(int) | |
| SIGNAL_FAVOURITE = pyqtSignal(str) | |
| SIGNAL_HOVER = pyqtSignal(str) | |
| SIGNAL_LMB = pyqtSignal(int) | |
| SIGNAL_OPEN_NEW = pyqtSignal(str) | |
| SIGNAL_PREVIEW = pyqtSignal(str) | |
| SIGNAL_REFERENCE = pyqtSignal(str) | |
| SIGNAL_UN_FAVOURITE = pyqtSignal(str) | |
| SIGNAL_WDN = pyqtSignal(int) | |
| SIGNAL_WUP = pyqtSignal(int) | |
Definition at line 183 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.__init__ | ( | self, | |
| parent ) |
Definition at line 199 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.Photobash_Button.__init__().
| photobash_images.photobash_images_modulo.Photobash_Button.contextMenuEvent | ( | self, | |
| event ) |
Definition at line 251 of file photobash_images_modulo.py.
References KisPipeBrushParasite.dim, KisSpinBoxUnitManager.dim, FlattenSpec.dim, xcfLayer.dim, instance, photobash_images.photobash_images_modulo.Photobash_Button.isFavourite, and palette.
| photobash_images.photobash_images_modulo.Photobash_Button.enterEvent | ( | self, | |
| event ) |
Definition at line 224 of file photobash_images_modulo.py.
References KisNameServer.number(), KoXmlNS.number, photobash_images.photobash_images_modulo.Photobash_Button.number, 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_Button.leaveEvent | ( | self, | |
| event ) |
Definition at line 227 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_Button.mouseDoubleClickEvent | ( | self, | |
| event ) |
Definition at line 236 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.mouseMoveEvent | ( | self, | |
| event ) |
Definition at line 240 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.mousePressEvent | ( | self, | |
| event ) |
Definition at line 230 of file photobash_images_modulo.py.
References KisNameServer.number(), KoXmlNS.number, photobash_images.photobash_images_modulo.Photobash_Button.number, photobash_images.photobash_images_modulo.Photobash_Button.PREVIOUS_DRAG_X, and photobash_images.photobash_images_modulo.Photobash_Button.SIGNAL_LMB.
| photobash_images.photobash_images_modulo.Photobash_Button.paintEvent | ( | self, | |
| event ) |
Definition at line 281 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.customPaintEvent().
| photobash_images.photobash_images_modulo.Photobash_Button.setFavourite | ( | self, | |
| newFavourite ) |
Definition at line 209 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.setFitCanvas | ( | self, | |
| newFit ) |
Definition at line 215 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.setImage | ( | self, | |
| path, | |||
| image ) |
Definition at line 277 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.customSetImage(), PathConnectionPoint.path, KoPencilTool.path(), KisBoundary::Private.path, KisBoundary.path(), KoClipPath.path(), KoPathShapeLoaderPrivate.path, Glyph::Outline.path, KoPathTool::PathSegment.path, FileLayer.path(), psd_vector_mask.path, KisFileLayer.path(), KisImportCatcher::Private.path, KisSafeDocumentLoader::Private.path, KisDocument.path(), FreehandStrokeStrategy::Data.path, SnapshotDirInfo.path, CSVLayerRecord.path, xcfLayer.path, KoShapeMeshGradientHandles.path(), KisExiv2IODevice.path(), photobash_images.photobash_images_modulo.Photobash_Display.path, and photobash_images.photobash_images_modulo.Photobash_Button.path.
| photobash_images.photobash_images_modulo.Photobash_Button.setImageScale | ( | self, | |
| newScale ) |
Definition at line 212 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.setNumber | ( | self, | |
| number ) |
Definition at line 218 of file photobash_images_modulo.py.
References KisNameServer.number(), KoXmlNS.number, and photobash_images.photobash_images_modulo.Photobash_Button.number.
| photobash_images.photobash_images_modulo.Photobash_Button.sizeHint | ( | self | ) |
Definition at line 221 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.wheelEvent | ( | self, | |
| event ) |
Definition at line 243 of file photobash_images_modulo.py.
References photobash_images.photobash_images_modulo.Photobash_Button.SIGNAL_WDN, and photobash_images.photobash_images_modulo.Photobash_Button.SIGNAL_WUP.
|
static |
Definition at line 195 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.fitCanvasChecked |
Definition at line 216 of file photobash_images_modulo.py.
|
static |
Definition at line 197 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.isFavourite |
Definition at line 210 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.number |
Definition at line 202 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.path |
Definition at line 266 of file photobash_images_modulo.py.
|
static |
Definition at line 194 of file photobash_images_modulo.py.
|
static |
Definition at line 196 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.scale |
Definition at line 213 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.scaled_height |
Definition at line 207 of file photobash_images_modulo.py.
| photobash_images.photobash_images_modulo.Photobash_Button.scaled_width |
Definition at line 206 of file photobash_images_modulo.py.
|
static |
Definition at line 193 of file photobash_images_modulo.py.
|
static |
Definition at line 189 of file photobash_images_modulo.py.
|
static |
Definition at line 184 of file photobash_images_modulo.py.
|
static |
Definition at line 185 of file photobash_images_modulo.py.
|
static |
Definition at line 191 of file photobash_images_modulo.py.
|
static |
Definition at line 188 of file photobash_images_modulo.py.
|
static |
Definition at line 192 of file photobash_images_modulo.py.
|
static |
Definition at line 190 of file photobash_images_modulo.py.
|
static |
Definition at line 187 of file photobash_images_modulo.py.
|
static |
Definition at line 186 of file photobash_images_modulo.py.