krita
KisDlgAdjustmentLayer Class Reference
#include <kis_dlg_adjustment_layer.h>
Detailed Description
Create a new adjustment layer.
Definition at line 36 of file kis_dlg_adjustment_layer.h.
Public Member Functions | |
KisDlgAdjustmentLayer (KisImage *img, 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 () |
void | selectionHasChanged (QIconViewItem *item) |
Constructor & Destructor Documentation
KisDlgAdjustmentLayer::KisDlgAdjustmentLayer | ( | KisImage * | img, | |
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_adjustment_layer.cc.
The documentation for this class was generated from the following files: