krita/ui
KisDlgAdjLayerProps Class Reference
Create a new adjustment layer. More...
#include <kis_dlg_adj_layer_props.h>
Inheritance diagram for KisDlgAdjLayerProps:

Public Member Functions | |
| KisDlgAdjLayerProps (KisPaintDeviceSP paintDevice, const KisImageWSP image, KisFilterConfiguration *configuration, const QString &layerName, const QString &caption, QWidget *parent=0, const char *name=0) | |
| KisFilterConfiguration * | filterConfiguration () const |
| QString | layerName () const |
Protected Slots | |
| void | slotNameChanged (const QString &) |
Detailed Description
Create a new adjustment layer.
Definition at line 36 of file kis_dlg_adj_layer_props.h.
Constructor & Destructor Documentation
| KisDlgAdjLayerProps::KisDlgAdjLayerProps | ( | KisPaintDeviceSP | paintDevice, | |
| const KisImageWSP | image, | |||
| KisFilterConfiguration * | configuration, | |||
| const QString & | layerName, | |||
| const QString & | caption, | |||
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
Create a new adjustmentlayer dialog.
- Parameters:
-
layerName the name of the adjustment layer caption the caption for the dialog -- create or properties parent the widget parent of this dialog name the QObject name, if any
Definition at line 42 of file kis_dlg_adj_layer_props.cc.
Member Function Documentation
| KisFilterConfiguration * KisDlgAdjLayerProps::filterConfiguration | ( | ) | const |
Definition at line 112 of file kis_dlg_adj_layer_props.cc.
| QString KisDlgAdjLayerProps::layerName | ( | ) | const |
Definition at line 124 of file kis_dlg_adj_layer_props.cc.
| void KisDlgAdjLayerProps::slotNameChanged | ( | const QString & | text | ) | [protected, slot] |
Definition at line 107 of file kis_dlg_adj_layer_props.cc.
The documentation for this class was generated from the following files:
