#include <plugins/LightDM/DBusGreeterList.h>
Inherits LomiriDBusObject.
|
Q_SCRIPTABLE void | EntrySelected (const QString &entry) |
|
void | entryIsLockedChanged () |
|
This is an internal class used to talk with the indicators.
Definition at line 28 of file DBusGreeterList.h.
◆ DBusGreeterList()
DBusGreeterList::DBusGreeterList |
( |
Greeter * |
greeter, |
|
|
const QString & |
path |
|
) |
| |
|
explicit |
Definition at line 23 of file DBusGreeterList.cpp.
24 : LomiriDBusObject(path, QStringLiteral("com.lomiri.LomiriGreeter"), true, greeter),
25 m_greeter(greeter)
26{
27 connect(m_greeter, &Greeter::authenticationUserChanged, this, &DBusGreeterList::authenticationUserChangedHandler);
28 connect(m_greeter, &Greeter::promptlessChanged, this, &DBusGreeterList::promptlessChangedHandler);
29}
◆ entryIsLocked()
bool DBusGreeterList::entryIsLocked |
( |
| ) |
const |
◆ GetActiveEntry()
QString DBusGreeterList::GetActiveEntry |
( |
| ) |
const |
◆ SetActiveEntry()
void DBusGreeterList::SetActiveEntry |
( |
const QString & |
entry | ) |
|
Definition at line 36 of file DBusGreeterList.cpp.
37{
38 Q_EMIT m_greeter->requestAuthenticationUser(entry);
39}
◆ ActiveEntry
QString DBusGreeterList::ActiveEntry |
|
readwrite |
◆ EntryIsLocked
bool DBusGreeterList::EntryIsLocked |
|
read |
The documentation for this class was generated from the following files: