MessageComposer::ComposerAttachmentInterface

Search for usage in LXR

MessageComposer::ComposerAttachmentInterface Class Reference

#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.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 18 of file composerattachmentinterface.h.

Member Function Documentation

◆ count()

int ComposerAttachmentInterface::count ( ) const

Definition at line 23 of file composerattachmentinterface.cpp.

◆ fileNames()

QStringList ComposerAttachmentInterface::fileNames ( ) const

Definition at line 13 of file composerattachmentinterface.cpp.

◆ names()

QStringList ComposerAttachmentInterface::names ( ) const

Definition at line 43 of file composerattachmentinterface.cpp.

◆ namesAndSize()

QStringList ComposerAttachmentInterface::namesAndSize ( ) const

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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.