9#include "remoteaccount.h"
28RemoteAccount::RemoteAccount()
44RemoteAccount::~RemoteAccount()
48void RemoteAccount::setId(
const QString &u)
53QString RemoteAccount::id()
const
58void RemoteAccount::setType(
const QString &arg)
63QString RemoteAccount::type()
const
68void RemoteAccount::setRemoteServiceId(
const QString &arg)
70 d->remoteServiceId = arg;
73QString RemoteAccount::remoteServiceId()
const
75 return d->remoteServiceId;
78void RemoteAccount::setData(
const QString &arg)
83QString RemoteAccount::data()
const
88void RemoteAccount::setLogin(
const QString &arg)
93QString RemoteAccount::login()
const
98void RemoteAccount::setPassword(
const QString &arg)
103QString RemoteAccount::password()
const
108bool RemoteAccount::isValid()
const
110 return !(d->id.isEmpty());
Represents a remote account.
Type type(const QSqlDatabase &db)
This file is part of the KDE documentation.
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.