KWin
|
#include <appmenu.h>
Signals | |
void | appMenuCreated (KWin::AppMenuInterface *) |
Public Member Functions | |
AppMenuManagerInterface (Display *display, QObject *parent=nullptr) | |
~AppMenuManagerInterface () override | |
AppMenuInterface * | appMenuForSurface (SurfaceInterface *) |
Provides the DBus service name and object path to a AppMenu DBus interface.
This global can be used for clients to bind AppmenuInterface instances and notifies when a new one is created
|
explicit |
Definition at line 101 of file appmenu.cpp.
|
override |
Definition at line 107 of file appmenu.cpp.
|
signal |
Emitted whenever a new AppmenuInterface is created.
AppMenuInterface * KWin::AppMenuManagerInterface::appMenuForSurface | ( | SurfaceInterface * | surface | ) |
Returns any existing appMenu for a given surface This returns a null pointer if no AppMenuInterface exists.
Definition at line 111 of file appmenu.cpp.