Krita Source Code Documentation
Loading...
Searching...
No Matches
colorspace.components.colordepthcombobox.ColorDepthComboBox Class Reference
+ Inheritance diagram for colorspace.components.colordepthcombobox.ColorDepthComboBox:

Public Member Functions

 __init__ (self, uiColorSpace, parent=None)
 
 changedTextColorDepthComboBox (self, colorDepth)
 

Public Attributes

 changedTextColorDepthComboBox
 
 uiColorSpace
 

Detailed Description

Definition at line 9 of file colordepthcombobox.py.

Constructor & Destructor Documentation

◆ __init__()

colorspace.components.colordepthcombobox.ColorDepthComboBox.__init__ ( self,
uiColorSpace,
parent = None )

Definition at line 11 of file colordepthcombobox.py.

11 def __init__(self, uiColorSpace, parent=None):
12 super(ColorDepthComboBox, self).__init__(parent)
13
14 self.uiColorSpace = uiColorSpace
15
16 self.currentTextChanged.connect(self.changedTextColorDepthComboBox)
17
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))

References colorspace.components.colordepthcombobox.ColorDepthComboBox.__init__().

Member Function Documentation

◆ changedTextColorDepthComboBox()

colorspace.components.colordepthcombobox.ColorDepthComboBox.changedTextColorDepthComboBox ( self,
colorDepth )

Member Data Documentation

◆ changedTextColorDepthComboBox

colorspace.components.colordepthcombobox.ColorDepthComboBox.changedTextColorDepthComboBox

Definition at line 16 of file colordepthcombobox.py.

◆ uiColorSpace

colorspace.components.colordepthcombobox.ColorDepthComboBox.uiColorSpace

Definition at line 14 of file colordepthcombobox.py.


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