Attica 5.109.0
|
Represents a remote account. More...
#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 |
Represents a remote account.