Attica
9 #include "remoteaccount.h"
28 RemoteAccount::RemoteAccount()
44 RemoteAccount::~RemoteAccount()
48 void RemoteAccount::setId(
const QString &u)
53 QString RemoteAccount::id()
const
58 void RemoteAccount::setType(
const QString &arg)
63 QString RemoteAccount::type()
const
68 void RemoteAccount::setRemoteServiceId(
const QString &arg)
70 d->remoteServiceId = arg;
73 QString RemoteAccount::remoteServiceId()
const
75 return d->remoteServiceId;
78 void RemoteAccount::setData(
const QString &arg)
83 QString RemoteAccount::data()
const
88 void RemoteAccount::setLogin(
const QString &arg)
93 QString RemoteAccount::login()
const
98 void RemoteAccount::setPassword(
const QString &arg)
103 QString RemoteAccount::password()
const
108 bool RemoteAccount::isValid()
const
110 return !(d->id.isEmpty());
Type type(const QSqlDatabase &db)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:05:13 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.