KPimTextEdit
KPIMTextEdit::EmbeddedImage Struct Reference
#include <richtextcomposerimages.h>
Public Attributes | |
QString | contentID |
QByteArray | image |
QString | imageName |
Detailed Description
Holds information about an embedded HTML image that will be useful for mail clients.
A list with all images can be retrieved with TextEdit::embeddedImages().
Definition at line 22 of file richtextcomposerimages.h.
Member Data Documentation
◆ contentID
QString KPIMTextEdit::EmbeddedImage::contentID |
The content id of the embedded image.
Definition at line 24 of file richtextcomposerimages.h.
◆ image
QByteArray KPIMTextEdit::EmbeddedImage::image |
The image, encoded as PNG with base64 encoding.
Definition at line 23 of file richtextcomposerimages.h.
◆ imageName
QString KPIMTextEdit::EmbeddedImage::imageName |
Name of the image as it is available as a resource in the editor.
Definition at line 25 of file richtextcomposerimages.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.