Krita Source Code Documentation
Loading...
Searching...
No Matches
tenbrushes.tenbrushesdialog.TenBrushesDialog Class Reference
+ Inheritance diagram for tenbrushes.tenbrushesdialog.TenBrushesDialog:

Public Member Functions

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

Public Attributes

 uitenbrushes
 

Detailed Description

Definition at line 9 of file tenbrushesdialog.py.

Constructor & Destructor Documentation

◆ __init__()

tenbrushes.tenbrushesdialog.TenBrushesDialog.__init__ ( self,
uitenbrushes,
parent = None )

Definition at line 11 of file tenbrushesdialog.py.

11 def __init__(self, uitenbrushes, parent=None):
12 super(TenBrushesDialog, self).__init__(parent)
13
14 self.uitenbrushes = uitenbrushes
15

References tenbrushes.tenbrushesdialog.TenBrushesDialog.__init__().

Member Function Documentation

◆ accept()

tenbrushes.tenbrushesdialog.TenBrushesDialog.accept ( self)

Definition at line 16 of file tenbrushesdialog.py.

16 def accept(self):
17 self.uitenbrushes.tenbrushes.writeSettings()
18
19 super(TenBrushesDialog, self).accept()
20

References tenbrushes.tenbrushesdialog.TenBrushesDialog.accept(), tenbrushes.tenbrushes.TenBrushesExtension.uitenbrushes, and tenbrushes.tenbrushesdialog.TenBrushesDialog.uitenbrushes.

◆ closeEvent()

tenbrushes.tenbrushesdialog.TenBrushesDialog.closeEvent ( self,
event )

Definition at line 21 of file tenbrushesdialog.py.

21 def closeEvent(self, event):
22 event.accept()

Member Data Documentation

◆ uitenbrushes

tenbrushes.tenbrushesdialog.TenBrushesDialog.uitenbrushes

Definition at line 14 of file tenbrushesdialog.py.


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