Attica::RemoteAccount Class

class Attica::RemoteAccount

Represents a remote account. More...

Header: #include <Attica/RemoteAccount>
CMake: find_package(KF6 REQUIRED COMPONENTS Attica)
target_link_libraries(mytarget PRIVATE KF6::Attica)

Public Types

Public Functions

RemoteAccount()
QString data() const
QString id() const
bool isValid() const
QString login() const
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

Member Type Documentation

RemoteAccount::List

Member Function Documentation

RemoteAccount::RemoteAccount()

QString RemoteAccount::data() const

See also setData().

QString RemoteAccount::id() const

See also setId().

bool RemoteAccount::isValid() const

QString RemoteAccount::login() const

See also setLogin().

QString RemoteAccount::password() const

See also setPassword().

QString RemoteAccount::remoteServiceId() const

See also setRemoteServiceId().

void RemoteAccount::setData(const QString &)

See also data().

void RemoteAccount::setId(const QString &)

See also id().

void RemoteAccount::setLogin(const QString &)

See also login().

void RemoteAccount::setPassword(const QString &)

See also password().

void RemoteAccount::setRemoteServiceId(const QString &)

See also remoteServiceId().

void RemoteAccount::setType(const QString &)

See also type().

QString RemoteAccount::type() const

See also setType().