#include <xwaylandlauncher.h>
Definition at line 31 of file xwaylandlauncher.h.
◆ XwaylandLauncher()
KWin::Xwl::XwaylandLauncher::XwaylandLauncher |
( |
QObject * | parent | ) |
|
|
explicit |
◆ ~XwaylandLauncher()
KWin::Xwl::XwaylandLauncher::~XwaylandLauncher |
( |
| ) |
|
◆ disable()
void KWin::Xwl::XwaylandLauncher::disable |
( |
| ) |
|
◆ displayName()
QString KWin::Xwl::XwaylandLauncher::displayName |
( |
| ) |
const |
◆ enable()
void KWin::Xwl::XwaylandLauncher::enable |
( |
| ) |
|
◆ errorOccurred
void KWin::Xwl::XwaylandLauncher::errorOccurred |
( |
| ) |
|
|
signal |
This signal is emitted when an error occurs with the Xwayland server.
◆ finished
void KWin::Xwl::XwaylandLauncher::finished |
( |
| ) |
|
|
signal |
This signal is emitted when the Xwayland server quits or crashes
◆ process()
QProcess * KWin::Xwl::XwaylandLauncher::process |
( |
| ) |
const |
◆ setDisplayName()
void KWin::Xwl::XwaylandLauncher::setDisplayName |
( |
const QString & | displayName | ) |
|
Sets the display name used by XWayland (i.e ':0') This is to be used in conjuction with kwin_wayland_wrapper to provide the name of the socket created externally
Definition at line 62 of file xwaylandlauncher.cpp.
◆ setListenFDs()
void KWin::Xwl::XwaylandLauncher::setListenFDs |
( |
const QList< int > & | listenFds | ) |
|
Set file descriptors that xwayland should use for listening This is to be used in conjuction with kwin_wayland_wrapper which creates a socket externally That external process is responsible for setting up the DISPLAY env with a valid value. Ownership of the file descriptor is not transferrred.
Definition at line 57 of file xwaylandlauncher.cpp.
◆ setXauthority()
void KWin::Xwl::XwaylandLauncher::setXauthority |
( |
const QString & | xauthority | ) |
|
Sets the xauthority file to be used by XWayland This is to be used in conjuction with kwin_wayland_wrapper
Definition at line 67 of file xwaylandlauncher.cpp.
◆ start()
bool KWin::Xwl::XwaylandLauncher::start |
( |
| ) |
|
◆ started
void KWin::Xwl::XwaylandLauncher::started |
( |
| ) |
|
|
signal |
This signal is emitted when the Xwayland server has been started successfully and it is ready to accept and manage X11 clients. For restarts it may be emitted multiple times
◆ stop()
void KWin::Xwl::XwaylandLauncher::stop |
( |
| ) |
|
◆ xauthority()
QString KWin::Xwl::XwaylandLauncher::xauthority |
( |
| ) |
const |
◆ xcbConnectionFd()
int KWin::Xwl::XwaylandLauncher::xcbConnectionFd |
( |
| ) |
const |
The documentation for this class was generated from the following files: