krita
KisDlgAdjLayerProps Class Reference
#include <kis_dlg_adj_layer_props.h>
Detailed Description
Create a new adjustment layer.
Definition at line 36 of file kis_dlg_adj_layer_props.h.
Public Member Functions | |
KisDlgAdjLayerProps (KisAdjustmentLayerSP layer, 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 &) |
void | slotConfigChanged () |
void | refreshPreview () |
Constructor & Destructor Documentation
KisDlgAdjLayerProps::KisDlgAdjLayerProps | ( | KisAdjustmentLayerSP | layer, | |
const QString & | layerName, | |||
const QString & | caption, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Create a new adjustmentlayer dialog.
- Parameters:
-
img the current image layername the name of the adjustment layer caption the caption for the dialog -- create or properties create if true, set the dialog up for creating a new adj. layer, if false, edit the propeties of the current adj. layer parent the widget parent of this dialog name the QObject name, if any
Definition at line 43 of file kis_dlg_adj_layer_props.cc.
The documentation for this class was generated from the following files: