krita
KisAnnotation Class Reference
#include <kis_annotation.h>
Detailed Description
An data extension mechanism for Krita.An annotation can be of something like a QByteArray or a QString op a more specific datatype that can be attached to an image (or maybe later, if needed, to a layer) and contains data that must be associated with an image for purposes of import/export.
Annotations will be saved to krita images and may be exported in filetypes that support them.
Examples of annotations are EXIF data and ICC profiles.
Definition at line 43 of file kis_annotation.h.
Public Member Functions | |
KisAnnotation (const QString &type, const QString &description, const QByteArray &data) | |
QString & | type () |
QString & | description () |
QByteArray & | annotation () |
Constructor & Destructor Documentation
|
Creates a new annotation object. The annotation object cannot be changed later
Definition at line 55 of file kis_annotation.h. |
Member Function Documentation
|
Definition at line 74 of file kis_annotation.h. |
|
Definition at line 69 of file kis_annotation.h. |
|
Definition at line 63 of file kis_annotation.h. |
The documentation for this class was generated from the following file: