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

#include <compositor.h>

Inheritance diagram for KWin::CompositorInterface:

Signals

void surfaceCreated (KWin::SurfaceInterface *surface)
 

Public Member Functions

 CompositorInterface (Display *display, QObject *parent=nullptr)
 
 ~CompositorInterface () override
 
Displaydisplay () const
 

Detailed Description

The CompositorInterface global allows clients to create surfaces and region objects.

The CompositorInterface corresponds to the Wayland interface wl_compositor.

Definition at line 25 of file compositor.h.

Constructor & Destructor Documentation

◆ CompositorInterface()

KWin::CompositorInterface::CompositorInterface ( Display * display,
QObject * parent = nullptr )
explicit

Definition at line 58 of file compositor.cpp.

◆ ~CompositorInterface()

KWin::CompositorInterface::~CompositorInterface ( )
override

Definition at line 64 of file compositor.cpp.

Member Function Documentation

◆ display()

Display * KWin::CompositorInterface::display ( ) const

Returns the Display object for this CompositorInterface.

Definition at line 68 of file compositor.cpp.

◆ surfaceCreated

void KWin::CompositorInterface::surfaceCreated ( KWin::SurfaceInterface * surface)
signal

This signal is emitted when a new SurfaceInterface surface has been created.


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