MailTransport
9 #include "mailtransport_export.h"
10 #include "transport.h"
14 namespace MailTransport
16 class AddTransportDialog;
17 class TransportManager;
18 class TransportTypePrivate;
35 Q_PROPERTY(
bool isValid READ isValid CONSTANT)
38 Q_PROPERTY(
QString name READ name CONSTANT)
41 Q_PROPERTY(
QString description READ description CONSTANT)
44 Q_PROPERTY(
QString identifier READ identifier CONSTANT)
47 Q_PROPERTY(
bool isAkonadiResource READ isAkonadiResource CONSTANT)
49 friend class AddTransportDialog;
52 friend class TransportManagerPrivate;
83 Q_REQUIRED_RESULT
bool operator==(const
TransportType &other) const;
88 Q_REQUIRED_RESULT
bool isValid() const;
93 Q_REQUIRED_RESULT
QString name() const;
98 Q_REQUIRED_RESULT
QString description() const;
103 Q_REQUIRED_RESULT
QString identifier() const;
106 Q_REQUIRED_RESULT
bool isAkonadiResource() const;
116 Q_DECLARE_TYPEINFO(MailTransport::
TransportType, Q_MOVABLE_TYPE);
Central transport management interface.
A representation of a transport type.
Represents the settings of a specific mail transport.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:23:13 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.