|
Krita Source Code Documentation
|
#include "kis_exr_layers_sorter.h"#include <QDomDocument>#include <QDomElement>#include "kis_image.h"#include "exr_extra_tags.h"#include "kis_kra_savexml_visitor.h"#include "kis_paint_layer.h"Go to the source code of this file.
Classes | |
| struct | CompareNodesFunctor |
| struct | KisExrLayersSorter::Private |
Functions | |
| template<typename T > | |
| T | fetchMapValueLazy (const QMap< QString, T > &map, QString path) |
| QString | getNodePath (KisNodeSP node) |
| T fetchMapValueLazy | ( | const QMap< QString, T > & | map, |
| QString | path ) |
Definition at line 72 of file kis_exr_layers_sorter.cpp.
| QString getNodePath | ( | KisNodeSP | node | ) |
Definition at line 36 of file kis_exr_layers_sorter.cpp.
References KIS_ASSERT_RECOVER, KisBaseNode::name(), and KisNode::parent.