|
Krita Source Code Documentation
|
#include "kis_meta_data_editor.h"#include <QDomDocument>#include <QFile>#include <QHeaderView>#include <QTableView>#include <KoResourcePaths.h>#include <kis_debug.h>#include <kis_icon.h>#include <kis_meta_data_entry.h>#include <kis_meta_data_schema.h>#include <kis_meta_data_schema_registry.h>#include <kis_meta_data_store.h>#include <kis_meta_data_value.h>#include <klocalizedstring.h>#include "kis_entry_editor.h"#include "kis_meta_data_model.h"Go to the source code of this file.
Classes | |
| struct | KisMetaDataEditor::Private |
Macros | |
| #define | GET_ARRAY_VALUE(entryName, arrayIndex, wdg, wdgPropertyName, editorSignal) |
| #define | GET_DC_VALUE(entryName, wdgPropertyName, editorSignal) |
| #define | GET_EXIF_ARRAY_VALUE(entryName, arrayIndex, wdgPropertyName, editorSignal) |
| #define | GET_EXIF_STRUCTURE_VALUE(entryName, structureField, wdgPropertyName, editorSignal) |
| #define | GET_EXIF_VALUE(entryName, wdgPropertyName, editorSignal) |
| #define | GET_STRUCTURE_VALUE(entryName, structureField, wdg, wdgPropertyName, editorSignal) |
| #define | GET_VALUE(entryName, wdg, wdgPropertyName, editorSignal) |
| #define GET_ARRAY_VALUE | ( | entryName, | |
| arrayIndex, | |||
| wdg, | |||
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 41 of file kis_meta_data_editor.cc.
| #define GET_DC_VALUE | ( | entryName, | |
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 53 of file kis_meta_data_editor.cc.
| #define GET_EXIF_ARRAY_VALUE | ( | entryName, | |
| arrayIndex, | |||
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 61 of file kis_meta_data_editor.cc.
| #define GET_EXIF_STRUCTURE_VALUE | ( | entryName, | |
| structureField, | |||
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 65 of file kis_meta_data_editor.cc.
| #define GET_EXIF_VALUE | ( | entryName, | |
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 57 of file kis_meta_data_editor.cc.
| #define GET_STRUCTURE_VALUE | ( | entryName, | |
| structureField, | |||
| wdg, | |||
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 47 of file kis_meta_data_editor.cc.
| #define GET_VALUE | ( | entryName, | |
| wdg, | |||
| wdgPropertyName, | |||
| editorSignal ) |
Definition at line 35 of file kis_meta_data_editor.cc.