MauiKit Accounts
mauiaccounts.h
29 * @brief MauiAccounts class provides an interface to access the system registered accounts, the current active account and a bridge to add account data to the host system backend solution.
30 * This properties and functions are exposed to all the Maui Applications that might want to use the accounts with the `Accounts` property.
35 Q_PROPERTY(int currentAccountIndex READ getCurrentAccountIndex WRITE setCurrentAccountIndex NOTIFY currentAccountIndexChanged)
MauiAccounts class provides an interface to access the system registered accounts,...
Definition mauiaccounts.h:33
void currentAccountIndexChanged(int index)
currentAccountIndexChanged
void currentAccountChanged(QVariantMap account)
currentAccountChanged
virtual const FMH::MODEL_LIST & items() const=0
QVariantMap get(const int &index) const
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.