|
Krita Source Code Documentation
|
#include <kis_entry_editor.h>
Inheritance diagram for KisEntryEditor:Classes | |
| struct | Private |
Public Slots | |
| void | valueChanged () |
| void | valueEdited () |
Signals | |
| void | valueHasBeenEdited () |
Public Member Functions | |
| KisEntryEditor (QWidget *obj, KisMetaData::Store *store, QString key, QString propertyName, QString structField, int arrayIndex) | |
| ~KisEntryEditor () override | |
Private Attributes | |
| Private *const | d |
Definition at line 19 of file kis_entry_editor.h.
| KisEntryEditor::KisEntryEditor | ( | QWidget * | obj, |
| KisMetaData::Store * | store, | ||
| QString | key, | ||
| QString | propertyName, | ||
| QString | structField, | ||
| int | arrayIndex ) |
Definition at line 57 of file kis_entry_editor.cc.
References KisEntryEditor::Private::arrayIndex, d, KisEntryEditor::Private::key, KisEntryEditor::Private::object, KisEntryEditor::Private::propertyName, KisEntryEditor::Private::store, KisEntryEditor::Private::structField, and valueChanged().
|
override |
|
slot |
Definition at line 76 of file kis_entry_editor.cc.
References KisMetaData::Value::asVariant(), KisMetaData::Store::containsEntry(), d, KisEntryEditor::Private::key, KisEntryEditor::Private::object, KisEntryEditor::Private::propertyName, KisEntryEditor::Private::store, and KisEntryEditor::Private::value().
|
slot |
Definition at line 86 of file kis_entry_editor.cc.
References d, dbgMetaData, KisEntryEditor::Private::object, KisEntryEditor::Private::propertyName, KisEntryEditor::Private::setValue(), and valueHasBeenEdited().
|
signal |
|
private |
Definition at line 32 of file kis_entry_editor.h.