Krita Source Code Documentation
Loading...
Searching...
No Matches
colorspace.colorspacedialog.ColorSpaceDialog Class Reference
+ Inheritance diagram for colorspace.colorspacedialog.ColorSpaceDialog:

Public Member Functions

 __init__ (self, parent=None)
 
 closeEvent (self, event)
 

Detailed Description

Definition at line 9 of file colorspacedialog.py.

Constructor & Destructor Documentation

◆ __init__()

colorspace.colorspacedialog.ColorSpaceDialog.__init__ ( self,
parent = None )

Definition at line 11 of file colorspacedialog.py.

11 def __init__(self, parent=None):
12 super(ColorSpaceDialog, self).__init__(parent)
13

References colorspace.colorspacedialog.ColorSpaceDialog.__init__().

Member Function Documentation

◆ closeEvent()

colorspace.colorspacedialog.ColorSpaceDialog.closeEvent ( self,
event )

Definition at line 14 of file colorspacedialog.py.

14 def closeEvent(self, event):
15 event.accept()

The documentation for this class was generated from the following file: