krita/ui
KisWdgGenerator Class Reference
A widget that allows users to select a generator and create a config object for it. More...
#include <kis_wdg_generator.h>
Inheritance diagram for KisWdgGenerator:

Public Member Functions | |
| KisWdgGenerator (QWidget *parent, KisPaintDeviceSP dev) | |
| KisWdgGenerator (QWidget *parent) | |
| ~KisWdgGenerator () | |
| KisFilterConfiguration * | configuration () |
| void | init (KisPaintDeviceSP dev) |
| void | setConfiguration (const KisFilterConfiguration *config) |
| void | setPaintdevice (KisPaintDeviceSP dev) |
Detailed Description
A widget that allows users to select a generator and create a config object for it.
XXX: make use of bookmarked configuration things, like in the filter widget.
Definition at line 35 of file kis_wdg_generator.h.
Constructor & Destructor Documentation
| KisWdgGenerator::KisWdgGenerator | ( | QWidget * | parent | ) |
Definition at line 65 of file kis_wdg_generator.cpp.
| KisWdgGenerator::KisWdgGenerator | ( | QWidget * | parent, | |
| KisPaintDeviceSP | dev | |||
| ) |
Definition at line 73 of file kis_wdg_generator.cpp.
| KisWdgGenerator::~KisWdgGenerator | ( | ) |
Definition at line 80 of file kis_wdg_generator.cpp.
Member Function Documentation
| KisFilterConfiguration * KisWdgGenerator::configuration | ( | ) |
Definition at line 129 of file kis_wdg_generator.cpp.
| void KisWdgGenerator::init | ( | KisPaintDeviceSP | dev | ) |
Definition at line 89 of file kis_wdg_generator.cpp.
| void KisWdgGenerator::setConfiguration | ( | const KisFilterConfiguration * | config | ) |
Definition at line 113 of file kis_wdg_generator.cpp.
| void KisWdgGenerator::setPaintdevice | ( | KisPaintDeviceSP | dev | ) |
Definition at line 84 of file kis_wdg_generator.cpp.
The documentation for this class was generated from the following files:
