KPimTextEdit

KPIMTextEdit::ImageWithName Struct Reference

#include <richtextcomposerimages.h>

Public Attributes

QImage image
 
QString name
 

Detailed Description

Holds information about an embedded HTML image that will be generally useful.

A list with all images can be retrieved with TextEdit::imagesWithName().

Since
4.4

Definition at line 34 of file richtextcomposerimages.h.

Member Data Documentation

◆ image

QImage KPIMTextEdit::ImageWithName::image

The image.

Definition at line 35 of file richtextcomposerimages.h.

◆ name

QString KPIMTextEdit::ImageWithName::name

The name of the image as it is available as a resource in the editor.

Definition at line 36 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 Tue Mar 26 2024 11:20:45 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.