Attica::RemoteAccount
#include <Attica/RemoteAccount>
Public Types | |
typedef QList< RemoteAccount > | List |
Public Member Functions | |
RemoteAccount (const RemoteAccount &other) | |
QString | data () const |
QString | id () const |
bool | isValid () const |
QString | login () const |
RemoteAccount & | operator= (const RemoteAccount &other) |
QString | password () const |
QString | remoteServiceId () const |
void | setData (const QString &) |
void | setId (const QString &) |
void | setLogin (const QString &) |
void | setPassword (const QString &) |
void | setRemoteServiceId (const QString &) |
void | setType (const QString &) |
QString | type () const |
Detailed Description
Represents a remote account.
Definition at line 29 of file remoteaccount.h.
Member Typedef Documentation
◆ List
Definition at line 32 of file remoteaccount.h.
Constructor & Destructor Documentation
◆ RemoteAccount() [1/2]
RemoteAccount::RemoteAccount | ( | ) |
Definition at line 28 of file remoteaccount.cpp.
◆ RemoteAccount() [2/2]
RemoteAccount::RemoteAccount | ( | const RemoteAccount & | other | ) |
Definition at line 33 of file remoteaccount.cpp.
◆ ~RemoteAccount()
RemoteAccount::~RemoteAccount | ( | ) |
Definition at line 44 of file remoteaccount.cpp.
Member Function Documentation
◆ data()
QString RemoteAccount::data | ( | ) | const |
Definition at line 83 of file remoteaccount.cpp.
◆ id()
QString RemoteAccount::id | ( | ) | const |
Definition at line 53 of file remoteaccount.cpp.
◆ isValid()
bool RemoteAccount::isValid | ( | ) | const |
Definition at line 108 of file remoteaccount.cpp.
◆ login()
QString RemoteAccount::login | ( | ) | const |
Definition at line 93 of file remoteaccount.cpp.
◆ operator=()
RemoteAccount & RemoteAccount::operator= | ( | const RemoteAccount & | other | ) |
Definition at line 38 of file remoteaccount.cpp.
◆ password()
QString RemoteAccount::password | ( | ) | const |
Definition at line 103 of file remoteaccount.cpp.
◆ remoteServiceId()
QString RemoteAccount::remoteServiceId | ( | ) | const |
Definition at line 73 of file remoteaccount.cpp.
◆ setData()
void RemoteAccount::setData | ( | const QString & | arg | ) |
Definition at line 78 of file remoteaccount.cpp.
◆ setId()
void RemoteAccount::setId | ( | const QString & | u | ) |
Definition at line 48 of file remoteaccount.cpp.
◆ setLogin()
void RemoteAccount::setLogin | ( | const QString & | arg | ) |
Definition at line 88 of file remoteaccount.cpp.
◆ setPassword()
void RemoteAccount::setPassword | ( | const QString & | arg | ) |
Definition at line 98 of file remoteaccount.cpp.
◆ setRemoteServiceId()
void RemoteAccount::setRemoteServiceId | ( | const QString & | arg | ) |
Definition at line 68 of file remoteaccount.cpp.
◆ setType()
void RemoteAccount::setType | ( | const QString & | arg | ) |
Definition at line 58 of file remoteaccount.cpp.
◆ type()
QString RemoteAccount::type | ( | ) | const |
Definition at line 63 of file remoteaccount.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.