MessageComposer::ComposerAttachmentInterface
#include <composerattachmentinterface.h>
Public Member Functions | |
int | count () const |
QStringList | fileNames () const |
QStringList | names () const |
QStringList | namesAndSize () const |
void | setCount (int count) |
void | setFileNames (const QStringList &fileName) |
void | setNames (const QStringList &name) |
void | setNamesAndSize (const QStringList &nameAndSize) |
Detailed Description
The ComposerAttachmentInterface class.
Definition at line 18 of file composerattachmentinterface.h.
Member Function Documentation
◆ count()
|
nodiscard |
Definition at line 23 of file composerattachmentinterface.cpp.
◆ fileNames()
|
nodiscard |
Definition at line 13 of file composerattachmentinterface.cpp.
◆ names()
|
nodiscard |
Definition at line 43 of file composerattachmentinterface.cpp.
◆ namesAndSize()
|
nodiscard |
Definition at line 33 of file composerattachmentinterface.cpp.
◆ setCount()
void ComposerAttachmentInterface::setCount | ( | int | count | ) |
Definition at line 28 of file composerattachmentinterface.cpp.
◆ setFileNames()
void ComposerAttachmentInterface::setFileNames | ( | const QStringList & | fileName | ) |
Definition at line 18 of file composerattachmentinterface.cpp.
◆ setNames()
void ComposerAttachmentInterface::setNames | ( | const QStringList & | name | ) |
Definition at line 48 of file composerattachmentinterface.cpp.
◆ setNamesAndSize()
void ComposerAttachmentInterface::setNamesAndSize | ( | const QStringList & | nameAndSize | ) |
Definition at line 38 of file composerattachmentinterface.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.