|
Krita Source Code Documentation
|
#include "kis_asl_reader.h"#include "kis_dom_utils.h"#include <stdexcept>#include <string>#include <QBuffer>#include <QDomDocument>#include <QIODevice>#include "compression.h"#include "kis_offset_on_exit_verifier.h"#include "psd.h"#include "psd_utils.h"#include "kis_asl_reader_utils.h"#include "kis_asl_writer_utils.h"Go to the source code of this file.
Namespaces | |
| namespace | Private |
Functions | |
| void | Private::appendDoubleXMLNode (const QString &key, const QString &value, QDomElement *parent, QDomDocument *doc) |
| void | Private::appendIntegerXMLNode (const QString &key, const QString &value, QDomElement *parent, QDomDocument *doc) |
| void | Private::appendPointXMLNode (const QString &key, const QPointF &pt, QDomElement *parent, QDomDocument *doc) |
| void | Private::appendTextXMLNode (const QString &key, const QString &value, QDomElement *parent, QDomDocument *doc) |
| QDomElement | Private::appendXMLNodeCommon (const QString &key, const QString &value, const QString &type, QDomElement *parent, QDomDocument *doc) |
| QDomElement | Private::appendXMLNodeCommonNoValue (const QString &key, const QString &type, QDomElement *parent, QDomDocument *doc) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QString | Private::readBoolAsString (QIODevice &device) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| void | Private::readChildObject (QIODevice &device, QDomElement *parent, QDomDocument *doc, bool skipKey=false) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| void | Private::readDescriptor (QIODevice &device, const QString &key, QDomElement *parent, QDomDocument *doc) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QString | Private::readDoubleAsString (QIODevice &device) |
| QDomDocument | Private::readFileImpl (QIODevice &device) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QDomDocument | readFillLayerImpl (QIODevice &device) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QString | Private::readIntAsString (QIODevice &device) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QDomDocument | readLfx2PsdSectionImpl (QIODevice &device) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| qint64 | Private::readPattern (QIODevice &device, QDomElement *parent, QDomDocument *doc) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QDomDocument | readPsdSectionPatternImpl (QIODevice &device, qint64 bytesLeft) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QDomDocument | readTypeToolObjectSettingsImpl (QIODevice &device, QTransform &transform) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QDomDocument | readVectorOriginationDataImpl (QIODevice &device) |
| template<psd_byte_order byteOrder = psd_byte_order::psdBigEndian> | |
| QDomDocument | readVectorStrokeImpl (QIODevice &device) |
| template<psd_byte_order byteOrder> | |
| QImage | Private::readVirtualArrayList (QIODevice &device, int numPlanes, const QVector< QRgb > &palette) |
| QDomDocument readFillLayerImpl | ( | QIODevice & | device | ) |
Definition at line 771 of file kis_asl_reader.cpp.
References GARBAGE_VALUE_MARK, SAFE_READ_SIGNATURE_EX, and warnKrita.
| QDomDocument readLfx2PsdSectionImpl | ( | QIODevice & | device | ) |
Definition at line 722 of file kis_asl_reader.cpp.
References GARBAGE_VALUE_MARK, SAFE_READ_SIGNATURE_EX, and warnKrita.
| QDomDocument readPsdSectionPatternImpl | ( | QIODevice & | device, |
| qint64 | bytesLeft ) |
Definition at line 988 of file kis_asl_reader.cpp.
References ResourceType::Patterns, and warnKrita.
| QDomDocument readTypeToolObjectSettingsImpl | ( | QIODevice & | device, |
| QTransform & | transform ) |
Definition at line 813 of file kis_asl_reader.cpp.
References GARBAGE_VALUE_MARK, SAFE_READ_EX, SAFE_READ_SIGNATURE_EX, and warnKrita.
| QDomDocument readVectorOriginationDataImpl | ( | QIODevice & | device | ) |
Definition at line 942 of file kis_asl_reader.cpp.
References GARBAGE_VALUE_MARK, SAFE_READ_SIGNATURE_EX, and warnKrita.
| QDomDocument readVectorStrokeImpl | ( | QIODevice & | device | ) |
Definition at line 901 of file kis_asl_reader.cpp.
References GARBAGE_VALUE_MARK, SAFE_READ_SIGNATURE_EX, and warnKrita.