krita/ui

KisDlgAdjustmentLayer Class Reference

Create a new adjustment layer. More...

#include <kis_dlg_adjustment_layer.h>

Inheritance diagram for KisDlgAdjustmentLayer:

List of all members.

Public Member Functions

 KisDlgAdjustmentLayer (KisNodeSP node, KisNodeFilterInterface *nfi, KisPaintDeviceSP paintDevice, KisImageWSP image, const QString &layerName, const QString &caption, QWidget *parent=0, const char *name=0)
KisFilterConfiguration * filterConfiguration () const
QString layerName () const

Protected Slots

void slotConfigChanged ()
void slotNameChanged (const QString &)

Detailed Description

Create a new adjustment layer.

Definition at line 40 of file kis_dlg_adjustment_layer.h.


Constructor & Destructor Documentation

KisDlgAdjustmentLayer::KisDlgAdjustmentLayer ( KisNodeSP  node,
KisNodeFilterInterface *  nfi,
KisPaintDeviceSP  paintDevice,
KisImageWSP  image,
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
paintDevice the paint device that is used as source for the preview
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 40 of file kis_dlg_adjustment_layer.cc.


Member Function Documentation

KisFilterConfiguration * KisDlgAdjustmentLayer::filterConfiguration (  )  const

Definition at line 84 of file kis_dlg_adjustment_layer.cc.

QString KisDlgAdjustmentLayer::layerName (  )  const

Definition at line 90 of file kis_dlg_adjustment_layer.cc.

void KisDlgAdjustmentLayer::slotConfigChanged (  )  [protected, slot]

Definition at line 95 of file kis_dlg_adjustment_layer.cc.

void KisDlgAdjustmentLayer::slotNameChanged ( const QString text  )  [protected, slot]

Definition at line 75 of file kis_dlg_adjustment_layer.cc.


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