KPIMTextedit Library
KPIMTextEdit::EmbeddedImage Struct Reference
Holds information about an embedded HTML image. More...
#include <textedit.h>
Public Attributes | |
QString | contentID |
QByteArray | image |
QString | imageName |
Detailed Description
Holds information about an embedded HTML image.
A list with all images can be retrieved with TextEdit::embeddedImages().
Definition at line 46 of file textedit.h.
Member Data Documentation
The content id of the embedded image.
Definition at line 49 of file textedit.h.
QByteArray KPIMTextEdit::EmbeddedImage::image |
The image, encoded as PNG with base64 encoding.
Definition at line 48 of file textedit.h.
Name of the image as it is available as a resource in the editor.
Definition at line 50 of file textedit.h.
The documentation for this struct was generated from the following file: