krita/ui
KisDlgLayerProperties Class Reference
#include <kis_dlg_layer_properties.h>
Inheritance diagram for KisDlgLayerProperties:

Public Member Functions | |
| KisDlgLayerProperties (const QString &deviceName, qint32 opacity, const KoCompositeOp *compositeOp, const KoColorSpace *colorSpace, const QBitArray &channelFlags, QWidget *parent=0, const char *name=0, Qt::WFlags f=0) | |
| virtual | ~KisDlgLayerProperties () |
| QBitArray | getChannelFlags () const |
| const QString & | getCompositeOp () const |
| QString | getName () const |
| qint32 | getOpacity () const |
Protected Slots | |
| void | slotNameChanged (const QString &) |
Detailed Description
Definition at line 44 of file kis_dlg_layer_properties.h.
Constructor & Destructor Documentation
| KisDlgLayerProperties::KisDlgLayerProperties | ( | const QString & | deviceName, | |
| qint32 | opacity, | |||
| const KoCompositeOp * | compositeOp, | |||
| const KoColorSpace * | colorSpace, | |||
| const QBitArray & | channelFlags, | |||
| QWidget * | parent = 0, |
|||
| const char * | name = 0, |
|||
| Qt::WFlags | f = 0 | |||
| ) |
Definition at line 50 of file kis_dlg_layer_properties.cc.
| KisDlgLayerProperties::~KisDlgLayerProperties | ( | ) | [virtual] |
Definition at line 100 of file kis_dlg_layer_properties.cc.
Member Function Documentation
| QBitArray KisDlgLayerProperties::getChannelFlags | ( | ) | const |
- Returns:
- a bit array of channel flags in the order in which the channels appear in the pixel, not in the list of KoChannelInfo objects from the colorspace.
Definition at line 132 of file kis_dlg_layer_properties.cc.
| const QString & KisDlgLayerProperties::getCompositeOp | ( | ) | const |
Definition at line 127 of file kis_dlg_layer_properties.cc.
| QString KisDlgLayerProperties::getName | ( | ) | const |
Definition at line 109 of file kis_dlg_layer_properties.cc.
| int KisDlgLayerProperties::getOpacity | ( | ) | const |
Definition at line 114 of file kis_dlg_layer_properties.cc.
| void KisDlgLayerProperties::slotNameChanged | ( | const QString & | _text | ) | [protected, slot] |
Definition at line 104 of file kis_dlg_layer_properties.cc.
The documentation for this class was generated from the following files:
