Plasma-workspace
10#include "kworkspace.h"
11#include "kworkspace_export.h"
16struct KWORKSPACE_EXPORT SessEnt {
17 QString display, from, user, session;
19 bool self : 1, tty : 1;
24class KWORKSPACE_EXPORT KDisplayManager
31 void shutdown(KWorkSpace::ShutdownType shutdownType, KWorkSpace::ShutdownMode shutdownMode,
const QString &bootOption = QString());
36 bool localSessions(SessList &list);
37 bool switchVT(
int vt);
38 void lockSwitchVT(
int vt);
40 bool bootOptions(QStringList &opts,
int &dflt,
int &curr);
42 static QString sess2Str(
const SessEnt &se);
43 static void sess2Str2(
const SessEnt &se, QString &user, QString &loc);
46 bool exec(
const char *cmd, QByteArray &ret);
47 bool exec(
const char *cmd);
49 void GDMAuthenticate();
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:53 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.