KWin
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KWin::SecurityContext Class Reference

The SecurityContext is a helper for the SecurityContextProtocol It stays alive whilst closeFd remains open, listening for new connections on listenFd Any new clients created via listenFd are tagged with the appId It is parented to the display. More...

#include <display_p.h>

Inheritance diagram for KWin::SecurityContext:

Public Member Functions

 SecurityContext (Display *display, FileDescriptor &&listenFd, FileDescriptor &&closeFd, const QString &appId)
 
 ~SecurityContext () override
 

Detailed Description

The SecurityContext is a helper for the SecurityContextProtocol It stays alive whilst closeFd remains open, listening for new connections on listenFd Any new clients created via listenFd are tagged with the appId It is parented to the display.

Definition at line 53 of file display_p.h.

Constructor & Destructor Documentation

◆ SecurityContext()

KWin::SecurityContext::SecurityContext ( Display * display,
FileDescriptor && listenFd,
FileDescriptor && closeFd,
const QString & appId )

Definition at line 250 of file display.cpp.

◆ ~SecurityContext()

KWin::SecurityContext::~SecurityContext ( )
override

Definition at line 271 of file display.cpp.


The documentation for this class was generated from the following files: