krita/ui
KisCmbComposite Class Reference
A combobox filled with the various composition strategies associated with a certain colorspace. More...
#include <kis_cmb_composite.h>
Inheritance diagram for KisCmbComposite:

Signals | |
| void | activated (const QString &) |
| void | highlighted (const QString &) |
Public Member Functions | |
| KisCmbComposite (QWidget *parent=0, const char *name=0) | |
| virtual | ~KisCmbComposite () |
| const QString & | currentItem () const |
| void | setCompositeOpList (const QList< KoCompositeOp * > &list) |
| void | setCurrent (const QString &s) |
| void | setCurrent (const KoCompositeOp *op) |
Detailed Description
A combobox filled with the various composition strategies associated with a certain colorspace.
Definition at line 36 of file kis_cmb_composite.h.
Constructor & Destructor Documentation
| KisCmbComposite::KisCmbComposite | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
Definition at line 32 of file kis_cmb_composite.cc.
| KisCmbComposite::~KisCmbComposite | ( | ) | [virtual] |
Definition at line 46 of file kis_cmb_composite.cc.
Member Function Documentation
| void KisCmbComposite::activated | ( | const QString & | ) | [signal] |
| const QString & KisCmbComposite::currentItem | ( | ) | const |
Definition at line 65 of file kis_cmb_composite.cc.
| void KisCmbComposite::highlighted | ( | const QString & | ) | [signal] |
| void KisCmbComposite::setCompositeOpList | ( | const QList< KoCompositeOp * > & | list | ) |
Definition at line 50 of file kis_cmb_composite.cc.
| void KisCmbComposite::setCurrent | ( | const QString & | s | ) |
Definition at line 78 of file kis_cmb_composite.cc.
| void KisCmbComposite::setCurrent | ( | const KoCompositeOp * | op | ) |
Definition at line 70 of file kis_cmb_composite.cc.
The documentation for this class was generated from the following files:
